]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-20  stephanCosmetic tweaks to auto.def.
2024-10-20  stephanMinor doc updates.
2024-10-20  stephanDo not check for Emscripten when doing a --with-wasi...
2024-10-20  stephanGeneric build cleanups and reorgs.
2024-10-19  stephanMore build cleanups and get it working with BSD make...
2024-10-19  stephanMove most of the makefile code into the static main.mk.
2024-10-19  stephanFactor out all autosetup-processed @if/@else blocks...
2024-10-19  stephanGeneric build cleanups.
2024-10-19  stephanMerge trunk into autosetup branch.
2024-10-19  stephanGet tool-zip target, and its prerequisites, building.
2024-10-19  stephanAdd missing $(TEXE) suffixes in the tool-zip makefile...
2024-10-19  drhMove the #include of hwtime.h from the bottom of util...
2024-10-19  stephanGet more of the test/utility targets building.
2024-10-19  stephanWork around a JimTCL regsub incompatibility in mkccode...
2024-10-19  stephanGet the spell-checking targets working. Rename some...
2024-10-19  stephanAn assortment of comment typo fixes discovered by aspel...
2024-10-19  drhRemove unnecessary VACUUMs from the previous check...
2024-10-19  stephanGet mptest(er) building.
2024-10-19  drhFix the sqlite3_rsync utility so that it is able to...
2024-10-18  stephanMinor doc cleanups in SQLTester.mjs and confirm that...
2024-10-18  stephanFix three bugs in SQLTester.mjs which caused --tableres...
2024-10-18  stephanFix a var reference typo in SQLTester.mjs.
2024-10-18  stephanRemove the unused dbfuzz2-asan/msan makefile targets...
2024-10-18  stephanRemove the problematic dbfuzz2-asan/msan targets, which...
2024-10-18  stephanGet most of the fuzzing-related apps building, sans...
2024-10-18  stephanRemove a not-strictly-necessary 'undefine' invocation...
2024-10-18  drhMinor enhancements to the compile-for-windows.md document.
2024-10-18  drhFix typo in the README.txt for the amalgamation autocon...
2024-10-18  drhNew assert() statements to validate OP_OpenEphemeral...
2024-10-17  drhFix obsolete M4 macro in the configure script for the...
2024-10-17  stephanMerge current trunk into the autosetup branch.
2024-10-17  stephanGeneral cleanups. Rename BTCL to BTCLSH for some clarity.
2024-10-17  drhFixes from code inspection:
2024-10-17  drhFix a typo in compile-for-unix.md. Simplify hyperlinks...
2024-10-17  drhImproved README.txt file in the amalgamation-autoconf...
2024-10-17  drhAttempt to get the TEA builder in the amalgamation...
2024-10-17  stephanEnsure that the OPFS VFS's xOpen() writes back the...
2024-10-17  stephanWhen calling OpfsSAHPoolUtil.removeVfs(), ensure that...
2024-10-16  stephanAdd has_tclconfig to the tidy makefile target.
2024-10-16  stephanGet testfixture building.
2024-10-16  stephanMerge trunk into this branch.
2024-10-16  drhChange the name of the new utility program from sqlite3...
2024-10-16  drhIn the unix Makefile, strip compiled binaries prior...
2024-10-15  drhFix harmless compiler warning in flockCheckReservedLock().
2024-10-15  drhFix the "tool-zip" makefile target so that it includes...
2024-10-15  drhFix a typo in a comment used to generate document....
2024-10-15  drhCross-reference the sqlite3_backup_init() function...
2024-10-14  drhAvoid the possibility of buffer overrun in the READ_UTF...
2024-10-14  drhThere is no need to DELETE the content of sqlite_sequen...
2024-10-14  drhThe CLI now default to ".crlf ON" in Windows. CSV...
2024-10-14  drhBe consistent about using "CRLF" instead of "CRNL".
2024-10-14  drhFix a harmless compiler warning in the CLI.
2024-10-12  danFix a problem with the ".expert" command and queries...
2024-10-12  danEnsure that test file ext/expert/expert1.test works... expert-vtab-fix
2024-10-12  danAllow the ".expert" command to analyze statements that...
2024-10-11  drhAdditional clarification in the comments to sqlite3_std...
2024-10-11  drhUpdate comments in ext/misc/sqlite3_stdio.c to reflect...
2024-10-11  drhAdd the doc/compile-for-unix.md document.
2024-10-11  stephanAvoid a segfault when calling src-verify without any...
2024-10-11  stephanAdd two missing $(BEXE) suffixes, as reported in [forum...
2024-10-11  drhImproved instructions in the TEA readme for building...
2024-10-11  drhUpdate the README for the TEA extension in the amalgama...
2024-10-11  danAvoid running some new tests in lock5.test with the...
2024-10-11  drhUpdate the autoconf Makefile.msc
2024-10-11  drhAn improved method for statically linking sqlite3_analy...
2024-10-11  drhFix the CSV output mode in the CLI such that the line...
2024-10-11  drhAvoid undesirable NL to CRLF translation when doing...
2024-10-10  drhImprovements to TCL9 support. Fixes to the Makefiles...
2024-10-10  drhFor compatibility, allow the TCL interfact to continue... make-install-fixes
2024-10-10  drhAdjustments to the Makefile.msc to get static builds...
2024-10-09  drhImprovements to Makefile.msc: (1) Attempt to find sane...
2024-10-09  stephanAdd quotes around $(CC) in tclextension-related targets...
2024-10-09  drhFix a problem in the generate_series() extension introd...
2024-10-09  danFix the xCheckReservedLock() method of the flock VFS...
2024-10-09  danFix the xCheckReservedLock() method of the flock VFS... flock-vfs-fix
2024-10-09  drhChange the makefile to prefer the use of tclsh9.0 if...
2024-10-09  drhMake it so that the TCL extension installed using ...
2024-10-09  stephanAdd sqlite3rc.h build.
2024-10-09  stephanMore work on the tcl build parts.
2024-10-09  drhChanges to the TCL extension and how it is built, sugge...
2024-10-09  drhImproved handling of unicode characters in the LIKE...
2024-10-09  stephanRemove extra layer of quotes around install target...
2024-10-09  stephanMore work on the tcl build bits.
2024-10-09  stephanGeneric build cleanups.
2024-10-09  stephanAdd a few missing $(BEXE) suffixes on makefile targets...
2024-10-09  stephanMore work on the --with-tcl bits.
2024-10-09  stephanGet much of the --with-tcl-related bits working.
2024-10-08  drhEnable the ".crnl" command on Windows builds of the...
2024-10-08  stephanFix build portability problems discovered on an ARM...
2024-10-08  stephanGet some basic install rules working.
2024-10-08  stephanMake tool/emcc.sh.in Bourne-friendly.
2024-10-08  drhAdditional improvements to the behavior of ".crnl"...
2024-10-08  drhFix the .crnl command in the shell so that it does...
2024-10-08  drhAllow expressions with subtypes to be read from indexes...
2024-10-08  drhAdd an ALWAYS() on a branch in the new indexed-subtype... indexed-subtype-expr
2024-10-07  drhAdd a NEVER() to an unreachable branch in the new index...
2024-10-07  drhThe (undocumented) subtype() SQL function should have...
2024-10-07  drhMerge the latest trunk enhancements into the indexed...
2024-10-07  drhAdd the undocumented test/debug function parseuri(...
2024-10-07  drhFix handling of U+fffd in the LIKE optimization.
next