aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #601 from rnicoll/1.8-dev-leveldblangerhans2014-08-091-1/+6
|\
| * Added explicit check for key length when loading blocks from disk, to catch 1...Ross Nicoll2014-08-091-1/+6
* | Merge pull request #598 from rnicoll/1.8-dev-reindexlangerhans2014-08-081-4/+3
|\ \ | |/ |/|
| * Pointer for GetStats() is now scoped rather than manually deleted.Ross Nicoll2014-08-081-2/+2
| * Added missing step of deleting cursor in case of an error reading blocks from...Ross Nicoll2014-08-081-2/+1
* | Revert unneeded changes introduced as a side-effect AuxPoW.Ross Nicoll2014-08-041-6/+10
|/
* Support auxillary proof of work.Nell Hardcastle2014-08-011-15/+37
* use standard __func__ instead of __PRETTY_FUNCTION__Philip Kaufmann2014-05-291-2/+2
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-1/+1
* extend std::exception logging in txdb.cppPhilip Kaufmann2013-12-201-6/+6
* Make CCoinsView use block hashes instead of indicesPieter Wuille2013-11-101-13/+10
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+6
* Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.Brandon Dahler2013-11-081-1/+1
* Do not use the redundant BestInvalidWork record in the block database.Pieter Wuille2013-11-011-5/+1
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * Bump Year Number to 2013super32013-10-201-1/+1
* | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-4/+0
|/
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-1/+1
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-1/+2
* Improve gettxoutsetinfo commandPieter Wuille2013-05-011-3/+19
* Clean up shutdown processGavin Andresen2013-04-031-2/+4
* 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/+23
* Add -reindex, to perform in-place reindexing of block chain filesPieter Wuille2012-11-091-2/+14
* Cache size optimizationsPieter Wuille2012-11-041-2/+2
* Bugfix: don't crash by trying to write unchanged best blockPieter Wuille2012-10-281-1/+2
* Remove BDB block database supportPieter Wuille2012-10-201-0/+189