32
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix or disable brittle test cases that were broken by changes in 2.23.
drh
More... about 19 hours ago
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.
drh
More... 2 days ago
Fix one of the hyperlinks on the homepage.
drh
More... 2 days ago
Adjustments to timeline graph layout to try to improve the appearance a little.
drh
More... 2 days ago
Increase the version number to 2.25 in order to start the next development cycle. More... 2 days ago
Updated the release date for 2.24 in the changelog, plus a few minor grammar fixes. More... 2 days ago
Fix the date on the 2.24 release on the homepage.
drh
More... 2 days ago
Update the homepage for the 2.24 release.
drh
More... 2 days ago
Version 2.24
drh
More... 2 days ago
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. More... 3 days ago
Merge the update to zLib-1.3.1.
drh
More... 4 days ago
Improvements to comments in graph.c. No changes to actual code.
drh
More... 4 days ago
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:/forumpost/ca6fc85c80f4704f|forum thread ca6fc85c80f4704f].
drh
More... 4 days ago
Simplify parsing of the Connection: header in HTTP replies.
drh
More... 4 days ago
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". More... 4 days ago
In /chat preview mode, apply the click handlers to pikchrs in the preview. More... 5 days ago
Fix parsing of "Connection:" HTTP headers with multiple values. More... 5 days ago
Fix a minor problem in graph layout for timelines that made use of the offset-merge-riser enhancement. Problem originally seen on the bottom node of [/timeline?p=6da255034b30b4b4&bt=47362306a7dd7c6f].
drh
More... 6 days ago
More change-log enhancements: More details about the work-around for the Apache mod_cgi breakage, and put that work-around first on the change log since it seems to be important to people.
drh
More... 6 days ago
Formatting enhancements to the change log for the upcoming 2.24 release.
drh
More... 6 days ago
Update the built-in SQLite to the latest pre-release of version 3.46.0, including the bug fix for the use of VALUES-as-coroutine with an OUTER JOIN.
drh
More... 7 days ago
Typo fix and add specific Apache version number to the notes about the Content-Length change. More... 7 days ago
Change log updates.
drh
More... 8 days ago
Output a warning if a client sync or clone gets back a keep-alive HTTP reply that lacks a content-length header.
drh
More... 8 days ago
Only process HTTP replies that lack a Content-Length header if the connection is set to be closed. Suggested by [https://bz.apache.org/bugzilla/show_bug.cgi?id=68905].
drh
More... 8 days ago
Update the change log in order to mention the Apache mod_cgi/Content-Length fix.
drh
More... 8 days ago
Update Apache mod_cgi/Content-Length documentation.
drh
More... 8 days ago
Fix the HTTP-reply parser so that it is able to deal with replies that lack a Content-Length header field. This resolves the issue reported by [forum:/forumpost/12ac403fd29cfc89|forum post 12ac403fd29cfc89]. Also in this merge: (1) Add the --xverbose option to "fossil clone". (2) Improved error messages when web servers misbehave. See also my misguided and incorrect [https://bz.apache.org/bugzilla/show_bug.cgi?id=68905|Apache bug 68905]. Special thanks to Apache devs for setting me straight.
drh
More... 8 days ago
Fix ssh: clones, broken by the previous check-in.
drh
More... 8 days ago
Arrange for the HTTP reply parser to be able to deal with a missing Content-Length header. Add the --xverbose option to the "fossil clone" command.
drh
More... 8 days ago