- 18 4月, 2018 1 次提交
-
-
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 17 4月, 2018 2 次提交
-
-
dag: deduplicate AddNodeLinkClean into AddNodeLink
由 Whyrusleeping 提交于 -
`AddNodeLink` used to cache the linked node whereas `AddNodeLinkClean` did not, however, at some point the former was changed to do the same thing as the latter (i.e., not cache the linked node). That is, they now do the same thing so there's no reason to have both. The name `AddNodeLink` is preserved, even though it used to imply the cache functionality contrasting with the `Clean` suffix of `AddNodeLinkClean`, with this function removed the cache connotation doesn't hold anymore. License: MIT Signed-off-by:Lucas Molas <schomatis@gmail.com>
由 Lucas Molas 提交于
-
- 09 4月, 2018 1 次提交
-
-
fix default-net profile not reverting bootstrap config
由 Whyrusleeping 提交于
-
- 08 4月, 2018 5 次提交
-
-
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
dedup keys in GetMany
由 Whyrusleeping 提交于 -
Fix missing profile docs
由 Whyrusleeping 提交于 -
improve performance of HAMTs
由 Whyrusleeping 提交于
-
- 04 4月, 2018 1 次提交
-
-
document ipns pubsub
由 Whyrusleeping 提交于
-
- 02 4月, 2018 2 次提交
-
-
License: MIT Signed-off-by:vyzo <vyzo@hackzen.org>
由 vyzo 提交于 -
License: MIT Signed-off-by:vyzo <vyzo@hackzen.org>
由 vyzo 提交于
-
- 31 3月, 2018 1 次提交
-
-
License: MIT Signed-off-by:vyzo <vyzo@hackzen.org>
由 vyzo 提交于
-
- 30 3月, 2018 9 次提交
-
-
License: MIT Signed-off-by:vyzo <vyzo@hackzen.org>
由 vyzo 提交于 -
License: MIT Signed-off-by:vyzo <vyzo@hackzen.org>
由 vyzo 提交于 -
Fix error style for most errors
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
1. Use a custom bitfield type instead of bigints. 2. Make iterating over a hamt *significantly* faster. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
refactor: extract fs lock into go-fs-lock
由 Whyrusleeping 提交于
-
- 29 3月, 2018 7 次提交
-
-
coreapi: Refactor options
由 Whyrusleeping 提交于 -
don't resolve children unnecessarily when listing a sharded directory
由 Whyrusleeping 提交于 -
only visit nodes in EnumerateChildrenAsync when asked
由 Whyrusleeping 提交于 -
infer type from CID when possible in ls command
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:dignifiedquire <dignifiedquire@gmail.com>
由 dignifiedquire 提交于 -
We don't need to fetch the linked node when it's a raw node, we already know it's a file. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 28 3月, 2018 4 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Otherwise, GetMany on the children of a node with duplicate links may fail License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Update to latest go-datastore. Remove thirdparty/datastore2
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 27 3月, 2018 2 次提交
-
-
No idea why this was changed this was introduced in: 08f342e8 (part of #3598) License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
We only need to get the child if it's a shard. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 26 3月, 2018 5 次提交
-
-
License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于 -
This uses a working libp2p-kad-dht and libp2p-record libraries, reverts the changes that were introduced to support the newer versions License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于
-