- 02 Nov, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
gx: update go-ipld-cbor
-
Steven Allen authored
-
- 01 Nov, 2018 1 commit
-
-
hannahhoward authored
-
- 30 Oct, 2018 1 commit
-
-
Hannah Howard authored
feat(Directory): Add EnumLinksAsync method
-
- 29 Oct, 2018 8 commits
-
-
hannahhoward authored
-
hannahhoward authored
-
hannahhoward authored
-
hannahhoward authored
-
hannahhoward authored
-
hannahhoward authored
- Add LinkResult type to unix-fs - is an ipld Link or an error - Add EnumLinksAsync method to Directory interface, returns channel of directory links or error - Add EnumLinksAsync method to Shard interface in HAMT, returns channel of directory links or error - EnumLinks method in Shard interface in HAMT uses EnumLinksAsync now - modify makeAsyncTrieGetLinks to use channel
-
Kejie Zhang authored
-
Kejie Zhang authored
-
- 27 Oct, 2018 2 commits
-
-
Hector Sanjuan authored
gx publish 1.1.16
-
Hector Sanjuan authored
-
- 26 Oct, 2018 5 commits
-
-
Hector Sanjuan authored
Add travis and makefile
-
Hector Sanjuan authored
-
Hector Sanjuan authored
Fix #27: Remove batching from importers
-
Hector Sanjuan authored
-
Hector Sanjuan authored
A batching DAG service is forced onto the users of the importers, but they could just wrap the given DAGSerice in the batching one to get the same functionality (remembering to Close it at the end of the proccess). As detailed in #27, the importers should not be making choices about what DAGService is the right one to use and wrapping the given one. This change requires wrapping the DAGService in go-ipfs into ipld.Batch. and closing it when Finishing the adding process.
-
- 24 Oct, 2018 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
- 17 Oct, 2018 2 commits
-
-
Łukasz Magiera authored
gx: update go-ipfs-files
-
Łukasz Magiera authored
-
- 16 Oct, 2018 6 commits
-
-
Overbool authored
-
Overbool authored
-
Overbool authored
-
Steven Allen authored
gx: update to use extracted go-ipfs-files
-
Łukasz Magiera authored
-
Łukasz Magiera authored
-
- 15 Oct, 2018 2 commits
- 12 Oct, 2018 1 commit
-
-
Steven Allen authored
-
- 10 Oct, 2018 1 commit
-
-
Steven Allen authored
-
- 09 Oct, 2018 1 commit
-
-
Lucas Molas authored
-
- 05 Oct, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Hannah Howard authored
Use EnumerateChildrenAsync in for enumerating HAMT links
-