aboutsummaryrefslogtreecommitdiff
path: root/src/test_demovfs.c
Commit message (Expand)AuthorAge
* 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