SQLite

All files named ”ext/misc/vfsstat.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/misc/vfsstat.c

2025-04-10
10:18
[0b23c0a69a] part of check-in [20acd630b9] Remove unnecessary "www." prefixes on domain names in URLs. (check-in: [20acd630b9] user: drh branch: trunk, size: 25020)
2025-02-25
20:55
[20850f7c32] part of check-in [af928818a0] Approximately 50 typo fixes, spanning the whole tree, contributed via forum post 006c8fa165083ac3 and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. (check-in: [af928818a0] user: stephan branch: trunk, size: 25024)
2023-10-06
12:51
[a85df08654] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 25024)
2021-06-15
15:15
[474d08efc6] part of check-in [272a15b9f4] Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictly necessary. There are no vulnerabilities here. However, adding these checks avoids unnecessary static analyzer complaints. Forum post ce1193be15. (check-in: [272a15b9f4] user: drh branch: trunk, size: 24794)
2020-07-29
16:18
[73f7820575] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 24747)
2020-05-25
12:49
[389ea13983] part of check-in [3261ee9ec2] Fix minor compile issues with optional extensions. (check-in: [3261ee9ec2] user: drh branch: trunk, size: 24747)
2019-02-12
12:25
[77b5b4235c] part of check-in [9bd92afd0c] Register the "vfsstat" virtual table immediately when loading the vfsstat.c extension. (check-in: [9bd92afd0c] user: drh branch: trunk, size: 24732)
2016-07-28
22:23
[bf10ef0bc5] part of check-in [3ea567c4b0] Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. (check-in: [3ea567c4b0] user: mistachkin branch: callbackConv, size: 24668)
2016-06-03
13:35
[6110aeeaab] part of check-in [5908aa4dc5] Enhance the sqlite3_load_extension() interface to permit extensions to return SQLITE_OK_LOAD_PERMANENTLY which will prevents unloading when the database connection closes. (check-in: [5908aa4dc5] user: drh branch: trunk, size: 24683)
2016-06-01
05:02
[aed1f11904] part of check-in [f6e956525b] Fix compilation issues with the VFS stat extension. (check-in: [f6e956525b] user: mistachkin branch: trunk, size: 24628)
2016-05-28
17:45
[20f206b6d3] part of check-in [24f258c239] Remove an unnecessary malloc from the vfsstat extension. (check-in: [24f258c239] user: drh branch: trunk, size: 24631)
17:23
[9b41dd28f5] part of check-in [d3f99a5e8d] Enhance the sqlite3_load_extension() interface to permit extensions to return SQLITE_OK_LOAD_PERMANENTLY which will prevent the extensions from unloading when the database connection closes. (check-in: [d3f99a5e8d] user: drh branch: load-permanently, size: 24827)
14:53
Added: [318bb69270] part of check-in [0987487dd4] Add the vfsstat.c loadable extension - a VFS shim that measures the amount of I/O, and an eponymous virtual table that is used to extract and view the measurements. (check-in: [0987487dd4] user: drh branch: trunk, size: 24772)