Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for src/test_devsym.c
2023-06-07
| ||
08:40 | [649434ed34] part of check-in [26c1bb4bd9] Add a C-source spell-checking facility. make misspell (on Nix) (check-in: [26c1bb4bd9] user: larrybr branch: spell-check, size: 15390) | |
2020-10-02
| ||
15:15 | [aff2255ea2] part of check-in [dd009cd7ae] Fix some test code so that testfixture can build with SQLITE_OMIT_WAL defined. (check-in: [dd009cd7ae] user: dan branch: trunk, size: 15387) | |
2019-07-04
| ||
19:19 | [6109b45c3d] part of check-in [acd2df36c2] As it requires wal mode support, do not run test file chunksize.test as part of the "journaltest" permutation. (check-in: [acd2df36c2] user: dan branch: trunk, size: 15339) | |
2017-07-22
| ||
20:12 | [1960abbb23] part of check-in [eb8718006c] Add a test for the outcome of a process crash within an xWrite VFS method call. (check-in: [eb8718006c] user: dan branch: batch-atomic-write, size: 15296) | |
2016-04-27
| ||
18:54 | [4e58dec260] part of check-in [2662d8fef7] Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. (check-in: [2662d8fef7] user: dan branch: permutations-fix, size: 11583) | |
2016-04-14
| ||
13:16 | [7e73009d52] part of check-in [7ee570e7a9] Since the return value of sqlite3OsClose() is always ignored, we might as well make it "void" instead of "int", and thereby save 50 bytes in the compiled binary. (check-in: [7ee570e7a9] user: drh branch: trunk, size: 11459) | |
2010-07-14
| ||
00:14 | [e7498904e7] part of check-in [c2d27cf51d] Change the name of the xShmClose VFS method to xShmUnmap, everywhere. (check-in: [c2d27cf51d] user: drh branch: experimental, size: 11446) | |
2010-07-13
| ||
18:44 | [85286d641b] 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: 11446) | |
2010-07-03
| ||
17:13 | [5a99203fb7] 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: 11665) | |
2010-06-14
| ||
18:01 | [41e6b76f74] 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: 11707) | |
14:07 | [b2c821471e] 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: 11706) | |
2010-06-11
| ||
19:04 | [cf64a4b602] part of check-in [ca68472db0] Experimental change to the xShmXXX parts of the VFS interface. (check-in: [ca68472db0] user: dan branch: experimental, size: 12510) | |
2010-05-30
| ||
19:55 | [709712f515] 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: 12165) | |
2010-05-20
| ||
23:51 | [265e0c6a19] 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: 12157) | |
2010-05-18
| ||
13:27 | [2c5221c047] part of check-in [0a6787908e] Mark the shared-memory in the WAL implementation as volatile. (check-in: [0a6787908e] user: drh branch: trunk, size: 11931) | |
2010-05-12
| ||
18:30 | [1368690281] part of check-in [49d6293375] Fix for the test_devsym.c test module for the VFS-SHM refactoring. (check-in: [49d6293375] user: drh branch: wal-refactor, size: 11903) | |
18:01 | [c910ea795b] part of check-in [2b00152c1a] Refactoring the VFS-SHM methods used by WAL. This version compiles and runs non-WAL test cases but crashes and burns on wal.test. (check-in: [2b00152c1a] user: drh branch: wal-refactor, size: 10640) | |
2010-05-03
| ||
16:30 | [257adf0215] part of check-in [43b5b07f0d] Change the VFS definition so that all methods take a VFS object pointer as their first parameter. (check-in: [43b5b07f0d] user: drh branch: trunk, size: 12039) | |
14:32 | [2160798b2d] part of check-in [ab77b3ae6d] Use VFS method xCurrentTimeInt64 instead of xCurrentTime when it is available. Provide an implementation of xCurrentTimeInt64 for os_unix.c. (check-in: [ab77b3ae6d] user: drh branch: trunk, size: 11812) | |
08:19 | [3d324248b8] part of check-in [23c0e6c3f3] Merge two wal leaves. (check-in: [23c0e6c3f3] user: dan branch: wal, size: 11812) | |
2010-05-01
| ||
20:17 | [84b80966ee] part of check-in [94dea5f9c1] Change the SHM interface so that it does not take the name of the shared object but rather the name of the WAL file and derives its own name from that. Remove the xShmDelete method from the VFS and replace it with a delete flag on xShmClose. (check-in: [94dea5f9c1] user: drh branch: wal, size: 11822) | |
2010-04-30
| ||
16:19 | [c05024cd17] part of check-in [1d20342424] Add xShmXXX() methods to the test VFS in test_devsym.test. (check-in: [1d20342424] user: dan branch: wal, size: 12049) | |
2010-04-27
| ||
11:49 | [361d069bf7] 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: 10184) | |
2010-04-26
| ||
00:04 | [76f4743576] 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: 10582) | |
2010-04-12
| ||
14:51 | [3adf69c716] part of check-in [562d20e662] Reset the simulated device in the test harness to its default configuration whenever it is restarted. (check-in: [562d20e662] user: drh branch: trunk, size: 10184) | |
2009-11-10
| ||
01:30 | [de3c9af2bb] part of check-in [f6c045f649] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f649] user: drh branch: trunk, size: 10118) | |
2008-12-09
| ||
01:32 | [9f4bc2551e] part of check-in [680755dbf0] Fix compiler warnings in where.c and in the TCL test harness. (CVS 5994) (check-in: [680755dbf0] user: drh branch: trunk, size: 10179) | |
2008-09-12
| ||
10:22 | [802d10e65b] part of check-in [80bdaafa77] Add a case to permutations.test to run tests with the IOCAP_SAFEAPPEND property set. (CVS 5693) (check-in: [80bdaafa77] user: danielk1977 branch: trunk, size: 10189) | |
2008-06-06
| ||
11:11 | [6012cb8e3a] 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: 10134) | |
2008-06-05
| ||
11:39 | [3b1ae8abee] 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: 10559) | |
2008-05-29
| ||
02:53 | [647b4dbf30] part of check-in [7c51a97dc1] sqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_EXTENSION defined. (CVS 5171) (check-in: [7c51a97dc1] user: shane branch: trunk, size: 10480) | |
2008-05-16
| ||
04:51 | [76cf28b79c] 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: 10086) | |
2008-03-09
| ||
02:00 | [cee1aecaa9] part of check-in [98e55fa4d3] Change <sqlite3.h> to "sqlite3.h" in #includes (CVS 4847) (check-in: [98e55fa4d3] user: mlcreech branch: trunk, size: 10017) | |
2008-01-23
| ||
03:03 | [fd8884c226] part of check-in [5375ad6b4b] Make sqlite3SafetyOn() and sqlite3SafetyOff() macros which disappear when compiling without -DSQLITE_DEBUG=1. (CVS 4744) (check-in: [5375ad6b4b] user: drh branch: trunk, size: 10017) | |
2008-01-22
| ||
11:50 | Added: [6341971bf1] part of check-in [17e7bd6c3f] Move the test (sqlite3_simulate_device) functionality out of the main code and into a test vfs. (CVS 4737) (check-in: [17e7bd6c3f] user: danielk1977 branch: trunk, size: 10018) | |