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
2022-07-19
Add missing includes
MacroFake
2022-03-10
Remove utxo db upgrade code
MarcoFalke
2022-01-28
Replace lock with thread safety annotation in CBlockTreeDB::LoadBlockIndexGuts()
Jon Atack
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-08-20
Remove txindex migration code
MarcoFalke
2021-08-20
Add missing includes and forward declarations, remove unused ones
MarcoFalke
2021-06-18
move-only(ish): don't expose CCoinsViewDBCursor
James O'Beirne
2021-06-17
refactor: wrap CCoinsViewCursor in unique_ptr
James O'Beirne
2020-07-01
txdb: add CCoinsViewDB::ChangeCacheSize
James O'Beirne
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-13
Merge #16945: refactor: introduce CChainState::GetCoinsCacheSizeState
Wladimir J. van der Laan
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-12
refactoring: introduce CChainState::GetCoinsCacheSizeState
James O'Beirne
2019-10-15
Remove unused includes
practicalswift
2019-08-15
refactor: have CCoins* data managed under CChainState
James O'Beirne
2019-04-06
init: Add CLI option to enable block filter index.
Jim Posen
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
[next]