- 15 Jun, 2015 16 commits
 - 
- 
Jeffrey Wilcke authored
p2p: prevent writes at shutdown time
 - 
Jeffrey Wilcke authored
eth, eth/downloader: separate concerns, clean up test suite
 - 
Felix Lange authored
 - 
Felix Lange authored
As of this commit, we no longer rely on the protocol handler to report write errors in a timely fashion. When a write fails, shutdown is initiated immediately and no new writes can start. This will also prevent new writes from starting after Server.Stop has been called.
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 - 
Péter Szilágyi authored
 
 - 
 - 12 Jun, 2015 9 commits
 - 
- 
Jeffrey Wilcke authored
eth, core: interrupt the chain processing on stop
 - 
obscuren authored
Removed chain manager's select/channel approach when checking for interrupts. Now using an atomic int32 instead which checked for every block processed.
 - 
Jeffrey Wilcke authored
core/vm: fixed strange output for trace logging & error reporting
 - 
obscuren authored
Added an additional channel which is used to interupt the chain manager when it's processing blocks.
 - 
Jeffrey Wilcke authored
Invalid named pipe name
 - 
obscuren authored
 - 
obscuren authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 
 - 
 - 11 Jun, 2015 15 commits
 - 
- 
Jeffrey Wilcke authored
ipc socket always uses default path
 - 
Bas van Kervel authored
 - 
Jeffrey Wilcke authored
RPC refactoring
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 - 
Bas van Kervel authored
 
 -