32
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... 8 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... 9 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... 9 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... 9 days ago
Update the built-in SQLite to a newer version that fixes the btree overflow page cache bug.
drh
More... 13 days ago
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. More... 13 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... 14 days ago
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). More... 15 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... 15 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... 15 days ago
Defend against undefined values in query parameters in the cgi_check_for_malice() routine.
drh
More... 16 days ago
Update the built-in SQLite to the latest version from trunk, for SQLite testing.
drh
More... 17 days ago
Update the change log with information about the GoogleOther robot detection.
drh
More... 19 days ago
Improved robot detection logic.
drh
More... 19 days ago
Cherry-pick SQLite changes intended for trunk. More... 21 days ago
Put 'tag' command arguments in canonical order. More... 21 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... 26 days ago
Add MANIFEST_VERSION to the panic log for the case where HAVE_BACKTRACE is false. More... 26 days ago
Do not issue error-log panics for timeouts unless the total CPU time exceeds 10 seconds.
drh
More... 27 days ago
Fix an issue with the "Autopush:" report in "fossil git export".
drh
More... 27 days ago
Include the MANIFEST_VERSION in the segfault backtrace listing to help the developer chase the issue in the proper binary. More... 27 days ago
Add the /paniclog page, accessible only to administrators.
drh
More... 27 days ago
Provide the full pathname of the CGI control file when describing how to activate the error log in the errorlog page, and on the security audit.
drh
More... 27 days ago
Improved error message for when the error log is unavailable.
drh
More... 27 days ago
Create a separate "Log Menu" page that shows all of the available log files.
drh
More... 27 days ago
Update the backtrace output formatting to the log file so that it is easy to copy/paste the backtrace hex addresses into an "addr2line" command-line in order to get symbolic names.
drh
More... 27 days ago
Fix to the "fossil git status" command as suggested by [forum:/forumpost/e15631f21e16f0b6|forum post e15631f21e16f0b6].
drh
More... 28 days ago
Make the shunned/unshunned list legible (not blue on black) in the xekri skin. More... 28 days ago
Fix skin/xekri/css.txt's div.sectionmenu margin-top to avoid truncating the top of the menu. Visible in /ci/CHECKIN_ID pages. More... 28 days ago
Remove two curious CSS snippets from skins/xekri/css.txt which interfere with recent core skin changes and cause timeline entries with dark branch colors to render as black-on-dark-background. More... 28 days ago