- Feb 09, 2009
-
-
Daniel Stenberg authored
getaddrinfo() sorts the response list This isn't a libcurl bug since this is how getaddrinfo() is *supposed* to work! Apparently you deal with this using the /etc/gai.conf file.
-
Daniel Stenberg authored
later)
-
- Jan 13, 2009
-
-
Daniel Stenberg authored
multi_socket interfaces. The work-around for apps is to simply remove the easy handle once the time is up. See also: http://curl.haxx.se/bug/view.cgi?id=2501457
-
- Jan 08, 2009
-
-
Dan Fandrich authored
-
- Oct 16, 2008
-
-
Daniel Stenberg authored
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.
-
- Oct 08, 2008
-
-
Daniel Stenberg authored
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.
-
- Aug 24, 2008
-
-
Daniel Stenberg authored
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
-
- Aug 21, 2008
-
-
Daniel Stenberg authored
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
-
- Aug 01, 2008
-
-
Dan Fandrich authored
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).
-
- Jul 29, 2008
-
-
Daniel Stenberg authored
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
-
- May 27, 2008
-
-
Yang Tse authored
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/
-
- May 23, 2008
-
-
Dan Fandrich authored
-
- May 01, 2008
-
-
Daniel Stenberg authored
-
- Jan 31, 2008
-
-
Daniel Stenberg authored
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
-
- Jan 29, 2008
-
-
Daniel Stenberg authored
crash!
-
- Jan 28, 2008
-
-
Daniel Stenberg authored
release but hopefully they'll all be fixed in 7.18.1...
-
- Jan 08, 2008
-
-
Daniel Stenberg authored
-
- Dec 08, 2007
-
-
Daniel Stenberg authored
-
- Oct 07, 2007
-
-
Daniel Stenberg authored
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.
-
- Oct 02, 2007
-
-
Daniel Stenberg authored
Added test case 1008 to verify. Note that #47 is still there.
-
- Sep 24, 2007
-
-
Daniel Stenberg authored
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.
-
- Sep 06, 2007
-
-
Daniel Stenberg authored
-
- Sep 05, 2007
-
-
Dan Fandrich authored
-
- Jul 16, 2007
-
-
Daniel Stenberg authored
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
-
- Jun 18, 2007
-
-
Daniel Stenberg authored
should list the contents of that directory). See test case 351.
-
Daniel Stenberg authored
-
- Jun 07, 2007
-
-
Daniel Stenberg authored
-
- May 25, 2007
-
-
Daniel Stenberg authored
(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.
-
- May 03, 2007
-
-
Daniel Stenberg authored
several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL: http://curl.haxx.se/bug/view.cgi?id=1705802
-
- Apr 10, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
when logging in), the operation will fail since libcurl does detect this and thus fails to issue the correct command: http://curl.haxx.se/bug/view.cgi?id=1693337
-
- Mar 25, 2007
-
-
Daniel Stenberg authored
one over to KNOWN_BUGS
-
- Mar 09, 2007
-
-
Dan Fandrich authored
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
-
- Feb 23, 2007
-
-
Daniel Stenberg authored
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
- Feb 19, 2007
-
-
Daniel Stenberg authored
5).
-
- Feb 18, 2007
-
-
Daniel Stenberg authored
the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure.
-
- Feb 14, 2007
-
-
Dan Fandrich authored
-
- Jan 27, 2007
-
-
Daniel Stenberg authored
platforms.
-
- Jan 02, 2007
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE) are broken on Windows (since 7.16.0, but that's when they were introduced as previous to that the limiting logic was made in the application only and not in the library). It was actually also broken on select()-based systems (as apposed to poll()) but we haven't had any such reports. We now use select(), Sleep() or delay() properly to sleep a while without waiting for anything input or output when the rate limiting is activated with the easy interface.
-