]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-01-30  drhThe iInUseDB and iInUseMM variables do not need to... branch-3.5.9
2010-01-30  drhAlways hold the MEM2 mutex when initially marking a...
2010-01-30  drhAvoid a race condition in the sqlite3_release_memory...
2010-01-30  drhRemove all cache pages from the LRU list prior to remov...
2010-01-30  drhAdd additional pagerMutexHeld() macros to better verify...
2010-01-29  drhFix a missing mutex on page cache truncation during...
2008-05-14  drhVersion 3.5.9 (CVS 5131)
2008-05-13  shaneOn instruction from DRH, only do malloc failure tests...
2008-05-13  drhDo a slow-path in GetVarint32() for varints that do...
2008-05-13  drhMake the benign-fault setting recursive. Make all...
2008-05-13  drhUpdate the pager so that it does not try to commit...
2008-05-13  drhUpdate the autoconf makefile so that it includes -lpthr...
2008-05-12  pweilbachercheck that DosWrite() was successful before trying...
2008-05-12  drhAdd "b" to fopen() in the hexio tests so that extra...
2008-05-12  danielk1977Temporarily disable extended IO error code tests. ...
2008-05-12  drhFix typo in documentation of sqlite3_step(). Ticket...
2008-05-12  danielk1977Make test function do_ioerr_test more robust. No code...
2008-05-12  danielk1977Modify logging code in test_osinst.c. No changes to...
2008-05-12  pweilbacherUse short timeout for locking operations by default...
2008-05-12  pweilbacherCorrectly test DosWrite() for failure return code ...
2008-05-11  drhUse memcpy() instead of casting to copy the content...
2008-05-11  drhNew test cases to verify that SQLite handles bound...
2008-05-09  pweilbacherFix leaked filename in case DosOpen() fails. (CVS 5115)
2008-05-09  danielk1977Re-enable tests that were accidentally disabled by...
2008-05-09  drhReformulate the constants for the minimum and maximum...
2008-05-09  danielk1977Fix a problem with recovering from an IO error in exclu...
2008-05-09  drhDo not clear the error code or error message in sqlite3...
2008-05-09  drhFix the ALTER TABLE RENAME algorithm so that it is...
2008-05-09  drhBack out check-in (5108). The original isnan() impleme...
2008-05-09  drhChange the implementation of sqlite3IsNaN() so that...
2008-05-08  danielk1977Fix recently introduced bug in tester.tcl. (CVS 5107)
2008-05-08  danielk1977Add extra instrumentation to test_osinst.c. Also the...
2008-05-08  drhUse a 6-byte rather than an 8-byte encoding for integer...
2008-05-08  drhIncrement the version number. (CVS 5104)
2008-05-08  drhFix the new ioerr4.test so that it plays well with...
2008-05-07  danielk1977Fix some problems with multi-file transactions in persi...
2008-05-07  shaneAdded test cases for corrupt SerialTypeLen header value...
2008-05-07  danielk1977Modify the header comment in jrnlmode2.test. No code...
2008-05-07  danielk1977Change the header comment in jrnlmode4.test. No changes...
2008-05-07  danielk1977If an error occurs within xAccess(), it should return...
2008-05-07  drhAdd a new I/O error test: ioerr4. (CVS 5097)
2008-05-07  drhFix a null-pointer dereference that can occur following...
2008-05-07  drhOmit mutex variables in the pager when threadsafe is...
2008-05-07  danielk1977Fix a problem causing the database to be truncated...
2008-05-07  mlcreechOnly look for config.h if the autoconf-based build...
2008-05-06  pweilbacherFix most remaining testsuite failures on OS/2 by switch...
2008-05-06  pweilbacherThe pathToDel element of the os2File structure should...
2008-05-06  pweilbacherRemove delOnClose flag from os2File structure, use...
2008-05-06  danielk1977Fix a bug whereby the database file was not always...
2008-05-06  mlcreechAdd defines for _FILE_OFFSET_BITS and _LARGE_FILES...
2008-05-05  mlcreechAdd AC_SYS_LARGEFILE to ensure large file support,...
2008-05-05  danielk1977Fix recently introduced test script error causing a...
2008-05-05  drhBetter error messages when trying to open a large file...
2008-05-05  drhDo not segfault in the CLI if sqlite3_open() fails...
2008-05-05  danielk1977If an IO error occurs while locking the database and...
2008-05-05  danielk1977Avoid leaking page references after an IO error is...
2008-05-05  drhFix a couple of minor problems with transactions in...
2008-05-05  danielk1977Avoid leaking page references when database corruption...
2008-05-05  danielk1977Fix to test code to build when ENABLE_IOTRACE is not...
2008-05-02  drhMake sure that when a connection is blocking on a RESER...
2008-05-02  drhAdd a test case for ticket #3093. (CVS 5077)
2008-05-02  drhAdd another test case to verify that ticket #3092 has...
2008-05-01  drhFix a problem with journal files being created unnecess...
2008-05-01  drhFix more compiler warnings. (CVS 5074)
2008-05-01  drhFix harmless compiler warnings. (CVS 5073)
2008-05-01  shaneTest versions of getVarint functions. The updates essen...
2008-04-30  drhAdd comment to speculate when setting journal_mode...
2008-04-30  shaneImproved option handling in speedtest8.c. Added -quiet...
2008-04-30  danielk1977Fix test for buffer overrun in unixGettempname(). Fix...
2008-04-29  drhZero the per-pager temporary space allocation to avoid...
2008-04-29  drhFix a potential buffer overrun in sqlite3_mprintf(...
2008-04-29  drhAlways convert IEEE NaN into NULL. Ticket #3060. ...
2008-04-28  drhAllow SQLITE_MAX_COLUMN to be set to zero at compile...
2008-04-28  drhAdd test cases to verify that multiple virtual tables...
2008-04-28  drhMake sure that transactions are started on all virtual...
2008-04-28  shaneModified Varint32 functions to disable code for single...
2008-04-28  drhAdd tests to create and drop a virtual table during...
2008-04-28  drhChange the implementation of the NaN recognition to...
2008-04-28  danielk1977Fix a shared-cache mode problem triggered when sqlite3_...
2008-04-28  drhWork around a NaN bug in some versions of Tcl. (CVS...
2008-04-28  drhChanges to test scripts to accommodate different archit...
2008-04-28  drhRestore the #include of stdint.h removed in (5051)...
2008-04-27  drhDelete requirement F12764 as it has never been implemen...
2008-04-27  drhFix the documentation to agree with long-standing behav...
2008-04-27  drhAllow multiple occurrances of %include in lemon input...
2008-04-27  drhFix the lemon parser generator so that it works again...
2008-04-27  drhRemove all references to sqlite3_intptr_t. (CVS 5051)
2008-04-26  drhUse "(void)" function arguments in declarations instead...
2008-04-25  drhClarify some comments. No changes to code. (CVS 5049)
2008-04-25  drhAdd test cases to prove that ticket #3082 has been...
2008-04-25  drhCandidate fix for ticket #3082. Test cases needed....
2008-04-24  drhRemove two more unused files. (CVS 5046)
2008-04-24  shaneConsolidated varint macro usage from btreeInt.h, vdbe...
2008-04-24  danielk1977Fix a problem with the test scripts caused by not clean...
2008-04-24  danielk1977Fix an assert() failure that can occur if "journal_mode...
2008-04-24  danielk1977Fix a crash that can follow a malloc() failure in mallo...
2008-04-24  danielk1977Ensure that it is not possible to open either virtual...
2008-04-24  danielk1977Minor change to comment on sqlite3_blob_read(). No...
2008-04-24  danielk1977Remove redundant assert() statement from vdbeaux.c...
2008-04-24  danielk1977Add version comment to vdbeaux.c. No code changes....
next