- 21 May, 2015 26 commits
-
-
Juan Batiz-Benet authored
large refactor of bitswap, implement wantmanager to manage wantlist
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
Also more refactoring of bitswap in general, including some perf improvements and eventlog removal. clean up, and buffer channels move some things around correctly buffer work messages more cleanup, and improve test perf remove unneccessary test revert changes to bitswap message, they werent necessary
-
Juan Batiz-Benet authored
silence error log on shutdown
-
Jeromy authored
-
Juan Batiz-Benet authored
do http server properly so daemon can shut down
-
Jeromy authored
-
Juan Batiz-Benet authored
Stdin parsing optional arg
-
Juan Batiz-Benet authored
travis is very slow atm, so we're not running 1.3 builds for a while.
-
Juan Batiz-Benet authored
remove inflect package
-
Juan Batiz-Benet authored
Fix: Using the `dnslink` feature led to infinite redirects
-
Juan Batiz-Benet authored
fix silent refs failure
-
Juan Batiz-Benet authored
clean up and fix init permissions handling
-
- 20 May, 2015 14 commits
-
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Jeromy authored
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Knut Ahlers authored
fixes #1233
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
Rework mutable namespace resolution to handle recursion
-
W. Trevor King authored
Shifting the generic testResolution helper from the protocol-specific dns_test.go to the generic namesys_test.go.
-
W. Trevor King authored
-
W. Trevor King authored
So we can attach a mock lookup function for testing.
-
W. Trevor King authored
Previously we had a confusing situation, with: * single-arg doc: published name <name> to <value> * double-arg doc: published name <value> to <name> * implementation: Published name <name> to <value> Now we have the uniform: Published to <name>: <value> With the following goals: 1. It's clear that we're writing <value> to <name>'s IPNS slot in the DHT. 2. We preserve the order of arguments from the command-line invocation: $ ipfs name publish <name> <value> Published to <name>: <value>
-
W. Trevor King authored
And add a generic 'ipfs resolve' to handle cross-protocol name resolution.
-
W. Trevor King authored
This lets users resolve (recursively or not) DNS links without pulling in the other protocols. That makes an easier, more isolated target for alternative implemenations, since they don't need to understand IPNS, proquint, etc. to handle these resolutions.
-