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
*
Move comment about BaseIndex::DB from TxIndex::DB
Marcin Jachymiak
2020-08-18
1
-9
/
+3
*
Move only: Move CDiskTxPos to its own file
Marcin Jachymiak
2020-08-15
1
-23
/
+1
*
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
1
-1
/
+1
*
txindex: Remove unused boost/thread
MarcoFalke
2020-06-04
1
-3
/
+0
*
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-30
1
-6
/
+4
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
1
-2
/
+2
*
Refactor out translation.h
Hennadii Stepanov
2019-07-24
1
-0
/
+1
*
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-1
/
+1
*
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
Jim Posen
2019-02-22
1
-4
/
+4
*
Merge #14085: index: Fix for indexers skipping genesis block.
Wladimir J. van der Laan
2019-01-09
1
-0
/
+3
|
\
|
*
index: Fix for indexers skipping genesis block.
Jim Posen
2018-08-27
1
-0
/
+3
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
|
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-09-11
1
-1
/
+1
|
/
*
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