3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'sqlite-release' More... over 17 years ago
track sqlite 3.6.11 More... over 17 years ago
support amalgamated builds More... over 17 years ago
more fixes to licensing of code More... over 17 years ago
Finalize on BSD license for sqlite-cipher extension pending release. More... over 17 years ago
added simple speed comparison test based on tool/speedtest.tcl More... almost 18 years ago
fixes to memory management post merge of sqlite 3.6.1 More... almost 18 years ago
Merge branch 'sqlite-release' More... almost 18 years ago
update baseline to sqlite version 3.6.1 More... almost 18 years ago
now rekey can be used on unencrpyted databases to encrypt the data More... almost 18 years ago
add more test coverage; fix rekey bug related to MJ_PAGE_NO More... almost 18 years ago
remove unused HDR_SZ definition More... almost 18 years ago
adjust test suite for new error message More... almost 18 years ago
allocate random data for intialization vector More... almost 18 years ago
major simplification - allocate space at end of each page for random initialization vector More... almost 18 years ago
initial cut at a regression test script for cipher codec functionality. execute make testfixture && ./testfixture test/codec.test More... almost 18 years ago
working implementation of rekey functionality. PRAGMA rekey='passphrase' will now encrypt a database if it is currently unencrypted or re-encrypt with a new passphrase if it is already encrypted. More... almost 18 years ago
basic implimentation of sqlite3_rekey functionality. WARNING: currently only works on single page databses! More... almost 18 years ago
add hook to support PRAGMA rekey='xyz' More... almost 18 years ago
base defintions, allocations, and cleanup for codec rekey data More... almost 18 years ago
notes about implementation of rekey functionality More... almost 18 years ago
identify and exclude tests that cause permanent errors due to encrypted file format More... almost 18 years ago
addtional testing for null pointers and malloc errors More... almost 18 years ago
updated documentation on how to build and use sqlite-cipher in README More... almost 18 years ago
add sqlite3FreeCodecArg call to sqlite3PagerClose; new code wipes sensitive data and frees allocated memory when database/btree/pager is closed More... almost 18 years ago
move key preparation into sqlite3_key and out of sqlite3CodecAttach for cleaner interface More... almost 18 years ago
use predefined sqlite3PagerSetCodec on attach More... almost 18 years ago
handle memory allocation errors More... almost 18 years ago
handle condition where raw key data is passed into sqlite3CodecAttach through database attach More... almost 18 years ago
add see activation to extension More... almost 18 years ago