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
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