Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 5 | -2022/+0 |
| | |||||
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | logger/glog: fix go vet issues | Felix Lange | 2016-04-15 | 2 | -9/+9 |
| | | | | | logging.printf triggered a format string warning. Silence it by renaming the function. | ||||
* | logger/glog: clean up flag getters | Felix Lange | 2016-01-27 | 1 | -8/+10 |
| | |||||
* | logger/glog: fix TraceLocation.Set("") | Felix Lange | 2016-01-27 | 1 | -0/+4 |
| | |||||
* | logger/glog: add SetVmodule | Felix Lange | 2016-01-21 | 1 | -0/+5 |
| | |||||
* | logger/glog: add directory context to output and vmodule matching | Felix Lange | 2016-01-21 | 2 | -51/+89 |
| | | | | | | | This change allows setting the verbosity for directory prefixes using the syntax: --vmodule=eth/=6 | ||||
* | blockpool stability fixes: | zelig | 2015-04-13 | 1 | -6/+6 |
| | | | | | | | | | | | | - 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 | ||||
* | Updated logging | obscuren | 2015-04-07 | 2 | -0/+8 |
| | |||||
* | Remove debug log | obscuren | 2015-04-05 | 1 | -1/+0 |
| | |||||
* | basic glog | obscuren | 2015-04-04 | 1 | -0/+1 |
| | |||||
* | glog wip | obscuren | 2015-04-03 | 5 | -0/+1965 |