Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_osinst.c
b6503f1
Cygwin-centric fixes from Jan Nijtmans.
by stephan
· 5 months ago
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
1935887
Ensure that all fields of static sqlite3_module objects are explicitly
by drh
· 1 year, 10 months ago
ccb2113
Refactoring various names. No changes in the resulting machine code.
by drh
· 5 years ago
7617e4a
Make sure the SQLITE_TCLAPI macro is always defined.
by mistachkin
· 9 years ago
52b1dbb
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
by mistachkin
· 9 years ago
77fac87
More harmless compiler warning fixes.
by mistachkin
· 9 years ago
8e18922
Fix harmless compiler warnings seen with MSVC 2015.
by mistachkin
· 10 years ago
f74b9e0
Further work on Windows header file reform.
by mistachkin
· 12 years ago
83cc139
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
by drh
· 13 years ago
7da5fcb
Fix MSVC compiler warnings in test code.
by drh
· 13 years ago
de60fc2
Add a file-control that will discover the name of the bottom-level VFS and
by drh
· 14 years ago
vfsname-filectrl
3a2d29f
Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source;
by shaneh
· 14 years ago
da9fe0c
Changes so that the xShmOpen VFS method is no longer required. Its job can be done by the first call to xShmMap. Rename xShmClose to xShmUnmap.
by dan
· 15 years ago
2667be5
Remove the unused xRename() method from the sqlite3_vfs object.
by drh
· 15 years ago
6b017cc
Move the xShmMap method to in between xShmLock and xShmBarrier, since it seems
by drh
· 15 years ago
1880191
Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name of xShmPage to xShmMap. Remove some code that is now unused from os_unix.c and some of the test VFS implementations.
by dan
· 15 years ago
2796d33
Added implementation of vfslog_time() for Windows testing.
by shaneh
· 15 years ago
73b64e4
Initial code for incremental checkpoint in WAL mode. This check-in compiles
by drh
· 15 years ago
00f699d
Fix up test_osinst.c to work with SQLITE_OMIT_VIRTUALTABLE.
by drh
· 15 years ago
9c0928d
Add a couple of missing methods to test_osinst.c..
by dan
· 15 years ago
286a288
Add a new xShmBarrier method to the VFS - a shared-memory fence operation.
by drh
· 15 years ago
5939f44
Mark the shared-memory in the WAL implementation as volatile.
by drh
· 15 years ago
a9f0fc8
Fix test_osinst.c so that it does not depend on gettimeofday() unless SQLITE_OS_UNIX is defined and NO_GETTOD is not defined.
by dan
· 15 years ago
14740f1
Add xShmXXX methods to test_osinst.c.
by dan
· 15 years ago
a49ba7c
Fix mistake in test_osinst.c.
by dan
· 15 years ago
fbefb89
Change the vfs instrumentation code in test_osinst.c to make it easier to deploy. Add a vtab implementation for reading the binary log file format.
by dan
· 15 years ago
af75c86
Add the xShmRelease() method to the VFS. The os_unix.c implementation of
by drh
· 15 years ago
f2424c5
Begin moving WAL-specific I/O into the VFS. This checkin contains VFS
by drh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
484fe37
Avoid an 'invalid cast' warning in test_osinst.c. (CVS 6144)
by danielk1977
· 17 years ago
40f2c76
Require the SQLITE_ENABLE_INSTVFS symbol in order to compile testfixture
by drh
· 17 years ago
185eac9
Fix the test script --binarylog option. (CVS 5401)
by danielk1977
· 17 years ago
be4076e
Remove obsolete code from the test_osinst.c module. (CVS 5211)
by drh
· 17 years ago
d186854
Update utility program speedtest8inst1.c. (CVS 5201)
by danielk1977
· 17 years ago
17b90b5
Remove the xGetTempname() method from the vfs structure. Temp files are now opened by passing a NULL pointer as the filename to xOpen(). (CVS 5190)
by danielk1977
· 17 years ago
861f745
Modify the signatures of the sqlite3_vfs.xAccess and sqlite3_vfs.xCheckReservedLock functions. (CVS 5188)
by danielk1977
· 17 years ago
9bcbdad
Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC version. Modified code for consistent use of hwtime(). Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5178)
by shane
· 17 years ago
822a516
Add more version tags to files that lack them. Ticket #3120. (CVS 5137)
by danielk1977
· 17 years ago
2746704
Modify logging code in test_osinst.c. No changes to production code. (CVS 5120)
by danielk1977
· 17 years ago
93f7af9
Fix a problem with recovering from an IO error in exclusive-locking mode. (CVS 5112)
by danielk1977
· 17 years ago
374177e
Add extra instrumentation to test_osinst.c. Also the --binarylog option to the test scripts. (CVS 5106)
by danielk1977
· 17 years ago
30f72bf
Fix alignment issue in instrumentation code. (CVS 5005)
by danielk1977
· 17 years ago
ede2627
Fix build errors in test_osinst (CVS 4998)
by mlcreech
· 17 years ago
2551caf
Modify speedtest8.c so that it can use the logging from test_osinst.c when HAVE_OSINST is defined. (CVS 4997)
by danielk1977
· 17 years ago
0520dbb
Modify test_osinst.c so that it only uses public interfaces. (CVS 4995)
by danielk1977
· 17 years ago
70b9b04
Add a logfile option to test_osinst.c. (CVS 4994)
by danielk1977
· 17 years ago
1e21fd5
Add the --ostrace and --ossummary options to tester.tcl. To log calls the vfs layer from within test scripts. (CVS 4984)
by danielk1977
· 17 years ago
5d1f5aa
Add source file test_osinst.c. A wrapper vfs with instrumentation capabilities. (CVS 4977)
by danielk1977
· 17 years ago