Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 events occurring around f6263bb64195b07f.
2021-12-29
| ||
14:34 | Correction to SEE memory handling used by the 'sql' command. ... (check-in: 3b4a45535e user: mistachkin tags: trunk) | |
03:49 | Added missing -nocomplain flag to a glob command call to avoid configure dying if it cannot find libsqlite*. ... (check-in: 5e2dbcc6fe user: stephan tags: trunk) | |
03:15 | Adapted ssl_new_server() docs to account for code changes. ... (check-in: 258479650b user: stephan tags: trunk) | |
02:59 | Fix the SSL-server code so that the "fossil ui --tls" command (and similar) now work on Windows. ... (check-in: 7a3bf55f54 user: drh tags: trunk) | |
00:49 | Update buildmsvc.bat after testing successful compilation with the Visual Studio 2022 toolchain. ... (check-in: 2ed7465cf7 user: danield tags: trunk) | |
2021-12-28
| ||
19:09 | Improved management of unmergeable binary files for "fossil update". ... (check-in: 52a389d3db user: drh tags: trunk) | |
19:04 | Add initial support for SSL (TLS) servers on unix using "fossil server" or "fossil http". Rename the "tls-config" command to "ssl-config". Extend that command to support specifying certificates. Add support for delivering content from the ".well-known" directory to support obtaining certs from Let's Encrypt. ... (check-in: f6263bb641 user: drh tags: trunk) | |
19:00 | Omit the "ssl-acme" setting. Access to ".well-known" is now controlled by the --acme command-line option on "fossil http" and "fossil server". This change is required for when those commands specify a directory rather than a particular repository, since without a specific repository, there are no settings to check. ... (Closed-Leaf check-in: 4ef059bc2a user: drh tags: ssl-server) | |
18:17 | Fix the --files option on "fossil http" so that if a glob pattern does not begin with '*' then it will match beginning with the "/" of the PATH_INFO. ... (check-in: 5ac65aa496 user: drh tags: ssl-server) | |
14:45 | Add support for --tls on the "fossil http" command. ... (check-in: 8429f8a3df user: drh tags: ssl-server) | |
13:55 | Remove reference to miniz in "The Fossil Build Process". ... (check-in: 280c3584e4 user: danield tags: trunk) | |
06:47 | Modify "/fdiff?patch" to generate unified patches with the default number of context lines, analogous to "/vdiff?patch". It looks like "/fdiff?patch" was switched to side-by-side during the recent diff refactoring, when "diffFlags = 4" in its code path no longer meant "4 lines of diff context" (packed into the now obsoleted DIFF_CONTEXT_MASK range), but DIFF_SIDEBYSIDE. (Please roll back this commit or move it to a siding branch if incorrect.) ... (check-in: 5aa1ec3789 user: florian tags: trunk) | |
2021-12-27
| ||
21:43 | Sanitize the pathname on the /.well-known webpage. [forum:/forumpost/ba46d8e333|Forum post ba46d8e333]. ... (check-in: b265013b66 user: drh tags: ssl-server) | |