Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
3 check-ins using file src/main.c version 60f3f69877
|
2024-12-18
| ||
| 11:39 | Fix harmless memory leaks. check-in: 37ae94b365 user: drh tags: trunk | |
| 05:06 | Call `cgi_is_loopback()' before `db_open_local()' when checking for a local `fossil ui' session. The former performs simple string comparison, while the latter crawls the file system for multiple (3) check-out database file names at multiple directory hierarchy levels. The main motivation for this change is to reduce "attack surface" of the /jchunk... check-in: 2dda151c40 user: florian tags: trunk | |
|
2024-12-17
| ||
| 12:38 | Send the --from argument of the "fossil ui" command encoded as hexadecimal, to work around quoting problems on Windows. [forum:/forumpost/cfc22d41b19a1a96|Forum post cfc22d41b19a1a96]. check-in: 593ceca27d user: drh tags: trunk | |