Support for file://

2008-09-01 Thread Petri Koistinen
Hi, I would be nice if wget would also support file://. Petri

How to debug wget ?

2008-09-01 Thread Jinhui Li
I am browsing the source code. And want to debug it to figure out how it works. So, somebody please tell me how to debug ( with GDB ) or where can I find information that I need. Sorry, if i bother you.

Re: How to debug wget ?

2008-09-01 Thread Saint Xavier
Hi * Jinhui Li ([EMAIL PROTECTED]) wrote: I am browsing the source code. And want to debug it to figure out how it works. So, somebody please tell me how to debug ( with GDB ) or where can I find information that I need. Compile Wget with debug informations (-g flag for GCC) and then run

Checkout Wget

2008-09-01 Thread vinothkumar raman
Hi all, I need to checkout the complete source into my local hard disk. I am using WinCVS when i searched for the module its saying that there is no module information out there. Could any one help me out i am a complete novice in this regard. Thanks, VinothKumar.R

Checking out Wget

2008-09-01 Thread vinothkumar raman
Hi all, I need to checkout the complete source into my local hard disk. I am using WinCVS when i searched for the module its saying that there is no module information out there. Could any one help me out i am a complete novice in this regard. Thanks, VinothKumar.R

BUG : 202329 IF-MODIFIED-SINCE

2008-09-01 Thread vinothkumar raman
Hi all, We need to give out the time stamp the local file in the Request header for that we need to pass on the local file's time stamp from http_loop() to get_http() . The only way to pass on this without altering the signature of the function is to add a field to struct url in url.h Could we

[BUG:#20329] If-Modified-Since support

2008-09-01 Thread vinothkumar raman
Hi all, We need to give out the time stamp the local file in the Request header for that we need to pass on the local file's time stamp from http_loop() to get_http() . The only way to pass on this without altering the signature of the function is to add a field to struct url in url.h Could we

Re: [bug #20329] Make HTTP timestamping use If-Modified-Since

2008-09-01 Thread vinothkumar raman
This mean we should remove the previous HEAD request code and use If-Modified-Since by default and have it to handle all the request and store pages if it is not returning a 304 response Is it so? On Fri, Aug 29, 2008 at 11:06 PM, Micah Cowan [EMAIL PROTECTED] wrote: Follow-up Comment #4, bug