]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Add support for download of hidden files from FTP.
[wget] / src / ChangeLog
index 54452b5bb394a5069f5e8227376886e2fd21bbba..04fea0d5d645dc2630cb42ec5215947e6be29665 100644 (file)
@@ -1,3 +1,23 @@
+2006-03-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * ftp.c (ftp_list): Try `LIST -a' command first and revert to `LIST'
+       in case of failure.
+
+2006-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c (TOLOWER): Fix definition when STANDALONE.
+       Reported by Beni Serfaty.
+
+2006-03-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * http.c (http_loop): Fixed recursive HTTP retrieval.
+
+2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (extract_param): Declare extern so it can be used from
+       other files.
+       (extract_param): Return error for empty name.
+
 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c (find_last_char): Define in terms of memrchr.