index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-opfs-async-proxy.js
Commit message (
Expand
)
Author
Age
*
Micro-optimizations in opfs-sahpool.
stephan
2023-07-16
*
Minor tweak to the OPFS async proxy to attempt to account for a spurious high...
stephan
2023-05-30
*
Replace use of 'self' in JS code with 'globalThis', as that works in browsers...
stephan
2023-03-07
*
Roll back part of [c54f29d8] which attempted to use symbols which that worker...
stephan
2023-02-06
*
Add capability to override the JS's use of console.log/debug/warn/error() wit...
stephan
2023-02-06
*
Remove some dead JS code and tweak some docs.
stephan
2022-12-08
*
Minor internal tweaks to the OPFS VFS. Resolve a missing result code which le...
stephan
2022-12-02
*
OPFS VFS: translate createSyncAccessHandle() exceptions which appear to be lo...
stephan
2022-12-02
*
Simplify how the OPFS VFS async proxy copies initial state sent to it from th...
stephan
2022-11-30
*
Rename some OPFS JS files. Prevent JS bindings of sqlite3_uri_...() from perf...
stephan
2022-11-30
*
Doc and logging text tweaks in the OPFS async proxy and test app.
stephan
2022-11-30
*
Minor internal cleanups and docs in the OPFS sqlite3_vfs.
stephan
2022-11-29
*
Internal restructuring of the OPFS sqlite3_vfs in order to facilitate certain...
stephan
2022-11-29
*
Document an OPFS API change in Chrome v108 which does not break our code but ...
stephan
2022-11-27
*
More work on the OPFS concurrency testing app.
stephan
2022-11-24
*
Add an experimental OPFS VFS-specific URI flag, opfs-unlock-asap, which tells...
stephan
2022-11-23
*
Initial infrastructure for adding a mode to the OPFS VFS which causes implici...
stephan
2022-11-23
*
More tweaking of OPFS concurrency measures and the related test app.
stephan
2022-11-21
*
Resolve missing SQLITE_LOCKED result code which triggered a new (since last c...
stephan
2022-11-21
*
Add test app for experimenting with multi-worker OPFS concurrency. Tweak OPFS...
stephan
2022-11-21
*
Rework automatically acquired OPFS locks to be released during idle time. Thi...
stephan
2022-11-10
*
OPFS: if an op which needs a lock is called when no lock has been obtained, a...
stephan
2022-11-10
*
Globally replace '' with "" for empty JS strings to please C preprocessor.
stephan
2022-11-03
*
Add sqlite3_wasm_vfs_create_file() to replace Emscripten's FS.createDataFile(...
stephan
2022-11-02
*
Fix a symbol name typo which broke and exception-handling case in OPFS xOpen().
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
*
Adjust automatic OPFS locking retries such that they will wait up to a total ...
stephan
2022-10-30
*
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