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
2023-08-01
move-only: Move CBlockTreeDB to node/blockstorage
MarcoFalke
2023-08-01
index: Drop legacy -txindex check
MarcoFalke
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-05-29
fix includes for touched header files (iwyu)
MarcoFalke
2023-05-29
Add [[nodiscard]] where ignoring a Result return type is an error
MarcoFalke
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-02-10
refactor, txdb: Use DBParams struct in CBlockTreeDB
Ryan Ofsky
2023-02-10
refactor, txdb: Add CoinsViewOptions struct
Ryan Ofsky
2023-01-20
coins: add Sync() method to allow flush without cacheCoins drop
James O'Beirne
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-09-13
db: add StoragePath to CDBWrapper/CCoinsViewDB
James O'Beirne
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
[next]