32
I Use This!
High Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Mar 20, 2024 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... about 15 hours 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... about 18 hours ago
Formatting enhancements to the change log for the upcoming 2.24 release.
drh
More... about 18 hours 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... 1 day ago
Typo fix and add specific Apache version number to the notes about the Content-Length change. More... 1 day ago
Change log updates.
drh
More... 3 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... 3 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... 3 days ago
Update the change log in order to mention the Apache mod_cgi/Content-Length fix.
drh
More... 3 days ago
Update Apache mod_cgi/Content-Length documentation.
drh
More... 3 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... 3 days ago
Fix ssh: clones, broken by the previous check-in.
drh
More... 3 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... 3 days ago
Attempt to provide more useful error messages when an intermediate server (such as Apache) does something wrong and messes up an HTTP request.
drh
More... 3 days ago
Improvements to the /test_env page that can be used to help diagnose problems such as missing CONTENT_LENGTH CGI parameters.
drh
More... 4 days ago
For 'fossil bundle import' and 'cat' subcommands, do not create a bundle file if it does not exist (reported in [forum:8a26dd5610|forum post 8a26dd5610]). More... 4 days ago
Add a note about how to work around the Apache mod_cgi CONTENT_LENGTH behavior change which breaks fossil sync, as covered in [forum:12ac403fd29cfc89|forum post 12ac403fd29cfc89]. More... 4 days ago
Update the built-in SQLite to a newer version that fixes the btree overflow page cache bug.
drh
More... 8 days ago
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. More... 8 days ago
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name.
drh
More... 9 days ago
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). More... 9 days ago
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name.
drh
More... 9 days ago
When preparing a pattern for FTS search, if the pattern is empty convert it into a double-quoted empty string, to avoid FTS5 errors.
drh
More... 10 days ago
Defend against undefined values in query parameters in the cgi_check_for_malice() routine.
drh
More... 11 days ago
Update the built-in SQLite to the latest version from trunk, for SQLite testing.
drh
More... 12 days ago
Update the change log with information about the GoogleOther robot detection.
drh
More... 13 days ago
Improved robot detection logic.
drh
More... 13 days ago
Cherry-pick SQLite changes intended for trunk. More... 15 days ago
Put 'tag' command arguments in canonical order. More... 16 days ago
Removed all references to "Fossil 2.1x" from the docs, excepting the changelog and the hashpolicy doc. The bulk of these were for 2.14 or older — *ten* versions back now! — and there is no reason to suppose such old versions are still in use any more. These notes were justified when they informed users about surprising changes and feature additions, but they now do nothing but clutter the docs. If I am wrong about people being surprised by these things, we still have the changelog, the timeline, and the forum. More... 20 days ago