- 20 Aug, 2019 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Due to patent concerns in closed-source downstream products: https://github.com/ipfs/go-ipfs/issues/6590
-
- 01 Mar, 2019 1 commit
-
-
Jakub Sztandera authored
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 21 Feb, 2019 1 commit
-
-
Steven Allen authored
-
- 18 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
-
- 11 Nov, 2018 2 commits
-
-
Hannah Howard authored
gx publish 0.1.6
-
hannahhoward authored
-
- 02 Nov, 2018 1 commit
-
-
Steven Allen authored
-
- 05 Oct, 2018 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
use datastore.GetSize
-
Steven Allen authored
-
Steven Allen authored
-
- 04 Oct, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
make arccache.GetSize return ErrNotFound when not found
-
Steven Allen authored
(and fix the tests) The semantics were changed during PR review but the test never got updated.
-
- 24 Sep, 2018 1 commit
-
-
Steven Allen authored
-
- 21 Sep, 2018 1 commit
-
-
Steven Allen authored
fix test race condition
-
- 12 Sep, 2018 3 commits
-
-
Steven Allen authored
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
- 08 Sep, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
- 28 Aug, 2018 2 commits
-
-
Steven Allen authored
Fix typo: Change 'should not' to 'should'
-
Shaoxiong Li authored
-
- 22 Aug, 2018 1 commit
-
-
Steven Allen authored
-
- 15 Aug, 2018 1 commit
-
-
Steven Allen authored
-
- 13 Aug, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
- 11 Aug, 2018 1 commit
-
-
Kevin Atkinson authored
-
- 09 Aug, 2018 1 commit
-
-
Steven Allen authored
-
- 07 Aug, 2018 6 commits
-
-
Steven Allen authored
-
Steven Allen authored
correctly convert the datastore not found errors
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
blockstore: Adding Stat method to map from Cid to BlockSize
-
- 06 Aug, 2018 1 commit
-
-
Steven Allen authored
Also stop exposing functions that don't do what they claim to do: * Invalidate does, technically invalidate. However, it's not threadsafe. * Rebuild doesn't *clear* the filter so it's only useful for the initial build. It's also not threadsafe. We can restore these functions later if we need them (but we'll have to change a few things to make them work properly). Also adds a `Wait` function to allow waiting for the bloom filter to finish building. fixes #6
-