Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/test_osinst.c
2025-03-06
| ||
13:38 | [269039d9c0] part of check-in [205979813c] Cygwin-centric fixes from Jan Nijtmans. (check-in: [205979813c] user: stephan branch: cygwin-fixes, size: 35607) | |
2024-07-30
| ||
15:49 | [7aa3feaa3a] part of check-in [6e5bb48a74] First attempt at getting the build to work with Tcl 9.0. (check-in: [6e5bb48a74] user: drh branch: tcl9, size: 35635) | |
2023-10-06
| ||
12:51 | [8e11faf10f] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 35763) | |
2020-06-19
| ||
11:34 | [d341f9d761] part of check-in [7bb08b1bfc] Refactoring various names. No changes in the resulting machine code. (check-in: [7bb08b1bfc] user: drh branch: trunk, size: 35509) | |
2019-10-08
| ||
19:45 | [0a58f8a4b0] part of check-in [74d975c69a] Store 64-bit offset values in osinst log files. (check-in: [74d975c69a] user: dan branch: osinst, size: 36935) | |
2019-10-07
| ||
10:29 | [446494a025] part of check-in [1fb76c3e7d] Avoid attempting to read 0 bytes from a file in the osinst vtab code. (check-in: [1fb76c3e7d] user: dan branch: osinst, size: 36519) | |
2019-10-05
| ||
19:17 | [6c94ed7cf9] part of check-in [c9519c0cec] Add a timestamp to each osinst log entry, to facilitate merging multiple log files. (check-in: [c9519c0cec] user: dan branch: osinst, size: 36485) | |
17:29 | [192fbbafc7] part of check-in [eea231f81b] Have sqlite3.c automatically turn on osinst logging for all connections. (check-in: [eea231f81b] user: dan branch: osinst, size: 35723) | |
2016-07-28
| ||
17:11 | [98ef31ff03] part of check-in [f2f1323cc4] Make sure the SQLITE_TCLAPI macro is always defined and use it for all callback functions that must interface with the Tcl C API. (check-in: [f2f1323cc4] user: mistachkin branch: callbackConv, size: 35511) | |
14:37 | [4e21c7b270] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 35438) | |
2016-04-12
| ||
20:05 | [ad0233b1da] part of check-in [ab69527c16] More harmless compiler warning fixes. (check-in: [ab69527c16] user: mistachkin branch: warnings, size: 35363) | |
2015-04-19
| ||
21:43 | [5423dc1d35] part of check-in [d05becd873] Fix harmless compiler warnings seen with MSVC 2015. (check-in: [d05becd873] user: mistachkin branch: vsix2015, size: 35314) | |
2013-11-26
| ||
01:00 | [3d0340bc31] part of check-in [540f552516] Further work on Windows header file reform. (check-in: [540f552516] user: mistachkin branch: winHdr, size: 35356) | |
2012-04-19
| ||
18:04 | [90a845c818] part of check-in [3281972eaa] Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in tclsqlite.c and in the FTS4 module. (check-in: [3281972eaa] user: drh branch: trunk, size: 35306) | |
2012-03-30
| ||
14:59 | [7f790ac89c] part of check-in [cb7a850439] Fix MSVC compiler warnings in test code. (check-in: [cb7a850439] user: drh branch: trunk, size: 35296) | |
2011-12-14
| ||
17:53 | [6abf0a37ce] part of check-in [cdbfb553af] Add a file-control that will discover the name of the bottom-level VFS and all the shims in between. (check-in: [cdbfb553af] user: drh branch: vfsname-filectrl, size: 35243) | |
2011-04-04
| ||
21:48 | [62b0b8ef21] part of check-in [78b6eee200] Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source; (check-in: [78b6eee200] user: shaneh branch: trunk, size: 35108) | |
2010-07-13
| ||
18:44 | [f408c6a181] part of check-in [f4780bde62] 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. (check-in: [f4780bde62] user: dan branch: experimental, size: 35126) | |
2010-07-03
| ||
17:13 | [700a39f4b7] part of check-in [51ec0e5432] Remove the unused xRename() method from the sqlite3_vfs object. Add better documentation on the xCurrentTimeInt64() method. (check-in: [51ec0e5432] user: drh branch: trunk, size: 35601) | |
2010-06-14
| ||
18:01 | [f1e4194860] part of check-in [58dfd83d8b] Move the xShmMap method to in between xShmLock and xShmBarrier, since it seems to fit in there logically. (check-in: [58dfd83d8b] user: drh branch: trunk, size: 35872) | |
14:07 | [0d3d47cf3a] part of check-in [fc0cabc15c] 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. (check-in: [fc0cabc15c] user: dan branch: experimental, size: 35872) | |
2010-06-02
| ||
16:40 | [a0df974ab3] part of check-in [b3109f85bd] Added implementation of vfslog_time() for Windows testing. (check-in: [b3109f85bd] user: shaneh branch: trunk, size: 36872) | |
2010-05-30
| ||
19:55 | [280876b040] part of check-in [ef3ba7a17f] Initial code for incremental checkpoint in WAL mode. This check-in compiles on unix and runs as long as you do not engage WAL mode. WAL mode crashes and burns. Consider this check-in a baseline implementation for getting the new capability up and running. (check-in: [ef3ba7a17f] user: drh branch: wal-incr-ckpt, size: 36504) | |
2010-05-24
| ||
12:34 | [18b342b097] part of check-in [51fd38152b] Fix up test_osinst.c to work with SQLITE_OMIT_VIRTUALTABLE. (check-in: [51fd38152b] user: drh branch: trunk, size: 36516) | |
2010-05-22
| ||
08:22 | [77e9fc304b] part of check-in [5c9e9c06ae] Add a couple of missing methods to test_osinst.c.. (check-in: [5c9e9c06ae] user: dan branch: trunk, size: 36235) | |
2010-05-20
| ||
23:51 | [9cac3f764c] part of check-in [1bd011c9fe] Add a new xShmBarrier method to the VFS - a shared-memory fence operation. Implement the same in both unix and win32. Use it to make the WAL subsystem more robust. (check-in: [1bd011c9fe] user: drh branch: trunk, size: 35195) | |
2010-05-18
| ||
13:27 | [33207e761e] part of check-in [0a6787908e] Mark the shared-memory in the WAL implementation as volatile. (check-in: [0a6787908e] user: drh branch: trunk, size: 34727) | |
2010-05-14
| ||
10:43 | [f7f8e69ea2] part of check-in [2a4014b79b] Fix test_osinst.c so that it does not depend on gettimeofday() unless SQLITE_OS_UNIX is defined and NO_GETTOD is not defined. (check-in: [2a4014b79b] user: dan branch: trunk, size: 34714) | |
08:39 | [06ccd1bcf8] part of check-in [b8a9b37a3c] Add xShmXXX methods to test_osinst.c. (check-in: [b8a9b37a3c] user: dan branch: trunk, size: 34771) | |
2010-05-13
| ||
09:32 | [1a8074514a] part of check-in [4c3e137803] Fix mistake in test_osinst.c. (check-in: [4c3e137803] user: dan branch: mistake, size: 30479) | |
2010-05-12
| ||
19:02 | [4efab33366] part of check-in [ee13c8849d] (Moved to the mistake branch due to compile errors in test_osinst.c.) 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. (check-in: [ee13c8849d] user: dan branch: mistake, size: 30646) | |
2010-04-27
| ||
11:49 | [f5d1a4ee8b] part of check-in [ed715b47c5] Add the xShmRelease() method to the VFS. The os_unix.c implementation of the shared memory logic is still non-functional. (check-in: [ed715b47c5] user: drh branch: wal, size: 30610) | |
2010-04-26
| ||
00:04 | [79a9b9fdb8] part of check-in [f5e615c28c] Begin moving WAL-specific I/O into the VFS. This checkin contains VFS infrastructure but it is untested and is not yet hooked up to the WAL. The version number is bumped to 3.7.0 because of the VFS extension. (check-in: [f5e615c28c] user: drh branch: wal, size: 30990) | |
2009-11-10
| ||
01:30 | [90fb03d396] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 30610) | |
2009-01-08
| ||
17:57 | [9a70a61e12] part of check-in [931f3a21bd] Avoid an 'invalid cast' warning in test_osinst.c. (CVS 6144) (check-in: [931f3a21bd] user: danielk1977 branch: trunk, size: 30680) | |
2008-07-25
| ||
13:32 | [ae29e9c094] part of check-in [16c164e79c] Require the SQLITE_ENABLE_INSTVFS symbol in order to compile testfixture with sqlite3_instvfs enabled. This allows fulltest to run on platforms for which we do not have a working hwtime.h (ex: ppc, s390). Change requested from the SuSE team. (CVS 5478) (check-in: [16c164e79c] user: drh branch: trunk, size: 30670) | |
2008-07-12
| ||
15:55 | [49d777e612] part of check-in [03e3cfc4cc] Fix the test script --binarylog option. (CVS 5401) (check-in: [03e3cfc4cc] user: danielk1977 branch: trunk, size: 30089) | |
2008-06-12
| ||
12:40 | [867f1317bd] part of check-in [699cec66cd] Remove obsolete code from the test_osinst.c module. (CVS 5211) (check-in: [699cec66cd] user: drh branch: trunk, size: 30070) | |
2008-06-11
| ||
11:00 | [37876112c8] part of check-in [98bdc7b44d] Update utility program speedtest8inst1.c. (CVS 5201) (check-in: [98bdc7b44d] user: danielk1977 branch: trunk, size: 30173) | |
2008-06-06
| ||
11:11 | [22b0aea6cd] part of check-in [5173b3e816] 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) (check-in: [5173b3e816] user: danielk1977 branch: trunk, size: 29652) | |
2008-06-05
| ||
11:39 | [a681c2a3ba] part of check-in [4226ac54be] Modify the signatures of the sqlite3_vfs.xAccess and sqlite3_vfs.xCheckReservedLock functions. (CVS 5188) (check-in: [4226ac54be] user: danielk1977 branch: trunk, size: 30126) | |
2008-05-29
| ||
20:22 | [acf306ba86] part of check-in [9883b406ce] 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) (check-in: [9883b406ce] user: shane branch: trunk, size: 30023) | |
2008-05-16
| ||
04:51 | [c684ee6d48] part of check-in [81a8c70ed7] Add more version tags to files that lack them. Ticket #3120. (CVS 5137) (check-in: [81a8c70ed7] user: danielk1977 branch: trunk, size: 30501) | |
2008-05-12
| ||
07:42 | [32b97dea64] part of check-in [85c54a16c7] Modify logging code in test_osinst.c. No changes to production code. (CVS 5120) (check-in: [85c54a16c7] user: danielk1977 branch: trunk, size: 30431) | |
2008-05-09
| ||
16:57 | [f84ac00d61] part of check-in [7a44fb965b] Fix a problem with recovering from an IO error in exclusive-locking mode. (CVS 5112) (check-in: [7a44fb965b] user: danielk1977 branch: trunk, size: 29793) | |
2008-05-08
| ||
15:58 | [b2947f2ef6] part of check-in [8a99efc07f] Add extra instrumentation to test_osinst.c. Also the --binarylog option to the test scripts. (CVS 5106) (check-in: [8a99efc07f] user: danielk1977 branch: trunk, size: 29102) | |
2008-04-14
| ||
17:42 | [7129ca5f91] part of check-in [c9e0d625bc] Fix alignment issue in instrumentation code. (CVS 5005) (check-in: [c9e0d625bc] user: danielk1977 branch: trunk, size: 26592) | |
2008-04-13
| ||
23:13 | [caaf21cad4] part of check-in [f047399799] Fix build errors in test_osinst (CVS 4998) (check-in: [f047399799] user: mlcreech branch: trunk, size: 26584) | |
2008-04-12
| ||
16:03 | [ff9bb856ac] part of check-in [7622d74ad6] Modify speedtest8.c so that it can use the logging from test_osinst.c when HAVE_OSINST is defined. (CVS 4997) (check-in: [7622d74ad6] user: danielk1977 branch: trunk, size: 26594) | |
11:30 | [257403d3f5] part of check-in [3866a5da2b] Modify test_osinst.c so that it only uses public interfaces. (CVS 4995) (check-in: [3866a5da2b] user: danielk1977 branch: trunk, size: 26494) | |
10:53 | [be328c7c1e] part of check-in [f97d894582] Add a logfile option to test_osinst.c. (CVS 4994) (check-in: [f97d894582] user: danielk1977 branch: trunk, size: 25969) | |
2008-04-10
| ||
17:27 | [1a2d6de4ce] part of check-in [e1322415d0] Add the --ostrace and --ossummary options to tester.tcl. To log calls the vfs layer from within test scripts. (CVS 4984) (check-in: [e1322415d0] user: danielk1977 branch: trunk, size: 22672) | |
14:51 | Added: [b6ef38b4b3] part of check-in [d9a6b653d3] Add source file test_osinst.c. A wrapper vfs with instrumentation capabilities. (CVS 4977) (check-in: [d9a6b653d3] user: danielk1977 branch: trunk, size: 22239) | |