index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-vfs-opfs.c-pp.js
Commit message (
Expand
)
Author
Age
*
Minor cleanups related to reintroducing wasmfs support.
stephan
2023-07-13
*
JS: change the default OPFS VFS journal mode from PERSIST to DELETE, as DELET...
stephan
2023-07-13
*
Minor internal JS doc fix. No code changes.
stephan
2023-05-30
*
Remove xFileControl() handling from the OPFS VFS altogether, re-routing all s...
stephan
2023-05-01
*
Implement full xSync() for the OPFS VFS. The previous implementation was not ...
stephan
2023-05-01
*
Add a note about the journaling mode in the OPFS VFS. No code changes.
stephan
2023-04-24
*
Correct use of an undefined symbol in one of the OPFS VFS loading failure err...
stephan
2023-04-19
*
Remove a meaningless JS test. Add a timer to the OPFS async-side worker loade...
stephan
2023-03-27
*
Replace use of 'self' in JS code with 'globalThis', as that works in browsers...
stephan
2023-03-07
*
Remove some unnecessary bind() calls in JS code.
stephan
2023-02-21
*
Add capability to override the JS's use of console.log/debug/warn/error() wit...
stephan
2023-02-06
*
Add JS bundler-friendly JS build. Minor test code cleanups.
stephan
2023-01-28
|
\
|
*
More work on creating a separate sqlite3.js build which is hopefully friendly...
stephan
2023-01-27
|
*
Beginnings of a bundler-friendly build of sqlite3.mjs. Not yet ready for down...
stephan
2023-01-27
|
/
*
End-of-line whitespace cleanups and doc typo fixes. No code changes.
stephan
2023-01-26
*
Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...
stephan
2022-12-09
*
Reorganization and renaming in the new VFS/vtab JS pieces.
stephan
2022-12-09
*
Remove deprecated symbol sqlite3.opfs.OpfsDb, which was renamed to sqlite3.oo...
stephan
2022-12-06
*
Rename wasm.cstringToJs() to wasm.cstrToJs() for consistency with other wasm....
stephan
2022-12-06
*
Rework the oo1.DB's distinct-per-VFS post-open() step to accept either a batc...
stephan
2022-12-03
*
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
*
Rename some JS files from X.js to X.c-pp.js to keep the maintainer, and downs...
stephan
2022-11-30