Age | Commit message (Expand) | Author |
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 |
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 |