- 24 May, 2015 2 commits
-
-
Juan Batiz-Benet authored
Fix: dnslink domain resolving was broken; Add: no caching for those
-
Juan Batiz-Benet authored
t0040: test ipfs add with stdin
-
- 23 May, 2015 1 commit
-
-
Christian Couder authored
Let's test 'ipfs add' with stdin input too. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 22 May, 2015 12 commits
-
-
Juan Batiz-Benet authored
fix minor data race in bitswap
-
Juan Batiz-Benet authored
make bitswap commands error out properly offline
-
Jeromy authored
-
Juan Batiz-Benet authored
Bug/panic on empty path
-
Travis Person authored
Update the previous `invalid path` error to match the error returned from `SplitAbsPath`.
-
Travis Person authored
Cleaned the tests, and actually test for the error.
-
Travis Person authored
Added the original logic to check for a invalid path and a simple test.
-
Travis Person authored
If no path after `/ipfs/` or `/ipns/` is given, then the daemon will panic with a slice bounds out of range error. This checks to see if we have anything after `ipfs` or `ipns`.
-
Juan Batiz-Benet authored
trying to debug permissions failure
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
- 21 May, 2015 25 commits
-
-
Jeromy Johnson authored
fix offline full path resolution bug
-
Jeromy authored
-
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
-
Knut Ahlers authored
-
Knut Ahlers authored
fixes #1234 fixes #1267
-
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
-