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.cpp
Age
Commit message (
Expand
)
Author
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-15
Make BufferedFile to be a CAutoFile wrapper
MarcoFalke
2023-09-15
refactor: Drop unused fclose() from BufferedFile
MarcoFalke
2023-09-14
Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...
fanquake
2023-09-12
[refactor] Add missing includes for next commit
TheCharlatan
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
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-07
Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...
fanquake
2023-08-02
scripted-diff: Rename CBlockTreeDB -> BlockTreeDB
MarcoFalke
2023-08-01
Fixup style of moved code
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-21
Move block-storage-related logic to ChainstateManager
Suhas Daftuar
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: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-06-27
Merge bitcoin/bitcoin#27896: Remove the syscall sandbox
Andrew Chow
2023-06-16
Remove the syscall sandbox
fanquake
2023-06-15
refactor: rename BCLog::BLOCKSTORE to BLOCKSTORAGE
Jon Atack
2023-06-08
move ThreadImport ABC error to use AbortNode
furszy
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
refactor: Move ScheduleBatchPriority to its own file
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, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor, BlockManager: Replace fastprune from arg with options
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-04
Remove unused chainparams from BlockManager methods
MarcoFalke
2023-05-04
Replace pindex pointer with block reference
MarcoFalke
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-05-02
Merge bitcoin/bitcoin#27191: blockstorage: Adjust fastprune limit if block ex...
fanquake
2023-04-19
blockstorage: Adjust fastprune limit if block exceeds blockfile size
Martin Zumsande
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-16
Merge bitcoin/bitcoin#26177: refactor / kernel: Move non-gArgs chainparams fu...
fanquake
2023-03-15
Split non/kernel chainparams
Carl Dong
2023-03-15
Move ::fImporting to BlockManager
MarcoFalke
[next]