aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/vfsstat.c
Commit message (Collapse)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
| | | FossilOrigin-Name: 20acd630b91609725794ce84f9eda01d5f3c898407f0948264830851d25ccaa6
* Approximately 50 typo fixes, spanning the whole tree, contributed via ↵stephan2025-02-25
| | | | | [forum:006c8fa165083ac3|forum post 006c8fa165083ac3] and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. FossilOrigin-Name: af928818a030924060ee0762431dae0f16d53a62f4e1132754d052eb9c621ac2
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
| | | | | initialized, in order to hush-up nuisance compiler warnings. FossilOrigin-Name: f3b3d712d6e58b1cb8fdebd2b6b3125080b6b3ac8c7c849a8cc1e5e778d62fe7
* Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictlydrh2021-06-15
| | | | | | | necessary. There are no vulnerabilities here. However, adding these checks avoids unnecessary static analyzer complaints. [forum:/forumpost/ce1193be15|Forum post ce1193be15]. FossilOrigin-Name: 272a15b9f418fb0b31a9808f7c42c20cf52318035ff98935d8e8519634357e8d
* Fix minor compile issues with optional extensions.drh2020-05-25
| | | FossilOrigin-Name: 3261ee9ec26bbeaa64190c12556a1d8146270b6660c70004830bd38c1b5b63f4
* Register the "vfsstat" virtual table immediately when loading the vfsstat.cdrh2019-02-12
| | | | | extension. FossilOrigin-Name: 9bd92afd0cb0a958441e861c7006b77027125b1ceea0868958ec948b6b3c7bc9
* Make the extension auto-loading mechanism work with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. FossilOrigin-Name: 3ea567c4b07b2a7a027b9b5cb8250ab687803698
* Enhance the sqlite3_load_extension() interface to permit extensions to drh2016-06-03
|\ | | | | | | | | | | return SQLITE_OK_LOAD_PERMANENTLY which will prevents unloading when the database connection closes. FossilOrigin-Name: 5908aa4dc59925c414b236b6fd3d3ecd7f3da435
| * Enhance the sqlite3_load_extension() interface to permit extensions todrh2016-05-28
| | | | | | | | | | | | return SQLITE_OK_LOAD_PERMANENTLY which will prevent the extensions from unloading when the database connection closes. FossilOrigin-Name: d3f99a5e8d0486d0917dfe96987c179a6f63b850
* | Fix compilation issues with the VFS stat extension.mistachkin2016-06-01
| | | | | | FossilOrigin-Name: f6e956525b03fa07190e5521edac4758c386cc80
* | Remove an unnecessary malloc from the vfsstat extension.drh2016-05-28
|/ | | FossilOrigin-Name: 24f258c2392290168cf34622b89a4a406a3dd853
* Add the vfsstat.c loadable extension - a VFS shim that measures the amountdrh2016-05-28
of I/O, and an eponymous virtual table that is used to extract and view the measurements. FossilOrigin-Name: 0987487dd4ebfcf66ddeec8ceca47775216a0887