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
/
txdb.h
Age
Commit message (
Expand
)
Author
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-05
Merge #11107: Fix races in AppInitMain and others with lock and atomic bools
MarcoFalke
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-16
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
2017-09-07
Consistent parameter names in txdb.h
MeshCollider
2017-08-21
Merge #10809: optim: mark a few classes final
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-17
optim: mark a few classes final
Cory Fields
2017-06-28
Merge #10148: Use non-atomic flushing with block replay
Wladimir J. van der Laan
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-26
Adapt memory usage estimation for flushing
Pieter Wuille
2017-06-26
Non-atomic flushing using the blockchain as replay journal
Pieter Wuille
2017-06-25
Merge #9176: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockI...
Wladimir J. van der Laan
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Upgrade from per-tx database to per-txout
Pieter Wuille
2017-06-01
Reduce reserved memory space for flushing
Pieter Wuille
2017-06-01
Switch CCoinsView and chainstate db from per-txid to per-txout
Pieter Wuille
2017-05-26
Report on-disk size in gettxoutsetinfo
Pieter Wuille
2017-05-18
Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts()
Jorge Timón
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-03-31
Make threshold for flushing more conservative.
Alex Morcos
2017-03-31
Lower default memory footprint slightly
Alex Morcos
2017-03-31
Make pcoinsTip memory calculations consistent
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-09-01
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-07-06
Bump `-dbcache` default to 300MiB
Wladimir J. van der Laan
2016-04-15
Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-04-15
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-10-22
leveldbwrapper file rename to dbwrapper.*
Jeff Garzik
2015-10-22
leveldbwrapper symbol rename: Remove "Level" from class, etc. names
Jeff Garzik
2015-05-11
Cache tweak and logging improvements
Pieter Wuille
2015-03-29
Fix clang compile warnings intriduced in #5681
Michael Ford
2015-03-24
Includes: Do not include main.h from any other header
Jorge Timón
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-25
Do all block index writes in a batch
Pieter Wuille
2014-11-21
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-03
Fix all header defines
Pavel Janík
2014-09-23
Get rid of CCoinsView's SetCoins and SetBestBlock.
Pieter Wuille
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-07-01
typedef std::map<uint256, CCoins> to CCoinsMap
Wladimir J. van der Laan
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-02-18
Change new constants in txdb.h to int64_t
Wladimir J. van der Laan
2014-02-17
add constants for shared (GUI/core) -dbcache settings
Philip Kaufmann
2013-11-10
Make CCoinsView use block hashes instead of indices
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
[next]