]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  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  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  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  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
2022-09-02  drhExperimental changes to put sqlite3_temp_directory...
2022-09-01  drhDefer deleting a transient SELECT statement associated...
2022-09-01  drhIn the query planner, add a heuristic that will reduce...
2022-08-31  drhEnhance the b-tree page sorting code to ensure that...
2022-08-30  stephanbatch-runner.js: add rudimentary metrics export to...
2022-08-30  drhImproved comments in pcache1.c. No changes to code.
2022-08-30  stephanbatch-runner.js: re-enable unlink-before-run so that...
2022-08-30  stephanbatch-runner.js: move generated SQL files into ./sql...
2022-08-30  stephanRemove the .timer script entry from fiddle app because...
2022-08-30  stephanwasm util: remove superfluous function.bind() calls...
2022-08-30  drhAny function call can abort. Take this into account...
2022-08-29  stephanLots of tweaking in batch-runner.js. Minor internal...
2022-08-29  stephanAdd test descriptions to the speedtest1 '-- begin'...
2022-08-29  stephanAdd batch-runner.js for running batch SQL scripts with...
2022-08-29  stephanAdd get/setPtrValue() to the common wasm utils.
2022-08-29  stephanAdd begin/end comment markers to the test blocks in...
2022-08-29  stephanoo #1 api: correct a case where a null callback is...
2022-08-27  drhMore assert() statements in the page cache.
2022-08-27  drhEnsure that every pcache page always has either the...
2022-08-25  stephanMerge changes from trunk into the fiddle-opfs branch.
2022-08-25  drhEnsure that sqlite3_prepare() inputs always have a...
2022-08-25  drhAdd the --script option to speedtest1.
2022-08-25  danRemove a NEVER() macro for a condition that is actually...
2022-08-25  stephanConsolidate oo1.DB.exec() and oo1.DB.execMulti() into...
2022-08-25  stephanRefactor and expand the worker1 docs, consolidating...
2022-08-24  stephanChange DB.exec() rowMode default from 'stmt' to 'array...
2022-08-24  stephanExpand the worker1 'exec' op handling for per-row callb...
2022-08-24  drhAdd a mutex to the sqlite3_db_config() interface so...
2022-08-24  stephanjs: resolve the mysterious "extra" unhandled exception...
2022-08-24  danFix an inefficiency in the ".dump" command when outputi...
2022-08-24  stephanMore work on how to configure the sqlite3 JS API bootst...
2022-08-24  stephanThe very basics of a Promise-based proxy for the Worker...
2022-08-24  stephanSignificant restructuring of the Worker #1 request...
2022-08-23  drhChange the names of the Vdbe.pVNext and Vdbe.ppVPrev...
2022-08-23  drhEnhance assert() statements to enforce tighter bounds...
2022-08-23  stephanWasm build flag tweaks and documentation.
2022-08-23  stephanAdd mksourceid binary to the clean rules and $(TESTPROG...
2022-08-22  stephanMore experimentation with how client-side config state...
2022-08-22  drhPerformance enhancement for sqlite3DbFree().
2022-08-22  stephanMerge in trunk.
2022-08-22  stephanRefactor JS API amalgamation such that the bootstrappin...
2022-08-22  stephanwasm: accommodated a JS API rename.
2022-08-22  drhAdd the new internal interface sqlite3DbNNFreeNN(db...
2022-08-20  drhMerge the test case for dbsqlfuzz 18fe4e257be7fa3ecfb04...
2022-08-20  drhEnhance the enforcement of SQLITE_VTAB_DIRECTONLY so...
2022-08-19  danAdd test case for fuzzer case crash-18fe4e. crash-18fe4e
2022-08-18  drhAdd notes to ext/wasm/README.md explaining how to run...
next