aboutsummaryrefslogtreecommitdiff
path: root/src/test_osinst.c
Commit message (Expand)AuthorAge
* Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* Refactoring various names. No changes in the resulting machine code.drh2020-06-19
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* More harmless compiler warning fixes.mistachkin2016-04-12
* Fix harmless compiler warnings seen with MSVC 2015.mistachkin2015-04-19
* Further work on Windows header file reform.mistachkin2013-11-26
* Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also indrh2012-04-19
* Fix MSVC compiler warnings in test code.drh2012-03-30
* Add a file-control that will discover the name of the bottom-level VFS anddrh2011-12-14
* Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX fr...shaneh2011-04-04
* Changes so that the xShmOpen VFS method is no longer required. Its job can be...dan2010-07-13
* Remove the unused xRename() method from the sqlite3_vfs object.drh2010-07-03
* Move the xShmMap method to in between xShmLock and xShmBarrier, since it seemsdrh2010-06-14
* Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name o...dan2010-06-14
* Added implementation of vfslog_time() for Windows testing.shaneh2010-06-02
* Initial code for incremental checkpoint in WAL mode. This check-in compilesdrh2010-05-30
* Fix up test_osinst.c to work with SQLITE_OMIT_VIRTUALTABLE.drh2010-05-24
* Add a couple of missing methods to test_osinst.c..dan2010-05-22
* 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
* Fix test_osinst.c so that it does not depend on gettimeofday() unless SQLITE_...dan2010-05-14
* Add xShmXXX methods to test_osinst.c.dan2010-05-14
* Fix mistake in test_osinst.c.dan2010-05-13
* Change the vfs instrumentation code in test_osinst.c to make it easier to dep...dan2010-05-12
* Add the xShmRelease() method to the VFS. The os_unix.c implementation ofdrh2010-04-27
* Begin moving WAL-specific I/O into the VFS. This checkin contains VFSdrh2010-04-26
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Avoid an 'invalid cast' warning in test_osinst.c. (CVS 6144)danielk19772009-01-08
* Require the SQLITE_ENABLE_INSTVFS symbol in order to compile testfixturedrh2008-07-25
* Fix the test script --binarylog option. (CVS 5401)danielk19772008-07-12
* Remove obsolete code from the test_osinst.c module. (CVS 5211)drh2008-06-12
* Update utility program speedtest8inst1.c. (CVS 5201)danielk19772008-06-11
* 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
* Modify logging code in test_osinst.c. No changes to production code. (CVS 5120)danielk19772008-05-12
* Fix a problem with recovering from an IO error in exclusive-locking mode. (CV...danielk19772008-05-09
* Add extra instrumentation to test_osinst.c. Also the --binarylog option to th...danielk19772008-05-08
* Fix alignment issue in instrumentation code. (CVS 5005)danielk19772008-04-14
* Fix build errors in test_osinst (CVS 4998)mlcreech2008-04-13
* Modify speedtest8.c so that it can use the logging from test_osinst.c when HA...danielk19772008-04-12
* Modify test_osinst.c so that it only uses public interfaces. (CVS 4995)danielk19772008-04-12
* Add a logfile option to test_osinst.c. (CVS 4994)danielk19772008-04-12
* Add the --ostrace and --ossummary options to tester.tcl. To log calls the vfs...danielk19772008-04-10
* Add source file test_osinst.c. A wrapper vfs with instrumentation capabilitie...danielk19772008-04-10