index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_devsym.c
Commit message (
Expand
)
Author
Age
*
Add a C-source spell-checking facility. make misspell (on Nix)
larrybr
2023-06-07
*
Fix some test code so that testfixture can build with SQLITE_OMIT_WAL defined.
dan
2020-10-02
*
As it requires wal mode support, do not run test file chunksize.test as part ...
dan
2019-07-04
*
Add a test for the outcome of a process crash within an xWrite VFS method
dan
2017-07-22
*
Modify the permutations.test script so as to set any permutation specific con...
dan
2016-04-27
*
Since the return value of sqlite3OsClose() is always ignored, we might as
drh
2016-04-14
*
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
*
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
*
Experimental change to the xShmXXX parts of the VFS interface.
dan
2010-06-11
*
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
*
Fix for the test_devsym.c test module for the VFS-SHM refactoring.
drh
2010-05-12
*
Refactoring the VFS-SHM methods used by WAL. This version compiles and
drh
2010-05-12
*
Change the VFS definition so that all methods take a VFS object pointer as
drh
2010-05-03
*
Use VFS method xCurrentTimeInt64 instead of xCurrentTime when it is available.
drh
2010-05-03
*
Merge two wal leaves.
dan
2010-05-03
|
\
|
*
Change the SHM interface so that it does not take the name of the shared
drh
2010-05-01
|
/
*
Add xShmXXX() methods to the test VFS in test_devsym.test.
dan
2010-04-30
*
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
*
Reset the simulated device in the test harness to its default
drh
2010-04-12
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Fix compiler warnings in where.c and in the TCL test harness. (CVS 5994)
drh
2008-12-09
*
Add a case to permutations.test to run tests with the IOCAP_SAFEAPPEND proper...
danielk1977
2008-09-12
*
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
*
sqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_EXTENSION defined. (CV...
shane
2008-05-29
*
Add more version tags to files that lack them. Ticket #3120. (CVS 5137)
danielk1977
2008-05-16
*
Change <sqlite3.h> to "sqlite3.h" in #includes (CVS 4847)
mlcreech
2008-03-09
*
Make sqlite3SafetyOn() and sqlite3SafetyOff() macros which disappear when
drh
2008-01-23
*
Move the test (sqlite3_simulate_device) functionality out of the main code an...
danielk1977
2008-01-22