sqlcipher/src
Nick Parker 0edd41b6d5 Fix assertion in cc provider 2016-04-19 09:11:34 -05:00
..
alter.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
analyze.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
attach.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
auth.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
backup.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
bitvec.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
btmutex.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
btree.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
btree.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
btreeInt.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
build.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
callback.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
complete.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
crypto.c Issue warning for deprecated PRAGMA cipher command 2016-03-03 11:23:11 -06:00
crypto.h Bump cipher_version to 3.4.0 2016-02-24 14:40:12 -06:00
crypto_cc.c Fix assertion in cc provider 2016-04-19 09:11:34 -05:00
crypto_impl.c Initial reporting of the cipher provider version 2016-02-22 15:53:08 -06:00
crypto_libtomcrypt.c Initial reporting of the cipher provider version 2016-02-22 15:53:08 -06:00
crypto_openssl.c Initial reporting of the cipher provider version 2016-02-22 15:53:08 -06:00
ctime.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
date.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
dbstat.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
delete.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
expr.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
fault.c update to 3.6.21 2009-12-19 15:56:40 -05:00
fkey.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
func.c Merge sqlite-release(3.11.0) into prerelease-integration 2016-02-22 11:20:06 -06:00
global.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
hash.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
hash.h Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
hwtime.h update to 3.6.21 2009-12-19 15:56:40 -05:00
insert.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
journal.c Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
legacy.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
loadext.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
main.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
malloc.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
mem0.c update to 3.6.21 2009-12-19 15:56:40 -05:00
mem1.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
mem2.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
mem3.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
mem5.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
memjournal.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
msvc.h Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
mutex.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
mutex.h Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
mutex_noop.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
mutex_unix.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
mutex_w32.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
notify.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
os.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
os.h Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
os_common.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
os_setup.h Snapshot of upstream SQLite 3.8.6 2014-09-30 08:40:45 -05:00
os_unix.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
os_win.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
os_win.h Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
pager.c Merge sqlite-release(3.11.0) into prerelease-integration 2016-02-22 11:20:06 -06:00
pager.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
parse.y Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
pcache.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
pcache.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
pcache1.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
pragma.c Merge sqlite-release(3.11.0) into prerelease-integration 2016-02-22 11:20:06 -06:00
pragma.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
prepare.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
printf.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
random.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
resolve.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
rowset.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
select.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
shell.c Merge sqlite-release(3.11.0) into prerelease-integration 2016-02-22 11:20:06 -06:00
sqlcipher.h Initial reporting of the cipher provider version 2016-02-22 15:53:08 -06:00
sqlite.h.in Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
sqlite3.rc Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
sqlite3ext.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
sqliteInt.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
sqliteLimit.h Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
status.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
table.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
tclsqlite.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test1.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test2.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test3.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test4.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test5.c Snapshot of upstream SQLite 3.8.4.3 2014-04-04 10:16:20 -05:00
test6.c Snapshot of upstream SQLite 3.8.4.3 2014-04-04 10:16:20 -05:00
test7.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test8.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test9.c update to 3.6.21 2009-12-19 15:56:40 -05:00
test_async.c Snapshot of upstream SQLite 3.7.17 2013-05-21 15:38:11 -05:00
test_autoext.c Snapshot of upstream SQLite 3.8.0 2013-08-29 08:11:18 -05:00
test_backup.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test_blob.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test_btree.c Snapshot of upstream SQLite 3.8.6 2014-09-30 08:40:45 -05:00
test_config.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_demovfs.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test_devsym.c track 3.7.0 2010-07-22 09:16:22 -04:00
test_fs.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_func.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_hexio.c track 3.7.12 2012-05-15 19:05:34 -04:00
test_init.c Snapshot of upstream SQLite 3.8.4.3 2014-04-04 10:16:20 -05:00
test_intarray.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test_intarray.h Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
test_journal.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05:00
test_loadext.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_malloc.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_multiplex.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_multiplex.h Snapshot of upstream SQLite 3.8.6 2014-09-30 08:40:45 -05:00
test_mutex.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_onefile.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test_osinst.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test_pcache.c track 3.7.10 2012-01-18 00:18:26 -05:00
test_quota.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05: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.11.0 2016-02-22 10:40:43 -06:00
test_schema.c Snapshot of upstream SQLite 3.8.8.3 2015-03-20 09:04:26 -05: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.11.0 2016-02-22 10:40:43 -06:00
test_superlock.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test_syscall.c Snapshot of upstream SQLite 3.8.6 2014-09-30 08:40:45 -05:00
test_tclvar.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_thread.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
test_vfs.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05: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.11.0 2016-02-22 10:40:43 -06:00
test_windirent.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
test_wsd.c update to 3.6.21 2009-12-19 15:56:40 -05:00
threads.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
tokenize.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
treeview.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
trigger.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
update.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
utf.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
util.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vacuum.c Snapshot of upstream SQLite 3.8.10.2 2015-07-10 14:14:29 -05:00
vdbe.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vdbe.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vdbeInt.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vdbeapi.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vdbeaux.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vdbeblob.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vdbemem.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vdbesort.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vdbetrace.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vtab.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
vxworks.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
wal.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
wal.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
walker.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
where.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
whereInt.h Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
wherecode.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00
whereexpr.c Snapshot of upstream SQLite 3.11.0 2016-02-22 10:40:43 -06:00