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
/
base.cpp
Age
Commit message (
Expand
)
Author
2021-05-27
index: Add chainstate member to BaseIndex
Carl Dong
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-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-25
refactor: Make TraceThread a non-template free function
Hennadii Stepanov
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-02-11
Avoid accessing nullpointer in BaseIndex::GetSummary()
Jonas Schnelli
2021-02-11
Allow blockfilter in conjunction with prune
Jonas Schnelli
2021-01-28
validation: Move FindForkInGlobalIndex to BlockManager
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2020-08-16
rpc: Add getindexinfo RPC
Fabian Jahr
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-16
refactor: Use AbortError in FatalError
MarcoFalke
2020-06-10
Make SetMiscWarning() accept bilingual_str argument
Hennadii Stepanov
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-02
make BlockUntilSyncedToCurrentChain() const
Karl-Johan Alm
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-06
index: Ensure block locator is not stale after chain reorg.
Jim Posen
2019-04-06
index: Allow atomic commits of index state to be extended.
Jim Posen
2019-01-09
Merge #14085: index: Fix for indexers skipping genesis block.
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-10
Add compile time checking for cs_main locks which we assert at run time
practicalswift
2018-08-27
index: Fix for indexers skipping genesis block.
Jim Posen
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-04
index: Move index DBs into index/ directory.
Jim Posen
2018-06-04
MOVEONLY: Move BaseIndex to its own file.
Jim Posen