#
8e9e19b0 |
| 05-Apr-2011 |
Daniel Stenberg |
RELEASE-NOTES: synced with db59b6202d8
|
#
40256ec4 |
| 25-Mar-2011 |
Daniel Stenberg |
RELEASE-NOTES: synced with 11c2db2aa2a
|
#
92774ac1 |
| 18-Mar-2011 |
Daniel Stenberg |
RELEASE-NOTES: synced with 0c05ee3a33d4d7
|
#
806dbb02 |
| 15-Mar-2011 |
Kamil Dudka |
nss: do not ignore value of CURLOPT_SSL_VERIFYPEER When NSS-powered libcurl connected to a SSL server with CURLOPT_SSL_VERIFYPEER equal to zero, NSS remembered that the peer certific
nss: do not ignore value of CURLOPT_SSL_VERIFYPEER 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
show more ...
|
#
176092d7 |
| 13-Mar-2011 |
Daniel Stenberg |
RELEASE-NOTES: synced with e649a7baae2
|
#
386afdf6 |
| 23-Feb-2011 |
Daniel Stenberg |
RELEASE-NOTES: synced with 2345c1dd661c
|
#
7aa2d10e |
| 22-Feb-2011 |
Kamil Dudka |
nss: do not ignore failure of SSL handshake Flaw introduced in fc77790 and present in curl-7.21.4. Bug: https://bugzilla.redhat.com/669702#c16
|
Revision tags: curl-7_21_4 |
|
#
1c3c0162 |
| 09-Feb-2011 |
Daniel Stenberg |
SOCKOPTFUNCTION: callback can say already-connected Introducing a few CURL_SOCKOPT* defines for conveniance. The new CURL_SOCKOPT_ALREADY_CONNECTED signals to libcurl that the socket is
SOCKOPTFUNCTION: callback can say already-connected 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.
show more ...
|
#
a40f58d2 |
| 17-Feb-2011 |
Kamil Dudka |
nss: avoid memory leak on SSL connection failure
|
#
66582c04 |
| 17-Feb-2011 |
Daniel Stenberg |
RELEASE-NOTES: fresh start towards 7.21.5
|
#
b66eeb8b |
| 17-Feb-2011 |
Daniel Stenberg |
RELEASE-NOTES: credits since 7.21.3 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.
|
#
96ea650e |
| 10-Feb-2011 |
Daniel Stenberg |
RELEASE-NOTES: synced with 3bb1291fbd4
|
#
ce24fdaa |
| 18-Jan-2011 |
Daniel Stenberg |
RELEASE-NOTES: mention contributors
|
#
02c99899 |
| 18-Jan-2011 |
Daniel Stenberg |
RELEASE-NOTES: synced with 7fcbdd68b9e
|
#
fc77790b |
| 18-Jan-2011 |
Kamil Dudka |
nss: fix a bug in handling of CURLOPT_CAPATH ... 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 a
nss: fix a bug in handling of CURLOPT_CAPATH ... 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
show more ...
|
#
d8f6d1c3 |
| 04-Jan-2011 |
Kamil Dudka |
nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash Bug: https://bugzilla.redhat.com/623663
|
#
6cf35852 |
| 03-Jan-2011 |
Daniel Stenberg |
RELEASE-NOTES: synced with 83e9fb21aabbec2
|
#
5e37689a |
| 15-Dec-2010 |
Daniel Stenberg |
7.21.4: version bump
|
Revision tags: curl-7_21_3 |
|
#
6d7d0eba |
| 15-Dec-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with a865bd9fbaaa43e5c
|
#
573a2900 |
| 09-Dec-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with c28443c551825
|
#
a83870ef |
| 19-Nov-2010 |
Matthias Bolte |
Detect socket errors in GnuTLS on Windows On Windows, translate WSAGetLastError() to errno values as GNU TLS does it internally, too. This is necessary because send() and recv() on W
Detect socket errors in GnuTLS on Windows 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
show more ...
|
#
4d6c0bdf |
| 14-Nov-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with cbf4961bf3e4
|
#
12b2412c |
| 09-Nov-2010 |
Kamil Dudka |
ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT Bug: https://bugzilla.redhat.com/650255 Reported by: Simon H.
|
#
f96a2641 |
| 08-Nov-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with fc6c4c10f9faab08 I also recounted and updated the command line and libcurl options.
|
#
68a485b0 |
| 04-Nov-2010 |
Daniel Stenberg |
RELEASE-NOTES: synced with 7b823badbcab9d330
|