- 21 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 20 Oct, 2014 3 commits
-
-
Juan Batiz-Benet authored
Changed lots of peer use, and changed the peerstore to ensure there is only ever one peer in use. Fixed #174
-
Juan Batiz-Benet authored
![](http://m.memegen.com/77n7dk.jpg)
-
Juan Batiz-Benet authored
Now, all peers should be retrieved from the Peerstore, which will construct the peers accordingly. This ensures there's only one peer object per peer (opposite would be bad: things get out sync) cc @whyrusleeping
-
- 18 Oct, 2014 2 commits
- 11 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
new Service interface
-
- 10 Oct, 2014 2 commits
- 09 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
and other logging switches. I kept the u.PErr and u.POut in cli commands, as those do need to write raw output directly.
-
- 08 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
type NameSystem interface { Resolver Publisher } should say it all. cc @whyrusleeping
-
- 06 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 04 Oct, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 03 Oct, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 01 Oct, 2014 8 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
+ added recursive pinning func
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
- 30 Sep, 2014 5 commits
-
-
Juan Batiz-Benet authored
Caused panic.
-
Juan Batiz-Benet authored
(test was failing)
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
Erroring out in core setup should cancel the context to ensure subsystems are shut down. This has to happen all over the place we use contexts. @perfmode @whyrusleeping
-
Juan Batiz-Benet authored
**For now**, we don't need to load/parse the private key (which causes a signficant delay in commands) when doing things entirely offline. This may change, and in that case the private key should be loaded on demand.
-
- 26 Sep, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 24 Sep, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
WARNING: change breaks old configs. @whyrusleeping @perfmode This commit changes the way addresses are stored in config files. It lumps Identity.Address and RPCAddress into Addresses. This commit also fixes several golint issues.
-
- 22 Sep, 2014 8 commits
-
-
Brian Tiger Chow authored
true -> always send to peer false -> use ledger-based strategy described in IPFS paper draft 3
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
style(exch:bitswap) rename NetMessage adapter impl
-