An IPFS implementation in Go
master
Juan Batiz-Benet committed over 11 years ago
Merge pull request #540 from jbenet/listener-fixes
Juan Batiz-Benet committed over 11 years ago
p2p/net/swarm/listener: consume peerstream listeners
Juan Batiz-Benet committed over 11 years ago
updated peerstream: fixed hanging bug
Juan Batiz-Benet committed over 11 years ago
p2p/net/conn/Listener: ignore conns failed to secure
Juan Batiz-Benet committed over 11 years ago
p2p/net/conn/listener: ignore certain errors
Juan Batiz-Benet committed over 11 years ago
p2p/net/conn/dialer: added Dialer field
Juan Batiz-Benet committed over 11 years ago
Juan Batiz-Benet committed over 11 years ago
Merge pull request #538 from jbenet/refactor/core-construction
Brian Tiger Chow committed over 11 years ago
fix(core): perform sophisticated boostrap operation
Brian Tiger Chow committed over 11 years ago
feat(core): expose IpfsNode.Resolve
Brian Tiger Chow committed over 11 years ago
refactor(core): move Add, Cat to core/io
Brian Tiger Chow committed over 11 years ago
refactor(core): replace online bool with mode type
Brian Tiger Chow committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
refactor(core): distinguish repo.Repo components
Brian Tiger Chow committed over 11 years ago
refactor(core): distinguish Online services
Brian Tiger Chow committed over 11 years ago
refactor(core): isolate complex DHT initialization
Brian Tiger Chow committed over 11 years ago
refactor(core): isolate the complex initialization of PeerHost construction
Brian Tiger Chow committed over 11 years ago
hack(core): instantiate peerstore at the end if it hasn't already been instantiated
Brian Tiger Chow committed over 11 years ago
refactor(core): init node.Blocks in shared NewIPFSNode constructor
Brian Tiger Chow committed over 11 years ago