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
*
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
*
Do not throw an error from within test_journal.c if a database file size is n...
dan
2012-01-13
*
Fix test case issues related to errors in file-controls and the PSOW flag.
dan
2012-01-13
*
Fix other problems where 32-bit integer overflow may cause a problem. Two tha...
dan
2011-12-21
*
Minor cleanups to the header comments on various test_*.c file, to make
drh
2011-05-23
*
Fix a memory leak in test_journal.c causing tests to fail.
dan
2010-08-09
*
Modify test_journal.c to work with pre-allocated databases.
dan
2010-08-06
*
Remove the unused xRename() method from the sqlite3_vfs object.
drh
2010-07-03
*
Update the test VFS in test_journal.c so that it implements the
drh
2010-06-10
*
Use VFS method xCurrentTimeInt64 instead of xCurrentTime when it is available.
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
*
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