]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-10-03  stephanMinor JS API tweaks prompted by documenting them.
2022-10-02  stephanMore cleanups in the UDF argument and result handling...
2022-10-02  stephanJS: clean up create_function() wrapper and add support...
2022-10-02  stephanjs: implement a hand-written wrapper for sqlite3_create...
2022-10-02  stephanDoc typo fixes.
2022-10-02  stephanMore fleshing out of sqlite3.capi.wasm.pstack.
2022-10-02  stephanDocument the roles of the new (this past week) JS files...
2022-10-02  stephanGeneral internal cleanups in the oo1 API.
2022-10-01  stephanCorrect fiddle db export breakage caused by a post...
2022-10-01  stephanPedantic constness tweak.
2022-10-01  stephanwasm: correct a memleak caused by a shadowed var in...
2022-10-01  stephanFiddle: fix makefile dependency issue and duplicate...
2022-10-01  stephanMerge trunk into fiddle-opfs branch.
2022-10-01  stephanTweak sqlite3-worker1.js to be able to load either...
2022-10-01  drhReplace the Parse.disableVtab field with Parse.prepFlag...
2022-10-01  stephanNote two wasm-related potential TODOs.
2022-09-30  stephanRemove a couple of weird quirks of the Worker1 and...
2022-09-30  stephanTweaks to the Worker1 and Promiser APIs prompted by...
2022-09-30  drhRemove one of the NEVER() macros added by [5166acf3f004...
2022-09-30  drhNew test cases in fuzzdata8.db
2022-09-30  drhFix a bug in the demoDelete fix from [d76a301e22e05722].
2022-09-30  drhAdd NEVER() to two error-detection tests that were...
2022-09-30  stephanAdd JS wrapper for sqlite3_exec() which knows how to...
2022-09-30  danBetter handle a case of database corruption where a...
2022-09-30  stephanAdd sqlite3.version object. Add more state to the Worke...
2022-09-30  stephanAdd oo1.JsStorageDb.clearStorage/storageSize() methods...
2022-09-30  stephanbatch-runner.js: force WebSQL batches to not abort...
2022-09-30  drhImprovements to the "demoDelete" method in the demovfs...
2022-09-30  stephanExpose sqlite3_msize() to wasm.
2022-09-30  stephanAdd oo1.JsStorageDb() as a convenience wrapper for...
2022-09-30  stephanwasm: expose sqlite3_de/serialize(), sqlite3_malloc...
2022-09-29  stephanAdd JS infrastructure to ostensibly allow us to customi...
2022-09-29  stephanEnsure that the wasm builds always, even when passing...
2022-09-29  stephanFinish eliminating explicit Emscripten module dependenc...
2022-09-29  stephanRework the Emscripten-emitted module loader/init functi...
2022-09-28  drhFix misuse of the sqlite3_set_auxdata() interface in...
2022-09-28  stephanWasm: expose sqlite3_exec() and use it to simplify...
2022-09-28  stephanMore work on batch-runner.html/js to facilitate speed...
2022-09-28  stephanCorrect duplicate copies of sqlite3-api.js being embedd...
2022-09-28  stephanWork around broken -Os wasm builds by adding the -g3...
2022-09-27  stephanMinor doc correction.
2022-09-27  drhProvide the SQLITE_MAX_ALLOCATION_SIZE compile-time...
2022-09-27  stephanComment the -O2 wasm builds as being broken (mysterious...
2022-09-27  stephanWASM API renaming. Reworked JS API bootstrap's async...
2022-09-27  stephanwasm/js: rename /persistent to /opfs to account for...
2022-09-27  drhMake the legacy FTS3 code more robust against integer...
2022-09-27  drhEnhance defensive mode so that it disallows CREATE...
2022-09-26  stephanFiddle: replace db export routine with a C-side one...
2022-09-26  stephanGet fiddle db export working for OPFS VFS. Add root...
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  drhReduced and improved comments on the constraintCompatib...
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  drhThe RIGHT JOIN logic added to version 3.39.0 added...
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...
next