]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] recur.c: changed type of html_allowed member of struct queue_element to bool.
[wget] / src / ChangeLog
index 46a550feb94cc834cdde767369f91389e84905aa..abbf2e2858e121ec204e54dffd5217df2583135a 100644 (file)
@@ -1,3 +1,39 @@
+2006-03-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * recur.c (struct queue_element): Changed type of html_allowed member
+       to bool.
+       
+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.
+
+       * cmpt.c (memrchr): Define it on systems that don't have it.
+
+       * http.c (extract_param): New function for parsing header values
+       with parameters.
+       (parse_content_disposition): Use it.  Don't allow slashes and
+       backslashes in the file name.
+
 2006-02-27  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c (path_simplify): Don't preserve ".." at beginning of path.