Age | Commit message (Expand) | Author |
2023-05-17 | index: Enable reindex-chainstate with active indexes | Martin Zumsande |
2023-05-17 | index: Use first block from locator instead of looking for fork point | Martin Zumsande |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-03-13 | refactor: Move error() from util/system.h to logging.h | Ben Woosley |
2023-02-28 | Add InitError(error, details) overload | Ryan Ofsky |
2023-02-10 | refactor, dbwrapper: Add DBParams and DBOptions structs | Ryan Ofsky |
2023-01-16 | Add BlockManager::IsPruneMode() | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-05 | index: Improve BaseIndex::BlockUntilSyncedToCurrentChain reliability | Ryan Ofsky |
2022-09-13 | refactor: use std::string for index names | stickies-v |
2022-07-21 | Merge bitcoin/bitcoin#22485: doc: BaseIndex sync behavior with empty datadir | MacroFake |
2022-07-21 | doc: BaseIndex sync behavior with empty datadir | James O'Beirne |
2022-07-19 | Merge bitcoin/bitcoin#25645: refactor: Remove unused includes from dbwrapper.h | fanquake |
2022-07-19 | Add missing includes | MacroFake |
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 |