]> sjero.net Git - wget/blobdiff - src/ChangeLog
Ugly fix to make -nc without --content-disposition go back to not fetching files.
[wget] / src / ChangeLog
index fe1c8075d476eb18362f706dd1025ad824f9a800..caeb3b77945eca52a30704e530e8385eaa54170e 100644 (file)
@@ -1,3 +1,22 @@
+2008-02-03  Micah Cowan  <micah@cowan.name>
+
+       * progress.c (create_image): Use number of characters/columns
+       consumed, rather than number of bytes, to determine how much of
+       a line we've used. Fixes assertion errors and field alignment
+       bugs (#22161, #20481)
+       (get_eta, count_cols): Added to support the changes for
+       create_image.
+       * http.c (http_loop): Put no-clobber logic back into http_loop,
+       before starting to fetch, for when we're not doing
+       content-disposition.
+
+2008-01-31  Micah Cowan  <micah@cowan.name>
+
+       * http.c (gethttp): Don't derive hs->contlen from possibly
+       invalid/missing Content-Length; instead, get the appropriate
+       value from the Content-Range header values.
+       (parse_content_range): Handle '*' instance-length field.
+
 2008-01-25  Micah Cowan  <micah@cowan.name>
 
        * main.c: Added notes to translators regarding (C), diacritics