- 16 Jul, 2018 9 commits
-
-
Whyrusleeping authored
unixfs: add a directory interface
-
Whyrusleeping authored
Refactor code
-
Whyrusleeping authored
cmd: fix `files ls` to report hash and size for files
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Whyrusleeping authored
Efficient "repo stat" (DiskUsage) and "--size-only" flag
-
Whyrusleeping authored
feat: Allow specifing how object data is encoded
-
Whyrusleeping authored
mfs: make `Root` value a `Directory`
-
Whyrusleeping authored
pbdagreader: use FSNode instead of protobuf structure
-
Whyrusleeping authored
dagreader: remove `Offset()` method
-
- 13 Jul, 2018 20 commits
-
-
Whyrusleeping authored
URL store
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Whyrusleeping authored
Ipfs 0.4.16 release
-
Jeromy authored
License: MIT Signed-off-by: Whyrusleeping <why@ipfs.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Rob Brackett authored
License: MIT Signed-off-by: Rob Brackett <rob@robbrackett.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 11 Jul, 2018 2 commits
-
-
Whyrusleeping authored
publish the gx 0.4.16-rc3 release
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 09 Jul, 2018 8 commits
-
-
Whyrusleeping authored
Ipfs v0.4.16-rc3
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Lucas Molas authored
License: MIT Signed-off-by: Lucas Molas <schomatis@gmail.com>
-
Lucas Molas authored
Add a UnixFS `Directory` that hides implementation details and helps to distinguish *what* is a UnixFS directory. Replace the `unixfs.io.Directory` structure that contained the HAMT and basic directory implementations (through inner pointers) with an interface containing the same methods. Implement those methods in two clearly distinct structures for each implementation (`BasicDirectory` and `HAMTDirectory`) avoiding pointer logic and clearly differentiating which implementation does what. The potential basic to HAMT transition was being hidden behind the `AddChild` call at the UnixFS layer (changing one implementation pointer with the other one), it is now being explicitly done at the MFS layer. Rename the `dirbuilder.go` file to `directory.go` and change the `Directory` MFS attribute `dirbuilder` to `unixfsDir` to be consistent. License: MIT Signed-off-by: Lucas Molas <schomatis@gmail.com>
-
Steven Allen authored
correctly handle multi-hop dnslink resolution
-
Whyrusleeping authored
fix dht commands when pubsub routing is enabled
-
Spartucus authored
Keep the code style consistent. since all package alias are lowercase words, no need Camel Peak Name. License: MIT Signed-off-by: Spartucus <niubob@163.com>
-
Steven Allen authored
Instead of checking if Routing is a DHT (because it can now be a tiered router and still contain a DHT), stash the DHT in a separate field in the IPFS node (same as we do with the PSRouter). fixes #5197 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 08 Jul, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-