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
/
node
/
blockstorage.h
Age
Commit message (
Expand
)
Author
2023-01-16
Add BlockManager::IsPruneMode()
MarcoFalke
2023-01-16
Add BlockManager::GetPruneTarget()
MarcoFalke
2023-01-16
Add BlockManager::LoadingBlocks()
MarcoFalke
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-12
Merge bitcoin/bitcoin#24858: incorrect blk file size calculation during reind...
glozow
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-07-15
LoadMempool: Pass in load_path, stop using gArgs
Carl Dong
2022-06-07
doc: Correct nPruneTarget misidentifying units of variable
darosior
2022-06-02
kernel: pass params to BlockManager rather than using a global
Cory Fields
2022-05-07
reindex, log, test: fixes #21379
mruddy
2022-05-03
blockstorage: add LIFETIMEBOUND to GetFirstStoredBlock()::start_time
Jon Atack
2022-04-28
blockstorage, refactor: pass GetFirstStoredBlock() start_block by reference
Jon Atack
2022-04-28
blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManager
Jon Atack
2022-04-27
validation: Prune UnloadBlockIndex and callees
Carl Dong
2022-04-26
Merge bitcoin/bitcoin#24917: Make BlockManager::LoadBlockIndex private
fanquake
2022-04-25
blockstorage: Add prune locks to BlockManager
Fabian Jahr
2022-04-25
refactor: Introduce GetFirstStoredBlock helper function
Fabian Jahr
2022-04-19
scripted-diff: Rename pindexBestHeader, fHavePruned
Carl Dong
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-19
move-mostly: Make pindexBestHeader a ChainMan member
Carl Dong
2022-04-19
Make BlockManager::LoadBlockIndex private
MarcoFalke
2022-03-15
Add and use BlockManager::GetAllBlockIndices
Carl Dong
2022-03-15
Add and use CBlockIndexHeightOnlyComparator
Carl Dong
2022-03-15
Only load BlockMan in BlockMan member functions
Carl Dong
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-02-22
style-only: Use using instead of typedef for BlockMap
Carl Dong
2022-02-22
blockstorage: Make m_block_index own CBlockIndex's
Carl Dong
2022-01-25
Remove/inline ReadRawBlockFromDisk(block_data, pindex, message_start)
Hennadii Stepanov
2022-01-25
Require IsBlockPruned() to hold mutex cs_main
Jon Atack
2022-01-25
Require WriteUndoDataForBlock() to hold mutex cs_main
Jon Atack
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-05
scripted-diff: Rename touched member variables
MarcoFalke
2022-01-05
Make blockstorage globals private members of BlockManager
MarcoFalke
2022-01-05
doc: Clarify nPruneAfterHeight for signet
MarcoFalke
2022-01-05
move-only: Create WriteBlockIndexDB helper
MarcoFalke
2022-01-05
Move functions to BlockManager
MarcoFalke
2022-01-02
Fixup style of moved code
MarcoFalke
2022-01-02
Move BlockManager to node/blockstorage
MarcoFalke
2021-06-22
add missing atomic include
MarcoFalke
2021-04-27
style: Add { } to multi-line if
MarcoFalke
2021-04-27
move-only: Move functions to blockstorage
MarcoFalke
2021-04-27
move-only: Move constants to blockstorage
MarcoFalke
2021-04-27
refactor: Move pruning/reindex/importing globals to blockstorage
MarcoFalke
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-04-04
move-only: Move ThreadImport to blockstorage
MarcoFalke