aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
Commit message (Expand)AuthorAge
* Do not invoke a C preprocessor macro with an empty argument, as (reportedly)drh2015-03-21
* Fix the blocking WAL lock so that it works and so that it compiles on a Mac.drh2015-03-21
* Arrange for some of the transient locks in WAL mode to block, as a singledrh2015-03-10
* Clean up #ifdef logic dealing with VxWorks in os_unix.c. On VxWorks, drh2015-03-03
* Fix compiler warnings when compiling under VxWorks 7.drh2015-03-03
* Changes so that the amalgamation and the command-line shell build withoutdrh2015-03-02
* Fix a compiler warning associated with USE_PREAD64.drh2015-02-21
* Fix over-length source code lines in os_unix.c.drh2015-02-21
* Remove a redundant call to statfs() in the xOpen() method of the unix VFS.drh2015-02-19
* Move the os_unix.c file closer to apple-osx.drh2015-02-19
* Make use of the fdatasync() interface if the HAVE_FDATASYNC macro is true.drh2015-01-10
* Fix a problem in the unix implementation of FCNTL_SIZE_HINT on systems that d...dan2015-01-06
* Ensure that when a file is extended using FCNTL_SIZE_HINT the last page is al...dan2014-12-30
* If the sorter uses mmap'd temp files, ensure all pages of the temp file have ...dan2014-12-30
* 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