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
*
Make sure dot-lock is fully enabled when SQLITE_ENABLE_LOCKING_STYLE is
drh
2008-12-04
*
Fix a missing forward declaration that is needed when
drh
2008-12-03
*
Reorganize the proxy-locking method in os_unix.c. Additional cleanup. (CVS 5...
drh
2008-12-03
*
Make os_unix compile with SQLITE_ENABLE_PROXY_LOCKING (CVS 5970)
aswift
2008-12-03
*
Continue with the cleanup of os_unix.c. (CVS 5969)
drh
2008-12-03
*
Continuing to refactor os_unix.c. This is an incremental check-in. (CVS 5967)
drh
2008-11-29
*
Continuing work on the os_unix.c refactoring. Removed all of the
drh
2008-11-29
*
First step in refactoring os_unix.c. This is work in progress. The code
drh
2008-11-28
*
Move the definition of function transferOwnership() in os_unix.c to below the...
danielk1977
2008-11-25
*
Factor out and simplify the canonical pathname logic in the VxWorks OS
drh
2008-11-21
*
Work toward cleaning up and refactoring the os_unix.c VFS module.
drh
2008-11-21
*
Fixes to the proxy locking so that os_unix.c compiles on linux with proxy
drh
2008-11-21
*
Added support for proxy file locking style
aswift
2008-11-21
*
Fix some compiler warnings that show up when building the amalgamation only. ...
danielk1977
2008-11-19
*
Fix a few more compiler warnings. (CVS 5926)
danielk1977
2008-11-19
*
In os_unix.c, use "IS_VXWORKS" instead of "defined(__RTP__) || defined(_WRS_K...
danielk1977
2008-11-19
*
Eliminate some of the "unused parameter" warnings in os_unix.c. (CVS 5923)
danielk1977
2008-11-19
*
Changes to avoid "unused parameter" compiler warnings. (CVS 5921)
danielk1977
2008-11-19
*
Modifications to avoid unsigned/signed comparisons in various files. (CVS 5914)
danielk1977
2008-11-17
*
Added support for vxworks >= 6.4; RTP mode tested, kernel mode untested. (CVS...
chw
2008-11-17
*
Change the way threadsOverrideEachOthersLocks() works to avoid trying to writ...
danielk1977
2008-11-11
*
Add documentation to make it clear that short reads from xRead in the VFS
drh
2008-11-07
*
Fix an error in (5826). (CVS 5828)
danielk1977
2008-10-16
*
Do not open and sync the directory in unixDelete() if the SQLITE_DISABLE_DIRS...
danielk1977
2008-10-15
*
Fix the xRandomness() method on the unix VFS to return the number of bytes
drh
2008-10-14
*
Fix some function declarations (change "int foo()" to "int foo(void)"). Ticke...
danielk1977
2008-09-24
*
Enable the LOCKING_STYLE extensions by default on a Mac. Leave them
drh
2008-09-23
*
Add instrumentation to os_unix.c to test that a return value of SQLITE_FULL f...
danielk1977
2008-09-22
*
Check if error code ENOTSUP is supported before using it. Ticket #3375. (CVS ...
danielk1977
2008-09-15
*
Add support for the SQLITE_THREADSAFE=2 and SQLITE_DEFAULT_MEMSTATUS compilat...
danielk1977
2008-09-04
*
If SQLITE_ENABLE_LOCKING_STYLE is defined, have the os_unix.c module offer th...
danielk1977
2008-09-04
*
quieting compiler warning about pointer/int conversion size mismatch (CVS 5602)
aswift
2008-08-22
*
Fix os_unix.c so that it will compile on Linux again. (CVS 5588)
drh
2008-08-22
*
Added SQLITE_IOERR_LOCK extended error code and support for detecting and ret...
aswift
2008-08-22
*
When opening a zero-size database on unix, write one byte into the file before
drh
2008-07-30
*
In the unix OS implementation, replace inode hash tables with linked lists. (...
drh
2008-07-30
*
Remove unused code. Test coverage enhancements. Modify the algorithm used
drh
2008-07-10
*
Fix a malloc() failure related problem in os_unix.c. (CVS 5328)
danielk1977
2008-06-30
*
Rearrange some ENABLE_LOCKING_STYLE related code in os_unix.c. (CVS 5324)
danielk1977
2008-06-28
*
Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", ...
danielk1977
2008-06-26
*
Remove internal function sqlite3OsDefaultVfs(). The built-in VFS layers now r...
danielk1977
2008-06-25
*
Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration mo...
danielk1977
2008-06-18
*
Progress toward implementation of sqlite3_config() and a rework of the
drh
2008-06-13
*
Add the xGetLastError() member function to the sqlite3_vfs structure. It is n...
danielk1977
2008-06-06
*
Remove the xGetTempname() method from the vfs structure. Temp files are now o...
danielk1977
2008-06-06
*
Modify the signatures of the sqlite3_vfs.xAccess and sqlite3_vfs.xCheckReserv...
danielk1977
2008-06-05
*
Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided ...
shane
2008-05-29
*
Add more version tags to files that lack them. Ticket #3120. (CVS 5137)
danielk1977
2008-05-16
*
Better error messages when trying to open a large file using a version
drh
2008-05-05
*
Fix test for buffer overrun in unixGettempname(). Fix for #3091. (CVS 5069)
danielk1977
2008-04-30
[next]