]> sjero.net Git - wget/blobdiff - src/ChangeLog
Check stricter for supported URL scheme.
[wget] / src / ChangeLog
index 2f3de8a033b9f4b9c76683832efb02123ba5ca87..216a810288466f07b229cec4f5b9975c5a4e35ca 100644 (file)
@@ -1,5 +1,96 @@
+2010-03-02  Steven Schubiger  <stsc@member.fsf.org>
+
+       * retr.c (retrieve_from_file): Improve checking for a URL
+       by invoking url_valid_scheme instead of url_has_scheme.
+
+       * url.c (url_valid_scheme): New function.
+
+       * url.h: Add declaration for url_valid_scheme.
+
+2010-03-02  Steven Schubiger  <stsc@member.fsf.org>
+
+       * retr.c (retrieve_from_file): Free memory of input file.
+
+2010-03-01  Steven Schubiger  <stsc@member.fsf.org>
+
+       * retr.c (retrieve_url): Retrieve the local filename from ftp_loop. 
+       (retrieve_from_file): Return if there's no input file.
+
+       * ftp.c (ftp_loop_internal): Duplicate the local filename into
+       retrieve_url's scope when a valid reference is being passed.
+       (ftp_loop): Call ftp_loop_internal here with passing a
+       reference to the local filename, elsewhere with NULL.
+
+       * ftp.h: Adjust declaration of ftp_loop.
+       
+2010-01-27  Paul Townsend  <aab@purdue.edu>  (tiny change)
+
+       * retr.c (fd_read_body): Be sure to measure timer when time has
+       elapsed, too, not just when we've made progress.
+
+2010-01-13  Micah Cowan  <micah@cowan.name>
+
+       * openssl.c: Fixed some mixed declarations-and-code.
+
+2010-01-09  Micah Cowan  <micah@cowan.name>
+
+       * init.c, main.c, http.c, ftp.c, options.h: Renamed
+       --no-match-server-timestamps to --no-use-server-timestamps, and
+       add it to print_help.
+
+2010-01-09  David Holman  <holman.david@gmail.com>  (tiny change)
+
+       * init.c, main.c, http.c, ftp.c, options.h: Added support for
+       --no-match-server-timestamps.
+
+2009-12-03  Peter Rosin  <peda@lysator.liu.se>
+
+       * snprintf.c (dopr): Output %p as unsigned.
+
+2010-01-09  Jeremy Olexa  <darkside@gentoo.org>  (tiny change)
+
+       * init.c: Deal with systems which provide PATH_MAX in
+       sys/param.h rather than limits.h.
+
+2009-10-09  Steven Schweda  <sms@antinode.info>
+
+       * utils.c: Added characters " : \ | to the list of normal
+       caret-escaped (ODS5) characters in the char_prop[] table.
+
+2009-09-22  Arvind Jamuna Dixit  <ardsrk@gmail.com>
+
+       * http.c (extract_param, parse_content_disposition): Support
+       RFC 2231 while parsing Content-Disposition header
+
+2009-10-24  Petr Pisar  <petr.pisar@atlas.cz>
+
+       * openssl.c: Implement support for (multiple) subjectAltNames in
+       X509 certificates, not just the commonName.
+
+2009-10-09  Micah Cowan  <micah@cowan.name>
+
+       * main.c: Fix declaration of compiled_features.
+
+       * build_info.c.in: Adapt to new input format. Added a check for
+       large-file support. Replaced the "openssl" and "gnutls"
+       advertisements with a single "ssl/foo" advertisement.
+
+2009-09-30  Micah Cowan  <micah@cowan.name>
+
+       * sysdep.h: Unconditionally include stdbool.h (gnulib has it for
+       systems that don't supply it.)
+
+       * vms.c: Added functions vms_basename(), used to extract the
+       bare executable name from argv[0], and vms_getpass(), a
+       VMS-specific replacement for GNU getpass().
+
+        vms.c: Added global string constants: compilation_string
+       (NULL), link_string (NULL), and version_string (real).
+
 2009-09-24  Micah Cowan  <micah@cowan.name>
 
+       * vms.c: Moved from vms/vms.c.
+
        * sysdep.h: Use proper prototypes for snprintf, vsnprintf (thanks
        to Steven Schweda).