aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
Commit message (Expand)AuthorAge
* Change the xSetSyscall methods of the VFS so that they do not cast objectdrh2011-03-23
* Make the "unix-excl" VFS work exactly like "unix" if the databasedrh2011-03-15
* In the "unix-excl" VFS, use the heap for shared memory, since only a singledrh2011-03-12
* Add the new optional "unix-excl" VFS. This VFS grabs an exclusive lock ondrh2011-03-12
* Remove an unused field from the unix sqlite3_file object.drh2011-03-11
* Merge the syscall-override changes into trunk.drh2011-03-08
|\
| * Handle EINTR errors from open().drh2011-03-04
| * Add additional VFS methods to retrieve system call pointers and to get adrh2011-03-02
| * Add more system calls to the set that can be overridden in os_unix.c.drh2011-03-02
| |\
| * | Proof-of-concept prototype for the proposed xSetSystemCall extension methoddrh2011-03-02
* | | Fix two compiler warnings. No functional code changes.drh2011-03-08
| |/ |/|
* | Fix bugs in [7b6e30e6a7] that only show up on Mac.drh2011-03-02
|/
* Log all error from close() in os_unix.c to sqlite3_log() but do not attempt todrh2011-03-02
* Comment out some code in os_unix.c that only runs on MacOSX withdrh2011-02-25
* Fix a typo in the robust_flock() macro for systems without EINTR.drh2011-02-23
* Retry selected system calls on unix when they fail with EINTR.drh2011-02-23
* Have os_unix.c call sqlite3_log() following errors in certain system calls.dan2011-02-21
* Update all built-in VFSes to return SQLITE_OK for thedrh2011-01-26
* Do not include <sys/mmap.h> if SQLITE_OMIT_WAL is defined.drh2010-12-22
* Rearrange a variable declaration in the proxy locking code to avoid a harmlessdrh2010-12-21
* Fix a warning in os_unix.c.dan2010-11-29
* Fix compiler warnings discovered while building SQLite on [http://www.devio.u...dan2010-11-29
* Fix a typo in unixCurrentTimeInt64() preventing compilation with NO_GETTOD de...dan2010-11-22
* Fix os_unix.c so that it works with the test_multiplex module.dan2010-11-05
* Do not embedded #if inside an assert() statement.drh2010-10-05
* Fix an assert() failing on OSX.dan2010-10-05
* Do not call gethostuuid() on MacOS 10.4 and earlier, since it is notdrh2010-09-25
* Fix the computation of the offset on the mmap() for the Nth shared memorydrh2010-09-02
* Fix memory allocation in proxy locking so that it works with SQLITE_MEMDEBUG.drh2010-08-11
* Support FCNTL_CHUNK_SIZE on windows too.dan2010-07-28
* Add experimental unix-only file-control to grow and truncate the database fil...dan2010-07-27
* Fix a race condition in os_unix.c that may occur when one thread is opening a...dan2010-07-20
* Previous check-in [534aab837e] accidently reverted somedrh2010-07-15
* Optionally support shared-memory in /dev/shm or other tmpfs directorydrh2010-07-15
* When creating a journal file on unix, attempt to create it with the same perm...dan2010-07-15
* Fix a typo in a comment in os_unix.c.drh2010-07-14
* On unix, try to create the *-wal and *-shm files with the same permissions as...dan2010-07-14
* Fix the unix driver to return an I/O error if unlink fails for any reasondrh2010-07-14
* Change the name of the xShmClose VFS method to xShmUnmap, everywhere.drh2010-07-14
* Tweaks to the new shared-memory interface design - mostly comment changes.drh2010-07-13
* Changes so that the xShmOpen VFS method is no longer required. Its job can be...dan2010-07-13
* Remove the unused xRename() method from the sqlite3_vfs object.drh2010-07-03
* Fix compiler warnings in the proxy locking code.drh2010-07-02
* Suppress various compiler warnings.drh2010-06-26
* Adjust the shared-memory locking range to account for the new version numberdrh2010-06-23
* Merge latest trunk change.dan2010-06-21
|\
| * Fix an uninitialized variable in os_unix.c.drh2010-06-19
| * Change the unix VFS to always allocate shared-memory using a file in thedrh2010-06-19
* | Change the implementation of the unix implementation of xAccess() so that it ...dan2010-06-18
|/
* Fix a memory leak that can occur in os_unix.c if an IO error occurs within th...dan2010-06-16