]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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(...
2022-09-07  drhNon-working code towards a VFS for text key/value storage.
2022-09-06  stephanAdd a note about Emscripten's -sSINGLE_FILE flag, why...
2022-09-06  stephanGet speedtest1.js working with WASMFS/OPFS.
2022-09-06  stephanInitial build of speedtest1.wasm and speedtest1.html...
2022-09-06  stephanMinor internal doc clarifications.
2022-09-06  stephanMerge trunk into fiddle-opfs branch.
2022-09-05  drhAdd the tool/omittest-msvc.tcl script that will try...
2022-09-05  drhGet the tool/omittest-msvc.tcl script working. msvc-omit-test
2022-09-05  drhAdd a prototype for a script, similar to tool/omittest...
2022-09-05  drhFix the windows build so that it works with -DSQLITE_OM...
2022-09-05  stephanMinor cleanups in OO API #1. Add Sudoku SQL to batch...
2022-09-03  stephanwasm: minor text and build cleanups.
2022-09-02  danEnsure the Pager.journalOff variable is zeroed if an...
2022-09-02  drhFix an assert() associated with the dbsqlfuzz error...
2022-09-02  drhIf sqlite3PcacheMove() really performs a swap, then...
2022-09-02  drhEnhance the pcache1 implementation so that during an...
2022-09-02  drhMutex protect access to the sqlite3_test_directory...
2022-09-02  drhImproved mutex protection of the sqlite3_temp_directory and tempdir-mutex
next