- 30 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 22 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 10 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 24 Jun, 2021 1 commit
-
-
tavit ohanian authored
-
- 06 Apr, 2021 1 commit
-
-
tavit ohanian authored
-
- 03 Apr, 2021 1 commit
-
-
tavit ohanian authored
-
- 01 Apr, 2021 1 commit
-
-
tavit ohanian authored
-
- 31 Mar, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 30 Mar, 2021 4 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
Port 2021 03 09 See merge request dms3/public/go-libp2p!2
-
tavit ohanian authored
-
tavit ohanian authored
-
- 28 Mar, 2021 3 commits
-
-
tavit ohanian authored
Port 2021 03 09 See merge request dms3/public/go-libp2p!1
-
tavit ohanian authored
fixes #939
-
tavit ohanian authored
-
- 09 Mar, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 02 Mar, 2021 1 commit
-
-
Will authored
fix autonat race
-
- 27 Feb, 2021 1 commit
-
-
Will Scott authored
fix #7947 move `BasicHost.AutoNat` to a private field (it has no public method and shouldn't be accessed afaik. Instead add a setter for config that sets it while holding the address mutex to prevent reads of the field at the same time.
-
- 25 Feb, 2021 2 commits
- 19 Feb, 2021 1 commit
-
-
Aarsh Shah authored
* emit NAT device type
-
- 17 Feb, 2021 4 commits
-
-
vyzo authored
update deps
-
vyzo authored
-
vyzo authored
-
Aarsh Shah authored
* Implement support for SimOpen.
-
- 19 Jan, 2021 1 commit
-
-
Aarsh Shah authored
* close peerstore and docs change * update docs
-
- 14 Jan, 2021 1 commit
-
-
Aarsh Shah authored
* fix: read timeouts on Identify protocols * fixed tests * review and go fmt
-
- 19 Dec, 2020 4 commits
-
-
Marten Seemann authored
update yamux and mplex, to actually use the context passed to OpenStream
-
Marten Seemann authored
-
Marten Seemann authored
use a context when opening streams
-
Marten Seemann authored
-
- 08 Dec, 2020 2 commits
-
-
Steven Allen authored
fix: obey new stream timeout
-
Steven Allen authored
-
- 11 Nov, 2020 2 commits
-
-
Steven Allen authored
feat: update to go-libp2p-core 0.7.0 interface changes
-
Steven Allen authored
This patch updates go-libp2p for the stream interface changes in go-libp2p-core 0.7.0. This is a _significant_ breaking change to streams and all users should read https://github.com/libp2p/go-libp2p-core/releases/tag/v0.7.0. In practice, this change should remove a significant footgun. TL;DR: * `Stream.Close` now behaves like `net.TCPConn.Close`. * There is a new `Stream.CloseWrite` (send an EOF) and `Stream.CloseRead` (close for reading), behaving like their counterparts in `net.TCPConn`.
-