]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-04-17  stephanUpstream teaish, which simplifies how extension metadat...
2025-04-17  drhWhen logging errors using sqlite3_log() and the error...
2025-04-17  drhIncrease the size of the output buffer for sqlite3_log().
2025-04-16  stephanAdd docs explaining how to test the teaish build.
2025-04-16  stephanLatest upstream teaish. Most notably it adds the abilit...
2025-04-16  stephanUpdate doc/tcl-extension-testing.md for Unix systems...
2025-04-16  drhAttempt to provide EBCDIC translations to the tables...
2025-04-16  stephanChange the target libdir name in the teaish build to...
2025-04-16  stephanA portability fix for proj.tcl: some Tcl builds do...
2025-04-16  stephanLatest upstream teaish for fixes and improvements.
2025-04-15  drhCorrectly handle the case of a multi-column UNIQUE...
2025-04-15  drhFix a minor typo in a code comment.
2025-04-15  stephanCleanups and refactoring in proj.tcl and teaish.
2025-04-15  danAvoid a potential integer overflow in non-default build...
2025-04-15  stephanFurther cleanups and code consolidation between teaish...
2025-04-15  stephanSlight simplifications in the teaish build.
2025-04-14  stephanUpdate teaish to the latest upstream copy. Move some...
2025-04-14  drhImproved estimate on the number of output rows in a...
2025-04-14  stephanJNI: part 3 (of 3) of typos and Java style tweaks sugge...
2025-04-14  stephanJNI: part 2 of typos and Java style tweaks suggested...
2025-04-14  stephanJNI: part 1 of typos and Java style tweaks suggested...
2025-04-14  stephanDoc/help text tweaks in autoconf/tea.
2025-04-14  stephanMinor cleanups and fixes in the autoconf/tea pieces.
2025-04-13  stephanLatest upstream teaish, which restructures the teaish...
2025-04-12  stephantea build: use autosetup's file-normalize instead of...
2025-04-12  stephanPort autoconf/tea from the autotools to autosetup.
2025-04-12  stephanMove the post-configure dot-in-file validation from...
2025-04-12  stephanDoc typo fix. teaish
2025-04-12  stephanEliminate a duplicate -lz flag in the teaish build.
2025-04-12  stephanAdd missing teaish.test.tcl.
2025-04-12  stephanAdd missing exports of various LDFLAGS and CFLAGS for...
2025-04-12  stephanCorrect out-of-tree build for autoconf/tea.
2025-04-12  stephanInitial port of the TEA build (autoconf/tea) from autot...
2025-04-10  danFix a memory leak in sqlite3session_diff().
2025-04-10  drhImproved detection of run-time errors (ex: OOM errors...
2025-04-10  drhProvide new command-line options --hard-heap-limit...
2025-04-10  drhBe sure that speedtest1 reports any errors that it...
2025-04-10  danFix a comment in sessionD.test.
2025-04-10  danImprove the error messages returned by sqlite3session_d...
2025-04-10  danFix an obscure problem allowing the propagate-constants...
2025-04-10  danFix an obscure problem allowing the propagate-constants... forum-0109bca824
2025-04-10  drhRemove unnecessary "www." prefixes on domain names...
2025-04-09  stephanDoc updates in proj.tcl. Improve configure check for...
2025-04-08  drhRemove an incorrect ALWAYS() macro. [forum:/forumpost...
2025-04-08  danHave sqlite3session_diff() automatically attach tables...
2025-04-08  danHave sqlite3session_diff() automatically attach tables...
2025-04-07  stephanDuring the post-configure validation of @VAR@ reference...
2025-04-07  stephanRename proj-current-proc-name to proj-current-scope...
2025-04-07  stephanMake it legal to call proj-fatal from the global scope.
2025-04-06  drhFix a harmless code typo introduced by [b57e3c3db00a6bc...
2025-04-05  stephanExtend proj-dot-ins-append to provide a way to use...
2025-04-05  stephanAdd a note that SQLite's copy of proj.tcl can be consid...
2025-04-05  stephanMove the automatic reconfigure tcl code from sqlite...
2025-04-05  stephanRefactor proj-make-from-dot-in and friends to be more...
2025-04-04  stephanRename makefile var libtclsqlite3.SO to libtclsqlite3...
2025-04-04  stephanCorrect a makefile var name type in the configure scrip...
2025-04-04  stephanAdd more vars to the tclConfig.sh-to-tcl exporter,...
2025-04-04  stephanAccount for the Mac-specific -instal_name linker flag...
2025-04-04  stephanAdapt the --all flag to apply to a different set of...
2025-04-04  stephanImprove --all flag handling so that combinations of...
2025-04-04  jan.nijtmansThe win32lock and win32longpath tests don't work on...
2025-04-04  stephanMinor configure-internal cleanups to support the autose...
2025-04-04  stephanMinor configure script internal doc edits. No functiona...
2025-04-04  stephanMake the --static-cli-shell flag available in the autoc...
2025-04-04  stephanOn HaikuOS, if --prefix is not explicitly provided...
2025-04-03  stephanAdd the --static-cli-shell configure flag to the canoni...
2025-04-03  stephanAdd the --static-tclsqlite3 configure flag (canonical...
2025-04-03  stephanMinor cleanups to the --static-tclsqlite3 support. static-tclsqlite3
2025-04-02  stephanAdd experimental --static-tclsqlite3 configure flag...
2025-04-02  drhFix harmless compiler warnings in the memstat.c extensi...
2025-04-02  stephanRemove some stray debug output from proj.tcl.
2025-04-02  drhIncrease the size of a variable in FTS3 to help static...
2025-04-01  drhThe json-blob-overwrite optimization seeks to prevent...
2025-04-01  drhFix a typo accidently added to the prior check-in. json-opt
2025-04-01  drhThis is an experimental optimization that attempts...
2025-03-31  drhFix a harmless typo in a code comment.
2025-03-31  stephanEnsure that the compilation of extensions get the same...
2025-03-31  stephanEnsure that extension sources also inherit the debuggin...
2025-03-31  stephanCorrect the ordering of the configure script's handling...
2025-03-31  drhThe --dev option on ./configure implies --debug and...
2025-03-29  stephanMinor shell-internal doc addition. No functional changes.
2025-03-28  stephanCorrect two tests in shell1.test which were broken...
2025-03-28  stephanCLI shell: make (.output off) an alias for (.output...
2025-03-28  stephanConfigure/make doc tweaks. No functional changes.
2025-03-27  drhMerge cygwin and tclsqlite fixes into trunk.
2025-03-27  stephanAdd an explicit db close to fix a file-is-opened failur...
2025-03-27  drhRearrange #includes in FTS3 to avoid a harmless compile...
2025-03-27  jan.nijtmansFix for forum-post [/forum/forumpost/b5fde3596c|b5fde35... tclsqlite-db-copy-fix
2025-03-27  jan.nijtmansshell1.test: == => eq
2025-03-27  jan.nijtmansMore ==/!= => eq/ne fixes
2025-03-27  jan.nijtmansIn Tcl, always use eq/ne for comparing strings, not...
2025-03-27  jan.nijtmansMerge trunk. Some additional test-fixes for Cygwin
2025-03-27  drhFix an off-by-one bug in the ".dbtotxt" command from...
2025-03-26  drhReduce the delay caused by anti-virus retries in Window...
2025-03-26  drhOn winOpen(), redo the read-only test on every retry... winopen-retry
2025-03-26  drhFurther attempted improvements at fast-fail for an...
2025-03-26  drhAttempt to reduce the amount of retry time when trying...
2025-03-26  stephanMerge trunk into cygwin-fixes branch. Add .fossil-setti...
2025-03-25  stephanConfigure script internal cleanups. Factor out the...
2025-03-24  drhClarify and reduce redundancy in an assert() in walChec...
next