]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-06-29  drhComment out unused routine in os_unix.c. (CVS 1759)
2004-06-29  drhDo not set new error messages after a malloc failure...
2004-06-29  danielk1977Fix error reporting path for errors that occur while...
2004-06-29  danielk1977Bug-fixes to get the two threadtest C programs working...
2004-06-29  drhTry to get threads working again on Linux. (CVS 1755)
2004-06-28  danielk1977More coverage testing. (CVS 1754)
2004-06-28  drhGet all tests working under win2k. (CVS 1753)
2004-06-28  danielk1977Add a simple test case for inter-process locking. ...
2004-06-28  danielk1977Fix some problems with multi-file transaction rollback...
2004-06-28  danielk1977A few more warning fixes. (CVS 1750)
2004-06-28  danielk1977Fix a bunch of harmless warnings. (CVS 1749)
2004-06-28  danielk1977Fix a seg-fault caused by a malloc() failure. (CVS...
2004-06-27  danielk1977Fix unitialised variable in sqlite3VdbeFinalize()....
2004-06-27  drhRemove unused routines from vdbeaux.c. Improve test...
2004-06-27  drhFix a bug in the handling of Mems inside of vdbe.c...
2004-06-26  drhCoverage testing of pragma.c. (CVS 1744)
2004-06-26  drhFold in a 64-bit change that came from the PHP people...
2004-06-26  danielk1977Fix a problem where a file was not being closed after...
2004-06-26  drhAdd news about the break-in to the homepage. (CVS 1740)
2004-06-26  danielk1977Fix error message returned when a database cannot be...
2004-06-26  danielk1977Minor fixes related to the tests in misuse.test (CVS...
2004-06-26  danielk1977Remove the 'nMaster' argument from various pager and...
2004-06-26  danielk1977Remove default_synchronous and temp_store pragmas....
2004-06-26  danielk1977Remove default_synchronous and temp_store pragmas....
2004-06-26  danielk1977Fix a bug in the new full-sync journal format. (CVS...
2004-06-25  danielk1977Fix CVS merge problem. (CVS 1693)
2004-06-25  danielk1977Add a checksum to the master journal name stored at...
2004-06-25  danielk1977Remove crash.test from memleak.test. (CVS 1691)
2004-06-25  danielk1977Remove duplicate sqlite3_changes() declaration. Ticket...
2004-06-25  danielk1977A few more comment changes. No code alterations. (CVS...
2004-06-25  danielk1977Add a comment on the implementation of sqlite3OsLock...
2004-06-25  danielk1977Activate test cases for new journal format. (CVS 1687)
2004-06-25  danielk1977Modifications to the journal format to make it more...
2004-06-25  drhFix signed integer problems in vxprintf. Ticket #778...
2004-06-24  dougcurrieadd all sqlite3_ functions in capi reference to dll...
2004-06-24  dougcurrieadd sqlite3_exec to dll exports (CVS 1683)
2004-06-24  dougcurriemake doc directory earlier in build; see (1667) (CVS...
2004-06-24  danielk1977Minor fix for 'make doc'. (CVS 1681)
2004-06-24  danielk1977Apply (1679) to version 3. Ticket #777. (CVS 1680)
2004-06-23  danielk1977Improve test coverage of utf.c. (CVS 1678)
2004-06-23  danielk1977Fix a bug in the previous checkin. (CVS 1677)
2004-06-23  danielk1977Add some tests for user functions that prefer various...
2004-06-23  danielk1977Test cases to verify recovery after a crash. (CVS 1675)
2004-06-23  danielk1977Handle corrupt journal file headers correctly. (CVS...
2004-06-23  danielk1977Add a comment to the output buffer allocation in sqlite...
2004-06-22  drhFix another uninitialized Mem.xDel problem. (CVS 1672)
2004-06-22  drhBe careful to initialize the Mem.xDel field to zero...
2004-06-22  drhMake sure the result of a user-defined function uses...
2004-06-22  drhVersion 3.0.1 ALPHA (CVS 1669)
2004-06-22  drhFix typos in web documentation. Tickets #770 and ...
2004-06-22  drhThe download.tcl script used to generate download.html...
2004-06-22  drhUpdate the changes.html webpage for version 3.0.1....
2004-06-22  drhRename sqlite.dll to sqlite3.dll. (CVS 1665)
2004-06-22  drhPrepare for another ALPHA release. Version number...
2004-06-22  drhDo not apply unary '-' to an unsigned "sizeof" result...
2004-06-22  danielk1977Fix error introduced during merge of main.mk. (CVS...
2004-06-22  drhFix some segfaults that could have occurred after a...
2004-06-22  danielk1977Add crash.test script. (CVS 1660)
2004-06-22  drhAdd comments to test1.c. (CVS 1659)
2004-06-22  drhAdd os_tst.c to the TESTSRC macro in main.mk. (CVS...
2004-06-22  danielk1977Improve the os_test.c module. (CVS 1657)
2004-06-22  drhPatch around compilers that do not support "long long...
2004-06-22  danielk1977Add os_test.c. Not activated yet. (CVS 1655)
2004-06-21  dougcurrieconfigure fixes for cygwin (line endings in configure...
2004-06-21  dougcurrieconfigure fixes for cygwin (line endings in configure...
2004-06-21  dougcurrieconfigure and makefile updates for v3-alpha compiler...
2004-06-21  drhFix an uninitialized variable. The variable was harmle...
2004-06-21  danielk1977Remove unused OP_UtfXX opcodes. (CVS 1650)
2004-06-21  danielk1977Avoid opening a temp table for aggregate queries with...
2004-06-21  danielk1977Add the OP_Concat8 opcode, similar in concept to OP_Str...
2004-06-21  danielk1977Ensure sqlite3ErrorMsg() is used to report errors durin...
2004-06-21  danielk1977Update sqlite3_column_decltype() to return NULL as...
2004-06-21  danielk1977Update sqlite3_changes() to match the documentation...
2004-06-20  dougcurriefix fulltest error by restoring unset (CVS 1644)
2004-06-19  drhMake sure VdbeFunc entries are initialized before tryin...
2004-06-19  drhOmit the DB_Locked and DB_Cookie flags. Other minor...
2004-06-19  drhClear up another zero-length array. This seems to...
2004-06-19  drhFix problems with the WatCom C compiler: Arrays must...
2004-06-19  drhOmit the sqlite3VdbeCode() routine. Use sqlite3NameFro...
2004-06-19  drhfile spaceanal.tcl was initially added on branch versio...
2004-06-19  drhCreate sqlite3.def and move sqlite.def into the attic...
2004-06-19  danielk1977Remove the unused 'next_cookie' mechanism. (CVS 1634)
2004-06-19  danielk1977Make sure ATTACH and DETACH fail if a transaction is...
2004-06-19  danielk1977Remove the iCollate argument from sqlite3_create_functi...
2004-06-19  danielk1977Update sqlite3_close() API to match documentation....
2004-06-19  drhUpdate sqlite.def for version 3.0. (CVS 1629)
2004-06-19  danielk1977Fix for #764. When reloading the schema, load the temp...
2004-06-19  dougcurriefix dependencies for testfixture in Makefile.in (CVS...
2004-06-19  drhChange the name of the TCL command from "sqlite" to...
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1625)
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1624)
2004-06-18  dougcurrieMinGW/MSYS build fixes; ticket #765 (CVS 1623)
2004-06-18  drhFix declaration problem in the previous check-in. ...
2004-06-18  drhChanges to allow libsqlite3.a and libsqlite.a to be...
2004-06-18  drhFix typos in documentation. Fix publish.sh so that...
2004-06-18  drhVersion 3.0.0 (ALPHA) (CVS 1619)
2004-06-18  danielk1977Fix typos in capi3.tcl (CVS 1618)
2004-06-18  drhUpdate the Makefile.in, version number, change log...
2004-06-18  danielk1977Fix typos and minor errors in lang.tcl. (CVS 1616)
2004-06-18  danielk1977Fix a couple of gcc warnings. (CVS 1615)
next