#
b8c19597 |
| 10-Mar-2013 |
Daniel Stenberg |
RELEASE-NOTES: add two references
|
#
11219b3c |
| 23-Mar-2013 |
Daniel Stenberg |
RELEASE-NOTES: synced with bc6037ed3ec02 More changes, bugfixes and contributors!
|
#
6f1f7e5d |
| 19-Mar-2013 |
Nick Zitzmann |
darwinssl: disable ECC ciphers under Mountain Lion by default I found out that ECC doesn't work as of OS X 10.8.3, so those ciphers are turned off until the next point release of OS X.
|
#
57ccdfa8 |
| 11-Mar-2013 |
Zdenek Pavlas |
curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag The flag can be used in pycurl-based applications where using the multi interface would not be acceptable because of the performan
curl_global_init: accept the CURL_GLOBAL_ACK_EINTR flag The flag can be used in pycurl-based applications where using the multi interface would not be acceptable because of the performance lost caused by implementing the select() loop in python. Bug: http://curl.haxx.se/bug/view.cgi?id=1168 Downstream Bug: https://bugzilla.redhat.com/919127
show more ...
|
#
491e026c |
| 11-Mar-2013 |
Kamil Dudka |
easy: do not ignore poll() failures other than EINTR
|
#
cb07bca6 |
| 09-Mar-2013 |
Daniel Stenberg |
RELEASE-NOTES: synced with ca3c0ed3a9c 8 more bugfixes, one change and a bunch of contributors
|
#
6d8d3069 |
| 08-Mar-2013 |
Daniel Stenberg |
RELEASE-NOTES: mention that krb4 is up for consideration
|
#
442084cd |
| 07-Mar-2013 |
Daniel Stenberg |
version bump: the next release will be 7.30.0
|
#
9ceee69f |
| 07-Mar-2013 |
Steve Holme |
RELEASE-NOTES: Added missing imap fixes and additions With all the recent imap changes it wasn't clear what new features and fixes should be included in the release notes.
|
#
a9cc5ee0 |
| 07-Mar-2013 |
Nick Zitzmann |
RELEASE-NOTES: brought this up-to-date with the latest changes
|
#
9d0af301 |
| 05-Mar-2013 |
Kamil Dudka |
nss: fix misplaced code enabling non-blocking socket mode The option needs to be set on the SSL socket. Setting it on the model takes no effect. Note that the non-blocking mode is stil
nss: fix misplaced code enabling non-blocking socket mode The option needs to be set on the SSL socket. Setting it on the model takes no effect. Note that the non-blocking mode is still not enabled for the handshake because the code is not yet ready for that.
show more ...
|
#
d4703fa4 |
| 16-Feb-2013 |
Daniel Stenberg |
Guile-curl: a new libcurl binding
|
#
ff8c5a32 |
| 10-Feb-2013 |
Steve Holme |
RELEASE-NOTES: Updated following the recent imap/pop3/smtp changes
|
#
8170d1f8 |
| 10-Feb-2013 |
Steve Holme |
RELEASE-NOTES: synced with 92f7606f29b704
|
#
ce4b554e |
| 07-Feb-2013 |
Steve Holme |
RELEASE-NOTES: Added new imap features
|
#
2488a013 |
| 06-Feb-2013 |
Daniel Stenberg |
7.29.1: onwards!
|
Revision tags: curl-7_29_0 |
|
#
0f1deac7 |
| 06-Feb-2013 |
Daniel Stenberg |
RELEASE-NOTES: mention the SASL buffer overflow
|
#
25d13822 |
| 05-Feb-2013 |
Daniel Stenberg |
RELEASE-NOTES: synced with 25f351424b3538 8 more bug fixes mentioned
|
#
03577a35 |
| 05-Feb-2013 |
Steve Holme |
RELEASE-NOTES: Updated following recent changes to the email protocols Added recent additions and fixes following the changes to imap, pop3 and smtp. Additionally added another contribut
RELEASE-NOTES: Updated following recent changes to the email protocols Added recent additions and fixes following the changes to imap, pop3 and smtp. Additionally added another contributor that helped to test the imap sasl changes.
show more ...
|
#
38ec16d6 |
| 28-Jan-2013 |
Daniel Stenberg |
RELEASE-NOTES: only list Nick once Even though he's a fine dude, once is enough for this time!
|
#
446afec7 |
| 18-Jan-2013 |
Daniel Stenberg |
RELEASE-NOTES: add references to several bugfixes+changes
|
#
e2bfae23 |
| 18-Jan-2013 |
Steve Holme |
RELEASE-NOTES: Added missing imap fix Added missing imap fix as per commit 709b3506cd9b.
|
#
0e1855d9 |
| 17-Jan-2013 |
Daniel Stenberg |
RELEASE-NOTES: synced with c43127414d89
|
#
26613d78 |
| 15-Jan-2013 |
Kamil Dudka |
nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE Do not use the error messages from NSS for errors not occurring in NSS.
|
#
b36f1d26 |
| 11-Jan-2013 |
Kamil Dudka |
nss: clear session cache if a client cert from file is used This commit fixes a regression introduced in 052a08ff. NSS caches certs/keys returned by the SSL_GetClientAuthDataHook ca
nss: clear session cache if a client cert from file is used This commit fixes a regression introduced in 052a08ff. NSS caches certs/keys returned by the SSL_GetClientAuthDataHook callback and if we connect second time to the same server, the cached cert/key pair is used. If we use multiple client certificates for different paths on the same server, we need to clear the session cache to force NSS to call the hook again. The commit 052a08ff prevented the session cache from being cleared if a client certificate from file was used. The condition is now fixed to cover both cases: consssl->client_nickname is not NULL if a client certificate from the NSS database is used and connssl->obj_clicert is not NULL if a client certificate from file is used. Review by: Kai Engert
show more ...
|