aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
Commit message (Expand)AuthorAge
* Disable shared memory operations using the unix-nolock VFS.drh2014-09-22
* Make the "nolock" VFS on unix a version-3 VFS so that the sorter candrh2014-09-19
* Fixes to os_unix.c to support database (and other) files larger than 2GiB on ...dan2014-09-06
|\
| * Merge latest trunk changes with this branch.dan2014-09-06
| |\ | |/ |/|
* | Fix typos in comments. No code changes.peter.d.reid2014-09-06
| * Fixes to os_unix.c to support database (and other) files larger than 2GiB.dan2014-09-06
|/
* Attempt to make the xDelete method of the unix VFS more robust on VxWorks.drh2014-09-01
* Minor change to unixDelete for VxWorks with a DOS filesystem.drh2014-08-13
* Fix typos in the VxWorks code of os_unix.c.drh2014-08-12
* Changes that will perhaps enable SQLite to work better on VxWorks.drh2014-08-11
* The SQLITE_IOERR_BLOCKED extended error code is not longer used, so removedrh2014-08-08
* Fix a problem with SQLITE_OMIT_WAL builds.dan2014-06-23
* Add the SQLITE_UNLINK_AFTER_CLOSE compile-time option. If enabled, thedrh2014-06-16
* Back out the unix VFS changes that seeks to avoid fstat() calls after andrh2014-06-16
* Avoid an unnecessary initialization of the szFile field of unixFile indrh2014-06-09
* Enhance the unix VFS so that it keeps track of the size of unlinked filesdrh2014-06-09
* Add a test to ensure os_unix.c works with 64KiB OS pages.dan2014-03-20
* Add an experimental fix to avoid attempting to mmap memory from an offset tha...dan2014-03-20
* Fix redundant definitions of _LARGE_FILE and _LARGEFILE_SOURCE.drh2014-02-07
* Fixes for various clang warnings.drh2014-01-24
* Fix another harmless compiler warning in unixUnfetch().dan2014-01-10
* Fix harmless compiler warning in unixUnfetch().drh2014-01-09
* Try to detect process ID changes due to fork() calls in os_unix.c anddrh2014-01-01
* Actually look at i-node numbers to determine whether or not the databasedrh2013-12-07
* Fix two potential (and apparently harmless) shift overflows discovered bydrh2013-12-05
* Fix a problem in os_unix.c causing compilation failure if SQLITE_DEBUG and SQ...dan2013-10-31
* Add support for Cygwin when handling temporary file names. Improve error cod...mistachkin2013-08-30
* Add the SQLITE_MINIMUM_FILE_DESCRIPTOR compile-time option, for control overdrh2013-08-30
* Improvements to the robust_open() logic in the unix VFS so that if an attemptdrh2013-08-30
* Change the unix VFS so that it refuses to open a database file usingdrh2013-08-29
* Never leave an open file descriptor pointing into the middle of thedrh2013-08-29
* Merge updates from trunk.mistachkin2013-08-26
|\
| * Fix for builds with both SQLITE_OMIT_WAL and SQLITE_MAX_MMAP_SIZE=0 defined.dan2013-08-26
* | Fix a couple compilation issues on Unix.mistachkin2013-08-24
* | Unify the result of PRAGMA mmap_size when mmap support is disabled.mistachkin2013-08-24
|/
* Disable posix_fallocate() for all systems, all the time, unless thedrh2013-06-20
* Only default HAVE_POSIX_FALLOCATE on for linux, and then only if it is notdrh2013-06-19
* Only enable posix_fallocate by default on linux and mac.drh2013-06-19
* Cause the mmap_size PRAGMA to immediately change the mmap space if thedrh2013-05-23
* In os_unix.c and os_win.c, initialize the default mmap-limit of a new file de...dan2013-05-17
* Add assert()s to the implementation of xRead() in the built-in VFSes to drh2013-05-09
* Minor fixes for compilation with SQLITE_OMIT_WAL defined.dan2013-05-02
* Untested fix for building on VxWorks.drh2013-04-27
* Avoid using posix_fallocate() in WAL mode, as it is not supported by all file...dan2013-04-26
* Fix harmless compiler warnings.drh2013-04-22
* Refactoring the mmap interface. The controlling pragma is now "mmap_size"drh2013-04-15
* Have the UNIX VFS issue warnings via sqlite3_log() if a database file isdrh2013-04-11
* Add extra #ifndef statements in os_unix.c and os_win.c to make sure thedrh2013-04-09
* Handle the case in os_unix.c where SQLITE_FCNTL_MMAP_LIMIT requests that the ...dan2013-04-08
* Change the mmap_limit pragma to report the new limit, or to report thedrh2013-04-03