-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move go-libp2p-pnet here #1465
move go-libp2p-pnet here #1465
Commits on Oct 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b5de300 - Browse repository at this point
Copy the full SHA b5de300View commit details
Commits on Oct 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 55d3a73 - Browse repository at this point
Copy the full SHA 55d3a73View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ffeff - Browse repository at this point
Copy the full SHA c6ffeffView commit details
Commits on Oct 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3d3f679 - Browse repository at this point
Copy the full SHA 3d3f679View commit details
Commits on Nov 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9570786 - Browse repository at this point
Copy the full SHA 9570786View commit details
Commits on Nov 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 23d1243 - Browse repository at this point
Copy the full SHA 23d1243View commit details
Commits on Nov 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1128a7c - Browse repository at this point
Copy the full SHA 1128a7cView commit details
Commits on Nov 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 92a6e39 - Browse repository at this point
Copy the full SHA 92a6e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b54290 - Browse repository at this point
Copy the full SHA 8b54290View commit details
Commits on Nov 25, 2016
-
Update interface-pnet to 1.0.1
Add more docs, switch errors to ipnet.NewError
Configuration menu - View commit details
-
Copy full SHA for 85eab91 - Browse repository at this point
Copy the full SHA 85eab91View commit details
Commits on Feb 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5f77c1f - Browse repository at this point
Copy the full SHA 5f77c1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e48088b - Browse repository at this point
Copy the full SHA e48088bView commit details
Commits on Feb 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 93471c1 - Browse repository at this point
Copy the full SHA 93471c1View commit details
Commits on May 27, 2017
-
read nonces, even if they are fragmented
io.ReadFull is garantueed to read the complete length of the buffer (or to return an error if that fails). This way, reading the nonce also succeeds when multiple Read calls are necessary.
Configuration menu - View commit details
-
Copy full SHA for 80bf4d2 - Browse repository at this point
Copy the full SHA 80bf4d2View commit details -
Merge pull request #7 from marten-seemann/fix-nonce-read
read nonces, even if they are fragmented
Configuration menu - View commit details
-
Copy full SHA for bff8aac - Browse repository at this point
Copy the full SHA bff8aacView commit details
Commits on Jul 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b2e8111 - Browse repository at this point
Copy the full SHA b2e8111View commit details
Commits on Nov 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1915779 - Browse repository at this point
Copy the full SHA 1915779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e983da - Browse repository at this point
Copy the full SHA 9e983daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a698d - Browse repository at this point
Copy the full SHA 30a698dView commit details
Commits on Nov 21, 2017
-
* pull through libp2p-transport update * update moved go-libp2p-dummy-conn
Configuration menu - View commit details
-
Copy full SHA for a1ed19f - Browse repository at this point
Copy the full SHA a1ed19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c49327c - Browse repository at this point
Copy the full SHA c49327cView commit details
Commits on Mar 8, 2018
-
correctly handle Read errors/EOF
Read can read data *and* return an error.
Configuration menu - View commit details
-
Copy full SHA for 02aa648 - Browse repository at this point
Copy the full SHA 02aa648View commit details
Commits on Apr 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cec0aa6 - Browse repository at this point
Copy the full SHA cec0aa6View commit details -
Merge pull request #21 from libp2p/fix/annotate-pnet-bad-key-error
annotate the "malformed key" error from pnet protector
Configuration menu - View commit details
-
Copy full SHA for 11f3d9b - Browse repository at this point
Copy the full SHA 11f3d9bView commit details
Commits on Jun 5, 2018
-
wrap net conns, not transport conns
We now "protect" below the transport layer. Also, make the tests work without the dummy conn package (one fewer deps).
Configuration menu - View commit details
-
Copy full SHA for 34c0789 - Browse repository at this point
Copy the full SHA 34c0789View commit details
Commits on Jun 6, 2018
-
Merge pull request #19 from libp2p/feat/refactor
wrap net conns, not transport conns
Configuration menu - View commit details
-
Copy full SHA for 8684d2b - Browse repository at this point
Copy the full SHA 8684d2bView commit details
Commits on Sep 25, 2018
-
We can xor in-place (this is what secio does).
Configuration menu - View commit details
-
Copy full SHA for fbcd00d - Browse repository at this point
Copy the full SHA fbcd00dView commit details -
It has a nicer interface and we don't even need the rest of the msgio stuff.
Configuration menu - View commit details
-
Copy full SHA for f9f8239 - Browse repository at this point
Copy the full SHA f9f8239View commit details
Commits on Sep 26, 2018
-
Merge pull request #24 from libp2p/feat/switch-to-buffer-pool
switch to go-buffer-pool
Configuration menu - View commit details
-
Copy full SHA for 03d3fdb - Browse repository at this point
Copy the full SHA 03d3fdbView commit details
Commits on Mar 22, 2019
-
remove dependency on go-multicodec
It's unmaintained and pulls in github.com/whyrusleeping/cbor. This patch explicitly re-implements the minimally needed features. Also fixes #12.
Configuration menu - View commit details
-
Copy full SHA for 767f2b7 - Browse repository at this point
Copy the full SHA 767f2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90259b - Browse repository at this point
Copy the full SHA e90259bView commit details -
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c9004d - Browse repository at this point
Copy the full SHA 8c9004dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f09fa - Browse repository at this point
Copy the full SHA 50f09faView commit details -
Merge pull request #26 from libp2p/feat/no-multicodec
remove dependency on go-multicodec
Configuration menu - View commit details
-
Copy full SHA for 410c629 - Browse repository at this point
Copy the full SHA 410c629View commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 506082e - Browse repository at this point
Copy the full SHA 506082eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6793f6f - Browse repository at this point
Copy the full SHA 6793f6fView commit details
Commits on May 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3ca427f - Browse repository at this point
Copy the full SHA 3ca427fView commit details
Commits on Mar 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a7b7b60 - Browse repository at this point
Copy the full SHA a7b7b60View commit details -
Merge pull request #32 from libp2p/generalize-private-network
remove key serialization, construct conn from ipnet.PSK
Configuration menu - View commit details
-
Copy full SHA for e91fc11 - Browse repository at this point
Copy the full SHA e91fc11View commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 64e14f9 - Browse repository at this point
Copy the full SHA 64e14f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd9610c - Browse repository at this point
Copy the full SHA fd9610cView commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a225be0 - Browse repository at this point
Copy the full SHA a225be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f87598 - Browse repository at this point
Copy the full SHA 6f87598View commit details