- 21 5月, 2015 25 次提交
-
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
Also more refactoring of bitswap in general, including some perf improvements and eventlog removal. clean up, and buffer channels move some things around correctly buffer work messages more cleanup, and improve test perf remove unneccessary test revert changes to bitswap message, they werent necessary
由 Jeromy 提交于 -
silence error log on shutdown
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
do http server properly so daemon can shut down
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
Stdin parsing optional arg
由 Juan Batiz-Benet 提交于 -
travis is very slow atm, so we're not running 1.3 builds for a while.
由 Juan Batiz-Benet 提交于 -
remove inflect package
由 Juan Batiz-Benet 提交于 -
Fix: Using the `dnslink` feature led to infinite redirects
由 Juan Batiz-Benet 提交于 -
fix silent refs failure
由 Juan Batiz-Benet 提交于 -
clean up and fix init permissions handling
由 Juan Batiz-Benet 提交于
-
- 20 5月, 2015 15 次提交
-
-
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
由 Jeromy 提交于
-
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
fixes #1233
由 Knut Ahlers 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
Rework mutable namespace resolution to handle recursion
由 Juan Batiz-Benet 提交于 -
Shifting the generic testResolution helper from the protocol-specific dns_test.go to the generic namesys_test.go.
由 W. Trevor King 提交于 -
由 W. Trevor King 提交于
-
So we can attach a mock lookup function for testing.
由 W. Trevor King 提交于 -
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>由 W. Trevor King 提交于 -
And add a generic 'ipfs resolve' to handle cross-protocol name resolution.
由 W. Trevor King 提交于 -
This lets users resolve (recursively or not) DNS links without pulling in the other protocols. That makes an easier, more isolated target for alternative implemenations, since they don't need to understand IPNS, proquint, etc. to handle these resolutions.
由 W. Trevor King 提交于 -
For explicitly enabling recursive behaviour (it was previously always enabled). That allows folks who are interested in understanding layered indirection to step through the chain one link at a time.
由 W. Trevor King 提交于
-