aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.cpp
AgeCommit message (Expand)Author
2016-04-15txdb: Add Cursor() method to CCoinsView to iterate over UTXO setWladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-10-28Fix chainstate serialized_size computationPieter Wuille
2015-10-22leveldbwrapper symbol rename: Remove "Level" from class, etc. namesJeff Garzik
2015-10-13trivial: use constants for db keysDaniel Kraft
2015-10-09Refer to obfuscate_key via pointer in peripheral CLevelDB classesJames O'Beirne
2015-10-08Handle obfuscation in CLevelDBIteratorJames O'Beirne
2015-10-08Encapsulate CLevelDB iterators cleanlyPieter Wuille
2015-10-06Add chainstate obfuscation to avoid spurious antivirus detectionJames O'Beirne
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-06-16rpc: make `gettxoutsettinfo` run lock-freeWladimir J. van der Laan
2015-03-26Consensus: Refactor: Decouple pow.o from chainparams.oJorge Timón
2015-03-24Includes: Do not include main.h from any other headerJorge Timón
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2015-01-25change hardcoded character constants to a set of descriptive named constants ...Earlz
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-19Merge pull request #5470Wladimir J. van der Laan
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-25Do all block index writes in a batchPieter Wuille
2014-10-27MOVEONLY: Separate CTransaction and dependencies from corejtimon
2014-10-21rpc: Fix leveldb iterator leak, and flush before `gettxoutsetinfo`Wladimir J. van der Laan
2014-10-08Merge pull request #4834Pieter Wuille
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-23Do not keep fully spent but unwritten CCoins entries cached.Pieter Wuille
2014-09-23Get rid of CCoinsView's SetCoins and SetBestBlock.Pieter Wuille
2014-09-14header include cleanupPhilip Kaufmann
2014-08-26Merge pull request #4748Pieter Wuille
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-26Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft
2014-08-24Allow BatchWrite to destroy its input, reducing copyingPieter Wuille
2014-08-16Changed LevelDB cursors to use scoped pointers to ensure destruction when goi...Ross Nicoll
2014-07-01typedef std::map<uint256, CCoins> to CCoinsMapWladimir J. van der Laan
2014-06-23Refactor proof of work related functions out of mainjtimon
2014-05-09Move {Get,Set}Compact from bignum to uint256Pieter Wuille
2014-04-30use standard __func__ instead of __PRETTY_FUNCTION__Philip Kaufmann
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2013-12-20extend std::exception logging in txdb.cppPhilip Kaufmann
2013-11-10Make CCoinsView use block hashes instead of indicesPieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-08Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.Brandon Dahler
2013-11-01Do not use the redundant BestInvalidWork record in the block database.Pieter Wuille
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-05-01Improve gettxoutsetinfo commandPieter Wuille