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