index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_syscall.c
Commit message (
Expand
)
Author
Age
*
Cygwin-centric fixes from Jan Nijtmans.
stephan
2025-03-06
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Change the return type of the ts_read/write() family of functions from int to...
stephan
2023-04-21
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Modify the permutations.test script so as to set any permutation specific con...
dan
2016-04-27
*
The last parameter to pread64() and pwrite64() should be off64_t, not off_t.
drh
2016-04-18
*
Add a test to ensure os_unix.c works with 64KiB OS pages.
dan
2014-03-20
*
In test file test_syscall.c, include sqliteInt.h before any tcl or system inc...
dan
2013-05-17
*
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...
mistachkin
2013-04-29
*
Add test cases for errors in mmap() or mremap() is os_unix.c.
dan
2013-04-02
*
Add a test that simulates an error in mmap().
dan
2013-03-25
*
When retrying a write() after an EINTR error on unix, be sure to also
drh
2011-08-19
*
Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX fr...
shaneh
2011-04-04
*
Have test_syscall.c include "sqliteInt.h". Otherwise the SQLITE_OS_UNIX symbo...
dan
2011-04-04
*
Avoid returning SQLITE_NOTFOUND when the unix xSetSystemCall interface is inv...
dan
2011-04-02
*
When simulating an error in the close() system call, close the file descripto...
dan
2011-04-01
*
Further tests for os_unix.c.
dan
2011-03-30
*
Add tests to syscall.test and sysfault.test.
dan
2011-03-29
*
Fix a problem whereby following an IO error in CommitPhaseTwo() of a multi-fi...
dan
2011-03-29
*
Fix a problem in the unix VFS implementation of xNextSystemCall(). Also some ...
dan
2011-03-29
*
Add test infrastructure (and some tests) to inject faults into os_unix.c usin...
dan
2011-03-28