- Jan 13, 2017
-
-
Frank Gevaerts authored
Closes #1169
-
Frank Gevaerts authored
-
Daniel Stenberg authored
Assisted-by: Tim Rühsen
-
Daniel Stenberg authored
It made the german ß get converted to ss, IDNA2003 style, and we can't have that for the .de TLD - a primary reason for our switch to IDNA2008. Test 165 verifies.
-
Tim Rühsen authored
Follow-up to f30cbcac Closes #1207
-
ERAMOTO Masaya authored
Under condition using http_proxy env var, noproxy list was the combination of --noproxy option and NO_PROXY env var previously. Since this commit, --noproxy option overrides NO_PROXY environment variable even if use http_proxy env var. Closes #1140
-
ERAMOTO Masaya authored
If defined CURL_DISABLE_HTTP, detect_proxy() returned NULL. If not defined CURL_DISABLE_HTTP, detect_proxy() checked noproxy list. Thus refactor to set proxy to NULL instead of calling detect_proxy() if define CURL_DISABLE_HTTP, and refactor to call detect_proxy() if not define CURL_DISABLE_HTTP and the host is not in the noproxy list.
-
ERAMOTO Masaya authored
The combination of --noproxy option and http_proxy env var works well both for proxied hosts and non-proxied hosts. However, when combining NO_PROXY env var with --proxy option, non-proxied hosts are not reachable while proxied host is OK. This patch allows us to access non-proxied hosts even if using NO_PROXY env var with --proxy option.
-
Tim Rühsen authored
References: http://unicode.org/faq/idn.html http://unicode.org/reports/tr46 Closes #1206
-
railsnewbie257 authored
Closes #1194
-
Marcus Hoffmann authored
Check for presence of gnutls_alpn_* and gnutls_ocsp_* functions during configure instead of relying on the version number. GnuTLS has options to turn these features off and we ca just work with with such builds like we work with older versions. Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com> Closes #1204
-
- Jan 12, 2017
-
-
Jay Satiro authored
Follow-up to 34634080. Prior to 34634080 file:// hostnames were silently stripped. Prior to this commit it did not work when a schemeless url was used with file as the default protocol. Ref: https://curl.haxx.se/mail/lib-2016-11/0081.html Closes https://github.com/curl/curl/pull/1124 Also fix for drive letters: - Support --proto-default file c:/foo/bar.txt - Support file://c:/foo/bar.txt - Fail when a file:// drive letter is detected and not MSDOS/Windows. Bug: https://github.com/curl/curl/issues/1187 Reported-by: Anatol Belski Assisted-by: Anatol Belski
-
Daniel Stenberg authored
Regression introduced in commit f682156a Reported-by: John Kohl Bug: https://curl.haxx.se/mail/lib-2017-01/0055.html
-
Jay Satiro authored
Both IMAP and POP3 response characters are used internally, but when appended to the STARTTLS denial message likely could confuse the user. Closes https://github.com/curl/curl/pull/1203
-
Jay Satiro authored
- Format the numeric denial code as an integer instead of a character.
-
- Jan 11, 2017
-
-
Daniel Stenberg authored
... when checking for a too large request.
-
- Jan 10, 2017
-
-
Jiří Malák authored
Define _WINSOCKAPI_ blank rather than to 1 in order to match the value used by Microsoft's winsock header files. Closes https://github.com/curl/curl/pull/1195
-
- Jan 09, 2017
-
-
Daniel Stenberg authored
Fixes spurious test 1060 and 1061 failures on OpenBSD, Solaris and more. Bug: https://curl.haxx.se/mail/lib-2017-01/0009.html Reported-by: Christian Weisgerber
-
Daniel Stenberg authored
-
- Jan 08, 2017
-
-
Daniel Stenberg authored
At least mostly, not counting // comments.
-
Aulddays authored
libcurl requires CURLMOPT_SOCKETFUNCTION to KEEP watching socket events and notify back. Modify event_cb() to continue watching events when fired. Fixes #1191 Closes #1192 Fixed-by: Mingliang Zhu
-
Jiří Malák authored
Rename symbol lock to locks to not clash with OW CRTL function name. Closes #1196
-
- Jan 07, 2017
-
-
Daniel Stenberg authored
Removed items already fixed, clarified a few others.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Reported in #1190 Reported-by: Dan Jacobson
-
Daniel Stenberg authored
curl.1 is regenerated Fixes #1190
-
- Jan 06, 2017
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Patrick Monnerat authored
-
- Jan 05, 2017
-
-
peterpih authored
-
- Jan 03, 2017
-
-
Nick Zitzmann authored
Fixes #1184
-
- Jan 02, 2017
-
-
Jay Satiro authored
Since the TCP keep-alive options were added in 705f0f7a the start and interval default values have been 60, but that wasn't documented. Bug: https://curl.haxx.se/mail/lib-2017-01/0000.html Reported-by: Praveen Pvs
-
- Dec 29, 2016
-
-
Daniel Stenberg authored
This error code was once introduced when some library was dynamically loaded and a funciton within said library couldn't be found.
-
Daniel Stenberg authored
Failure to decompress is now a write error instead of the weird "function not found".
-
Daniel Stenberg authored
-
Jay Satiro authored
- Use Windows API SetFileTime to set the file time instead of utime. Avoid utime on Windows if possible because it may apply a daylight saving time offset to our UTC file time. Bug: https://curl.haxx.se/mail/archive-2016-11/0033.html Reported-by: Tim Closes https://github.com/curl/curl/pull/1121
-
- Dec 28, 2016
-
-
Max Khon authored
Curl_auth_decode_digest_http_message(): copy terminating NUL as later Curl_override_sspi_http_realm() expects a NUL-terminated string. Fixes #1180
-
Daniel Stenberg authored
Mentioned in #1013
-
- Dec 27, 2016
-
-
Kyselgov E.N authored
Reviewed-by: Peter Wu Closes #1149 Fixes #1147
-
Chris Araman authored
Reviewed-by: Nick Zitzmann Closes #1173
-