- Feb 14, 2015
-
-
Jeffrey Wilcke authored
-
- Feb 13, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Fix Mist Peers Window
-
Jeffrey Wilcke 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
git-subtree-dir: crypto/ecies git-subtree-mainline: 49a739c8 git-subtree-split: 7c0f4a9b
-
Jeffrey Wilcke authored
Fix ECIES params nil bug
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth: add default bootnode
-
Felix Lange authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* Fixed issues where new peer window could cause a crash when entering an empty string
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
* Sometimes old nonces were set by "old" agents * Added the hash rate to the miner
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Gustav Simonsson authored
-
Jeffrey Wilcke 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.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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
-