Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/test_demovfs.c
2024-07-30
| ||
15:49 | [3efa2adf4f] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 21408) | |
2022-12-06
| ||
19:20 | [38a459d1c7] part of check-in [03ae8680e4] Avoid several -Wall warnings in textfixture build. (check-in: [03ae8680e4] user: larrybr branch: trunk, size: 21536) | |
2022-09-30
| ||
20:53 | [7cc7623d10] part of check-in [7e761a0253] Fix a bug in the demoDelete fix from [d76a301e22e05722]. (check-in: [7e761a0253] user: drh branch: trunk, size: 21594) | |
14:35 | [7b3be8cdf0] part of check-in [d76a301e22] Improvements to the "demoDelete" method in the demovfs, suggested by forum post cad18961c2. (check-in: [d76a301e22] user: drh branch: trunk, size: 21595) | |
2019-11-18
| ||
17:46 | [da5ab4828c] part of check-in [cb79c82849] Add support for SQLITE_OPEN_NOFOLLOW. (check-in: [cb79c82849] user: drh branch: trunk, size: 21775) | |
2019-06-15
| ||
15:32 | [86142ba864] part of check-in [ca4ddfefc1] Fix minor problems in the test code in test_demovfs.c. (check-in: [ca4ddfefc1] user: dan branch: trunk, size: 21555) | |
2016-07-28
| ||
17:11 | [a0c3bdd45e] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 21469) | |
14:37 | [ed337b1496] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 21382) | |
2015-02-19
| ||
00:29 | [0de72c2c89] part of check-in [28284ccc0d] First small steps toward brining trunk and apple-osx closer together. (check-in: [28284ccc0d] user: drh branch: trunk, size: 21307) | |
2013-08-06
| ||
18:35 | [69b2085076] part of check-in [89930ea3c3] Adjust #ifdefs in test_autoext.c so that it compiles with SQLITE_OMIT_LOAD_EXTENSION. Fix compiler warnings in two other test modules. No changes to the core. (check-in: [89930ea3c3] user: drh branch: trunk, size: 21307) | |
2011-05-23
| ||
18:37 | [20a4975127] part of check-in [a65d043a2a] Minor cleanups to the header comments on various test_*.c file, to make the suitable for programmer-level documentation. (check-in: [a65d043a2a] user: drh branch: trunk, size: 21278) | |
2011-05-05
| ||
13:53 | [938d0f595f] part of check-in [8f06ea33c9] Add a #include to test_demovfs.c in an effort to get it to compile on Solaris. (check-in: [8f06ea33c9] user: drh branch: trunk, size: 21260) | |
2011-04-04
| ||
21:48 | [31050680fa] part of check-in [78b6eee200] Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source; (check-in: [78b6eee200] user: shaneh branch: trunk, size: 21241) | |
2010-08-17
| ||
05:55 | [0aed671636] part of check-in [07570ce380] Fix some non-ANSI C code in test_demovfs.c. Also change the same file so that attempting to delete a file that does not exist does not return an error. (check-in: [07570ce380] user: dan branch: trunk, size: 21262) | |
2010-04-27
| ||
11:49 | [da81a5f778] part of check-in [ed715b47c5] Add the xShmRelease() method to the VFS. The os_unix.c implementation of the shared memory logic is still non-functional. (check-in: [ed715b47c5] user: drh branch: wal, size: 21085) | |
2010-04-26
| ||
00:04 | [68f8e6cfd6] part of check-in [f5e615c28c] Begin moving WAL-specific I/O into the VFS. This checkin contains VFS infrastructure but it is untested and is not yet hooked up to the WAL. The version number is bumped to 3.7.0 because of the VFS extension. (check-in: [f5e615c28c] user: drh branch: wal, size: 21537) | |
2010-04-08
| ||
11:35 | [301a047287] part of check-in [7c8afc3272] Make sure F_OK, R_OK, and W_OK are defined in test_demovfs.c. Define them manually if they are not. This is necessary to get the module to compile on some systems. (check-in: [7c8afc3272] user: drh branch: trunk, size: 21085) | |
2010-04-07
| ||
07:57 | Added: [a3533803c9] part of check-in [af3b72d94a] Add file test_demovfs.c, containing a simple VFS implementation that demonstrates how writes to the journal file may be safely buffered by the VFS layer to improve performance on some embedded systems. (check-in: [af3b72d94a] user: dan branch: trunk, size: 20976) | |