Age | Commit message (Expand) | Author |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-03-23 | refactor: Extract util/fs_helpers from util/system | Ben Woosley |
2023-03-21 | Refactor: Remove unused FlatFilePos::SetNull | MarcoFalke |
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-31 | refactor: use `Hash` helper for double-SHA256 calculations | Sebastian Falbesoner |
2023-01-16 | Add BlockManager::IsPruneMode() | MarcoFalke |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-05 | Merge bitcoin/bitcoin#19888: rpc, test: Improve getblockstats for unspendables | Andrew Chow |
2022-11-01 | util: move threadinterrupt into util | fanquake |
2022-10-23 | validation, index: Add unspendable coinbase helper functions | Fabian Jahr |
2022-10-10 | Merge bitcoin/bitcoin#26215: index: Improve BaseIndex::BlockUntilSyncedToCurr... | fanquake |
2022-10-05 | index: Improve BaseIndex::BlockUntilSyncedToCurrentChain reliability | Ryan Ofsky |
2022-10-03 | refactor: move DEFAULT_BLOCKFILTERINDEX from val to blockfilterindex | fanquake |
2022-10-03 | refactor: move DEFAULT_COINSTATSINDEX from validation to coinstatsindex | fanquake |
2022-10-03 | refactor: move DEFAULT_TXINDEX from validation to txindex | fanquake |
2022-09-13 | refactor: use std::string for index names | stickies-v |
2022-09-13 | Merge bitcoin/bitcoin#24513: CChainState -> Chainstate | glozow |
2022-09-13 | Merge bitcoin/bitcoin#25222: refactor: Pass reference to LookUpStats | MacroFake |
2022-09-09 | scripted-diff: rename CChainState -> Chainstate | James O'Beirne |
2022-08-31 | refactor: add LIFETIMEBOUND to blockfilter where needed | 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-20 | Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an... | fanquake |
2022-07-20 | refactor: Pass reference to LookUpStats | MacroFake |
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: Remove CBlockIndex* uses in coinstatsindex LookUpOne function | Ryan Ofsky |
2022-07-18 | indexes, refactor: Pass Chain interface instead of CChainState class to indexes | Ryan Ofsky |
2022-07-07 | Merge bitcoin/bitcoin#24832: index: Verify the block filter hash when reading... | fanquake |
2022-06-29 | Use AutoFile where possible | MacroFake |
2022-06-14 | scripted-diff: Avoid incompatibility with CMake AUTOUIC feature | Hennadii Stepanov |
2022-05-23 | style-only: Rearrange using decls after scripted-diff | Carl Dong |
2022-05-23 | scripted-diff: Move src/kernel/coinstats to kernel:: | Carl Dong |
2022-05-23 | Use only kernel/coinstats.h in index/coinstatsindex.h | Carl Dong |
2022-05-23 | Move logic from LookupUTXOStatsWithIndex to CoinStatsIndex::LookUpStats | Carl Dong |
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-17 | refactor: use C++11 default initializers | fanquake |
2022-05-12 | Increase threadsafety annotation coverage | Anthony Towns |
2022-05-08 | index, refactor: Change sync variables to use `std::chrono::steady_clock` | w0xlt |
2022-05-03 | Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al... | MacroFake |
2022-05-02 | Make sanity check in GCSFilter constructor optional | Patrick Strateman |
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 |