- 14 2月, 2015 13 次提交
-
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
fix(corerouting): connect to routing servers when setting up GCR client doc(corerouting) add TODO to move stuff to routing bootstrap
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
remove dialer from GCR client
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
- 13 2月, 2015 8 次提交
-
-
this might solve all our problems
由 Juan Batiz-Benet 提交于 -
fix for #757
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
have repo tilde expand paths
由 Jeromy Johnson 提交于 -
gateway: attempt to resolve hostname to ipfs path
由 Juan Batiz-Benet 提交于 -
fix a panic caused by context cancelling closing a promise channel
由 Juan Batiz-Benet 提交于
-
- 12 2月, 2015 3 次提交
-
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
Fixed 'ipfs block put' panic
由 Jeromy Johnson 提交于
-
- 11 2月, 2015 7 次提交
-
-
implement nodebuilder
由 Jeromy Johnson 提交于 -
由 Matt Bell 提交于
-
p2p/net/conn: respect context on dialing
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
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 提交于 -
由 Juan Batiz-Benet 提交于
-
document some packages
由 Juan Batiz-Benet 提交于
-
- 10 2月, 2015 3 次提交
-
-
由 Jeromy 提交于
-
ctx.Done fixes
由 Juan Batiz-Benet 提交于 -
thanks @whyrusleeping for finding these.
由 Juan Batiz-Benet 提交于
-
- 09 2月, 2015 1 次提交
-
-
Use multihash not shasum
由 Juan Batiz-Benet 提交于
-
- 08 2月, 2015 5 次提交
-
-
License: MIT Signed-off-by:Kevin Wallace <kevin@pentabarf.net>
由 Kevin Wallace 提交于 -
License: MIT Signed-off-by:Kevin Wallace <kevin@pentabarf.net>
由 Kevin Wallace 提交于 -
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 提交于 -
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>
由 Kevin Wallace 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-