Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 5cbd1f85bf217f59d3465ff8a471883600795ea0
https://github.com/btcsuite/btcd/commit/5cbd1f85bf217f59d3465ff8a471883600795ea0
Author: Jonathan Gillham <[email protected]>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M peer/peer.go
Log Message:
-----------
peer: Remove potential race when calling Connect.
Commit: 777ccdade39c7b483410585d5e65e88db304f156
https://github.com/btcsuite/btcd/commit/777ccdade39c7b483410585d5e65e88db304f156
Author: Jonathan Gillham <[email protected]>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M peer/example_test.go
M peer/peer.go
M peer/peer_test.go
M server.go
Log Message:
-----------
peer: Remove error return from Connect.
Commit: f3d759d78307298c06b1cffaeb5af48a978f55af
https://github.com/btcsuite/btcd/commit/f3d759d78307298c06b1cffaeb5af48a978f55af
Author: Jonathan Gillham <[email protected]>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M peer/peer.go
M peer/peer_test.go
Log Message:
-----------
peer: Extract protocol negotiation from main read and write code paths.
This allows cleaner separation of the half-duplex version negotiation from the
fully duplex message passing between peers.
Commit: 1ffc3dc18d95b7b0aaf841dc46bd363f546ceb8d
https://github.com/btcsuite/btcd/commit/1ffc3dc18d95b7b0aaf841dc46bd363f546ceb8d
Author: Jonathan Gillham <[email protected]>
Date: 2016-06-24 (Fri, 24 Jun 2016)
Changed paths:
M peer/peer.go
M server.go
Log Message:
-----------
peer: Fix logging of connected peer.
Compare: https://github.com/btcsuite/btcd/compare/7de7bddba9d9...1ffc3dc18d95