- 14 Feb, 2015 3 commits
- 13 Feb, 2015 37 commits
-
-
obscuren authored
-
Jeffrey Wilcke authored
Fix Mist Peers Window
-
obscuren authored
* ECIES moved from obscuren to ethereum * Added html META[name=badge] to reflect menuItem.secondaryTitle
-
Felix Lange authored
-
Felix Lange authored
-
Jeffrey Wilcke authored
Fix ECIES params nil bug
-
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.
-