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
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