- Jun 14, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 07, 2011
-
-
Kamil Dudka authored
When closing a connection, the speedchecker's timestamp is now deleted so that it cannot accidentally be used by a fresh connection on the same handle when examining the transfer speed. Bug: https://bugzilla.redhat.com/679709
-
Daniel Stenberg authored
-
- May 06, 2011
-
-
Daniel Stenberg authored
-
- Apr 28, 2011
-
-
Daniel Stenberg authored
-
- Apr 22, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 20, 2011
-
-
Daniel Stenberg authored
-
- Apr 19, 2011
-
-
Daniel Stenberg authored
-
- Apr 17, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 15, 2011
-
-
Daniel Stenberg authored
-
- Apr 11, 2011
-
-
Daniel Stenberg authored
-
- Apr 08, 2011
-
-
Kamil Dudka authored
In case a client certificate is used, invalidate SSL session cache at the end of a session. This forces NSS to ask for a new client certificate when connecting second time to the same host. Bug: https://bugzilla.redhat.com/689031
-
- Apr 05, 2011
-
-
Daniel Stenberg authored
-
- Mar 25, 2011
-
-
Daniel Stenberg authored
-
- Mar 18, 2011
-
-
Daniel Stenberg authored
-
- Mar 15, 2011
-
-
Kamil Dudka authored
When NSS-powered libcurl connected to a SSL server with CURLOPT_SSL_VERIFYPEER equal to zero, NSS remembered that the peer certificate was accepted by libcurl and did not ask the second time when connecting to the same server with CURLOPT_SSL_VERIFYPEER equal to one. This patch turns off the SSL session cache for the particular SSL socket if peer verification is disabled. In order to avoid any performance impact, the peer verification is completely skipped in that case, which makes it even faster than before. Bug: https://bugzilla.redhat.com/678580
-
- Mar 13, 2011
-
-
Daniel Stenberg authored
-
- Feb 23, 2011
-
-
Daniel Stenberg authored
-
- Feb 22, 2011
-
-
Kamil Dudka authored
Flaw introduced in fc77790b and present in curl-7.21.4. Bug: https://bugzilla.redhat.com/669702#c16
-
- Feb 17, 2011
-
-
Daniel Stenberg authored
Introducing a few CURL_SOCKOPT* defines for conveniance. The new CURL_SOCKOPT_ALREADY_CONNECTED signals to libcurl that the socket is to be treated as already connected and thus it will skip the connect() call.
-
Kamil Dudka authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
I went through all the names mentioned as authors and in commit messages since 7.21.3, and this list inserted now is sorted on first name.
-
- Feb 10, 2011
-
-
Daniel Stenberg authored
-
- Jan 18, 2011
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Kamil Dudka authored
... and update the curl.1 and curl_easy_setopt.3 man pages such that they do not suggest to use an OpenSSL utility if curl is not built against OpenSSL. Bug: https://bugzilla.redhat.com/669702
-
- Jan 04, 2011
-
-
Kamil Dudka authored
Bug: https://bugzilla.redhat.com/623663
-
- Jan 03, 2011
-
-
Daniel Stenberg authored
-
- Dec 15, 2010
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 09, 2010
-
-
Daniel Stenberg authored
-
- Nov 19, 2010
-
-
Matthias Bolte authored
On Windows, translate WSAGetLastError() to errno values as GNU TLS does it internally, too. This is necessary because send() and recv() on Windows don't set errno when they fail but GNU TLS expects a proper errno value. Bug: http://curl.haxx.se/bug/view.cgi?id=3110991
-
- Nov 14, 2010
-
-
Daniel Stenberg authored
-
- Nov 09, 2010
-
-
Kamil Dudka authored
Bug: https://bugzilla.redhat.com/650255 Reported by: Simon H.
-
- Nov 08, 2010
-
-
Daniel Stenberg authored
I also recounted and updated the command line and libcurl options.
-
- Nov 04, 2010
-
-
Daniel Stenberg authored
-