]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-11-14  stephanFix a state makefile dependency which refered to the... makefile-simplification
2024-11-14  stephanRemove unused sqlite_cfg.h.in (sqlite_cfg.h gets genera...
2024-11-14  danFix a problem with window functions min() and max(...
2024-11-14  stephanDocument the if block at the end of sqlite-check-tcl.
2024-11-14  stephanconfigure: avoid performing multiple checks for -lm...
2024-11-13  drhEnhance the vfstrace.c extension to show symbolic names...
2024-11-13  drhFix a memory leak in the ".dump" command of the CLI...
2024-11-13  drhAdd the test/fork-test.c test program.
2024-11-13  drhAdd the SQLITE_FCNTL_NULL_IO file-control.
2024-11-12  drhEnsure that the sqlite3_index_info.idxStr string coming...
2024-11-11  drhClarify the documentation to make it clear that rows...
2024-11-11  danFix the fts5 trigram tokenizer so that it handles non...
2024-11-11  drhAdd the ".dbtotxt" command to the CLI.
2024-11-11  stephanWrap some exceptionally long lines in main.mk. Add...
2024-11-11  drhUse Win32 APIs to read/write the console in Windows...
2024-11-11  stephanDoc update to account for [05073350087b].
2024-11-11  stephanRename proj-define-if-opt-truthy to the more accurate...
2024-11-09  danFix a case in fts3 where a corrupt database record...
2024-11-09  stephanFix a deps problem, introduced in [1bd9de719], which...
2024-11-09  stephanSimplify usage of proj-assert by making the expr prefix...
2024-11-09  stephanRemove three unused files from autosetup/.
2024-11-09  stephanRemove an unused lib import from auto.def.
2024-11-08  drhIncrease the minimum SQLITE_LENGTH_LIMIT from 1 to...
2024-11-08  danFix an assert() failure in sqlite3recover.c.
2024-11-08  stephanRemove one dep from .tclenv.sh which is only valid...
2024-11-08  stephanAdd 'tcl' makefile target which builds all but tclexten...
2024-11-08  stephanAdd missing CFLAGS.intree_includes to T.compile.tcl...
2024-11-08  stephanMore closely emulate the legacy build's handling of...
2024-11-08  stephanSupport clients passing in LDFLAGS to configure/make...
2024-11-08  stephanDisable setting of the SONAME (enabled by [2a2419ef742...
2024-11-07  danFix an OOB write that could occur in fts3 when dealing...
2024-11-07  stephanExtend the set of --flags which get cleared/unset when...
2024-11-07  stephanDoc touchups in the line-editing feature check code.
2024-11-07  stephantcl configuration: --with-tcl=prefix is equivalent...
2024-11-07  drhFurther improvements to the ".mode json" output in...
2024-11-07  stephanAutosetup doc touchups.
2024-11-07  stephanExtend the list of "truthy" config values to include...
2024-11-07  stephanAdd some internal docs to auto.def explaining certain...
2024-11-07  stephanDocument the purpose of a global auto.def var added...
2024-11-07  stephanWhen --with-linenoise refers to the msteveb flavor...
2024-11-07  stephanAdd mention of file-isexec in autosetup/README.md.
2024-11-07  stephanChange several 'file exists' checks for tclsh to file...
2024-11-07  stephanFor platforms where tclsh is found but tclConfig.sh...
2024-11-06  drhFix an FTS3 corruption test case that depends on the...
2024-11-06  stephanRe-phrase some (#if !SQLITE_CORE) to (#ifndef SQLITE_CO...
2024-11-06  stephanElaborate on how autosetup selects a tclsh to use.
2024-11-06  drhFix typo in the LICENSE.md file.
2024-11-06  stephanMinor doc tweaks.
2024-11-06  stephanWhen constructing the auto-reconfigure commands, only...
2024-11-06  stephanMinor doc tweaks and typo fixes.
2024-11-06  stephanSplit the motivation of the makefile var naming convent...
2024-11-06  stephanAdd a section to autosetup/README.md describing the...
2024-11-06  stephanAdd autosetup/README.md - maintenance-related docs...
2024-11-06  stephanEnhance the --with-emsdk flag to use a default value...
2024-11-05  drhImprove the ".mode json" output of the CLI so that...
2024-11-05  danHave the xBestIndex method of the generate_series virtu...
2024-11-05  stephanWork around a TCL {list-quoting} quirk when escaped...
2024-11-05  stephanRemove the --enable-rbu flag from the configure script...
2024-11-05  drhEnsure that the one-line running status output from...
2024-11-05  stephanauto.def: remove an extraneous global var, some dead...
2024-11-05  stephanEnhance the rpath configure check to honor --exec-prefi...
2024-11-05  stephanRoll back [47e50fa84dacf83c] for consistency with the...
2024-11-05  stephanAdd the --enable-rbu configure flag and building of...
2024-11-05  stephanRemove some dead makefile code.
2024-11-05  stephanChange a (#define HAVE_FCHMOD) to (#define HAVE_FCHMOD...
2024-11-05  stephansqlite3_stdio.c now uses sqlite3_malloc()/sqlite3_free...
2024-11-04  drhFix the percentile extension so that works as an indepe...
2024-11-04  drhFix harmless compiler warnings.
2024-11-04  drhEnsure that the database encoding is detected before...
2024-11-04  danAvoid loading the entire record into memory for an...
2024-11-04  stephanFix two mismatched uses of malloc() and sqlite3_free...
2024-11-04  stephanFix typo of --libexec ==> --libexecdir, discovered...
2024-11-04  stephanEnsure that the ext/wasm fiddle build undefines certain...
2024-11-04  stephanWhen installing the shared lib, re-activate the accommo...
2024-11-04  stephanMinor internal doc additions.
2024-11-04  stephanLatest upstream autosetup to get handling of (==ignorin...
2024-11-04  stephanLatest upstream jimsh0.c, which accounts for the proble...
2024-11-04  stephanMinor doc correction and proj.tcl-internal API renaming.
2024-11-03  stephanMove the .default-CFLAGS handling into a utility functi...
2024-11-03  stephanFix a CFLAGS.jimsh typo in Makefile.in. Change default...
2024-11-03  stephanIf any autotools-conventional dir names are explicitly...
2024-11-03  stephanWorkaround for a compiler-specific jimsh compilation...
2024-11-03  stephanMinor doc updates. Remove two outdated todos.
2024-11-03  stephanFix another T.exe typo and remove an outdated TODO.
2024-11-03  stephanFix T.exe typos in main.mk which break installation...
2024-11-02  stephanAn experiment in hybridizing overriding of autotools... autosetup-dir-overrides
2024-11-02  stephanAdd autotools-compatible overridable dir name vars...
2024-11-01  stephanWhen configuring with --with-wasi-sdk, ensure that...
2024-10-31  drhIn testrunner.tcl, only show the ETC on the status...
2024-10-31  drhFix the clean-autosetup target in Makefile.in so that...
2024-10-31  drhExtra defenses against UAF when failing to allocate...
2024-10-31  drhWhen building a shared library on Mac, one must specify...
2024-10-31  drhOmit unnecessary bold text in ./configure output.
2024-10-31  drhImproved differentiation between antirez and msteveb...
2024-10-31  stephanAdd a missing 'close' call to proj-file-content-list.
2024-10-31  stephanAdd -trim flag to proj-file-content.
2024-10-31  stephanRemove some proj-assert checks which are not valid...
2024-10-31  stephanWhen reading in .default-CFLAGS, trim it.
2024-10-31  stephanAdd the .POSIX special target to the main makefiles...
2024-10-31  stephanAdd more deps to T.tcl.env.sh so that it gets rebuilt...
next