aboutsummaryrefslogtreecommitdiff
path: root/src/test_journal.c
Commit message (Expand)AuthorAge
* Add the xShmRelease() method to the VFS. The os_unix.c implementation ofdrh2010-04-27
* Begin moving WAL-specific I/O into the VFS. This checkin contains VFSdrh2010-04-26
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* Another change to test_journal.c to account for (6817). Again, only test code...danielk19772009-06-26
* Update test_journal.c to account for (6817). Changes to test code only. (CVS ...danielk19772009-06-26
* Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pladanielk19772009-04-07
* Fix thread related problems in test modules test_async.c and test_journal.c. ...danielk19772009-03-28
* Ensure that the test vfs in test_journal.c zeroes sqlite3_file.pMethods if an...danielk19772009-03-26
* Corrected typos and misspellings. Ticket #3702. (CVS 6336)shane2009-03-05
* Fix a case where during a rollback triggered by an IO or malloc error an unjo...danielk19772009-02-12
* Modify the test_journal.c code to (1) account for the backup code writing to ...danielk19772009-02-11
* Sometimes a single byte is written to the main database file. Make suredrh2009-01-11
* Clean up test_journal.c to make it easier to follow. (CVS 6140)danielk19772009-01-08
* Make the same change as (6121) (accidentally reverted). Also enhance test_jou...danielk19772009-01-07
* Modify test_journal.c to verify the page data being written to the journal fi...danielk19772009-01-06
* Fix a memory leak in test_journal.c (test code). Also remove function pager_t...danielk19772009-01-06
* Fix some test code problems in "permutations.test journaltest pager.test". (C...danielk19772009-01-05
* Fix a couple of problems in test file test_journal.c that were causing segfau...danielk19772008-12-24
* Add a case to permutations.test to run tests with the test_journal.c backend ...danielk19772008-12-22
* Add a vfs backend that detects problems like the one addressed by (6043) and ...danielk19772008-12-20