]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-23  stephanGet auto.def handling the case that no tclsh is install...
2024-10-23  stephanFix /dev/null and stderr redirection ordering in autose...
2024-10-23  stephanUse pkg-config for readline detection, if available...
2024-10-22  stephanMinor build docs and cleanups.
2024-10-22  stephanMinor cleanups to how configure generates tool/emcc.sh.
2024-10-22  stephanTeach ext/wasm/GNUmakefile to use tool/emcc.sh and...
2024-10-22  stephanAfter discussing [4d4423df8d14] with Steve Bennett...
2024-10-22  stephanTouch configure-generated files at configure-time even...
2024-10-22  stephanRename hwaci-error to the more descriptive hwaci-fatal...
2024-10-21  stephanBring checksymbols target up to date and add a TODO...
2024-10-21  stephanResolve two build FIXMEs.
2024-10-21  stephanGet most of the numerous misc tool binaries building.
2024-10-21  stephanSimplify how the targets which may or may not be enable...
2024-10-21  stephanMore build doc tweaks and get ./startup building.
2024-10-21  stephanStart moving most Makefile.in docs over to main.mk...
2024-10-21  stephanAdd docs introducing how to define and use autosetup...
2024-10-21  stephanMerge trunk into autosetup branch.
2024-10-21  danAvoid using LIKE in sqlite3expert.c, in case "PRAGMA...
2024-10-20  danFix another problem with ".expert" and virtual tables...
2024-10-20  stephanBuild doc touchups.
2024-10-20  stephanA possible fix for some as-yet-unused configure code...
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  stephanAdd sqlite3_rsync to the docs at the top of mktoolzip...
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.
next