Age | Commit message (Expand) | Author |
2022-05-21 | scripted-diff: Convert global Mutexes to GlobalMutexes | Anthony Towns |
2022-04-26 | scripted-diff: rename BytePtr to AsBytePtr | João Barbosa |
2022-03-24 | Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit... | MarcoFalke |
2022-03-16 | Replace use of `ArgsManager` with `DatabaseOptions` | Kiminuo |
2022-03-06 | wallet: refactor: dedup sqlite blob binding | Sebastian Falbesoner |
2022-01-27 | Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize | laanwj |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2022-01-02 | Use spans of std::byte in serialize | MarcoFalke |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-10-20 | wallet: Use PACKAGE_NAME to mention our software | Hennadii Stepanov |
2021-10-05 | refactor: Block unsafe fs::path std::string conversion calls | Russell Yanofsky |
2021-09-28 | wallet: enable SQLite extended result codes | Sebastian Falbesoner |
2021-05-17 | wallet: refactor: dedup sqlite PRAGMA assignments | Sebastian Falbesoner |
2021-05-17 | wallet: refactor: dedup sqlite PRAGMA integer reads | Sebastian Falbesoner |
2021-04-12 | tests: Skip SQLite fsyncs while testing | Andrew Chow |
2021-04-02 | wallet: refactor: dedup sqlite statement deletions | Sebastian Falbesoner |
2021-04-02 | wallet: refactor: dedup sqlite statement preparations | Sebastian Falbesoner |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2020-12-04 | refactor: Consolidate redundant wallet database path and exists functions | Russell Yanofsky |
2020-12-04 | MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDir | Russell Yanofsky |
2020-11-18 | Fix mock SQLiteDatabases | Andrew Chow |
2020-11-05 | wallet: Set DatabaseStatus::SUCCESS in MakeSQLiteDatabase | MarcoFalke |
2020-11-05 | Set bilingual error completely | Hennadii Stepanov |
2020-10-22 | wallet: fix buffer over-read in SQLite file magic check | Sebastian Falbesoner |
2020-10-14 | wallet: Enforce sqlite serialized threading mode | Andrew Chow |
2020-10-14 | Set and check the sqlite user version | Andrew Chow |
2020-10-14 | Use network magic as sqlite wallet application ID | Andrew Chow |
2020-10-14 | Determine wallet file type based on file magic | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::MakeBatch | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Verify | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Rewrite | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::TxnBegin, TxnCommit, and TxnAbort | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Backup | Andrew Chow |
2020-10-14 | Implement SQLiteBatch::StartCursor, ReadAtCursor, and CloseCursor | Andrew Chow |
2020-10-14 | Implement SQLiteBatch::ReadKey, WriteKey, EraseKey, and HasKey | Andrew Chow |
2020-10-14 | Add SetupSQLStatements | Andrew Chow |
2020-10-14 | Implement SQLiteBatch::Close | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Close | Andrew Chow |
2020-10-14 | Implement SQLiteDatabase::Open | Andrew Chow |
2020-10-14 | Initialize and Shutdown sqlite3 globals | Andrew Chow |
2020-10-14 | Constructors, destructors, and relevant private fields for SQLiteDatabase/Batch | Andrew Chow |
2020-10-14 | Implement SQLiteDatabaseVersion | Andrew Chow |
2020-10-14 | Add SQLiteDatabase and SQLiteBatch dummy classes | Andrew Chow |