aboutsummaryrefslogtreecommitdiff
path: root/src/coins.h
Commit message (Expand)AuthorAgeFilesLines
* Merge #9107: Safer modify new coinsPieter Wuille2017-01-041-0/+5
|\
| * Fix dangerous condition in ModifyNewCoins.Alex Morcos2017-01-041-0/+5
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Remove undefined FetchCoins method declarationRussell Yanofsky2016-12-071-1/+0
* Get rid of nType and nVersionPieter Wuille2016-11-071-12/+12
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-23/+0
* Use C++11 thread-safe static initializersPieter Wuille2016-06-071-1/+1
* Use SipHash-2-4 for CCoinsCache indexPieter Wuille2016-05-171-6/+8
* txdb: Add Cursor() method to CCoinsView to iterate over UTXO setWladimir J. van der Laan2016-04-151-13/+20
* Merge #7056: Save last db readWladimir J. van der Laan2016-01-221-1/+1
|\
| * Save the last unnecessary database readAlex Morcos2015-11-181-1/+1
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cachedMatt Corallo2015-12-011-0/+7
* | Add method to remove a tx from CCoinsViewCache if it is unchangedMatt Corallo2015-12-011-0/+6
* | Change GetPriority calculation.Alex Morcos2015-11-191-2/+6
* | Merge pull request #6942Pieter Wuille2015-11-281-5/+5
|\ \ | |/ |/|
| * Fix CCoins serialization documentationPeter Josling2015-11-041-5/+5
* | ModifyNewCoins saves database lookupsAlex Morcos2015-11-021-0/+11
|/
* Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-201-2/+2
* Keep track of memory usage in CCoinsViewCachePieter Wuille2015-05-111-1/+19
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Merge pull request #5580Wladimir J. van der Laan2015-01-021-0/+5
|\
| * Make CCoinsViewCache's copy constructor privateLuke Dashjr2014-12-311-0/+5
* | Decouple CCoins from CTxInUndojtimon2014-12-271-5/+1
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-50/+65
* MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (fromjtimon2014-10-271-2/+1
* MOVEONLY: separate CTxUndo out of corejtimon2014-10-271-0/+1
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+2
* Merge pull request #4834Pieter Wuille2014-10-081-18/+63
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-2/+2
| * Do not keep fully spent but unwritten CCoins entries cached.Pieter Wuille2014-09-231-3/+16
| * Get rid of CCoinsView's SetCoins and SetBestBlock.Pieter Wuille2014-09-231-11/+2
| * Use ModifyCoins instead of mutable GetCoins.Pieter Wuille2014-09-231-4/+45
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-2/+2
|/
* Merge pull request #4825Pieter Wuille2014-09-161-2/+2
|\
| * Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS2014-09-061-2/+2
* | Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille2014-09-031-3/+5
|/
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+2
* Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft2014-08-261-18/+23
* Allow BatchWrite to destroy its input, reducing copyingPieter Wuille2014-08-241-4/+6
* CCoinsKeyHasher::operator() should return size_tWladimir J. van der Laan2014-08-071-1/+4
* Use unordered_map for CCoinsViewCache with salted hashPieter Wuille2014-07-141-1/+14
* typedef std::map<uint256, CCoins> to CCoinsMapWladimir J. van der Laan2014-07-011-5/+6
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-0/+3
* Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen2013-11-301-1/+0
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-0/+356