- 11 Feb, 2015 1 commit
-
-
Matt Bell authored
-
- 10 Feb, 2015 1 commit
-
-
Jeromy authored
-
- 07 Feb, 2015 1 commit
-
-
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 3 commits
-
-
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
decalarative configuration is superior. the thread-safety because important during normal operation
-
Juan Batiz-Benet authored
Otherwise we break users links! cc @mappum
-
- 05 Feb, 2015 5 commits
-
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Brian Tiger Chow authored
use pointer use func comment on decider to clarify whether it allows or denies fix set conf gstw
-
- 04 Feb, 2015 3 commits
- 03 Feb, 2015 7 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Let's save log.Error for things the user can take action on. Moved all our diagnostics to log.Debug. We can ideally reduce them even further.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
this will help us introspect what's going on.
-
Juan Batiz-Benet authored
This addr manager should seriously help with the addrsplosion problem.
-
- 02 Feb, 2015 9 commits
-
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
core/coreunix: Created 'AddWrapped' function to add files with a wrapped directory (to preserve filename in path)
-
Jeromy authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
fix FIXUP maybeRouter in core
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
unixfs file size != merkledag cumulative size
-
- 01 Feb, 2015 7 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
⚠ this commit makes your current configs unusable, as the default bootstrap peers. You may need to edit your config. Go from: ```js Bootstrap: [ { "Address": "/ip4/104.131.131.82/tcp/4001", "PeerID": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" } ] ``` To: ```js Bootstrap: [ "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" ] ``` -
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
-
Juan Batiz-Benet authored
addresses CR comments
-
- 31 Jan, 2015 3 commits
-
-
Jeromy authored
Addresses bug #689
-
Mildred Ki'Lya authored
-
Mildred Ki'Lya authored
-