aboutsummaryrefslogtreecommitdiff
path: root/src/os_kv.c
Commit message (Expand)AuthorAge
* Remove redundant assignment in kvvfs's decoding.peter.d.reid2022-12-31
* Avoid an infinite loop when an unexpected character is being decoded by kvvfspeter.d.reid2022-12-31
* Move kvvfs xRead()/xWrite() buffer from function-local stack memory to heap m...stephan2022-12-03
* Do not accept a NULL pointer for the filename in KVVFS.drh2022-10-27
* The kvvfs VFS should remember the page size when writing to the database.drh2022-10-27
* Refactor os_kv.c so that the kvvfs read/write/delete methods can be swapped o...stephan2022-10-09
* Fiddle: fix makefile dependency issue and duplicate inclusion of post-js.js. ...stephan2022-10-01
* Fix an uninitialized variable in the decoder kv-vfs.drh2022-09-17
* Include the kv-vfs as an optional VFS on unix builds if thedrh2022-09-17
* Corrections to the xRead method for databases in the os_kv.c VFS so that itdrh2022-09-16
* Fix os_kv.c so that it uses SQLITE_FCNTL_SYNC and hencedrh2022-09-16
* Pull the src/os_kv.c part of [13839759f8f4] into the kv-vfs branch.stephan2022-09-16
* Remove an extraneous key-copy op in the EM_JS impl of kvstorageDelete().stephan2022-09-12
* Add a gettimeofday()-based implementation of xCurrentTimeInt64() to os_kv.c.drh2022-09-12
* Fix a debugging/testing edit in the previous check-in.drh2022-09-12
* Faster text decoder for kv_os.c.drh2022-09-12
* Fix uninitialized variable in rollback-journal processing in os_kv.cdrh2022-09-12
* Initial build of kvvfs in wasm. It loads but cannot find the VFS for as-yet-u...stephan2022-09-12
* Improved comments in os_kv.c. Better names for the key/value name spaces.drh2022-09-10
* Move the vfskv.c extension to src/os_kv.c and make it part of the amalgamation,drh2022-09-10