- 11 Feb, 2015 3 commits
-
-
Jeromy authored
-
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 2 commits
-
-
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.
-
- 06 Feb, 2015 9 commits
-
-
Juan Batiz-Benet authored
ratelimiter: fixing rate limiter use
-
Juan Batiz-Benet authored
Use of the ratelimiter should be conscious of the ratelimiter's potential closing. any loops that add work to ratelimiter should (a) only do so if the rate limiter is not closed, or (b) prevent limiter while work is added (i.e. use limiter.Go(addWorkHere))
-
Brian Tiger Chow authored
since construction can fail, and construction is non-trivial, it's probably safer to never assume resource exists. cc @jbenet @whyrusleeping
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
exposed the Decider to make configuration nicer @mappum
-
Brian Tiger Chow authored
decalarative configuration is superior. the thread-safety because important during normal operation
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
corehttp: allow all webui paths we published.
-
Juan Batiz-Benet authored
Otherwise we break users links! cc @mappum
-
- 05 Feb, 2015 18 commits
-
-
Juan Batiz-Benet authored
p2p/protocol/identity: smarter tracking observed addrs
-
Juan Batiz-Benet authored
- time them out (already was doing that with addrbook) - keep count to counter symmetric nats
-
Juan Batiz-Benet authored
routing/kbucket: fix data race
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Gateway Changes
-
Matt Bell authored
-
Juan Batiz-Benet authored
Add ipfs-test-lib.sh
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Brian Tiger Chow authored
add blocklist to gateway executable
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Brian Tiger Chow authored
log fix main
-
Brian Tiger Chow authored
use pointer use func comment on decider to clarify whether it allows or denies fix set conf gstw
-