Windows build process is now automated

2007-01-23 Thread Christopher G. Lewis
Hey everyone - While the Beta build of 1.11 is going on, I've hacked together an automated script to build the SVN trunk for the Windows version. Files are located here: http://www.christopherlewis.com/WGet/WGetFiles.htm Chris Christopher G. Lewis http://www.ChristopherLewis.com smime.p

Patch for Windows Build

2007-01-23 Thread Christopher G. Lewis
The following patch adds support for adding required files to the wget.zip file when running NMAKE wget.zip -or- NMAKE bindist This patch also fixes the missing msvcr80.dll file from my original patch. It's dependant on OpenSSL being installed to the default directory C:\OpenSSL. ChangeLog

wget logging suggestion

2007-01-23 Thread Bruce Holm
I notice that the logging output that wget provides only includes a time stamp, but not date. So when using the -a for appending output to a log file, the time of execution is logged but you have no idea which dates it ran. Seems very odd. This applies to both -nv and -v options. --

Re: wget-1.10.2 cookie expiry bug

2007-01-23 Thread Hrvoje Niksic
Thanks for the report and the (correct) analysis. This patch fixes the problem in the trunk. 2007-01-23 Hrvoje Niksic <[EMAIL PROTECTED]> * cookies.c (parse_set_cookie): Would erroneously discard cookies with unparsable expiry time. Index: src/cookies.c ==

Re: Addition to problems with progress on large files

2007-01-23 Thread Hrvoje Niksic
Thanks for the report. This patch fixes the problem: 2007-01-23 Hrvoje Niksic <[EMAIL PROTECTED]> * progress.c (create_image): Check for ETA overflow. (print_row_stats): Ditto. Index: src/progress.c === --- src/pr

Re: wget css parsing, updated to trunk

2007-01-23 Thread Hrvoje Niksic
"Ted Mielczarek" <[EMAIL PROTECTED]> writes: > Is there any interest in this? Sorry for answering this late. I, for one, find it very interesting. Fetching CSS would be a very welcome feature.

delete-remote option for FTP

2007-01-23 Thread Bob Haddleton
There have been several requests for a "delete-remote" option to delete files on a remote FTP server after they have been retrieved. David Dorsey submitted a patch with these changes to the wget-patches list back in September of 2005, and there is no record of a response or any discussion of t