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
/
txindex.cpp
Age
Commit message (
Expand
)
Author
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methods
Ryan Ofsky
2022-07-18
indexes, refactor: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-01-25
Require CBlockIndex::GetBlockPos() to hold mutex cs_main
Jon Atack
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-08-20
Remove txindex migration code
MarcoFalke
2021-07-15
Move pblocktree global to BlockManager
MarcoFalke
2021-06-01
Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary...
MarcoFalke
2021-05-27
index: Add chainstate member to BaseIndex
Carl Dong
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-05
Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorage
W. J. van der Laan
2021-05-01
refactor: [index] Replace deprecated char with uint8_t in serialization
MarcoFalke
2021-04-27
move-only: Move functions to blockstorage
MarcoFalke
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-08-18
Move comment about BaseIndex::DB from TxIndex::DB
Marcin Jachymiak
2020-08-15
Move only: Move CDiskTxPos to its own file
Marcin Jachymiak
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-04
txindex: Remove unused boost/thread
MarcoFalke
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
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-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