- 07 Sep, 2018 6 commits
-
-
Steven Allen authored
docs: add some minimal read-only API documentation
-
Steven Allen authored
fix order of events in the release process
-
Steven Allen authored
fix(commands): fix filestore.go goroutine leak
-
Overbool authored
License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com>
-
Steven Allen authored
fix goroutine leaks in filestore.go
-
Steven Allen authored
fixes #5436 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 06 Sep, 2018 4 commits
-
-
Steven Allen authored
We need to gx release *before* tagging. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
add missing link to the QUIC experiment
-
Steven Allen authored
move VersionOption after GatewayOption to fix #5422
-
Marten Seemann authored
License: MIT Signed-off-by: Marten Seemann <martenseemann@gmail.com>
-
- 05 Sep, 2018 4 commits
-
-
Steven Allen authored
object:refactor data encode error
-
Kejie Zhang authored
License: MIT Signed-off-by: Kejie Zhang <601172892@qq.com>
-
Kejie Zhang authored
License: MIT Signed-off-by: Kejie Zhang <601172892@qq.com>
-
Kejie Zhang authored
License: MIT Signed-off-by: Kejie Zhang <601172892@qq.com>
-
- 04 Sep, 2018 2 commits
-
-
Tim Stahel authored
License: MIT Signed-off-by: Tim Stahel <git@swedneck.xyz>
-
Tim Stahel authored
License: MIT Signed-off-by: Tim Stahel <git@swedneck.xyz>
-
- 02 Sep, 2018 2 commits
-
-
Steven Allen authored
fix the default gateway port
-
Steven Allen authored
reported by @sixcorners in https://github.com/ipfs/go-ipfs/pull/5393#issuecomment-417908209 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 01 Sep, 2018 1 commit
-
-
Steven Allen authored
fix two transport related bugs
-
- 31 Aug, 2018 9 commits
-
-
Steven Allen authored
No reason not to and it would have caught #5416 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
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 authored
Otherwise, enabling the QUIC transport will disable the default ones fixes #5416 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
don't bother caching if we're using a nil repo
-
Steven Allen authored
add QUIC support
-
Steven Allen authored
(it'll be wrong anyways) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Marten Seemann authored
License: MIT Signed-off-by: Marten Seemann <martenseemann@gmail.com>
-
Marten Seemann authored
License: MIT Signed-off-by: Marten Seemann <martenseemann@gmail.com>
-
- 30 Aug, 2018 2 commits
-
-
Steven Allen authored
directly parse peer IDs as peer IDs
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 29 Aug, 2018 4 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
No need to parse it as a hash first. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Marten Seemann authored
License: MIT Signed-off-by: Marten Seemann <martenseemann@gmail.com>
-
Marten Seemann authored
License: MIT Signed-off-by: Marten Seemann <martenseemann@gmail.com>
-
- 28 Aug, 2018 3 commits
-
-
Steven Allen authored
core/commands/ls: wrap `NewDirectoryFromNode` error
-
Steven Allen authored
remove bitswap unwant
-
Steven Allen authored
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>
-
- 27 Aug, 2018 3 commits
-
-
Steven Allen authored
Feat: depth limited refs -r
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
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>
-