- 01 Jul, 2021 3 commits
-
-
Steven Allen authored
add Noise
-
Marten Seemann authored
-
Marten Seemann authored
Add TLS protocol
-
- 30 Jun, 2021 1 commit
-
-
Steven Allen authored
-
- 24 Jun, 2021 2 commits
-
-
Pavel Karpy authored
-
Marten Seemann authored
guard against nil {Local,Remote}Addr() return values
-
- 23 Jun, 2021 1 commit
-
-
Marten Seemann authored
-
- 01 Jun, 2021 1 commit
-
-
web3-bot authored
-
- 30 May, 2021 1 commit
-
-
Steven Allen authored
fix(net): export new net.Addr conversion registration functions
-
- 26 May, 2021 1 commit
-
-
Pavel Karpy authored
-
- 24 May, 2021 1 commit
-
-
Steven Allen authored
fixes #151
-
- 22 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 09 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 06 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 01 Apr, 2021 1 commit
-
-
web3-bot authored
-
- 30 Mar, 2021 16 commits
-
-
Marten Seemann authored
remove Travis config
-
Marten Seemann authored
-
Marten Seemann authored
more linter fixes
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
-
Marten Seemann authored
sync: only create a single PR per target repo
-
Marten Seemann authored
fix go vet and staticcheck failures
-
Marten Seemann authored
-
Marten Seemann authored
-
web3-bot authored
-
web3-bot authored
-
web3-bot authored
-
- 29 Mar, 2021 1 commit
-
-
web3-bot authored
-
- 26 Feb, 2021 2 commits
-
-
Will authored
don't listen on all interfaces in tests, unless on CI
-
Marten Seemann authored
-
- 22 Jan, 2021 1 commit
-
-
Aarsh Shah authored
Fix Local Address on TCP connections
-
- 21 Jan, 2021 1 commit
-
-
aarshkshah1992 authored
-
- 25 Aug, 2020 2 commits
-
-
Adin Schmahmann authored
dep: add "codependencies" for handling version conflicts
-
Steven Allen authored
Note that we're using codependencies to depend on packages that have been merged in to this package. Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
-
- 20 Aug, 2020 1 commit
-
-
Steven Allen authored
This patch adds a special, internal, "codependencies" package that allows us to specify minimum required versions for modules we don't directly depend on. Downside: * Anyone using this module will also have to download these deprecated modules. Upside: * After upgrading this module, all "codependencies" will automatically be upgraded to compatible versions. * If unused, codependencies will _not_ end up bloating the binary size. This is because "usage" is computed at the import/package layer, while module version requirements are computed at the module layer.
-
- 17 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
Support /p2p addresses encoded as CIDs
-