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-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
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-20
prune: scan and unlink already pruned block files on startup
Andrew Toth
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
[next]