2022-09-26 |
stephan | wasm: change StructBinder signature for sqlite3_file... |
commit | commitdiff | tree |
2022-09-24 |
stephan | Fiddle: move, rather than copy, data buffers between... |
commit | commitdiff | tree |
2022-09-24 |
stephan | Resolve "already configured" warnings from shell's... |
commit | commitdiff | tree |
2022-09-24 |
stephan | Reworked out the OPFS async proxy metrics are fetched... |
commit | commitdiff | tree |
2022-09-24 |
stephan | Refactoring towards getting fiddle to support OPFS... |
commit | commitdiff | tree |
2022-09-21 |
stephan | Reformulate some JS to work around a buggy/broken code... |
commit | commitdiff | tree |
2022-09-21 |
stephan | Put pieces in place for fiddle to support opfs, but... |
commit | commitdiff | tree |
2022-09-21 |
stephan | shell.c.in: when building in fiddle mode, define _POSIX... |
commit | commitdiff | tree |
2022-09-21 |
stephan | Correct mistyped --shrink-memory flag in speedtest1... |
commit | commitdiff | tree |
2022-09-21 |
stephan | Doc cleanups and additions. Add a way for the OPFS... |
commit | commitdiff | tree |
2022-09-21 |
stephan | Added some structure to the wasm demo link list. |
commit | commitdiff | tree |
2022-09-21 |
stephan | Add a link to fiddle.html in the wasm test app index... |
commit | commitdiff | tree |
2022-09-21 |
stephan | Move fiddle build rules into the wasm-centric build... |
commit | commitdiff | tree |
2022-09-20 |
stephan | Correct a too-strict is-opfs-available check. |
commit | commitdiff | tree |
2022-09-20 |
stephan | Merge kv-vfs-magic-names branch into fiddle-opfs branch... |
commit | commitdiff | tree |
2022-09-20 |
stephan | Export the sqlite3_uri_...() family of functions to... |
commit | commitdiff | tree |
2022-09-20 |
stephan | Merge opfs-proxy-atomics branch into the fiddle-opfs... |
commit | commitdiff | tree |
2022-09-20 |
drh | When compiled with SQLITE_OS_KV_OPTIONAL, the magic... kv-vfs-magic-names |
commit | commitdiff | tree |
2022-09-20 |
stephan | Remove an obsolete file. opfs-proxy-atomics |
commit | commitdiff | tree |
2022-09-20 |
stephan | Speed up de/serialization of func args and return value... |
commit | commitdiff | tree |
2022-09-20 |
stephan | OPFS proxy: remove one sanity-checking-only level of... |
commit | commitdiff | tree |
2022-09-20 |
stephan | Remove extraneous result-code SAB slots. Doc additions. |
commit | commitdiff | tree |
2022-09-20 |
stephan | An alternative messaging strategy for the OPFS VFS... |
commit | commitdiff | tree |
2022-09-20 |
stephan | OPFS VFS: further internal refactoring towards experime... |
commit | commitdiff | tree |
2022-09-20 |
stephan | OPFS VFS: moved i/o buffer from per-file to the VFS... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Further metrics and buffer-copy optimizations in the... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Cut the speedtest1 runtime of the OPFS VFS proxy by... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Remove an obsolete file. Update wasmfs build for today... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Add sqlite3_web_vfs_list() to JS API. Corrected OPFS... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Merge kv-vfs branch into fiddle-opfs. Adjust various... |
commit | commitdiff | tree |
2022-09-19 |
stephan | speedtest1: add --vfs NAME flag and eliminate code... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Minor doc improvements in demo-123.js. |
commit | commitdiff | tree |
2022-09-19 |
stephan | Generic cleanups in the OPFS VFS proxies. |
commit | commitdiff | tree |
2022-09-19 |
stephan | Correct OPFS VFS xRead() to copy the result buffer... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Replace OPFS VFS xSleep() impl with a more efficient... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Rename demo-oo1.* to demo-123.* and add demo-123-worker... |
commit | commitdiff | tree |
2022-09-19 |
stephan | Disable build of wasmfs-using components on aarch64... |
commit | commitdiff | tree |
2022-09-18 |
stephan | Numerous cleanups in the JS bits. Removed some now... |
commit | commitdiff | tree |
2022-09-18 |
stephan | Move the OPFS VFS bits back into api/sqlite3-api-opfs... |
commit | commitdiff | tree |
2022-09-18 |
stephan | Move the OPFS VFS bits back into api/sqlite3-api-opfs... |
commit | commitdiff | tree |
2022-09-18 |
stephan | Plug OPFS methods in to their sqlite3_vfs/io_methods... |
commit | commitdiff | tree |
2022-09-17 |
stephan | Correct OPFS xRead() and xWrite() impls and add a very... |
commit | commitdiff | tree |
2022-09-17 |
stephan | Implement OPFS xAccess(), albeit with more limited... |
commit | commitdiff | tree |
2022-09-17 |
stephan | Generic cleanups in the OPFS sync/async proxy. |
commit | commitdiff | tree |
2022-09-17 |
stephan | Add the remaining vfs/io_methods wrappers to the OPFS... |
commit | commitdiff | tree |
2022-09-17 |
drh | Fix an uninitialized variable in the decoder kv-vfs. |
commit | commitdiff | tree |
2022-09-17 |
drh | Include the kv-vfs as an optional VFS on unix builds... |
commit | commitdiff | tree |
2022-09-17 |
drh | Merge the latest trunk enhancements into the kv-vfs... |
commit | commitdiff | tree |
2022-09-17 |
stephan | Add initial bits of an experimental async-impl-via... |
commit | commitdiff | tree |
2022-09-16 |
stephan | Merge kv-vfs branch into fiddle-opfs branch. Adjust... |
commit | commitdiff | tree |
2022-09-16 |
drh | Corrections to the xRead method for databases in the... |
commit | commitdiff | tree |
2022-09-16 |
stephan | When calculating kvvfs sessionStorage/localStorage... |
commit | commitdiff | tree |
2022-09-16 |
stephan | Merge kv-vfs branch into fiddle-opfs branch for [21915a... |
commit | commitdiff | tree |
2022-09-16 |
drh | Fix os_kv.c so that it uses SQLITE_FCNTL_SYNC and hence |
commit | commitdiff | tree |
2022-09-16 |
stephan | Add batch-runner-kvvfs.html, a kvvfs-specific build... |
commit | commitdiff | tree |
2022-09-16 |
stephan | Remove --nosync flag from speedtest1-kvvfs.html, as... |
commit | commitdiff | tree |
2022-09-16 |
stephan | Pull the src/os_kv.c part of [13839759f8f4] into the... |
commit | commitdiff | tree |
2022-09-16 |
stephan | Add return value checks to kvstorageWrite(), necessary... |
commit | commitdiff | tree |
2022-09-15 |
stephan | More work on the synchronous OPFS experimentation.... |
commit | commitdiff | tree |
2022-09-15 |
stephan | Remove some stale comments. Get scratchpad-opfs-worker2... |
commit | commitdiff | tree |
2022-09-15 |
stephan | Split wasmfs-enabled build of sqlite3.js/wasm into... |
commit | commitdiff | tree |
2022-09-15 |
stephan | Clean up some JS documentation. |
commit | commitdiff | tree |
2022-09-13 |
stephan | Add/apply various kvvfs-specific utility APIs to the... |
commit | commitdiff | tree |
2022-09-12 |
stephan | Get testing1.js working with a kvvfs build. |
commit | commitdiff | tree |
2022-09-12 |
stephan | Remove an extraneous key-copy op in the EM_JS impl... |
commit | commitdiff | tree |
2022-09-12 |
stephan | Merge kv-vfs branch into fiddle-opfs and add speedtest1... |
commit | commitdiff | tree |
2022-09-12 |
drh | Fix the <sys/time.h> include in os_kv.c. |
commit | commitdiff | tree |
2022-09-12 |
drh | Add a gettimeofday()-based implementation of xCurrentTi... |
commit | commitdiff | tree |
2022-09-12 |
drh | Fix a debugging/testing edit in the previous check-in. |
commit | commitdiff | tree |
2022-09-12 |
stephan | Add sqlite3.oo1.DB.clearKvvfsStorage(). Add controls... |
commit | commitdiff | tree |
2022-09-12 |
drh | Faster text decoder for kv_os.c. |
commit | commitdiff | tree |
2022-09-12 |
stephan | Merge kv-vfs branch into fiddle-opfs branch to add... |
commit | commitdiff | tree |
2022-09-12 |
drh | New run-time options to the speed-check.sh script. |
commit | commitdiff | tree |
2022-09-12 |
drh | Fix uninitialized variable in rollback-journal processi... |
commit | commitdiff | tree |
2022-09-12 |
stephan | Resolve missing kvvfs JS test: sqlite3_initialize(... |
commit | commitdiff | tree |
2022-09-12 |
drh | Fix the amalgamation so that it builds with the standar... |
commit | commitdiff | tree |
2022-09-12 |
stephan | Initial build of kvvfs in wasm. It loads but cannot... |
commit | commitdiff | tree |
2022-09-11 |
stephan | Minor cleanups and documentation in the wasm pieces. |
commit | commitdiff | tree |
2022-09-11 |
stephan | Correct the result code from kvstorageRead() for the... |
commit | commitdiff | tree |
2022-09-11 |
stephan | Minor cleanups and docs for the EM_JS() impls of the... |
commit | commitdiff | tree |
2022-09-11 |
stephan | Add EM_JS() impl for kvstorageRead(). |
commit | commitdiff | tree |
2022-09-11 |
stephan | Initial prototype impls of write/delete-key ops for... |
commit | commitdiff | tree |
2022-09-10 |
drh | Improved comments in os_kv.c. Better names for the... |
commit | commitdiff | tree |
2022-09-10 |
drh | Move the vfskv.c extension to src/os_kv.c and make... |
commit | commitdiff | tree |
2022-09-09 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree |
2022-09-09 |
drh | Database must be named either "local" or "session"... |
commit | commitdiff | tree |
2022-09-09 |
drh | Separate sqlite3_io_methods objects for database files... |
commit | commitdiff | tree |
2022-09-09 |
drh | Simple reading and writing now works. |
commit | commitdiff | tree |
2022-09-09 |
stephan | Remove a reference to a completed TODO. |
commit | commitdiff | tree |
2022-09-09 |
stephan | speedtest1 wasm: add a link in the worker variant which... |
commit | commitdiff | tree |
2022-09-08 |
stephan | Make use of the --big-transactions flag in the speedtes... |
commit | commitdiff | tree |
2022-09-08 |
stephan | Add speedtest1 --big-transactions flag to cause its... |
commit | commitdiff | tree |
2022-09-08 |
stephan | Minor build cleanups and tweaks in the speedtest1 wasm... |
commit | commitdiff | tree |
2022-09-08 |
stephan | Experimentally add --nomutex flag to speedtest1 to... |
commit | commitdiff | tree |
2022-09-08 |
drh | Compiles and loads as an extension. Starts to run... |
commit | commitdiff | tree |
2022-09-08 |
drh | Compiles without error, but untested. |
commit | commitdiff | tree |
2022-09-08 |
drh | Code snapshot. Completely untested. Probably does... |
commit | commitdiff | tree |
2022-09-08 |
stephan | Add speedtest1-worker.html, an interactive Worker-threa... |
commit | commitdiff | tree |
2022-09-07 |
drh | Enhance an assert() to impose for tighter constraints... |
commit | commitdiff | tree |
2022-09-07 |
drh | An improved technique for ensuring that the Rekey(... |
commit | commitdiff | tree |
next |