- 20 Jun, 2015 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <jeromyj@gmail.com>
-
- 19 Jun, 2015 1 commit
-
-
W. Trevor King authored
Instead of raising "keychains not yet implemented" whenever we have an explicit node ID, only raise the error when the given node ID isn't the local node. This allows folks to use the more-general explicit-node-ID form in scripts and such now, as long as they use the local node name when calling those scripts. Also add a test for this case, and update the comment for the one-argument case to match the current syntax for extracting a multihash name string. License: MIT Signed-off-by:
W. Trevor King <wking@tremily.us>
-
- 18 Jun, 2015 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by:
Jeromy <jeromyj@gmail.com>
-
rht authored
and exchange/bitswap/testutils.go License: MIT Signed-off-by:
rht <rhtbot@gmail.com>
-
- 14 Jun, 2015 1 commit
-
-
Christian Couder authored
As Sharness now includes test_seq we can remove our implementation. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 13 Jun, 2015 3 commits
-
-
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>
-
Christian Couder authored
We want to be able to update Sharness to benefit from new features. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 09 Jun, 2015 1 commit
-
-
W. Trevor King authored
Since 607468a9 (beautify 'ipfs ls' and 'ipfs object links', #833) we've had these. That pull request was about text/tabwriter [1] and elastic tabstops [2], but we don't need a column separator at the end of each line. [1]: https://golang.org/pkg/text/tabwriter/ [2]: http://nickgravgaard.com/elastic-tabstops/index.html Licence: MIT Signed-off-by:
W. Trevor King <wking@tremily.us>
-
- 08 Jun, 2015 1 commit
-
-
Jeromy authored
-
- 07 Jun, 2015 2 commits
-
-
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>
-
- 03 Jun, 2015 4 commits
-
-
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>
-
Jeromy authored
-
rht authored
-
- 01 Jun, 2015 1 commit
-
-
Jeromy authored
-
- 31 May, 2015 2 commits
-
-
Juan Batiz-Benet authored
the iptb tests are failing all the time on travis. It's possible this is still a port problem, and it may be something else. Regardless, right now they're just adding noise.
-
Juan Batiz-Benet authored
Otherwise they clash with each other if running on the same machine
-
- 30 May, 2015 3 commits
-
-
rht authored
-
rht authored
-
Jeromy authored
This PR moves the addition of new blocks to our wantlist (and their subsequent broadcast to the network) outside of the clientWorker loop. This allows blocks to more quickly propogate to peers we are already connected to, where before we had to wait for the previous findProviders call in clientworker to complete before we could notify our partners of the next blocks that we want. I then changed the naming of the clientWorker and related variables to be a bit more appropriate to the model. Although the clientWorker (now named providerConnector) feels a bit awkward and should probably be changed. fix test assumption
-
- 29 May, 2015 1 commit
-
-
Henry authored
-
- 28 May, 2015 1 commit
-
-
Henry authored
-
- 26 May, 2015 1 commit
-
-
rht authored
-
- 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 1 commit
-
-
Jeromy authored
-
- 21 May, 2015 1 commit
-
-
Jeromy authored
-
- 20 May, 2015 2 commits
-
-
Jeromy authored
-
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>
-
- 19 May, 2015 1 commit
-
-
Christian Couder authored
License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
- 18 May, 2015 1 commit
-
-
rht authored
-
- 10 May, 2015 2 commits
-
-
Juan Batiz-Benet authored
This may take care of the daemon clashing on travis.
-
Juan Batiz-Benet authored
This commit allows arbitrary json input to set. It also tests this with sharness.
-
- 08 May, 2015 1 commit
-
-
Henry authored
commands/object: remove objectData() and objectLinks() helpers resolver: added context parameters sharness: $HASH carried the \r from the http protocol with sharness: write curl output to individual files http gw: break PUT handler until PR#1191
-
- 06 May, 2015 1 commit
-
-
Jeromy Johnson authored
update hash for bigfile
-
- 05 May, 2015 1 commit
-
-
Jeromy authored
update iptb dependency again, and pick different ports for each iptb cluster try and fix godeps crap
-
- 28 Apr, 2015 2 commits
-
-
Vitor Baptista authored
If you want to get only the hashes (i.e. the previous behaviour), you can use the `--quiet` flag.
-
Henry authored
I want to follow this up with a thorough execution of my x/tool/cmd/eg experiments (https://github.com/ipfs/go-ipfs/compare/errRampage)
-
- 27 Apr, 2015 1 commit
-
-
Etienne Laurin authored
-