]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-11-26  drhVersion 3.6.6.2 (CVS 5960) branch_3_6_6
2008-11-26  drhVersion number to 3.6.6.2. (CVS 5959)
2008-11-26  drhPort check-ins (5955) and (5956) into the 3.6.6 branch...
2008-11-22  drhVersion 3.6.6.1 (CVS 5948)
2008-11-22  drhPort the corruption bug fix of check-in (5938) into...
2008-11-20  drhWhen a memory allocation fails on the %Q conversion...
2008-11-19  shaneIn os_win.c, if SQLITE_TEST defined, winRandomness...
2008-11-19  drhVersion 3.6.6 (CVS 5931)
2008-11-19  drhForce the corruptC.test script to use file format 1...
2008-11-19  shaneIn bitvec.c: removed some of the recursion, minor optim...
2008-11-19  drhUpdate the SECURE_DELETE code to track the latest chang...
2008-11-19  danielk1977Fix some compiler warnings that show up when building...
2008-11-19  danielk1977Fix a few more compiler warnings. (CVS 5926)
2008-11-19  danielk1977In os_unix.c, use "IS_VXWORKS" instead of "defined...
2008-11-19  drhVersion number to 3.6.6. (CVS 5924)
2008-11-19  danielk1977Eliminate some of the "unused parameter" warnings in...
2008-11-19  danielk1977Simplify the way the pager layer invokes the busy-handl...
2008-11-19  danielk1977Changes to avoid "unused parameter" compiler warnings...
2008-11-19  drhAdd an alternative application-defined pcache implement...
2008-11-18  drhFix to the lemon parser template when YYSTACKSIZE is...
2008-11-18  pweilbacherAdd support for SQLITE_NO_SYNC for OS/2, too. (CVS...
2008-11-18  drhExpose the MBCS->UTF8 convert routine in the Win32...
2008-11-18  drhApplication-defined page cache documentation updates...
2008-11-18  danielk1977Reduce the number of "missing initializer" warnings...
2008-11-17  danielk1977Modifications to avoid unsigned/signed comparisons...
2008-11-17  danielk1977Modifications to avoid unsigned/signed comparisons...
2008-11-17  danielk1977Modifications to avoid signed/unsigned warnings in...
2008-11-17  danielk1977Changes to btree.c to avoid the unsigned/signed compari...
2008-11-17  chwAdded support for vxworks >= 6.4; RTP mode tested,...
2008-11-17  danielk1977Modifications to pager.c to avoid the unsigned/signed...
2008-11-15  danielk1977Fix compiler warnings in pcache1.c related to compariso...
2008-11-15  danielk1977Add a line to genfkey.README showing how to link agains...
2008-11-13  danielk1977Fix a couple of memory leaks that may follow malloc...
2008-11-13  shaneFixed several more crashes due to corrupt db files...
2008-11-13  shaneAdded support for -DSQLITE_NO_SYNC to os_win.c. (CVS...
2008-11-13  shaneFixed typo in tkt3472.test that prevented the test...
2008-11-13  danielk1977Avoid committing a transaction from within the xSync...
2008-11-13  danielk1977Minor changes to get memsys5 compiling and its tests...
2008-11-13  danielk1977Update mksqlite3c.tcl to include new file pcache1.c...
2008-11-13  danielk1977Add an API to support custom page cache implementations...
2008-11-12  danielk1977Avoid some buffer overreads detected by valgrind while...
2008-11-12  drhVersion 3.6.5 (CVS 5897)
2008-11-12  drhDo not redefine the MIN and MAX macros if they are...
2008-11-12  danielk1977In corruptC.test, explicitly set "PRAGMA auto_vacuum...
2008-11-12  drhUpdate the version number to 3.6.5. (CVS 5894)
2008-11-12  drhOmit the threadOverrideEachOthersLocks tests for builds...
2008-11-12  drhFix a faulty assert in select.c. Ticket #3494. (CVS...
2008-11-12  danielk1977Modify a failing test case in corruptC.test. The test...
2008-11-12  danielk1977Fix a database corruption related crash uncovered by...
2008-11-12  danielk1977Make sure affinities and implicit collation sequences...
2008-11-12  shaneFixed a few more crashes when dealing with corrupt...
2008-11-11  shaneFixed crash during an UPDATE when free cell size is...
2008-11-11  shanePrevent a crash during an UPDATE when the cell offset...
2008-11-11  drhSend the "Incomplete SQL" error message of the CLI...
2008-11-11  danielk1977Remove some asserts that refer to variables removed...
2008-11-11  danielk1977Change the way threadsOverrideEachOthersLocks() works...
2008-11-11  drhCleanup in flattenSubquery. Add OOM tests for flattenS...
2008-11-11  shaneFixed crash in integrity_check with corrupt content...
2008-11-11  drhAvoid signed/unsigned comparison warnings in bitvec...
2008-11-11  drhWhen an assignment occurs in a boolean, always test...
2008-11-11  drhFix the CLI so that it does not terminate input when...
2008-11-11  drhWhen an OOM error occurs while resizing an sqlite_value...
2008-11-10  drhFix the documentation of the SQLITE_FUNCTION authorizer...
2008-11-10  shane#ifdef out unused static function mutexIsNT(). Ticket...
2008-11-10  shaneUpdated comment in source. Ticket #3453. (CVS 5874)
2008-11-10  shaneAdd check for ifcapable autovacuum to vacuum2-3.3 test...
2008-11-10  shaneRemoved a few more small parts of memsys6 code, includi...
2008-11-10  shaneIn btree.c, omit calls to setChildPtrmaps() if SQLITE_O...
2008-11-10  shaneFixed typos; Consistent use of Mac OS X name; (CVS...
2008-11-07  drhPrevent buffer overruns when converting malformed UTF16...
2008-11-07  drhPrevent a rollback from crashing if the sector-size...
2008-11-07  drhAdd documentation to make it clear that short reads...
2008-11-06  drhFix a bug in the CAST operator associated with the...
2008-11-05  drhFix memory allocation problems when string length excee...
2008-11-05  drhThe COMMIT command now works even if there are pending...
2008-11-04  shaneShould be 'memjournal.lo' instead of 'memjournal.o...
2008-11-04  danielk1977Add test cases for sqlite3_db_mutex(). (CVS 5862)
2008-11-04  drhEnhance documentation of sqlite3_db_mutex(). (CVS 5861)
2008-11-04  drhAvoid a segfault when OOM on a simple EXPLAIN query...
2008-11-04  drhAdd the sqlite3_db_mutex() interface. No test cases...
2008-11-03  drhTest cases to verify that COMMIT and ROLLBACK return...
2008-11-03  drhChange the name of the Cursor object to VdbeCursor...
2008-11-03  danielk1977Modify an assert() statement to fix #3473. No other...
2008-11-03  danielk1977Fix a bug reported on the mailing list triggered by...
2008-10-31  shaneTest that single byte corruptions in increasingly large...
2008-10-31  danielk1977Change the way sqlite3VdbeSetColName() is called so...
2008-10-30  drhFix a faulty assert() in the merge implementation of...
2008-10-30  danielk1977Fix a crash that can follow a malloc failure in sqlite3...
2008-10-30  drhAdd the sqlite3_extended_errcode() interface. Change...
2008-10-29  danielk1977If a hot-journal file is detected but the application...
2008-10-28  drhRemove the vestigial mem4 and mem6 memory allocators...
2008-10-28  drhAdd data structure description comments to memjournal...
2008-10-28  danielk1977Avoid exposing internal interfaces sqlite_attach()...
2008-10-27  danielk1977If an SQLITE_DELETE authorization callback returns...
2008-10-27  danielk1977Make sqlite3_count_changes() and total_changes() work...
2008-10-27  danielk1977Remove some if() conditions that are always true from...
2008-10-25  danielk1977Remove unused parameter from function rtreeInit() ...
2008-10-25  drhDisable the result-set alias cache when on conditional...
2008-10-25  danielk1977Add file tkt3461.test with a few examples of bug #3461...
2008-10-23  danielk1977Fix a bug in pragma table_info. Column default values...
next