X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=566db745f38ad60ad74e8887929a41a1879c0dd3;hp=cdeb55e15bf3560a381039293ff0d8c8f8c6ae95;hb=c3835a425a2b441dd741c7edc1684310141fb385;hpb=8b2954e58a5599817ac9a5e02c144e95712f6927 diff --git a/src/ChangeLog b/src/ChangeLog index cdeb55e1..566db745 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2013-10-17 Andrea Urbani + + * ftp.c (getftp): force "LIST" or "LIST -a" + according to the remote system type. If the remote + system is not known, it tries, only the first time, + "LIST -a", after "LIST" and decides which one to use. + For more information look for "__LIST_A_EXPLANATION__" + * ftp.h (enum ustype): New ustype enum. + * ftp.h (ftp_syst): New enum ustype *unix_type parameter. + * ftp.h (ftp_list): Removed enum stype rs parameter, added. + bool avoid_list_a, bool avoid_list, bool *list_a_used + parameters. + * ftp.h (wget_ftp_fstatus): New AVOID_LIST_A, AVOID_LIST, + LIST_AFTER_LIST_A_CHECK_DONE values. + * ftp-basic.c (ftp_list): it handles the new avoid_list_a, + avoid_list and list_a_used parameters. + * ftp.h (ftp_syst): it stores information about the "215 UNIX" + systems into the new unix_type parameter. + 2013-10-26 Bykov Aleksey * utils.c (match_tail): Fix cookies reject