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