]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-05-01  drhAllow sqlite3_rsync to work on non-WAL-mode databases... rsync-delete-mode
2025-02-18  drhVersion 3.49.1 version-3.49.1
2025-02-17  stephanAdd two generated files to the distclean rules of the...
2025-02-17  stephanPull build fix [edb8a78c023] and cleanup [0c085a5ab5...
2025-02-17  drhHarden the SQLITE_DBCONFIG_LOOKASIDE interface against...
2025-02-16  stephanRe-add the --disable-static-shell configure feature...
2025-02-16  drhAdd a typecast to avoid 32-bit integer overflow in...
2025-02-16  drhRemove the autoconf/tea/configure.ac check from tool...
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].
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 autosetup --help quirk described in [6a21d6...
2025-02-14  stephanICU config support: add more details to error messages...
2025-02-13  stephanWhen using the --out-implib build option, install the...
2025-02-13  stephanBring the 3.49 branch's configure-related files up...
2025-02-11  stephanRename a configure-internal function and fix handling...
2025-02-11  stephanMove the configure flags definition and handling into...
2025-02-11  stephanAdapt [https://fossil-scm.org/home/info/3bff7b92d6d...
2025-02-11  stephanMake the --out-implib support ([6092b0b86bf93a3d])...
2025-02-10  stephanconfigure: when dlopen() is not found, only fail fatall...
2025-02-09  stephanUpdate the 'clean' rules for autoconf/Makefile.in to...
2025-02-09  stephanApply [6092b0b8] to autoconf/Makefile.in.
2025-02-09  stephanconfigure: if the linker supports --out-implib, generat...
2025-02-09  stephanwasm: add some build-time validation to ensure that...
2025-02-09  stephanconfigure: when transfering ENABLE/OMIT flags from...
2025-02-07  stephanbuild: work around a report of (install -d DIR) failing...
2025-02-07  stephanMac-specific build fixes discussed in [forum:9dfd5b8fd5...
2025-02-07  stephanconfigure: change extension of static libraries from...
2025-02-07  stephanReorder a piece of ext/wasm/GNUmakefile to correct...
2025-02-07  stephanFix out-of-tree builds of the autoconf bundle, as repor...
2025-02-06  stephanFix a dependencies/order-of-operations bug in ext/wasm...
2025-02-06  drhVersion 3.49.0 version-3.49.0
2025-02-05  drhFix a harmless unused-parameter compiler warning introd...
2025-02-05  stephanSummarize known incompatibilities/gotches between JimTC...
2025-02-05  stephanUpstream JimTCL patch and minor tcl script tweaks to...
2025-02-05  drhAttempted improvements to the SQLITE_DBCONFIG_... docum...
2025-02-04  drhDetect and report signed integer overflow in the sumInv...
2025-02-03  drhTest case for the FTS3 fix in the previous check-in.
2025-02-03  drhFix a potential UAF in FTS3.
2025-02-03  drhNew dbsqlfuzz case added to fuzzdata8.db. fuzzer-20250203
2025-02-03  drhThe Parse.addrExplain field is never even if SQLITE_OMI...
2025-02-03  drhEnhance fuzzcheck so that the --sqlid and --dbid option...
2025-02-03  drhFixes and improved documentation to the new --sqlid... fuzzcheck-improvements
2025-02-03  drhEnhance fuzzcheck so that the --sqlid and --dbid option...
2025-02-03  drhFix for a potential UAF in FTS5.
2025-02-03  stephanImprove the JS-side sqlite3_set_auxdata() test to also...
2025-02-03  danFix a use-after-free case in fts5 provoked by fuzzdata8... fuzz-data
2025-02-03  drhNew test case for test/fuzzdata8.db
2025-02-03  stephanRework [76c8435a] to eliminate automatic JS-to-WASM...
2025-02-03  stephanAdd a more complete test for [76c8435a] and add some...
2025-02-03  drhFix the build process on Windows so that it generates...
2025-02-03  drhBring the autoconf-tarball Makefile.msc into alignment... windows-build-issue
2025-02-03  stephanCorrect the FuncPtrAdapter signature for the JS binding...
2025-02-03  drhAdjust the build process to avoid extra CR characters...
2025-02-03  drhThe "clean" target on Makefile.msc should not delete...
2025-02-02  drhAdd a header comment to test/speedtest1.c that outlines...
2025-02-02  drhUpdate to the "--help" output from speedtest1.
2025-02-02  stephanURL typo fix in code comments. No code changes.
2025-02-01  drhAdd a missing "db2 close" to the ext/session/session_ge...
2025-02-01  drhFix a comment typo - in a comment used to generate...
2025-02-01  drhRemove an ALWAYS() added by [2567298f4b0fdfeb] because...
2025-02-01  drhEnable SQLITE_ENABLE_NORMALIZE for several test configu...
2025-02-01  drhFix an issue with sqlite3_normalized_sql() caused by...
2025-02-01  stephanJS doc typo fixes. No functional changes.
2025-01-31  drhTweaks to [4b4f33d791fe4318] to make it easier to test.
2025-01-31  drhFix test case numbering in tests recently added to...
2025-01-31  stephanExpose the new SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE...
2025-01-31  danRemove an assert() that is not true if a trace-callback...
2025-01-31  danFix a problem with LIKE and GLOB processing in utf...
2025-01-31  drhIf any errors occur while processing sqlite_dbpage...
2025-01-31  drhThree new options to sqlite3_db_config(): ATTACH_CREAT...
2025-01-31  stephanMinor wasm-specific doc touchups.
2025-01-31  drhImprovements to the SQLITE_DBCONFIG option documentation. extra-security
2025-01-31  stephanCorrect a typo in tool/emcc.sh.in which could cause...
2025-01-31  drhAdd the SQLITE_DBCONFIG_ENABLE_COMMENTS setting (defaul...
2025-01-31  drhMerge all the latest trunk changes into the extra-secur...
2025-01-30  drhThe reuse-subroutine optimization [c9a3498113074bbc...
2025-01-30  drhRemove an unused parameter from an internal-use subrout...
2025-01-30  drhImprovements to the TCL interface for Tcl9 as suggested...
2025-01-30  drhUpdates to the compile-for-windows.md document.
2025-01-30  stephanMinor code de-duplication across the top-level auto...
2025-01-30  drhDisable a test case that (intentionally) does use-after...
2025-01-30  stephanFix build regression, introduced in [d2fe6b05f38d9d...
2025-01-29  danFix bug in sessions handling of FK constraints introduc...
2025-01-28  drhEnhance the if() and iif() SQL functions so that they...
2025-01-28  danFix sessions module handling of tables with generated...
2025-01-28  drhFix a copy/paste typo in the output of vfstrace for...
2025-01-28  drhSimplifh the IdList object to remove unnecessary fields...
2025-01-28  drhFix typo in speedtest.md.
2025-01-28  drhApparently I got the logic of [abfe488ed67e2e35] confus...
2025-01-28  drhRemove an ALWAYS() in the star-query heuristic that...
2025-01-27  drhUse hashing to accelerate column matching on INSERT...
2025-01-27  drhEnhance ./configure to issue an unambiguious error...
2025-01-27  drhAvoid splitting a hyperlink across lines in the documen...
2025-01-26  drhMake two private routines in FTS "static" so that they...
2025-01-26  drhFurther comment improvements in the star-query heuristi...
2025-01-26  drhSmall size and complexity reduction on the star-query...
next