- 16 Jan, 2019 1 commit
-
-
Bamvor Zhang authored
NewLeafNode and NewLeafDataNode is introduced in commit 474b77a2bdb1c ("importer: remove `UnixfsNode` from the balanced builder"). It is intended to return ipfs.Node instead of UnixfsNode. But it only support creating the TFile leaf node for merkledag. This commit add fsNodeType to above two functions and update the code in dagbuild.go. Further patches of trickledag will make use of them and pass TRaw to create leaf node. License: MIT Signed-off-by: Bamvor Zhang <jian.zhang@ipfsbit.com>
-
- 15 Jan, 2019 3 commits
-
-
Lucas Molas authored
-
Overbool authored
-
Overbool authored
-
- 09 Jan, 2019 1 commit
-
-
Steven Allen authored
-
- 21 Dec, 2018 4 commits
-
-
Steven Allen authored
Fix/handle overflow
-
Steven Allen authored
I didn't do this before because this datastructure *technically* isn't specific to sharded directories but, really, that was just even more confusing.
-
Steven Allen authored
1. It's less confusing. Murmur64 is something our library supports by truncating a Murmur128 hash. 2. We'll only use the part we need anyways. directory trees.
-
Steven Allen authored
If we have a deep enough directory, we could walk off the end of the bit array.
-
- 18 Dec, 2018 2 commits
-
-
Hector Sanjuan authored
gx publish 1.2.11
-
Hector Sanjuan authored
-
- 13 Dec, 2018 3 commits
-
-
Łukasz Magiera authored
go-ipfs-files 2.0
-
Łukasz Magiera authored
-
Łukasz Magiera authored
-
- 07 Dec, 2018 1 commit
-
-
Steven Allen authored
-
- 04 Dec, 2018 1 commit
-
-
Bamvor Zhang authored
License: MIT Signed-off-by: Bamvor Zhang <jian.zhang@ipfsbit.com>
-
- 28 Nov, 2018 1 commit
-
-
Kevin Atkinson authored
-
- 11 Nov, 2018 2 commits
-
-
Hannah Howard authored
gx publish 1.2.7
-
hannahhoward authored
-
- 09 Nov, 2018 1 commit
-
-
Bamvor Zhang authored
Fix value of roughLinkSize. Add default value of DefaultLinksPerBlock. And delete calc_test.go as it is deleted in commit bc79ae17 ("refactor importer package with trickle and balanced dag generation") License: MIT Signed-off-by: Bamvor Zhang <jian.zhang@ipfsbit.com>
-
- 08 Nov, 2018 1 commit
-
-
Steven Allen authored
-
- 03 Nov, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 02 Nov, 2018 5 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
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
-