b9f8a4a4 | 27-Sep-2006 |
Daniel Stenberg |
added more explanations |
68e9f757 | 27-Sep-2006 |
Daniel Stenberg |
As reported in bug: #1566077 the former URL mentioned in the generated cookie jar has died and we now instead point out our own version of that |
d569693f | 26-Sep-2006 |
Daniel Stenberg |
Armel Asselin's fix for the RESUME_FROM docu |
15d8bb21 | 25-Sep-2006 |
Yang Tse |
Compiler warning fix |
b2ca777a | 25-Sep-2006 |
Yang Tse |
Compiler warning fix |
ba01198e | 25-Sep-2006 |
Yang Tse |
Compiler warning fix |
6ebd5e17 | 24-Sep-2006 |
Yang Tse |
Compiler warning fix |
2723eda1 | 24-Sep-2006 |
Daniel Stenberg |
Bernard Leak fixed configure --with-gssapi-libs |
1fa3a5cc | 24-Sep-2006 |
Daniel Stenberg |
Cory Nelson made libcurl use the WSAPoll() function if built for Windows Vista (_WIN32_WINNT >= 0x0600) |
fe8aee6b | 24-Sep-2006 |
Daniel Stenberg |
eeep, tab completion error |
0639e2a6 | 24-Sep-2006 |
Daniel Stenberg |
--ftp-ssl-control requires SSL/TLS, it does not "try" it |
f1d70770 | 24-Sep-2006 |
Daniel Stenberg |
allow user in passwd state for test 280 to work (--ftp-alternative-to-user) |
296a7db9 | 23-Sep-2006 |
Daniel Stenberg |
updated numbers |
4c0936e7 | 23-Sep-2006 |
Daniel Stenberg |
minor edits |
0992e391 | 23-Sep-2006 |
Daniel Stenberg |
filled in some docs for the FTP server control commands |
b22aaeef | 23-Sep-2006 |
Daniel Stenberg |
added simple test of --ftp-alternative-to-user |
8090ee0e | 23-Sep-2006 |
Daniel Stenberg |
--ftp-alternative-to-user was missing in the help text |
f7d31bb3 | 23-Sep-2006 |
Daniel Stenberg |
Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only encrypt the control connection and use the data connection "plain". |
9cd92867 | 23-Sep-2006 |
Daniel Stenberg |
standard curl source code headers |
3ea8a4d2 | 23-Sep-2006 |
Daniel Stenberg |
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c so
Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file.
show more ...
|
b0d3ba76 | 21-Sep-2006 |
Dan Fandrich |
-z works on FTP, too |
ab798fe5 | 21-Sep-2006 |
Daniel Stenberg |
(FTP) a failed upload does not invalidate the control connection |
e7d90e08 | 21-Sep-2006 |
Daniel Stenberg |
Added test case 531 in an attempt to repeat bug report #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an FTP upload fails with the multi interface. It did n
Added test case 531 in an attempt to repeat bug report #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an FTP upload fails with the multi interface. It did not, but I made a failed upload still assume the control connection to be fine.
show more ...
|
c2404f77 | 21-Sep-2006 |
Daniel Stenberg |
Extended the explanation for CURLM_CALL_MULTI_PERFORM somewhat. |
ec4a16f2 | 20-Sep-2006 |
Daniel Stenberg |
Armel Asselin fixed problems when you gave a proxy URL with user name and empty password or no password at all. Test case 278 and 279 were added to verify. |