- 07 9月, 2018 6 次提交
-
-
docs: add some minimal read-only API documentation
由 Steven Allen 提交于 -
fix order of events in the release process
由 Steven Allen 提交于 -
fix(commands): fix filestore.go goroutine leak
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Overbool <overbool.xu@gmail.com>
由 Overbool 提交于 -
fix goroutine leaks in filestore.go
由 Steven Allen 提交于 -
fixes #5436 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 06 9月, 2018 4 次提交
-
-
We need to gx release *before* tagging. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
add missing link to the QUIC experiment
由 Steven Allen 提交于 -
move VersionOption after GatewayOption to fix #5422
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Marten Seemann <martenseemann@gmail.com>
由 Marten Seemann 提交于
-
- 05 9月, 2018 4 次提交
-
-
object:refactor data encode error
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Kejie Zhang <601172892@qq.com>
由 Kejie Zhang 提交于 -
License: MIT Signed-off-by:Kejie Zhang <601172892@qq.com>
由 Kejie Zhang 提交于 -
License: MIT Signed-off-by:Kejie Zhang <601172892@qq.com>
由 Kejie Zhang 提交于
-
- 04 9月, 2018 2 次提交
-
-
License: MIT Signed-off-by:Tim Stahel <git@swedneck.xyz>
由 Tim Stahel 提交于 -
License: MIT Signed-off-by:Tim Stahel <git@swedneck.xyz>
由 Tim Stahel 提交于
-
- 02 9月, 2018 2 次提交
-
-
fix the default gateway port
由 Steven Allen 提交于 -
reported by @sixcorners in https://github.com/ipfs/go-ipfs/pull/5393#issuecomment-417908209 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 01 9月, 2018 1 次提交
-
-
fix two transport related bugs
由 Steven Allen 提交于
-
- 31 8月, 2018 9 次提交
-
-
No reason not to and it would have caught #5416 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
We explicitly setup listeners but we do this *after* constructing the node. fixes #5387 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Otherwise, enabling the QUIC transport will disable the default ones fixes #5416 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
don't bother caching if we're using a nil repo
由 Steven Allen 提交于 -
add QUIC support
由 Steven Allen 提交于 -
(it'll be wrong anyways) 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:Marten Seemann <martenseemann@gmail.com>
由 Marten Seemann 提交于 -
License: MIT Signed-off-by:Marten Seemann <martenseemann@gmail.com>
由 Marten Seemann 提交于
-
- 30 8月, 2018 2 次提交
-
-
directly parse peer IDs as peer IDs
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 29 8月, 2018 4 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
No need to parse it as a hash first. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Marten Seemann <martenseemann@gmail.com>
由 Marten Seemann 提交于 -
License: MIT Signed-off-by:Marten Seemann <martenseemann@gmail.com>
由 Marten Seemann 提交于
-
- 28 8月, 2018 3 次提交
-
-
core/commands/ls: wrap `NewDirectoryFromNode` error
由 Steven Allen 提交于 -
remove bitswap unwant
由 Steven Allen 提交于 -
This command messes with internal state and doesn't even work at the moment. If you don't want a block, you should cancel the request that's trying to fetch it. fixes #5295 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 27 8月, 2018 3 次提交
-
-
Feat: depth limited refs -r
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于 -
This adds --max-depth to the "refs" commands and allows limiting the fetching of refs per depth. Other than that, it works as before. Note that clever branch pruning is only made when the --unique flag is passed. Otherwise, we re-explore branches to the given depth. This means that --unique costs memory, but may save time when the DAGs contain the same sub-DAGs in several places (specially if they are big). On the other side, not using --unique saves memory but may involve re-exploring large sub-DAGs. License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于
-