index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
index
/
txindex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
1
-1
/
+1
*
index: Move index DBs into index/ directory.
Jim Posen
2018-06-04
1
-1
/
+218
*
index: Remove TxIndexDB from public interface of TxIndex.
Jim Posen
2018-06-04
1
-1
/
+3
*
MOVEONLY: Move BaseIndex to its own file.
Jim Posen
2018-06-04
1
-251
/
+0
*
index: Generalize logged statements in BaseIndex.
Jim Posen
2018-06-04
1
-10
/
+11
*
index: Extract logic from TxIndex into reusable base class.
Jim Posen
2018-06-04
1
-17
/
+23
*
Fix typos
practicalswift
2018-05-07
1
-2
/
+2
*
Merge #13149: Handle unsuccessful fseek(...):s
Wladimir J. van der Laan
2018-05-07
1
-1
/
+3
|
\
|
*
Handle unsuccessful fseek(...):s
practicalswift
2018-05-02
1
-1
/
+3
*
|
scripted-diff: Rename SetBestChain callback ChainStateFlushed
Matt Corallo
2018-04-27
1
-2
/
+2
|
/
*
[index] Move disk IO logic from GetTransaction to TxIndex::FindTx.
Jim Posen
2018-04-25
1
-2
/
+23
*
[init] Initialize and start TxIndex in init code.
Jim Posen
2018-04-25
1
-0
/
+2
*
[index] TxIndex method to wait until caught up.
Jim Posen
2018-04-25
1
-0
/
+24
*
[index] Allow TxIndex sync thread to be interrupted.
Jim Posen
2018-04-25
1
-0
/
+16
*
[index] TxIndex initial sync thread.
Jim Posen
2018-04-25
1
-0
/
+89
*
[index] Create new TxIndex class.
Jim Posen
2018-04-25
1
-0
/
+157