- 12 Jan, 2015 10 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
@mappum would this work?
-
Juan Batiz-Benet authored
cc @mappum can we do this for the copyChunks case?
-
Juan Batiz-Benet authored
using Header().Set after WriteHeader() has no effect. cc @mappum
-
Juan Batiz-Benet authored
Queries now can be cancelled and the resources collected
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
ipfs blocks local returns _all_ local refs. For now this is one long op. future commits will make it async.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 11 Jan, 2015 30 commits
-
-
Juan Batiz-Benet authored
fix listener problems
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
peerstream would hang when it got many temporary errors. temp errors should not count as an error. Now, it will only exit when an error is not temporary. I kept the acceptErr channel because it will no longer cause a bad hang. The goroutine is exiting, so if it blocks until acceptErr is read, it's fine. If users launch tons of listers and see goroutines building up, they know they should be reading + logging those.
-
Juan Batiz-Benet authored
Instead of erroring out, which would break the listener, we instead log a message and continue. This is not an error, the internet is a place with lots of probing + connection failures.
-
Juan Batiz-Benet authored
This should handle early breakages, where a failing connection would take out the listener entirely. There are probably other errors we should be handling here, like secure connection failures.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
refactor(core): NewIPFSNode constructor
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
this is a dirty hack
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
fix: remove merkledag import may need to squash this commit into the merkledag move commit
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
NB: all commits (from master) pass tests up to this point. fix: squashme into use core constructor
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-