An IPFS implementation in Go
master
refactor(core): init DAG and its dependents in shared constructor
Brian Tiger Chow committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
refactor: use core.ConfigOption return type
Brian Tiger Chow committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
use the core.NewIPFSNode constructor
Brian Tiger Chow committed over 11 years ago
misc: move initialization sqaush
Brian Tiger Chow committed over 11 years ago
refactor: move add and cat to the core
Brian Tiger Chow committed over 11 years ago
refactor: use the Core in the integration test
Brian Tiger Chow committed over 11 years ago
feat: expose IpfsNode.Bootstrap() method
Brian Tiger Chow committed over 11 years ago
refactor: remove deprecated function
Brian Tiger Chow committed over 11 years ago
feat: new core constructor + config options (Standard, Online, Offline)
Brian Tiger Chow committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
Merge pull request #539 from jbenet/bitswap/tweak
Brian Tiger Chow committed over 11 years ago
early out if no entries in wantlist
Jeromy committed over 11 years ago
Merge pull request #523 from jbenet/feat/ping
Juan Batiz-Benet committed over 11 years ago
Merge pull request #534 from jbenet/swarm-filter-addrs
Juan Batiz-Benet committed over 11 years ago
core: make sure to call swarm.FilterAddrs
Juan Batiz-Benet committed over 11 years ago
Merge pull request #521 from jbenet/linkblock_size
Juan Batiz-Benet committed over 11 years ago
calc_test for picking link block size
Juan Batiz-Benet committed over 11 years ago
Jeromy committed over 11 years ago