File Changes for galt
switch to commits view, user indexv425_preview to v425_preview2 (2021-12-13 to 2021-12-20) v425
Show details
- src/lib/https.c
- lines changed 1, context: html, text, full: html, text
a67fd2ae15993a7cf5129a53ab1fa193c318bf80 Tue Dec 14 14:05:17 2021 -0800
Fixing compatibility with openssl 1.1 by removing obsolete ctx->current_cert in https.c, refs #28639
- lines changed 28, context: html, text, full: html, text
01c79192840e6a0ce909b3b75741a0aed8d119f0 Fri Dec 17 03:07:16 2021 -0800
Add support for a wildcard in httpsCertCheckDomainExceptions. A few are reported in the logs with one low-level wildcard, and it is easy to do and efficient to allow just one asterisk wildcard substitution on one lowest-level subdomain. refs #28657
- lines changed 3, context: html, text, full: html, text
a5c6ed5242b41ecb22dd1dfff89776346de34832 Fri Dec 17 17:03:00 2021 -0800
Adding a few sites found in logs on RR, euro, asia official mirrors.
- src/lib/memalloc.c
- lines changed 4, context: html, text, full: html, text
5fe279baa642eaee9b0f292a6a171dcbac1cf350 Thu Dec 16 00:30:55 2021 -0800
Fixing annoying message in needMem when user passes a signed int that has overflowed. Recent example came in liftOver question from user when they were running on a 3GB file.
switch to commits view, user index