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.cpp
Age
Commit message (
Expand
)
Author
2019-07-21
move-onlyish: move CCoinsViewErrorCatcher out of init.cpp
James O'Beirne
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-16
Small refactor of CCoinsViewCache::BatchWrite()
Dan Raviv
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-28
Merge #10148: Use non-atomic flushing with block replay
Wladimir J. van der Laan
2017-06-26
Simplify return values of GetCoin/HaveCoin(InCache)
Pieter Wuille
2017-06-26
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-26
Merge #10559: Change semantics of HaveCoinInCache to match HaveCoin
Wladimir J. van der Laan
2017-06-20
Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweak
Pieter Wuille
2017-06-09
Return a bool in SpendCoin to restore pre-per-utxo assert semantics
Matt Corallo
2017-06-08
Change semantics of HaveCoinInCache to match HaveCoin
Alex Morcos
2017-06-06
[trivial] Fix typo: "occurrences" (misspelled as "occurrances")
practicalswift
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Rename CCoinsCacheEntry::coins to coin
Pieter Wuille
2017-06-01
Merge CCoinsViewCache's GetOutputFor and AccessCoin
Pieter Wuille
2017-06-01
Remove unused CCoins methods
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-06-01
Remove ModifyCoins/ModifyNewCoins
Pieter Wuille
2017-06-01
Introduce new per-txout CCoinsViewCache functions
Pieter Wuille
2017-05-26
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-01-04
Check FRESH validity in CCoinsViewCache::BatchWrite
Russell Yanofsky
2017-01-04
Merge #9107: Safer modify new coins
Pieter Wuille
2017-01-04
Fix dangerous condition in ModifyNewCoins.
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-20
Fix relaypriority calculation error
maiiz
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-18
Save the last unnecessary database read
Alex Morcos
2015-11-18
Alter assumptions in CCoinsViewCache::BatchWrite
Alex Morcos
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-07
Merge pull request #5597
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-04
Bugfix: only track UTXO modification after lookup
Pieter Wuille
2014-12-27
Decouple CCoins from CTxInUndo
jtimon
2014-12-19
Added "Core" to copyright headers
sandakersmann
[next]