- 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 3 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Matt Bell authored
-
- 22 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
PACKAGE DOCUMENTATION package corehttp FUNCTIONS func GatewayOption(n *core.IpfsNode, mux *http.ServeMux) error func ListenAndServe(n *core.IpfsNode, addr ma.Multiaddr, options ...ServeOption) error func WebUIOption(n *core.IpfsNode, mux *http.ServeMux) error TYPES type ServeOption func(*core.IpfsNode, *http.ServeMux) error func DaemonOption(cctx commands.Context) ServeOption
-
- 14 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
NB: daemon is one spot the repo lock is typically acquired
-
- 12 Jan, 2015 9 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Simon Kirkby authored
adds trailing slash redirection index.html return templated directory listing Signed off : Simon Kirkby <tigger@interthingy.com>
-
Matt Bell authored
-
- 04 Jan, 2015 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
This commit cleans up how mounting was being done. It now successfully signals when it is properly mounted and listen to close signals correctly.
-
- 25 Nov, 2014 1 commit
-
-
Matt Bell authored
-
- 21 Nov, 2014 1 commit
-
-
Jeromy authored
-
- 20 Nov, 2014 1 commit
-
-
Juan Batiz-Benet authored
I broke out multiaddr/net to its own package so that multiaddr parsing could remain lean. multiaddr-net will vendor special implementations of protocols (like utp)
-
- 18 Nov, 2014 8 commits
-
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Matt Bell authored
-
Brian Tiger Chow authored
@jbenet License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
Brian Tiger Chow authored
@jbenet License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-