]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-02-26  stephanUndo part of [69e83ab859c], as that order of operations...
2025-02-26  stephanconfigure: extend the readline detection a bit so that...
2025-02-26  stephanShift some bootstrapping configure bits to avoid emitti...
2025-02-26  stephanFix a bug in mkwasmbuilds.c which caused sqlite3.wasm...
2025-02-25  drhDisable some misuse tests that sometimes cause segfault...
2025-02-25  stephanApproximately 50 typo fixes, spanning the whole tree...
2025-02-25  drhFix a test case that was broken when the default -...
2025-02-25  drhChange the default control-character escape algorithm...
2025-02-25  drhFix harmless "unused parameter" compiler warnings.
2025-02-25  drhImproved help messages for the --escape option in the...
2025-02-25  stephanConfigure script cosmetics: emit the host/build system...
2025-02-25  stephanRestructure [826bad10e9ccd6f71e] as that structure...
2025-02-25  drhEnhancements to help avoid problems in the CLI when...
2025-02-25  stephanDiverse configure tweaks to better support package...
2025-02-25  danReinstate the assert() removed by [0f6223b8]. Avoid...
2025-02-25  danFix a test script problem causing errors with Tcl 9.
2025-02-25  drhSmall performance improvement for the new %#Q conversio... unistr
2025-02-25  drhUpdate the autoconf Makefile for nmake to support SETLK...
2025-02-25  danAvoid running certain tests in walsetlk2.test if SQLITE...
2025-02-25  drhConsolidate two different UTF8 encoders into a single...
2025-02-25  danRemove an assert() added by [e88212b1] that is sometime...
2025-02-24  drhFix the new shellA.test test script so that it works...
2025-02-24  danSupport SQLITE_ENABLE_SETLK_TIMEOUT on windows.
2025-02-24  stephanSlightly simplify auto.def and autoconf/auto.def. configure-dll-support
2025-02-24  drhUse an assert() to fix a harmless (false-positive)...
2025-02-24  stephanautoconf/auto.def: remove a define which made superfluo...
2025-02-24  stephanconfigure: in autoconf build if both --disable-shared...
2025-02-24  drhOnly use unistr() in columnar formats when strictly...
2025-02-24  drhAdd the unistr_quote() function that works like quote...
2025-02-24  drhBug fix and initial test-case infrastructure for contro...
2025-02-24  drhOngoing work to get all the quoting and escaping variat...
2025-02-24  stephanConfigure doc tweaks. Move the package version/build...
2025-02-24  stephanFurther consolidation of auto.def and autoconf/auto...
2025-02-24  danMerge latest changes from trunk into this branch. win32-enable-setlk
2025-02-24  stephanMove the configure output about the SQLite version...
2025-02-24  stephanFurther consolidation of the main auto.def and the...
2025-02-24  stephanConfigure-internal doc tweaks. Fix the distclean rules...
2025-02-24  stephanAdd some internal notes about potential changes for...
2025-02-24  stephanUpdate jimsh0.c from upstream autosetup to address...
2025-02-24  drhMake column output modes in the CLI responsive to the...
2025-02-24  drhThree different --escape modes: symbol, ascii, off.
2025-02-23  drhFurther improvements to control-character escapes in...
2025-02-23  drhWork toward VT100-safe output from the CLI by default.
2025-02-23  stephanAdd (disabled) infrastructure for disabling use of...
2025-02-23  stephanInternal cleanups to how certain linker flags are tested.
2025-02-23  stephanInternal configure doc cleanups. Apply the [5ecbe7ddc4...
2025-02-23  drhThe %#Q conversion now adds unistr('...') around the...
2025-02-23  drhEnhance the %Q, %q, and %w printf conversions so that...
2025-02-22  drhPrototype implementation of the unistr() SQL function.
2025-02-22  stephanUpdate the help text to account for [35b1c32f80b9].
2025-02-22  stephanReplace --dll-basename=none with --dll-basename=default.
2025-02-22  drhTamp down various harmless compiler warnings. Use...
2025-02-22  stephanOn unix-on-windows platforms, if either of --out-implib...
2025-02-22  stephanEnsure that [08c9e56f60] uses an absolute path when...
2025-02-22  stephanRandom non-functional configure script cleanups.
2025-02-22  stephantool/mksqlite3h.tcl: when invoking the mksourceid binar...
2025-02-22  drhFix an incorrect assert added by [d7729dbbf231d57c].
2025-02-22  stephanFix installation rules for import lib in the autoconf...
2025-02-21  stephanRename configure-defined ENABLE_SHARED/STATIC makefile...
2025-02-21  stephanConfigure docs/help text tweaks. No functional changes.
2025-02-21  stephanOnly use the platform-specific --dll-basename if that...
2025-02-21  stephanFix another deps problem for msys installs.
2025-02-21  stephanEnsure that the prefix/bin dir exists on msys/cygwin...
2025-02-21  stephanAdd --dll-basename flag to give clients control over...
2025-02-21  drhThe number of declared columns in an index is limited...
2025-02-21  stephanExtend --out-implib to optionally specify the import...
2025-02-21  stephanMakefile-internal var renaming in prep for pending...
2025-02-21  drhDetect when a UNIQUE or PRIMARY KEY on a WITHOUT ROWID...
2025-02-21  stephanconfigure: in several places where support for -Wl...
2025-02-20  stephanconfigure: automatically fail the check for rpath on...
2025-02-20  stephanFix autoconf bundle to honor the --disable-static and...
2025-02-20  stephanwasm: do not build the (untested/unsupported) node...
2025-02-20  stephanwasm makefile docs: make explicit that the node.js...
2025-02-20  stephanAdd the pause/unpause capability to the opfs-sahpool...
2025-02-20  stephanconfigure: when running proj-check-function-in-lib...
2025-02-19  stephanIncrease default CLI shell .prompt buffer length to...
2025-02-19  stephanSlight tweak to the CLI shell help output to help conve...
2025-02-18  danHave SQLITE_FTS5_ENABLE_TEST_MI builds avoid reading...
2025-02-18  stephanUpdate path on the web server for test/snapshot instanc...
2025-02-17  drhAdd an ORDER BY to a test case for skip-scan to make...
2025-02-17  danFix problems in test script fkey6.test.
2025-02-17  drhAdditional changes making it easier to prove that integ...
2025-02-17  drhCode changes that make it easier to prove that no 32...
2025-02-17  stephanAdd two generated files to the distclean rules of the...
2025-02-17  stephanReplace TEXE (legacy name) with T.exe (3.48+ name)...
2025-02-17  drhHarden the SQLITE_DBCONFIG_LOOKASIDE interface against...
2025-02-17  drhFix a typo (a missing ")") in a comment that is used...
2025-02-16  stephanInternal reordering/re-grouping of some configure flags...
2025-02-16  stephanRe-add the --disable-static-shell configure feature...
2025-02-16  stephanUpdate autoconf/Makefile.msc from tool/mkmsvcmin.tcl.
2025-02-16  stephanAPI naming typo reported in [forum:416f2d8dec|forum...
2025-02-16  drhAdd a typecast to avoid 32-bit integer overflow in...
2025-02-15  stephanRemove tea version check from tool/srctree-check.tcl...
2025-02-15  stephanAutomate update of the library version number in autoco...
2025-02-15  stephanDLL installation rules no longer create versioned symli...
2025-02-15  stephanA cleaner workaround for [6a21d6a2], provided by autose...
2025-02-14  stephanMore informative output for the pthread feature test.
2025-02-14  stephanMake failure to find pthreads support non-fatal unless...
2025-02-14  stephanSimplify the --help workaround introduced in [6a21d6a2ed].
2025-02-14  stephanWork around a autosetup --help bug which only(?) trigge...
next