aboutsummaryrefslogtreecommitdiff
path: root/src/dbwrapper.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-25[db] Create separate database for txindex.Jim Posen
2018-03-06Add DynamicMemoryUsage() to LevelDBEvan Klitzke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-27Force on-the-fly compaction during pertxout upgradePieter Wuille
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2017-05-26Report on-disk size in gettxoutsetinfoPieter Wuille
2017-05-26Add SizeEstimate to CDBBatchPieter Wuille
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-03-17Remove unused codepracticalswift
2017-01-09Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-15dbwrapper: Use new .data() method of CDataStreamWladimir J. van der Laan
2016-12-14Batch construct batchesPieter Wuille
2016-11-07Use fixed preallocation instead of costly GetSerializeSizePieter Wuille
2016-11-07Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille
2016-08-05Do not shadow members in dbwrapperPavel Janík
2016-04-23dbwrapper: Move `HandleError` to `dbwrapper_private`Wladimir J. van der Laan
2016-04-23dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIteratorWladimir J. van der Laan
2016-04-23dbwrapper: Remove CDBWrapper::GetObfuscateKeyHexWladimir J. van der Laan
2016-04-23dbwrapper: Remove throw keywords in function signaturesWladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-27constify missing catch casesPhilip Kaufmann
2015-10-22leveldbwrapper file rename to dbwrapper.*Jeff Garzik