aboutsummaryrefslogtreecommitdiff
path: root/src/txdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Litecoin: Add scrypt N=1024 PoWshaolinfry2021-05-301-2/+8
* Merge #18637: coins: allow cache resize after initMarcoFalke2020-07-291-16/+27
|\
| * txdb: add CCoinsViewDB::ChangeCacheSizeJames O'Beirne2020-07-011-16/+27
* | scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
* | txdb: Remove unused boost/threadMarcoFalke2020-06-041-4/+0
|/
* Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke2020-05-201-13/+1
|\
| * Convert everything except wallet/qt to new serializationPieter Wuille2020-03-301-13/+1
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Get rid of VARINT default argumentPieter Wuille2020-02-101-1/+1
* Convert compression.h to new serialization frameworkPieter Wuille2020-01-211-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Add some general std::vector utility functionsPieter Wuille2019-10-161-1/+2
* util: Simplify path argument for CBlockTreeDB ctorHennadii Stepanov2019-10-051-1/+1
* refactor: have CCoins* data managed under CChainStateJames O'Beirne2019-08-151-1/+1
* scripted-diff: Make translation bilingualHennadii Stepanov2019-07-241-2/+2
* Refactor out translation.hHennadii Stepanov2019-07-241-2/+3
* refactoring: remove mapBlockIndex globalJames O'Beirne2019-07-081-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-2/+0
* Merge #12980: Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli2019-05-191-0/+1
|\
| * Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli2018-08-021-0/+1
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* Return void instead of bool for functions that cannot failpracticalswift2018-07-271-2/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-2/+2
* index: Move index DBs into index/ directory.Jim Posen2018-06-041-176/+0
* db: Make reusable base class for index databases.Jim Posen2018-06-041-3/+7
* db: Remove obsolete methods from CBlockTreeDB.Jim Posen2018-06-041-11/+0
* [db] Migration for txindex data to new, separate database.Jim Posen2018-04-251-0/+139
* [db] Create separate database for txindex.Jim Posen2018-04-251-0/+32
* [logging] Comment all continuing logs.John Newbery2018-04-071-2/+2
* Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan2018-03-271-1/+1
|\
| * -blocksdir: keep blockindex leveldb database in datadirJonas Schnelli2018-03-201-1/+1
| * Allow to optional specify the directory for the blocks storageJonas Schnelli2018-03-111-1/+1
* | Add static_assert to prevent VARINT(<signed value>)Russell Yanofsky2018-03-151-2/+2
* | Support deserializing into temporariesPieter Wuille2018-03-131-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-10/+10
* Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...Jonas Schnelli2017-09-071-3/+3
|\
| * Drop upgrade-cancel callback registration for a generic "resumeable"Matt Corallo2017-08-201-3/+3
* | Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
|/
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-2/+2
* Skip remainder of init if upgrade is cancelledMatt Corallo2017-08-071-1/+1
* Force on-the-fly compaction during pertxout upgradePieter Wuille2017-07-271-1/+5
* Avoid dereference-of-casted-pointerPieter Wuille2017-07-071-1/+1
* Report [CANCELLED] instead of [DONE] when shut down during txdb upgradeJonas Schnelli2017-06-291-1/+1
* Report txdb upgrade not more often then every 10%Jonas Schnelli2017-06-291-2/+8
* Show txdb upgrade progress in debug logJonas Schnelli2017-06-291-1/+4
* Allow to cancel the txdb upgrade via splashscreen callbackJonas Schnelli2017-06-291-0/+9
* Allow to shut down during txdb upgradeJonas Schnelli2017-06-291-0/+3
* [qa] Test non-atomic chainstate writesSuhas Daftuar2017-06-261-1/+1