aboutsummaryrefslogtreecommitdiff
path: root/src/dbwrapper.cpp
AgeCommit message (Expand)Author
2023-09-12dbwrapper: Use DataStream for batch operationsTheCharlatan
2023-08-07Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headersfanquake
2023-08-05refactor: Correct dbwrapper key namingTheCharlatan
2023-08-05refactor: Move CDBWrapper leveldb members to their own context structTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::EstimateSize implementationTheCharlatan
2023-08-05refactor: Move HandleError to dbwrapper implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::Exists implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBWrapper::Read implementationTheCharlatan
2023-08-05refactor: Pimpl leveldb::Iterator for CDBIteratorTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::GetValue implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::GetKey implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBIterator::Seek implementationTheCharlatan
2023-08-05refactor: Pimpl leveldb::batch for CDBBatchTheCharlatan
2023-08-05refactor: Split dbwrapper CDBatch::Erase implementationTheCharlatan
2023-08-05refactor: Split dbwrapper CDBBatch::Write implementationTheCharlatan
2023-08-03tidy: Integrate bicoin-tidy clang-tidy pluginfanquake
2023-08-03lint: remove /* Continued */ markers from codebasefanquake
2023-08-01refactor: Wrap DestroyDB in dbwrapper helperTheCharlatan
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-03-23refactor: Extract util/fs_helpers from util/systemBen Woosley
2023-02-10refactor, dbwrapper: Add DBParams and DBOptions structsRyan Ofsky
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-09-13db: add StoragePath to CDBWrapper/CCoinsViewDBJames O'Beirne
2022-07-19Remove unused includes from dbwrapper.hMacroFake
2022-06-23Use more specific path when including `memenv.h` headerHennadii Stepanov
2022-05-25refactor: Change LogPrintLevel order to category, severitylaanwj
2022-05-25leveldb: Log messages from leveldb with category and debug levellaanwj
2022-05-25logging: Unconditionally log levels >= WARNlaanwj
2022-03-23refactor: use Span in random.*pasta
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-15Improve fs::PathToString documentationRussell Yanofsky
2021-10-15Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...W. J. van der Laan
2021-10-07Replace stoul with ToIntegral in dbwrapperMarcoFalke
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-05-04refactor: Use only one temporary buffer in CreateObfuscateKeyMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-04-30Replace deprecated Boost Filesystem functionHennadii Stepanov
2018-09-04Fix typos reported by codespellpracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-07[logging] Comment all continuing logs.John Newbery
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-03-29Merge #12784: Fix bug in memory usage calculation (unintended integer division)Wladimir J. van der Laan
2018-03-28Increase LevelDB max_open_files unless on 32-bit Unix.Evan Klitzke
2018-03-27Fix error in memory usage calculation (unintended integer division)practicalswift
2018-03-09Log fatal LevelDB errors more verboselyEvan Klitzke
2018-03-06Add DynamicMemoryUsage() to LevelDBEvan Klitzke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-11-30Prefix leveldb debug loggingWladimir J. van der Laan