bug-wget archive search

Search String: Display: Description: Sort:

Results:

References: [ warc: 295 ]

Total 295 documents matching your query.

181. Re: [Bug-wget] How to intercept wget to extract the raw requests and the raw responses? (score: 3)
Author: HIDDEN
Date: Wed, 14 Feb 2018 20:46:46 +0200
Greetings Did You tried "--warc-file" option? wget --warc-file=httpbin -qO- https://httpbin.org/get Best regards.
/archive/html/bug-wget/2018-02/msg00023.html (5,371 bytes)

182. [Bug-wget] [bug #50260] Link failed caused by bad linker option -R (score: 3)
Author: HIDDEN
Date: Wed, 8 Feb 2017 22:14:17 -0500 (EST)
URL: <http://savannah.gnu.org/bugs/?50260> Summary: Link failed caused by bad linker option -R Project: GNU Wget Submitted by: yousong Submitted on: Thu 09 Feb 2017 03:14:16 AM UTC Category: Build/In
/archive/html/bug-wget/2017-02/msg00050.html (9,046 bytes)

183. Re: [Bug-wget] [PATCH v5] bug #45790: wget prints it's progress even when background (score: 3)
Author: HIDDEN
Date: Fri, 21 Oct 2016 19:38:01 +0200
Thanks, just pushed. Attachment: signature.asc Description: This is a digitally signed message part.
/archive/html/bug-wget/2016-10/msg00062.html (17,549 bytes)

184. [Bug-wget] [PATCH v5] bug #45790: wget prints it's progress even when background (score: 3)
Author: HIDDEN
Date: Fri, 21 Oct 2016 17:12:58 +0200
Fixed trailing whitespace errors. Sorry for sending dirty patch. Should be good now. * src/log.c: Use tcgetpgrp(STDIN_FILENO) != getpgrp() to determine when to print to STD* or logfile. Deprecate log
/archive/html/bug-wget/2016-10/msg00061.html (14,039 bytes)

185. Re: [Bug-wget] [PATCH v4] bug #45790: wget prints it's progress even when background (score: 3)
Author: HIDDEN
Date: Fri, 21 Oct 2016 12:42:04 +0200
Could you fix these, please... Applying: bug #45790: wget prints it's progress even when background .git/rebase-apply/patch:104: trailing whitespace. if (!filelogfp) .git/rebase-apply/patch:126: trai
/archive/html/bug-wget/2016-10/msg00060.html (18,076 bytes)

186. [Bug-wget] [PATCH v4] bug #45790: wget prints it's progress even when background (score: 3)
Author: HIDDEN
Date: Wed, 19 Oct 2016 11:53:21 +0200
* src/log.c: Use tcgetpgrp(STDIN_FILENO) != getpgrp() to determine when to print to STD* or logfile. Deprecate log_request_redirect_output function. Use different file handles for STD* and logfile, t
/archive/html/bug-wget/2016-10/msg00053.html (13,864 bytes)

187. Re: [Bug-wget] [PATCH v3] bug #45790: wget prints it's progress even when background (score: 3)
Author: HIDDEN
Date: Thu, 6 Oct 2016 22:57:18 +0200
Sorry for incorrect Date email header in that email, I've send it from previously suspended virtual machine that I forgot to ntpupdate. Piotr * - I was able to create working mingw env on linux, but
/archive/html/bug-wget/2016-10/msg00017.html (15,777 bytes)

188. [Bug-wget] [PATCH v3] bug #45790: wget prints it's progress even when background (score: 3)
Author: HIDDEN
Date: Thu, 6 Oct 2016 09:47:01 +0200
I've updated patch to not run tcgetpgrp, getpgrp and isatty (for shell_is_interactive test) on windows. I have compiled and tested on linux and (mostly*) on windows. Should be ok. * - I was able to c
/archive/html/bug-wget/2016-10/msg00016.html (15,044 bytes)

189. [Bug-wget] [PATCH v2] bug #45790: wget prints it's progress even when background (score: 3)
Author: HIDDEN
Date: Fri, 30 Sep 2016 09:51:37 +0200
Hi, Reworked recent patch to behave correctly on fg and bg. Now user can switch from fg to bg and vice versa and wget will select fd accordingly. Please review. Thanks Piotr -- src/log.c | 116 ++++++
/archive/html/bug-wget/2016-09/msg00168.html (11,409 bytes)

190. [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)

191. 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)

192. 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)

193. 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)

194. [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)

195. Re: [Bug-wget] Building and testing wget 1.16.1 on MinGW (score: 3)
Author: HIDDEN
Date: Sun, 21 Dec 2014 18:24:19 +0100
Am Sonntag, 21. Dezember 2014, 18:33:06 schrieb Eli Zaretskii: base_name() is a similar function (but I couldn't find a documentation). https://www.gnu.org/software/gnulib/manual/html_node/basename.h
/archive/html/bug-wget/2014-12/msg00128.html (10,246 bytes)

196. Re: [Bug-wget] Building and testing wget 1.16.1 on MinGW (score: 3)
Author: HIDDEN
Date: Sun, 21 Dec 2014 18:33:06 +0200
Shouldn't this use base_name? AFAICS, this is what gnulib provides. And likewise here. Otherwise, looks good, except that you need to leave fcntl.h there, as I wrote earlier. Thanks!
/archive/html/bug-wget/2014-12/msg00126.html (8,732 bytes)

197. [Bug-wget] [PATCH] New option: --rename-output: modify output filename with perl (score: 3)
Author: HIDDEN
Date: Thu, 25 Jul 2013 10:31:11 -0400
This patch adds an option that allows the user to modify wget's output filenames using a perl expression. It works similarly to perl's "rename" script, in terms of how perl is used to modify the file
/archive/html/bug-wget/2013-07/msg00137.html (17,098 bytes)

198. Re: [Bug-wget] NTLM auth broken in 1.13.4 (score: 3)
Author: HIDDEN
Date: Tue, 16 Jul 2013 08:34:28 -0500
I tried that, but had the same problem. I gave up, re-extracted the source from archive, and reapplied patch. I compiled it with configure && make and it works! I am able to authenticate with my Wind
/archive/html/bug-wget/2013-07/msg00106.html (12,774 bytes)

199. Re: [Bug-wget] NTLM auth broken in 1.13.4 (score: 3)
Author: HIDDEN
Date: Tue, 16 Jul 2013 11:11:33 +0200
Am Montag, 15. Juli 2013, 16:48:36 schrieb Tom Merriam: You installed nettle-dev and ran 'autoreconf'. Now you should run ./configure make clean make BTW, css_.c and css.c should automatically be con
/archive/html/bug-wget/2013-07/msg00105.html (11,878 bytes)

200. Re: [Bug-wget] NTLM auth broken in 1.13.4 (score: 3)
Author: HIDDEN
Date: Mon, 15 Jul 2013 16:48:36 -0500
Okay, I installed nettle-dev and ran autoreconf. Now the build (1.14) fails with gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I../lib -I.
/archive/html/bug-wget/2013-07/msg00103.html (13,058 bytes)


This search system is powered by Namazu