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.h
Age
Commit message (
Expand
)
Author
2024-01-30
sqlite: introduce HasActiveTxn method
furszy
2024-01-30
sqlite: add ability to interrupt statements
furszy
2023-07-06
wallet: sqlite: force sqlite3.h to be included by the cpp files
Cory Fields
2023-06-01
wallet: Add GetPrefixCursor to DatabaseBatch
Andrew Chow
2023-04-12
wallet: Add DatabaseBatch::ErasePrefix method
Ryan Ofsky
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-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
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-04
MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDir
Russell Yanofsky
2020-10-14
rpc, wallet: Expose database format in getwalletinfo
João Barbosa
2020-10-14
Determine wallet file type based on file magic
Andrew Chow
2020-10-14
Implement SQLiteDatabase::Verify
Andrew Chow
2020-10-14
Implement SQLiteBatch::StartCursor, ReadAtCursor, and CloseCursor
Andrew Chow
2020-10-14
Add SetupSQLStatements
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