index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
sqlite.cpp
Age
Commit message (
Expand
)
Author
2024-02-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-06
sqlite: Ensure that only one SQLiteBatch is writing to db at a time
Ava Chow
2024-01-30
sqlite: guard against dangling to-be-reverted db transactions
furszy
2024-01-30
sqlite: introduce HasActiveTxn method
furszy
2024-01-30
sqlite: add ability to interrupt statements
furszy
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-06-28
refactor: Drop unsafe AsBytePtr function
Ryan Ofsky
2023-06-05
Merge bitcoin/bitcoin#27801: wallet: Add tracing for sqlite statements
fanquake
2023-06-02
wallet: Add tracing for sqlite statements
Ryan Ofsky
2023-06-01
wallet: Add GetPrefixCursor to DatabaseBatch
Andrew Chow
2023-05-31
walletdb: Handle when database keys are empty
Ryan Ofsky
2023-05-31
walletdb: Consistently clear key and value streams before writing
Andrew Chow
2023-04-12
wallet: Add DatabaseBatch::ErasePrefix method
Ryan Ofsky
2023-03-23
refactor: Extract util/fs_helpers from util/system
Ben Woosley
2023-03-06
Merge bitcoin/bitcoin#25491: wallet: use Mutex for g_sqlite_mutex instead of ...
Andrew Chow
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-23
Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-16
db: Change DatabaseCursor::Next to return status enum
Andrew Chow
2022-12-14
wallet: Introduce DatabaseCursor RAII class for managing cursor
Andrew Chow
2022-10-14
wallet: use Mutex for g_sqlite_mutex instead of GlobalMutex
Vasil Dimov
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
[next]