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

  1. b6503f1 Cygwin-centric fixes from Jan Nijtmans. by stephan · 5 months ago
  2. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  3. 0e38c6e Change the return type of the ts_read/write() family of functions from int to ssize_t, per report in [forum post 947169d5e7](forum:947169d5e7). by stephan · 2 years, 3 months ago
  4. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  5. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  6. 05accd2 Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. by dan · 9 years ago
  7. f9986d9 The last parameter to pread64() and pwrite64() should be off64_t, not off_t. by drh · 9 years ago
  8. bc76063 Add a test to ensure os_unix.c works with 64KiB OS pages. by dan · 11 years ago shm-mapping-fix
  9. 5b15b75 In test file test_syscall.c, include sqliteInt.h before any tcl or system include files. This ensures that the magical defines in sqliteInt.h really do enable large file support (and set things up so that sizeof(off_t)==8). by dan · 12 years ago
  10. e84d8d3 More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. by mistachkin · 12 years ago
  11. 4ff7bc4 Add test cases for errors in mmap() or mremap() is os_unix.c. by dan · 12 years ago
  12. 893c0ff Add a test that simulates an error in mmap(). by dan · 12 years ago
  13. bd1e50c When retrying a write() after an EINTR error on unix, be sure to also 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. 68db57b Have test_syscall.c include "sqliteInt.h". Otherwise the SQLITE_OS_UNIX symbol may not be defined correctly. by dan · 14 years ago
  16. 51438a7 Avoid returning SQLITE_NOTFOUND when the unix xSetSystemCall interface is invoked with NULL passed as the second argument, even if all the default system calls are already installed. by dan · 14 years ago
  17. f187495 When simulating an error in the close() system call, close the file descriptor anyway. Otherwise long running tests leak too many file-descriptors and crash. by dan · 14 years ago
  18. 661d71a Further tests for os_unix.c. by dan · 14 years ago
  19. 5ef47bf Add tests to syscall.test and sysfault.test. by dan · 14 years ago
  20. 60939d0 Fix a problem whereby following an IO error in CommitPhaseTwo() of a multi-file transaction the b-tree layer could be left in TRANS_WRITE state, causing problems later on. by dan · 14 years ago
  21. 0fd7d86 Fix a problem in the unix VFS implementation of xNextSystemCall(). Also some typos that prevent compilation when HAVE_POSIX_FALLOCATE is defined. by dan · 14 years ago
  22. 213ca0a Add test infrastructure (and some tests) to inject faults into os_unix.c using the new xSetSystemCall interface. by dan · 14 years ago