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 |
2022-09-07 |
drh | Non-working code towards a VFS for text key/value storage. |
commit | commitdiff | tree |
2022-09-06 |
stephan | Add a note about Emscripten's -sSINGLE_FILE flag, why... |
commit | commitdiff | tree |
2022-09-06 |
stephan | Get speedtest1.js working with WASMFS/OPFS. |
commit | commitdiff | tree |
2022-09-06 |
stephan | Initial build of speedtest1.wasm and speedtest1.html... |
commit | commitdiff | tree |
2022-09-06 |
stephan | Minor internal doc clarifications. |
commit | commitdiff | tree |
2022-09-06 |
stephan | Merge trunk into fiddle-opfs branch. |
commit | commitdiff | tree |
2022-09-05 |
drh | Add the tool/omittest-msvc.tcl script that will try... |
commit | commitdiff | tree |
2022-09-05 |
drh | Get the tool/omittest-msvc.tcl script working. msvc-omit-test |
commit | commitdiff | tree |
2022-09-05 |
drh | Add a prototype for a script, similar to tool/omittest... |
commit | commitdiff | tree |
2022-09-05 |
drh | Fix the windows build so that it works with -DSQLITE_OM... |
commit | commitdiff | tree |
2022-09-05 |
stephan | Minor cleanups in OO API #1. Add Sudoku SQL to batch... |
commit | commitdiff | tree |
2022-09-03 |
stephan | wasm: minor text and build cleanups. |
commit | commitdiff | tree |
2022-09-02 |
dan | Ensure the Pager.journalOff variable is zeroed if an... |
commit | commitdiff | tree |
2022-09-02 |
drh | Fix an assert() associated with the dbsqlfuzz error... |
commit | commitdiff | tree |
2022-09-02 |
drh | If sqlite3PcacheMove() really performs a swap, then... |
commit | commitdiff | tree |
2022-09-02 |
drh | Enhance the pcache1 implementation so that during an... |
commit | commitdiff | tree |
2022-09-02 |
drh | Mutex protect access to the sqlite3_test_directory... |
commit | commitdiff | tree |
2022-09-02 |
drh | Improved mutex protection of the sqlite3_temp_directory and tempdir-mutex |
commit | commitdiff | tree |
2022-09-02 |
drh | Experimental changes to put sqlite3_temp_directory... |
commit | commitdiff | tree |
2022-09-01 |
drh | Defer deleting a transient SELECT statement associated... |
commit | commitdiff | tree |
2022-09-01 |
drh | In the query planner, add a heuristic that will reduce... |
commit | commitdiff | tree |
2022-08-31 |
drh | Enhance the b-tree page sorting code to ensure that... |
commit | commitdiff | tree |
2022-08-30 |
stephan | batch-runner.js: add rudimentary metrics export to... |
commit | commitdiff | tree |
2022-08-30 |
drh | Improved comments in pcache1.c. No changes to code. |
commit | commitdiff | tree |
2022-08-30 |
stephan | batch-runner.js: re-enable unlink-before-run so that... |
commit | commitdiff | tree |
2022-08-30 |
stephan | batch-runner.js: move generated SQL files into ./sql... |
commit | commitdiff | tree |
2022-08-30 |
stephan | Remove the .timer script entry from fiddle app because... |
commit | commitdiff | tree |
2022-08-30 |
stephan | wasm util: remove superfluous function.bind() calls... |
commit | commitdiff | tree |
2022-08-30 |
drh | Any function call can abort. Take this into account... |
commit | commitdiff | tree |
2022-08-29 |
stephan | Lots of tweaking in batch-runner.js. Minor internal... |
commit | commitdiff | tree |
next |