bug-wget archive search

Search String: Display: Description: Sort:

Results:

References: [ warc: 295 ]

Total 295 documents matching your query.

81. Re: [Bug-wget] wget-1.17: undefined references in ftp.c (score: 2)
Author: HIDDEN
Date: Tue, 17 Nov 2015 09:30:24 +0100
This issue is affecting a lot mmore people. I'm going to push this patch in a couple of hours and add another test for the --disable-ipv6 configure option to check-hard. It seems to be a popularly us
/archive/html/bug-wget/2015-11/msg00023.html (11,982 bytes)

82. Re: [Bug-wget] wget-1.17: undefined references in ftp.c (score: 2)
Author: HIDDEN
Date: Tue, 17 Nov 2015 00:22:19 +0100
Hi Lars, Thanks for reporting the issue. I've debugged it and identified the issue. The functions were defined inside another #ifdef block by mistake which based on your configure settings caused the
/archive/html/bug-wget/2015-11/msg00018.html (7,190 bytes)

83. [Bug-wget] wget-1.17: undefined references in ftp.c (score: 2)
Author: HIDDEN
Date: Mon, 16 Nov 2015 08:13:29 +0100
Hello list, I am unable to compile wget-1.17 on my Gentoo system. I've already tried both, gnutls and openssl as ssl provider but that doesn't seem to have any influence on the outcome: x86_64-pc-lin
/archive/html/bug-wget/2015-11/msg00015.html (6,209 bytes)

84. Re: [Bug-wget] Guidance needed (score: 2)
Author: HIDDEN
Date: Thu, 12 Nov 2015 13:49:18 +1100
Hey there, Sorry if I didn't catch the first email you sent, but are you using --page-requisites ? That should download all the images too. If you're looking to archive it might be worth using the --
/archive/html/bug-wget/2015-11/msg00009.html (5,657 bytes)

85. [Bug-wget] [bug #45804] Add --client-request similar to --server-response (score: 3)
Author: HIDDEN
Date: Fri, 21 Aug 2015 07:13:50 +0000
URL: <http://savannah.gnu.org/bugs/?45804> Summary: Add --client-request similar to --server-response Project: GNU Wget Submitted by: grarpamp Submitted on: Fri 21 Aug 2015 07:13:49 AM GMT Category:
/archive/html/bug-wget/2015-08/msg00175.html (6,340 bytes)

86. Re: [Bug-wget] possible bug? pathconf: Not a directory (score: 3)
Author: HIDDEN
Date: Mon, 15 Jun 2015 16:26:16 -0400
Just in case this particular problem comes again… It turns out that adding adding --adjust-extension and --convert-links forced the desired behavior of downloading http://politwoops.sunlightfoundat
/archive/html/bug-wget/2015-06/msg00021.html (6,695 bytes)

87. Re: [Bug-wget] possible bug? pathconf: Not a directory (score: 2)
Author: HIDDEN
Date: Mon, 8 Jun 2015 21:12:00 -0700
Hi Ander, Thanks so much for this. -nd did in fact result in the representation being fetched and stored in the WARC. I really appreciate your help! //Ed Attachment: signature.asc Description: Messag
/archive/html/bug-wget/2015-06/msg00014.html (5,357 bytes)

88. [Bug-wget] possible bug? pathconf: Not a directory (score: 4)
Author: HIDDEN
Date: Fri, 5 Jun 2015 12:23:38 -0400
Hi all, While using wget to mirror and warc a website I noticed a bunch of errors like this in my log: pathconf: Not a directory I narrowed it down to a particular request for a set of resources, e.g
/archive/html/bug-wget/2015-06/msg00008.html (6,245 bytes)

89. Re: [Bug-wget] Conditional GET requests (score: 5)
Author: HIDDEN
Date: Tue, 19 May 2015 10:14:35 +0200
Hi Hubert, -Wno-vla But don't switch it off for C89 projects like Wget. VLA is a C99 feature that we try to avoid in Wget. I personally use gcc 4.9.2 with -std=c89 -pedantic -O2 -g -Wall -Wextra -Wst
/archive/html/bug-wget/2015-05/msg00099.html (10,602 bytes)

90. Re: [Bug-wget] Conditional GET requests (score: 3)
Author: HIDDEN
Date: Mon, 18 May 2015 23:57:57 +0200
W dniu 18.05.2015 o 21:34, Tim Rühsen pisze: header */ I have repaired this problem. And by the way do you know how to silence the variable-sized array GCC warnings without silencing other ISO warni
/archive/html/bug-wget/2015-05/msg00098.html (15,738 bytes)

91. Re: [Bug-wget] [PATCH] Please review (score: 4)
Author: HIDDEN
Date: Thu, 16 Apr 2015 09:13:52 +0200
ACK to the patches. Unfortunately we have no tests for WARC, and I think we also need a bit better abstraction, as the implementation is a bit spread everywhere in the code. Regards, Giuseppe
/archive/html/bug-wget/2015-04/msg00081.html (4,547 bytes)

92. Re: [Bug-wget] Missing sanity checks for malloc()/calloc()/realloc() in wget-1.1x (score: 3)
Author: HIDDEN
Date: Tue, 14 Apr 2015 15:15:08 +0200
Thanks, Bill. I made up a patch to fix warc.c and put your name as 'Reported-by' into the commit message. The patch has already been sent to the list. Regards, Tim Attachment: signature.asc Descripti
/archive/html/bug-wget/2015-04/msg00077.html (7,420 bytes)

93. [Bug-wget] [PATCH] Please review (score: 3)
Author: HIDDEN
Date: Tue, 14 Apr 2015 12:26:19 +0200
Hi, Two patches to WARC code and one for the Perl test suite for reviewing. BTW, we have no tests for the WARC code, do we ? Any ideas for an implementation ? Regards, Tim Attachment: 0001-Add-more-c
/archive/html/bug-wget/2015-04/msg00076.html (5,459 bytes)

94. [Bug-wget] [bug #44817] http/gzip compression (score: 2)
Author: HIDDEN
Date: Mon, 13 Apr 2015 12:11:15 +0000
Follow-up Comment #1, bug #44817 (project wget): For me, the best place to decompress the response body would be at fd_read_body(), just after the call to fd_read(). Let fd_read() return, and uncompr
/archive/html/bug-wget/2015-04/msg00073.html (5,368 bytes)

95. Re: [Bug-wget] Missing sanity checks for malloc()/calloc()/realloc() in wget-1.1x (score: 2)
Author: HIDDEN
Date: Sun, 12 Apr 2015 09:31:47 +0530
Hi Bill, Thanks for the contributions. However, the files that you've modified, getopt.c and regcomp.c aren't really a part of the Wget source base. They are imported from the respective GNULib modul
/archive/html/bug-wget/2015-04/msg00066.html (7,713 bytes)

96. [Bug-wget] Missing sanity checks for malloc()/calloc()/realloc() in wget-1.1x (score: 2)
Author: HIDDEN
Date: Sat, 11 Apr 2015 12:25:35 -0700
Hello All, In directory 'src', file 'warc.c', I found some instances where malloc() is called, but with no corresponding check for NULL, indicating failure. In directory 'lib', in file 'getopt.c', th
/archive/html/bug-wget/2015-04/msg00063.html (6,814 bytes)

97. [Bug-wget] gethttp cleanup (score: 6)
Author: HIDDEN
Date: Mon, 16 Mar 2015 02:18:09 +0100
Hi, spring is coming and it is time for some cleanup. I have refactored a bit gethttp and moved some code to other functions. It is mostly mechanical code movements, and I hope to do some more work o
/archive/html/bug-wget/2015-03/msg00116.html (61,311 bytes)

98. Re: [Bug-wget] [Patch] fix bug #39175 Header value length limited with 256 (score: 2)
Author: HIDDEN
Date: Sun, 15 Mar 2015 00:09:23 +0100
Indeed it can! Thanks Giuseppe and Darshit for pointing out. Ideally we should change all the resp_header_copy calls to resp_header_strdup (dynamic resp header copy). There is a bit to code to chang
/archive/html/bug-wget/2015-03/msg00104.html (7,624 bytes)

99. Re: [Bug-wget] [Patch] fix bug #39175 Header value length limited with 256 (score: 2)
Author: HIDDEN
Date: Sun, 15 Mar 2015 01:04:12 +0530
Hi Miquel, Thanks a lot for making this contribution. I not a supporter of making such large (8K is gigantic!) memory assignments on the stack. Wget runs not only on the latest x86_64 processors, but
/archive/html/bug-wget/2015-03/msg00096.html (7,074 bytes)

100. Re: [Bug-wget] [Patch] fix bug #39175 Header value length limited with 256 (score: 2)
Author: HIDDEN
Date: Fri, 13 Mar 2015 11:28:14 +0100
Hi Miquel, good idea to accept larger header sizes. Could you please add a test case with a "long" header line sent by the server ? Or maybe just extending testenv/Test-cookie-... ? Set-Cookie header
/archive/html/bug-wget/2015-03/msg00069.html (6,977 bytes)


This search system is powered by Namazu