]> sjero.net Git - wget/blobdiff - src/ChangeLog
url: remove shorten_string
[wget] / src / ChangeLog
index 8c43faac47af667e8328e47e34f60787e278ea26..0d471ca8608973a310d8a0b3d1b50f74895eb20e 100644 (file)
@@ -1,3 +1,18 @@
+2014-03-25  Daniel Stenberg  <daniel@haxx.se>
+
+       * url.c (shorten_length): Remove unused function.
+
+2014-03-19  Yousong Zhou  <yszhou4tech@gmail.com>
+
+       * init.c, main.c, options.h: Add option --start-pos for specifying
+       start position of a download.
+       * http.c: Utilize opt.start_pos for HTTP download.
+       * ftp.c: Utilize opt.start_pos for FTP retrieval.
+
+2014-03-04  Giuseppe Scrivano  <gscrivan@redhat.com>
+
+       * http.c (modify_param_value, extract_param): Aesthetic change.
+
 2014-02-14  Vladimír Pýcha  <vpycha@gmail.com> (tiny change)
 
        * http.c (parse_content_disposition, extract_param)