- 22 Aug, 2021 1 commit
-
-
tavit ohanian authored
-
- 11 Jul, 2021 1 commit
-
-
tavit ohanian authored
-
- 02 Jul, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 19 Dec, 2020 2 commits
-
-
Marten Seemann authored
pass a context to OpenStream in tests
-
Marten Seemann authored
-
- 26 Oct, 2020 1 commit
-
-
Steven Allen authored
Dependency: Remove deprecated multiaddr-net
-
- 21 Oct, 2020 2 commits
- 19 Oct, 2020 1 commit
-
-
Steven Allen authored
Update for go 1.14 Wasm changes
-
- 16 Oct, 2020 1 commit
-
-
M. Hawn authored
-
- 15 Oct, 2020 1 commit
-
-
M. Hawn authored
-
- 22 Apr, 2020 2 commits
-
-
Steven Allen authored
fix: add read/write locks
-
Steven Allen authored
We keep running into races so I figured we might as well just make this all thread-safe. It should have no effect on performance. The actual _bug_ was setting the write deadline while writing. But we might as well just have read and write locks. fixes https://github.com/libp2p/go-libp2p-swarm/issues/205
-
- 03 Apr, 2020 4 commits
-
-
Steven Allen authored
fix: restrict dials to IP + TCP
-
Steven Allen authored
That is, forbid DNS. See https://github.com/libp2p/go-libp2p/issues/841
-
Steven Allen authored
chore: update deps
-
Steven Allen authored
-
- 20 Mar, 2020 2 commits
-
-
Steven Allen authored
Bump github.com/gorilla/websocket from 1.4.1 to 1.4.2
-
dependabot-preview[bot] authored
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](https://github.com/gorilla/websocket/compare/v1.4.1...v1.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 16 Mar, 2020 2 commits
-
-
Steven Allen authored
Merge pull request #80 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-transport-upgrader-0.2.0 Bump github.com/libp2p/go-libp2p-transport-upgrader from 0.1.1 to 0.2.0
-
Steven Allen authored
Merge pull request #81 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.3 Bump github.com/multiformats/go-multiaddr-net from 0.1.2 to 0.1.3
-
- 11 Mar, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/multiformats/go-multiaddr-net/releases) - [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.2...v0.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 09 Mar, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-transport-upgrader](https://github.com/libp2p/go-libp2p-transport-upgrader) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/libp2p/go-libp2p-transport-upgrader/releases) - [Commits](https://github.com/libp2p/go-libp2p-transport-upgrader/compare/v0.1.1...v0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 29 Feb, 2020 1 commit
-
-
Steven Allen authored
Bump github.com/libp2p/go-libp2p-core from 0.3.0 to 0.3.1
-
- 24 Feb, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/libp2p/go-libp2p-core/releases) - [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.3.0...v0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 06 Feb, 2020 2 commits
-
-
Steven Allen authored
Merge pull request #74 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.2 Bump github.com/multiformats/go-multiaddr-net from 0.1.1 to 0.1.2
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/multiformats/go-multiaddr-net/releases) - [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.1...v0.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 05 Feb, 2020 1 commit
-
-
Steven Allen authored
Revert "add mutex for write/close"
-
- 04 Feb, 2020 1 commit
-
-
Steven Allen authored
Actually fixed in https://github.com/multiformats/go-multistream/pull/50 This reverts commit f6ca84ad.
-
- 23 Jan, 2020 2 commits
-
-
Steven Allen authored
Update go.mod to require Go 1.13
-
Alex Browne authored
https://github.com/libp2p/go-ws-transport/pull/68 uses the new `CopyBytesToGo` and `CopyBytesToJS` functions, which are only available in Go 1.13.
-
- 22 Jan, 2020 1 commit
-
-
Raúl Kripalani authored
-
- 09 Jan, 2020 4 commits
-
-
Steven Allen authored
feat: faster copy in wasm
-
Steven Allen authored
Use the new CopyBytesTo* functions to avoid copying byte by byte.
-
Steven Allen authored
chore(dep): tidy modules
-
Steven Allen authored
-
- 17 Dec, 2019 3 commits
-
-
Steven Allen authored
Add mutex for write/close
-
vyzo authored
-
Steven Allen authored
Bump github.com/libp2p/go-libp2p-core from 0.2.5 to 0.3.0
-