index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test2.c
Commit message (
Expand
)
Author
Age
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Fix an off-by-one error causing a buffer overread in test2.c.
dan
2023-08-15
*
Previous change to the fake_big_file command in the test harness was not
drh
2022-11-14
*
Change the fake_big_file test command so that it fails for files larger than
drh
2022-11-14
*
Have wal file checkpoints exit early if the sqlite3_interrupt() API function ...
dan
2016-08-12
*
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
*
Rename the sqlite3PagerAcquire() function to sqlite3PagerGet(). The former
drh
2015-11-04
*
Harmless compiler warning fixes for 'testfixture' and the miscellaneous exten...
mistachkin
2015-01-12
*
Repurpose the SQLITE_TESTCTRL_FAULT_INSTALL test-control to register a
drh
2014-05-16
*
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...
mistachkin
2013-04-29
*
Add new primary error codes SQLITE_NOTICE and SQLITE_WARNING for use with
drh
2013-04-10
*
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
drh
2012-04-19
*
Make sure filenames handed to the VFS by the fake_big_file test procedure
drh
2012-01-11
*
Increase the maximum page size from 32k to 64k.
drh
2010-08-12
*
Remove global variables when compiled with SQLITE_OMIT_WSD
drh
2010-06-03
*
Test that the correct number of padding frames are appended to the log file a...
dan
2010-05-04
*
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
drh
2009-11-10
*
Further simplifications to pager.c in support of structural coverage testing....
drh
2009-07-24
*
Change getAndInitPage() (btree.c) to use only PagerAcquire(), not PagerLookup...
danielk1977
2009-07-21
*
Code simplifications and comment improvements in support of structural
drh
2009-07-16
*
Move codec management from database connections into the pager so that it
drh
2009-06-18
*
Make the pending byte adjustable via sqlite3_test_control() on all builds,
drh
2009-02-05
*
Big change to make pager.c easier to follow. Unused variables removed, commen...
danielk1977
2009-01-20
*
When not compiling for an EBCDIC system, use built-in alternatives to the tolowe
danielk1977
2009-01-20
*
Revert (6187). (CVS 6188)
danielk1977
2009-01-16
*
This commit is an error. Reverted by (6188). (CVS 6187)
danielk1977
2009-01-16
*
Fix for 'truncate file' operations on in-memory databases. (CVS 6131)
danielk1977
2009-01-07
*
Fix compiler warnings in pager.c (CVS 6102)
drh
2009-01-02
*
Add the savepoint feature. This feature is largely untested at this point. (C...
danielk1977
2008-12-17
*
Instead of storing a pointer to the parent page in the MemPage structure, hav...
danielk1977
2008-09-29
*
Simplify the pcache module by only recycling clean pages from 'other' caches....
danielk1977
2008-08-26
*
Add the pcache module from the experimental branch. Also change things so tha...
danielk1977
2008-08-20
*
Remove leftover debugging commands (breakpoint and btree_breakpoint) from
drh
2008-07-12
*
Change the signature of sqlite3PagerPagecount() so that it can return an erro...
danielk1977
2008-06-07
*
Add a completely new testing system for the Bitvec object. The new
drh
2008-03-21
*
Allow a VACUUM operation to change the page-size in the same way as it can be...
danielk1977
2008-03-20
*
Remove the dependency on the direct btree interface from as many test
drh
2008-03-19
*
Correctly handle I/O errors that occur during OsUnlock(). Before this
drh
2008-03-07
*
Add the Bitvec object for tracking which pages have been journalled.
drh
2008-02-18
*
Honor the SQLITE_OPEN_ flags passed into sqlite3_open_v2(). Some
drh
2007-09-03
*
Modifications to the malloc failure tests to test transient and persistent fa...
danielk1977
2007-08-29
*
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
*
Further progress on migration to sqlite3_vfs. (CVS 4242)
danielk1977
2007-08-18
*
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
*
Modify the crash-recovery test code in test6.c for 3.5. Also change some othe...
danielk1977
2007-08-15
*
Fix a resource leak introduced by the change-counter optimisation. Also add s...
danielk1977
2007-04-02
[next]