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