File Changes for galt
switch to commits view, user indexv426_base to v427_preview (2022-01-31 to 2022-02-07) v427
Show details
- src/lib/common.c
- lines changed 22, context: html, text, full: html, text
f87aaedc9bcdbda819ff0e01e942b5e74c477829 Thu Feb 3 02:12:18 2022 -0800
Fixing multi-threading issues by removing setenv usage in https.c and common.c. refs #28844
- lines changed 7, context: html, text, full: html, text
0e8b1724da5c8472e3527f10619d3978025e169d Thu Feb 3 20:20:51 2022 -0800
Since MacOS and BSDs have the Linux-originated function timegm now, we are free to use it. Even though I loved the other function and could prove its correctness, this is simple and reliable.
- src/lib/https.c
- lines changed 35, context: html, text, full: html, text
f87aaedc9bcdbda819ff0e01e942b5e74c477829 Thu Feb 3 02:12:18 2022 -0800
Fixing multi-threading issues by removing setenv usage in https.c and common.c. refs #28844
- lines changed 16, context: html, text, full: html, text
5128fb83640188e13bbd88c4ae876b32b03dff52 Fri Feb 4 01:55:05 2022 -0800
Further moving getenv together and cloning values for better safer getenv use.
- lines changed 20, context: html, text, full: html, text
8320051a3223d39076c23531af15640b8012f4a9 Fri Feb 4 17:39:50 2022 -0800
making https.c more consistent across all the settings.
- lines changed 10, context: html, text, full: html, text
86f01ce419ca228c5857eac751e5ffb747699df9 Sat Feb 5 00:31:34 2022 -0800
adding 10 domains to https whitelist
switch to commits view, user index