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