32
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change log updates.
drh
More... 2 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... 2 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... 2 days ago
Update the change log in order to mention the Apache mod_cgi/Content-Length fix.
drh
More... 2 days ago
Update Apache mod_cgi/Content-Length documentation.
drh
More... 2 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... 2 days ago
Fix ssh: clones, broken by the previous check-in.
drh
More... 2 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... 2 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... 3 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... 3 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... 7 days ago
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. More... 7 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... 8 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... 9 days ago
Defend against undefined values in query parameters in the cgi_check_for_malice() routine.
drh
More... 10 days ago
Update the built-in SQLite to the latest version from trunk, for SQLite testing.
drh
More... 11 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... 15 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
Add MANIFEST_VERSION to the panic log for the case where HAVE_BACKTRACE is false. More... 20 days ago
Do not issue error-log panics for timeouts unless the total CPU time exceeds 10 seconds.
drh
More... 21 days ago
Fix an issue with the "Autopush:" report in "fossil git export".
drh
More... 21 days ago
Include the MANIFEST_VERSION in the segfault backtrace listing to help the developer chase the issue in the proper binary. More... 21 days ago
Add the /paniclog page, accessible only to administrators.
drh
More... 21 days ago