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
Age
Commit message (
Expand
)
Author
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-06-26
Add Travis check for single parameter constructors not marked "explicit"
practicalswift
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-06
index: Access functions for global block filter indexes.
Jim Posen
2019-04-06
index: Implement lookup methods on block filter index.
Jim Posen
2019-04-06
index: Implement block filter index with write operations.
Jim Posen
2019-04-06
index: Ensure block locator is not stale after chain reorg.
Jim Posen
2019-04-06
index: Allow atomic commits of index state to be extended.
Jim Posen
2019-02-22
scripted-diff: Rename CBlockDiskPos to FlatFilePos.
Jim Posen
2019-01-09
Merge #14085: index: Fix for indexers skipping genesis block.
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-10
Add compile time checking for cs_main locks which we assert at run time
practicalswift
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-08-27
index: Fix for indexers skipping genesis block.
Jim Posen
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
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-05-07
Fix typos
practicalswift
2018-05-07
Merge #13149: Handle unsuccessful fseek(...):s
Wladimir J. van der Laan
2018-05-02
Handle unsuccessful fseek(...):s
practicalswift
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