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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #19733: Move comment about BaseIndex::DB from TxIndex::DB
fanquake
2020-08-21
3
-12
/
+11
|
\
|
*
Remove unused includes
Marcin Jachymiak
2020-08-18
1
-3
/
+1
|
*
Move comment about BaseIndex::DB from TxIndex::DB
Marcin Jachymiak
2020-08-18
2
-9
/
+10
*
|
Merge #19550: rpc: Add getindexinfo RPC
Wladimir J. van der Laan
2020-08-20
2
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
rpc: Add getindexinfo RPC
Fabian Jahr
2020-08-16
2
-0
/
+18
*
|
Move only: Move CDiskTxPos to its own file
Marcin Jachymiak
2020-08-15
2
-23
/
+38
|
/
*
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
2
-2
/
+2
*
refactor: Use AbortError in FatalError
MarcoFalke
2020-06-16
1
-4
/
+2
*
Make SetMiscWarning() accept bilingual_str argument
Hennadii Stepanov
2020-06-10
1
-1
/
+1
*
txindex: Remove unused boost/thread
MarcoFalke
2020-06-04
1
-3
/
+0
*
[doc] Add comment for m_headers_cache
John Newbery
2020-05-22
1
-0
/
+1
*
Merge #18960: indexes: Add compact block filter headers cache
Wladimir J. van der Laan
2020-05-21
2
-2
/
+38
|
\
|
*
[indexes] Add compact block filter headers cache
John Newbery
2020-05-18
2
-2
/
+38
*
|
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-20
2
-19
/
+7
|
\
\
|
|
/
|
/
|
|
*
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-30
2
-19
/
+7
*
|
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-05-05
1
-1
/
+2
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
2
-2
/
+2
|
/
*
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-19
2
-4
/
+2
|
\
|
*
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
2
-4
/
+2
*
|
make BlockUntilSyncedToCurrentChain() const
Karl-Johan Alm
2020-03-02
2
-2
/
+2
|
/
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
3
-3
/
+3
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
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
*
Add Travis check for single parameter constructors not marked "explicit"
practicalswift
2019-06-26
1
-2
/
+2
*
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
2
-9
/
+9
*
index: Access functions for global block filter indexes.
Jim Posen
2019-04-06
2
-0
/
+59
*
index: Implement lookup methods on block filter index.
Jim Posen
2019-04-06
2
-0
/
+167
*
index: Implement block filter index with write operations.
Jim Posen
2019-04-06
2
-0
/
+335
*
index: Ensure block locator is not stale after chain reorg.
Jim Posen
2019-04-06
2
-0
/
+30
*
index: Allow atomic commits of index state to be extended.
Jim Posen
2019-04-06
2
-15
/
+41
*
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
2
-1
/
+8
|
\
|
*
index: Fix for indexers skipping genesis block.
Jim Posen
2018-08-27
2
-1
/
+8
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
2
-2
/
+2
*
|
Add compile time checking for cs_main locks which we assert at run time
practicalswift
2018-10-10
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
2
-2
/
+2
*
index: Move index DBs into index/ directory.
Jim Posen
2018-06-04
4
-5
/
+264
*
index: Remove TxIndexDB from public interface of TxIndex.
Jim Posen
2018-06-04
2
-2
/
+4
*
MOVEONLY: Move BaseIndex to its own file.
Jim Posen
2018-06-04
4
-326
/
+343
*
index: Generalize logged statements in BaseIndex.
Jim Posen
2018-06-04
2
-10
/
+16
*
index: Extract logic from TxIndex into reusable base class.
Jim Posen
2018-06-04
2
-53
/
+80
*
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
2
-3
/
+3
|
/
*
[index] Move disk IO logic from GetTransaction to TxIndex::FindTx.
Jim Posen
2018-04-25
2
-4
/
+31
*
[init] Initialize and start TxIndex in init code.
Jim Posen
2018-04-25
2
-0
/
+5
*
[index] TxIndex method to wait until caught up.
Jim Posen
2018-04-25
2
-0
/
+30
[next]