sqlcipher/src
2018-09-06 13:10:32 -04:00
..
alter.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
analyze.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
attach.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
auth.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
backup.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
bitvec.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
btmutex.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
btree.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
btree.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
btreeInt.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
build.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
callback.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
complete.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
crypto_cc.c add support for HMAC-SHA256 and HMAC-SHA512 (default) for HMAC and PBKDF2 2018-09-05 17:39:07 -04:00
crypto_impl.c Merge branch 'pull-247' into prerelease 2018-09-06 13:10:32 -04:00
crypto_libtomcrypt.c add support for HMAC-SHA256 and HMAC-SHA512 (default) for HMAC and PBKDF2 2018-09-05 17:39:07 -04:00
crypto_openssl.c add support for HMAC-SHA256 and HMAC-SHA512 (default) for HMAC and PBKDF2 2018-09-05 17:39:07 -04:00
crypto.c disable rekey_cipher & rekey_kdf_iter; major simplification of internal contexts 2018-09-06 12:11:44 -04:00
crypto.h disable rekey_cipher & rekey_kdf_iter; major simplification of internal contexts 2018-09-06 12:11:44 -04:00
ctime.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
date.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
dbstat.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
delete.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
expr.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
fault.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
fkey.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
func.c Merge sqlite-release(3.20.1) into prerelease-integration 2017-09-27 16:12:26 -05:00
global.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
hash.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
hash.h Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
hwtime.h Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
in-operator.md Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
insert.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
legacy.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
loadext.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
main.c Revert "Adjust SQLITE_NOTADB text message" 2017-09-29 14:11:30 -05:00
malloc.c explanitory comment on memory wiping 2018-08-28 15:47:18 -04:00
mem0.c update to 3.6.21 2009-12-19 15:56:40 -05:00
mem1.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
mem2.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
mem3.c Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
mem5.c Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
memjournal.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
msvc.h Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
mutex_noop.c Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
mutex_unix.c Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
mutex_w32.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
mutex.c Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
mutex.h Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
notify.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
os_common.h Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
os_setup.h Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
os_unix.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
os_win.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
os_win.h Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
os.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
os.h Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
pager.c cleanup to enable building with --disable-amalgamation 2018-09-06 09:52:32 -04:00
pager.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
parse.y Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
pcache1.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
pcache.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
pcache.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
pragma.c Merge sqlite-release(3.20.1) into prerelease-integration 2017-09-27 16:12:26 -05:00
pragma.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
prepare.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
printf.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
random.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
resolve.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
rowset.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
select.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
shell.c simple filtering of shell input to skip history for key and rekey statements 2018-08-28 15:38:02 -04:00
shell.c.in Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
sqlcipher.h add support for HMAC-SHA256 and HMAC-SHA512 (default) for HMAC and PBKDF2 2018-09-05 17:39:07 -04:00
sqlite3.rc Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
sqlite3ext.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
sqlite.h.in Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
sqliteInt.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
sqliteLimit.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
status.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
table.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
tclsqlite.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test1.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test2.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test3.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test4.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test5.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test6.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test7.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test8.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test9.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_async.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_autoext.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_backup.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_bestindex.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_blob.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_btree.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_config.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_delete.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_demovfs.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_devsym.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_fs.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_func.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_hexio.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_init.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_intarray.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_intarray.h Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_journal.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_loadext.c Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
test_malloc.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_multiplex.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_multiplex.h Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_mutex.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_onefile.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_osinst.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_pcache.c track 3.7.10 2012-01-18 00:18:26 -05:00
test_quota.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_quota.h Snapshot of upstream SQLite 3.8.6 2014-09-30 08:40:45 -05:00
test_rtree.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_schema.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_server.c Snapshot of upstream SQLite 3.8.4.3 2014-04-04 10:16:20 -05:00
test_sqllog.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_superlock.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_syscall.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_tclvar.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_thread.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_vfs.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
test_vfstrace.c Snapshot of upstream SQLite 3.8.6 2014-09-30 08:40:45 -05:00
test_windirent.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_windirent.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
test_wsd.c update to 3.6.21 2009-12-19 15:56:40 -05:00
threads.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
tokenize.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
treeview.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
trigger.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
update.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
utf.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
util.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vacuum.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbe.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbe.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbeapi.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbeaux.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbeblob.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbeInt.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbemem.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbesort.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vdbetrace.c Snapshot of upstream SQLite 3.15.2 2016-12-05 14:29:15 -06:00
vtab.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
vxworks.h Revert "Merge sqlite-release(3.11.0) into prerelease-integration" 2016-12-02 16:24:56 -06:00
wal.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
wal.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
walker.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
where.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
wherecode.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
whereexpr.c Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00
whereInt.h Snapshot of upstream SQLite 3.20.1 2017-09-27 16:07:03 -05:00