]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-01-30  drhAdd a few simple test cases for SQLITE_TESTCTRL_INITMOD... initmode-testctrl
2015-01-29  drhAdd the INITMODE test-control.
2015-01-29  danOptimize range constraints on the rowid column of fts3...
2015-01-27  mistachkinFix harmless compiler warnings.
2015-01-27  danFix a bug in the fts3 snippet() function causing it...
2015-01-27  danImprove the performance of fts3/4 queries that use...
2015-01-27  drhFix a (almost always harmless) read past the end of...
2015-01-25  drhThe va_list argument cannot take on a NULL value and...
2015-01-24  drhIn the command-line shell, make sure stderr is unbuffer...
2015-01-22  drhMake sure errors in the FROM clause of a SELECT cause...
2015-01-22  drhChange the undocumented ".selecttrace" command in the...
2015-01-21  danFix an assert() that may fail following an OOM error.
2015-01-21  mistachkinFix harmless compiler warning seen with MSVC.
2015-01-21  mistachkinEnhancements to entropy generation for the Win32 VFS.
2015-01-20  drhFix another instance of an incorrect value for KeyInfo...
2015-01-19  drhEnsure that the KeyInfo.nXField value for ephemeral...
2015-01-19  drhThere are asserts in place now that will prevent a... tkt-f97c4637
2015-01-19  drhMake sure that the KeyInfo.nXField value of ephermeral...
2015-01-19  drhFix the assert() of the previous check-in so that it...
2015-01-19  mistachkinFix compilation on Cygwin when SQLITE_MAX_WORKER_THREAD...
2015-01-19  drhAn alternative way of implementing the assert() that...
2015-01-19  drhEnhance the command-line shell with the ability to...
2015-01-19  drhEliminate all use of sprintf(), strcpy() and strcat...
2015-01-18  drhSet binary mode for output on Windows when writing...
2015-01-18  drhSet the command-line shell stdin to binary mode on...
2015-01-17  drhFix a harmless compiler warning the VFS for Windows.
2015-01-16  mistachkinFix harmless compiler warning.
2015-01-16  drhVersion 3.8.8 version-3.8.8
2015-01-15  drhFix the spelling of "malloc_usable_size" in configure...
2015-01-15  drhMakefile enhancements: (1) Rename autoconf/tea/configu...
2015-01-13  drhSimplify some code in rtree, to avoid confusing the...
2015-01-13  drhFix the e_walauto.test test module so that it works...
2015-01-12  mistachkinFix harmless compiler warnings when using -W4 with...
2015-01-12  mistachkinFix harmless compiler warning in an assert() statement. msvcW4
2015-01-12  mistachkinAdd two more classes of harmless MSVC compiler warnings.
2015-01-12  mistachkinSilence some harmless uninitialized local variable...
2015-01-12  mistachkinHarmless compiler warning fixes for 'testfixture' and...
2015-01-12  mistachkinMerge updates from trunk.
2015-01-12  mistachkinGet things compiling cleanly with MSVC and W4.
2015-01-12  mistachkinFix some harmless compiler warnings.
2015-01-12  mistachkinFix comments and add another disabled warning for MSVC.
2015-01-12  mistachkinWork in progress on fixing harmless compiler warnings...
2015-01-12  drhAdd an assert() in order to calm a scan-build warning.
2015-01-10  drhAdd detection of the isnan() library function to the...
2015-01-10  drhMake use of the fdatasync() interface if the HAVE_FDATA...
2015-01-10  drhImprovements to compile-time-option hygiene. Use ...
2015-01-10  drhAdd the ability to put comments in the Config and Platf...
2015-01-10  drhAutoconf configure script updates: (1) remove the...
2015-01-09  drhChange the testfixture binary so that it explicitly...
2015-01-09  drhAdd SQLITE_ENABLE_STMT_SCANSTATUS to the Update-Delete...
2015-01-09  drhRemove an unused preprocessor macro from pcache.c.
2015-01-09  drhImprovements to the sqlite3_stmt_scanstatus() documenta...
2015-01-09  drhFix three crash problems discovered by afl-fuzz.
2015-01-09  drhAdd the "ascii" mode to the command-line shell.
2015-01-08  drhOmit modules from the "valgrind" permutation that fork...
2015-01-08  drhTry to fix up the "valgrindtest" target in Makefile...
2015-01-08  drhFix the extension tags on the "smoketest" makefile...
2015-01-08  drhIn releasetest.tcl:
2015-01-08  drhIn releasetest.tcl: add options --veryquick and pass...
2015-01-07  drhIn releasetest.tcl, always use --disable-shared togethe...
2015-01-07  drhIn releasetest.tcl, copy certain command-line arguments...
2015-01-07  mistachkinModify the valgrind target to be consistent with regard...
2015-01-07  mistachkinFix threads-enabled builds on Windows when the amalgama...
2015-01-07  drhIn releasetest.tcl, change the --dryrun option to work...
2015-01-07  drhAdd a valgrind test to the Linux-x86_64 platform in...
2015-01-06  danFix a problem in the unix implementation of FCNTL_SIZE_...
2015-01-06  drhImproved and more rigorous test of large VALUES clauses.
2015-01-05  drhEnhance "INSERT INTO ... VALUES" so that the number...
2015-01-05  drhAvoid O(N*N) behavior with very long lists of VALUES. many-VALUEs
2015-01-05  drhHandle compound-select statements originating from...
2015-01-05  drhTowards getting INSERT statements to except many VALUE...
2015-01-05  drhRemove some needless recursion from compound SELECT...
2015-01-03  drhIn releasetest.tcl, omit the CC=clang text from the...
2015-01-02  drhFix a harmless compiler warning.
2015-01-02  mistachkinMerge updates from trunk. asciiMode
2015-01-02  drhAdd the SQLITE_CONFIG_PMASZ start-time option.
2015-01-01  drhAdd logic to releasetest.tcl that detects -fsanitize...
2015-01-01  drhAdd the ability to specify an alternative compiler...
2015-01-01  drhEnhance the "lemon" executable so that it ignores ...
2015-01-01  drhFix an error in the computation of the number of hours...
2015-01-01  drhFix a harmless compiler warning in rtree.
2015-01-01  drhFix two test cases in memsubsys1 so that they work...
2015-01-01  drhFix the fkey-7.1 test so that it sorts its answer and...
2014-12-31  drhFix to releasetest.tcl: When doing the secondary _debu...
2014-12-31  drhAdjust the memsubsys1-5.5 test case to avoid occasional...
2014-12-31  drhFix a floating-point round-off error problem in the...
2014-12-31  drhDisable the bigsort.test module on machine with less...
2014-12-31  drhChange threadtest3.c so that SQLITE_SCHEMA returns...
2014-12-31  drhUpdate the command-line parsing for threadtest3 so...
2014-12-31  danAdd a missing sqlite3_close() call to threadtest3.c.
2014-12-31  drhOnly run walthread5 once when running all tests in...
2014-12-31  danDo run pragma3.test as part of the mmap permutation...
2014-12-31  drhChange the width of output lines in releasetest.tcl...
2014-12-31  drhMake sure PRAGMA data_version is updated even if the...
2014-12-31  danDo not run pragma3.test as part of the mmap permutation.
2014-12-30  drhAdd the "mptester" tests to releasetest.tcl.
2014-12-30  danEnsure that when a file is extended using FCNTL_SIZE_HI...
2014-12-30  drhUpdate the threadtest3 test program so that its output...
2014-12-30  danFix problems with the "inmemory_journal" permutation.
2014-12-30  danIf the sorter uses mmap'd temp files, ensure all pages...
next