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
2023-08-29
[log] add category TXPACKAGES for orphanage and package relay
glozow
2023-06-15
refactor: rename BCLog::BLOCKSTORE to BLOCKSTORAGE
Jon Atack
2023-04-05
Merge bitcoin/bitcoin#27317: log: Check that the timestamp string is non-empt...
fanquake
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-23
Check that the Timestamp String is valid
John Moffett
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-09
refactor: Replace GetTimeMicros by SystemClock
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-25
wallet: fast rescan: show log message for every non-skipped block
Sebastian Falbesoner
2022-10-17
log: Add tx reconciliation log category
Gleb Naumenko
2022-09-01
Merge bitcoin/bitcoin#25614: Severity-based logging, step 2
Andrew Chow
2022-08-30
Move headerssync logging to BCLog::NET
Suhas Daftuar
2022-08-29
Utilize anti-DoS headers download strategy
Suhas Daftuar
2022-08-20
Create BCLog::Level::Trace log severity level
Jon Atack
2022-08-20
Create -loglevel configuration option
klementtan
2022-08-20
Create BCLog::Logger::LogLevelsString() helper function
klementtan
2022-08-20
Update LogAcceptCategory() and unit tests with log severity levels
klementtan
2022-08-20
Add BCLog::Logger::SetLogLevel()/SetCategoryLogLevel() for string inputs
klementtan
2022-08-18
Simplify BCLog::Level enum class and LogLevelToStr() function
Jon Atack
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-06-02
logging: fix logging empty threadname
klementtan
2022-05-19
logging: Add severity level to logs.
klementtan
2022-04-05
Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
Jon Atack
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-11
blockstorage: use debug log category
Anthony Towns
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-08-18
log, sync: add LOCK logging category, apply it to lock contention
Jon Atack
2021-07-22
log, refactor: use guard clause in LogCategoriesList()
Jon Atack
2021-07-22
log: sort LogCategoriesList and LogCategoriesString alphabetically
Jon Atack
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
[next]