- 30 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 24 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 23 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 18 Apr, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 06 Jan, 2021 1 commit
-
-
Keenan Nemetz authored
-
- 12 Oct, 2020 1 commit
-
-
Rod Vagg authored
chore: add tests to verify allowable data layouts
-
- 30 Sep, 2020 1 commit
-
-
Rod Vagg authored
Ref: https://github.com/ipld/specs/pull/297
-
- 04 May, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 27 Apr, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 23 Apr, 2020 2 commits
-
-
Steven Allen authored
fix: correctly construct sessions
-
Steven Allen authored
This way, the caller can pass in any dag service that implements the SessionMaker interface.
-
- 07 Dec, 2019 1 commit
-
-
Steven Allen authored
update gogo and deps
-
- 06 Dec, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
1. And rebuild generated protobuf. 2. Making sure to keep the link/data ordering (we have a test for this and it still passes)
-
- 02 Dec, 2019 2 commits
-
-
Steven Allen authored
Migrate dagutils from go-ipfs
-
Steven Allen authored
-
- 19 Nov, 2019 2 commits
-
-
Michael Muré authored
-
Michael Muré authored
-
- 01 Oct, 2019 2 commits
-
-
Steven Allen authored
Make getPBNode Public
-
postables authored
-
- 26 Sep, 2019 1 commit
-
-
postables authored
Pull In Upstream Changes
-
- 19 Sep, 2019 1 commit
-
-
Steven Allen authored
-
- 01 Aug, 2019 2 commits
-
-
Steven Allen authored
fix: slightly reduce memory usage when walking large directory trees
-
Steven Allen authored
-
- 26 Jul, 2019 2 commits
-
-
Steven Allen authored
fix: return ErrLinkNotFound when the _link_ isn't found
-
Steven Allen authored
ipld.ErrNotFound should only be used when the underlying node isn't found
-
- 24 Jul, 2019 2 commits
-
-
Steven Allen authored
fix: include root in searches by default
-
Steven Allen authored
1. Walk implies walking the entire graph. 2. Avoids a _silent_ breaking change.
-
- 22 Jul, 2019 1 commit
-
-
Steven Allen authored
rework the graph walking functions with functional options
-
- 19 Jul, 2019 1 commit
-
-
Michael Muré authored
-
- 18 Jul, 2019 2 commits
-
-
Michael Muré authored
-
Michael Muré authored
This commit: - reduce the API to 2 simpler functions - add consistent and clear control over if the root should be visited - add control over the concurrency factor
-
- 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
-