aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/sqlite3-opfs-async-proxy.js
Commit message (Expand)AuthorAge
* Apply considerable acrobatics to get the JS/WASM deliverables building to and...stephan2022-10-19
* Generic minor cleanups and docs in the OPFS async proxy.stephan2022-10-14
* Remove a resolved TODO comment.stephan2022-10-14
* Replace time-based auto-unlock of opfs sync handles with lock acquisition/rel...stephan2022-10-04
* Tweaks to the opfs async wait/relinquish times.stephan2022-10-04
* OPFS async proxy: add a wait-and-retry policy to the get-sync-handle step to ...stephan2022-10-04
* Add a test/debug mechanism to shut down the OPFS async listener so that it ca...stephan2022-10-04
* Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS p...stephan2022-10-03
* Experimentally relinquish the OPFS VFS sync access handle when the db is idle...stephan2022-10-03
* OPFS VFS now lazily opens its sync access handle, as a step towards experimen...stephan2022-10-03
* Add oo1.JsStorageDb() as a convenience wrapper for oo1.DB(...,'kvvfs'). Minor...stephan2022-09-30
* Reworked out the OPFS async proxy metrics are fetched so that they play more ...stephan2022-09-24
* Correct mistyped --shrink-memory flag in speedtest1-worker. Minor OPFS proxy ...stephan2022-09-21
* Doc cleanups and additions. Add a way for the OPFS async runner to propagate ...stephan2022-09-21
* Speed up de/serialization of func args and return values in the OPFS VFS proxy.stephan2022-09-20
* Remove extraneous result-code SAB slots. Doc additions.stephan2022-09-20
* An alternative messaging strategy for the OPFS VFS proxy which uses only Shar...stephan2022-09-20
* OPFS VFS: further internal refactoring towards experimenting with a new comms...stephan2022-09-20
* OPFS VFS: moved i/o buffer from per-file to the VFS, and related refactoring,...stephan2022-09-20
* Further metrics and buffer-copy optimizations in the OPFS proxy, but with lit...stephan2022-09-19
* Cut the speedtest1 runtime of the OPFS VFS proxy by approximately 3/4ths via ...stephan2022-09-19
* Remove an obsolete file. Update wasmfs build for today's changes. Fix the cas...stephan2022-09-19
* Generic cleanups in the OPFS VFS proxies.stephan2022-09-19
* Replace OPFS VFS xSleep() impl with a more efficient one (no Worker round-tri...stephan2022-09-19
* Numerous cleanups in the JS bits. Removed some now-defunct wasm test files. E...stephan2022-09-18
* Move the OPFS VFS bits back into api/sqlite3-api-opfs.js. Refactor the OPFS V...stephan2022-09-18
* Correct OPFS xRead() and xWrite() impls and add a very basic sanity test for ...stephan2022-09-17
* Implement OPFS xAccess(), albeit with more limited semantics than the VFS API...stephan2022-09-17
* Generic cleanups in the OPFS sync/async proxy.stephan2022-09-17
* Add the remaining vfs/io_methods wrappers to the OPFS sync/async proxy, but m...stephan2022-09-17
* Add initial bits of an experimental async-impl-via-synchronous-interface prox...stephan2022-09-17