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
/
index
Age
Commit message (
Expand
)
Author
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-28
blockstorage, refactor: pass GetFirstStoredBlock() start_block by reference
Jon Atack
2022-04-28
blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManager
Jon Atack
2022-04-25
Index: Use prune locks for blockfilterindex
Fabian Jahr
2022-04-25
refactor: Introduce GetFirstStoredBlock helper function
Fabian Jahr
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-03-09
refactor: more const annotations for uses of CBlockIndex*
Anthony Towns
2022-02-21
index: Commit DB_MUHASH and DB_BEST_BLOCK to disk together
Martin Zumsande
2022-02-17
index: check muhash is in sync on coinstatsindex launch
Fabian Jahr
2022-02-17
index: remove txindex references from base index
Fabian Jahr
2022-01-31
index: Don't commit without valid m_best_block_index
Martin Zumsande
2022-01-25
Require CBlockIndex::GetBlockPos() to hold mutex cs_main
Jon Atack
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2022-01-05
Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-17
refactor: Avoid integer overflow in ApplyStats when activating snapshot
MarcoFalke
2021-12-16
Merge bitcoin/bitcoin#23785: refactor: Move stuff to ChainstateManager
MarcoFalke
2021-12-15
Move FindForkInGlobalIndex from BlockManager to CChainState
MarcoFalke
2021-12-15
doc: add explanations for assert in index and magic numbers in test
Martin Zumsande
2021-11-26
index: Fix backwards search for bestblock
Martin Zumsande
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-08-20
Remove txindex migration code
MarcoFalke
2021-08-20
Add missing includes and forward declarations, remove unused ones
MarcoFalke
2021-07-28
Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups
W. J. van der Laan
2021-07-25
Index: Improve logging in coinstatsindex
Fabian Jahr
2021-07-15
Move pblocktree global to BlockManager
MarcoFalke
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-03
Index: Return early from failed coinstatsindex init
Fabian Jahr
2021-06-03
index: Use batch writing in coinstatsindex WriteBlock
Fabian Jahr
2021-06-03
scripted-diff: Fix coinstats data member names
Fabian Jahr
2021-06-01
Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary...
MarcoFalke
2021-05-27
index: refactor-only: Reuse CChain ref
Carl Dong
2021-05-27
index: Add chainstate member to BaseIndex
Carl Dong
2021-05-24
index: Avoid unnecessary type casts in coinstatsindex
Fabian Jahr
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-12
index: Avoid async shutdown on init error
MarcoFalke
2021-05-12
Merge bitcoin/bitcoin#19064: refactor: Cleanup thread ctor calls
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorage
W. J. van der Laan
2021-05-01
refactor: [index] Replace deprecated char with uint8_t in serialization
MarcoFalke
2021-04-29
refactor: Replace std::bind with lambdas
Hennadii Stepanov
2021-04-27
move-only: Move functions to blockstorage
MarcoFalke
2021-04-25
refactor: Make TraceThread a non-template free function
Hennadii Stepanov
2021-04-19
rpc, index: Add verbose amounts tracking to Coinstats index
Fabian Jahr
2021-04-19
index: Add Coinstats index
Fabian Jahr
2021-04-13
Merge #21575: refactor: Create blockstorage module
fanquake
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-04-05
refactor: Remove negative lock annotations from globals
MarcoFalke
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-11
Avoid accessing nullpointer in BaseIndex::GetSummary()
Jonas Schnelli
[next]