- 30 Oct, 2014 3 commits
-
-
Juan Batiz-Benet authored
perf(cmd/ipfs) write mprof file in debug mode
-
Brian Tiger Chow authored
TODO add memory profiling to ipfs2
-
Brian Tiger Chow authored
-
- 29 Oct, 2014 1 commit
-
-
Brian Tiger Chow authored
discovered by @mappum and applied at https://github.com/jbenet/go-ipfs/commit/414e20b71e50b65e40883f3ac85f91aa81c1e486 fixing here to address #233 https://github.com/jbenet/go-ipfs/issues/233
-
- 28 Oct, 2014 25 commits
-
-
Juan Batiz-Benet authored
refactor(blockservice, merkledag, namesys) deprecate u.ErrNotFound
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
refactor(routing) replace u.ErrNotFound with routing.ErrNotFound
-
Juan Batiz-Benet authored
fix(bitswap/message) duplicate entries
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
to emphasize idempotence
-
Brian Tiger Chow authored
comes at the cost of O(n) Blocks() method.
-
Brian Tiger Chow authored
so there's one less name to think about
-
Brian Tiger Chow authored
A nice invariant for bitswap sessions: Senders and receivers can trust that messages do not contain duplicate blocks or duplicate keys. Backing the message with a map enforces this invariant. This comes at the cost of O(n) getters.
-
Brian Tiger Chow authored
implementation will be patched to ensure bitswap messages cannot contain duplicate blocks or keys
-
Brian Tiger Chow authored
@whyrusleeping noticed this a couple days ago potential long-term fix: prevent duplicate entries in the wantlist by using a map/set and iterating over this data structure on export
-
Brian Tiger Chow authored
Revert "perf(mux) use RWMutex"
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
perf(mux) use RWMutex
-
Brian Tiger Chow authored
-
- 27 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
ipfs tour
-
- 26 Oct, 2014 10 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Improve tests
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
- if equinox says there is a new update, but the version number IS NOT larger, we interpret that as no update (you may have gotten a newer version by building it yourself). - Also export ErrNoUpdateAvailable so clients don't also need to import the equinox library to check the error. cc @cryptix comments?
-
Juan Batiz-Benet authored
ContextCloserify
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
- less floating variables
-