Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins using file src/http_ssl.c version 471446b2e3
|
2022-01-31
| ||
| 05:32 | Update the makemake.tcl script. Closed-Leaf check-in: 771ab19439 user: florian tags: msvc-openssl-winxp | |
| 05:29 | Keep the verbose output as it's helpful for debugging, and because Fossil build output is also very detailed. check-in: c62f663e19 user: florian tags: msvc-openssl-winxp | |
|
2022-01-30
| ||
| 11:32 | Reduce output verbosity, but still provide enough hints in case of an error. check-in: 7dcf497daa user: florian tags: msvc-openssl-winxp | |
| 11:26 | Remove an incorrect comment: it's possible to edit the OpenSSL makefile, and it only rebuilds itself if the templates are updated. check-in: 87dcc045dd user: florian tags: msvc-openssl-winxp | |
|
2022-01-23
| ||
| 20:11 | Diff algorithm is slightly faster and does a better job of dealing with indentation changes in code. See [forum:/forumpost/7631656a2823338a|forum thread 7631656a2823338a]. check-in: 1cb182ac18 user: drh tags: trunk | |
| 19:57 | Add a heuristic to the diff generator that helps it do a better job of identifying differences in C code that result from a change in indentation level. Closed-Leaf check-in: 8cd73dda3d user: drh tags: diff-improvement | |
| 12:52 | Fix bullets in wsl_caveats.wiki check-in: ea6b2d3e86 user: larrybr tags: trunk | |
| 11:29 | Additional alignment debugging information output for "fossil diff --debug". check-in: 9aaefcfd0a user: drh tags: diff-improvement | |
| 09:16 | Another follow-up to commits [85cfdd192a] and [6eeb7ec10e]: In the document to explain how Fossil reads environment variables to customize its behavior, do not mention how Fossil writes environment variables to customize the behavior of CGI programs, as that seems off-topic and confusing. check-in: c7abbe1ee6 user: florian tags: trunk | |
| 04:12 | When trying to do an alignment of large blocks, first try an LCS on the same block using an ignore-whitespace comparison. If a large LCS is found, use that to subdivide the problem. Otherwise, continue with the usual divide-and-conquer technique. check-in: c311efef07 user: drh tags: diff-improvement | |
| 00:31 | Approximately a 5x performance increase for diff with the -w (ignore whitespace) option. check-in: fbdbc09b40 user: drh tags: diff-improvement | |
|
2022-01-22
| ||
| 22:37 | Remove expired link in userlinks.wiki check-in: 1a370bc3d0 user: larrybr tags: trunk | |
| 21:46 | Link wsl_caveats.wiki into "Links For Fossil Users" check-in: 70ca1ce4d2 user: larrybr tags: trunk | |
| 18:02 | Restore "const" before "DLine*" where possible in the diff generator. And even add some new instances of "const". check-in: cf69ac4e39 user: drh tags: diff-improvement | |
| 17:50 | Fix the computation of DLink.nw for the case of the -w (no whitespace) option for diff. check-in: 44b6f12845 user: drh tags: diff-improvement | |
| 17:11 | Add the Dline.nw field. Use it as a cache of the number of characters on a line with leading and trailing whitespace removed. check-in: f6112b93e9 user: drh tags: diff-improvement | |
| 13:49 | Enhance the DLine.indent field so that it is always initialized to the number of space and control characters at the beginning of the line. check-in: 2dad4158db user: drh tags: diff-improvement | |
|
2022-01-21
| ||
| 20:34 | Merge from trunk check-in: 8d78edddf7 user: george tags: search-terms-highlighting | |
| 20:24 | Merge from trunk check-in: 9094def2b9 user: george tags: rptview-submenu-paralink | |
| 20:13 | Merge from trunk check-in: 5c0515e20c user: george tags: wcontent-subsets | |
| 19:58 | Merge from trunk check-in: 6721c654a9 user: george tags: th1-doc-vars | |
| 11:38 | Fix the previous check-in to list environment variables used by the CGI Server Extensions feature in the correct place. check-in: 6eeb7ec10e user: florian tags: trunk | |
| 11:16 | Defer output of status messages until relevant. Remove unnecessary FOR command variable expansions. check-in: b2655b9c4d user: florian tags: msvc-openssl-winxp | |
| 06:49 | Forward XPCFLAGS and XPLDFLAGS to the OpenSSL build process to fix Windows XP builds with MSVC. This affects builds with FOSSIL_ENABLE_WINXP=1 and FOSSIL_BUILD_SSL=1. XPLDFLAGS is only relevant if FOSSIL_DYNAMIC_BUILD=1 also set, and is applied in a post-build step to work around the difficulties to append (MSVC) linker flags to the OpenSSL defaults. NOTE: Pending more tests, and back-porting to tools/makemake.tcl. check-in: b9d40d68dc user: florian tags: msvc-openssl-winxp | |
| 06:12 | Add a few environment variables mentioned in recent check-in comments to the documentation. check-in: 85cfdd192a user: florian tags: trunk | |
|
2022-01-20
| ||
| 21:43 | The test-httpmsg command does not need to open a repository. check-in: b145f19df5 user: drh tags: trunk | |
| 13:17 | Add SERVER_SOFTWARE to the set of CGI parameters emitted by /ext check-in: a9a1bd84d8 user: drh tags: trunk | |
| 04:48 | Per a /chat discussion in December, no longer "sterilize" manifests saved in zip/tar exports, as that changes their hash for client-side validation purposes and there is little risk of such exports being re-imported into a fossil repo. check-in: 722c248d53 user: stephan tags: trunk | |
|
2022-01-19
| ||
| 19:34 | Change the definition of structure artifacts so that they can store UTF-8 text rather than just ASCII text. check-in: cc214897fb user: drh tags: trunk | |
| 16:55 | For Solaris, omit the XOPEN_SOURCE define, as this is no longer recommended, according to private email from Claes Nästén. Also disable some obsolete compile-time options to SQLite. check-in: 5b0c71d1fc user: drh tags: trunk | |
| 16:00 | If there is a global ssl-ca-location setting, make sure it is used when trying to locate the trust store for any client TLS operation. check-in: 0ca1fc4d98 user: drh tags: trunk | |