aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/vfsstat.c
Commit message (Expand)AuthorAge
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictlydrh2021-06-15
* Fix minor compile issues with optional extensions.drh2020-05-25
* Register the "vfsstat" virtual table immediately when loading the vfsstat.cdrh2019-02-12
* Make the extension auto-loading mechanism work with the __stdcall calling con...mistachkin2016-07-28
* Enhance the sqlite3_load_extension() interface to permit extensions to drh2016-06-03
|\
| * Enhance the sqlite3_load_extension() interface to permit extensions todrh2016-05-28
* | Fix compilation issues with the VFS stat extension.mistachkin2016-06-01
* | Remove an unnecessary malloc from the vfsstat extension.drh2016-05-28
|/
* Add the vfsstat.c loadable extension - a VFS shim that measures the amountdrh2016-05-28