aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
AgeCommit message (Collapse)Author
2005-12-12another SOCKS-related problem addedDaniel Stenberg
2005-12-12added #29 and #30Daniel Stenberg
2005-12-05Added a run-time check to warn if TFTP is going to fail due to portabilityDan Fandrich
issues in the code.
2005-11-30#27 is fixedDaniel Stenberg
2005-11-0727. "libcurl built with GNUTLS ignores the SSLCERT option" - UnlikeDaniel Stenberg
Curl_ossl_connect(), the Curl_gtls_connect() function does not send the user certificate to the peer. In fact, it ignores the conn->data->set.cert field completely, it always uses the anonymous credentials. See http://curl.haxx.se/bug/view.cgi?id=1348930
2005-09-16Added known bugs #26, started using my new "bounce URL" that jumps to theDaniel Stenberg
correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number.
2005-08-24fixed #26, GnuTLS CA cert verificationDaniel Stenberg
2005-08-23known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLSDaniel Stenberg
2005-08-19The 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-18Harshal Pradhan's use-after-free bug with ares is now known bug #24 to beDaniel Stenberg
fixed after 7.14.1
2005-08-17removed issue 20 that was about valgrind complaints on other libs/parts, asDaniel Stenberg
we have a fancier valgrind error parser these days and it seems to work rather well
2005-08-17the SOCKS situationDaniel Stenberg
2005-05-18#15 is now fixedDaniel Stenberg
2005-05-02Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. AtDaniel 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-05bug report #1156287, ftp upload from VMSDaniel Stenberg
2005-03-17add 'FTP ASCII transfers' here, since they seem to be frequently attemptedDaniel Stenberg
these days...!
2005-03-11Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan 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-05valgrind errors occur too often when 'make test' is used. It is because tooDaniel 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-017.13 coming upDaniel Stenberg
2005-01-28KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between twoDaniel 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-25add number to the bugs to make them easier to refer toDaniel Stenberg
2005-01-25two known bugsDaniel Stenberg
2005-01-19Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URLDaniel 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-25Test case 241 fails on all systems that support IPv6 but that don't have theDaniel 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-23Added LDAP library issue.Dan Fandrich
2004-11-21the FD_SETSIZE problem is fixedDaniel Stenberg
2004-10-19iconv 2.1.3 is considered bad for test case 165Daniel Stenberg
2004-10-08--enable-ares on AIX has problemDaniel Stenberg
2004-08-26added some more detailsDaniel Stenberg
2004-08-20Alexander Krasnostavsky made the write callback get called even when a zeroDaniel Stenberg
byte file is downloaded.
2004-08-20socks proxy and timeouts bugDaniel Stenberg
2004-08-11--disable-[protocol] doesn't disable tests of the specific protocolDaniel Stenberg
2004-08-09--negotiate does not work without username/password, bug report #1004841Daniel Stenberg
2004-07-02configure --disable-http works these daysDaniel Stenberg
2004-05-25Bug report #948950, excessive amount of file descriptors might crash libcurlDaniel Stenberg
2004-04-07getting 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 workDaniel Stenberg
2004-03-30one issue lessDaniel Stenberg
2004-03-22fixed the ntlm problem with longish passwordsDaniel Stenberg
2004-03-15ntlm and long passwordsDaniel Stenberg
2004-03-08Removed John Clayton's really odd bug since its never been reported again andDaniel Stenberg
it was quite a long time since he experienced that one.
2004-03-02two items fixed, one so old I don't think its valid anymoreDaniel Stenberg
2003-12-10curl-config bug correctedDaniel Stenberg
2003-12-08ares in curl-configDaniel Stenberg
2003-11-12a resume http upload bugDaniel Stenberg
2003-10-21no colons in user names with USERPWDDaniel Stenberg
2003-10-17empty path parts in FTP URLsDaniel Stenberg
2003-10-17The 100-continue and no-more-response bugDaniel Stenberg
2003-09-01LDAP fixed in CVS (for upcoming 7.10.8)Daniel Stenberg
2003-08-11two more known bugsDaniel Stenberg