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