aboutsummaryrefslogtreecommitdiff
path: root/src/test_devsym.c
Commit message (Expand)AuthorAge
* Add a C-source spell-checking facility. make misspell (on Nix)larrybr2023-06-07
* Fix some test code so that testfixture can build with SQLITE_OMIT_WAL defined.dan2020-10-02
* As it requires wal mode support, do not run test file chunksize.test as part ...dan2019-07-04
* Add a test for the outcome of a process crash within an xWrite VFS methoddan2017-07-22
* Modify the permutations.test script so as to set any permutation specific con...dan2016-04-27
* Since the return value of sqlite3OsClose() is always ignored, we might asdrh2016-04-14
* Change the name of the xShmClose VFS method to xShmUnmap, everywhere.drh2010-07-14
* 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
* Experimental change to the xShmXXX parts of the VFS interface.dan2010-06-11
* Initial code for incremental checkpoint in WAL mode. This check-in compilesdrh2010-05-30
* 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 for the test_devsym.c test module for the VFS-SHM refactoring.drh2010-05-12
* Refactoring the VFS-SHM methods used by WAL. This version compiles anddrh2010-05-12
* Change the VFS definition so that all methods take a VFS object pointer asdrh2010-05-03
* Use VFS method xCurrentTimeInt64 instead of xCurrentTime when it is available.drh2010-05-03
* Merge two wal leaves.dan2010-05-03
|\
| * Change the SHM interface so that it does not take the name of the shareddrh2010-05-01
|/
* Add xShmXXX() methods to the test VFS in test_devsym.test.dan2010-04-30
* 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
* Reset the simulated device in the test harness to its defaultdrh2010-04-12
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix compiler warnings in where.c and in the TCL test harness. (CVS 5994)drh2008-12-09
* Add a case to permutations.test to run tests with the IOCAP_SAFEAPPEND proper...danielk19772008-09-12
* 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
* sqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_EXTENSION defined. (CV...shane2008-05-29
* Add more version tags to files that lack them. Ticket #3120. (CVS 5137)danielk19772008-05-16
* Change <sqlite3.h> to "sqlite3.h" in #includes (CVS 4847)mlcreech2008-03-09
* Make sqlite3SafetyOn() and sqlite3SafetyOff() macros which disappear whendrh2008-01-23
* Move the test (sqlite3_simulate_device) functionality out of the main code an...danielk19772008-01-22