Daniel Stenberg
9eba83c156
RELEASE-NOTES: synced with 0187c9e11d
2014-08-15 12:19:20 +02:00
Steve Holme
4c4a188a22
RELEASE-NOTES: Synced with cd6ecf6a89
2014-08-10 17:00:57 +01:00
Steve Holme
5908ce5115
RELEASE-NOTES: Synced with 159c3aafd8
2014-08-08 07:39:09 +01:00
Daniel Stenberg
524833e155
RELEASE-NOTES: synced with 5b37db44a3
2014-08-05 09:38:04 +02:00
Daniel Stenberg
05e81222d4
RELEASE-NOTES: synced with 7bb4c8cadb
2014-07-31 23:24:17 +02:00
Daniel Stenberg
05a887ebfa
RELEASE-NOTES: synced with 81cd24adb8
2014-07-23 09:52:06 +02:00
Alessandro Ghedini
c6e7cbb94e
build: link curl to NSS libraries when NSS support is enabled
...
This fixes a build failure on Debian caused by commit
24c3cdce88
.
Bug: http://curl.haxx.se/mail/lib-2014-07/0209.html
2014-07-18 14:20:42 +02:00
Daniel Stenberg
1abc42b26c
RELEASE-NOTES: cleared, working towards next release
2014-07-16 17:26:08 +02:00
Daniel Stenberg
df5169fa35
RELEASE-NOTES: synced with 4cb2521595
2014-07-16 16:29:02 +02:00
Daniel Stenberg
eb3e383390
RELEASE-NOTES: next one is called 7.37.1
2014-07-14 19:30:50 +02:00
Dan Fandrich
763c51780c
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
2014-07-13 00:27:22 +02:00
Dan Fandrich
6c6ba59e6b
RELEASE-NOTES: add the reporter of the previous bug fix
2014-07-12 23:40:07 +02:00
Dan Fandrich
135c2dc14f
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.
2014-07-12 20:22:09 +02:00
Steve Holme
4a67b3e650
RELEASE-NOTES: Synced with aaaf9e50ec
2014-07-12 15:23:39 +01:00
Dan Fandrich
3d2e1724cb
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.
2014-07-12 00:33:16 +02:00
Dan Fandrich
447c31ce9d
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.
2014-07-12 00:11:44 +02:00
Dan Fandrich
baf8b57b1d
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.
2014-07-11 23:21:31 +02:00
Kamil Dudka
52cd5ac21c
nss: fix a memory leak when CURLOPT_CRLFILE is used
2014-07-04 08:25:05 +02:00
Kamil Dudka
24c3cdce88
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.
2014-07-02 18:11:05 +02:00
Kamil Dudka
7581dee10a
nss: make the fallback to SSLv3 work again
...
This feature was unintentionally disabled by commit ff92fcfb
.
2014-07-02 18:11:05 +02:00
Kamil Dudka
7c21558503
nss: do not abort on connection failure
...
... due to calling SSL_VersionRangeGet() with NULL file descriptor
reported-by: upstream tests 305 and 404
2014-07-02 17:59:03 +02:00
Steve Holme
1b478d6ac3
RELEASE-NOTES: Synced with 3aa1329e0a
2014-06-11 22:59:14 +01:00
Steve Holme
2b2e8e0e4b
RELEASE-NOTES: Synced with 99303bcde5
2014-06-05 23:56:56 +01:00
Daniel Stenberg
1b59ef6990
RELEASE-NOTES: synced with d603ed6753
2014-06-02 11:41:41 +02:00
Steve Holme
bcbaed8165
RELEASE-NOTES: Synced with 2a615a2b64
2014-05-28 23:27:45 +01:00
Steve Holme
415c982afb
RELEASE-NOTES: Synced with f634355868
2014-05-22 20:31:34 +01:00
Steve Holme
ddf4719694
bump: Start working on the next release
2014-05-21 23:05:45 +01:00
Daniel Stenberg
ae931b9998
RELEASE-NOTES: synced with 85f4075bdb
...
Possibly the final update before release...
2014-05-20 23:10:58 +02:00
Daniel Stenberg
751971b2c3
RELEASE-NOTES: synced with 831f6dd1d9
2014-05-17 23:00:09 +02:00
Daniel Stenberg
a481f5b308
RELEASE-NOTES: synced with 53a5b95c21
2014-05-15 22:15:39 +02:00
Steve Holme
4167498f74
RELEASE-NOTES: Synced with 52d16c84d2
2014-05-12 23:09:46 +01:00
Steve Holme
d041b8d33e
RELEASE-NOTES: Synced with 0ab2c444b5
2014-05-09 21:24:47 +01:00
Kamil Dudka
ec5fde24de
http: avoid auth failure on a duplicated header
...
... 'WWW-Authenticate: Negotiate' received from server
Reported by: David Woodhouse
Bug: https://bugzilla.redhat.com/1093348
2014-05-09 13:44:04 +02:00
Dan Fandrich
ba06278e97
RELEASE-NOTES: Added contributor
2014-05-07 22:46:06 +02:00
Dan Fandrich
34cdc77076
RELEASE-NOTES: changed encoding to UTF-8
2014-05-06 14:08:13 +02:00
Daniel Stenberg
55a8d40fa0
RELEASE-NOTES: synced with 5de8d84098
2014-05-06 10:39:31 +02:00
Steve Holme
312f36d453
RELEASE-NOTES: Synced with 4febbedc5a
2014-05-04 20:44:08 +01:00
Steve Holme
f4ec8ffee2
RELEASE-NOTES: Synced with 386ed2d590
2014-04-22 22:57:40 +01:00
Kamil Dudka
8868a226cd
nss: implement non-blocking SSL handshake
2014-04-22 22:56:14 +02:00
Steve Holme
0115ec2f13
RELEASE-NOTES: Synced with 33e0cba8f1
2014-04-18 20:35:01 +01:00
Steve Holme
28d005cc9b
RELEASE-NOTES: Synced with 5cdb61abb2
2014-04-06 16:57:37 +01:00
Steve Holme
c524ca35f5
RELEASE-NOTES: Synced with dd07e79023
2014-03-31 21:23:14 +01:00
Daniel Stenberg
5a327f39d5
bump: start the 7.37.0 race
2014-03-26 08:29:29 +01:00
Daniel Stenberg
4f041c9d6e
RELEASE-NOTES: 7.36.0
2014-03-26 00:29:43 +01:00
Daniel Stenberg
b877494a27
RELEASE-NOTES: synced with 3ebfaf6a03
2014-03-25 14:54:11 +01:00
Dan Fandrich
715125e790
RELEASE-NOTES: fixed typo
2014-03-19 23:10:56 +01:00
Daniel Stenberg
ec0079a99d
RELEASE-NOTES: synced with 47f8e99e78
2014-03-19 16:18:21 +01:00
Steve Holme
ac7118319e
RELEASE-NOTES: Synced with 8ddda0e999
2014-03-09 19:44:12 +00:00
Steve Holme
d8073db304
RELEASE-NOTES: Synced with 7fef4016de
2014-03-02 10:48:40 +00:00
Marc Hoersken
87683d4b76
RELEASE-NOTES: Updated for 63fc8ee7
2014-02-24 22:29:25 +01:00