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