bug-wget archive search

Search String: Display: Description: Sort:

Results:

References: [ warc: 295 ]

Total 295 documents matching your query.

161. [Bug-wget] alpha release (1.13.4.56-620c) (was: [PATCH] gnutls.c: fix infinite read timeout) (score: 6)
Author: HIDDEN
Date: Tue, 22 May 2012 15:49:47 -0500 (CDT)
This problem on Tru64 UNIX is still unsolved: http://lists.gnu.org/archive/html/bug-wget/2012-04/msg00050.html This problem on VMS is still unsolved: ALP $ gdiff -du src/connect.c_orig src/connect.c
/archive/html/bug-wget/2012-05/msg00086.html (9,695 bytes)

162. [Bug-wget] [bug #51029] Reproducible Segmentation Fault in 1.16, 1.18, 1.19 (score: 5)
Author: HIDDEN
Date: Mon, 15 May 2017 11:07:10 -0400 (EDT)
URL: <http://savannah.gnu.org/bugs/?51029> Summary: Reproducible Segmentation Fault in 1.16, 1.18, 1.19 Project: GNU Wget Submitted by: None Submitted on: Mon 15 May 2017 03:07:09 PM UTC Category: Pr
/archive/html/bug-wget/2017-05/msg00060.html (13,226 bytes)

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

164. Re: [Bug-wget] Wget MinGW/MSYS build issues (score: 5)
Author: HIDDEN
Date: Mon, 11 Mar 2013 14:07:09 +0100
It can be opened with the FILE_FLAG_DELETE_ON_CLOSE flag. gnulib has several functions already taking that into account, but none of them seem to support passing a folder. We should probably ask gnul
/archive/html/bug-wget/2013-03/msg00032.html (5,943 bytes)

165. [Bug-wget] Wget MinGW/MSYS build issues (score: 5)
Author: HIDDEN
Date: Sun, 10 Mar 2013 02:30:43 +0200
Greetings 1. Wget builded from Git 3be7e0 (as and official 1.14), compiled on MinGW doesn't work properly with WARC. wget --warc-file=1 www.google.com Return error "Could not open temporary WARC mani
/archive/html/bug-wget/2013-03/msg00024.html (6,484 bytes)

166. Re: [Bug-wget] new alpha release 1.13.4.79-22f0 (score: 5)
Author: HIDDEN
Date: Sat, 14 Jul 2012 13:48:35 -0500 (CDT)
As a first try, I just reused the (manually edited) 1.13.4(a) VMS-specific "config.h", and hoped for the best. (For a real release, I'd get a fresh "config.h" from a Tru64 system, and re-edit it.) B
/archive/html/bug-wget/2012-07/msg00033.html (6,506 bytes)

167. Re: [Bug-wget] Feature request: option to not download rejected files (score: 4)
Author: HIDDEN
Date: Tue, 3 Jul 2018 13:25:41 +0200
WARC for wget2 is on the list, maybe as an extra library project. Thanks for your feedback - I wasn't aware of WARC users out there ;-) Regards, Tim Attachment: signature.asc Description: OpenPGP dig
/archive/html/bug-wget/2018-07/msg00005.html (5,497 bytes)

168. Re: [Bug-wget] How to intercept wget to extract the raw requests and the raw responses? (score: 4)
Author: HIDDEN
Date: Thu, 15 Feb 2018 14:27:14 +0000
How to convert the warc format to the actual header of requests and responses? <https://httpbin.org/get> -- Regards, Peng
/archive/html/bug-wget/2018-02/msg00024.html (5,886 bytes)

169. [Bug-wget] [bug #52705] HTML assets embedding with --page-requisites (score: 4)
Author: HIDDEN
Date: Thu, 21 Dec 2017 07:59:46 -0500 (EST)
Follow-up Comment #2, bug #52705 (project wget): While MHTML was a convenient way to create snapshots of pages, sadly it was never properly standardized and most popular browsers no longer support it
/archive/html/bug-wget/2017-12/msg00021.html (5,659 bytes)

170. Re: [Bug-wget] Wget2 plans (Was Re: PATCH: tests for SSL) (score: 4)
Author: HIDDEN
Date: Sun, 30 Apr 2017 11:52:24 +0200
Hi Vijo, We try to be backward compatible with options (name and functionality). But it's not a must. We are free to fix bugs or change/extend behavior. That's why we call the executable 'wget2'. It
/archive/html/bug-wget/2017-04/msg00061.html (6,277 bytes)

171. Re: [Bug-wget] Bug-wget Digest, Vol 100, Issue 21 (score: 4)
Author: HIDDEN
Date: Wed, 15 Feb 2017 07:30:03 +0100
Hello This email has been stolen by my direct neighbors together with companies. yours sincerely mit freundlichen Gruessen Hermann Helbok Firma/<The Company> : esoft Helbok Hermann (since year 2001),
/archive/html/bug-wget/2017-02/msg00087.html (53,510 bytes)

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

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

174. [Bug-wget] [PATCH v6 1/5] Make wget capable of starting downloads from a specified position. (score: 4)
Author: HIDDEN
Date: Wed, 19 Mar 2014 23:42:04 +0800
This patch adds an option `--start-pos' for specifying starting position of a HTTP or FTP download. Signed-off-by: Yousong Zhou <address@hidden> -- doc/ChangeLog | 4 ++++ doc/wget.texi | 16 +++++++++
/archive/html/bug-wget/2014-03/msg00120.html (13,574 bytes)

175. [Bug-wget] [PATCH v5 1/4] Make wget capable of starting downloads from a specified position. (score: 4)
Author: HIDDEN
Date: Fri, 14 Feb 2014 10:06:46 +0800
This patch adds an option `--start-pos' for specifying starting position of a HTTP or FTP download. Signed-off-by: Yousong Zhou <address@hidden> -- doc/ChangeLog | 4 ++++ doc/wget.texi | 16 +++++++++
/archive/html/bug-wget/2014-02/msg00016.html (12,429 bytes)

176. Re: [Bug-wget] problem installing wget 1.20.1 on GNU/Linux 4.4.0-134-generic (score: 3)
Author: HIDDEN
Date: Fri, 15 Mar 2019 19:26:57 -0300
Thank you very much Tim for your prompt reply. Kind regards, Mauricio == "Mistakes are always forgivable, if one has the courage to admit them" (Bruce Lee) == Linux user #454569 -- Linux Mint user --
/archive/html/bug-wget/2019-03/msg00014.html (74,304 bytes)

177. Re: [Bug-wget] problem installing wget 1.20.1 on GNU/Linux 4.4.0-134-generic (score: 3)
Author: HIDDEN
Date: Fri, 15 Mar 2019 23:21:52 +0100
That was a problem with the perl https daemon not supporting IPv6. Here on Debian unstable, we just got a patch that fixes it. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667738 Regards, Ti
/archive/html/bug-wget/2019-03/msg00013.html (67,616 bytes)

178. [Bug-wget] problem installing wget 1.20.1 on GNU/Linux 4.4.0-134-generic (score: 3)
Author: HIDDEN
Date: Fri, 15 Mar 2019 16:41:39 -0300
I'm reporting the results of make check on Linux Mint 18.3 Thanks in advance for any comment on this. Kind regards Mauricio Zambrano-Bigiarini, PhD == Department of Civil Engineering Faculty of Engin
/archive/html/bug-wget/2019-03/msg00012.html (51,461 bytes)

179. [Bug-wget] [bug #54839] Building takes gnutls include from /usr/local/include, but libgnutls.so from system dir (score: 3)
Author: HIDDEN
Date: Mon, 15 Oct 2018 07:16:53 -0400 (EDT)
URL: <https://savannah.gnu.org/bugs/?54839> Summary: Building takes gnutls include from /usr/local/include, but libgnutls.so from system dir Project: GNU Wget Submitted by: rockdaboot Submitted on: M
/archive/html/bug-wget/2018-10/msg00043.html (7,184 bytes)

180. Re: [Bug-wget] GSOC Project Availability (score: 3)
Author: HIDDEN
Date: Tue, 27 Mar 2018 16:00:58 +0200
Hi Eric, IMO the deadline for GSOC student applications is today 18:00 CEST, so you have to hurry. During 27th March and 23rd April the organizations review and decide for/against proposals. Both, ht
/archive/html/bug-wget/2018-03/msg00031.html (5,405 bytes)


This search system is powered by Namazu