@@ -14,7 +14,7 @@ Daniel Stenberg (13 Feb 2010)
14
14
- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4
15
15
16
16
(http://curl.haxx.se/bug/view.cgi?id=2951319)
17
-
17
+
18
18
- Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.
19
19
20
20
(http://curl.haxx.se/bug/view.cgi?id=2951269)
@@ -244,7 +244,7 @@ Daniel Stenberg (26 Dec 2009)
244
244
Daniel Stenberg (17 Dec 2009)
245
245
- David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when
246
246
available.
247
-
247
+
248
248
- Follow-up fix for the proxy fix I did for Jon Nelson's bug. It turned out I
249
249
was a bit too quick and broke test case 1101 with that change. The order of
250
250
some of the setups is sensitive. I now changed it slightly again to make
@@ -435,7 +435,7 @@ Daniel Stenberg (11 Nov 2009)
435
435
in the DNS cache would linger too long if the request that added it was in
436
436
use that long. He also provided the patch that now makes libcurl capable of
437
437
still doing a request while the DNS hash entry may get timed out.
438
-
438
+
439
439
- Christian Schmitz noticed that the progress meter/callback was not properly
440
440
used during the FTP connection phase (after the actual TCP connect), while
441
441
it of course should be. I also made the speed check get called correctly so
@@ -530,7 +530,7 @@ Daniel Stenberg (1 Oct 2009)
530
530
him grief. This is a regression that was introduced in 7.19.1 and I find it
531
531
strange it hasn't hit us harder, but I won't persue into figuring out
532
532
exactly why.
533
-
533
+
534
534
- Constantine Sapuntzakis: The current implementation will always set
535
535
SO_SNDBUF to CURL_WRITE_SIZE even if the SO_SNDBUF starts out larger. The
536
536
patch doesn't do a setsockopt if SO_SNDBUF is already greater than
@@ -564,7 +564,7 @@ Daniel Stenberg (25 Sep 2009)
564
564
(http://curl.haxx.se/bug/view.cgi?id=2861587) identifying that libcurl used
565
565
the OpenSSL function X509_load_crl_file() wrongly and failed if it would
566
566
load a CRL file with more than one certificate within. This is now fixed.
567
-
567
+
568
568
Daniel Stenberg (16 Sep 2009)
569
569
- Sven Anders reported that we introduced a cert verfication flaw for OpenSSL-
570
570
powered libcurl in 7.19.6. If there was a X509v3 Subject Alternative Name
@@ -787,7 +787,7 @@ Michal Marek (15 Jul 2009)
787
787
Guenter Knauf (14 Jul 2009)
788
788
- renamed generated config.h to curl_config.h to avoid any future clashes
789
789
with config.h from other projects.
790
-
790
+
791
791
Daniel Stenberg (9 Jul 2009)
792
792
- Eric Wong introduced curlx_nonblock() that the curl tool now (re-)uses for
793
793
setting a file descriptor non-blocking. Used by the functionality Eric
@@ -1239,7 +1239,7 @@ Yang Tse (2 Apr 2009)
1239
1239
1240
1240
Daniel Stenberg (1 Apr 2009)
1241
1241
- Andre Guibert de Bruet fixed a NULL pointer use in an infof() call if a
1242
- strdup() call failed.
1242
+ strdup() call failed.
1243
1243
1244
1244
Daniel Fandrich (31 Mar 2009)
1245
1245
- Properly return an error code in curl_easy_recv (reported by Jim Freeman).
@@ -1248,7 +1248,7 @@ Daniel Stenberg (18 Mar 2009)
1248
1248
- Kamil Dudka brought a patch that enables 6 additional crypto algorithms when
1249
1249
NSS is used. These ciphers were added in NSS 3.4 and require to be enabled
1250
1250
explicitly.
1251
-
1251
+
1252
1252
Daniel Stenberg (13 Mar 2009)
1253
1253
- Use libssh2_version() to present the libssh2 version in case the libssh2
1254
1254
library is found to support it.
@@ -1268,8 +1268,8 @@ Yang Tse (11 Mar 2009)
1268
1268
reported by Pierre Brico.
1269
1269
1270
1270
Daniel Stenberg (9 Mar 2009)
1271
- - Frank Hempel found out a bug and provided the fix:
1272
-
1271
+ - Frank Hempel found out a bug and provided the fix:
1272
+
1273
1273
curl_easy_duphandle did not necessarily duplicate the CURLOPT_COOKIEFILE
1274
1274
option. It only enabled the cookie engine in the destination handle if
1275
1275
data->cookies is not NULL (where data is the source handle). In case of a
@@ -1288,7 +1288,7 @@ Daniel Stenberg (9 Mar 2009)
1288
1288
checkouts who don't do cvs update with the -d option won't get the new dirs
1289
1289
and then will get funny outputs that can be a bit hard to understand and
1290
1290
fix.
1291
-
1291
+
1292
1292
Daniel Stenberg (8 Mar 2009)
1293
1293
- Andre Guibert de Bruet found and fixed a code segment in ssluse.c where the
1294
1294
allocation of the memory BIO was not being properly checked.
@@ -1361,7 +1361,7 @@ Daniel Stenberg (25 Feb 2009)
1361
1361
just to avoid it to fail very early when libgcrypt dislikes the situation,
1362
1362
but that move was bad and the fix should rather be in libgcrypt or
1363
1363
elsewhere.
1364
-
1364
+
1365
1365
Daniel Stenberg (24 Feb 2009)
1366
1366
- Brian J. Murrell found out that Negotiate proxy authentication didn't work.
1367
1367
It happened because the code used the struct for server-based auth all the
@@ -1395,7 +1395,7 @@ Daniel Stenberg (20 Feb 2009)
1395
1395
necessary to get read in ftp_done().
1396
1396
1397
1397
Daniel Stenberg (19 Feb 2009)
1398
- - Patrik Thunstrom reported a problem and helped me repeat it. It turned out
1398
+ - Patrik Thunstrom reported a problem and helped me repeat it. It turned out
1399
1399
libcurl did a superfluous 1000ms wait when doing SFTP downloads!
1400
1400
1401
1401
We read data with libssh2 while doing the "DO" operation for SFTP and then
@@ -1525,7 +1525,7 @@ Daniel Stenberg (26 Jan 2009)
1525
1525
1526
1526
- Alexey Borzov filed bug report #2535504
1527
1527
(http://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with
1528
- quoted quotation marks in HTTP Digest headers didn't work. I've now added
1528
+ quoted quotation marks in HTTP Digest headers didn't work. I've now added
1529
1529
test case 1095 that verifies my fix.
1530
1530
1531
1531
- Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.
@@ -1676,7 +1676,7 @@ Daniel Stenberg (29 Dec 2008)
1676
1676
Daniel Stenberg (28 Dec 2008)
1677
1677
- Peter Korsgaard fixed building libcurl with "configure --with-ssl
1678
1678
--disable-verbose".
1679
-
1679
+
1680
1680
- Anthony Bryan fixed more language and spelling flaws in man pages.
1681
1681
1682
1682
Daniel Stenberg (22 Dec 2008)
0 commit comments