- 14 Feb, 2015 8 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
fix(corerouting): connect to routing servers when setting up GCR client doc(corerouting) add TODO to move stuff to routing bootstrap
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
remove dialer from GCR client
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 13 Feb, 2015 8 commits
-
-
Juan Batiz-Benet authored
this might solve all our problems
-
Juan Batiz-Benet authored
fix for #757
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy Johnson authored
have repo tilde expand paths
-
Juan Batiz-Benet authored
gateway: attempt to resolve hostname to ipfs path
-
Juan Batiz-Benet authored
fix a panic caused by context cancelling closing a promise channel
-
- 12 Feb, 2015 3 commits
-
-
Jeromy authored
-
Jeromy authored
-
Jeromy Johnson authored
Fixed 'ipfs block put' panic
-
- 11 Feb, 2015 7 commits
-
-
Jeromy Johnson authored
implement nodebuilder
-
Matt Bell authored
-
Juan Batiz-Benet authored
p2p/net/conn: respect context on dialing
-
Jeromy authored
-
Juan Batiz-Benet authored
We were half-way with this. there's no way for net.Dialers to respect contexts, so we have to let the dial finish in the background.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
document some packages
-
- 10 Feb, 2015 3 commits
-
-
Jeromy authored
-
Juan Batiz-Benet authored
ctx.Done fixes
-
Juan Batiz-Benet authored
thanks @whyrusleeping for finding these.
-
- 09 Feb, 2015 1 commit
-
-
Juan Batiz-Benet authored
Use multihash not shasum
-
- 08 Feb, 2015 6 commits
-
-
Kevin Wallace authored
License: MIT Signed-off-by: Kevin Wallace <kevin@pentabarf.net>
-
Kevin Wallace authored
License: MIT Signed-off-by: Kevin Wallace <kevin@pentabarf.net>
-
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>
-
Kevin Wallace authored
Each option now additionally returns the mux to be used by future options. If every options returns the mux it was passed, the current behavior is unchanged. However, if the option returns an a new mux, it can mediate requests to handlers provided by future options: return func(n *core.IpfsNode, mux *http.ServeMux) (*http.ServeMux, error) { childMux := http.NewServeMux() mux.Handle("/", handlerThatDelegatesToChildMux) return childMux, nil } License: MIT Signed-off-by: Kevin Wallace <kevin@pentabarf.net>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
As shasum is not installed on all machines and we use multihash anyway in the code base, it removes one dependency to use shasum instead of shasum in the tests. Now that there are sharness tests in multihash it is also safe to use it. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 07 Feb, 2015 4 commits
-
-
Juan Batiz-Benet authored
go-multihash update
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
gateway: dont cache ipns paths
-
Juan Batiz-Benet authored
ipns paths are mutable and should not be cached. this error is a byproduct of the currently messy gateway route. We should split the /ipfs and /ipns routes up.
-