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