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