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