Commit message (Expand) | Author | Age | |
---|---|---|---|
* | A unix VFS change replaces fsync() with fstat() when using SQLITE_NO_SYNC, so | drh | 2015-12-03 |
* | Refactoring the mmap interface. The controlling pragma is now "mmap_size" | drh | 2013-04-15 |
* | Memory-mapped I/O is now on by default. The "PRAGMA mmap_limit(N)" can be | drh | 2013-03-25 |
* | Add a test that simulates an error in mmap(). | dan | 2013-03-25 |
* | In os_unix.c, do not return SQLITE_BUSY to SQLite following an error in fcntl... | 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 |
* | Add test infrastructure (and some tests) to inject faults into os_unix.c usin... | dan | 2011-03-28 |