]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Skip HEAD request and start immediately with GET if -O is given.
[wget] / src / ChangeLog
index bf9e16eea76657957f390b141ef335ecfb86ef3b..aa9e01b490fa8c3865271c04b811b8fc0054cc4c 100644 (file)
@@ -1,3 +1,27 @@
+2007-07-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * http.c (http_loop): Skip HEAD request and start immediately with GET
+       if -O is given.
+
+2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (print_server_response): Escape non-printable characters
+       in server respone.
+
+2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * netrc.c: Don't make netrc_list static, as it prevents
+       compilation with DEBUG_MALLOC.
+
+       * utils.c (aprintf): Don't use vasprintf when DEBUG_MALLOC is
+       requested because, in that case, we want the calls to malloc to be
+       coming from us.
+
+2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cookies.c (parse_set_cookie): Would erroneously discard cookies
+       with unparsable expiry time.
+
 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * progress.c (create_image): Check for ETA overflow.