Age | Commit message (Expand) | Author |
2019-10-16 | Add some general std::vector utility functions | Pieter Wuille |
2019-10-05 | util: Simplify path argument for CBlockTreeDB ctor | Hennadii Stepanov |
2019-08-15 | refactor: have CCoins* data managed under CChainState | James O'Beirne |
2019-07-24 | scripted-diff: Make translation bilingual | Hennadii Stepanov |
2019-07-24 | Refactor out translation.h | Hennadii Stepanov |
2019-07-08 | refactoring: remove mapBlockIndex global | James O'Beirne |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-05-19 | Merge #12980: Allow quicker shutdowns during LoadBlockIndex() | Jonas Schnelli |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-08-02 | Allow quicker shutdowns during LoadBlockIndex() | Jonas Schnelli |
2018-07-27 | Return void instead of bool for functions that cannot fail | practicalswift |
2018-07-24 | scripted-diff: Remove trailing whitespaces | João Barbosa |
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 | db: Make reusable base class for index databases. | Jim Posen |
2018-06-04 | db: Remove obsolete methods from CBlockTreeDB. | Jim Posen |
2018-04-25 | [db] Migration for txindex data to new, separate database. | Jim Posen |
2018-04-25 | [db] Create separate database for txindex. | Jim Posen |
2018-04-07 | [logging] Comment all continuing logs. | John Newbery |
2018-03-27 | Merge #12653: Allow to optional specify the directory for the blocks storage | Wladimir J. van der Laan |
2018-03-20 | -blocksdir: keep blockindex leveldb database in datadir | Jonas Schnelli |
2018-03-15 | Add static_assert to prevent VARINT(<signed value>) | Russell Yanofsky |
2018-03-13 | Support deserializing into temporaries | Pieter Wuille |
2018-03-11 | Allow to optional specify the directory for the blocks storage | Jonas Schnelli |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-07 | Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel... | Jonas Schnelli |
2017-08-20 | Drop upgrade-cancel callback registration for a generic "resumeable" | Matt Corallo |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-08-07 | Skip remainder of init if upgrade is cancelled | Matt Corallo |
2017-07-27 | Force on-the-fly compaction during pertxout upgrade | Pieter Wuille |
2017-07-07 | Avoid dereference-of-casted-pointer | Pieter Wuille |
2017-06-29 | Report [CANCELLED] instead of [DONE] when shut down during txdb upgrade | Jonas Schnelli |
2017-06-29 | Report txdb upgrade not more often then every 10% | Jonas Schnelli |
2017-06-29 | Show txdb upgrade progress in debug log | Jonas Schnelli |
2017-06-29 | Allow to cancel the txdb upgrade via splashscreen callback | Jonas Schnelli |
2017-06-29 | Allow to shut down during txdb upgrade | Jonas Schnelli |
2017-06-26 | [qa] Test non-atomic chainstate writes | Suhas Daftuar |
2017-06-26 | Dont create pcoinsTip until after ReplayBlocks. | Matt Corallo |
2017-06-26 | Random db flush crash simulator | Pieter Wuille |
2017-06-26 | Non-atomic flushing using the blockchain as replay journal | Pieter Wuille |
2017-06-25 | Merge #9176: Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockI... | Wladimir J. van der Laan |
2017-06-01 | scripted-diff: various renames for per-utxo consistency | Pieter Wuille |
2017-06-01 | Rename CCoinsCacheEntry::coins to coin | Pieter Wuille |
2017-06-01 | [MOVEONLY] Move old CCoins class to txdb.cpp | Pieter Wuille |
2017-06-01 | Upgrade from per-tx database to per-txout | Pieter Wuille |
2017-06-01 | Switch CCoinsView and chainstate db from per-txid to per-txout | Pieter Wuille |
2017-05-26 | Report on-disk size in gettxoutsetinfo | Pieter Wuille |
2017-05-23 | Fix: make CCoinsViewDbCursor::Seek work for missing keys | Pieter Wuille |