- 16 7月, 2018 10 次提交
-
-
Add information about bloom filter to config.md
由 Whyrusleeping 提交于 -
unixfs: add a directory interface
由 Whyrusleeping 提交于 -
Refactor code
由 Whyrusleeping 提交于 -
cmd: fix `files ls` to report hash and size for files
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Efficient "repo stat" (DiskUsage) and "--size-only" flag
由 Whyrusleeping 提交于 -
feat: Allow specifing how object data is encoded
由 Whyrusleeping 提交于 -
mfs: make `Root` value a `Directory`
由 Whyrusleeping 提交于 -
pbdagreader: use FSNode instead of protobuf structure
由 Whyrusleeping 提交于 -
dagreader: remove `Offset()` method
由 Whyrusleeping 提交于
-
- 13 7月, 2018 20 次提交
-
-
URL store
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
Ipfs 0.4.16 release
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Whyrusleeping <why@ipfs.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Rob Brackett <rob@robbrackett.com>
由 Rob Brackett 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 11 7月, 2018 2 次提交
-
-
publish the gx 0.4.16-rc3 release
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 09 7月, 2018 8 次提交
-
-
Ipfs v0.4.16-rc3
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Lucas Molas <schomatis@gmail.com>
由 Lucas Molas 提交于 -
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>
由 Lucas Molas 提交于 -
correctly handle multi-hop dnslink resolution
由 Steven Allen 提交于 -
fix dht commands when pubsub routing is enabled
由 Whyrusleeping 提交于 -
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>
由 Spartucus 提交于 -
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>
由 Steven Allen 提交于
-