aboutsummaryrefslogtreecommitdiff
path: root/src/test6.c
Commit message (Expand)AuthorAge
* 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
* Fix warning in test fixture code.shaneh2010-07-08
* 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
* Add the xShmPage method to the "crash" vfs in test6.c.dan2010-06-14
* 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
* Refactoring the VFS-SHM methods used by WAL. This version compiles anddrh2010-05-12
* Update the crash-test VFS in test6.c to pass-through the shared-memorydrh2010-05-03
* 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
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Fix the crashtest infrastructure so that it doesn't trigger the "don't write ...danielk19772009-02-11
* Prevent code in test6.c from reading the 512 byte locking region (the PENDING...danielk19772009-02-10
* Add a vfs backend that detects problems like the one addressed by (6043) and ...danielk19772008-12-20
* Fix compiler warnings in where.c and in the TCL test harness. (CVS 5994)drh2008-12-09
* 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
* Add more version tags to files that lack them. Ticket #3120. (CVS 5137)danielk19772008-05-16
* Add a new api sqlite3_randomness() for providing access to SQLite'sdrh2008-03-19
* Move the test (sqlite3_simulate_device) functionality out of the main code an...danielk19772008-01-22
* Add a test (and fix) for possible corruption if malloc() fails during a CREAT...danielk19772008-01-18
* Change to the crash simulator to give better diagnostics in case itdrh2007-12-14
* Add a parameter to specify the size of the output buffer passed to xGetTempna...danielk19772007-09-17
* Change the names of xGetTempName and sqlite3OsGetTempName to xGetTempname. To...danielk19772007-09-17
* Fix a problem handling a malloc() failure in printf.c. Also some other things...danielk19772007-09-01
* Fix for registration of non-default vfs objects. (CVS 4360)danielk19772007-09-01
* Remove the xLockState method for sqlite3_io_methods. Replace it withdrh2007-08-31
* Initial implementation of the sqlite3_file_control() interface.drh2007-08-31
* Make the test_async backend work again. (CVS 4293)danielk19772007-08-25
* Remove nRef and vfsMutex from the sqlite3_vfs structure. Omit thedrh2007-08-24
* Add tests to simulate power-failure on devices that support IOCAP_SEQUENTIAL ...danielk19772007-08-24
* The win32 driver compiles but does not yet work well. Many bugsdrh2007-08-24
* Add some further tests and a bugfix for the atomic-write optimization. (CVS 4...danielk19772007-08-23
* Add some tests for the atomic-write optimization. (CVS 4275)danielk19772007-08-23
* Improvements to memory leak detection. The --backtrace=NNN option is nowdrh2007-08-23
* Fix some problems in the crash-test backend. (CVS 4256)danielk19772007-08-21
* Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)drh2007-08-21
* Work toward multithreading support. Currently crashes quickly on a test. (CV...drh2007-08-20
* Changes to crash-test io backend (test6.c) so that it works with the sqlite3_...danielk19772007-08-20
* Begin migration to using sqlite3_vfs interface. (CVS 4240)danielk19772007-08-17
* More work on refactoring of malloc() interfaces. There are still many errors....danielk19772007-08-16
* Half-way through a major refactoring of the memory allocation.drh2007-08-16
* Modify the crash-recovery test code in test6.c for 3.5. Also change some othe...danielk19772007-08-15
* Add comments describing upcoming changes to crash-test module (test6.c). No codedanielk19772007-08-14
* Add new OS file method to return the sector-size of the underlying storage: s...danielk19772007-03-19
* Modifications to crash-test infrastructure. (CVS 3695)danielk19772007-03-17