- Sep 19, 2015
-
-
Jakub Zakrzewski authored
Introduced with commit 65d141e6 Closes #440
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
Fixes #427
-
- Sep 18, 2015
-
-
Kamil Dudka authored
Without this workaround, NSS re-uses a session cache entry despite the server name does not match. This causes SNI host name to differ from the actual host name. Consequently, certain servers (e.g. github.com) respond by 400 to such requests. Bug: https://bugzilla.mozilla.org/1202264
-
Kamil Dudka authored
-
- Sep 17, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... without sha256 support and no define saying so. Reported-by: Rajkumar Mandal
-
Daniel Stenberg authored
CURLE_SSL_PINNEDPUBKEYNOTMATCH and CURLE_SSL_INVALIDCERTSTATUS
-
- Sep 14, 2015
-
-
Jay Satiro authored
- Show how a certificate can be obtained using OpenSSL. Bug: https://github.com/bagder/curl/pull/430 Reported-by: Daniel Hwang
-
- Sep 13, 2015
-
-
Daniel Stenberg authored
-
- Sep 12, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 11, 2015
-
-
Daniel Stenberg authored
-
Svyatoslav Mishyn authored
s => is Closes #428
-
Daniel Stenberg authored
It uses 'Note:' as a prefix as opposed to the common 'Warning:' to take down the tone a bit. It adds a warning for using -XHEAD on other methods becasue that may lead to a hanging connection.
-
- Sep 10, 2015
-
-
Jay Satiro authored
Bug: https://github.com/bagder/curl/pull/411 Reported-by: Viktor Szakats
-
- Sep 09, 2015
-
-
Jay Satiro authored
-
Benjamin Kircher authored
-
Svyatoslav Mishyn authored
long => double
-
- Sep 08, 2015
-
-
Sergei Nikulov authored
Closes #409
-
Daniel Stenberg authored
If the port number in the proxy string ended weirdly or the number is too large, skip it. Mostly as a means to bail out early if a "bare" IPv6 numerical address is used without enclosing brackets. Also mention the bracket requirement for IPv6 numerical addresses to the man page for CURLOPT_PROXY. Closes #415 Reported-by: Marcel Raad
-
Daniel Stenberg authored
In some timing-dependnt cases when a 4xx response immediately followed after a 150 when a STOR was issued, this function would wrongly return 'complete == true' while 'wait_data_conn' was still set. Closes #405 Reported-by: Patricia Muscalu
-
- 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
-