2025-03-27 |
jan.nijtmans | Fix for forum-post [/forum/forumpost/b5fde3596c|b5fde35... tclsqlite-db-copy-fix |
commit | commitdiff | tree |
2025-03-27 |
drh | Fix an off-by-one bug in the ".dbtotxt" command from... |
commit | commitdiff | tree |
2025-03-26 |
drh | Reduce the delay caused by anti-virus retries in Window... |
commit | commitdiff | tree |
2025-03-26 |
drh | On winOpen(), redo the read-only test on every retry... winopen-retry |
commit | commitdiff | tree |
2025-03-26 |
drh | Further attempted improvements at fast-fail for an... |
commit | commitdiff | tree |
2025-03-26 |
drh | Attempt to reduce the amount of retry time when trying... |
commit | commitdiff | tree |
2025-03-25 |
stephan | Configure script internal cleanups. Factor out the... |
commit | commitdiff | tree |
2025-03-24 |
drh | Clarify and reduce redundancy in an assert() in walChec... |
commit | commitdiff | tree |
2025-03-24 |
dan | Test that the sqlite3changeset_apply() function is... |
commit | commitdiff | tree |
2025-03-24 |
dan | Add test cases to session1.test. |
commit | commitdiff | tree |
2025-03-23 |
stephan | Correct a --force flag which should be -force in a... |
commit | commitdiff | tree |
2025-03-23 |
stephan | Remove tool/tclConfigShToAutoDef.sh, as that functional... |
commit | commitdiff | tree |
2025-03-23 |
stephan | Internal configure refactoring to support an ongoing... |
commit | commitdiff | tree |
2025-03-22 |
drh | Fix the generate_series() enhancement from check-in... |
commit | commitdiff | tree |
2025-03-22 |
stephan | Replace use of autosetup/lib/*.auto for sqlite-custom... |
commit | commitdiff | tree |
2025-03-22 |
stephan | In the post-configure validation, ensure than no more... |
commit | commitdiff | tree |
2025-03-22 |
stephan | Slight corrections to the new docs in autosetup/README.md. |
commit | commitdiff | tree |
2025-03-22 |
stephan | Document the new configuration customization approach... |
commit | commitdiff | tree |
2025-03-22 |
stephan | Teach mkautoconfamal.sh to avoid copying autosetup... |
commit | commitdiff | tree |
2025-03-22 |
stephan | Add a mechanism to the configure script to allow certai... |
commit | commitdiff | tree |
2025-03-22 |
stephan | Configure script internal cleanups and re-orgs. No... |
commit | commitdiff | tree |
2025-03-22 |
stephan | In the autoconf bundle, do not strip binaries during... |
commit | commitdiff | tree |
2025-03-21 |
stephan | Slightly simplify proj-current-proc-name. |
commit | commitdiff | tree |
2025-03-21 |
stephan | Fix a multi-arg expr call in proj-current-proc-name... |
commit | commitdiff | tree |
2025-03-21 |
drh | Teach the CLI that VT100-escape codes that do things... |
commit | commitdiff | tree |
2025-03-21 |
stephan | Flesh out the new proc-debug and its infrastructure... |
commit | commitdiff | tree |
2025-03-21 |
stephan | Proxy configure's msg-debug with proc-debug, which... |
commit | commitdiff | tree |
2025-03-20 |
stephan | Teach the configure script to be able find a default... |
commit | commitdiff | tree |
2025-03-20 |
drh | Fix a problem in the sqlite_dbpage() table-valued funct... |
commit | commitdiff | tree |
2025-03-19 |
stephan | Avoid running test cases involving ANSI control charact... |
commit | commitdiff | tree |
2025-03-18 |
drh | Change the generate_series() table-valued function... |
commit | commitdiff | tree |
2025-03-18 |
dan | Fix a problem that could occur when the RHS of an IN... |
commit | commitdiff | tree |
2025-03-18 |
stephan | Internal doc touchups in ext/wasm/mkwasmbuilds.c. No... |
commit | commitdiff | tree |
2025-03-18 |
stephan | Very slight simplification of the run-fuzzcheck rules. |
commit | commitdiff | tree |
2025-03-18 |
stephan | General updates to autosetup/README.md. |
commit | commitdiff | tree |
2025-03-18 |
stephan | Update the docs in tool/mkccode.tcl to reflect that... |
commit | commitdiff | tree |
2025-03-17 |
drh | Prevent integer overflow when parsing NEAR queries... |
commit | commitdiff | tree |
2025-03-17 |
stephan | Add support for the --with-wasi-sdk configure flag... |
commit | commitdiff | tree |
2025-03-16 |
stephan | Fix a long-standing filename digest computation bug... |
commit | commitdiff | tree |
2025-03-16 |
stephan | Add --asan-fsanitize=... configure flag to the canonica... |
commit | commitdiff | tree |
2025-03-16 |
stephan | Configure-internal doc cleanups. No functional changes. |
commit | commitdiff | tree |
2025-03-16 |
stephan | Consolidate some much-duplicated run-fuzzcheck recipe... |
commit | commitdiff | tree |
2025-03-16 |
drh | Rework the run-fuzzcheck makefile target so that it... |
commit | commitdiff | tree |
2025-03-15 |
drh | Enhance the fuzzcheck testing tool with new command... |
commit | commitdiff | tree |
2025-03-15 |
drh | Make use of the C99 flexible array feature, when availa... |
commit | commitdiff | tree |
2025-03-15 |
drh | Work around compilers that do not understand flexible... flex-array |
commit | commitdiff | tree |
2025-03-15 |
drh | Fix alignment problems on Linux with -m32 and on Mac... |
commit | commitdiff | tree |
2025-03-15 |
dan | Speed up parsing of very long fts3 query expressions. |
commit | commitdiff | tree |
2025-03-15 |
stephan | Configure-internal build cleanups (no functional change... |
commit | commitdiff | tree |
2025-03-15 |
stephan | -fsanitize is a CFLAG, not LDFLAG, so rename some vars... |
commit | commitdiff | tree |
2025-03-15 |
stephan | For fuzzcheck-asan, dynamically determine the list... |
commit | commitdiff | tree |
2025-03-15 |
drh | Omit the -fsanitize=bounds-strict for now, as that... |
commit | commitdiff | tree |
2025-03-15 |
drh | Use flexible arrays in the recovery extension and in... |
commit | commitdiff | tree |
2025-03-15 |
drh | Use flexible arrays whereever appropriate in FTS5. |
commit | commitdiff | tree |
2025-03-15 |
drh | Convert the Fts5Sorter.aIdx field to a flexible array. |
commit | commitdiff | tree |
2025-03-14 |
drh | Turn Fts5Colset.aiCol into a flexible array. |
commit | commitdiff | tree |
2025-03-14 |
drh | In FTS3, rename the MatchinfoBuffer.aMatchinfo field... |
commit | commitdiff | tree |
2025-03-14 |
drh | Fix one of two flexible arrays in FTS3. |
commit | commitdiff | tree |
2025-03-14 |
drh | Use flexible arrays for RTREE. |
commit | commitdiff | tree |
2025-03-14 |
drh | KeyInfo is now an indeterminate size, so we cannot... |
commit | commitdiff | tree |
2025-03-14 |
drh | Make use of the flexible-array feature of C99, when... |
commit | commitdiff | tree |
2025-03-14 |
stephan | Fix an internal doc typo reported in [forum:e25e581f917... |
commit | commitdiff | tree |
2025-03-14 |
stephan | Minor doc corrections for the sahpool-digest fix and... sahpool-digest |
commit | commitdiff | tree |
2025-03-14 |
stephan | Cherrypick the [2b582c0097e33] doc addition, which... |
commit | commitdiff | tree |
2025-03-13 |
drh | Fix the generate_series extension for the case where... |
commit | commitdiff | tree |
2025-03-12 |
drh | The --echo flag on the CLI also echos dot-commands... |
commit | commitdiff | tree |
2025-03-11 |
drh | Avoid running test cases involving ANSI control charact... windows-ansi |
commit | commitdiff | tree |
2025-03-11 |
drh | The substitute "puts" command used by the Windows imple... |
commit | commitdiff | tree |
2025-03-10 |
drh | Ensure that the TEMP database has been initialized... |
commit | commitdiff | tree |
2025-03-10 |
stephan | Add an explicit db close to test/walsetlk.test to work... |
commit | commitdiff | tree |
2025-03-10 |
drh | Disable the [d1ba200234f40b84|count-of-view optimizatio... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Back out the most significant part of [5c28a17253e2f... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Various typo fixes reported by Daniel Dumitriu. No... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Additional 'array index is signed char' warning cleanup... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Fix a tcl typo in the previous checkin which triggers... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Have the configure script report cygwin as SQLITE_OS_UN... |
commit | commitdiff | tree |
2025-03-05 |
dan | Have the recover module add "PRAGMA foreign_keys =... |
commit | commitdiff | tree |
2025-03-05 |
drh | Always ignore comments in the schema of a database... |
commit | commitdiff | tree |
2025-03-05 |
dan | Update the recovery extension so that it works with... |
commit | commitdiff | tree |
2025-03-05 |
drh | Use AtomicRead() and AtomicWrite() to access the pcache... |
commit | commitdiff | tree |
2025-03-05 |
drh | Improvement output for ".schema --indent" in the CLI... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Minor configure script cleanups which started out as... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Roll back part of [6d87a8efe]: the check for tclsh90... |
commit | commitdiff | tree |
2025-03-04 |
stephan | tclsqlite3 patch from Christian Werner: replace FILE... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Teach autosetup how to find tclsh v9.0 on cygwin. |
commit | commitdiff | tree |
2025-03-04 |
stephan | Makefile doc updates. Remove a couple extraneous target... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Minor doc typo fixes via [forum:65bd941da8|forum post... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Document the EXTRA_SRC makefile var and add --amalgamat... |
commit | commitdiff | tree |
2025-03-03 |
stephan | Internal configure script cleanups. Resolve an as-yet... |
commit | commitdiff | tree |
2025-03-03 |
stephan | Minor configure script doc tweaks. This is also a note... |
commit | commitdiff | tree |
2025-03-02 |
drh | Ensure that detection of control characters by comparis... |
commit | commitdiff | tree |
2025-03-01 |
stephan | Use SQLITE_EXTRA_INIT_MUTEXED instead of SQLITE_EXTRA_I... |
commit | commitdiff | tree |
2025-03-01 |
drh | Add an assert() in vdbesort.c to help both humans and... |
commit | commitdiff | tree |
2025-02-28 |
drh | In the CLI, ensure that all calls to ctype.h macros... |
commit | commitdiff | tree |
2025-02-28 |
stephan | Latest upstream autosetup. Fixes two minor corner-case... |
commit | commitdiff | tree |
2025-02-27 |
stephan | Approximately 100 typo corrections spanning the whole... |
commit | commitdiff | tree |
2025-02-27 |
stephan | Reimplement testrunner_data.tcl::trd_get_bin_name(... |
commit | commitdiff | tree |
2025-02-27 |
drh | Strive to make sorts stable in the mkpragmatab.tcl... |
commit | commitdiff | tree |
2025-02-27 |
drh | Merge back a sequence of three changes that were branch... |
commit | commitdiff | tree |
2025-02-27 |
drh | Fix build break in [e2bd23f251359e7a]. build-break |
commit | commitdiff | tree |
next |