Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logger, pow/dagger, pow/ezp: delete dead code | Felix Lange | 2017-01-07 | 2 | -43/+0 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 2 | -2/+2 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 2 | -8/+8 |
| | | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library". | ||||
* | all: update license information | Felix Lange | 2015-07-07 | 2 | -0/+32 |
| | |||||
* | blockpool stability fixes: | zelig | 2015-04-13 | 2 | -9/+2 |
| | | | | | | | | | | | | - follow up locks and fix them - chainManager: call SetQueued for parentErr future blocks, uncomment TD checks, unskip test - make ErrIncorrectTD non-fatal to be forgiving to genuine mistaken nodes (temp) but demote them to guard against stuck best peers. - add purging to bounded nodeCache (config nodeCacheSize) - use nodeCache when creating blockpool entries and let non-best peers add blocks (performance boost) - minor error in addError - reduce idleBestPeerTimeout to 1 minute - correct status counts and unskip status passing status test - glogified logging | ||||
* | Moved log to debug | obscuren | 2015-04-09 | 1 | -0/+10 |
| | |||||
* | errs pkg for error code based errors | zelig | 2015-02-25 | 2 | -0/+137 |