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