index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os_common.h
Commit message (
Expand
)
Author
Age
*
Change the handling of hwtime.h to make it easier to compile performance
drh
2022-11-29
*
Enhance the MSVC makefile to enable building 'testfixture' fully from source ...
mistachkin
2016-02-11
*
Move OSTRACE defines so they are visible to all source files that need them.
mistachkin
2015-04-16
*
Make sure the sqlite3DebugPrintf() function is defined for OSTRACE as well.
mistachkin
2015-04-16
*
Merge updates from trunk. Make OSTRACE changes work on Linux.
mistachkin
2015-04-16
|
\
*
|
Fix build with OSTRACE enabled on Windows when building using separate source...
mistachkin
2015-04-02
*
|
Build fixes for OSTRACE enhancements.
mistachkin
2015-03-31
*
|
Testing enhancements on Windows.
mistachkin
2015-03-31
|
/
*
The server1.test script should only run if mutexes are functional.
drh
2011-08-31
*
Only create the sqlite3OSTrace global variable if compiling with
drh
2011-08-31
*
Add retry logic for AV defense to winAccess(). Also allow OS tracing to be
drh
2011-07-22
*
Change the OSTRACEn() macro to OSTRACE(()). Also rename some internal fields
drh
2010-05-14
*
Progress towards a VFS that will support WAL. Locking code is in place
drh
2010-04-29
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Remove old declaration of sqlite3_pending_byte (which was used by test code)....
danielk1977
2009-02-24
*
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
*
Correctly handle I/O errors that occur during OsUnlock(). Before this
drh
2008-03-07
*
Various renames & cleanups to limit exported symbols on amalgamation build (C...
mlcreech
2008-03-04
*
Bring the amalgamation builder up to date with the latest changes.
drh
2007-08-27
*
More tweaking of linkage. Ticket #2554. (CVS 4200)
drh
2007-08-08
*
Additional refinements on the amalgamation: Give a couple of constants
drh
2007-08-08
*
Fix multiple performance regressions (ticket #2298 among them)
drh
2007-04-13
*
Fix some warnings about unused and uninitialized variables. (CVS 3788)
drh
2007-04-01
*
Modify sources to that they can be combined into a single sqlite3.c source
drh
2007-03-26
*
Add a comment to the OsSectorSize() function. (CVS 3710)
danielk1977
2007-03-23
*
Add new OS file method to return the sector-size of the underlying storage: s...
danielk1977
2007-03-19
*
Fix the pager so that it handles persistent I/O errors correctly.
drh
2007-03-15
*
Infrastructure to make simulated I/O errors persistent instead of
drh
2007-03-15
*
Minor build fixes. (CVS 3419)
adamd
2006-09-14
*
Enhanced I/O error simulation. (CVS 3418)
drh
2006-09-14
*
Typecast to silence (incorrect) compiler warning. (CVS 3054)
drh
2006-02-01
*
Fix os_common.h so that the code builds without -DSQLITE_MEMDEBUG. (CVS 3000)
drh
2006-01-23
*
Correctly handle malloc() failure in GenericMalloc() and GenericRealloc(). Fi...
danielk1977
2006-01-16
*
Remove a few duplicate variable initializations in sqlite3BtreeCursor(). (CVS...
danielk1977
2006-01-13
*
Minor modification to restoreOrClearCursorPosition() to improve efficiency. D...
danielk1977
2006-01-13
*
Change the OS interface layer to use traditional direct function call
drh
2006-01-06
*
Make genericAllocationSize work on NULL pointers. (CVS 2842)
drh
2005-12-22
*
Move malloc(), free(), realloc() and allocationSize() into the Os vtbl. (CVS ...
danielk1977
2005-12-15
*
VACUUM works even on an empty database. Ticket #1512. (CVS 2760)
drh
2005-11-04
*
Changes to make corruption errors easier to track down. (CVS 2709)
drh
2005-09-17
*
Move the definition of sqlite3_pending_byte from test2.c to os_common.h. (CVS...
danielk1977
2005-09-16
*
Enhanced disk-full tests. (CVS 2682)
drh
2005-09-09
*
Additional code to test the SQLITE_FULL return when the disk is full. (CVS 1994)
drh
2004-10-01
*
Separate P4 timing asm code out of the SQLITE_DEBUG macro so that SQLITE_DEBUG
drh
2004-08-04
*
Fix TRACE7 in os_common.h. (CVS 1765)
drh
2004-06-29
*
Bug-fixes to get the two threadtest C programs working again. (CVS 1756)
danielk1977
2004-06-29
*
Improve the speed of OP_Column through better caching. (CVS 1577)
drh
2004-06-12
*
Fixes to the file locking. 109 tests are now failing. (CVS 1548)
drh
2004-06-09
*
More work on windows locking. Fix some problems with unix locking. There
drh
2004-06-07
[next]