- 27 7月, 2018 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 25 7月, 2018 2 次提交
-
-
urlstore: Accept "200 OK" in addition to "206 Partial Content".
由 Whyrusleeping 提交于 -
Some servers seem to return 200 OK when range header covers entire file. If the content is wrong we will detect later so there is no harm in accepting either response. License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于
-
- 24 7月, 2018 4 次提交
-
-
Release 0.4.17
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
gx update deps
由 Whyrusleeping 提交于
-
- 23 7月, 2018 9 次提交
-
-
Fix resolving links in sharded directories on gateway
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
Updates: * go-net * go-text * dns * prometheus * protobuf (golang, not gogo) License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
test: testLargeWriteChunks: seek before reading
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Lucas Molas <schomatis@gmail.com>
由 Lucas Molas 提交于 -
mfs: seek to 0 before reading in `TestTruncateAndWrite`
由 Whyrusleeping 提交于 -
fix check_go_path when it has spaces in it
由 Whyrusleeping 提交于 -
build tag to disable dynamic plugins
由 Whyrusleeping 提交于
-
- 22 7月, 2018 2 次提交
-
-
Add initial support for identity hashes (Part 1)
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 21 7月, 2018 3 次提交
-
-
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 20 7月, 2018 1 次提交
-
-
License: MIT Signed-off-by:Dominic Della Valle <ddvpublic@gmail.com>
由 Dominic Della Valle 提交于
-
- 19 7月, 2018 7 次提交
-
-
License: MIT Signed-off-by:Lucas Molas <schomatis@gmail.com>
由 Lucas Molas 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
mfs: remove `sort` from `ListNames()`
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
It doesn't exist on all operating systems. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
fixes #5260 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 18 7月, 2018 11 次提交
-
-
when sending blocks in bitswap, close streams asynchronously
由 Whyrusleeping 提交于 -
commands/files: add error messages for `cp` paths
由 Whyrusleeping 提交于 -
unixfs: refactor `precalcNextBuf`
由 Whyrusleeping 提交于 -
unixfs: fix `dagTruncate` to preserve node type
由 Whyrusleeping 提交于 -
Otherwise, we tie up the bitswap worker until the other side responds with an EOF. fixes #5247 related to https://github.com/libp2p/go-libp2p-net/issues/28 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Lucas Molas <schomatis@gmail.com>
由 Lucas Molas 提交于 -
License: MIT Signed-off-by:Lucas Molas <schomatis@gmail.com>
由 Lucas Molas 提交于 -
Extract the original `FSNode` passed inside the `ipld.Node` argument and modify its `Blocksizes` (removing all of them and re-adding the ones that were not truncated). In contrast, the replaced code was creating a new `FSNode` that was not preserving some of the features of the original one. Change `TRUNC_HASH` values in `sharness` that were created with the bug to the correct values. License: MIT Signed-off-by:Lucas Molas <schomatis@gmail.com>
由 Lucas Molas 提交于 -
add trickle-dag support to the urlstore
由 Whyrusleeping 提交于 -
fix truncating when already at the correct size
由 Whyrusleeping 提交于 -
fixes #4518 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-