aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-vfs-opfs-sahpool.c-pp.js
Commit message (Expand)AuthorAge
* Fix a long-standing filename digest computation bug in the OPFS SAHPool VFS w...stephan2025-03-16
|\
| * Minor doc corrections for the sahpool-digest fix and merge in current trunk.stephan2025-03-14
| |\ | |/ |/|
| * Merge trunk into the sahpool-digest branch.stephan2025-02-26
| |\
| * | More work on the sahpool digest fix. New/fixed versions can read legacy (no d...stephan2025-02-26
| * | Add a test app to assist in validating the SAHPool digest calculation fix.stephan2025-02-03
| * | Initial work on a fix for the SAHPool VFS's effectively-no-op digest calculat...stephan2025-02-03
* | | Approximately 100 typo corrections spanning the whole tree, submitted via [fo...stephan2025-02-27
| |/ |/|
* | Add the pause/unpause capability to the opfs-sahpool VFS, as discussed in [fo...stephan2025-02-20
|\ \ | |/ |/|
| * Cleanups in the opfs-sahpool VFS pause/unpause feature and its tests.stephan2025-01-31
| * Simplify how OpfsSAHPoolUtil.unpauseVfs()'s returned promise is handled.stephan2025-01-29
| * Add experimental support to pause/unpause an SAHPool OPFS VFS, as discussed i...stephan2025-01-29
|/
* When calling OpfsSAHPoolUtil.removeVfs(), ensure that the cached result the V...stephan2024-10-17
* OPFS VFSes: remove the on-open() pragma calls, as those (A) already reflected...stephan2024-07-22
* Rename the new opfs-sahpool init-retry flag to the suitably descriptive, and ...stephan2024-07-13
* Reformulate the forceReinitIfFailed handling based on feedback, to correct th...stephan2024-07-11
* Add an option to force the opfs-sahpool VFS init to re-run after it fails on ...stephan2024-07-11
* Fix exception propagation when the opfs-sahpool VFS fails to initialize to ad...stephan2024-04-04
* Make explicit that using the importDb() methods of the OPFS VFSes has undefin...stephan2024-02-06
* Correct the opfs-sahpool VFS's xGetLastError() method to return the previous ...stephan2023-10-20
* Do not squelch exceptions from SAHPool VFS importDb() - rethrow them. Problem...stephan2023-10-05
* Second half of [1c532e80].stephan2023-09-01
* In the OPFS VFS' importDb() methods, overwrite the header bytes 18 and 19 wit...stephan2023-09-01
* Extend the importDb() method of both OPFS VFSes to (A) support reading in an ...stephan2023-08-18
* In the opfs-sahpool VFS's importDb() and exportFile() methods, throw if the a...stephan2023-08-04
* SAHPoolUtil.importDb() now accepts either a byte array or ArrayBuffer.stephan2023-07-29
* Add SAHPoolUtil.getFileNames() method, and tests for it, per [forum:a3da1e34d...stephan2023-07-26
* When writing the filename header in a opfs-sahpool file, ensure that all rema...stephan2023-07-23
* Minor internal cleanups in the opfs-sahpool VFS.stephan2023-07-21
* Filter the OPFS VFSes out of the sqlite3-node.mjs build. Add another level of...stephan2023-07-20