#
a97ab4f9 |
| 08-Jan-2009 |
Dan Fandrich |
Added a few more issues
|
Revision tags: curl-7_19_2, curl-7_19_1 |
|
#
a9a4300a |
| 16-Oct-2008 |
Daniel Stenberg |
- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then make CURLOPT_PROXYUSERPWD sort of deprecated. The primary motive for adding these new options is that they h
- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then make CURLOPT_PROXYUSERPWD sort of deprecated. The primary motive for adding these new options is that they have no problems with the colon separator that the CURLOPT_PROXYUSERPWD option does.
show more ...
|
#
08cf6780 |
| 08-Oct-2008 |
Daniel Stenberg |
- Igor Novoseltsev brought a patch that introduced two new options to curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of deprecates the good old CURLOPT_USERPWD since th
- Igor Novoseltsev brought a patch that introduced two new options to curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of deprecates the good old CURLOPT_USERPWD since they allow applications to set the user name and password independently and perhaps more importantly allow both to contain colon(s) which CURLOPT_USERPWD doesn't fully support.
show more ...
|
Revision tags: curl-7_19_0 |
|
#
f29d223e |
| 24-Aug-2008 |
Daniel Stenberg |
58. It seems sensible to be able to use CURLOPT_NOBODY and CURLOPT_FAILONERROR with FTP to detect if a file exists or not, but it is not working: http://curl.haxx.se/mail/lib-2008-07/029
58. It seems sensible to be able to use CURLOPT_NOBODY and CURLOPT_FAILONERROR with FTP to detect if a file exists or not, but it is not working: http://curl.haxx.se/mail/lib-2008-07/0295.html
show more ...
|
#
6cb1e3f3 |
| 21-Aug-2008 |
Daniel Stenberg |
57. On VMS-Alpha: When using an http-file-upload the file is not sent to the Server with the correct content-length. Sending a file with 511 or less bytes, content-length 512 is used. S
57. On VMS-Alpha: When using an http-file-upload the file is not sent to the Server with the correct content-length. Sending a file with 511 or less bytes, content-length 512 is used. Sending a file with 513 - 1023 bytes, content-length 1024 is used. Files with a length of a multiple of 512 Bytes show the correct content-length. Only these files work for upload. http://curl.haxx.se/bug/view.cgi?id=2057858
show more ...
|
#
9251dd7b |
| 01-Aug-2008 |
Dan Fandrich |
User names embedded in proxy URLs without a password were parsed incorrectly--the host name is treated as part of the user name and the port number becomes the password. This can be observed
User names embedded in proxy URLs without a password were parsed incorrectly--the host name is treated as part of the user name and the port number becomes the password. This can be observed in test 279 (was KNOWN_ISSUE #54).
show more ...
|
#
b39d409a |
| 29-Jul-2008 |
Daniel Stenberg |
56. When libcurl sends CURLOPT_POSTQUOTE commands when connected to a SFTP server using the multi interface, the commands are not being sent correctly and instead the connection is "cance
56. When libcurl sends CURLOPT_POSTQUOTE commands when connected to a SFTP server using the multi interface, the commands are not being sent correctly and instead the connection is "cancelled" (the operation is considered done) prematurely. There is a half-baked (busy-looping) patch provided in the bug report but it cannot be accepted as-is. See http://curl.haxx.se/bug/view.cgi?id=2006544
show more ...
|
Revision tags: curl-7_18_2 |
|
#
c62d5534 |
| 27-May-2008 |
Yang Tse |
Known bug #55, libcurl fails to build with MIT Kerberos for Windows (KfW) due to KfW's library header files exporting symbols/macros that should be kept private to the KfW library. See ticket
Known bug #55, libcurl fails to build with MIT Kerberos for Windows (KfW) due to KfW's library header files exporting symbols/macros that should be kept private to the KfW library. See ticket #5601 at http://krbdev.mit.edu/rt/
show more ...
|
#
ddfbe8b6 |
| 23-May-2008 |
Dan Fandrich |
Added some more to do items and a known bug.
|
#
459c6640 |
| 01-May-2008 |
Daniel Stenberg |
53. SFTP busy-loop problem when doing SFTP uploads.
|
Revision tags: curl-7_18_1 |
|
#
b3186dee |
| 31-Jan-2008 |
Daniel Stenberg |
bug 51 may possibly be fixed, and as such it is not a known bug anymore: 51.Kevin Reed's reported problem with a proxy when doing CONNECT and it wants NTLM and close the connection to
bug 51 may possibly be fixed, and as such it is not a known bug anymore: 51.Kevin Reed's reported problem with a proxy when doing CONNECT and it wants NTLM and close the connection to the initial CONNECT response: http://curl.haxx.se/bug/view.cgi?id=1879375
show more ...
|
#
1bfbd250 |
| 29-Jan-2008 |
Daniel Stenberg |
- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously crash!
|
Revision tags: curl-7_18_0 |
|
#
6bae091c |
| 28-Jan-2008 |
Daniel Stenberg |
Add the three currently discussed bugs that won't make it into the 7.18.0 release but hopefully they'll all be fixed in 7.18.1...
|
#
07227e80 |
| 08-Jan-2008 |
Daniel Stenberg |
added the --retry problems mention on the curl-library list today
|
#
6e927622 |
| 08-Dec-2007 |
Daniel Stenberg |
cleanup
|
Revision tags: curl-7_17_1 |
|
#
08fd1829 |
| 07-Oct-2007 |
Daniel Stenberg |
Known bug #47, which confused libcurl if doing NTLM auth over a proxy with a response that was larger than 16KB is now improved slightly so that now the restriction at 16KB is for the headers
Known bug #47, which confused libcurl if doing NTLM auth over a proxy with a response that was larger than 16KB is now improved slightly so that now the restriction at 16KB is for the headers only and it should be a rare situation where the response-headers exceed 16KB. Thus, I consider #47 fixed and the header limitation is now known as known bug #48.
show more ...
|
#
11936474 |
| 02-Oct-2007 |
Daniel Stenberg |
known bug #46: chunked-encoded CONNECT responses from a http proxy now works. Added test case 1008 to verify. Note that #47 is still there.
|
#
775f86cb |
| 24-Sep-2007 |
Daniel Stenberg |
Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle URLs ending with a slash properly (it should list the contents of that directory). Test case 351 brought back and als
Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle URLs ending with a slash properly (it should list the contents of that directory). Test case 351 brought back and also test 1010 was added.
show more ...
|
Revision tags: curl-7_17_0 |
|
#
0ff311aa |
| 06-Sep-2007 |
Daniel Stenberg |
two new CONNECT response problems that have appeared
|
#
6fd1cfea |
| 05-Sep-2007 |
Dan Fandrich |
Minor updates
|
Revision tags: curl-7_17_0-preldapfix |
|
#
b85b56a7 |
| 16-Jul-2007 |
Daniel Stenberg |
45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names. getaddrinfo() sorts the response list which effectively kills how libcurl deals with round-robin DNS entries. A
45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names. getaddrinfo() sorts the response list which effectively kills how libcurl deals with round-robin DNS entries. All details: http://curl.haxx.se/mail/lib-2007-07/0168.html initial suggested function to use for randomizing the response: http://curl.haxx.se/mail/lib-2007-07/0178.html
show more ...
|
Revision tags: curl-7_16_4, curl-7_16_3 |
|
#
eb965e2a |
| 18-Jun-2007 |
Daniel Stenberg |
44. --ftp-method nocwd does not handle URLs ending with a slash properly (it should list the contents of that directory). See test case 351.
|
#
4e35395d |
| 18-Jun-2007 |
Daniel Stenberg |
Daniel Johnson reported the tests now run fine on OS X!
|
#
2ea05233 |
| 07-Jun-2007 |
Daniel Stenberg |
bug #1720605, There seems to be a problem when connecting to the Microsoft telnet server
|
#
fe1fe64f |
| 25-May-2007 |
Daniel Stenberg |
Rob Crittenden fixed bug #1705802 (http://curl.haxx.se/bug/view.cgi?id=1705802), which was filed by Daniel Black identifying several FTP-SSL test cases fail when we build libcurl with NSS
Rob Crittenden fixed bug #1705802 (http://curl.haxx.se/bug/view.cgi?id=1705802), which was filed by Daniel Black identifying several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL. Listed as #42 in KNOWN_BUGS.
show more ...
|