#
26036188 |
| 25-Aug-2014 |
Daniel Stenberg |
RELEASE-NOTES: added two missing HTTP/2 bug fixes And renamed all http2 references to HTTP/2 in this file
|
#
b17b4b4a |
| 25-Aug-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with f646e9075f47
|
#
9eba83c1 |
| 15-Aug-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 0187c9e11d079
|
#
4c4a188a |
| 10-Aug-2014 |
Steve Holme |
RELEASE-NOTES: Synced with cd6ecf6a89
|
#
5908ce51 |
| 08-Aug-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 159c3aafd8
|
#
524833e1 |
| 05-Aug-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 5b37db44a3eb
|
#
05e81222 |
| 31-Jul-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 7bb4c8cadb5d0
|
#
05a887eb |
| 23-Jul-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 81cd24adb8b
|
#
c6e7cbb9 |
| 17-Jul-2014 |
Alessandro Ghedini |
build: link curl to NSS libraries when NSS support is enabled This fixes a build failure on Debian caused by commit 24c3cdce88f39731506c287cb276e8bf4a1ce393. Bug: http://curl.ha
build: link curl to NSS libraries when NSS support is enabled This fixes a build failure on Debian caused by commit 24c3cdce88f39731506c287cb276e8bf4a1ce393. Bug: http://curl.haxx.se/mail/lib-2014-07/0209.html
show more ...
|
#
1abc42b2 |
| 16-Jul-2014 |
Daniel Stenberg |
RELEASE-NOTES: cleared, working towards next release
|
Revision tags: curl-7_37_1 |
|
#
df5169fa |
| 16-Jul-2014 |
Daniel Stenberg |
RELEASE-NOTES: synced with 4cb2521595
|
#
eb3e3833 |
| 14-Jul-2014 |
Daniel Stenberg |
RELEASE-NOTES: next one is called 7.37.1
|
#
763c5178 |
| 12-Jul-2014 |
Dan Fandrich |
netrc: fixed thread safety problem by using getpwuid_r if available The old way using getpwuid could cause problems in programs that enable reading from netrc files simultaneously in mul
netrc: fixed thread safety problem by using getpwuid_r if available The old way using getpwuid could cause problems in programs that enable reading from netrc files simultaneously in multiple threads. Reported-by: David Woodhouse
show more ...
|
#
6c6ba59e |
| 12-Jul-2014 |
Dan Fandrich |
RELEASE-NOTES: add the reporter of the previous bug fix
|
#
135c2dc1 |
| 12-Jul-2014 |
Dan Fandrich |
netrc: treat failure to find home dir same as missing netrc file This previously caused a fatal error (with a confusing error code, at that). Reported by: Glen A Johnson Jr.
|
#
4a67b3e6 |
| 12-Jul-2014 |
Steve Holme |
RELEASE-NOTES: Synced with aaaf9e50ec
|
#
3d2e1724 |
| 11-Jul-2014 |
Dan Fandrich |
gnutls: fixed compilation against versions < 2.12.0 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 fo
gnutls: fixed compilation against versions < 2.12.0 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.
show more ...
|
#
447c31ce |
| 11-Jul-2014 |
Dan Fandrich |
gnutls: explicitly added SRP to the priority string 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 GnuTL
gnutls: explicitly added SRP to the priority string 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.
show more ...
|
#
baf8b57b |
| 11-Jul-2014 |
Dan Fandrich |
gnutls: ignore invalid certificate dates with VERIFYPEER disabled This makes the behaviour consistent with what happens if a date can be extracted from the certificate but is expired.
|
#
52cd5ac2 |
| 03-Jul-2014 |
Kamil Dudka |
nss: fix a memory leak when CURLOPT_CRLFILE is used
|
#
24c3cdce |
| 02-Jul-2014 |
Kamil Dudka |
tool: call PR_Cleanup() on exit if NSPR is used This prevents valgrind from reporting possibly lost memory that NSPR uses for file descriptor cache and other globally allocated internal
tool: call PR_Cleanup() on exit if NSPR is used This prevents valgrind from reporting possibly lost memory that NSPR uses for file descriptor cache and other globally allocated internal data structures.
show more ...
|
#
7581dee1 |
| 02-Jul-2014 |
Kamil Dudka |
nss: make the fallback to SSLv3 work again This feature was unintentionally disabled by commit ff92fcfb.
|
#
7c215585 |
| 02-Jul-2014 |
Kamil Dudka |
nss: do not abort on connection failure ... due to calling SSL_VersionRangeGet() with NULL file descriptor reported-by: upstream tests 305 and 404
|
#
1b478d6a |
| 11-Jun-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 3aa1329e0a
|
#
2b2e8e0e |
| 05-Jun-2014 |
Steve Holme |
RELEASE-NOTES: Synced with 99303bcde5
|