aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-vfs-opfs.c-pp.js
Commit message (Expand)AuthorAge
* Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:...stephan2025-02-25
* Ensure that the OPFS VFS's xOpen() writes back the read-only flag to the outp...stephan2024-10-17
* OPFS VFSes: remove the on-open() pragma calls, as those (A) already reflected...stephan2024-07-22
* Slight doc touchup for [af41a1e6fc8b36e9bf65] based on feedback. No code chan...stephan2024-07-15
* Remove the timing and counter metrics from the OPFS VFS, as they're long-sinc...stephan2024-07-11
* Add some docs explaining [64f4f3cd878b1a72].stephan2024-07-11
* Proposed workaround for the "errant op" case in the OPFS VFS, as discussed in...stephan2024-07-11
* Remove some dead JS code.stephan2024-06-16
* Remove some dead JS code. Improve the exception-to-C-result-code conversion t...stephan2024-06-12
* Remove some JS docs which no longer apply. No code changes.stephan2024-06-12
* OPFS VFS: change the xCheckReservedLock() impl to always return false, as dis...stephan2024-06-12
* Remove some dead JS code and update some JS docs.stephan2024-06-11
* Add more docs for the OPFS delete-before-open feature.stephan2024-03-11
* Add delete-before-open=1 URI flag to the 'opfs' VFS to tell it to xDelete the...stephan2024-03-11
* Correct docs about the first OFPS VFS's importDb() method being synchronous (...stephan2024-02-06
* Make explicit that using the importDb() methods of the OPFS VFSes has undefin...stephan2024-02-06
* Remove some dead JS code. Minor doc cleanups.stephan2024-01-11
* Second half of [1c532e80].stephan2023-09-01
* In the OPFS VFS' importDb() methods, overwrite the header bytes 18 and 19 wit...stephan2023-09-01
* Improve exception handling in OpfsDb.importDb().stephan2023-08-18
* Extend the importDb() method of both OPFS VFSes to (A) support reading in an ...stephan2023-08-18
* Add sqlite3.capi.sqlite3_js_posix_create_file() and oo1.OpfsDb.importDb() as ...stephan2023-08-11
* Minor internal cleanups in JS code.stephan2023-07-20
* Filter the OPFS VFSes out of the sqlite3-node.mjs build. Add another level of...stephan2023-07-20
* Further refactoring of opfs-sahpool and start integrating it into tester1.c-p...stephan2023-07-18
* During "opfs" VFS init, check for URL param opfs-disable and, if set, do not ...stephan2023-07-16
* Correct opfs-sahpool VFS after the pebkac involving the previous speedtest1 r...stephan2023-07-15
* Minor internal cleanups in the OPFS VFS.stephan2023-07-14
* 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