#
4551e7ce |
| 28-Jan-2005 |
Daniel Stenberg |
KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two curl_easy_perform() invokes. It was previously unlocked at disconnect, which could mean that it remained locked betwe
KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two curl_easy_perform() invokes. It was previously unlocked at disconnect, which could mean that it remained locked between multiple transfers. The DNS cache may not live as long as the connection cache does, as they are separate. To deal with the lack of DNS (host address) data availability in re-used connections, libcurl now keeps a copy of the IP adress as a string, to be able to show it even on subsequent requests on the same connection.
show more ...
|
#
b942a25a |
| 25-Jan-2005 |
Daniel Stenberg |
add number to the bugs to make them easier to refer to
|
#
beab9a96 |
| 25-Jan-2005 |
Daniel Stenberg |
two known bugs
|
#
3050ae57 |
| 19-Jan-2005 |
Daniel Stenberg |
Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN
Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL contains %0a or %0d in the user, password or CWD parts. (A future fix would include doing it for %00 as well - see KNOWN_BUGS for details.) Test case 225 and 226 were added to verify this
show more ...
|
#
4f4ffa98 |
| 25-Dec-2004 |
Daniel Stenberg |
Test case 241 fails on all systems that support IPv6 but that don't have the host name 'ip6-localhost' in /etc/hosts (or similar) since the test case uses that host name to test the IPv6 name
Test case 241 fails on all systems that support IPv6 but that don't have the host name 'ip6-localhost' in /etc/hosts (or similar) since the test case uses that host name to test the IPv6 name to address resolver.
show more ...
|
#
f5e0ff21 |
| 23-Dec-2004 |
Dan Fandrich |
Added LDAP library issue.
|
Revision tags: curl-7_12_3 |
|
#
4be60ac1 |
| 21-Nov-2004 |
Daniel Stenberg |
the FD_SETSIZE problem is fixed
|
#
18d80b9e |
| 19-Oct-2004 |
Daniel Stenberg |
iconv 2.1.3 is considered bad for test case 165
|
Revision tags: curl-7_12_2 |
|
#
298076e0 |
| 08-Oct-2004 |
Daniel Stenberg |
--enable-ares on AIX has problem
|
#
b3ebbd60 |
| 26-Aug-2004 |
Daniel Stenberg |
added some more details
|
#
cd52b9f0 |
| 20-Aug-2004 |
Daniel Stenberg |
Alexander Krasnostavsky made the write callback get called even when a zero byte file is downloaded.
|
#
c3d74ffe |
| 20-Aug-2004 |
Daniel Stenberg |
socks proxy and timeouts bug
|
#
0ca1b6af |
| 11-Aug-2004 |
Daniel Stenberg |
--disable-[protocol] doesn't disable tests of the specific protocol
|
Revision tags: curl-7_12_1 |
|
#
f4783bda |
| 09-Aug-2004 |
Daniel Stenberg |
--negotiate does not work without username/password, bug report #1004841
|
#
950aa1c7 |
| 02-Jul-2004 |
Daniel Stenberg |
configure --disable-http works these days
|
Revision tags: pre-aifix, curl-7_12_0 |
|
#
11ee9540 |
| 25-May-2004 |
Daniel Stenberg |
Bug report #948950, excessive amount of file descriptors might crash libcurl
|
Revision tags: curl-7_11_2, c-ares-1_2_0 |
|
#
72b1144b |
| 07-Apr-2004 |
Daniel Stenberg |
getting only a 100 Continue response and nothing else, when talking HTTP, is now treated as an error by libcurl
|
#
348fe0e2 |
| 07-Apr-2004 |
Daniel Stenberg |
--limit-rate using -d or -F does not work
|
#
64cc14e9 |
| 30-Mar-2004 |
Daniel Stenberg |
one issue less
|
#
a784bd07 |
| 22-Mar-2004 |
Daniel Stenberg |
fixed the ntlm problem with longish passwords
|
Revision tags: curl-7_11_1 |
|
#
4a6b9972 |
| 15-Mar-2004 |
Daniel Stenberg |
ntlm and long passwords
|
#
e94c46c0 |
| 08-Mar-2004 |
Daniel Stenberg |
Removed John Clayton's really odd bug since its never been reported again and it was quite a long time since he experienced that one.
|
#
33d67c68 |
| 02-Mar-2004 |
Daniel Stenberg |
two items fixed, one so old I don't think its valid anymore
|
Revision tags: curl-7_11_0 |
|
#
9825d819 |
| 10-Dec-2003 |
Daniel Stenberg |
curl-config bug corrected
|
#
bc372815 |
| 08-Dec-2003 |
Daniel Stenberg |
ares in curl-config
|