Re: is there an enhancement list anywhere?

2006-02-03 Thread Mauro Tortonesi
Joyce Brendlinger wrote: Showing requests people have made for enhancements to wget? I'd rather not submit mine, if it's a known or planned enhancement. here it is: http://wget.sunsite.dk/development.shtml from now on, i'll keep it up-to-date. -- Aequam memento rebus in arduis servare ment

Re: File name still not printed out?

2006-02-03 Thread Mauro Tortonesi
Hrvoje Niksic wrote: Mauro Tortonesi <[EMAIL PROTECTED]> writes: * The local name is copied from the header verbatim without inspecting it for dangerous characters, such as "/" (on Windows also "\"). * There seems to be no code to check for uniqueness of file name. So far Wget's philosophy h

Re: File name still not printed out?

2006-02-03 Thread Hrvoje Niksic
Mauro Tortonesi <[EMAIL PROTECTED]> writes: >> * The local name is copied from the header verbatim without >> inspecting >> it for dangerous characters, such as "/" (on Windows also "\"). >> * There seems to be no code to check for uniqueness of file name. So >> far Wget's philosophy has been

Re: File name still not printed out?

2006-02-03 Thread Mauro Tortonesi
Hrvoje Niksic wrote: Hrvoje Niksic <[EMAIL PROTECTED]> writes: The code in question is: if (!hs->local_file) { if (resp_header_copy (resp, "Content-Disposition", hdrval, sizeof (hdrval))) /* Honor Content-Disposition. */ { hs->local_file = xstrdup (hdrva

Re: new feature...

2006-02-03 Thread Kristian Nilssen
here is is from file convert.c (look for the start of hack comment). OK, so it's 5 lines of code ;) downloaded_file_t downloaded_file (downloaded_file_t mode, const char *file) { downloaded_file_t *ptr; if (mode == CHECK_FOR_FILE) { if (!downloaded_files_hash) return FIL