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
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
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 CBlockIndex::GetUndoPos() to hold mutex cs_main
Jon Atack
2022-01-25
Require WriteUndoDataForBlock() to hold mutex cs_main
Jon Atack
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-07
refactor: add thread safety lock assertion to WriteBlockIndexDB()
Jon Atack
2022-01-06
Move CBlockFileInfo::ToString method where class is declared
Russell Yanofsky
2022-01-07
Merge bitcoin/bitcoin#23974: Make blockstorage globals private members of Blo...
fanquake
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
Move blockstorage-related unload to BlockManager::Unload
MarcoFalke
2022-01-05
move-only: Create WriteBlockIndexDB helper
MarcoFalke
2022-01-05
Move functions to BlockManager
MarcoFalke
2022-01-05
doc: Fix typo in LoadBlockIndex
brunoerg
2022-01-02
Fixup style of moved code
MarcoFalke
2022-01-02
Move BlockManager to node/blockstorage
MarcoFalke
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-10-15
Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...
W. J. van der Laan
2021-10-11
blockstorage: use debug log category
Anthony Towns
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-04
Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...
W. J. van der Laan
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-05
consensus: don't call GetBlockPos in ReadBlockFromDisk without lock
Jon Atack
2021-07-15
Move pblocktree global to BlockManager
MarcoFalke
2021-06-13
refactor: Remove chainparams arg from CChainState member functions
MarcoFalke
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-04-27
style: Add { } to multi-line if
MarcoFalke
2021-04-27
move-only: Move functions to blockstorage
MarcoFalke
2021-04-27
refactor: Move block storage globals to blockstorage
MarcoFalke
2021-04-27
refactor: Move pruning/reindex/importing globals to blockstorage
MarcoFalke
2021-04-05
blockstorage: [refactor] Use chainman reference where possible
MarcoFalke
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-04-04
move-only: Move ThreadImport to blockstorage
MarcoFalke