Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

20 most recent check-ins

2024-04-25
10:51
Merge test case fixes from branch-2.24 back into trunk. ... (Leaf check-in: 6d067c4f user: drh tags: trunk)
10:44
Comment out UTF tests 1179, 1586, and 1587 as they give different results on different platforms, for reasons unknown. ... (Leaf check-in: fb4e90b6 user: drh tags: branch-2.24)
2024-04-24
21:25
Fix or disable brittle test cases that were broken by changes in 2.23. ... (check-in: 5ad70808 user: drh tags: branch-2.24)
21:19
Fix or disable brittle test cases that were broken by changes in 2.23. ... (check-in: e198bfd1 user: drh tags: trunk)
2024-04-23
18:22
Further improvement to rail selection in the /timeline graph layout algorithm: Move merge lines that go into the branch rail that is on the left, over toward the left when using the r=BRANCH query parameter. ... (check-in: b71363e5 user: drh tags: trunk)
14:46
Fix one of the hyperlinks on the homepage. ... (check-in: 19b7f15b user: drh tags: trunk)
14:43
Adjustments to timeline graph layout to try to improve the appearance a little. ... (check-in: 797f1813 user: drh tags: trunk)
14:33
Increase the version number to 2.25 in order to start the next development cycle. ... (check-in: 929f36ae user: danield tags: trunk)
13:48
Updated the release date for 2.24 in the changelog, plus a few minor grammar fixes. ... (check-in: 8cb7a744 user: wyoung tags: trunk)
13:48
Fix the date on the 2.24 release on the homepage. ... (check-in: 5e761ec6 user: drh tags: trunk)
13:43
Update the homepage for the 2.24 release. ... (check-in: dee02ab6 user: drh tags: trunk)
13:25
Version 2.24 ... (check-in: 8be0372c user: drh tags: trunk, release, version-2.24)
2024-04-22
16:29
cgi.md: be less specific about the Apache version in which the Content-Length change happened because a new forum post reports that it happens at least as far back as 2.4.41. ... (check-in: 9af5f386 user: stephan tags: trunk)
2024-04-21
18:51
Merge the update to zLib-1.3.1. ... (check-in: 64ce68d5 user: drh tags: trunk)
18:46
Improvements to comments in graph.c. No changes to actual code. ... (check-in: 40320f65 user: drh tags: trunk)
16:20
Fix parsing of the argument to the "Connection:" header of HTTP reply messages to deal with unusual arguments added by Apache mod_cgi. See forum thread ca6fc85c80f4704f. ... (check-in: 5f47bb59 user: drh tags: trunk)
15:37
Simplify parsing of the Connection: header in HTTP replies. ... (Closed-Leaf check-in: 77f25829 user: drh tags: connection-http-header)
06:15
Only accept commas as separators for multiple values in "Connection:" HTTP headers, and ignore any white space surrounding (but not embedded into) values. The previous method would fall for (fictional) HTTP header values containing spaces, like "Connection: don't close", and recognize a value of "close". ... (check-in: 6173fbf5 user: florian tags: connection-http-header)
2024-04-20
21:58
In /chat preview mode, apply the click handlers to pikchrs in the preview. ... (check-in: 133e6e59 user: stephan tags: trunk)
14:42
Fix parsing of "Connection:" HTTP headers with multiple values. ... (check-in: 7ac3db68 user: florian tags: connection-http-header)