aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/vfslog.c
Commit message (Expand)AuthorAge
* Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictlydrh2021-06-15
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
* Improved header comment with better instructions on the vfslog.cdrh2013-10-19
* Add the SQLITE_FCNTL_TRACE file control and generate it for OP_Tracedrh2013-10-18
* Further enhance the vfslog extension to record the number of freelist pagesdrh2013-10-18
* In the vfslog extension for FILECONTROL records, show the pragma name fordrh2013-10-18
* Fix various harmless compiler warnings. Change the "warnings.sh" script todrh2013-10-11
* Enhancements to the vfslog.c module to show all change-counter changes anddrh2013-10-10
* Another fix to the hash signature algorithm in vfslog.c.drh2013-10-10
* Fix the hash signature algorithm in vfslog.c. Add a utility program todrh2013-10-10
* Add ext/misc/vfslog.c, a VFS shim for unix that keeps a log of method calls m...dan2013-10-10