- 13 May, 2020 1 commit
-
-
Aarsh Shah authored
-
- 29 Apr, 2020 2 commits
-
-
Steven Allen authored
feat: add a function to tell if a context subscribes to query events
-
Steven Allen authored
This can save us some work if the caller doesn't actually care about these events.
-
- 25 Apr, 2020 2 commits
-
-
Steven Allen authored
fix: envelop contains a mutex and can't be copied.
-
Steven Allen authored
-
- 13 Apr, 2020 3 commits
-
-
Steven Allen authored
fix: use correct reachability type
-
Steven Allen authored
-
Steven Allen authored
PeerRecord: Add ToProtobuf() to get a PeerRecord's equivalent protobuf struct
-
- 09 Apr, 2020 2 commits
-
-
Steven Allen authored
doc(routing): document count
-
Steven Allen authored
Count == 0 now means that we search for an unbounded number of providers.
-
- 03 Apr, 2020 2 commits
-
-
Steven Allen authored
fix: don't drop bytes in the insecure transport
-
Steven Allen authored
gogo's varint reader buffers internally. If you use it then throw it away, you'll drop data. This commit reverts to using msgio, but uses the varint reader/writers instead.
-
- 30 Mar, 2020 1 commit
-
-
Steven Allen authored
build(deps): bump github.com/jbenet/goprocess from 0.1.3 to 0.1.4
-
- 27 Mar, 2020 1 commit
-
-
Vibhav Pant authored
-
- 26 Mar, 2020 4 commits
-
-
Aarsh Shah authored
Put signed peer record in the Address Change Event
-
Aarsh Shah authored
Co-Authored-By: Raúl Kripalani <raul@protocol.ai>
-
Aarsh Shah authored
Co-Authored-By: Raúl Kripalani <raul@protocol.ai>
-
Aarsh Shah authored
-
- 25 Mar, 2020 3 commits
-
-
Vibhav Pant authored
-
Vibhav Pant authored
-
dependabot-preview[bot] authored
Bumps [github.com/jbenet/goprocess](https://github.com/jbenet/goprocess) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/jbenet/goprocess/releases) - [Commits](https://github.com/jbenet/goprocess/compare/v0.1.3...v0.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 10 Mar, 2020 1 commit
-
-
Steven Allen authored
That way, the root module doesn't depend on gocompat and all its dependencies.
-
- 07 Mar, 2020 2 commits
-
-
Steven Allen authored
Add extensive documentation to network events to explain the edge-cases. Co-authored-by: Will <will@cypherpunk.email>
-
Marten Seemann authored
* remove the Protector interface, introduce a PSK type * move decoding of the v1 PSK here
-
- 06 Mar, 2020 5 commits
-
-
Aarsh Shah authored
Introduce EvtPeerConnectednessChanged event
-
Aarsh Shah authored
-
Aarsh Shah authored
-
Raúl Kripalani authored
-
Vibhav Pant authored
-
- 05 Mar, 2020 1 commit
-
-
Steven Allen authored
Switch to a single routability event
-
- 04 Mar, 2020 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
This means we can make the event _stateful_ so subscribing always gives us the last state.
-
- 03 Mar, 2020 3 commits
-
-
Steven Allen authored
docs: uniform comment sentences
-
Vasco Santos authored
-
Aarsh Shah authored
-
- 02 Mar, 2020 2 commits
-
-
Steven Allen authored
Merge pull request #122 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.1 build(deps): bump github.com/multiformats/go-multiaddr from 0.2.0 to 0.2.1
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 29 Feb, 2020 1 commit
-
-
Aarsh Shah authored
-
- 28 Feb, 2020 2 commits
-
-
Aarsh Shah authored
-
Aarsh Shah authored
-