Age | Commit message (Expand) | Author |
2023-09-12 | dbwrapper: Use DataStream for batch operations | TheCharlatan |
2023-08-07 | Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers | fanquake |
2023-08-05 | refactor: Correct dbwrapper key naming | TheCharlatan |
2023-08-05 | refactor: Move CDBWrapper leveldb members to their own context struct | TheCharlatan |
2023-08-05 | refactor: Split dbwrapper CDBWrapper::EstimateSize implementation | TheCharlatan |
2023-08-05 | refactor: Move HandleError to dbwrapper implementation | TheCharlatan |
2023-08-05 | refactor: Split dbwrapper CDBWrapper::Exists implementation | TheCharlatan |
2023-08-05 | refactor: Split dbwrapper CDBWrapper::Read implementation | TheCharlatan |
2023-08-05 | refactor: Pimpl leveldb::Iterator for CDBIterator | TheCharlatan |
2023-08-05 | refactor: Split dbwrapper CDBIterator::GetValue implementation | TheCharlatan |
2023-08-05 | refactor: Split dbwrapper CDBIterator::GetKey implementation | TheCharlatan |
2023-08-05 | refactor: Split dbwrapper CDBIterator::Seek implementation | TheCharlatan |
2023-08-05 | refactor: Pimpl leveldb::batch for CDBBatch | TheCharlatan |
2023-08-05 | refactor: Split dbwrapper CDBatch::Erase implementation | TheCharlatan |
2023-08-05 | refactor: Split dbwrapper CDBBatch::Write implementation | TheCharlatan |
2023-08-03 | tidy: Integrate bicoin-tidy clang-tidy plugin | fanquake |
2023-08-03 | lint: remove /* Continued */ markers from codebase | fanquake |
2023-08-01 | refactor: Wrap DestroyDB in dbwrapper helper | TheCharlatan |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-23 | refactor: Extract util/fs_helpers from util/system | Ben Woosley |
2023-02-10 | refactor, dbwrapper: Add DBParams and DBOptions structs | Ryan Ofsky |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-09-13 | db: add StoragePath to CDBWrapper/CCoinsViewDB | James O'Beirne |
2022-07-19 | Remove unused includes from dbwrapper.h | MacroFake |
2022-06-23 | Use more specific path when including `memenv.h` header | Hennadii Stepanov |
2022-05-25 | refactor: Change LogPrintLevel order to category, severity | laanwj |
2022-05-25 | leveldb: Log messages from leveldb with category and debug level | laanwj |
2022-05-25 | logging: Unconditionally log levels >= WARN | laanwj |
2022-03-23 | refactor: use Span in random.* | pasta |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-15 | Improve fs::PathToString documentation | Russell Yanofsky |
2021-10-15 | Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st... | W. J. van der Laan |
2021-10-07 | Replace stoul with ToIntegral in dbwrapper | MarcoFalke |
2021-10-05 | refactor: Block unsafe fs::path std::string conversion calls | Russell Yanofsky |
2021-05-04 | refactor: Use only one temporary buffer in CreateObfuscateKey | MarcoFalke |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-04-30 | Replace deprecated Boost Filesystem function | Hennadii Stepanov |
2018-09-04 | Fix typos reported by codespell | practicalswift |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-04-07 | [logging] Comment all continuing logs. | John Newbery |
2018-04-05 | Merge #12859: Bugfix: Include <memory> for std::unique_ptr | Wladimir J. van der Laan |
2018-04-02 | Bugfix: Include <memory> for std::unique_ptr | Luke Dashjr |
2018-03-29 | Merge #12784: Fix bug in memory usage calculation (unintended integer division) | Wladimir J. van der Laan |
2018-03-28 | Increase LevelDB max_open_files unless on 32-bit Unix. | Evan Klitzke |
2018-03-27 | Fix error in memory usage calculation (unintended integer division) | practicalswift |
2018-03-09 | Log fatal LevelDB errors more verbosely | Evan Klitzke |
2018-03-06 | Add DynamicMemoryUsage() to LevelDB | Evan Klitzke |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-12 | Merge #10574: Remove includes in .cpp files for things the corresponding .h f... | Wladimir J. van der Laan |
2017-11-30 | Prefix leveldb debug logging | Wladimir J. van der Laan |