32
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix an error that occurs while commiting a new ticket.
drh
More... 4 months ago
fix tainted warning in skin headers More... 4 months ago
Update the default ticket configuration to avoid sending out text that seems tainted. There are no actual XSS issues here, but these changes do add an extra margin of safety.
drh
More... 4 months ago
Mark some TH1 inputs that can be controlled by the user as tainted.
drh
More... 4 months ago
The taint markings and detection now appears to be working.
drh
More... 4 months ago
Experimental changes to TH1 to try to make it resistant to coding errors that could lead to XSS or SQL injection attacks.
drh
More... 4 months ago
fix bug in /tktview: use relative instead of absolute link for version More... 4 months ago
Use db_get_boolean() instead of db_get_int() for the localauth setting, since localauth is a boolean value.
drh
More... 4 months ago
Improved error messages from "fossil push" and similar when the push is disallowed over ssh because "localauth" setting is enabled.
drh
More... 4 months ago
Resolve accidental fork. More... 4 months ago
Amend [a11d245478]: Fix positioning of 'show/hide' checkboxes for /ci pages. More... 4 months ago
Rework the cgi_http_server() routine so that it uses two separate sockets, one each for IPv4 and IPv6.
drh
More... 4 months ago
Modify some links that show/ignore diff whitespace to preserve the diff type. More... 4 months ago
Amend [2b6ad00ea3]: Minor wording improvements to `fossil ssl-config show -v' output. More... 4 months ago
Show the FORUMPOST table content associated with a forum thread on the /forumthreadhashlist page (accessible by admins only).
drh
More... 4 months ago
Defend against a possible infinite loop in forumpost_is_closed() that might occur if the forumpost table contains goofy data.
drh
More... 4 months ago
Add documentation for the FOSSIL_REPOLIST_SHOW environment variable.
drh
More... 4 months ago
For the repolist page, if the environment variable FOSSIL_REPOLIST_SHOW contains the substring "description" then show the description column. If it contains the substring "login-group" then show the login-groups column. If the FOSSIL_REPOLIST_SHOW variable exists, it overwrites the show-repolist-desc and show-repolist-lg settings.
drh
More... 4 months ago
Attempt to fix repolist so that it works even if the global configuration database is not available, for example when Fossil is being run inside a chroot jail with a restricted environment.
drh
More... 4 months ago
Rework server sockets to work around limitations in OpenBSD's socket implementation. See [forum:/forumpost/7f8d2afe4d8c0ad5|forum thread 7f8d2afe4d8c0ad5].
drh
More... 4 months ago
Extend support for the --editor option to "fossil stash save" and "fossil stash snapshot".
drh
More... 4 months ago
different improvements to the ticket system as described in [forum:/forumpost/4756d97a64|forum post 4756d97a64] More... 4 months ago
Fix "fossil ui" so that it listens to both 127.0.0.1 and to [::1]. [forum:/forumpost/7f8d2afe4d|Forum post 7f8d2afe4d].
drh
More... 4 months ago
Add the --editor option to "fossil commit" and "fossil uv edit".
drh
More... 4 months ago
Make the systemd unit files a little easier to read in the www/server/debian/service.md document.
drh
More... 4 months ago
Fix [0eeaa6224cdbdbda] so that it compiles on Windows. [forum:/forumpost/3fc7aad2a3|Forum post 3fc7aad2a3].
drh
More... 4 months ago
Update the built-in SQLite to the latest trunk version, for testing.
drh
More... 4 months ago
Add the test/fake-smtpd.tcl script used for testing. It will likely come in handy someday. See header comments on the file for details.
drh
More... 4 months ago
Enhance the socket listener logic on unix so that it makes sure the IPV6_V6ONLY socket option is disabled, as we are told that this option is enabled by default on FreeBSD.
drh
More... 4 months ago
Break out SMTP faults as a separate category on the Error Log.
drh
More... 4 months ago