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-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-04
index: Move index DBs into index/ directory.
Jim Posen
2018-06-04
db: Make reusable base class for index databases.
Jim Posen
2018-06-04
db: Remove obsolete methods from CBlockTreeDB.
Jim Posen
2018-04-25
[init] Initialize and start TxIndex in init code.
Jim Posen
2018-04-25
[db] Migration for txindex data to new, separate database.
Jim Posen
2018-04-25
[db] Create separate database for txindex.
Jim Posen
2018-04-10
Merge #12731: Support serialization as another type without casting
Wladimir J. van der Laan
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-20
Support serialization as another type without casting
Pieter Wuille
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
[next]