aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-opfs-async-proxy.js
Commit message (Expand)AuthorAge
* More tweaking of OPFS concurrency measures and the related test app.stephan2022-11-21
* Resolve missing SQLITE_LOCKED result code which triggered a new (since last c...stephan2022-11-21
* Add test app for experimenting with multi-worker OPFS concurrency. Tweak OPFS...stephan2022-11-21
* Rework automatically acquired OPFS locks to be released during idle time. Thi...stephan2022-11-10
* OPFS: if an op which needs a lock is called when no lock has been obtained, a...stephan2022-11-10
* Globally replace '' with "" for empty JS strings to please C preprocessor.stephan2022-11-03
* Add sqlite3_wasm_vfs_create_file() to replace Emscripten's FS.createDataFile(...stephan2022-11-02
* Fix a symbol name typo which broke and exception-handling case in OPFS xOpen().stephan2022-11-02
* Significant cleanups and expansion of the sqlite3.opfs utilities. Add oo1.DB....stephan2022-11-01
* Internal tweaks to the OPFS VFS result codes.stephan2022-10-31
* Adjust automatic OPFS locking retries such that they will wait up to a total ...stephan2022-10-30
* Minor cleanups and doc improvements in the OPFS sqlite3_vfs proxy.stephan2022-10-25
* Apply considerable acrobatics to get the JS/WASM deliverables building to and...stephan2022-10-19