- Sep 06, 2015
-
-
Svyatoslav Mishyn authored
Closes #414 Closes #413
-
- Sep 05, 2015
-
-
Svyatoslav Mishyn authored
leavit => leaveit closes #412
-
Svyatoslav Mishyn authored
-
Svyatoslav Mishyn authored
-
Svyatoslav Mishyn authored
-
Svyatoslav Mishyn authored
-
- Sep 04, 2015
-
-
Kamil Dudka authored
This reverts commit a60bde79 I have pushed by mistake. Apologies for my incompetent use of the git repo!
-
Kamil Dudka authored
It causes dynamic linking issues at run-time after an update of NSS. Bug: https://lists.fedoraproject.org/pipermail/devel/2015-September/214117.html
-
Daniel Stenberg authored
changed macro name, moved and renamed script to become docs/libcurl/has.pl, generate code that is checksrc compliant
-
- Sep 03, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
RFC 7540 section 8.1.2.2 states: "An endpoint MUST NOT generate an HTTP/2 message containing connection-specific header fields; any message containing connection-specific header fields MUST be treated as malformed" Closes #401
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and some general cleaning up
-
Marcel Raad authored
This fixes another run-time check failure because of a narrowing cast on Visual C++. Closes #408
-
Jay Satiro authored
- Warn that cookies without a domain are sent to any domain: CURLOPT_COOKIELIST, CURLOPT_COOKIEFILE, --cookie - Note that imported Set-Cookie cookies without a domain are no longer exported: CURLINFO_COOKIELIST, CURLOPT_COOKIEJAR, --cookie-jar
-
- Sep 02, 2015
-
-
Steve Holme authored
tool_sdecls.h:139 warning: comma at end of enumerator list
-
- Sep 01, 2015
-
-
Daniel Stenberg authored
-
- Aug 31, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Steve Holme authored
Introduced in commit 59f3f92b this function is only implemented when CURL_DISABLE_CRYPTO_AUTH is not defined. As such we shouldn't define the function in the header file either.
-
Steve Holme authored
In places the "host name" and "realm" variable was referred to as "instance" whilst in others it was referred to as "host".
-
- Aug 30, 2015
-
-
Daniel Stenberg authored
Turns out HMAC_Init is now deprecated in openssl master (and I spelled HMAC_Init_ex wrong in previous commit)
-
Steve Holme authored
Set HAVE_DES_SET_ODD_PARITY when using OpenSSL/BoringSSL as native Windows builds don't use the autoconf tools.
-
Steve Holme authored
curl_ntlm_core.c:150: warning 'Curl_des_set_odd_parity' undefined; assuming extern returning int
-
Steve Holme authored
-
Steve Holme authored
But kept the original author, when they were specified in a comment, as the initial copyright holder.
-
Jay Satiro authored
-
- Aug 29, 2015
-
-
Daniel Stenberg authored
-
- Aug 28, 2015
-
-
Daniel Stenberg authored
-
Nikolai Kondrashov authored
Put braces around empty "if" body in libcurl.m4 check to avoid warning: suggest braces around empty body in an 'if' statement and make it work with -Werror builds. Closes #402
-
- Aug 25, 2015
-
-
Svyatoslav Mishyn authored
Closes #398
-
Svyatoslav Mishyn authored
remove redundant '}'
-
Sergei Nikulov authored
Closes #399
-
Daniel Stenberg authored
It isn't always clear to the user which options that cause the HTTP methods to conflict so by spelling them out it should hopefully be easier to understand why curl complains.
-
- Aug 24, 2015
-
-
Daniel Stenberg authored
-
Svyatoslav Mishyn authored
Closes #395
-
Patrick Monnerat authored
-