]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-08-22  mistachkinAdd assert to check that the memory block for the previ... win32SetDir
2012-08-21  mistachkinAdded sqlite3_win32_set_directory API to assist in...
2012-08-21  drhUpdate the spellfix virtual table so that all OOM error...
2012-08-20  danAdd the SQLITE_DISABLE_FTS4_DEFERRED compile time option.
2012-08-20  drhChange the checkSpacing utility program to ignore white...
2012-08-20  drhSilence harmless compiler warnings in the test code.
2012-08-20  drhRemove tab characters from source code files. Replace...
2012-08-20  drhAdd a command-line program to tool/ that will check...
2012-08-17  drhClarify that the number-of-bytes parameter to sqlite3_b...
2012-08-17  mistachkinFix MSVC compiler warning in the spellfix module. ...
2012-08-17  mistachkinSkip defining some WAL specific things in the Win32...
2012-08-15  drhChanges to the spellfix test script to make the results...
2012-08-15  drhChange autoconf so that the --with-tcl=DIR option will...
2012-08-14  drhSilence three harmless compiler warnings in vdbesort.c.
2012-08-14  drhAdd an assert() to the btree rebalancer in order to...
2012-08-14  drhUpdate the spellfix virtual table to the latest develop...
2012-08-14  mistachkinRefer to the file mapping Win32 API functions only...
2012-08-13  mistachkinRefer to the WaitForSingleObjectEx and SetFilePointerEx...
2012-08-08  danWhen populating an index b-tree as part of a CREATE...
2012-08-08  danWhen building a b-tree as part of a CREATE INDEX or...
2012-08-08  danChange to securedel2.test so that it works even if...
2012-08-07  drhSimplifications to the sorter to support full-coverage...
2012-08-07  danAdd extra tests for secure-delete mode.
2012-08-07  danFix a bug in hash.c introduced by [305b66672653].
2012-08-07  danDo not run test script spellfix.test if SQLITE_OMIT_VIR...
2012-08-07  danFix a bug in walthread.test causing intermittent failures.
2012-08-06  mistachkinModify VSIX package generation tool to put the PDB...
2012-08-06  danMerge the sorter-coalesce-writes branch into the trunk...
2012-08-06  danFix a crash that could follow an OOM condition. sorter-coalesce-writes
2012-08-06  danWhen reusing pages as part of creating a new index...
2012-08-06  danUpdate sorter-coalesce-writes branch with latest trunk...
2012-08-06  mistachkinUpdate description strings in the VSIX package.
2012-08-03  mistachkinCorrect comment about WinRT compiler define. No change...
2012-08-01  mistachkinFix typos of function names sqlite3_result_error_toobig...
2012-07-31  mistachkinMake the list of platforms dynamic in the SDK manifest...
2012-07-31  mistachkinModify metadata for the VSIX package and add tooling...
2012-07-30  danReplace a few sqlite3_malloc()+memset() sequences with...
2012-07-27  mistachkinImprove consistency in handling of build outputs and...
2012-07-27  mistachkinMinor adjustments to the multi-platform build tool...
2012-07-27  mistachkinFor the clean makefile targets, delete the generated...
2012-07-27  mistachkinModify the multi-platform build tool for MSVC to suppor...
2012-07-27  mistachkinAdd tool to build the core DLL for multiple platforms...
2012-07-27  mistachkinAdd tool to generate a VSIX package usable by Visual...
2012-07-26  danUpdate some comments in vdbesort.c.
2012-07-24  drhMark parameters to sorter interfaces as const where...
2012-07-24  mistachkinAdd another define to the MSVC makefile that is sometim...
2012-07-23  drhRefactor field names in the SelectDest object to make...
2012-07-23  danFix an edge case in vdbesort.c.
2012-07-23  danModify the code in vdbesort.c so that most reads and...
2012-07-17  danEnsure that there is always at least one aReadMark...
2012-07-17  drhAmplification of a comment in wal.c. Change the aReadM...
2012-07-16  drhMerge the spellfix1 changes for supporting matchlen...
2012-07-16  drhFix compiler warnings about unused code in spellfix... spellfix-matchlen
2012-07-16  danFix a bug in the phonetic-hash routine in spellfix1...
2012-07-16  danMerge trunk changes.
2012-07-16  danIf a specific database is nominated as part of a "PRAGM...
2012-07-13  danAdd the "matchlen" column to the spellfix1 virtual...
2012-07-13  danUpdate test_spellfix.c with latest changes.
2012-06-30  mistachkinSetup the necessary library paths for cross-compilation...
2012-06-30  mistachkinSimplify usage of some linker options in the MSVC makefile.
2012-06-30  mistachkinMake use of the predefined nmake command macro CC when...
2012-06-27  drhAnother changes to the shell in support of SQLITE_OMIT_...
2012-06-27  drhUpdate the shell so that it works with SQLITE_OMIT_FLOA...
2012-06-21  drhRemove code that was incorrectly changing SQLITE_MISUSE...
2012-06-21  drhAdd the sqlite3_close_v2() interface (from the deferred...
2012-06-21  drhMerge changes to trunk that ensure that floating point...
2012-06-21  mistachkinFix spelling typo.
2012-06-21  mistachkinRemove more references to OS/2.
2012-06-21  drhDisable the atof1.test module when compiling on MSVC. floating-point-conversions
2012-06-21  drhIncrease the version number to 3.7.14 and rerun autoconf
2012-06-21  drhFix the SQLITE_ZERO_MALLOC compile-time option so that...
2012-06-21  mistachkinMerge several compiler compatibility fixes to trunk.
2012-06-21  drhRemove support for OS/2 from the source tree.
2012-06-21  mistachkinWhen linking to the MSVC runtime library, use the debug...
2012-06-19  danAdd tests to check that the "unicode61" and "icu" token...
2012-06-19  mistachkinMove variable declaration to fix compilation with MSVC.
2012-06-19  drhFix an incorrect testcase for the round() function...
2012-06-19  drhRound-trip conversions of real->text->real are now...
2012-06-19  drhImproved accuracy on text-to-real and real-to-text...
2012-06-19  drhImproved rounding accuracy on test-to-float conversions.
2012-06-18  danFix a problem with identifying white-space characters...
2012-06-18  mistachkinAllow the SQLITE_API macro to apply to the sqlite3_win3... compiler-compat
2012-06-18  mistachkinFix a few compilation issues that can occur with certai...
2012-06-16  drhIn Lemon, when comparing the output to the *.h file...
2012-06-15  mistachkinFix compiler warning. deferred-close
2012-06-11  drhVersion 3.7.13 version-3.7.13
2012-06-09  danAdd missing targets for fts3_unicode.lo and fts3_unicod...
2012-06-08  drhFix an obscure memory leak in FTS3 that can come about...
2012-06-08  danFix a problem in vtab1.test causing it to fail when...
2012-06-07  drhDocumentation and evidence mark updates. Remove a...
2012-06-07  danFix a problem preventing a shared in-memory database...
2012-06-07  danAdd the "tokenchars=" and "separators=" options, for...
2012-06-07  danFix a malloc/free mismatch in pager.c (sqlite3_free...
2012-06-07  drhProvide an (undocumented) compile-time option to disabl...
2012-06-06  drhFix harmless Clang warnings.
2012-06-06  mistachkinFix an #if that is applicable to WinRT, even thought...
2012-06-06  drhMerge the changes need to compile on WinRT into trunk.
2012-06-06  danDisable FTS unicode61 by default. It is enabled by...
2012-06-06  danHave the FTS unicode61 strip out diacritics when tokeni...
2012-06-06  drhAvoid resetting the shared-cache schema when on of...
next