- 08 Jun, 2015 2 commits
- 06 Jun, 2015 1 commit
-
-
Harlan T Wood authored
-
- 10 May, 2015 1 commit
-
-
Kristoffer Ström authored
-
- 01 May, 2015 2 commits
-
-
Tommi Virtanen authored
-
Tommi Virtanen authored
-
- 27 Apr, 2015 1 commit
-
-
Jeromy authored
Also changed the ipns dns resolution to use the "dnslink" format
-
- 20 Apr, 2015 5 commits
-
-
Tor Arne Vestbø authored
Instead of just terminating right there and then, we cancel the context, and let the daemon exit cleanly. This make take a few seconds, as the node builder and its child processes do not care too much about the context state while building nodes, but this can be improved by injecting checks for ctx.Done() before time-consuming steps.
-
Tor Arne Vestbø authored
Instead of assuming the command is the daemon command and closing the node, which resulted in bugs like #1053, we cancel the context and let the context children detect the cancellation and gracefully clean up after themselves. The shutdown logging has been moved into the daemon command, where it makes more sense, so that commands like ping will not print out the same output on cancellation.
-
Jeromy authored
-
Jeromy authored
-
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.
-
- 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)
-
- 14 Mar, 2015 1 commit
-
-
Tommi Virtanen authored
Nobody calls At without immediately calling Open. First step, a mechanical transformation. Cleanups will follow.
-
- 12 Mar, 2015 1 commit
-
-
Konstantin Koroviev authored
-
- 09 Mar, 2015 1 commit
-
-
Konstantin Koroviev authored
-
- 07 Mar, 2015 2 commits
-
-
anarcat authored
i took @jbenet's suggestion, but reorganised it a bit to *not* suggest what is actually warned against later. :)
-
anarcat authored
this more clearly explains that the daemon is listening on the network. it also hints as to how to change the listening ports. this is also related to #874
-
- 04 Mar, 2015 2 commits
-
-
Juan Batiz-Benet authored
-
Henry authored
-
- 20 Feb, 2015 1 commit
-
-
Jeromy authored
-
- 15 Feb, 2015 3 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 11 Feb, 2015 1 commit
-
-
Jeromy authored
-
- 08 Feb, 2015 1 commit
-
-
Kevin Wallace authored
This allows someone to host a static site by pointing a TXT record at their content in IPFS, and a CNAME record at an IPFS gateway. Note that such a setup technically violates RFC1912 (section 2.4; "A CNAME record is not allowed to coexist with any other data."), but tends to work in practice. We may want to consider changing the DNS->IPFS resolution scheme to allow this scenario to be RFC-compliant (e.g. store the mapping on a well-known subdomain to allow CNAME records on the domain itself). License: MIT Signed-off-by: Kevin Wallace <kevin@pentabarf.net>
-
- 06 Feb, 2015 3 commits
-
-
Brian Tiger Chow authored
exposed the Decider to make configuration nicer @mappum
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
Otherwise we break users links! cc @mappum
-
- 05 Feb, 2015 1 commit
-
-
Matt Bell authored
-
- 02 Feb, 2015 2 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
fix(cmd/daemon) set node on req context since it expects daemon to be present when handling commands over the API @jbenet revenge of the request context redux
-
- 01 Feb, 2015 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
- core: daemon stdout print to cmd + daemon init checks - core: fixed bug where the gateway was printed as "API" - sharness/test-lib: daemon init checks - sharness/test-lib: portable TCP port check - sharness/init: fix test bits output - sharness: use common hashes in one place. - move t0100-http-gateway -> t0111-gateway-writable - sharness: test-lib funcs for gateway config - sharness/t0111-gateway-writable: use sh funcs - sharness/t0111-gateway-writable: fixes - escape all vars (always `cmd "$VAR"` never `cmd $VAR`) - use $FILEPATH, not $path - last test seems to fail
-
- 31 Jan, 2015 2 commits
-
-
Mildred Ki'Lya authored
-
Juan Batiz-Benet authored
updated sharness hashes
-
- 29 Jan, 2015 1 commit
-
-
Matt Bell authored
-
- 27 Jan, 2015 1 commit
-
-
Juan Batiz-Benet authored
-
- 24 Jan, 2015 2 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-