3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
disable assertions in sqlite3 amalgamation compile flags More... over 16 years ago
Added XCode static library project More... over 16 years ago
Merge branch 'sqlite-release' More... over 16 years ago
regenerated broken upstream configure script using autoconf More... over 16 years ago
Merge branch 'sqlite-release' More... over 16 years ago
update to upstream sqlite 3.6.14 More... over 16 years ago
resolve signed integer reference warning More... almost 17 years ago
use PKCS5_PBKDF2_HMAC_SHA1 for improved compatibility with more widely distributed openssl libraries More... almost 17 years ago
fix bug preventing detection of hex keys More... almost 17 years ago
back out convertnosalt changes More... almost 17 years ago
support BLOB syntax for specifying binary keys More... almost 17 years ago
add test coverage for schema alterations More... almost 17 years ago
added test coverage for locking across multiple database handles More... almost 17 years ago
fix up closing of dbs after each test More... almost 17 years ago
expanded test for making changes to ATTACHED databases More... almost 17 years ago
Cache provided raw key data to provide to other attached databases; Add test case for attached DBs More... almost 17 years ago
implement test of in memory databases More... almost 17 years ago
remove unused variables More... almost 17 years ago
Load salt and prepare key in sqlite3CodecAttach More... almost 17 years ago
First attempt at JIT salt and key data derivation More... almost 17 years ago
a start towards allocating random salt in unused 16 byte header space at the start of the SQLite file More... almost 17 years ago
initial implementation of PBKDF2 using SHA256 for key derivation More... almost 17 years ago
Update README to reflect current build options, hex key pragmas, and rekey functionality More... almost 17 years ago
Updated to fix compatibility with sqlite 3.6.13 - Removed Makefile's inclusion of backup.h (removed from distro) - update for new sqlite3BtreeSetPageSize iFix parameter More... almost 17 years ago
Merge branch 'sqlite-release' More... almost 17 years ago
track 3.6.13 More... almost 17 years ago
code cleanup to tighten up build warnings More... almost 17 years ago
modified location of backup.h header to support amalgamated build More... almost 17 years ago
renamed codec.* to crypto.* for clarity More... almost 17 years ago
fix page definition to PgHdr More... almost 17 years ago