0e79a894 | 15-Jan-2006 |
Daniel Stenberg |
adjusted to the new concept of the callback |
bebf7066 | 13-Jan-2006 |
Daniel Stenberg |
Andrew Benham fixed a race condition in the test suite that could cause the test script to kill all processes in the current process group! |
d9bd5de0 | 12-Jan-2006 |
Daniel Stenberg |
Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thru HTTP proxy. |
31c7aa0b | 12-Jan-2006 |
Daniel Stenberg |
Michael Jahn fixed ftp over CONNECT |
fc238818 | 10-Jan-2006 |
Daniel Stenberg |
mention the "secret" option as I've got no feedback and it is actually present in 7.15.1 |
44313386 | 10-Jan-2006 |
Daniel Stenberg |
When using a bad path over FTP, as in when libcurl couldn't CWD into all given subdirs, libcurl would still "remember" the full path as if it is the current directory libcurl is in so that th
When using a bad path over FTP, as in when libcurl couldn't CWD into all given subdirs, libcurl would still "remember" the full path as if it is the current directory libcurl is in so that the next curl_easy_perform() would get really confused if it tried the same path again - as it would not issue any CWD commands at all, assuming it is already in the "proper" dir. Starting now, a failed CWD command sets a flag that prevents the path to be "remembered" after returning.
show more ...
|
bda1e9ae | 09-Jan-2006 |
Daniel Stenberg |
Made the copyright year match the latest modification's year. |
4969ca76 | 09-Jan-2006 |
Daniel Stenberg |
Alexander Lazic improved the getservbyport_r() configure check. |
2acd1c16 | 08-Jan-2006 |
Daniel Stenberg |
one more mirror, now fortunately in Japan |
e1e75317 | 08-Jan-2006 |
Daniel Stenberg |
use the proper dash |
f4cc8153 | 07-Jan-2006 |
Daniel Stenberg |
Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxy actually used a new connection and not sent the second request on the first socket! |
e4d8cb4e | 06-Jan-2006 |
Daniel Stenberg |
buildconf fixes |
723a78ae | 06-Jan-2006 |
Daniel Stenberg |
As Alexander Lazic pointed out, run the buildconf from the ares dir if that is present instead of trying to duplicate that stuff in this script. |
cd9d0d7d | 06-Jan-2006 |
Daniel Stenberg |
Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic |
665d4f08 | 05-Jan-2006 |
Daniel Stenberg |
summary of what we have |
00c7780f | 05-Jan-2006 |
Daniel Stenberg |
James Bursa fixes: find the hosts file on RISC OS, and made it build with newer gcc versions that no longer defines "riscos". |
15ab13dc | 05-Jan-2006 |
Daniel Stenberg |
Yang Tse has been helping out |
8a0ca306 | 04-Jan-2006 |
Daniel Stenberg |
modified output to prevent the autobuild system to trap on the 'FAILED' output mistaking it for an actual failed test case |
ea01755b | 04-Jan-2006 |
Gisle Vanem |
Added ares_getsock.obj. |
69c2084a | 04-Jan-2006 |
Daniel Stenberg |
updated test programs to use the API as it currently works |
99c0a1a7 | 04-Jan-2006 |
Daniel Stenberg |
removed easy handle argument from proto |
5acf997e | 04-Jan-2006 |
Daniel Stenberg |
upcoming new error code |
dd87e4ed | 04-Jan-2006 |
Daniel Stenberg |
Andres Garcia made the TFTP test server build with mingw. |
2f8c26ba | 04-Jan-2006 |
Daniel Stenberg |
not much recent stuff, but still I had this modified locally |
81b97938 | 03-Jan-2006 |
Daniel Stenberg |
Added remake of the arpa/tftp.h file to make the TFTP server build on systems without the real header file. |