aboutsummaryrefslogtreecommitdiff
path: root/src/test_syscall.c
Commit message (Expand)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Change the return type of the ts_read/write() family of functions from int to...stephan2023-04-21
* 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
* Modify the permutations.test script so as to set any permutation specific con...dan2016-04-27
* The last parameter to pread64() and pwrite64() should be off64_t, not off_t.drh2016-04-18
* Add a test to ensure os_unix.c works with 64KiB OS pages.dan2014-03-20
* In test file test_syscall.c, include sqliteInt.h before any tcl or system inc...dan2013-05-17
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* Add test cases for errors in mmap() or mremap() is os_unix.c.dan2013-04-02
* Add a test that simulates an error in mmap().dan2013-03-25
* When retrying a write() after an EINTR error on unix, be sure to alsodrh2011-08-19
* Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX fr...shaneh2011-04-04
* Have test_syscall.c include "sqliteInt.h". Otherwise the SQLITE_OS_UNIX symbo...dan2011-04-04
* Avoid returning SQLITE_NOTFOUND when the unix xSetSystemCall interface is inv...dan2011-04-02
* When simulating an error in the close() system call, close the file descripto...dan2011-04-01
* Further tests for os_unix.c.dan2011-03-30
* Add tests to syscall.test and sysfault.test.dan2011-03-29
* Fix a problem whereby following an IO error in CommitPhaseTwo() of a multi-fi...dan2011-03-29
* Fix a problem in the unix VFS implementation of xNextSystemCall(). Also some ...dan2011-03-29
* Add test infrastructure (and some tests) to inject faults into os_unix.c usin...dan2011-03-28