- 03 Jun, 2015 1 commit
-
-
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 4 commits
-
-
Etienne Laurin authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
Also changed the ipns dns resolution to use the "dnslink" format
-
- 26 Apr, 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>
-
- 23 Apr, 2015 1 commit
-
-
Jeromy authored
rename directory and update vendored dep cleanup
-
- 21 Apr, 2015 8 commits
-
-
Christian Couder authored
As test directories contain a space, we need to properly quote paths, otherwise we get errors like: ``` umount: /home/christian/gocode/src/github.com/ipfs/go-ipfs/test/sharness/trash is not mounted (according to mtab) umount: /home/christian/gocode/src/github.com/ipfs/go-ipfs/test/sharness/trash is not mounted (according to mtab) ``` instead of: ``` umount: /home/christian/gocode/src/github.com/ipfs/go-ipfs/test/sharness/trash directory.t0030-mount.sh/ipfs is not mounted (according to mtab) umount: /home/christian/gocode/src/github.com/ipfs/go-ipfs/test/sharness/trash directory.t0030-mount.sh/ipns is not mounted (according to mtab) ``` License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
As the ipfs mount call is now encapsulated in a temporary function (see previous commit) its output should not be tempered with by test_must_fail. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
As described in issue #1109 on OSX some output from test_must_fail unfortunately goes into the "output" file that we use to test the output from "ipfs mount". This patch avoids the above by encapsulating the call to "ipfs mount" into a temporary function. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
sharness should only send the kill signal once, as that is what a graceful shutdown should do. in the event that doesn't happen, we should send it again, and then kill -9 to prevent it lingering and messing with other tests.
-
Juan Batiz-Benet authored
The test_must_fail check fails on osx. (it does not seem to fail on linux). See #1109
-
Travis Person authored
-
Travis Person authored
At this point I think this test should be moved out of this file
-
Travis Person authored
This test to make sure we can't run `ipfs init` while a daemon is currently running.
-
- 20 Apr, 2015 1 commit
-
-
Christian Couder authored
This changes .go-ipfs to .ipfs everywhere. And by the way this defines a DefaultPathName const for this name. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
-