]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-09-26  stephanwasm: change StructBinder signature for sqlite3_file...
2022-09-24  stephanFiddle: move, rather than copy, data buffers between...
2022-09-24  stephanResolve "already configured" warnings from shell's...
2022-09-24  stephanReworked out the OPFS async proxy metrics are fetched...
2022-09-24  stephanRefactoring towards getting fiddle to support OPFS...
2022-09-21  stephanReformulate some JS to work around a buggy/broken code...
2022-09-21  stephanPut pieces in place for fiddle to support opfs, but...
2022-09-21  stephanshell.c.in: when building in fiddle mode, define _POSIX...
2022-09-21  stephanCorrect mistyped --shrink-memory flag in speedtest1...
2022-09-21  stephanDoc cleanups and additions. Add a way for the OPFS...
2022-09-21  stephanAdded some structure to the wasm demo link list.
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-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  stephanFurther metrics and buffer-copy optimizations in the...
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  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  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-13  stephanAdd/apply various kvvfs-specific utility APIs to the...
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  drhFix the <sys/time.h> include in os_kv.c.
2022-09-12  drhAdd a gettimeofday()-based implementation of xCurrentTi...
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  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  mistachkinFix harmless compiler warning seen with MSVC.
2022-09-09  drhDatabase must be named either "local" or "session"...
2022-09-09  drhSeparate sqlite3_io_methods objects for database files...
2022-09-09  drhSimple reading and writing now works.
2022-09-09  stephanRemove a reference to a completed TODO.
2022-09-09  stephanspeedtest1 wasm: add a link in the worker variant which...
2022-09-08  stephanMake use of the --big-transactions flag in the speedtes...
2022-09-08  stephanAdd speedtest1 --big-transactions flag to cause its...
2022-09-08  stephanMinor build cleanups and tweaks in the speedtest1 wasm...
2022-09-08  stephanExperimentally add --nomutex flag to speedtest1 to...
2022-09-08  drhCompiles and loads as an extension. Starts to run...
2022-09-08  drhCompiles without error, but untested.
2022-09-08  drhCode snapshot. Completely untested. Probably does...
2022-09-08  stephanAdd speedtest1-worker.html, an interactive Worker-threa...
2022-09-07  drhEnhance an assert() to impose for tighter constraints...
2022-09-07  drhAn improved technique for ensuring that the Rekey(...
next