index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test6.c
Commit message (
Expand
)
Author
Age
*
Change the name of the xShmClose VFS method to xShmUnmap, everywhere.
drh
2010-07-14
*
Changes so that the xShmOpen VFS method is no longer required. Its job can be...
dan
2010-07-13
*
Fix warning in test fixture code.
shaneh
2010-07-08
*
Remove the unused xRename() method from the sqlite3_vfs object.
drh
2010-07-03
*
Move the xShmMap method to in between xShmLock and xShmBarrier, since it seems
drh
2010-06-14
*
Remove xShmGet/Size/Release from the sqlite3_vfs structure. Change the name o...
dan
2010-06-14
*
Add the xShmPage method to the "crash" vfs in test6.c.
dan
2010-06-14
*
Initial code for incremental checkpoint in WAL mode. This check-in compiles
drh
2010-05-30
*
Add a new xShmBarrier method to the VFS - a shared-memory fence operation.
drh
2010-05-20
*
Mark the shared-memory in the WAL implementation as volatile.
drh
2010-05-18
*
Refactoring the VFS-SHM methods used by WAL. This version compiles and
drh
2010-05-12
*
Update the crash-test VFS in test6.c to pass-through the shared-memory
drh
2010-05-03
*
Add the xShmRelease() method to the VFS. The os_unix.c implementation of
drh
2010-04-27
*
Begin moving WAL-specific I/O into the VFS. This checkin contains VFS
drh
2010-04-26
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Fix the crashtest infrastructure so that it doesn't trigger the "don't write ...
danielk1977
2009-02-11
*
Prevent code in test6.c from reading the 512 byte locking region (the PENDING...
danielk1977
2009-02-10
*
Add a vfs backend that detects problems like the one addressed by (6043) and ...
danielk1977
2008-12-20
*
Fix compiler warnings in where.c and in the TCL test harness. (CVS 5994)
drh
2008-12-09
*
Remove the xGetTempname() method from the vfs structure. Temp files are now o...
danielk1977
2008-06-06
*
Modify the signatures of the sqlite3_vfs.xAccess and sqlite3_vfs.xCheckReserv...
danielk1977
2008-06-05
*
Add more version tags to files that lack them. Ticket #3120. (CVS 5137)
danielk1977
2008-05-16
*
Add a new api sqlite3_randomness() for providing access to SQLite's
drh
2008-03-19
*
Move the test (sqlite3_simulate_device) functionality out of the main code an...
danielk1977
2008-01-22
*
Add a test (and fix) for possible corruption if malloc() fails during a CREAT...
danielk1977
2008-01-18
*
Change to the crash simulator to give better diagnostics in case it
drh
2007-12-14
*
Add a parameter to specify the size of the output buffer passed to xGetTempna...
danielk1977
2007-09-17
*
Change the names of xGetTempName and sqlite3OsGetTempName to xGetTempname. To...
danielk1977
2007-09-17
*
Fix a problem handling a malloc() failure in printf.c. Also some other things...
danielk1977
2007-09-01
*
Fix for registration of non-default vfs objects. (CVS 4360)
danielk1977
2007-09-01
*
Remove the xLockState method for sqlite3_io_methods. Replace it with
drh
2007-08-31
*
Initial implementation of the sqlite3_file_control() interface.
drh
2007-08-31
*
Make the test_async backend work again. (CVS 4293)
danielk1977
2007-08-25
*
Remove nRef and vfsMutex from the sqlite3_vfs structure. Omit the
drh
2007-08-24
*
Add tests to simulate power-failure on devices that support IOCAP_SEQUENTIAL ...
danielk1977
2007-08-24
*
The win32 driver compiles but does not yet work well. Many bugs
drh
2007-08-24
*
Add some further tests and a bugfix for the atomic-write optimization. (CVS 4...
danielk1977
2007-08-23
*
Add some tests for the atomic-write optimization. (CVS 4275)
danielk1977
2007-08-23
*
Improvements to memory leak detection. The --backtrace=NNN option is now
drh
2007-08-23
*
Fix some problems in the crash-test backend. (CVS 4256)
danielk1977
2007-08-21
*
Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)
drh
2007-08-21
*
Work toward multithreading support. Currently crashes quickly on a test. (CV...
drh
2007-08-20
*
Changes to crash-test io backend (test6.c) so that it works with the sqlite3_...
danielk1977
2007-08-20
*
Begin migration to using sqlite3_vfs interface. (CVS 4240)
danielk1977
2007-08-17
*
More work on refactoring of malloc() interfaces. There are still many errors....
danielk1977
2007-08-16
*
Half-way through a major refactoring of the memory allocation.
drh
2007-08-16
*
Modify the crash-recovery test code in test6.c for 3.5. Also change some othe...
danielk1977
2007-08-15
*
Add comments describing upcoming changes to crash-test module (test6.c). No code
danielk1977
2007-08-14
*
Add new OS file method to return the sector-size of the underlying storage: s...
danielk1977
2007-03-19
*
Modifications to crash-test infrastructure. (CVS 3695)
danielk1977
2007-03-17
[next]