X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=1b8cb04dc042dba9baf9a87a63bf9a062abb2d6c;hp=be1eea4bd76be53c40111fc88b5679e392272dab;hb=ec6950f1a6d29a9f7d732a4d82acc9d43bfaebc4;hpb=f6a33f1dd00f7e4fa4111f52231ae6b0d89e6c2a diff --git a/src/ChangeLog b/src/ChangeLog index be1eea4b..1b8cb04d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2010-03-01 Steven Schubiger + + * 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 (tiny change) * retr.c (fd_read_body): Be sure to measure timer when time has