index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_osinst.c
Commit message (
Expand
)
Author
Age
*
Cygwin-centric fixes from Jan Nijtmans.
stephan
2025-03-06
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Ensure that all fields of static sqlite3_module objects are explicitly
drh
2023-10-06
*
Refactoring various names. No changes in the resulting machine code.
drh
2020-06-19
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
More harmless compiler warning fixes.
mistachkin
2016-04-12
*
Fix harmless compiler warnings seen with MSVC 2015.
mistachkin
2015-04-19
*
Further work on Windows header file reform.
mistachkin
2013-11-26
*
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
drh
2012-04-19
*
Fix MSVC compiler warnings in test code.
drh
2012-03-30
*
Add a file-control that will discover the name of the bottom-level VFS and
drh
2011-12-14
*
Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX fr...
shaneh
2011-04-04
*
Changes so that the xShmOpen VFS method is no longer required. Its job can be...
dan
2010-07-13
*
Remove the unused xRename() method from the sqlite3_vfs object.
drh
2010-07-03
*
Move the xShmMap method to in between xShmLock and xShmBarrier, since it seems
drh
2010-06-14
*
Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name o...
dan
2010-06-14
*
Added implementation of vfslog_time() for Windows testing.
shaneh
2010-06-02
*
Initial code for incremental checkpoint in WAL mode. This check-in compiles
drh
2010-05-30
*
Fix up test_osinst.c to work with SQLITE_OMIT_VIRTUALTABLE.
drh
2010-05-24
*
Add a couple of missing methods to test_osinst.c..
dan
2010-05-22
*
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
*
Fix test_osinst.c so that it does not depend on gettimeofday() unless SQLITE_...
dan
2010-05-14
*
Add xShmXXX methods to test_osinst.c.
dan
2010-05-14
*
Fix mistake in test_osinst.c.
dan
2010-05-13
*
Change the vfs instrumentation code in test_osinst.c to make it easier to dep...
dan
2010-05-12
*
Add the xShmRelease() method to the VFS. The os_unix.c implementation of
drh
2010-04-27
*
Begin moving WAL-specific I/O into the VFS. This checkin contains VFS
drh
2010-04-26
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Avoid an 'invalid cast' warning in test_osinst.c. (CVS 6144)
danielk1977
2009-01-08
*
Require the SQLITE_ENABLE_INSTVFS symbol in order to compile testfixture
drh
2008-07-25
*
Fix the test script --binarylog option. (CVS 5401)
danielk1977
2008-07-12
*
Remove obsolete code from the test_osinst.c module. (CVS 5211)
drh
2008-06-12
*
Update utility program speedtest8inst1.c. (CVS 5201)
danielk1977
2008-06-11
*
Remove the xGetTempname() method from the vfs structure. Temp files are now o...
danielk1977
2008-06-06
*
Modify the signatures of the sqlite3_vfs.xAccess and sqlite3_vfs.xCheckReserv...
danielk1977
2008-06-05
*
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
*
Modify logging code in test_osinst.c. No changes to production code. (CVS 5120)
danielk1977
2008-05-12
*
Fix a problem with recovering from an IO error in exclusive-locking mode. (CV...
danielk1977
2008-05-09
*
Add extra instrumentation to test_osinst.c. Also the --binarylog option to th...
danielk1977
2008-05-08
*
Fix alignment issue in instrumentation code. (CVS 5005)
danielk1977
2008-04-14
*
Fix build errors in test_osinst (CVS 4998)
mlcreech
2008-04-13
*
Modify speedtest8.c so that it can use the logging from test_osinst.c when HA...
danielk1977
2008-04-12
*
Modify test_osinst.c so that it only uses public interfaces. (CVS 4995)
danielk1977
2008-04-12
*
Add a logfile option to test_osinst.c. (CVS 4994)
danielk1977
2008-04-12
*
Add the --ostrace and --ossummary options to tester.tcl. To log calls the vfs...
danielk1977
2008-04-10
*
Add source file test_osinst.c. A wrapper vfs with instrumentation capabilitie...
danielk1977
2008-04-10