]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-31  danUpdate this branch so that it works with ZipVFS. readonly-ignore-wal-jrnl
2024-10-30  danRequire the SQLITE_ENABLE_READONLY_WALJOURNAL pre-proce...
2024-10-30  danMerge latest trunk changes into this branch.
2024-10-30  danFix a problem that could occur if a read-only connectio...
2024-10-30  stephanClean up and add docs to the TCL vetting steps. Make...
2024-10-30  stephanRemove accommodation of the legacy-named shared librari...
2024-10-30  stephanGeneric makefile cleanups.
2024-10-30  stephanRe-enable exporting of TCLLIBDIR at configure-time...
2024-10-30  stephanWhen calculating the TCLLIBDIR in main.mk, allow the...
2024-10-29  stephanSplit the core-most CFLAGS, which should not be overrid...
2024-10-29  stephanTry to detect if --with-readline-cflags is passed a...
2024-10-29  stephanGeneral auto.def cleanups and docs.
2024-10-29  danAdd fault-injection tests for the new code on this...
2024-10-29  danAllow read-only connections to ignore hot journals...
2024-10-29  stephanReformulate the readline completion signature compatibi...
2024-10-29  stephanRename an almost-name-colliding auto.def function....
2024-10-29  stephanRemove some extraneous configure output.
2024-10-29  drhFix a typo in LICENSE.md
2024-10-29  stephanWhen either --readline or --editline are explicitly...
2024-10-29  stephanMinor --help text tweak.
2024-10-29  stephanAdd proj-assert proc and add a couple of asserts to...
2024-10-29  stephanTeach configure --editline to report itself to shell...
2024-10-29  stephanRemove LDFLAGS_LIBZ from sqlite3.pc.in (pkg-config...
2024-10-29  stephanRemove some dead auto.def code. Link tclsqlite3 shell...
2024-10-28  drhEnclose the generated "sqlite3.c" and "sqlite3.h" in...
2024-10-28  drhRemove unnecessary install-sh and spec.template files.
2024-10-28  stephanMinor makefile formatting cleanups. No functional changes.
2024-10-28  stephanCalculate TCLLIBDIR in the makefile targets which use...
2024-10-28  stephanRemove the ltmain.sh autotools remnant.
2024-10-28  drhRemove the never-used and never-documented and long...
2024-10-28  stephanPerform some makefile acrobatics to get the tclConfig...
2024-10-28  drhThe async extension was superseded by WAL mode about...
2024-10-28  danHave sqlite3_rsync avoid write-locking the origin database.
2024-10-28  drhOmit the antiquated and long-unsupport async extension... omit-async
2024-10-28  drhOmit ext/consio from the tree. No longer needed or...
2024-10-28  stephanUpdate Makefile.linux-generic to account for recent...
2024-10-28  stephanLink libtclsqlite3.so to libsqlite3.so, not libsqlite3.a.
2024-10-28  stephanRename the 'hwaci' auto.def utility API to the more...
2024-10-28  drhRemove the long-unused, legacy vsixtest/ logic from...
2024-10-28  stephanSimplify how hwaci-xfer-options-aliases figures out...
2024-10-28  stephanDocument why -IPREFIX/include is now part of T.cc.sqlite.
2024-10-28  stephanCorrect the default config value for HAVE_TCL (0 until...
2024-10-28  stephanHave --enable-editline fail rather than emit a warning...
2024-10-28  stephanDocs and small code cleanups in hwaci-common.tcl.
2024-10-28  stephanAdd --with-icu-config flag to use the icu-config binary...
2024-10-27  stephanExpand the 'make help' target and clean up some overly...
2024-10-27  stephanRe-order the auto.def flags logical groups. Add some...
2024-10-27  stephanGeneric cleanups in auto.def and hwaci-common.tcl.
2024-10-27  stephanDoc additions and minor cleanups in the --flag alias...
2024-10-27  stephanRename --with-readline-lib/inc to --with-readline-ldfla...
2024-10-27  stephanWhen ICU is enabled, ensure that the CLI shell build...
2024-10-27  stephanWhen readline is enabled, attempt to determine whether...
2024-10-27  drhFix build errors in fts5_tcl.c on Mac.
2024-10-27  danFix test code added by [ba358d26].
2024-10-27  drhImprovements to the PATTERN option of the "testrunner...
2024-10-27  drhHelp systems still using Tcl8.6 to compile tclsqlite...
2024-10-27  stephanRemove some incorrect code comments.
2024-10-27  stephanRe-add the --disable-static flag to (mostly) disable...
2024-10-27  stephanGeneric auto.def cleanups.
2024-10-27  stephanEnsure that --disable-tcl is honored. Move LDFLAGS...
2024-10-27  stephanconfigure: add --with-icu-lib=LDFLAGS and --enable...
2024-10-27  stephanMakefile.in: include CPPFLAGS in the CFLAGS, as the...
2024-10-27  stephanconfigure: document why --enable-editline does not...
2024-10-27  stephanBring the automated readline detection up to parity...
2024-10-27  stephanRename --with-readline-ldflags/cflags to --with-readlin...
2024-10-27  stephanCorrect sqlite3.pc to represent the library, not the...
2024-10-26  stephanGet --with-linenoise=DIR configure flag working.
2024-10-26  stephanRemove the install-lib makefile dep from install-tcl...
2024-10-26  stephanconfigure flag --disable-readline now trumps --with...
2024-10-26  stephanAdd new configure --with-readline-ldflags/cflags/header...
2024-10-26  danAdd test case for fts5 trigram tokenizer.
2024-10-26  drhIn Makefile.msc, build jimsh0.exe locally, not in the...
2024-10-26  stephanRemove LDFLAGS_ZLIB from sqlite3.pc.in because -lsqlite...
2024-10-26  stephanPatch bundle accumulated via /chat: add missing --enabl...
2024-10-26  drhFix a bug in the computation of LDFLAGS.libsqlite3...
2024-10-26  stephanAdd missing B.exe extension to src-verify, as reported...
2024-10-26  stephanDoc typo fix.
2024-10-26  stephanRephrase 'older' as 'legacy' in the docs from [0a50e330...
2024-10-26  stephanExpand the libtool-style link support from [0a50e33051...
2024-10-26  stephanDisable generation of config.defines.json until/unless...
2024-10-25  stephanCorrect unresolved @LIBS@ placeholder in sqlite3.pc.in.
2024-10-25  stephanUse (cc-with {-includes stdint.h}) when checking for...
2024-10-25  stephanWhen --with-tclsh=X is used, use X for all TCL purposes...
2024-10-25  stephanFix BUILD_CFLAGS (for B.cc) to not inherent CFLAGS...
2024-10-25  stephanExperimentally: when ./configure CC=foo is used in...
2024-10-25  stephanRename VERSION_XYZ to the more conventional PACKAGE_VER...
2024-10-25  drhUpdate the compile-for-*.md documents.
2024-10-25  drhRework the configure+make system to use autosetup rathe...
2024-10-25  drhRestore the amalgamation-tarball and snapshot-tarball... autosetup
2024-10-25  stephanMinor auto.def cleanups and doc addtions.
2024-10-25  drhNew jimsh0.c file for autosetup.
2024-10-25  drhUpdate the LICENSE.md file to describe BSD-licensed...
2024-10-25  stephanEnsure that jimsh is built in the proper dir in an...
2024-10-25  stephanRename config-defines.json to config.defines.json for...
2024-10-25  stephanAdd --defs-json-include-lowercase configure flag to...
2024-10-25  stephanInternal cleanups and docs in hwaci-common.tcl.
2024-10-25  stephanDocs related to the -array defs-dump option. Rename...
2024-10-25  stephanExperimentally add the -array formatting option to...
2024-10-25  stephan./configure now emits config-defs.json, a JSON-formatte...
2024-10-24  drhThe "WITHOUT_JIMSH=1" option on the nmake command-line...
next