Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-22 | Fixed test case 57 (KNOWN_BUG #18) | Dan Fandrich | |
2006-02-20 | ftp upload with url ending with slash | Daniel Stenberg | |
2006-02-16 | Gopher is no longer supported. | Dan Fandrich | |
2006-02-15 | 32. (At least on Windows) If libcurl is built with c-ares and there's no DNS | Daniel Stenberg | |
server configured in the system, the ares_init() call fails and thus curl_easy_init() fails as well. This causes weird effects for people who use numerical IP addresses only. | |||
2005-12-22 | #31 curl-config --libs" will include details set in LDFLAGS when configure is | Daniel Stenberg | |
run that might be needed only for building libcurl. | |||
2005-12-12 | another SOCKS-related problem added | Daniel Stenberg | |
2005-12-12 | added #29 and #30 | Daniel Stenberg | |
2005-12-05 | Added a run-time check to warn if TFTP is going to fail due to portability | Dan Fandrich | |
issues in the code. | |||
2005-11-30 | #27 is fixed | Daniel Stenberg | |
2005-11-07 | 27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike | Daniel 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-16 | Added known bugs #26, started using my new "bounce URL" that jumps to the | Daniel Stenberg | |
correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number. | |||
2005-08-24 | fixed #26, GnuTLS CA cert verification | Daniel Stenberg | |
2005-08-23 | known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS | Daniel Stenberg | |
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 | |