- 13 Jan, 2015 8 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
This adds two checks after a successful conn.Dial * if the remote peer is not who we wanted, close conn * if the remove peer is outselves, close conn (the second is redundant, but the codebase may evolve to end up disabling the first check, so keeping the second in place helps) note: Loopback addresses are actually sent out (they _have to be_, in cases where there are >1 node in the same machine), so many times when trying connections, nodes end up dialing themselves.
-
Juan Batiz-Benet authored
dont send ip6 link local addrs
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 12 Jan, 2015 32 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
-