Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-02 | RELEASE-NOTES: removed obsolete entry; fixed entry. | Guenter Knauf | |
2014-11-02 | RELEASE-NOTES: Synced with e7da67f5d3 | Steve Holme | |
2014-10-29 | RELEASE-NOTES: Synced with 32913182dc | Steve Holme | |
2014-10-26 | RELEASE-NOTES: Synced with 07ac29a058 | Steve Holme | |
2014-10-23 | RELEASE-NOTES: synced with e116d0a62 | Daniel Stenberg | |
2014-10-20 | nss: reset SSL handshake state machine | Kamil Dudka | |
... when the handshake succeeds This fixes a connection failure when FTPS handle is reused. | |||
2014-10-09 | RELEASE-NOTES: synced with 6637b237e6eb | Daniel Stenberg | |
... and bumped the planned release version. | |||
2014-10-08 | nss: do not fail if a CRL is already cached | Kamil Dudka | |
This fixes a copy-paste mistake from commit 2968f957. | |||
2014-09-30 | RELEASE-NOTES: synced with 53cbea22310f15 | Daniel Stenberg | |
2014-09-13 | RELEASE-NOTES: Synced with bd3df5ec6d | Steve Holme | |
2014-09-10 | bump: on the 7.38.1-DEV train now! | Daniel Stenberg | |
2014-09-10 | RELEASE-NOTES: final update for 7.38.0 | Daniel Stenberg | |
2014-09-08 | RELEASE-NOTES: synced with 921a0c22a6f | Daniel Stenberg | |
2014-09-08 | RELEASE-NOTES: fix the required nghttp2 version typo | Daniel Stenberg | |
2014-09-06 | RELEASE-NOTES: Synced with fd1ce3856a | Steve Holme | |
2014-09-04 | RELEASE-NOTES: Clarify email Kerberos support is currently via Windows SSPI | Steve Holme | |
2014-09-01 | RELEASE-NOTES: synced with e608324f9f9 | Daniel Stenberg | |
2014-08-26 | RELEASE-NOTES: synced with 007242257683a | Daniel Stenberg | |
... and bumped the contributor amount after recount | |||
2014-08-25 | RELEASE-NOTES: added two missing HTTP/2 bug fixes | Daniel Stenberg | |
And renamed all http2 references to HTTP/2 in this file | |||
2014-08-25 | RELEASE-NOTES: synced with f646e9075f47 | Daniel Stenberg | |
2014-08-15 | RELEASE-NOTES: synced with 0187c9e11d079 | Daniel Stenberg | |
2014-08-10 | RELEASE-NOTES: Synced with cd6ecf6a89 | Steve Holme | |
2014-08-08 | RELEASE-NOTES: Synced with 159c3aafd8 | Steve Holme | |
2014-08-05 | RELEASE-NOTES: synced with 5b37db44a3eb | Daniel Stenberg | |
2014-07-31 | RELEASE-NOTES: synced with 7bb4c8cadb5d0 | Daniel Stenberg | |
2014-07-23 | RELEASE-NOTES: synced with 81cd24adb8b | Daniel Stenberg | |
2014-07-18 | build: link curl to NSS libraries when NSS support is enabled | Alessandro Ghedini | |
This fixes a build failure on Debian caused by commit 24c3cdce88f39731506c287cb276e8bf4a1ce393. Bug: http://curl.haxx.se/mail/lib-2014-07/0209.html | |||
2014-07-16 | RELEASE-NOTES: cleared, working towards next release | Daniel Stenberg | |
2014-07-16 | RELEASE-NOTES: synced with 4cb2521595 | Daniel Stenberg | |
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 | |