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
/
base.cpp
Age
Commit message (
Expand
)
Author
2022-07-18
indexes, refactor: Remove CChainState use in index CommitInternal method
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index Rewind methods
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index WriteBlock methods
Ryan Ofsky
2022-07-18
indexes, refactor: Remove CBlockIndex* uses in index Init methods
Ryan Ofsky
2022-07-18
indexes, refactor: Pass Chain interface instead of CChainState class to indexes
Ryan Ofsky
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-05-19
Merge bitcoin/bitcoin#25074: index: During sync, commit best block after inde...
fanquake
2022-05-19
index: Don't commit a best block before indexing it during sync
Martin Zumsande
2022-05-08
index, refactor: Change sync variables to use `std::chrono::steady_clock`
w0xlt
2022-04-28
blockstorage, refactor: pass GetFirstStoredBlock() start_block by reference
Jon Atack
2022-04-28
blockstorage, refactor: make GetFirstStoredBlock() a member of BlockManager
Jon Atack
2022-04-25
Index: Use prune locks for blockfilterindex
Fabian Jahr
2022-04-25
refactor: Introduce GetFirstStoredBlock helper function
Fabian Jahr
2022-01-31
index: Don't commit without valid m_best_block_index
Martin Zumsande
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-16
Merge bitcoin/bitcoin#23785: refactor: Move stuff to ChainstateManager
MarcoFalke
2021-12-15
Move FindForkInGlobalIndex from BlockManager to CChainState
MarcoFalke
2021-12-15
doc: add explanations for assert in index and magic numbers in test
Martin Zumsande
2021-11-26
index: Fix backwards search for bestblock
Martin Zumsande
2021-10-12
Fix outdated comments referring to ::ChainActive()
Samuel Dobson
2021-10-01
Add syscall sandboxing (seccomp-bpf)
practicalswift
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-05-27
index: refactor-only: Reuse CChain ref
Carl Dong
2021-05-27
index: Add chainstate member to BaseIndex
Carl Dong
2021-05-12
index: Avoid async shutdown on init error
MarcoFalke
2021-05-12
Merge bitcoin/bitcoin#19064: refactor: Cleanup thread ctor calls
MarcoFalke
2021-05-01
refactor: [index] Replace deprecated char with uint8_t in serialization
MarcoFalke
2021-04-29
refactor: Replace std::bind with lambdas
Hennadii Stepanov
2021-04-25
refactor: Make TraceThread a non-template free function
Hennadii Stepanov
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-02-11
Avoid accessing nullpointer in BaseIndex::GetSummary()
Jonas Schnelli
2021-02-11
Allow blockfilter in conjunction with prune
Jonas Schnelli
2021-01-28
validation: Move FindForkInGlobalIndex to BlockManager
Carl Dong
2021-01-28
scripted-diff: Use BlockManager::LookupBlockIndex
Carl Dong
2020-08-16
rpc: Add getindexinfo RPC
Fabian Jahr
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-16
refactor: Use AbortError in FatalError
MarcoFalke
2020-06-10
Make SetMiscWarning() accept bilingual_str argument
Hennadii Stepanov
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-02
make BlockUntilSyncedToCurrentChain() const
Karl-Johan Alm
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
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-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
[next]