index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coins.h
Age
Commit message (
Expand
)
Author
2016-06-07
Use C++11 thread-safe static initializers
Pieter Wuille
2016-05-17
Use SipHash-2-4 for CCoinsCache index
Pieter Wuille
2016-04-15
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
Wladimir J. van der Laan
2016-01-22
Merge #7056: Save last db read
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached
Matt Corallo
2015-12-01
Add method to remove a tx from CCoinsViewCache if it is unchanged
Matt Corallo
2015-11-19
Change GetPriority calculation.
Alex Morcos
2015-11-28
Merge pull request #6942
Pieter Wuille
2015-11-18
Save the last unnecessary database read
Alex Morcos
2015-11-04
Fix CCoins serialization documentation
Peter Josling
2015-11-02
ModifyNewCoins saves database lookups
Alex Morcos
2015-07-20
Separate core memory usage computation in core_memusage.h
Pieter Wuille
2015-05-11
Keep track of memory usage in CCoinsViewCache
Pieter Wuille
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-02
Merge pull request #5580
Wladimir J. van der Laan
2014-12-31
Make CCoinsViewCache's copy constructor private
Luke Dashjr
2014-12-27
Decouple CCoins from CTxInUndo
jtimon
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-21
Convert remaining comments in /src to doxygen format
Michael Ford
2014-10-27
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
jtimon
2014-10-27
MOVEONLY: separate CTxUndo out of core
jtimon
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-08
Merge pull request #4834
Pieter Wuille
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-24
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-23
Do not keep fully spent but unwritten CCoins entries cached.
Pieter Wuille
2014-09-23
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
2014-09-23
Use ModifyCoins instead of mutable GetCoins.
Pieter Wuille
2014-09-16
Merge pull request #4825
Pieter Wuille
2014-09-06
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-03
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
Pieter Wuille
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-26
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-24
Allow BatchWrite to destroy its input, reducing copying
Pieter Wuille
2014-08-07
CCoinsKeyHasher::operator() should return size_t
Wladimir J. van der Laan
2014-07-14
Use unordered_map for CCoinsViewCache with salted hash
Pieter Wuille
2014-07-01
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2013-11-30
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-10
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
[prev]