]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't preserve ".." at beginning of path.
[wget] / src / ChangeLog
index 7b45114141be23c807beebd3e26f0dd80c467cd9..46a550feb94cc834cdde767369f91389e84905aa 100644 (file)
@@ -1,3 +1,28 @@
+2006-02-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (path_simplify): Don't preserve ".." at beginning of path.
+       Suggested by Frank McCown.
+
+2006-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): Only use FILE.N.html if FILE.html exists.
+
+2006-02-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * mswindows.c (run_with_timeout): Made thread_hnd non-static.
+
+2006-02-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * retr.c (sleep_between_retrievals): Sleep at a minimum of 1/2 of
+       the specified wait period.
+
+2006-02-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (number_to_string): Don't use sprintf for printing
+       WGINT_MIN; simply divide n by 10 and defer printing the last
+       digit.
+       (number_to_string): Removed the SPRINTF_WGINT macro.
+
 2006-02-03  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * http.c: Fixed support for Content-Disposition header.