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
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-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
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
index: Remove TxIndexDB from public interface of TxIndex.
Jim Posen
2018-06-04
MOVEONLY: Move BaseIndex to its own file.
Jim Posen
2018-06-04
index: Generalize logged statements in BaseIndex.
Jim Posen
2018-06-04
index: Extract logic from TxIndex into reusable base class.
Jim Posen
2018-05-07
Fix typos
practicalswift
2018-05-07
Merge #13149: Handle unsuccessful fseek(...):s
Wladimir J. van der Laan
2018-05-02
Handle unsuccessful fseek(...):s
practicalswift
2018-04-27
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
2018-04-25
[index] Move disk IO logic from GetTransaction to TxIndex::FindTx.
Jim Posen
2018-04-25
[init] Initialize and start TxIndex in init code.
Jim Posen
2018-04-25
[index] TxIndex method to wait until caught up.
Jim Posen
2018-04-25
[index] Allow TxIndex sync thread to be interrupted.
Jim Posen
2018-04-25
[index] TxIndex initial sync thread.
Jim Posen
2018-04-25
[index] Create new TxIndex class.
Jim Posen