2dd53e82 | 01-Oct-2020 |
Daniel Stenberg |
runtests: allow generating a binary sequence from hex |
01327600 | 01-Oct-2020 |
Daniel Stenberg |
tool_setopt: escape binary data to hex, not octal |
3997b3e2 | 01-Oct-2020 |
Daniel Stenberg |
curl: make --libcurl show binary posts correctly Reported-by: Stephan Mühlstrasser Fixes #6031 Closes #6032 |
9a13f7c2 | 01-Oct-2020 |
Jay Satiro |
strerror: fix null deref on winapi out-of-memory Follow-up to bed5f84 from several days ago. Ref: https://github.com/curl/curl/pull/6005 |
7920be94 | 27-Jul-2020 |
Kamil Dudka |
vtls: deduplicate some DISABLE_PROXY ifdefs ... in the code of gtls, nss, and openssl Closes #5735 |
ce95c5e0 | 01-Oct-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
6603917c | 30-Sep-2020 |
Emil Engler |
TODO: Add OpenBSD libtool notice See #5862 Closes #6030 |
8aeb82ee | 30-Sep-2020 |
Daniel Stenberg |
tests/unit/README: convert to markdown ... and add to dist! Closes #6028 |
422f610b | 30-Sep-2020 |
Daniel Stenberg |
tests/README: convert to markdown Closes #6028 |
d0c77730 | 30-Sep-2020 |
Daniel Stenberg |
include/README: convert to markdown Closes #6028 |
7b9e3c4b | 30-Sep-2020 |
Daniel Stenberg |
examples/README: convert to markdown Closes #6028 |
c8204ed6 | 30-Sep-2020 |
Daniel Stenberg |
configure: don't say HTTPS-proxy is enabled when disabled! Reported-by: Kamil Dudka Reviewed-by: Kamil Dudka Bug: https://github.com/curl/curl/pull/5735#issuecomment-701376388 Cl
configure: don't say HTTPS-proxy is enabled when disabled! Reported-by: Kamil Dudka Reviewed-by: Kamil Dudka Bug: https://github.com/curl/curl/pull/5735#issuecomment-701376388 Closes #6029
show more ...
|
2aac895f | 30-Sep-2020 |
Daniel Gustafsson |
src: Consistently spell whitespace without whitespace Whitespace is spelled without a space between white and space, so make sure to consistently spell it that way across the codebase.
src: Consistently spell whitespace without whitespace Whitespace is spelled without a space between white and space, so make sure to consistently spell it that way across the codebase. Closes #6023 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Emil Engler <me@emilengler.com>
show more ...
|
021f2c25 | 30-Sep-2020 |
Daniel Gustafsson |
MANUAL: update examples to resolve without redirects www.netscape.com is redirecting to a cookie consent form on Aol, and cool.haxx.se isn't responding to FTP anymore. Replace with examp
MANUAL: update examples to resolve without redirects www.netscape.com is redirecting to a cookie consent form on Aol, and cool.haxx.se isn't responding to FTP anymore. Replace with examples that resolves in case users try out the commands when reading the manual. Closes #6024 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Emil Engler <me@emilengler.com>
show more ...
|
025b2097 | 30-Sep-2020 |
Daniel Stenberg |
HISTORY: add some 2020 events |
b312e323 | 30-Sep-2020 |
Daniel Stenberg |
sectransp: make it build with --disable-proxy Follow-up from #5466 and f3d501dc678d80 Reported-by: Javier Navarro Fixes #6025 Closes #6026 |
cbe7fad2 | 29-Sep-2020 |
Daniel Stenberg |
ECH: renamed from ESNI in docs and configure Encrypted Client Hello (ECH) is the current name. Closes #6022 |
83c64932 | 29-Sep-2020 |
Daniel Stenberg |
configure: use "no" instead of "disabled" for the end summary ... for consistency but also to make them more distinctly stand out next to the "enabled" lines. |
a7de1c0d | 28-Sep-2020 |
Daniel Stenberg |
TODO: SSH over HTTPS proxy with more backends ... as right now only the libssh2 backend supports it. |
edfb6168 | 28-Sep-2020 |
Daniel Stenberg |
libssh2: handle the SSH protocols done over HTTPS proxy Reported-by: Robin Douine Fixes #4295 Closes #6021 |
82d66f15 | 17-Sep-2020 |
Emil Engler |
memdebug: remove 9 year old unused debug function There used to be a way to have memdebug fill allocated memory. 9 years later this has no value there (valgrind and ASAN etc are way bett
memdebug: remove 9 year old unused debug function There used to be a way to have memdebug fill allocated memory. 9 years later this has no value there (valgrind and ASAN etc are way better). If people need to know about it they can have a look at VCS logs. Closes #5973
show more ...
|
a87cca7b | 28-Sep-2020 |
Daniel Stenberg |
sendf: move Curl_sendf to dict.c and make it static ... as the only remaining user of that function. Also fix gopher.c to instead use Curl_write() Closes #6020 |
422b257f | 28-Sep-2020 |
Daniel Stenberg |
ROADMAP: updates and cleanups Fix the HSTS PR Remove DoT, thread-safe init and hard-coded localhost. I feel very little interest for these with users so I downgrade them to plai
ROADMAP: updates and cleanups Fix the HSTS PR Remove DoT, thread-safe init and hard-coded localhost. I feel very little interest for these with users so I downgrade them to plain "TODO" entries again.
show more ...
|
abeeffb1 | 28-Sep-2020 |
Daniel Stenberg |
schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root This matches what is returned in other TLS backends in the same situation. Reviewed-by: Jay Satiro Reviewe
schannel: return CURLE_PEER_FAILED_VERIFICATION for untrusted root This matches what is returned in other TLS backends in the same situation. Reviewed-by: Jay Satiro Reviewed-by: Emil Engler Follow-up to 5a3efb1 Reported-by: iammrtau on github Fixes #6003 Closes #6018
show more ...
|
1e3c52fb | 26-Sep-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |