Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-14 | RELEASE-NOTES: next one is called 7.37.1 | Daniel Stenberg | |
2014-07-13 | netrc: fixed thread safety problem by using getpwuid_r if available | Dan Fandrich | |
The old way using getpwuid could cause problems in programs that enable reading from netrc files simultaneously in multiple threads. Reported-by: David Woodhouse | |||
2014-07-12 | RELEASE-NOTES: add the reporter of the previous bug fix | Dan Fandrich | |
2014-07-12 | netrc: treat failure to find home dir same as missing netrc file | Dan Fandrich | |
This previously caused a fatal error (with a confusing error code, at that). Reported by: Glen A Johnson Jr. | |||
2014-07-12 | RELEASE-NOTES: Synced with aaaf9e50ec | Steve Holme | |
2014-07-12 | gnutls: fixed compilation against versions < 2.12.0 | Dan Fandrich | |
The AES-GCM ciphers were added to GnuTLS as late as ver. 3.0.1 but the code path in which they're referenced here is only ever used for somewhat older GnuTLS versions. This caused undeclared identifier errors when compiling against those. | |||
2014-07-12 | gnutls: explicitly added SRP to the priority string | Dan Fandrich | |
This seems to have become necessary for SRP support to work starting with GnuTLS ver. 2.99.0. Since support for SRP was added to GnuTLS before the function that takes this priority string, there should be no issue with backward compatibility. | |||
2014-07-11 | gnutls: ignore invalid certificate dates with VERIFYPEER disabled | Dan Fandrich | |
This makes the behaviour consistent with what happens if a date can be extracted from the certificate but is expired. | |||
2014-07-04 | nss: fix a memory leak when CURLOPT_CRLFILE is used | Kamil Dudka | |
2014-07-02 | tool: call PR_Cleanup() on exit if NSPR is used | Kamil Dudka | |
This prevents valgrind from reporting possibly lost memory that NSPR uses for file descriptor cache and other globally allocated internal data structures. | |||
2014-07-02 | nss: make the fallback to SSLv3 work again | Kamil Dudka | |
This feature was unintentionally disabled by commit ff92fcfb. | |||
2014-07-02 | nss: do not abort on connection failure | Kamil Dudka | |
... due to calling SSL_VersionRangeGet() with NULL file descriptor reported-by: upstream tests 305 and 404 | |||
2014-06-11 | RELEASE-NOTES: Synced with 3aa1329e0a | Steve Holme | |
2014-06-05 | RELEASE-NOTES: Synced with 99303bcde5 | Steve Holme | |
2014-06-02 | RELEASE-NOTES: synced with d603ed67535 | Daniel Stenberg | |
2014-05-28 | RELEASE-NOTES: Synced with 2a615a2b64 | Steve Holme | |
2014-05-22 | RELEASE-NOTES: Synced with f634355868 | Steve Holme | |
2014-05-21 | bump: Start working on the next release | Steve Holme | |
2014-05-20 | RELEASE-NOTES: synced with 85f4075bdbf3 | Daniel Stenberg | |
Possibly the final update before release... | |||
2014-05-17 | RELEASE-NOTES: synced with 831f6dd1d986c9 | Daniel Stenberg | |
2014-05-15 | RELEASE-NOTES: synced with 53a5b95c21586 | Daniel Stenberg | |
2014-05-12 | RELEASE-NOTES: Synced with 52d16c84d2 | Steve Holme | |
2014-05-09 | RELEASE-NOTES: Synced with 0ab2c444b5 | Steve Holme | |
2014-05-09 | http: avoid auth failure on a duplicated header | Kamil Dudka | |
... 'WWW-Authenticate: Negotiate' received from server Reported by: David Woodhouse Bug: https://bugzilla.redhat.com/1093348 | |||
2014-05-07 | RELEASE-NOTES: Added contributor | Dan Fandrich | |
2014-05-06 | RELEASE-NOTES: changed encoding to UTF-8 | Dan Fandrich | |
2014-05-06 | RELEASE-NOTES: synced with 5de8d84098db1bd2 | Daniel Stenberg | |
2014-05-04 | RELEASE-NOTES: Synced with 4febbedc5a | Steve Holme | |
2014-04-22 | RELEASE-NOTES: Synced with 386ed2d590 | Steve Holme | |
2014-04-22 | nss: implement non-blocking SSL handshake | Kamil Dudka | |
2014-04-18 | RELEASE-NOTES: Synced with 33e0cba8f1 | Steve Holme | |
2014-04-06 | RELEASE-NOTES: Synced with 5cdb61abb2 | Steve Holme | |
2014-03-31 | RELEASE-NOTES: Synced with dd07e79023 | Steve Holme | |
2014-03-26 | bump: start the 7.37.0 race | Daniel Stenberg | |
2014-03-26 | RELEASE-NOTES: 7.36.0 | Daniel Stenberg | |
2014-03-25 | RELEASE-NOTES: synced with 3ebfaf6a0399b6a | Daniel Stenberg | |
2014-03-19 | RELEASE-NOTES: fixed typo | Dan Fandrich | |
2014-03-19 | RELEASE-NOTES: synced with 47f8e99e78c | Daniel Stenberg | |
2014-03-09 | RELEASE-NOTES: Synced with 8ddda0e999 | Steve Holme | |
2014-03-02 | RELEASE-NOTES: Synced with 7fef4016de | Steve Holme | |
2014-02-24 | RELEASE-NOTES: Updated for 63fc8ee7 | Marc Hoersken | |
2014-02-23 | RELEASE-NOTES: Synced with 8c80840d01 | Steve Holme | |
2014-02-22 | RELEASE-NOTES: added note about impact of changes to WinSSL defaults | Marc Hoersken | |
2014-02-17 | RELEASE-NOTES: synced with 854aca5420f | Daniel Stenberg | |
2014-02-13 | RELEASE-NOTES: synced with 378af08c992 | Daniel Stenberg | |
2014-02-11 | version: next release will become 7.36.0 | Daniel Stenberg | |
2014-02-09 | RELEASE-NOTES: Synced with 8e62f7a6503a | Steve Holme | |
2014-01-31 | RELEASE-NOTES: Synced with 0f213fdca1 | Steve Holme | |
2014-01-29 | nss: do not use the NSS_ENABLE_ECC define | Kamil Dudka | |
It is not provided by NSS public headers. Bug: https://bugzilla.redhat.com/1058776 | |||
2014-01-29 | bump: start working on 7.35.1 | Daniel Stenberg | |