- 11 Jul, 2019 3 commits
-
-
Steven Allen authored
fix inconsistent EnumerateChildrenAsync behavior
-
Steven Allen authored
-
Steven Allen authored
This fixes the inconsistent EnumerateChildrenAsync behavior by renaming everything. 1. EnumerateChildrenAsync has been renamed to WalkParallel because (a) it visited the root so EnumerateChildren was incorrect and (b) it isn't async. 2. EnumerateChildren has been renamed to Walk and now _also_ visits the root for consistency. Anyone needing to skip the root can do so manually (`if c.Equals(root)` ...).
-
- 01 Jun, 2019 1 commit
-
-
Steven Allen authored
-
- 24 May, 2019 3 commits
-
-
Hector Sanjuan authored
-
Hector Sanjuan authored
-
Hector Sanjuan authored
-
- 20 Mar, 2019 1 commit
-
-
Steven Allen authored
-
- 16 Mar, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 13 Mar, 2019 2 commits
-
-
Steven Allen authored
add function to marshal raw nodes to json
-
Steven Allen authored
fixes https://github.com/ipfs/go-ipfs/issues/6076
-
- 02 Mar, 2019 2 commits
-
-
Jakub Sztandera authored
add gomod support // tag v0.0.1.
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 28 Feb, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
fix some performance regressions when reading protobuf nodes
-
- 27 Feb, 2019 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Hector Sanjuan authored
gx publish 1.1.36
-
- 26 Feb, 2019 1 commit
-
-
Hector Sanjuan authored
-
- 21 Feb, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 20 Feb, 2019 1 commit
-
-
whyrusleeping authored
-
- 18 Feb, 2019 2 commits
-
-
Jakub Sztandera authored
-
Jakub Sztandera authored
-
- 15 Feb, 2019 1 commit
-
-
Steven Allen authored
Increase FetchGraphConcurrency to 32
-
- 14 Feb, 2019 3 commits
-
-
Steven Allen authored
gx publish 1.1.30
-
Steven Allen authored
Given all the bitswap session improvements, I think it's time to give our users some candy. This should allow us to actually take advantage of the increased wantlist sizes.
-
ZenGround0 authored
-
- 07 Feb, 2019 1 commit
-
-
Steven Allen authored
-
- 23 Jan, 2019 1 commit
-
-
Steven Allen authored
-
- 17 Jan, 2019 2 commits
-
-
Lucas Molas authored
gx publish 1.1.27
-
Lucas Molas authored
-
- 09 Jan, 2019 1 commit
-
-
Steven Allen authored
-
- 18 Dec, 2018 2 commits
-
-
Hector Sanjuan authored
gx publish 1.1.25
-
Hector Sanjuan authored
-
- 14 Dec, 2018 1 commit
-
-
Steven Allen authored
Enable CI
-
- 07 Dec, 2018 1 commit
-
-
Steven Allen authored
-
- 28 Nov, 2018 1 commit
-
-
Kevin Atkinson authored
-