index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os_unix.c
Commit message (
Expand
)
Author
Age
*
Do not invoke a C preprocessor macro with an empty argument, as (reportedly)
drh
2015-03-21
*
Fix the blocking WAL lock so that it works and so that it compiles on a Mac.
drh
2015-03-21
*
Arrange for some of the transient locks in WAL mode to block, as a single
drh
2015-03-10
*
Clean up #ifdef logic dealing with VxWorks in os_unix.c. On VxWorks,
drh
2015-03-03
*
Fix compiler warnings when compiling under VxWorks 7.
drh
2015-03-03
*
Changes so that the amalgamation and the command-line shell build without
drh
2015-03-02
*
Fix a compiler warning associated with USE_PREAD64.
drh
2015-02-21
*
Fix over-length source code lines in os_unix.c.
drh
2015-02-21
*
Remove a redundant call to statfs() in the xOpen() method of the unix VFS.
drh
2015-02-19
*
Move the os_unix.c file closer to apple-osx.
drh
2015-02-19
*
Make use of the fdatasync() interface if the HAVE_FDATASYNC macro is true.
drh
2015-01-10
*
Fix a problem in the unix implementation of FCNTL_SIZE_HINT on systems that d...
dan
2015-01-06
*
Ensure that when a file is extended using FCNTL_SIZE_HINT the last page is al...
dan
2014-12-30
*
If the sorter uses mmap'd temp files, ensure all pages of the temp file have ...
dan
2014-12-30
*
Disable shared memory operations using the unix-nolock VFS.
drh
2014-09-22
*
Make the "nolock" VFS on unix a version-3 VFS so that the sorter can
drh
2014-09-19
*
Fixes to os_unix.c to support database (and other) files larger than 2GiB on ...
dan
2014-09-06
|
\
|
*
Merge latest trunk changes with this branch.
dan
2014-09-06
|
|
\
|
|
/
|
/
|
*
|
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
|
*
Fixes to os_unix.c to support database (and other) files larger than 2GiB.
dan
2014-09-06
|
/
*
Attempt to make the xDelete method of the unix VFS more robust on VxWorks.
drh
2014-09-01
*
Minor change to unixDelete for VxWorks with a DOS filesystem.
drh
2014-08-13
*
Fix typos in the VxWorks code of os_unix.c.
drh
2014-08-12
*
Changes that will perhaps enable SQLite to work better on VxWorks.
drh
2014-08-11
*
The SQLITE_IOERR_BLOCKED extended error code is not longer used, so remove
drh
2014-08-08
*
Fix a problem with SQLITE_OMIT_WAL builds.
dan
2014-06-23
*
Add the SQLITE_UNLINK_AFTER_CLOSE compile-time option. If enabled, the
drh
2014-06-16
*
Back out the unix VFS changes that seeks to avoid fstat() calls after an
drh
2014-06-16
*
Avoid an unnecessary initialization of the szFile field of unixFile in
drh
2014-06-09
*
Enhance the unix VFS so that it keeps track of the size of unlinked files
drh
2014-06-09
*
Add a test to ensure os_unix.c works with 64KiB OS pages.
dan
2014-03-20
*
Add an experimental fix to avoid attempting to mmap memory from an offset tha...
dan
2014-03-20
*
Fix redundant definitions of _LARGE_FILE and _LARGEFILE_SOURCE.
drh
2014-02-07
*
Fixes for various clang warnings.
drh
2014-01-24
*
Fix another harmless compiler warning in unixUnfetch().
dan
2014-01-10
*
Fix harmless compiler warning in unixUnfetch().
drh
2014-01-09
*
Try to detect process ID changes due to fork() calls in os_unix.c and
drh
2014-01-01
*
Actually look at i-node numbers to determine whether or not the database
drh
2013-12-07
*
Fix two potential (and apparently harmless) shift overflows discovered by
drh
2013-12-05
*
Fix a problem in os_unix.c causing compilation failure if SQLITE_DEBUG and SQ...
dan
2013-10-31
*
Add support for Cygwin when handling temporary file names. Improve error cod...
mistachkin
2013-08-30
*
Add the SQLITE_MINIMUM_FILE_DESCRIPTOR compile-time option, for control over
drh
2013-08-30
*
Improvements to the robust_open() logic in the unix VFS so that if an attempt
drh
2013-08-30
*
Change the unix VFS so that it refuses to open a database file using
drh
2013-08-29
*
Never leave an open file descriptor pointing into the middle of the
drh
2013-08-29
*
Merge updates from trunk.
mistachkin
2013-08-26
|
\
|
*
Fix for builds with both SQLITE_OMIT_WAL and SQLITE_MAX_MMAP_SIZE=0 defined.
dan
2013-08-26
*
|
Fix a couple compilation issues on Unix.
mistachkin
2013-08-24
*
|
Unify the result of PRAGMA mmap_size when mmap support is disabled.
mistachkin
2013-08-24
|
/
*
Disable posix_fallocate() for all systems, all the time, unless the
drh
2013-06-20
[next]