kubo/core
Juan Batiz-Benet 1a3752b81f core: setup peerhost + listen separate steps
We had a problem: we were starting all the services with the network
live, and so would miss early messages. We were noticing bitswap
messages not handled (not in muxer). Many of the subsystems expect
the network to _exist_ when they start up, so we split construction
and starting to listen into two separate steps.
2015-01-30 20:37:53 -08:00
..
commands implement path type 2015-01-29 17:51:08 +00:00
corehttp implement path type 2015-01-29 17:51:08 +00:00
corerepo implement path type 2015-01-29 17:51:08 +00:00
coreunix address concerns about user interface with new Path type 2015-01-30 19:55:38 +00:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go introducing p2p pkg 2015-01-02 08:46:45 -08:00
bootstrap.go epictest: fix three-legged-cat 2015-01-29 01:10:01 -08:00
core_test.go feat(core): use repo.Repo in core constructor 2015-01-18 14:41:42 -08:00
core.go core: setup peerhost + listen separate steps 2015-01-30 20:37:53 -08:00
datastore.go refactor(repo/config) move config under repo 2015-01-13 03:09:30 -08:00
mock.go feat(core): use repo.Repo in core constructor 2015-01-18 14:41:42 -08:00