- 28 Oct, 2014 19 commits
-
-
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 18 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
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
convert DAGService to an interface
-
Emery Hemingway authored
-
Juan Batiz-Benet authored
Fix logs + msgio error
-
Jeromy authored
-
- 25 Oct, 2014 2 commits
-
-
Jeromy authored
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-