- 01 Nov, 2014 1 commit
-
-
Jeromy authored
-
- 31 Oct, 2014 6 commits
-
-
Jeromy authored
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
fix(everything) log.Debug -> log.Debugf
-
- 30 Oct, 2014 21 commits
-
-
Jeromy authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
cc @whyrusleeping
-
Juan Batiz-Benet authored
perf(core/datastore) disable snappy compression
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
blockservice: dont write blocks twice
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
If the datastore has a value for the key, we already have the block. We should not write it again. This will make redundant writes much faster. At the moment, a datastore.Has on leveldb is a GetBackedHas. Track https://github.com/jbenet/go-datastore/issues/6
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
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 11 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
-