- 18 9月, 2018 1 次提交
-
-
License: MIT Signed-off-by:Lucas Molas <schomatis@gmail.com>
由 Lucas Molas 提交于
-
- 05 9月, 2018 3 次提交
-
-
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 提交于
-
- 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 提交于
-
- 24 8月, 2018 2 次提交
-
-
Add support for inlinling via the id-hash
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于
-
- 23 8月, 2018 10 次提交
-
-
Run DNS lookup for --api endpoint provided in CLI
由 Steven Allen 提交于 -
add some basic gateway documentation
由 Steven Allen 提交于 -
Allow mfs files.write command to create parent directories
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Raúl Kripalani <raul.kripalani@gmail.com>
由 Raúl Kripalani 提交于 -
License: MIT Signed-off-by:Raúl Kripalani <raul.kripalani@consensys.net>
由 Raúl Kripalani 提交于 -
Resolves #5249. Calls multiaddr-dns, and picks the first result. Uses a fixed timeout of 10 seconds. Adds test cases for one, multiple, and no DNS results. License: MIT Signed-off-by:Raúl Kripalani <raul.kripalani@consensys.net>
由 Raúl Kripalani 提交于 -
License: MIT Signed-off-by:Raúl Kripalani <raul.kripalani@consensys.net>
由 Raúl Kripalani 提交于 -
fix the urlstore tests
由 Steven Allen 提交于
-