Age | Commit message (Expand) | Author |
2021-03-17 | refactor: post Optional<> removal cleanups | fanquake |
2021-03-15 | scripted-diff: remove Optional & nullopt | fanquake |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2021-02-09 | wallet: load flags before everything else | Sjors Provoost |
2021-01-04 | doc: fix various typos | Ikko Ashimine |
2020-12-04 | refactor: Consolidate redundant wallet database path and exists functions | Russell Yanofsky |
2020-12-02 | Merge #19980: refactor: Some wallet cleanups | fanquake |
2020-11-23 | Merge #20202: wallet: Make BDB support optional | Wladimir J. van der Laan |
2020-11-19 | Merge #15710: wallet: Catch ios_base::failure specifically | Wladimir J. van der Laan |
2020-11-18 | Do not compile BDB things when USE_BDB is defined | Andrew Chow |
2020-11-07 | refactor: Drop redudant CWallet::GetDBHandle | João Barbosa |
2020-10-20 | Make sqlite support optional (compile-time) | Luke Dashjr |
2020-10-14 | Determine wallet file type based on file magic | Andrew Chow |
2020-09-03 | wallet: Remove path checking code from bitcoin-wallet tool | Russell Yanofsky |
2020-09-03 | wallet: Remove Verify and IsLoaded methods | Russell Yanofsky |
2020-09-03 | wallet: Add MakeDatabase function | Russell Yanofsky |
2020-09-03 | Merge #19805: wallet: Avoid deserializing unused records when salvaging | fanquake |
2020-08-31 | Remove -zapwallettxes | Andrew Chow |
2020-08-25 | walletdb: Add KeyFilterFn to ReadKeyValue | Andrew Chow |
2020-07-30 | Make Hash[160] consume range-like objects | Pieter Wuille |
2020-07-29 | Introduce DummyDatabase and use it in the tests | Andrew Chow |
2020-07-14 | walletdb: Introduce WalletDatabase abstract class | Andrew Chow |
2020-07-14 | Merge #19325: wallet: Refactor BerkeleyDatabase to introduce DatabaseBatch ab... | MarcoFalke |
2020-07-12 | Merge #19441: walletdb: don't reinitialize desc cache with multiple cache ent... | Samuel Dobson |
2020-07-11 | Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i... | Samuel Dobson |
2020-07-11 | Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ... | Samuel Dobson |
2020-07-09 | walletdb: Add MakeBatch function to BerkeleyDatabase and use it | Andrew Chow |
2020-07-09 | wallet: Never schedule MaybeCompactWalletDB when -flushwallet is off | MarcoFalke |
2020-07-05 | Merge #19324: wallet: Move BerkeleyBatch static functions to BerkeleyDatabase | MarcoFalke |
2020-07-03 | walletdb: don't reinitialize desc cache with multiple cache entries | Andrew Chow |
2020-07-01 | walletdb: Move PeriodicFlush into WalletDatabase | Andrew Chow |
2020-07-01 | walletdb: Combine VerifyDatabaseFile and VerifyEnvironment | Andrew Chow |
2020-07-01 | Merge #19308: wallet: BerkeleyBatch Handle cursor internally | Wladimir J. van der Laan |
2020-06-22 | walletdb: Handle cursor internally | Andrew Chow |
2020-06-22 | Split SetWalletFlags into Add/LoadWalletFlags | Andrew Chow |
2020-06-19 | Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seeds | MarcoFalke |
2020-06-17 | Add Create*WalletDatabase functions | Andrew Chow |
2020-06-15 | walletdb: move IsWalletLoaded to walletdb.cpp | Andrew Chow |
2020-06-15 | Skip hdKeypath of 'm' | Andrew Chow |
2020-06-02 | Merge #18792: wallet: Remove boost from PeriodicFlush | fanquake |
2020-06-02 | wallet: Remove unused boost::thread_interrupted | MarcoFalke |
2020-05-27 | walletdb: Remove unsed boost/thread | MarcoFalke |
2020-05-27 | Merge #18918: wallet: Move salvagewallet into wallettool | Samuel Dobson |
2020-05-25 | Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h} | Andrew Chow |
2020-05-25 | Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone | Andrew Chow |
2020-05-25 | Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilter | Andrew Chow |
2020-05-25 | walletdb: don't automatically salvage when corruption is detected | Andrew Chow |
2020-05-21 | Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyMan | Andrew Chow |
2020-05-21 | Split SetHDChain into AddHDChain and LoadHDChain | Andrew Chow |
2020-05-22 | Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro... | Samuel Dobson |