]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-09-21  stephanAdd a link to fiddle.html in the wasm test app index...
2022-09-21  stephanMove fiddle build rules into the wasm-centric build...
2022-09-21  drhBreak out the decision of whether or not a constraint... flattener-omit-restriction-29
2022-09-20  drhDo not allow EP_InnerON terms to be used on a outer...
2022-09-20  drhAdd new test cases that (current) get an incorrect...
2022-09-20  drhNew test cases for query flattening when there are...
2022-09-20  drhModify the OP_IfNotOpen opcode so that the jump is...
2022-09-20  drhRemove code that has been previously commented out.
2022-09-20  drhMerge the fuzzcheck fix from trunk into the flattener...
2022-09-20  drhUpdate the fuzz invariant checker to conform to the...
2022-09-20  drhIs the query flattener restriction 29 (do not allow...
2022-09-20  stephanCorrect a too-strict is-opfs-available check.
2022-09-20  stephanMerge kv-vfs-magic-names branch into fiddle-opfs branch...
2022-09-20  stephanExport the sqlite3_uri_...() family of functions to...
2022-09-20  stephanMerge opfs-proxy-atomics branch into the fiddle-opfs...
2022-09-20  drhWhen compiled with SQLITE_OS_KV_OPTIONAL, the magic... kv-vfs-magic-names
2022-09-20  stephanRemove an obsolete file. opfs-proxy-atomics
2022-09-20  stephanSpeed up de/serialization of func args and return value...
2022-09-20  stephanOPFS proxy: remove one sanity-checking-only level of...
2022-09-20  stephanRemove extraneous result-code SAB slots. Doc additions.
2022-09-20  stephanAn alternative messaging strategy for the OPFS VFS...
2022-09-20  stephanOPFS VFS: further internal refactoring towards experime...
2022-09-20  stephanOPFS VFS: moved i/o buffer from per-file to the VFS...
2022-09-19  drhClarify comments that describe query flattener restrict...
2022-09-19  stephanFurther metrics and buffer-copy optimizations in the...
2022-09-19  drhFix a minor comment typo. No changes to code or docume...
2022-09-19  stephanCut the speedtest1 runtime of the OPFS VFS proxy by...
2022-09-19  stephanRemove an obsolete file. Update wasmfs build for today...
2022-09-19  stephanAdd sqlite3_web_vfs_list() to JS API. Corrected OPFS...
2022-09-19  stephanMerge kv-vfs branch into fiddle-opfs. Adjust various...
2022-09-19  stephanspeedtest1: add --vfs NAME flag and eliminate code...
2022-09-19  stephanMinor doc improvements in demo-123.js.
2022-09-19  stephanGeneric cleanups in the OPFS VFS proxies.
2022-09-19  stephanCorrect OPFS VFS xRead() to copy the result buffer...
2022-09-19  stephanReplace OPFS VFS xSleep() impl with a more efficient...
2022-09-19  stephanRename demo-oo1.* to demo-123.* and add demo-123-worker...
2022-09-19  stephanDisable build of wasmfs-using components on aarch64...
2022-09-18  drhRemove a NEVER macro in defragmentPage() that dbsqlfuzz...
2022-09-18  stephanNumerous cleanups in the JS bits. Removed some now...
2022-09-18  stephanMove the OPFS VFS bits back into api/sqlite3-api-opfs...
2022-09-18  stephanMove the OPFS VFS bits back into api/sqlite3-api-opfs...
2022-09-18  stephanPlug OPFS methods in to their sqlite3_vfs/io_methods...
2022-09-17  stephanCorrect OPFS xRead() and xWrite() impls and add a very...
2022-09-17  stephanImplement OPFS xAccess(), albeit with more limited...
2022-09-17  stephanGeneric cleanups in the OPFS sync/async proxy.
2022-09-17  stephanAdd the remaining vfs/io_methods wrappers to the OPFS...
2022-09-17  drhFix an uninitialized variable in the decoder kv-vfs.
2022-09-17  drhInclude the kv-vfs as an optional VFS on unix builds...
2022-09-17  drhMerge the latest trunk enhancements into the kv-vfs...
2022-09-17  stephanAdd initial bits of an experimental async-impl-via...
2022-09-16  stephanMerge kv-vfs branch into fiddle-opfs branch. Adjust...
2022-09-16  drhCorrections to the xRead method for databases in the...
2022-09-16  stephanWhen calculating kvvfs sessionStorage/localStorage...
2022-09-16  stephanMerge kv-vfs branch into fiddle-opfs branch for [21915a...
2022-09-16  drhFix os_kv.c so that it uses SQLITE_FCNTL_SYNC and hence
2022-09-16  stephanAdd batch-runner-kvvfs.html, a kvvfs-specific build...
2022-09-16  stephanRemove --nosync flag from speedtest1-kvvfs.html, as...
2022-09-16  stephanPull the src/os_kv.c part of [13839759f8f4] into the...
2022-09-16  stephanAdd return value checks to kvstorageWrite(), necessary...
2022-09-15  stephanMore work on the synchronous OPFS experimentation....
2022-09-15  danFix windows builds of recover extension.
2022-09-15  stephanRemove some stale comments. Get scratchpad-opfs-worker2...
2022-09-15  stephanSplit wasmfs-enabled build of sqlite3.js/wasm into...
2022-09-15  stephanClean up some JS documentation.
2022-09-14  danInclude recovery extension in configure/make builds...
2022-09-14  danExtra tests and fixes.
2022-09-14  danFix recovery of utf-16 databases.
2022-09-13  danAdd OOM tests for the recovery extension.
2022-09-13  danFix a broken error handling case in the recovery extension.
2022-09-13  stephanAdd/apply various kvvfs-specific utility APIs to the...
2022-09-13  danAdd tests. Deal issues surrounding aborting recovery...
2022-09-12  stephanGet testing1.js working with a kvvfs build.
2022-09-12  stephanRemove an extraneous key-copy op in the EM_JS impl...
2022-09-12  stephanMerge kv-vfs branch into fiddle-opfs and add speedtest1...
2022-09-12  danFix some problems with handling corrupt database in...
2022-09-12  drhFix the <sys/time.h> include in os_kv.c.
2022-09-12  drhAdd a gettimeofday()-based implementation of xCurrentTi...
2022-09-12  danMore tests for the recover module.
2022-09-12  drhFix a debugging/testing edit in the previous check-in.
2022-09-12  stephanAdd sqlite3.oo1.DB.clearKvvfsStorage(). Add controls...
2022-09-12  drhFaster text decoder for kv_os.c.
2022-09-12  stephanMerge kv-vfs branch into fiddle-opfs branch to add...
2022-09-12  drhNew run-time options to the speed-check.sh script.
2022-09-12  drhFix uninitialized variable in rollback-journal processi...
2022-09-12  stephanResolve missing kvvfs JS test: sqlite3_initialize(...
2022-09-12  drhFix the amalgamation so that it builds with the standar...
2022-09-12  stephanInitial build of kvvfs in wasm. It loads but cannot...
2022-09-11  stephanMinor cleanups and documentation in the wasm pieces.
2022-09-11  stephanCorrect the result code from kvstorageRead() for the...
2022-09-11  stephanMinor cleanups and docs for the EM_JS() impls of the...
2022-09-11  stephanAdd EM_JS() impl for kvstorageRead().
2022-09-11  stephanInitial prototype impls of write/delete-key ops for...
2022-09-10  danRework recover extension code for readability.
2022-09-10  drhImproved comments in os_kv.c. Better names for the...
2022-09-10  drhMove the vfskv.c extension to src/os_kv.c and make...
2022-09-09  danFurther fixes to comments in sqlite3recover.h. Also...
2022-09-09  mistachkinFix harmless compiler warning seen with MSVC.
2022-09-09  danHandle recovery of virtual tables by recovering each...
2022-09-09  drhDatabase must be named either "local" or "session"...
2022-09-09  drhSeparate sqlite3_io_methods objects for database files...
next