aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.h
Commit message (Expand)AuthorAgeFilesLines
* Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft2014-08-261-4/+4
* Allow BatchWrite to destroy its input, reducing copyingPieter Wuille2014-08-241-1/+1
* typedef std::map<uint256, CCoins> to CCoinsMapWladimir J. van der Laan2014-07-011-1/+1
* Move {Get,Set}Compact from bignum to uint256Pieter Wuille2014-05-091-2/+0
* Change new constants in txdb.h to int64_tWladimir J. van der Laan2014-02-181-3/+3
* add constants for shared (GUI/core) -dbcache settingsPhilip Kaufmann2014-02-171-0/+7
* Make CCoinsView use block hashes instead of indicesPieter Wuille2013-11-101-3/+3
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-1/+11
* Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.Brandon Dahler2013-11-081-3/+3
* Do not use the redundant BestInvalidWork record in the block database.Pieter Wuille2013-11-011-1/+0
* Bump Year Number to 2013super32013-10-201-1/+1
* Merge pull request #2221 from sipa/perfoGavin Andresen2013-02-221-3/+3
|\
| * Various performance tweaks to CCoinsViewPieter Wuille2013-01-261-3/+3
* | Rename database directoriesPieter Wuille2013-01-281-2/+2
|/
* Add optional transaction index to databasesPieter Wuille2013-01-181-0/+4
* Add -reindex, to perform in-place reindexing of block chain filesPieter Wuille2012-11-091-2/+4
* Cache size optimizationsPieter Wuille2012-11-041-2/+2
* Remove BDB block database supportPieter Wuille2012-10-201-8/+41
* LevelDB block and coin databasesPieter Wuille2012-10-201-0/+14