- 20 Apr, 2015 3 commits
-
-
gatesvp authored
Move IPNS resolutions into the core library via the pathresolver.go file. Fix the CLI commands to leverage this core component.
-
Juan Batiz-Benet authored
We now consider debugerrors harmful: we've run into cases where debugerror.Wrap() hid valuable error information (err == io.EOF?). I've removed them from the main code, but left them in some tests. Go errors are lacking, but unfortunately, this isn't the solution. It is possible that debugerros.New or debugerrors.Errorf should remain still (i.e. only remove debugerrors.Wrap) but we don't use these errors often enough to keep.
-
Jeromy authored
This commit adds a new set of sharness tests for pinning, and addresses bugs that were pointed out by said tests. test/sharness: added more pinning tests Pinning is currently broken. See issue #1051. This commit introduces a few more pinning tests. These are by no means exhaustive, but definitely surface the present problems going on. I believe these tests are correct, but not sure. Pushing them as failing so that pinning is fixed in this PR. make pinning and merkledag.Get take contexts improve 'add' commands usage of pinning FIXUP: fix 'pin lists look good' ipfs-pin-stat simple script to help check pinning This is a simple shell script to help check pinning. We ought to strive towards making adding commands this easy. The http api is great and powerful, but our setup right now gets in the way. Perhaps we can clean up that area. updated t0081-repo-pinning - fixed a couple bugs with the tests - made it a bit clearer (still a lot going on) - the remaining tests are correct and highlight a problem with pinning. Namely, that recursive pinning is buggy. At least: towards the end of the test, $HASH_DIR4 and $HASH_FILE4 should be pinned indirectly, but they're not. And thus get gc-ed out. There may be other problems too. cc @whyrusleeping fix grep params for context deadline check fix bugs in pin and pin tests check for block local before checking recursive pin
-
- 12 Apr, 2015 3 commits
-
-
Etienne Laurin authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
This commit adds HEAD support to the IPFS Gateway. Related: #840
-
- 06 Apr, 2015 1 commit
-
-
Jeromy authored
-
- 01 Apr, 2015 1 commit
-
-
Jeromy authored
humanize bandwidth output instrument conn.Conn for bandwidth metrics add poll command for continuous bandwidth reporting move bandwidth tracking onto multiaddr net connections another mild refactor of recording locations address concerns from PR lower mock nodes in race test due to increased goroutines per connection
-
- 31 Mar, 2015 1 commit
-
-
Ho-Sheng Hsiao authored
- Modified Godeps/Godeps.json by hand - [TEST] Updated welcome docs hash to sharness - [TEST] Updated contact doc - [TEST] disabled breaking test (t0080-repo refs local)
-
- 24 Mar, 2015 1 commit
-
-
Jeromy authored
-
- 20 Mar, 2015 1 commit
-
-
Henry authored
- added tests for 'ipfs ls --headers' - comments from CR (opts) - sharness: fix ls test whitespace
-
- 18 Mar, 2015 5 commits
-
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
- 16 Mar, 2015 2 commits
- 14 Mar, 2015 1 commit
-
-
Tommi Virtanen authored
Nobody calls At without immediately calling Open. First step, a mechanical transformation. Cleanups will follow.
-
- 10 Mar, 2015 2 commits
- 09 Mar, 2015 2 commits
- 08 Mar, 2015 1 commit
-
-
anarcat authored
not exactly elegant, but fixes #871 in the short term. in the mid term, unless more `repo` commands show up, i suggest just replacing `repo gc` simply by `gc`.
-
- 07 Mar, 2015 4 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
commands should last as long as the user keeps the cmd going
-
Henry authored
-
anarcat authored
i couldn't understand what those meant. it was explain (at least partly) in #590 so let's share the goods!
-
- 05 Mar, 2015 4 commits
-
-
Tonis Tiigi authored
-
Tonis Tiigi authored
-
Henry authored
-
Henry authored
-
- 03 Mar, 2015 1 commit
-
-
Juan Batiz-Benet authored
/ipfs/QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R https://github.com/protocol/ipfs-webui/commit/ee74f75d0b30d59326a813fb4467c91190cb87a6
-
- 02 Mar, 2015 1 commit
-
-
bbenshoof authored
-
- 01 Mar, 2015 1 commit
-
-
Henry authored
-
- 27 Feb, 2015 5 commits