Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-19 | The big POST to HTTPS is probably not a bug. | Daniel Stenberg | |
The CONNECT problem is now bug #25 planned to get fixed in next release. | |||
2005-08-18 | Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be | Daniel Stenberg | |
fixed after 7.14.1 | |||
2005-08-17 | removed issue 20 that was about valgrind complaints on other libs/parts, as | Daniel Stenberg | |
we have a fancier valgrind error parser these days and it seems to work rather well | |||
2005-08-17 | the SOCKS situation | Daniel Stenberg | |
2005-05-18 | #15 is now fixed | Daniel Stenberg | |
2005-05-02 | Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At | Daniel Stenberg | |
least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we use that for FTP PORT/EPRT)! So, I modified the configure check that checks if the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on AIX 4.3 and it will automatically build with IPv6 support disabled. | |||
2005-04-05 | bug report #1156287, ftp upload from VMS | Daniel Stenberg | |
2005-03-17 | add 'FTP ASCII transfers' here, since they seem to be frequently attempted | Daniel Stenberg | |
these days...! | |||
2005-03-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | |
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. | |||
2005-02-05 | valgrind errors occur too often when 'make test' is used. It is because too | Daniel Stenberg | |
many third-party libs and tools have problems. When curl is built without --disable-shared, the testing is done with a front-end script which makes the valgrind testing include (ba)sh as well and that often causes valgrind errors. Either we improve the valgrind error scanner a lot to better identify (lib)curl errors only, or we disable valgrind checking by default | |||
2005-02-01 | 7.13 coming up | Daniel Stenberg | |
2005-01-28 | KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two | Daniel Stenberg | |
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. | |||
2005-01-25 | add number to the bugs to make them easier to refer to | Daniel Stenberg | |
2005-01-25 | two known bugs | Daniel Stenberg | |
2005-01-19 | Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL | Daniel Stenberg | |
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 | |||
2004-12-25 | Test case 241 fails on all systems that support IPv6 but that don't have the | Daniel Stenberg | |
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. | |||
2004-12-23 | Added LDAP library issue. | Dan Fandrich | |
2004-11-21 | the FD_SETSIZE problem is fixed | Daniel Stenberg | |
2004-10-19 | iconv 2.1.3 is considered bad for test case 165 | Daniel Stenberg | |
2004-10-08 | --enable-ares on AIX has problem | Daniel Stenberg | |
2004-08-26 | added some more details | Daniel Stenberg | |
2004-08-20 | Alexander Krasnostavsky made the write callback get called even when a zero | Daniel Stenberg | |
byte file is downloaded. | |||
2004-08-20 | socks proxy and timeouts bug | Daniel Stenberg | |
2004-08-11 | --disable-[protocol] doesn't disable tests of the specific protocol | Daniel Stenberg | |
2004-08-09 | --negotiate does not work without username/password, bug report #1004841 | Daniel Stenberg | |
2004-07-02 | configure --disable-http works these days | Daniel Stenberg | |
2004-05-25 | Bug report #948950, excessive amount of file descriptors might crash libcurl | Daniel Stenberg | |
2004-04-07 | getting only a 100 Continue response and nothing else, when talking HTTP, | Daniel Stenberg | |
is now treated as an error by libcurl | |||
2004-04-07 | --limit-rate using -d or -F does not work | Daniel Stenberg | |
2004-03-30 | one issue less | Daniel Stenberg | |
2004-03-22 | fixed the ntlm problem with longish passwords | Daniel Stenberg | |
2004-03-15 | ntlm and long passwords | Daniel Stenberg | |
2004-03-08 | Removed John Clayton's really odd bug since its never been reported again and | Daniel Stenberg | |
it was quite a long time since he experienced that one. | |||
2004-03-02 | two items fixed, one so old I don't think its valid anymore | Daniel Stenberg | |
2003-12-10 | curl-config bug corrected | Daniel Stenberg | |
2003-12-08 | ares in curl-config | Daniel Stenberg | |
2003-11-12 | a resume http upload bug | Daniel Stenberg | |
2003-10-21 | no colons in user names with USERPWD | Daniel Stenberg | |
2003-10-17 | empty path parts in FTP URLs | Daniel Stenberg | |
2003-10-17 | The 100-continue and no-more-response bug | Daniel Stenberg | |
2003-09-01 | LDAP fixed in CVS (for upcoming 7.10.8) | Daniel Stenberg | |
2003-08-11 | two more known bugs | Daniel Stenberg | |
2003-08-05 | auth problems | Daniel Stenberg | |
2003-06-03 | LDAP problem added as mention in bug report #735752 | Daniel Stenberg | |
2003-05-16 | known AIX ipv6 problems | Daniel Stenberg | |
2003-03-12 | -m on curl on windows with telnet doesn't work | Daniel Stenberg | |
2002-09-09 | configure --disable-http is not properly working | Daniel Stenberg | |
2002-08-22 | bug report #588027 converted to a KNOWN BUG, as we have no intention to | Daniel Stenberg | |
correct this problem within the nearest period | |||
2002-04-24 | no, this doesn't look like it bugs | Daniel Stenberg | |
2002-03-19 | John Clayton's weird explorations in the wonders of the windows tcp/ip | Daniel Stenberg | |
stack ;-) |