index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coins.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
1
-0
/
+5
|
\
|
*
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2017-01-04
1
-0
/
+5
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Remove undefined FetchCoins method declaration
Russell Yanofsky
2016-12-07
1
-1
/
+0
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-12
/
+12
*
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
1
-23
/
+0
*
Use C++11 thread-safe static initializers
Pieter Wuille
2016-06-07
1
-1
/
+1
*
Use SipHash-2-4 for CCoinsCache index
Pieter Wuille
2016-05-17
1
-6
/
+8
*
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
Wladimir J. van der Laan
2016-04-15
1
-13
/
+20
*
Merge #7056: Save last db read
Wladimir J. van der Laan
2016-01-22
1
-1
/
+1
|
\
|
*
Save the last unnecessary database read
Alex Morcos
2015-11-18
1
-1
/
+1
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cached
Matt Corallo
2015-12-01
1
-0
/
+7
*
|
Add method to remove a tx from CCoinsViewCache if it is unchanged
Matt Corallo
2015-12-01
1
-0
/
+6
*
|
Change GetPriority calculation.
Alex Morcos
2015-11-19
1
-2
/
+6
*
|
Merge pull request #6942
Pieter Wuille
2015-11-28
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fix CCoins serialization documentation
Peter Josling
2015-11-04
1
-5
/
+5
*
|
ModifyNewCoins saves database lookups
Alex Morcos
2015-11-02
1
-0
/
+11
|
/
*
Separate core memory usage computation in core_memusage.h
Pieter Wuille
2015-07-20
1
-2
/
+2
*
Keep track of memory usage in CCoinsViewCache
Pieter Wuille
2015-05-11
1
-1
/
+19
*
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
Merge pull request #5580
Wladimir J. van der Laan
2015-01-02
1
-0
/
+5
|
\
|
*
Make CCoinsViewCache's copy constructor private
Luke Dashjr
2014-12-31
1
-0
/
+5
*
|
Decouple CCoins from CTxInUndo
jtimon
2014-12-27
1
-5
/
+1
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-21
1
-50
/
+65
*
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
jtimon
2014-10-27
1
-2
/
+1
*
MOVEONLY: separate CTxUndo out of core
jtimon
2014-10-27
1
-0
/
+1
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+2
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-18
/
+63
|
\
|
*
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-24
1
-2
/
+2
|
*
Do not keep fully spent but unwritten CCoins entries cached.
Pieter Wuille
2014-09-23
1
-3
/
+16
|
*
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
2014-09-23
1
-11
/
+2
|
*
Use ModifyCoins instead of mutable GetCoins.
Pieter Wuille
2014-09-23
1
-4
/
+45
*
|
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-2
/
+2
|
/
*
Merge pull request #4825
Pieter Wuille
2014-09-16
1
-2
/
+2
|
\
|
*
Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'
ENikS
2014-09-06
1
-2
/
+2
*
|
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
Pieter Wuille
2014-09-03
1
-3
/
+5
|
/
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+2
*
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-26
1
-18
/
+23
*
Allow BatchWrite to destroy its input, reducing copying
Pieter Wuille
2014-08-24
1
-4
/
+6
*
CCoinsKeyHasher::operator() should return size_t
Wladimir J. van der Laan
2014-08-07
1
-1
/
+4
*
Use unordered_map for CCoinsViewCache with salted hash
Pieter Wuille
2014-07-14
1
-1
/
+14
*
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2014-07-01
1
-5
/
+6
*
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-0
/
+3
*
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-30
1
-1
/
+0
*
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
1
-0
/
+356