@@ -343,7 +343,7 @@ Daniel Stenberg (23 Mar 2010)
343
343
(https://curl.haxx.se/bug/view.cgi?id=2963679)
344
344
345
345
- Akos Pasztory filed debian bug report #572276
346
- http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572276 mentioning a problem
346
+ https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572276 mentioning a problem
347
347
with a resource that returns chunked-encoded _and_ with a Content-Length
348
348
and libcurl failed to properly ignore the latter information.
349
349
@@ -1608,7 +1608,7 @@ Daniel Stenberg (28 Apr 2009)
1608
1608
- Constantine Sapuntzakis filed bug report #2783090
1609
1609
(https://curl.haxx.se/bug/view.cgi?id=2783090) pointing out that on windows
1610
1610
we need to grow the SO_SNDBUF buffer somewhat to get really good upload
1611
- speeds. http ://support.microsoft.com/kb/823764 has the details. Friends
1611
+ speeds. https ://support.microsoft.com/kb/823764 has the details. Friends
1612
1612
confirmed that simply adding 32 to CURL_MAX_WRITE_SIZE is enough.
1613
1613
1614
1614
- Bug report #2709004 (https://curl.haxx.se/bug/view.cgi?id=2709004) by Tim
@@ -3290,7 +3290,7 @@ Daniel Fandrich (25 Jun 2008)
3290
3290
3291
3291
Daniel Stenberg (22 Jun 2008)
3292
3292
- Eduard Bloch filed the debian bug report #487567
3293
- (http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487567) pointing out that
3293
+ (https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487567) pointing out that
3294
3294
libcurl used Content-Range: instead of Range when doing a range request with
3295
3295
--head (CURLOPT_NOBODY). This is now fixed and test case 1032 was added to
3296
3296
verify.
@@ -3486,7 +3486,7 @@ Michal Marek (9 May 2008)
3486
3486
3487
3487
Daniel Stenberg (7 May 2008)
3488
3488
- Liam Healy filed the debian bug report #480044
3489
- (http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480044) identifying a
3489
+ (https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480044) identifying a
3490
3490
segfault when using krb5 ftp, but the krb4 code had the same problem.
3491
3491
3492
3492
Yang Tse (7 May 2008)
@@ -3896,7 +3896,7 @@ Daniel S (3 Feb 2008)
3896
3896
Daniel S (31 Jan 2008)
3897
3897
- Niklas Angebrand made the cookie support in libcurl properly deal with the
3898
3898
"HttpOnly" feature introduced by Microsoft and apparently also supported by
3899
- Firefox: http ://msdn2 .microsoft.com/en-us/library/ms533046.aspx . HttpOnly
3899
+ Firefox: https ://msdn .microsoft.com/en-us/library/ms533046.aspx . HttpOnly
3900
3900
is now supported when received from servers in HTTP headers, when written to
3901
3901
cookie jars and when read from existing cookie jars.
3902
3902
@@ -5538,7 +5538,7 @@ Daniel (13 February 2007)
5538
5538
5539
5539
Daniel (12 February 2007)
5540
5540
- Rob Crittenden added support for NSS (Network Security Service) for the
5541
- SSL/TLS layer. http ://www .mozilla.org/projects/security/pki/nss/
5541
+ SSL/TLS layer. https ://developer .mozilla.org/en-US/docs/Mozilla/Projects/NSS
5542
5542
5543
5543
This is the fourth supported library for TLS/SSL that libcurl supports!
5544
5544
@@ -5696,7 +5696,7 @@ Daniel (2 January 2007)
5696
5696
- Modified libcurl.pc.in to use Libs.private for the libs libcurl itself needs
5697
5697
to get built static. It has been mentioned before and was again brought to
5698
5698
our attention by Nathanael Nerode who filed debian bug report #405226
5699
- (http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226).
5699
+ (https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405226).
5700
5700
5701
5701
Daniel (29 December 2006)
5702
5702
- Make curl_easy_duphandle() set the magic number in the new handle.
@@ -6287,7 +6287,7 @@ Daniel (8 June 2006)
6287
6287
route of skipping them for *-*-cygwin*.
6288
6288
6289
6289
The third patch replaces all uses of the ancient and obsolete __CYGWIN32__
6290
- with __CYGWIN__. Ref: <http ://cygwin.com/ml/cygwin/2003-09/msg01520.html>.
6290
+ with __CYGWIN__. Ref: <https ://cygwin.com/ml/cygwin/2003-09/msg01520.html>.
6291
6291
6292
6292
Daniel (7 June 2006)
6293
6293
- Mikael Sennerholm provided a patch that added NTLM2 session response support
@@ -6854,7 +6854,7 @@ Daniel (14 November 2005)
6854
6854
but it should not do any harm. https://curl.haxx.se/bug/view.cgi?id=1356715
6855
6855
6856
6856
- Jan Kunder's debian bug report
6857
- http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird
6857
+ https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird
6858
6858
error message for when you try to upload a file and the requested directory
6859
6859
doesn't exist on the target server.
6860
6860
@@ -6864,7 +6864,7 @@ Daniel (14 November 2005)
6864
6864
Daniel (13 November 2005)
6865
6865
- Debian bug report 338681 by Jan Kunder: make curl better detect and report
6866
6866
bad limit-rate units:
6867
- http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now curl will return
6867
+ https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338681 Now curl will return
6868
6868
error if a bad unit is used.
6869
6869
6870
6870
- Thanks to this nice summary of poll() implementations:
@@ -7040,15 +7040,15 @@ Daniel (27 September 2005)
7040
7040
7041
7041
Daniel (21 September 2005)
7042
7042
- Fixed "cut off" sentence in the libcurl-tutorial man page:
7043
- http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305
7043
+ https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305
7044
7044
7045
7045
- Clarified in the curl_easy_setopt man page what the default
7046
7046
CURLOPT_WRITEFUNCTION and CURLOPT_WRITEDATA mean:
7047
- http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329311
7047
+ https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329311
7048
7048
7049
7049
- Clarified in the curl_easy_setopt man page that CURLOPT_ERRORBUFFER
7050
7050
sometimes doesn't fill in the buffer even though it is supposed to:
7051
- http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329313
7051
+ https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329313
7052
7052
7053
7053
- When CURLE_URL_MALFORMAT is returned due to a missing URL, it now has an
7054
7054
error string set.
@@ -7075,7 +7075,7 @@ Daniel (6 September 2005)
7075
7075
Daniel (4 September 2005)
7076
7076
- I applied Nicolas Fran�ois' man page patch he posted to the Debian bug
7077
7077
tracker. It corrected two lines that started with apostrophes, which isn't
7078
- legal nroff format. http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326511
7078
+ legal nroff format. https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326511
7079
7079
7080
7080
- Added --ftp-skip-pasv-ip to the command line tool, that sets the new
7081
7081
CURLOPT_FTP_SKIP_PASV_IP option. It makes libcurl re-use the control
@@ -7301,7 +7301,7 @@ Daniel (30 May 2005)
7301
7301
- Eric Cooper reported about a problem with HTTP servers that responds with
7302
7302
binary zeroes within the headers. They confused libcurl to do wrong so the
7303
7303
downloaded headers become incomplete. The fix is now verified with test case
7304
- 262. http ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310948
7304
+ 262. https ://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310948
7305
7305
7306
7306
Daniel (25 May 2005)
7307
7307
- Fixed problems with the test suite, and in particular the FTP test cases
@@ -7658,7 +7658,7 @@ Daniel (4 March 2005)
7658
7658
Daniel (22 February 2005)
7659
7659
- NTLM and ftp-krb4 buffer overflow fixed, as reported here:
7660
7660
http://www.securityfocus.com/archive/1/391042 and the CAN report here:
7661
- http ://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0490
7661
+ https ://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0490
7662
7662
7663
7663
If these security guys were serious, we'd been notified in advance and we
7664
7664
could've saved a few of you a little surprise, but now we weren't.
@@ -7918,7 +7918,7 @@ Daniel (13 January 2005)
7918
7918
http://www.greenhills.co.uk/mak/gentoo/curl-eintr-bug.c, I now made the
7919
7919
select() and poll() calls properly loop if they return -1 and errno is
7920
7920
EINTR. glibc docs for this is found here:
7921
- http ://www.gnu.org/software/libc/manual/html_node/Interrupted-Primitives.html
7921
+ https ://www.gnu.org/software/libc/manual/html_node/Interrupted-Primitives.html
7922
7922
7923
7923
This last link says BSD doesn't have this "effect". Will there be a problem
7924
7924
if we do this unconditionally?
@@ -12542,7 +12542,7 @@ Daniel (16 March 2002)
12542
12542
PASV ftp transfers. It could make libcurl crash.
12543
12543
12544
12544
Details in bug report #530562:
12545
- http ://sourceforge.net/tracker/?func=detail&atid=100976&aid=530562&group_id=976
12545
+ https ://sourceforge.net/p/curl/bugs/178/
12546
12546
12547
12547
Daniel (15 March 2002)
12548
12548
- Jun-ichiro itojun Hagino filed bug report #530204 that clearly pointed out
@@ -12922,7 +12922,7 @@ Daniel (17 January 2002)
12922
12922
12923
12923
- Richard Archer brought back the ability to compile and build with OpenSSL
12924
12924
versions before 0.9.5.
12925
- [http ://sourceforge.net/tracker/?func=detail&atid=100976&aid=504163&group_id=976 ]
12925
+ [https ://sourceforge.net/p/curl/bugs/149/ ]
12926
12926
12927
12927
- The DNS cache code didn't take the port number into account, which made it
12928
12928
work rather bad on IPv6-enabled hosts (especially when doing passive
0 commit comments