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
*
Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more s...
stephan
2025-03-08
*
Cygwin-centric fixes from Jan Nijtmans.
stephan
2025-03-06
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
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
*
Add a test for the outcome of a process crash within an xWrite VFS method
dan
2017-07-22
*
When saving the state of an RBU update in the incremental-checkpoint phase,
dan
2017-03-02
*
Further reforms to Tcl_*Alloc() usage.
mistachkin
2017-02-15
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Fix an obscure problem with transactions written in "PRAGMA synchronous=full"...
dan
2016-05-24
*
Modify the permutations.test script so as to set any permutation specific con...
dan
2016-04-27
*
Add the SQLITE_FCNTL_SYNC and SQLITE_FCNTL_COMMIT_PHASETWO file-controls
drh
2013-12-11
|
\
|
*
Have the crash-test infrastructure code in test6.c read and write the 512-byt...
dan
2013-12-11
|
*
Modify the way some internal file-controls are invoked. In order to support m...
dan
2013-12-09
|
/
*
Fix harmless compiler warnings.
mistachkin
2013-10-31
*
Fix an 8-byte alignment problem on the "crash test" harness (test code,
drh
2013-10-15
*
Many spelling fixes in comments. No changes to code.
mistachkin
2013-03-21
*
More warning fixes.
mistachkin
2012-10-18
*
Fix harmless compiler warnings.
mistachkin
2012-10-18
*
Add a test for the problem fixed by [bf44d73d3e].
dan
2012-10-17
*
Change the way the tcl crash-test code works to avoid triggering an assert() ...
dan
2012-10-17
*
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
drh
2012-04-19
*
Fix MSVC compiler warnings in test code.
drh
2012-03-30
*
On Windows, make sure the current directory value used by the test suite is '...
mistachkin
2012-03-08
*
Change the name ZERO_DAMAGE to the more descriptive POWERSAFE_OVERWRITE.
drh
2011-12-23
*
Add SQLITE_IOCAP_ZERO_DAMAGE and enable it for both unix and windows. Use
drh
2011-12-17
*
Change the way the "crash" VFS (test6.c) handles SQLITE_FCNTL_SIZE_HINT.
dan
2011-08-23
*
Have the "crash" VFS used by the tcl tests (test6.c) handle SQLITE_FCNTL_SIZE...
dan
2011-08-23
*
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
[next]