]> sjero.net Git - wget/blobdiff - src/ChangeLog
Make -i work with FTP.
[wget] / src / ChangeLog
index 13943bf40cf1254d4ddb7239e4375139772044e6..1b8cb04dc042dba9baf9a87a63bf9a062abb2d6c 100644 (file)
@@ -1,6 +1,33 @@
+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: Added support for
+       * 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>