aboutsummaryrefslogtreecommitdiff
path: root/src/os.h
Commit message (Expand)AuthorAge
* For the unix VFS, rewrite the xFullPathname method so that it automaticallydrh2022-05-11
* Avoid bugs in some implementations of dlopen() by avoiding calls todrh2021-06-11
* Fix compiler warnings that come up with SQLITE_OMIT_WAL.drh2017-10-05
* Since the return value of sqlite3OsClose() is always ignored, we might asdrh2016-04-14
* Experimental implementation of the sqlite3_system_errno() interface.drh2016-03-17
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Further work on Windows header file reform.mistachkin2013-11-26
* Initial work on isolating usage of the Windows header file.mistachkin2013-11-25
* Remove the unused SQLITE_CURDIR macro.drh2013-04-16
* Change the signature of the xUnfetch method to "int (*xUnfetch)(sqlite3_file*...dan2013-03-25
* Replace the sqlite3_io_methods.xMremap interface with sqlite3_io_methods.xFet...dan2013-03-23
* When possible, use memory mapping when appending new pages to a database file.dan2013-03-20
* Add the sqlite3_io_methods.xMremap() method to the VFS interface. Also "PRAGM...dan2013-03-19
* Correct comment about WinRT compiler define. No changes to code.mistachkin2012-08-03
* Remove support for OS/2 from the source tree.drh2012-06-21
* Add compile-time define to indicate if the VFS supports the concept of a curr...mistachkin2012-03-05
* Add recognition of the SQLITE_OS_WINRT compile-time option. drh2012-03-01
* Add back in some #includes that were removed incorrectly by thedrh2012-03-01
* Remove unused #defines from os.h.drh2012-03-01
* Do not rely on the _WIN32_WINNT macro as vs2005 does not define it by default.drh2012-01-30
* Refactor sqlite3OsFileControlNoFail() into sqlite3FileControlHint().drh2012-01-10
* Add function sqlite3OsFileControlNoFail(), which is the same as sqlite3OsFile...dan2012-01-10
* Remove the code that attempts to find the sector size from the OS anddrh2012-01-02
* The Windows OS flavor #ifdefs must be performed after the 'windows.h' file ha...mistachkin2011-12-09
* Follow the previously established pattern for detecting preprocessor defines ...mistachkin2011-12-08
* Change the name of the xShmClose VFS method to xShmUnmap, everywhere.drh2010-07-14
* Changes so that the xShmOpen VFS method is no longer required. Its job can be...dan2010-07-13
* Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name o...dan2010-06-14
* Experimental change to the xShmXXX parts of the VFS interface.dan2010-06-11
* Remove global variables when compiled with SQLITE_OMIT_WSDdrh2010-06-03
* Initial code for incremental checkpoint in WAL mode. This check-in compilesdrh2010-05-30
* Add a new xShmBarrier method to the VFS - a shared-memory fence operation.drh2010-05-20
* Mark the shared-memory in the WAL implementation as volatile.drh2010-05-18
* Refactoring the VFS-SHM methods used by WAL. This version compiles anddrh2010-05-12
* Use VFS method xCurrentTimeInt64 instead of xCurrentTime when it is available.drh2010-05-03
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Move error simulation code from the sqlite3_os_init() functions into a wrapper.dan2009-08-17
* Make the pending byte adjustable via sqlite3_test_control() on all builds,drh2009-02-05
* Add asserts to detect if a transaction commits without first incrementingdrh2009-01-14
* The amalgamation now compiles cleanly on GCC with optionsdrh2008-12-08
* 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
* Initial attempt at defining the sqlite3_initialize() and sqlite3_shutdown()drh2008-06-09
* Modify the signatures of the sqlite3_vfs.xAccess and sqlite3_vfs.xCheckReserv...danielk19772008-06-05
* Moved check and define for OS_WINCE from os_win.c to os.h (with the other OS_...shane2008-05-29
* sqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_EXTENSION defined. (CV...shane2008-05-29
* Add more version tags to files that lack them. Ticket #3120. (CVS 5137)danielk19772008-05-16
* Support UTF-8 filenames on OS/2 by converting them to and from the local code...pweilbacher2008-04-15
* Work around problems with compilers that do not allow C preprocessordrh2008-03-26
* Do not require os_other.h if compiling with -DOS_OTHER=1. (CVS 4588)drh2007-12-03