- 28 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 21 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 11 Aug, 2021 3 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
tavit ohanian authored
-
- 14 Jul, 2021 1 commit
-
-
tavit ohanian authored
-
- 29 Jun, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 25 Jun, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 15 Apr, 2021 1 commit
-
-
Cory Schwartz authored
-
- 05 Apr, 2021 1 commit
-
-
vyzo authored
-
- 30 Mar, 2021 2 commits
-
-
Marten Seemann authored
-
Marten Seemann authored
* run go mod tidy * omit receiver name if unused * remove unused type testkey in tests * fix duplicate import of go-multiaddr * fix use of deprecated peer.IDB58{Encode,Decode} * use bytes.Equal instead of bytes.Compare * fix unnecessary assigments to blank identifier * use time.Until instead of t.Sub(time.Now()) * fix use of deprecated go-multihash.ID * add missing error check in envelope test * fix error check in tests
-
- 29 Mar, 2021 1 commit
-
-
Steven Allen authored
fixes libp2p/go-libp2p#999
-
- 22 Feb, 2021 1 commit
-
-
Whyrusleeping authored
* add a helper function to go directly from a string to an AddrInfo * Update peer/addrinfo.go Co-authored-by: Will <will.scott@protocol.ai> Co-authored-by: Will <will.scott@protocol.ai>
-
- 19 Feb, 2021 2 commits
-
-
vyzo authored
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com>
-
vyzo authored
-
- 18 Feb, 2021 1 commit
-
-
Aarsh Shah authored
* event for NAT device type Co-authored-by: Marten Seemann <martenseemann@gmail.com>
-
- 17 Feb, 2021 6 commits
-
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
Co-authored-by: Yusef Napora <yusef@protocol.ai>
-
vyzo authored
-
vyzo authored
-
- 16 Feb, 2021 2 commits
-
-
Aarsh Shah authored
-
Steven Allen authored
This saves us a bunch of error prone manual decode/encode logic. Co-authored-by: Marten Seemann <martenseemann@gmail.com>
-
- 15 Feb, 2021 2 commits
-
-
Aarsh Shah authored
-
Aarsh Shah authored
-
- 14 Feb, 2021 1 commit
-
-
Aarsh Shah authored
-
- 19 Dec, 2020 1 commit
-
-
Marten Seemann authored
* add a context to MuxedConn.OpenStream * add a context to Conn.NewStream
-
- 18 Sep, 2020 1 commit
-
-
Max Inden authored
`SecureInbound` secures an inbound and not an outbound connection.
-
- 02 Sep, 2020 1 commit
-
-
Steven Allen authored
* add CloseRead/CloseWrite on streams This changes the behavior of `Close` to behave as one would expect: it closes the stream. The new methods, CloseWrite/CloseRead allow for closing the stream in a single direction. Note: This _does not_ implement CancelWrite/CancelRead as our stream muxer _protocols_ don't support that. fixes #9 * remove stream util helpers FullClose and AwaitEOF were introduced to work around the fact that calling Close on a stream only closed the write half. All users must adapt their code to the new interfaces, so this change is intentionally breaking.
-
- 08 Aug, 2020 1 commit
-
-
Tarun Bansal authored
There was a typo in doc for `ProtocolID` alias
-
- 30 Jul, 2020 1 commit
-
-
Raúl Kripalani authored
-
- 05 Jun, 2020 2 commits
-
-
Raúl Kripalani authored
-
Raúl Kripalani authored
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com> Co-authored-by: Raúl Kripalani <raul@protocol.ai>
-
- 03 Jun, 2020 1 commit
-
-
vyzo authored
-