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
2024-06-07
blockman: Replace m_reindexing with m_blockfiles_indexed
Ryan Ofsky
2024-06-07
kernel: Add less confusing reindex options
Ryan Ofsky
2024-05-17
Merge bitcoin/bitcoin#29817: kernel: De-globalize fReindex
Ava Chow
2024-05-16
kernel: De-globalize fReindex
TheCharlatan
2024-05-14
blockstorage: Rename FindBlockPos and have it return a FlatFilePos
Martin Zumsande
2024-05-14
validation, blockstorage: Separate code paths for reindex and saving new blocks
Martin Zumsande
2024-05-14
blockstorage: split up FindBlockPos function
Martin Zumsande
2024-05-14
doc: Improve doc for functions involved in saving blocks to disk
Martin Zumsande
2023-12-07
refactor: Use reference instead of pointer in IsBlockPruned
MarcoFalke
2023-11-18
blockstorage: switch from CAutoFile to AutoFile
Anthony Towns
2023-10-20
refactor: Remove CBlockFileInfo::SetNull
MarcoFalke
2023-09-30
blockstorage: segment normal/assumedvalid blockfiles
James O'Beirne
2023-09-30
validation: populate nChainTx value for assumedvalid chainstates
James O'Beirne
2023-09-30
validation: pruning for multiple chainstates
James O'Beirne
2023-09-29
Merge bitcoin/bitcoin#27866: blockstorage: Return on fatal flush errors
Ryan Ofsky
2023-09-15
Return CAutoFile from BlockManager::Open*File()
MarcoFalke
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-08-31
blockstorage: Return on fatal undo file flush error
TheCharlatan
2023-08-31
blockstorage: Return on fatal block file flush error
TheCharlatan
2023-08-31
blockstorage: Mark FindBlockPos as nodiscard
TheCharlatan
2023-08-07
Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...
fanquake
2023-08-02
scripted-diff: Rename CBlockTreeDB -> BlockTreeDB
MarcoFalke
2023-08-01
move-only: Move CBlockTreeDB to node/blockstorage
MarcoFalke
2023-07-31
Remove unused MessageStartChars parameters from BlockManager methods
MarcoFalke
2023-07-14
Remove CChain dependency in node/blockstorage
Suhas Daftuar
2023-07-14
Explicitly track maximum block height stored in undo files
Suhas Daftuar
2023-07-11
refactor: Move stopafterblockimport handling out of blockstorage
TheCharlatan
2023-07-10
index: verify blocks data existence only once
furszy
2023-07-10
refactor: simplify pruning violation check
furszy
2023-07-10
make GetFirstStoredBlock assert that 'start_block' always has data
furszy
2023-07-07
scripted-diff: rename 'loadblk' thread name to 'initload'
furszy
2023-07-07
init: start indexes sync earlier
furszy
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-10
refactor, blockstorage: Replace stopafterblockimport arg
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-04
Remove unused chainparams from BlockManager methods
MarcoFalke
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-15
refactor: Add and use PRUNE_TARGET_MANUAL constexpr
MarcoFalke
2023-03-15
Move ::fImporting to BlockManager
MarcoFalke
2023-03-15
Move ::fPruneMode into BlockManager
MarcoFalke
2023-03-15
Move ::nPruneTarget into BlockManager
MarcoFalke
2023-02-28
Merge bitcoin/bitcoin#26533: prune: scan and unlink already pruned block file...
Andrew Chow
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
[next]