index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-api-opfs.js
Commit message (
Expand
)
Author
Age
*
Add sqlite3_wasm_vfs_create_file() to replace Emscripten's FS.createDataFile(...
stephan
2022-11-02
*
Significant cleanups and expansion of the sqlite3.opfs utilities. Add oo1.DB....
stephan
2022-11-01
*
Internal tweaks to the OPFS VFS result codes.
stephan
2022-10-31
*
Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...
stephan
2022-10-29
*
Minor sqlite3.oo1 API reorg prompted by documenting.
stephan
2022-10-28
*
Minor cleanups and doc improvements in the OPFS sqlite3_vfs proxy.
stephan
2022-10-25
*
Apply considerable acrobatics to get the JS/WASM deliverables building to and...
stephan
2022-10-19
*
Minor cleaups in the post-init async phase of sqlite3 module initialization.
stephan
2022-10-09
*
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
*
Add oo1.JsStorageDb() as a convenience wrapper for oo1.DB(...,'kvvfs'). Minor...
stephan
2022-09-30
*
Comment the -O2 wasm builds as being broken (mysteriously missing JS bits).
stephan
2022-09-27
*
WASM API renaming. Reworked JS API bootstrap's async post-init into a generic...
stephan
2022-09-27
*
wasm/js: rename /persistent to /opfs to account for potential future persiste...
stephan
2022-09-27
*
Fiddle: replace db export routine with a C-side one which works for both Emsc...
stephan
2022-09-26
*
Get fiddle db export working for OPFS VFS. Add root dir handle to the main OP...
stephan
2022-09-26
*
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
*
Correct a too-strict is-opfs-available check.
stephan
2022-09-20
*
Speed up de/serialization of func args and return values in the OPFS VFS proxy.
stephan
2022-09-20
*
OPFS proxy: remove one sanity-checking-only level of proxy function to shave ...
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
*
Add sqlite3_web_vfs_list() to JS API. Corrected OPFS VFS's registering itself...
stephan
2022-09-19
*
Generic cleanups in the OPFS VFS proxies.
stephan
2022-09-19
*
Correct OPFS VFS xRead() to copy the result buffer if the result code is SQLI...
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
*
Add initial bits of an experimental async-impl-via-synchronous-interface prox...
stephan
2022-09-17
*
Refactor JS API amalgamation such that the bootstrapping/configuration is def...
stephan
2022-08-22
*
wasm: corrected (in as-yet unused code) a flags check.
stephan
2022-08-12
*
wasm opfs: error handling fix for an impossible-to-reach error case. Minor co...
stephan
2022-08-10
*
wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...
stephan
2022-08-10