- 03 Feb, 2015 24 commits
-
-
Juan Batiz-Benet authored
from irc: <jbenet> Any idea why this job isn't finding Go? https://travis-ci.org/jbenet/go-ipfs/jobs/49296465 -- we havent had problems for a while and now lots of builds fail like this. <•meatballhat> jbenet: still around? <•meatballhat> jbenet: the `release` name was something specific to gvm. As there is no `release` tag in the go repo, it's no longer a valid target. What you probably want is `1.4.1` or `master`. <jbenet> meatballhat: ah thank you <•meatballhat> jbenet: np, sorry about the switchup! gvm had been woefully undermaintained since August, so we were long overdue in replacing it.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
logs: removed all log.Errors unhelpful to users
-
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
AddrSplosion III - Revenge of the granular TTL
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
TODOs: - need to consolidate all the versioning stuff into one package - need to do the version check as a handshake, before further communication happens. we used to do this.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
this will help us introspect what's going on.
-
Juan Batiz-Benet authored
it keeps failing early.
-
Juan Batiz-Benet authored
so that we dont get stuck dialing bad addrs first always.
-
Juan Batiz-Benet authored
This will mitigate the fd explosion, but slow down dials majorly as any peer with more addresses than the rate limit will have to wait a whole dial timeout (~15s)
-
Juan Batiz-Benet authored
This addr manager should seriously help with the addrsplosion problem.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
sharness/test-lib: remove some "cat" followed by |
-
Christian Couder authored
The pattern "cat FILE | COMMAND" can be simplified to just "COMMAND FILE" when COMMAND accepts files as arguments. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Brian Tiger Chow authored
Allow FSRepo components to depend on the config, add log config to eventlog
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 02 Feb, 2015 16 commits
-
-
Juan Batiz-Benet authored
ipfs add -w
-
Matt Bell authored
-
Matt Bell authored
-
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)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
docs folder and some fuse docs. closes #259
-
Brian Tiger Chow authored
feat: keep profiling data from test runs
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
@jbenet @whyrusleeping thoughts?
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
ensure dagreaders are cleaned up after 'cat' command finishes
-
Jeromy authored
-