Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  2. 3c01af6 Avoid several -Wall warnings in textfixture build. by larrybr · 2 years, 8 months ago
  3. 2d3261f Fix a bug in the demoDelete fix from [d76a301e22e05722]. by drh · 2 years, 10 months ago
  4. cb57716 Improvements to the "demoDelete" method in the demovfs, suggested by by drh · 2 years, 10 months ago
  5. c398c65 Revise the SQLITE_OPEN_NOFOLLOW so that it actually uses O_NOFOLLOW in the by drh · 6 years ago
  6. 0933aad Add support for SQLITE_OPEN_NOFOLLOW. by drh · 6 years ago
  7. e3664dc Fix minor problems in the test code in test_demovfs.c. by dan · 6 years ago
  8. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  9. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  10. 883ad04 First small steps toward brining trunk and apple-osx closer together. by drh · 10 years ago
  11. d3f4964 Adjust #ifdefs in test_autoext.c so that it compiles with by drh · 12 years ago
  12. a12b6fa Minor cleanups to the header comments on various test_*.c file, to make by drh · 14 years ago
  13. 134ec49 Add a #include to test_demovfs.c in an effort to get it to compile on Solaris. by drh · 14 years ago
  14. 3a2d29f Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source; by shaneh · 14 years ago
  15. fc6a621 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. by dan · 15 years ago
  16. af75c86 Add the xShmRelease() method to the VFS. The os_unix.c implementation of by drh · 15 years ago
  17. f2424c5 Begin moving WAL-specific I/O into the VFS. This checkin contains VFS by drh · 15 years ago
  18. 9d6caca Make sure F_OK, R_OK, and W_OK are defined in test_demovfs.c. Define them manually by drh · 15 years ago
  19. 0a7a915 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. by dan · 15 years ago