index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_journal.c
Commit message (
Expand
)
Author
Age
*
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
*
Another change to test_journal.c to account for (6817). Again, only test code...
danielk1977
2009-06-26
*
Update test_journal.c to account for (6817). Changes to test code only. (CVS ...
danielk1977
2009-06-26
*
Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pla
danielk1977
2009-04-07
*
Fix thread related problems in test modules test_async.c and test_journal.c. ...
danielk1977
2009-03-28
*
Ensure that the test vfs in test_journal.c zeroes sqlite3_file.pMethods if an...
danielk1977
2009-03-26
*
Corrected typos and misspellings. Ticket #3702. (CVS 6336)
shane
2009-03-05
*
Fix a case where during a rollback triggered by an IO or malloc error an unjo...
danielk1977
2009-02-12
*
Modify the test_journal.c code to (1) account for the backup code writing to ...
danielk1977
2009-02-11
*
Sometimes a single byte is written to the main database file. Make sure
drh
2009-01-11
*
Clean up test_journal.c to make it easier to follow. (CVS 6140)
danielk1977
2009-01-08
*
Make the same change as (6121) (accidentally reverted). Also enhance test_jou...
danielk1977
2009-01-07
*
Modify test_journal.c to verify the page data being written to the journal fi...
danielk1977
2009-01-06
*
Fix a memory leak in test_journal.c (test code). Also remove function pager_t...
danielk1977
2009-01-06
*
Fix some test code problems in "permutations.test journaltest pager.test". (C...
danielk1977
2009-01-05
*
Fix a couple of problems in test file test_journal.c that were causing segfau...
danielk1977
2008-12-24
*
Add a case to permutations.test to run tests with the test_journal.c backend ...
danielk1977
2008-12-22
*
Add a vfs backend that detects problems like the one addressed by (6043) and ...
danielk1977
2008-12-20