index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
logging.cpp
Age
Commit message (
Expand
)
Author
2021-04-23
multiprocess: Add Ipc interface implementation
Russell Yanofsky
2021-03-01
net: implement the necessary parts of the I2P SAM protocol
Vasil Dimov
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-16
[util] Change GetMockTime to return chrono type instead of int
Amiti Uttarwar
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-06-07
log: remove deprecated `db` log category
Jon Atack
2020-05-28
refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex
Hennadii Stepanov
2020-05-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
logging: thread safety annotations
Anthony Towns
2020-05-22
doc: Add and fix comments about never destroyed objects
Hennadii Stepanov
2020-04-16
log: Use Join() helper when listing log categories
MarcoFalke
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-09
Merge #16688: log: Add validation interface logging
Wladimir J. van der Laan
2020-01-03
Add VALIDATION to BCLog::LogFlags
Jeffrey Czyz
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-08
scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
Wladimir J. van der Laan
2019-11-08
Rename `db` log category to `walletdb` (like `coindb`)
Wladimir J. van der Laan
2019-11-04
logging: Add member for arbitrary print callbacks
MarcoFalke
2019-10-15
util: Filter control characters out of log messages
Wladimir J. van der Laan
2019-06-20
test: Log to debug.log in all tests
MarcoFalke
2019-05-28
logging: Add threadsafety comments
MarcoFalke
2019-05-28
Log early messages with -printtoconsole
Anthony Towns
2019-05-28
Replace OpenDebugLog() with StartLogging()
Anthony Towns
2019-04-29
threads: prefix log messages with thread names
James O'Beirne
2019-01-29
log: Construct global logger on first use
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-29
Don't close old debug log file handle prematurely when trying to re-open (on ...
practicalswift
2018-08-15
refactor: use fs:: over boost::filesystem::
fanquake
2018-05-07
Merge #13149: Handle unsuccessful fseek(...):s
Wladimir J. van der Laan
2018-05-03
Print a log message if we fail to shrink the debug log file
practicalswift
2018-05-02
Handle unsuccessful fseek(...):s
practicalswift
2018-05-02
logging: remove unused return value from LogPrintStr
practicalswift
2018-05-02
logging: Fix potential use-after-free in LogPrintStr(...)
practicalswift
2018-04-29
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-29
util: Refactor GetLogCategory.
Jim Posen
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
util: Move debug file management functions into Logger.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-18
MOVEONLY: Move logging code from util.{h,cpp} to new files.
Jim Posen