aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js
Commit message (Expand)AuthorAge
* Minor cleanups related to reintroducing wasmfs support.stephan2023-07-13
* JS: change the default OPFS VFS journal mode from PERSIST to DELETE, as DELET...stephan2023-07-13
* Minor internal JS doc fix. No code changes.stephan2023-05-30
* Remove xFileControl() handling from the OPFS VFS altogether, re-routing all s...stephan2023-05-01
* Implement full xSync() for the OPFS VFS. The previous implementation was not ...stephan2023-05-01
* Add a note about the journaling mode in the OPFS VFS. No code changes.stephan2023-04-24
* Correct use of an undefined symbol in one of the OPFS VFS loading failure err...stephan2023-04-19
* Remove a meaningless JS test. Add a timer to the OPFS async-side worker loade...stephan2023-03-27
* Replace use of 'self' in JS code with 'globalThis', as that works in browsers...stephan2023-03-07
* Remove some unnecessary bind() calls in JS code.stephan2023-02-21
* Add capability to override the JS's use of console.log/debug/warn/error() wit...stephan2023-02-06
* Add JS bundler-friendly JS build. Minor test code cleanups.stephan2023-01-28
|\
| * More work on creating a separate sqlite3.js build which is hopefully friendly...stephan2023-01-27
| * Beginnings of a bundler-friendly build of sqlite3.mjs. Not yet ready for down...stephan2023-01-27
|/
* End-of-line whitespace cleanups and doc typo fixes. No code changes.stephan2023-01-26
* Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...stephan2022-12-09
* Reorganization and renaming in the new VFS/vtab JS pieces.stephan2022-12-09
* Remove deprecated symbol sqlite3.opfs.OpfsDb, which was renamed to sqlite3.oo...stephan2022-12-06
* Rename wasm.cstringToJs() to wasm.cstrToJs() for consistency with other wasm....stephan2022-12-06
* Rework the oo1.DB's distinct-per-VFS post-open() step to accept either a batc...stephan2022-12-03
* Minor internal tweaks to the OPFS VFS. Resolve a missing result code which le...stephan2022-12-02
* OPFS VFS: translate createSyncAccessHandle() exceptions which appear to be lo...stephan2022-12-02
* Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...stephan2022-11-30