aboutsummaryrefslogtreecommitdiff
path: root/src/test_demovfs.c
Commit message (Expand)AuthorAge
* Avoid several -Wall warnings in textfixture build.larrybr2022-12-06
* Fix a bug in the demoDelete fix from [d76a301e22e05722].drh2022-09-30
* Improvements to the "demoDelete" method in the demovfs, suggested bydrh2022-09-30
* Revise the SQLITE_OPEN_NOFOLLOW so that it actually uses O_NOFOLLOW in thedrh2019-11-22
* Add support for SQLITE_OPEN_NOFOLLOW.drh2019-11-18
* Fix minor problems in the test code in test_demovfs.c.dan2019-06-15
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* First small steps toward brining trunk and apple-osx closer together.drh2015-02-19
* Adjust #ifdefs in test_autoext.c so that it compiles with drh2013-08-06
* Minor cleanups to the header comments on various test_*.c file, to makedrh2011-05-23
* Add a #include to test_demovfs.c in an effort to get it to compile on Solaris.drh2011-05-05
* Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX fr...shaneh2011-04-04
* Fix some non-ANSI C code in test_demovfs.c. Also change the same file so that...dan2010-08-17
* Add the xShmRelease() method to the VFS. The os_unix.c implementation ofdrh2010-04-27
* Begin moving WAL-specific I/O into the VFS. This checkin contains VFSdrh2010-04-26
* Make sure F_OK, R_OK, and W_OK are defined in test_demovfs.c. Define them ma...drh2010-04-08
* Add file test_demovfs.c, containing a simple VFS implementation that demonstr...dan2010-04-07