| Commit message (Expand) | Author | Age |
* | Correct docs about the first OFPS VFS's importDb() method being synchronous (... | stephan | 2024-02-06 |
* | Make explicit that using the importDb() methods of the OPFS VFSes has undefin... | stephan | 2024-02-06 |
* | Remove some dead JS code. Minor doc cleanups. | stephan | 2024-01-11 |
* | 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 |
* | Improve exception handling in OpfsDb.importDb(). | stephan | 2023-08-18 |
* | Extend the importDb() method of both OPFS VFSes to (A) support reading in an ... | stephan | 2023-08-18 |
* | Add sqlite3.capi.sqlite3_js_posix_create_file() and oo1.OpfsDb.importDb() as ... | stephan | 2023-08-11 |
* | Minor internal cleanups in JS code. | stephan | 2023-07-20 |
* | Filter the OPFS VFSes out of the sqlite3-node.mjs build. Add another level of... | stephan | 2023-07-20 |
* | Further refactoring of opfs-sahpool and start integrating it into tester1.c-p... | stephan | 2023-07-18 |
* | During "opfs" VFS init, check for URL param opfs-disable and, if set, do not ... | stephan | 2023-07-16 |
* | Correct opfs-sahpool VFS after the pebkac involving the previous speedtest1 r... | stephan | 2023-07-15 |
* | Minor internal cleanups in the OPFS VFS. | stephan | 2023-07-14 |
* | 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 |