]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add --unlink.
[wget] / src / ChangeLog
index 5c8dea7ad3b90fd2d3634ad626ff9cbdc6d69630..624ae485bb8c28de45024bcbd31c0de77237e752 100644 (file)
@@ -1,3 +1,101 @@
+2010-09-25  Merinov Nikolay  <kim.roader@gmail.com>
+
+       * init.c: Add "unlink" command into command list.
+       * main.c: Add "unlink" option into option_data list.
+       * options.h: Adding unlink field into struct options.
+       * wget.h: Addind UNLINKERR error into uerr_t enum.
+       * exits.c (get_status_for_err): define status for UNLINKERR.
+       * ftp.c (getftp): unlink file if exists, instead clobbering.
+       (ftp_loop_internal): processing UNLINKERR.
+       * http.c (gethttp): unlink file if exists, instead clobbering.
+       (http_loop): processing UNLINKERR.
+
+2010-09-24  Dennis, CHENG Renquan <crquan@fedoraproject.org>
+
+       Fix problem when content-disposition is used with recursive downloading.
+       * url.h (url_file_name): Add a new argument `replaced_filename'.
+       * url.c (url_file_name): Likewise.
+       * http.c (parse_content_disposition): Do not add a prefix to the return
+       value.
+       (test_parse_content_disposition): Adjust tests.
+       (gethttp): Pass additional parameter to `url_file_name'.
+       (http_loop): Likewise.
+       * ftp.c (ftp_loop_internal, ftp_get_listing, ftp_retrieve_list)
+       (ftp_loop): Likewise.
+
+2010-09-14  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * convert.c (local_quote_string): Accept new parameter `no_html_quote'.
+       Inhibit HTML quoting when `no_html_quote'.
+       (convert_links): Disable HTML quoting in CSS files.
+       Reported by: Manuel Reinhardt <reinhardt@syslab.com>.
+
+2010-09-12  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * main.c (print_help): Align --trust-server-names help text with
+       the rest of the text.
+       Suggested by: Mike Frysinger  <vapier@gentoo.org>.
+
+2010-08-20  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * convert.c: Include "iri.h".
+       (convert_links_in_hashtable): Parse the url, if
+       necessary, before check if it is present in the dowloaded url
+       map.
+       Reported by: <sk.random@gmail.com>.
+
+2010-08-09  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       Fix a problem with HTTP/1.0 proxies.
+       * http.c (gethttp): Specify the connection header when keep alive
+       connections are not used.
+
+       Use persistent connections with proxies supporting them.
+       * http.c (gethttp): Specify Proxy-Connection to the HTTP proxy.
+
+2010-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * css-url.c (get_uri_string): Skip empty urls.
+
+2010-07-25  John Trengrove  <jtrengrove@gmail.com> (tiny change)
+
+       * ftp.h: Added enum `parsetype'.  Modified struct to hold parsetype.
+
+       * ftp-ls.c (ftp_parse_unix_ls): Default to TT_DAY. Change to TT_HOUR_MIN
+       if hours/minutes parsed.
+       (ftp_parse_winnt_ls): Default to TT_HOUR_MIN.
+       (ftp_parse_vms_ls): Default to TT_HOUR_MIN.
+       (ftp_index): Print only if fileinfo struct value ttype set to TT_HOUR_MIN.
+
+2010-07-30  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * html-url.h (struct map_context): Remove member `tail'.
+
+       * html-url.c (append_url): Append the new url ordered by `position'.
+       (get_urls_html): Do not initialize `ctx.tail'.
+
+       * css-url.c (get_urls_css_file): Do not initialize `ctx.tail'.
+
+2010-07-29  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_peek): Don't read more data if the buffered peek
+       data is sufficient.
+
+2010-07-28  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.h (http_loop): Add new argument `original_url'
+       * http.c (http_loop): Add new argument `original_url'.  Use
+       `original_url' to get a filename if `trustservernames' is false.
+
+       * init.c (commands): Add "trustservernames".
+
+       * options.h (library): Add variable `trustservernames'.
+
+       * main.c (option_data): Add trust-server-names.
+       (print_help): Describe --trust-server-names.
+
+       * retr.c (retrieve_url): Pass new argument to `http_loop'.
+
 2010-07-20  Alan Jenkins <alan-jenkins@tuffmail.co.uk> (tiny change)
 
        * http.c (gethttp): Check content-length was set before trying to