]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-06-19  danChange the name of IOCAP_SAFE_DELETE to IOCAP_UNDELETAB...
2010-06-19  danAdd tests to pager1.test and pagerfault.test.
2010-06-19  danAdd tests to pager1.test and pagerfault.test.
2010-06-18  danAdd tests to pager1.test.
2010-06-18  danRearrange some code in OP_JournalMode to avoid incorrec...
2010-06-18  danChange the implementation of the unix implementation...
2010-06-17  danMerge trunk change [7c3a86b9c7].
2010-06-17  danA different fix to [fc62af4523]. When changing from...
2010-06-17  drhFix the tkt-fc62af4523.test to work around non-randomne...
2010-06-17  danFix bug in journal2.test.
2010-06-17  danMerge trunk updates with experimental branch.
2010-06-17  danDo not delete the journal file in "PRAGMA journal_mode...
2010-06-17  danAdd test case for [fc62af4523].
2010-06-17  danMerge fix [f80c3f922a] with experimental changes.
2010-06-17  drhBug fix: Only trust the database size number at offset...
2010-06-16  danExperimental change: On systems where it is not possibl...
2010-06-16  danAdd extra test cases to pager1.test.
2010-06-16  danFix a memory leak that can occur in os_unix.c if an...
2010-06-15  danRationalize a common pattern in tcl test cases into...
2010-06-15  danFix a problem introduced into lock2.test by the previou...
2010-06-15  danAdd test file pager1.test, containing tests of inter...
2010-06-15  danRun extra iterations in wal3.test to ensure test coverage.
2010-06-15  danMerge in [2c5e48a485].
2010-06-15  drhMinor tweaks to the interface documentation - adding...
2010-06-15  drhUpdates to comments and testcase() macros in wal.c.
2010-06-15  danChanges to the way tcl test scripts work. No changes...
2010-06-14  drhFix an error in the walfault.test script introduced...
2010-06-14  drhMove the xShmMap method to in between xShmLock and...
2010-06-14  drhMerge the experimental shared-memory mmap-by-chunk...
2010-06-14  danAdd the new xShmMap (formerly xShmPage) to os_win.c.
2010-06-14  danRemove xShmGet/Size/Release from the sqlite3_vfs struct...
2010-06-14  danUpdate some comments in wal.c. No code changes.
2010-06-14  danChange the interface to internal function walGetHash...
2010-06-14  danAdd the xShmPage method to the "crash" vfs in test6.c.
2010-06-14  danAdd some fault-injection tests to improve coverage.
2010-06-12  danFix some problems with handling IO errors on the experi...
2010-06-11  danExperimental change to the xShmXXX parts of the VFS...
2010-06-11  drhRefactor and simplify the logic used to change journalmode.
2010-06-10  drhAdding original art for the new SQLite logo.
2010-06-10  drhAdd the SQLITE_TESTCTRL_PGHDRSZ verb for sqlite3_test_c...
2010-06-10  drhUpdate the test VFS in test_journal.c so that it implem...
2010-06-10  danStore the MemPage structure in memory following, instea...
2010-06-10  drhRemove a condition that must always be true. Replace...
2010-06-09  danFix test script problems causing errors in the "inmemor...
2010-06-09  danWhen restarting (wrapping) a log file, set all unused...
2010-06-09  danFix for ticket [f973c7ac31].
2010-06-09  drhShift the meaning of aReadMark[] back so that +1 offset...
2010-06-09  danSimpler fix for the race condition also fixed by [7c102...
2010-06-08  danClose database opened by tester.tcl when it is sourced...
2010-06-08  danChanges to wal3.test to support small default cache...
2010-06-07  danIn os_unix.c, call munmap() to unmap a shared-memory...
2010-06-07  danChange all.test, quick.test and permutations.test so...
2010-06-07  danRefactor some of the global variables and commands...
2010-06-07  danAdd a couple of extra coverage tests for wal.c.
2010-06-05  danAdd further test cases for the logic in sqlite3WalBegin...
2010-06-05  danClarify the purpose of a test for a race-condition...
2010-06-05  danRemove a condition from sqlite3WalRead() that is unreac...
2010-06-05  danMark a condition in wal.c as ALWAYS().
2010-06-05  danAdd extra coverage test cases for wal.c. No changes...
2010-06-04  danClarify an assert in sqlite3WalExclusiveMode().
2010-06-04  danRemove an unnecessary branch from wal.c.
2010-06-04  danAdd an English language error message to corresponding...
2010-06-04  danAdd test for the code that detects an inconsistent...
2010-06-04  danIf an attempt to sync the database file as part of...
2010-06-04  danFix a problem where an SQLITE_BUSY in the checkpoint...
2010-06-03  danFix another problem in test_vfs.c.
2010-06-03  danHave test_vfs.c simulate IO errors in xShmLock.
2010-06-03  drhPerformance fix for winShmClose().
2010-06-03  danAdd extra tests for removing elements from wal-index...
2010-06-03  danDelay opening the sub-journal until SQLite actually...
2010-06-03  drhRemove global variables when compiled with SQLITE_OMIT_WSD
2010-06-03  danEnhancements to test_vfs.c and walfault.test.
2010-06-03  danIf an error (OOM or SQLITE_FULL error) occurs while...
2010-06-03  danIf a malloc fails while allocating a savepoint object...
2010-06-02  drhWhen a lock fails due to an I/O error (not an SQLITE_BU...
2010-06-02  danFix a problem with rolling back to a savepoint opened...
2010-06-02  danIf an error occurs while writing frames to the log...
2010-06-02  shanehAdded implementation of vfslog_time() for Windows testing.
2010-06-02  shanehUpdated wal2.test for windows testing.
2010-06-02  drhMake sure the directory used by os_unix.c for shared...
2010-06-02  drhWhen walTryBeginRead() encounters an I/O error trying...
2010-06-02  drhChanges to make WAL more robust against SHM locking...
2010-06-02  drhIn the rowhash.test, make sure global variables are...
2010-06-02  drhUndo one of the "const" markers from the previous check...
2010-06-02  danAdd some 'const' markers to static data that is really...
2010-06-01  drhThe shared-memory used by WAL on linux now really is...
2010-06-01  danChanges to the way faults are injected into xShmXXX...
2010-06-01  danChange the OOM and IO error test cases in walfault...
2010-06-01  danDelay the decision to restart the log file until data...
2010-06-01  drhThe incremental checkpoint feature is not perfect yet...
2010-06-01  danMerge with [15abbc3416]. wal-incr-ckpt
2010-06-01  danIf an attempt to get a read-lock on the WAL fails with...
2010-06-01  drhFix a bug introduced by the previous check-in but only...
2010-06-01  drhFix an off-by-one boundary-value issue in walCleanupHash().
2010-06-01  danDo not hold the shared-memory mutex in os_unix.c if...
2010-06-01  danIf the checkpoint fails to obtain an exclusive lock...
2010-06-01  danFixes to the test cases in wal2.test.
2010-06-01  drhComment edits and cleanup in wal.c. No functional...
2010-06-01  drhAttempt to get the filectrl.test script running.
2010-06-01  drhFix os_unix.c so that it will compile and build on...
next