aboutsummaryrefslogtreecommitdiff
path: root/src/dbwrapper.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [db] Create separate database for txindex.Jim Posen2018-04-251-0/+3
* Add DynamicMemoryUsage() to LevelDBEvan Klitzke2018-03-061-0/+6
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-7/+7
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
* Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke2017-08-161-1/+1
|\
| * Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-1/+1
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* | Force on-the-fly compaction during pertxout upgradePieter Wuille2017-07-271-0/+17
|/
* Report on-disk size in gettxoutsetinfoPieter Wuille2017-05-261-1/+16
* Add SizeEstimate to CDBBatchPieter Wuille2017-05-261-1/+25
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-1/+1
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-2/+1
* Remove unused codepracticalswift2017-03-171-4/+0
* Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille2017-01-091-6/+6
|\
| * dbwrapper: Use new .data() method of CDataStreamWladimir J. van der Laan2016-12-151-6/+6
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Batch construct batchesPieter Wuille2016-12-141-4/+7
|/
* Use fixed preallocation instead of costly GetSerializeSizePieter Wuille2016-11-071-6/+9
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-6/+6
* Do not shadow members in dbwrapperPavel Janík2016-08-051-6/+6
* dbwrapper: Move `HandleError` to `dbwrapper_private`Wladimir J. van der Laan2016-04-231-4/+6
* dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIteratorWladimir J. van der Laan2016-04-231-18/+28
* dbwrapper: Remove CDBWrapper::GetObfuscateKeyHexWladimir J. van der Laan2016-04-231-6/+0
* dbwrapper: Remove throw keywords in function signaturesWladimir J. van der Laan2016-04-231-7/+7
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* constify missing catch casesPhilip Kaufmann2015-10-271-2/+2
* leveldbwrapper file rename to dbwrapper.*Jeff Garzik2015-10-221-0/+280