be1df3ca | 19-Sep-2004 |
Gunter Knauf |
removed getdate.c hack. |
543ab6f3 | 19-Sep-2004 |
Daniel Stenberg |
added URL to the exception paragraph in the GPL FAQ |
2b6f7ef2 | 19-Sep-2004 |
Daniel Stenberg |
the error message fix for failed connects |
0d37f856 | 19-Sep-2004 |
Daniel Stenberg |
kill trailing whitespace and clarify a few errors |
6cd25360 | 19-Sep-2004 |
Daniel Stenberg |
set an error message when connection fails |
60fccf4e | 17-Sep-2004 |
Daniel Stenberg |
Location:-follow problem |
8a802839 | 16-Sep-2004 |
Daniel Stenberg |
one more option, one more friend |
6a06667c | 16-Sep-2004 |
Daniel Stenberg |
Added CURLOPT_FTPSSLAUTH |
25bf2310 | 16-Sep-2004 |
Daniel Stenberg |
Location: problem with bad original URL, identified in bug report #1029478 |
2544c780 | 16-Sep-2004 |
Daniel Stenberg |
Bertrand Demiddelaer's correction |
40b9b6f6 | 16-Sep-2004 |
Daniel Stenberg |
ftp-ssl mistake corrected |
f5e1bedd | 15-Sep-2004 |
Daniel Stenberg |
no more getdate.c to care about |
d4076c9a | 15-Sep-2004 |
Daniel Stenberg |
fixed to use the new file. Can we make this use Makefile.inc somehow? |
106695d4 | 15-Sep-2004 |
Daniel Stenberg |
the new date parser affects -z |
f71b3f48 | 15-Sep-2004 |
Daniel Stenberg |
Replaced the former date parser with a rewrite. No more yacc/bison needed. |
aa8dd932 | 14-Sep-2004 |
Daniel Stenberg |
ignore more |
adbe3eef | 13-Sep-2004 |
Daniel Stenberg |
and moved back the month array to a static one since the ftp code won't need it anymore |
33f69c05 | 13-Sep-2004 |
Daniel Stenberg |
removed this file again, we only provide a single public function and that is already in the public header file |
6c3a87a5 | 13-Sep-2004 |
Daniel Stenberg |
no longer includes getdate.h, there's no need for it |
13cc010e | 13-Sep-2004 |
Daniel Stenberg |
getdate.h is not required to include, it adds nothing new |
e99bf998 | 13-Sep-2004 |
Daniel Stenberg |
revert the change for the new date parser, as the new one can deal with the old format now |
2e7dcc1e | 13-Sep-2004 |
Daniel Stenberg |
support for YYYYMMDD added, which allows us to keep using the lib/ftp.c code I was previously #ifdef'ing to a different look when this parser is used |
b85a036e | 13-Sep-2004 |
Daniel Stenberg |
added more examples/docs in the top comment |
7885264b | 13-Sep-2004 |
Daniel Stenberg |
Since many users probably already use local time strings as input, I now made it deal with named time zones as well as mail-style +0200 ones. Seems to work fine. I'm comparing with GNU d
Since many users probably already use local time strings as input, I now made it deal with named time zones as well as mail-style +0200 ones. Seems to work fine. I'm comparing with GNU date command: date -d [date] -u +%s
show more ...
|
73dd4501 | 12-Sep-2004 |
Daniel Stenberg |
describes how you can extract the CA cert from a site using the openssl tool |