]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-12-10  drhAdditional work at eliminating silly compiler warnings...
2008-12-10  shaneFixed typo in comment in mkkeywordhash.c. (CVS 6009)
2008-12-10  shaneAdded option (-l) to lemon parser to have it skip print...
2008-12-10  drhNever use strlen(). Use our own internal sqlite3Strlen...
2008-12-10  drhMore explicit type casting to silence VC++. (CVS 6006)
2008-12-10  drhRemove or rename local variables that shadow other...
2008-12-10  drhAdd explicit casts to silence nuisance warnings from...
2008-12-10  drhUse memcpy() rather than "=" to copy a structure, in...
2008-12-10  drhRemove some obsolete markup from sqlite.h.in. (CVS...
2008-12-09  drhReturn an appropriate out-of-memory message when sqlite...
2008-12-09  drhFinish incomplete edit of resolve.c from check-in ...
2008-12-09  drhAdditional test cases for nested subqueries in a WHERE...
2008-12-09  drhA subquery in the result set of a SELECT should be...
2008-12-09  shaneRemoved some harmless compiler warnings and converted...
2008-12-09  drhGet rid of more silly compiler warnings. (CVS 5996)
2008-12-09  drhSuppress more silly compiler warnings. (CVS 5995)
2008-12-09  drhFix compiler warnings in where.c and in the TCL test...
2008-12-08  drhSome minor name refactoring in where.c. Avoid declarin...
2008-12-08  drhFix a bug in win32 command-line client introduced durin...
2008-12-08  drhThe amalgamation now compiles cleanly on GCC with options
2008-12-08  drhFix two unused-parameter warnings in the parser. (CVS...
2008-12-08  drhFix a segfault associated with the column cache that...
2008-12-06  drhMake sure a memory allocation error did not prevent...
2008-12-06  drhMake sure the KeyInfo object attached to a transient...
2008-12-06  drhMark the hash table enlargement in pcache1.c as a benig...
2008-12-05  drhMake the minimum allocate size for RowSet objects large...
2008-12-05  drhFix integrity check so that it always reports memory...
2008-12-05  drhMake sure the nOverflow flag in MemPage is reset to...
2008-12-05  drhFix harmless compiler warnings. Improved comments...
2008-12-05  drhMake use of sqlite3DbMallocSize to maximize the size...
2008-12-05  drhVariable name changes in the query optimizer for disamb...
2008-12-05  drhExpand table.* properly on a USING or a NATURAL join...
2008-12-04  drhFix a segfault that can occur in the RowSet object...
2008-12-04  drhReplace the VDBE Fifo object with the new RowSet object...
2008-12-04  drhMake sure dot-lock is fully enabled when SQLITE_ENABLE_...
2008-12-04  drhFix a memory leak in the shell that occurs when a ...
2008-12-04  drhAlways enable the OP_Blob opcode in the VDBE even when
2008-12-03  drhAllow the entire FROM clause of a SELECT statement...
2008-12-03  drhFix a missing forward declaration that is needed when
2008-12-03  drhReorganize the proxy-locking method in os_unix.c. ...
2008-12-03  aswiftMake os_unix compile with SQLITE_ENABLE_PROXY_LOCKING...
2008-12-03  drhContinue with the cleanup of os_unix.c. (CVS 5969)
2008-11-29  drhFully initialize the unused bytes of the buffer that...
2008-11-29  drhContinuing to refactor os_unix.c. This is an increment...
2008-11-29  drhContinuing work on the os_unix.c refactoring. Removed...
2008-11-28  drhFirst step in refactoring os_unix.c. This is work...
2008-11-27  drhAdd 19 new assert() statements in btree.c that attempt...
2008-11-26  pweilbacherexpected error message has trailing space (CVS 5963)
2008-11-26  pweilbacherremove warning in os2Sync() with SQLITE_NO_SYNC set...
2008-11-26  pweilbachermake os2Randomness() act the same as other platforms...
2008-11-26  drhFix the test condition for the test cases added to...
2008-11-26  danielk1977Fix an obscure memory leak that can follow an IO error...
2008-11-26  danielk1977Fix a couple of assert() failures provoked by running...
2008-11-25  danielk1977Move the definition of function transferOwnership(...
2008-11-24  shaneAdded cast to PAGE_TO_PGHDR1 macro to remove warning...
2008-11-24  shaneFixed some spelling errors in sqliteInt.h. Ticket...
2008-11-24  shaneAdded test case to in4.test to try and duplicate crash...
2008-11-22  pweilbacherfix the compile warnings on OS/2 (CVS 5950)
2008-11-22  drhMake sure the error message handler is able to deal...
2008-11-21  pweilbacherFix testfixture linking problem by marking unix-only...
2008-11-21  drhFactor out and simplify the canonical pathname logic...
2008-11-21  drhWork toward cleaning up and refactoring the os_unix...
2008-11-21  danielk1977Fix the OOM handling for explain statements so that...
2008-11-21  danielk1977Fix a segfault that can be caused by an INSTEAD OF...
2008-11-21  danielk1977Fix an assert() failure that can occur after an OOM...
2008-11-21  danielk1977Fix the problems demonstrated in tkt35xx.test in a...
2008-11-21  danielk1977Add another test case to tkt35xx.test showing that...
2008-11-21  drhOn a ROLLBACK, if there page cache entries which are...
2008-11-21  drhFixes to the proxy locking so that os_unix.c compiles...
2008-11-21  aswiftAdded support for proxy file locking style
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...
next