#
159b9162 |
| 02-Mar-2006 |
Daniel Stenberg |
I'm pretty sure #24 is fixed in 7.15.2
|
Revision tags: curl-7_15_2 |
|
#
d2914756 |
| 22-Feb-2006 |
Dan Fandrich |
Fixed test case 57 (KNOWN_BUG #18)
|
#
09897b81 |
| 20-Feb-2006 |
Daniel Stenberg |
ftp upload with url ending with slash
|
#
831bdb9f |
| 16-Feb-2006 |
Dan Fandrich |
Gopher is no longer supported.
|
#
7a37fa4a |
| 15-Feb-2006 |
Daniel Stenberg |
32. (At least on Windows) If libcurl is built with c-ares and there's no DNS server configured in the system, the ares_init() call fails and thus curl_easy_init() fails as well. This caus
32. (At least on Windows) If libcurl is built with c-ares and there's no DNS 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.
show more ...
|
#
c7a63464 |
| 22-Dec-2005 |
Daniel Stenberg |
#31 curl-config --libs" will include details set in LDFLAGS when configure is run that might be needed only for building libcurl.
|
#
ab31cfa6 |
| 12-Dec-2005 |
Daniel Stenberg |
another SOCKS-related problem added
|
#
af1c3979 |
| 12-Dec-2005 |
Daniel Stenberg |
added #29 and #30
|
Revision tags: curl-7_15_1 |
|
#
8c6f654b |
| 05-Dec-2005 |
Dan Fandrich |
Added a run-time check to warn if TFTP is going to fail due to portability issues in the code.
|
#
3e2a52b0 |
| 30-Nov-2005 |
Daniel Stenberg |
#27 is fixed
|
#
e0021658 |
| 07-Nov-2005 |
Daniel Stenberg |
27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike Curl_ossl_connect(), the Curl_gtls_connect() function does not send the user certificate to the peer. In fact, it ignor
27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike 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
show more ...
|
Revision tags: curl-7_15_0 |
|
#
5fbfa1bf |
| 16-Sep-2005 |
Daniel Stenberg |
Added known bugs #26, started using my new "bounce URL" that jumps to the correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number.
|
Revision tags: curl-7_14_1, c-ares-1_3_0 |
|
#
6ba19692 |
| 24-Aug-2005 |
Daniel Stenberg |
fixed #26, GnuTLS CA cert verification
|
#
a1423727 |
| 23-Aug-2005 |
Daniel Stenberg |
known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS
|
#
d5baaf77 |
| 19-Aug-2005 |
Daniel Stenberg |
The big POST to HTTPS is probably not a bug. The CONNECT problem is now bug #25 planned to get fixed in next release.
|
#
34cadb1e |
| 18-Aug-2005 |
Daniel Stenberg |
Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be fixed after 7.14.1
|
#
18f3087a |
| 17-Aug-2005 |
Daniel Stenberg |
removed issue 20 that was about valgrind complaints on other libs/parts, as we have a fancier valgrind error parser these days and it seems to work rather well
|
#
15bc228a |
| 17-Aug-2005 |
Daniel Stenberg |
the SOCKS situation
|
#
910b8b6a |
| 18-May-2005 |
Daniel Stenberg |
#15 is now fixed
|
Revision tags: curl-7_14_0 |
|
#
07e58aaa |
| 02-May-2005 |
Daniel Stenberg |
Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo(
Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At 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.
show more ...
|
Revision tags: curl-7_13_2 |
|
#
bae77c0a |
| 05-Apr-2005 |
Daniel Stenberg |
bug report #1156287, ftp upload from VMS
|
#
8f646eef |
| 17-Mar-2005 |
Daniel Stenberg |
add 'FTP ASCII transfers' here, since they seem to be frequently attempted these days...!
|
#
205f8b26 |
| 11-Mar-2005 |
Dan Fandrich |
Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and
Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects 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.
show more ...
|
Revision tags: curl-7_13_1, before_ftp_statemachine |
|
#
67ff8e3e |
| 05-Feb-2005 |
Daniel Stenberg |
valgrind errors occur too often when 'make test' is used. It is because too many third-party libs and tools have problems. When curl is built without --disable-shared, the testing is done wit
valgrind errors occur too often when 'make test' is used. It is because too 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
show more ...
|
Revision tags: curl-7_13_0 |
|
#
4a9e1254 |
| 01-Feb-2005 |
Daniel Stenberg |
7.13 coming up
|