aboutsummaryrefslogtreecommitdiffstats
path: root/log
Commit message (Collapse)AuthorAgeFilesLines
* log: fixes for golint warnings (#16775)kiel barry2018-05-225-19/+20
|
* log: changed if-else blocks to conform with golint (#16661)GagziW2018-05-031-8/+6
|
* log: fix megacheck warningsEgon Elbre2017-08-071-1/+1
|
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-3/+3
| | | | | This commit adds pluggable consensus engines to go-ethereum. In short, it introduces a generic consensus interface, and refactors the entire codebase to use this interface.
* build: always run go vetFelix Lange2017-03-241-1/+6
| | | | | This ensures 'make test' finds all errors that remote CI would find. Go 1.7 vet reports a false positive in package log, add a workaround.
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+0
|
* core, log: track field length and pad to alignPéter Szilágyi2017-02-281-3/+25
|
* common, eth/downloader, log: support terminal log formattingPéter Szilágyi2017-02-281-6/+19
|
* all: disable log message colors outside of gethFelix Lange2017-02-271-14/+16
| | | | Also tweak behaviour so colors are only enabled when stderr is a terminal.
* log: disable logs by defaultFelix Lange2017-02-271-14/+2
|
* log: log full level names instead of mispelled "EROR", "DBUG"Felix Lange2017-02-272-4/+24
|
* internal, log: support debug log prints, displaying log originsPéter Szilágyi2017-02-231-4/+50
|
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-1/+1
|
* log: implement a glog style pattern matching handlerPéter Szilágyi2017-02-231-0/+227
|
* log: add support for trace level, exit on criticalPéter Szilágyi2017-02-235-0/+23
|
* log, vendor: vendor in log15 inline into our codebasePéter Szilágyi2017-02-2322-0/+1600