- 12 Jan, 2015 36 commits
-
-
Juan Batiz-Benet authored
use conns to enumerate peers for network diagnostic
-
Juan Batiz-Benet authored
cc @whyrusleeping
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Gateway Server
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Simon Kirkby authored
replaced H moved internal errors into function. Signed-off-by: Simon Kirkby <tigger@interthingy.com>
-
Simon Kirkby authored
adds trailing slash redirection index.html return templated directory listing Signed off : Simon Kirkby <tigger@interthingy.com>
-
Matt Bell authored
-
Matt Bell authored
-
Juan Batiz-Benet authored
ds-query + ipfs refs local
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
the prefix should be as short as possible, as this is a per-block overhead.
-
Juan Batiz-Benet authored
-
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 4 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.
-