- 13 Feb, 2015 34 commits
-
-
obscuren authored
-
obscuren authored
Merge branch 'align_key_and_ecdsa_nonce_entropy' of https://github.com/Gustav-Simonsson/go-ethereum into Gustav-Simonsson-align_key_and_ecdsa_nonce_entropy
-
obscuren authored
-
Jeffrey Wilcke authored
eth: add default bootnode
-
Felix Lange authored
-
obscuren authored
-
obscuren authored
-
Gustav Simonsson authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
* Fixed issues where new peer window could cause a crash when entering an empty string
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
* Sometimes old nonces were set by "old" agents * Added the hash rate to the miner
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
Gustav Simonsson authored
-
obscuren authored
-
Felix Lange authored
For compatibility with cpp-ethereum
-
Felix Lange authored
-
Felix Lange authored
udp.Table was assigned after the readLoop started, so packets could arrive and be processed before the Table was there.
-
Felix Lange authored
addPeer doesn't allow self connects, but we can avoid opening connections in the first place.
-
Felix Lange authored
-
Felix Lange authored
The deflect logic called Disconnect on the peer, but the peer never ran and wouldn't process the disconnect request.
-
obscuren authored
-
obscuren authored
-
Felix Lange authored
There are now two deadlines, frameReadTimeout and payloadReadTimeout. The frame timeout is longer and allows for connections that are idle. The message timeout is still short and ensures that we don't get stuck in the middle of a message.
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This deletes the old NAT implementation.
-
Felix Lange authored
I have verified that UPnP and NAT-PMP work against an older version of the MiniUPnP daemon running on pfSense. This code is kind of hard to test automatically.
-
- 12 Feb, 2015 2 commits
- 11 Feb, 2015 4 commits
-
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
rlp: add Flat
-