32
I Use This!
High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A proposed solution to the problem of /setup_ulist fails for repos with no subscriber table. Reported in [forum:e2b0008592f6a776|forum post e2b0008592f6a776]. More... 4 months ago
doc change: add a link to the regexp syntax from the TH1 regexp command More... 4 months ago
Disable the Windows root certificate store on OpenSSL 3.5.0, due to [https://github.com/openssl/openssl/issues/27355|OpenSSL bug #27355].
drh
More... 4 months ago
Improve the message shown on a server over-load condition by including the URL that encountered the overload and the timestamp for when the overload occurred.
drh
More... 4 months ago
Enhance the test-phantoms command to provide additional information about delta-phantoms.
drh
More... 4 months ago
better quoting to make intent clearer, thanks to [forum:/forumpost/cf724a9bea] More... 4 months ago
better regexp to match the hyphen, thanks to [forum:/forumpost/81529972df] More... 4 months ago
doc change: add a link to the regexp syntax from the TH1 regexp command More... 4 months ago
some more html quoting More... 4 months ago
add hyphen to pattern via unicode escape More... 4 months ago
Improved documentation on the "html", "puts", and "query" TH1 commands.
drh
More... 4 months ago
only allow a certain whitelist of characters for linked tags and hashes to guard against injection More... 4 months ago
url quoting to avoid XSS More... 4 months ago
Fix SQL Injection vulnerability introduced by the new code in this branch. There still exists XSS vulnerabilities, but this is a first step.
drh
More... 5 months ago
fix lines >80 chars More... 5 months ago
Add a mention of /chat's recent improvements in the change log. More... 5 months ago
Fix an age-old /chat bug which caused /chat-delete posts to misadjust the ajax-in-flight counter, leading to various UI widgets not being disabled when they should after a message is deleted. More... 5 months ago
Maintainability cleanups and docs in /chat. No (intended) functional changes. More... 5 months ago
Internal doc updates in fossil.fetch(). Ensure that fossil.fetch()'s onerror()/ontimeout() handler do not propagate exceptions (a defensive measure, not a fix for a known bug). More... 5 months ago
Fix some issue with the timeline command when using the "after" keyword. More... 5 months ago
In /chat-generated notifications (typically error messages), add a button to the drop-down options to delete all notifications. That replaces the 'delete all poller notifications' button which previously only showed up only on those message types. Add a mention of the backoff timer to chat.md. More... 5 months ago
Replace an a recurrent setInterval() timer in /chat's poll-connection error handler with a single-fire-as-needed setTimeout(). This saves some CPU and allows /chat to respond more quickly to non-timeout HTTP errors. More... 5 months ago
Further refinements of the chat poll connection detection. The first N ignored errors are now spaced out unevenly. Use the server's configured chat-poll-timeout as the basis for calculating our client-side timeout time. More... 5 months ago
Minor cosmetic tweaks to the poll-in-distress indicator. Make it yellow in dark-mode skins, as red blends in too well. No functional changes. More... 5 months ago
Teach /chat to not be so verbose about connection errors. The first 3 will be subtly signaled via a tiny red line between the input field and message list, which will go away once the poller connection is re-established. After that, it will resort to the more verbose notifications. More... 5 months ago
Fix "fossil server" so that it listens on both IPv4 and IPv6 on Unix.
drh
More... 5 months ago
Fix a compiler warning in th.c introduced by [7d2e4ed653a53696].
drh
More... 5 months ago
Avoid a slow case on a query in /fdiff when both v1 and v2 evaluate to zero.
drh
More... 5 months ago
Fossil self-identifies the check-in that is the current executable when it is displaying a timeline of its own source repository.
drh
More... 5 months ago
Fix TH1 conversion of integer 0x80000000 into a string value.
drh
More... 5 months ago