| Commit message (Expand) | Author | Age | Files | Lines |
* | blockpool stability fixes: | zelig | 2015-04-13 | 1 | -87/+82 |
* | bugfixes for headsection deadlocks | zelig | 2015-04-11 | 1 | -7/+15 |
* | td update from node | zelig | 2015-04-10 | 1 | -27/+58 |
* | Disabled TD check | obscuren | 2015-04-09 | 1 | -0/+2 |
* | separate lock for blacklist | zelig | 2015-04-09 | 1 | -3/+6 |
* | oops peer unlocked before return - fixes deadlock | zelig | 2015-04-09 | 1 | -0/+1 |
* | uncomment future block TD check, add test for skipping TD check on future block | zelig | 2015-04-09 | 1 | -2/+2 |
* | fix deadlock issue in AddBlock | zelig | 2015-04-09 | 1 | -14/+17 |
* | fix blockpool deadlock | zelig | 2015-04-09 | 1 | -9/+1 |
* | fix TestPoolStatus test crashing, skip tests failing (due to @obscuren hotfixes) | zelig | 2015-04-09 | 1 | -0/+1 |
* | Disabled peer TD check to support suspended blocks (Future blocks) | obscuren | 2015-04-04 | 1 | -2/+2 |
* | proper locking to prevent "parent unknown" INVALID blocks due to race in peer... | zelig | 2015-04-02 | 1 | -5/+4 |
* | proper locking to prevent close of closed channel crash when multiple mining ... | zelig | 2015-04-02 | 1 | -3/+7 |
* | bugfix with idle too long triggered after peer switch | zelig | 2015-03-25 | 1 | -4/+5 |
* | fixed bad uncles | obscuren | 2015-03-24 | 1 | -1/+2 |
* | Idle too long error incorrectly triggered even when peer sending new blocks | zelig | 2015-03-22 | 1 | -24/+22 |
* | fix common.Hash conversion | zelig | 2015-03-20 | 1 | -0/+2 |
* | improve documentation and move one test | zelig | 2015-03-20 | 1 | -5/+18 |
* | check and penalise td misreporting | zelig | 2015-03-20 | 1 | -1/+6 |
* | fix missing hexification on IdleTooLong error log | zelig | 2015-03-20 | 1 | -1/+1 |
* | use own total difficulty to limit best peer | zelig | 2015-03-20 | 1 | -9/+6 |
* | peer suspension to disallow reconnect after disconnect on fatal error for se... | zelig | 2015-03-20 | 1 | -10/+39 |
* | updated blockpool | obscuren | 2015-03-17 | 1 | -25/+24 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -3/+3 |
* | fix wonky head section loop; correct status counts | zelig | 2015-03-06 | 1 | -23/+31 |
* | partial fix to idle best peer issue | zelig | 2015-03-04 | 1 | -9/+19 |
* | log when added peer is behind (hash found in blockchain) | zelig | 2015-03-03 | 1 | -0/+1 |
* | - fix peer disconnect by adding severity function to errs | zelig | 2015-03-03 | 1 | -1/+1 |
* | major rewrite, reorg of blockpool + new features | zelig | 2015-02-25 | 1 | -0/+536 |