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
/
txindex.h
Age
Commit message (
Expand
)
Author
2022-04-25
Index: Use prune locks for blockfilterindex
Fabian Jahr
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-08-20
Remove txindex migration code
MarcoFalke
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-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