Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-08 | disconnect: wipe out the keeps_speed time stamp | Kamil Dudka | |
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 | |||
2011-06-07 | RELEASE-NOTES: synced with b772f3a32146d7d | Daniel Stenberg | |
2011-05-06 | RELEASE-NOTES: synced with 32001ac4149b206 | Daniel Stenberg | |
2011-04-28 | RELEASE-NOTES: synced with c4bc1d473f324 | Daniel Stenberg | |
2011-04-22 | bump version: work towards 7.21.7 | Daniel Stenberg | |
2011-04-22 | RELEASE-NOTES: two more contributors | Daniel Stenberg | |
2011-04-20 | RELEASE-NOTES: synced with 3242abd87a1262 | Daniel Stenberg | |
2011-04-19 | RELEASE-NOTES: synced with 5aae3c13e2 | Daniel Stenberg | |
2011-04-17 | RELEASE-NOTES: updated contributor amount | Daniel Stenberg | |
2011-04-17 | 7.21.6: next planned release number | Daniel Stenberg | |
2011-04-16 | RELEASE-NOTES: synced with c246f63a71 | Daniel Stenberg | |
2011-04-11 | RELEASE-NOTES: synced with f01df197981 | Daniel Stenberg | |
2011-04-08 | nss: allow to use multiple client certificates for a single host | Kamil Dudka | |
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 | |||
2011-04-05 | RELEASE-NOTES: synced with db59b6202d8 | Daniel Stenberg | |
2011-03-25 | RELEASE-NOTES: synced with 11c2db2aa2a | Daniel Stenberg | |
2011-03-18 | RELEASE-NOTES: synced with 0c05ee3a33d4d7 | Daniel Stenberg | |
2011-03-15 | nss: do not ignore value of CURLOPT_SSL_VERIFYPEER | Kamil Dudka | |
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 | |||
2011-03-13 | RELEASE-NOTES: synced with e649a7baae2 | Daniel Stenberg | |
2011-02-23 | RELEASE-NOTES: synced with 2345c1dd661c | Daniel Stenberg | |
2011-02-22 | nss: do not ignore failure of SSL handshake | Kamil Dudka | |
Flaw introduced in fc77790 and present in curl-7.21.4. Bug: https://bugzilla.redhat.com/669702#c16 | |||
2011-02-17 | SOCKOPTFUNCTION: callback can say already-connected | Daniel Stenberg | |
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. | |||
2011-02-17 | nss: avoid memory leak on SSL connection failure | Kamil Dudka | |
2011-02-17 | RELEASE-NOTES: fresh start towards 7.21.5 | Daniel Stenberg | |
2011-02-17 | RELEASE-NOTES: credits since 7.21.3 | Daniel Stenberg | |
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. | |||
2011-02-10 | RELEASE-NOTES: synced with 3bb1291fbd4 | Daniel Stenberg | |
2011-01-18 | RELEASE-NOTES: mention contributors | Daniel Stenberg | |
2011-01-18 | RELEASE-NOTES: synced with 7fcbdd68b9e | Daniel Stenberg | |
2011-01-18 | nss: fix a bug in handling of CURLOPT_CAPATH | Kamil Dudka | |
... 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 | |||
2011-01-04 | nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash | Kamil Dudka | |
Bug: https://bugzilla.redhat.com/623663 | |||
2011-01-04 | RELEASE-NOTES: synced with 83e9fb21aabbec2 | Daniel Stenberg | |
2010-12-15 | 7.21.4: version bump | Daniel Stenberg | |
2010-12-15 | RELEASE-NOTES: synced with a865bd9fbaaa43e5c | Daniel Stenberg | |
2010-12-09 | RELEASE-NOTES: synced with c28443c551825 | Daniel Stenberg | |
2010-11-19 | Detect socket errors in GnuTLS on Windows | Matthias Bolte | |
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 | |||
2010-11-15 | RELEASE-NOTES: synced with cbf4961bf3e4 | Daniel Stenberg | |
2010-11-09 | ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT | Kamil Dudka | |
Bug: https://bugzilla.redhat.com/650255 Reported by: Simon H. | |||
2010-11-08 | RELEASE-NOTES: synced with fc6c4c10f9faab08 | Daniel Stenberg | |
I also recounted and updated the command line and libcurl options. | |||
2010-11-04 | RELEASE-NOTES: synced with 7b823badbcab9d330 | Daniel Stenberg | |
2010-10-17 | RELEASE-NOTES: sync with 09a2d93a0f17ca | Daniel Stenberg | |
2010-10-13 | RELEASE-NOTES: start over towards 7.21.3 | Daniel Stenberg | |
2010-10-12 | RELEASE-NOTES: synced with ecd624b8e774a85 | Daniel Stenberg | |
2010-10-08 | RELEASE-NOTES: synced with 61f4cdb73ae4 | Daniel Stenberg | |
2010-10-01 | RELEASE-NOTES: synced up to 588402585bae | Daniel Stenberg | |
2010-09-27 | Changed the TPF make file to get source files from Makefile.inc | Dan Fandrich | |
Patch was fixed and validated by David McCreedy. | |||
2010-09-21 | RELEASE-NOTES: sync with 8665d4e5 and c-ares >= 1.6.0 note | Daniel Stenberg | |
2010-09-21 | RELEASE-NOTES: in sync with 19f45eaa799 | Daniel Stenberg | |
2010-09-21 | RELEASE-NOTES: synced with 5fcc4332d62fe | Daniel Stenberg | |
Removed the duplicate entry of Kamil in the credits. | |||
2010-09-18 | RELEASE-NOTES: sync from d2a7fd2fe65b to HEAD | Daniel Stenberg | |
2010-09-11 | Link curl and the test apps with -lrt explicitly when necessary | Dan Fandrich | |
When curl calls a function from that library then it needs to explicitly link to the library instead of piggybacking on libcurl's own dependency. Without this, GNU ld with the --no-add-needed flag fails when linking (which Fedora now does by default). Reported by: Quanah Gibson-Mount Bug: http://curl.haxx.se/mail/lib-2010-09/0085.html | |||
2010-08-25 | RELEASE-NOTES: sync from b980c9a02 to HEAD | Daniel Stenberg | |