kubo/core
Juan Batiz-Benet 4807127def net: move Network implementation to own pkg
I needed the network implementation in its own
package, because I'll be writing several services that
will plug into _it_ that shouldn't be part of the core net
package. and then there were dependency conflicts. yay.
mux + identify are good examples of what i mean.
2015-01-02 08:46:43 -08:00
..
commands peer change: peer.Peer -> peer.ID 2014-12-23 08:33:32 -08:00
daemon transitioned ipfs2 -> ipfs 2014-11-18 06:15:00 -08:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go peer change: peer.Peer -> peer.ID 2014-12-23 08:33:32 -08:00
bootstrap.go added bootstrap logging 2014-12-23 08:48:58 -08:00
core_test.go peer change: peer.Peer -> peer.ID 2014-12-23 08:33:32 -08:00
core.go net: move Network implementation to own pkg 2015-01-02 08:46:43 -08:00
datastore.go refactor(mdag, bserv, bs) mocks, etc. 2014-12-13 05:17:16 -08:00
mock.go address comments from PR 2015-01-02 07:42:08 +00:00