- Dec 01, 2016
-
-
Daniel Stenberg authored
A server MUST NOT send any Transfer-Encoding or Content-Length header fields in a 2xx (Successful) response to CONNECT. (RFC 7231 section 4.3.6) Also fixes the three test cases that did this.
-
Daniel Stenberg authored
Test 1281 added to verify
-
- Nov 30, 2016
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Michael Kaufmann authored
If a port number in a "connect-to" entry does not match, skip this entry instead of connecting to port 0. If a port number in a "connect-to" entry matches, use this entry and look no further. Reported-by: Jay Satiro Assisted-by: Jay Satiro, Daniel Stenberg Closes #1148
-
- Nov 29, 2016
-
-
Daniel Stenberg authored
-
- Nov 28, 2016
-
-
Daniel Stenberg authored
-
Jay Satiro authored
The function only exists since nghttp2 1.12.0. Bug: https://github.com/curl/curl/commit/a4d8888#commitcomment-19985676 Reported-by: Michael Kaufmann
-
Anders Bakken authored
Closes #1125
-
Daniel Stenberg authored
Now all options are in the new system.
-
Daniel Stenberg authored
-
Jay Satiro authored
-
- Nov 27, 2016
-
-
Daniel Stenberg authored
Moved over to the new format
-
Daniel Stenberg authored
There's mostly likely no need to allow setting SSLv2/3 version for HTTPS proxy. Those protocols are insecure by design and deprecated.
-
- Nov 26, 2016
-
-
Daniel Stenberg authored
-
Patrick Monnerat authored
Also define it in ILE/RPG binding.
-
Okhin Vasilij authored
Closes #1142
-
Frank Gevaerts authored
Add missing tests for CURLINFO_SCHEME, CURLINFO_PROTOCOL, %{scheme}, and %{http_version} closes #1143
-
Frank Gevaerts authored
-
- Nov 25, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Follow-up to 4f8b1774
-
Daniel Stenberg authored
Sorted the lists too. ... and include the new ones in the PDF and HTML generation targets
-
Thomas Glanzmann authored
-
Thomas Glanzmann authored
-
Daniel Stenberg authored
-
Jan Ehrhardt authored
Closes #1141
-
Jay Satiro authored
Prior to this change we depended on errno if strtol could not perform a conversion. POSIX says EINVAL *may* be set. Some implementations like Microsoft's will not set it if there's no conversion. Ref: https://github.com/curl/curl/commit/ee4f7660#commitcomment-19658189
-
-
Patrick Monnerat authored
-
Jay Satiro authored
Follow-up to dbadaebf which changed the style.
-
Jay Satiro authored
- Restore the removed parts of the parameter check. Follow-up to 945f60e8 which altered the parameter check.
-
- Nov 24, 2016
-
-
Daniel Stenberg authored
-
Frank Gevaerts authored
Adds access to the effectively used protocol/scheme to both libcurl and curl, both in string and numeric (CURLPROTO_*) form. Note that the string form will be uppercase, as it is just the internal string. As these strings are declared internally as const, and all other strings returned by curl_easy_getinfo() are de-facto const as well, string handling in getinfo.c got const-ified. Closes #1137
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Detects (char*) and 'char*foo' uses.
-