Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins tagged with "trunk"
2025-10-15
| ||
11:52 | Update the built-in SQLite to the latest trunk check-in for beta testing of SQLite. ... (Leaf check-in: 3c639f7420 user: drh tags: trunk) | |
2025-10-11
| ||
16:06 | Squish multiple comment typos ... (check-in: 8af686481e user: wyoung tags: trunk) | |
2025-10-10
| ||
17:20 | Make use of the improved /help/CMD syntax everywhere, in place of the legacy /help?cmd=CMD syntax. ← This is me! ... (check-in: c64f28d26c user: drh tags: trunk) | |
17:16 | Add a checkbox to ticket pages which have multiple comments to reverse the order of the comments, per an off-list request. Making this visible requires resetting the ticket edit/view templates to their defaults or integrating equivalent edits into local versions of those templates. ... (check-in: cc09064f5c user: stephan tags: trunk) | |
16:41 | Update the change log. ... (check-in: 96dec6246c user: drh tags: trunk) | |
16:32 | Add support the branch name selection box in the submenu. ... (check-in: 5f158ae84c user: drh tags: trunk) | |
16:31 | Update the built-in SQLite to the latest trunk version that includes built-in support for percentile functions and carray(). ... (check-in: 70539eee00 user: drh tags: trunk) | |
05:26 | Change the new `-u|--user' option of the `timeline' command to `-u|--for-user' to avoid conflicts with the global `-U|--user' option. ... (check-in: f4240ecc32 user: florian tags: trunk) | |
2025-10-09
| ||
18:22 | stash drop help tweak suggested in forum post d5c5c0f980. ... (check-in: e2783d0789 user: stephan tags: trunk) | |
13:35 | Updates to the antibot.wiki page, to discuss the latest enhancements to robot defenses. ... (check-in: 14e23927ce user: drh tags: trunk) | |
12:55 | New settings to allow robots to download tarballs but only if the corresponding check-in is a leaf or if it has a tag like "release" or "allow-robots". New settings control all of the above. ... (check-in: 4d198d0e12 user: drh tags: trunk) | |
10:29 | Omit "zip" from the default robot-restrict settings. ... (check-in: a199b74fa8 user: drh tags: trunk) | |
09:34 | In the timeline, replace a hard-coded 'trunk' with a db_get('main-branch'), as suggested in forum post 61450a0395 (this time in the correct branch). ... (check-in: cc5ffebb51 user: stephan tags: trunk) | |
2025-10-08
| ||
15:25 | replace c++ comments single line comment. ... (check-in: ee5db21338 user: mgagnon tags: trunk) | |
15:22 | When using "oldestfirst" query parameter on /timeline, swap the Older/Newer buttons at the beginning and end of the timeline so the direction is consistent with the order of the timeline. ... (check-in: c09483437c user: mgagnon tags: trunk) | |
14:40 | Fix a harmless UBSAN warning in makeheaders.c ... (check-in: a456dcbbac user: drh tags: trunk) | |
14:28 | Disable the graph if the "oldestfirst" query parameter is used on a timeline. ... (check-in: 39262f69b2 user: drh tags: trunk) | |
14:14 | Add the -u option to the 'timeline' command to display only items associated with a given user. ... (check-in: 80c5e6791c user: danield tags: trunk) | |
13:14 | Add the -r option to the 'timeline' command to display items in chronological order. ... (check-in: 7ac9d8bf35 user: danield tags: trunk) | |
12:03 | Make option '--offset' work again with the 'after' keyword for the 'timeline' command. Regression introduced in [ee2a71b5c7]. ... (check-in: 4bfbe5f5b4 user: danield tags: trunk) | |
2025-10-07
| ||
19:29 | Small correction to the help text for the 'mv' command, as per forum post 25e2d7024b. ... (check-in: 8725737d32 user: danield tags: trunk) | |
2025-10-06
| ||
19:08 | Improvements to the anti-robot documentation page. ... (check-in: 8d3281267d user: drh tags: trunk) | |
2025-10-04
| ||
19:22 | Simplified a command pair to a one-liner in the containers doc section about setting up email alerts. ... (check-in: 819da69d7b user: wyoung tags: trunk) | |
2025-10-03
| ||
17:31 | Fix spelling errors found by the Debian QA tools. ... (check-in: 7db623e5eb user: danield tags: trunk) | |
17:27 | Improve the recommented value for robot-exception. ... (check-in: 3bbd18a284 user: drh tags: trunk) | |
16:05 | Allow URLs of the form /tarball/TAG/VERSION/NAME.tar.gz for the tarball page where TAG must be a non-branch tag associated with VERSION. This is so that the robot-exception pattern can match things like /tarball/release while will allowing access to historical releases via the VERSION section of the URL. ... (check-in: 57c8bec816 user: drh tags: trunk) | |
14:36 | Remove a pointless source code test from "make test" ... (check-in: 871f6b36e9 user: drh tags: trunk) | |
14:09 | Disable the "settings" test module, which doesn't work for unknown reasons, and because it does not seem to accomplish very much for all the TCL complication that it adds. ... (check-in: 4619d2efab user: drh tags: trunk) | |
2025-10-02
| ||
19:36 | Align the delta_parse() debug function with the SQLite sources. ... (check-in: a8dbbac969 user: drh tags: trunk) | |
14:14 | Update the built-in SQLite to the latest trunk check-in for beta testing. ... (check-in: 3ca3a6a667 user: drh tags: trunk) | |
2025-09-30
| ||
18:13 | Update the version number 2.28 to begin the next dev cycle. ... (check-in: c8fcc9714e user: drh tags: trunk) | |
11:03 | Version 2.27 ... (check-in: 99675884a9 user: drh tags: trunk, release, version-2.27) | |
2025-09-27
| ||
15:05 | Avoid an unnecessary mprintf(). ... (check-in: bd4cec1240 user: danield tags: trunk) | |
11:57 | Further reduce divergence between the SQLite and Fossil implementations of regexp.c. Fix compiler warnings for MSVC. ... (check-in: a18dab4184 user: drh tags: trunk) | |
11:10 | Update the built-in SQLite to the latest trunk version so that it will compile without warnings on Windows. ... (check-in: 702a56d116 user: drh tags: trunk) | |
2025-09-26
| ||
20:07 | Add a new setting "regexp-limit" that determines the maximum size of a REGEXP virtual machine. Default value 1000. ... (check-in: 82888a0d35 user: drh tags: trunk) | |
14:23 | Updates to the changelog. ... (check-in: 28483bfc5a user: danield tags: trunk) | |
14:12 | Update the change log. ... (check-in: 3a0dfc8920 user: drh tags: trunk) | |
13:36 | Bring the built-in SQLite and the regexp implementation into alignment with upstream. ... (check-in: 9642cde384 user: drh tags: trunk) | |
12:48 | Prevent the cell background colors from extending beyond the outer rounded borders of the diff table in WebKit-based browsers. ... (check-in: b666bbc54d user: florian tags: trunk) | |
11:58 | Add the -h option to the "ls" command to display file hashes for a specific check-in when in verbose mode. ... (check-in: 4c0ff6ed62 user: danield tags: trunk) | |
2025-09-25
| ||
08:30 | Simplify the previous commit. ... (check-in: b12e52aaf7 user: florian tags: trunk) | |
08:00 | Prevent successfully completed robot checks from reappearing and force incomplete checks to start over when navigating back and forward. ... (check-in: 4cc0881dec user: florian tags: trunk) | |
2025-09-24
| ||
19:29 | Update the built-in SQLite to the latest trunk check-in for testing. ... (check-in: 3041904dae user: drh tags: trunk) | |
2025-09-21
| ||
04:16 | Fix an out-of-bounds array access in the function to decode a UTF-8 sequence (similar to a problem reported on the SQLite Forum: https://sqlite.org/forum/forumpost/184b372388). ... (check-in: 59879abe16 user: florian tags: trunk) | |
2025-09-11
| ||
21:44 | Fix the "Download" submenu item on the /artifact page such that the at= query parameter is the actual basename of the file being downloaded, when available. ... (check-in: b1e811c3e7 user: drh tags: trunk) | |
15:43 | Fix links with truncated symbolic names in /vdiff, as reported in forum post 690436f85e. ... (check-in: 2871b39a62 user: danield tags: trunk) | |
10:17 | Add a missing return in cgi_fread() for builds without FOSSIL_ENABLE_SSL. ... (check-in: 1cd8163045 user: stephan tags: trunk) | |
2025-09-10
| ||
14:29 | Update to a newer SQLite that fixes a bug in the SQLite CLI so that it will once again compile on 32-bit windows. ... (check-in: fb8697872b user: drh tags: trunk) | |
11:40 | Update to the change log ... (check-in: 1042d64538 user: drh tags: trunk) | |