Age | Commit message (Expand) | Author |
2024-02-11 | logging: remove unused BCLog::UTIL | Vasil Dimov |
2024-02-11 | log: deduplicate category names and improve logging.cpp | Vasil Dimov |
2023-12-15 | logging: add -loglevelalways=1 option | Anthony Towns |
2023-12-15 | logging: treat BCLog::ALL like BCLog::NONE | Anthony Towns |
2023-12-15 | logging: Drop BCLog::Level::None | Anthony Towns |
2023-12-15 | logging: Log Info messages unconditionally | Anthony Towns |
2023-12-15 | logging: make [cat:debug] and [info] implicit | Anthony Towns |
2023-12-15 | logging: refactor: pull prefix code out | Anthony Towns |
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 |