aboutsummaryrefslogtreecommitdiff
path: root/src/index
AgeCommit message (Expand)Author
2020-08-21Merge #19733: Move comment about BaseIndex::DB from TxIndex::DBfanquake
2020-08-20Merge #19550: rpc: Add getindexinfo RPCWladimir J. van der Laan
2020-08-18Remove unused includesMarcin Jachymiak
2020-08-18Move comment about BaseIndex::DB from TxIndex::DBMarcin Jachymiak
2020-08-16rpc: Add getindexinfo RPCFabian Jahr
2020-08-15Move only: Move CDiskTxPos to its own fileMarcin Jachymiak
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-16refactor: Use AbortError in FatalErrorMarcoFalke
2020-06-10Make SetMiscWarning() accept bilingual_str argumentHennadii Stepanov
2020-06-04txindex: Remove unused boost/threadMarcoFalke
2020-05-22[doc] Add comment for m_headers_cacheJohn Newbery
2020-05-21Merge #18960: indexes: Add compact block filter headers cacheWladimir J. van der Laan
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
2020-05-18[indexes] Add compact block filter headers cacheJohn Newbery
2020-05-05Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-03-02make BlockUntilSyncedToCurrentChain() constKarl-Johan Alm
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-15Remove unused includespracticalswift
2019-07-24scripted-diff: Make translation bilingualHennadii Stepanov
2019-07-24Refactor out translation.hHennadii Stepanov
2019-06-26Add Travis check for single parameter constructors not marked "explicit"practicalswift
2019-05-03scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne
2019-04-06index: Access functions for global block filter indexes.Jim Posen
2019-04-06index: Implement lookup methods on block filter index.Jim Posen
2019-04-06index: Implement block filter index with write operations.Jim Posen
2019-04-06index: Ensure block locator is not stale after chain reorg.Jim Posen
2019-04-06index: Allow atomic commits of index state to be extended.Jim Posen
2019-02-22scripted-diff: Rename CBlockDiskPos to FlatFilePos.Jim Posen
2019-01-09Merge #14085: index: Fix for indexers skipping genesis block.Wladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-10Add compile time checking for cs_main locks which we assert at run timepracticalswift
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-08-27index: Fix for indexers skipping genesis block.Jim Posen
2018-06-25Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley
2018-06-04index: Move index DBs into index/ directory.Jim Posen
2018-06-04index: Remove TxIndexDB from public interface of TxIndex.Jim Posen
2018-06-04MOVEONLY: Move BaseIndex to its own file.Jim Posen
2018-06-04index: Generalize logged statements in BaseIndex.Jim Posen
2018-06-04index: Extract logic from TxIndex into reusable base class.Jim Posen
2018-05-07Fix typospracticalswift
2018-05-07Merge #13149: Handle unsuccessful fseek(...):sWladimir J. van der Laan
2018-05-02Handle unsuccessful fseek(...):spracticalswift
2018-04-27scripted-diff: Rename SetBestChain callback ChainStateFlushedMatt 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