Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user drh
|
2026-07-25
| ||
| 13:00 | When fossil is behaving as an HTTP client, it always uses HTTP/1.1 and it is able to understand the "chunked" transfer-encoding. Also add support for URI values of the form "file://NAME.http-test" which read the HTTP reply text out of the file "NAME.http-test" in the local filesystem, for testing purposes. (leaf check-in: c3bd7c3a0e ... user: drh tags: trunk) | |
| 12:57 | Enhance the transport layer such that on an HTTP request to file:// where the pathname ends with ".http-test" and a file with that pathname exists in the local filesystem, then the content of that file becomes the HTTP reply. Used for testing. (closed check-in: b708acd2b8 ... user: drh tags: http1-1-chunked) | |
| 11:11 | Fix an off-by-one error in the previous check-in (check-in: 9b686daeed ... user: drh tags: http1-1-chunked) | |
| 11:04 | Fix an integer overflow vulnerability. Shorten all source code lines to be no more than 80 characters. Do not select the "chunked" transfer encoding, if the last token of the transfer-encoding is some keyword that has "chunked" as a suffix, ex: "superchunked". (check-in: 82723bf87c ... user: drh tags: http1-1-chunked) | |
| 10:45 | Merge improved Blob overflow defensive code from trunk. (check-in: 109a5e1a04 ... user: drh tags: http1-1-chunked) | |
| 10:25 | Detect integer overflow in the blob_is_int() and blob_is_int64() routines. (check-in: 052390edaf ... user: drh tags: trunk) | |
| 10:04 | Harden the Blob object against integer overflow attacks. (check-in: 4816e03320 ... user: drh tags: trunk) | |
| 08:44 | Merge the all the latest trunk enhancements into the http1-1-chunked branch. (check-in: a5f61586b7 ... user: drh tags: http1-1-chunked) | |
|
2026-07-24
| ||
| 22:13 | Update the built-in SQLite to the latest trunk version, for beta testing. (check-in: 896a4636ae ... user: drh tags: trunk) | |
|
2026-07-13
| ||
| 10:41 | In the /forumthread page, stop trying to render immediately upon encountering an error. (check-in: 61998ec8aa ... user: drh tags: trunk) | |
|
2026-07-10
| ||
| 20:21 | Include path-to-tag with the PROJ parameters. (check-in: 8cfe7b2222 ... user: drh tags: trunk) | |
| 17:45 | Add the "Brief" toggle to the /timeline submenu with doing a from=,to= query. (check-in: 20af21bad8 ... user: drh tags: trunk) | |
| 17:04 | Add the path-to-tag setting. (check-in: face9316a4 ... user: drh tags: trunk) | |
| 16:49 | Fix typo on the title of the chart for /reports with view=byday. (check-in: 7e09e6604d ... user: drh tags: trunk) | |
| 12:06 | Fix timeline displays of the form "/timeline?from=UUID&ft=TAG" (using from= and ft=) so that the first link out of UUID is allowed to be a cherrypick. (check-in: 39efcebe0b ... user: drh tags: trunk) | |
|
2026-07-08
| ||
| 16:08 | Update the built-in SQLite to the latest trunk version that include improvements to the CLI, and especially the "--titles always" option. (check-in: ee873715cc ... user: drh tags: trunk) | |
|
2026-07-06
| ||
| 16:13 | Reduce divergence in the delta algorithm. (check-in: 901894f520 ... user: drh tags: trunk) | |
|
2026-07-04
| ||
| 09:23 | Fix a possible one-byte OOB read when processing a corrupt delta. SQLite Bug 2026-07-04T04:53:59Z (check-in: 146cdcd9cb ... user: drh tags: trunk) | |
|
2026-07-01
| ||
| 16:34 | Further tweaks to the byday form of /reports. (check-in: d35aad4da2 ... user: drh tags: trunk) | |
| 14:10 | Fix the "Day" label on the table in the byday view of /reports (check-in: 6fb230a965 ... user: drh tags: trunk) | |
| 14:06 | Fix the projected extra on the byday variant of /reports. (check-in: 286f4fe561 ... user: drh tags: trunk) | |
| 13:37 | Minor fix and cleanup to the byweek variant of /report. (check-in: c00b72f463 ... user: drh tags: trunk) | |
| 13:21 | Fixes to the yw=YYYYWW query parameter to /timeline (check-in: a5a08c3439 ... user: drh tags: trunk) | |
| 12:22 | Begin making use of the new date/time modifiers available in SQLite in the implementation of the byweek variant of the /report page. (check-in: a13a024bea ... user: drh tags: trunk) | |
| 12:15 | Update the built-in SQLite to the latest trunk version that includes support for the "weekday -N" and "end of day/month/year" date/time modifiers. (check-in: 4fcd911ef7 ... user: drh tags: trunk) | |
| 01:44 | Additional refinements to the byweek algorithm for /report. It appears that the yw= query parameter for /timeline does not work correctly for years that start on Monday. This is the fault of /timeline, not /report and will need to be fixed separately. (check-in: a34352a1ac ... user: drh tags: trunk) | |
|
2026-06-30
| ||
| 18:50 | Bug fixes on boundary cases the the byday and byweek reports. (check-in: 407e6c63ae ... user: drh tags: trunk) | |
| 17:30 | Fix off-by-one in the computation of day-of-week names in the byday report. (check-in: d530589c3f ... user: drh tags: trunk) | |
| 17:25 | Improvements to byweek and byday reports. (check-in: c810af8dab ... user: drh tags: trunk) | |
| 12:59 | New "By Day" report format. (check-in: 31da5e3db7 ... user: drh tags: trunk) | |
|
2026-06-27
| ||
| 10:28 | Update the built-in SQLite to the latest trunk version for testing. (check-in: 859458555b ... user: drh tags: trunk) | |
|
2026-06-22
| ||
| 15:34 | Add the -v/--verbose option to the "fossil merge-info" command. (check-in: 3c8de67618 ... user: drh tags: trunk) | |
| 11:03 | Merge all the latest trunk enhancements into the http1-1-chunked branch so that the branch can be more easily tested. (check-in: 4a648d7410 ... user: drh tags: http1-1-chunked) | |
|
2026-06-21
| ||
| 17:19 | Harden the default CSS for table.numbered-lines td.line-numbers so that it is immune to skin-specific font changes in pre or code. Forum 2026-06-21T15:05:42Z. (check-in: 018d4a5d68 ... user: drh tags: trunk) | |
|
2026-06-16
| ||
| 16:45 | Update the built-in SQLite to the latest trunk version. (check-in: ba00a43504 ... user: drh tags: trunk) | |
|
2026-06-10
| ||
| 09:46 | Merge trunk enhancements and fixes into the forum-editor-2026 branch. (check-in: 5e71becc09 ... user: drh tags: forum-editor-2026) | |
| 09:44 | Improved error reporting when encountering a malformed delta. (check-in: cb5edcab07 ... user: drh tags: trunk) | |
| 09:02 | Harden delta processing against malicious delta inputs. (check-in: 60c7b5f423 ... user: drh tags: trunk) | |
|
2026-06-08
| ||
| 19:44 | New "Forum Threads" category under the /reports webpage. (check-in: 59985724d7 ... user: drh tags: trunk) | |
| 19:29 | Update the built-in SQLite to the latest trunk version, for testing. (check-in: a570ebc608 ... user: drh tags: trunk) | |
|
2026-05-31
| ||
| 19:04 | Enhance the change descriptions in the "Changes" accordion panel title to provide information on the number of added and deleted files and similar. (check-in: 94e94bc3a6 ... user: drh tags: trunk) | |
|
2026-05-30
| ||
| 13:54 | Update the built-in SQLite to the latest version with the diskused() SQL function support. Add an option (accessible to Admin users only) to view the output of diskused() as the "Details" submenu on the /repo-tabsize page, if Fossil is linked against SQLite 3.54.0 or later. (check-in: 71439dc76a ... user: drh tags: trunk) | |
|
2026-05-29
| ||
| 10:13 | Update the built-in SQLite to the latest trunk version for beta testing. (check-in: 3b2d0c9f59 ... user: drh tags: trunk) | |
| 10:10 | Support for status in forums. (check-in: 4c4c28dafe ... user: drh tags: trunk) | |
| 00:30 | Fix a minor typo. (leaf check-in: 16c894034b ... user: drh tags: forum-statuses) | |
|
2026-05-28
| ||
| 16:12 | Improvements to the "status=" query parameter processing on the /forum page. (check-in: 57e21b8cfa ... user: drh tags: forum-statuses) | |
|
2026-05-27
| ||
| 20:27 | Fix another bug in the display of the timespan on the /forum page. (check-in: 2f9222bcc8 ... user: drh tags: forum-statuses) | |
| 20:14 | Bug fix: Show the correct span of a thread on the /forum page. (check-in: b89bfb2a97 ... user: drh tags: forum-statuses) | |
| 17:31 | Refactor the forum status display for performance. (check-in: 0dae5f8bd9 ... user: drh tags: forum-statuses) | |
| 16:52 | Back out the "Pinned" pages feature. (check-in: 2d23c2e9cd ... user: drh tags: forum-statuses) | |