bug-wget archive search

Search String: Display: Description: Sort:

Results:

References: [ warc: 295 ]

Total 295 documents matching your query.

221. Re: [Bug-wget] [GSOC 2017] Design and implementation of a statistics module (score: 2)
Author: HIDDEN
Date: Tue, 21 Mar 2017 10:59:52 +0530
Sure. I'll add the docs to wiki. But first let me fix few hangs. :) Thanks Tim! Just what I was looking for. -- Avinash Sonawane (rootKea) PICT, Pune https://rootkea.wordpress.com
/archive/html/bug-wget/2017-03/msg00099.html (6,183 bytes)

222. Re: [Bug-wget] [GSOC 2017] Design and implementation of a statistics module (score: 2)
Author: HIDDEN
Date: Mon, 20 Mar 2017 17:09:45 +0100
Welcome Avinash ! Oh yes, I wish I had some more time to do that... :-) wget.addictivecode.org is for Wget1.x only. There is not yet a similar doc, but it is time to write it. This is low hanging fru
/archive/html/bug-wget/2017-03/msg00093.html (7,780 bytes)

223. Re: [Bug-wget] Test-504.py sometimes fails on slow machines (score: 2)
Author: HIDDEN
Date: Tue, 14 Feb 2017 16:31:10 +0100
Thanks for reporting. Well, the wget 504 code circumvents most other checks normally done on non-2xx status codes (incl. body download and saving to WARC files). That seems like improper handling. I
/archive/html/bug-wget/2017-02/msg00082.html (8,138 bytes)

224. [Bug-wget] [bug #49429] Option to update a mirror of a section of a web site (score: 2)
Author: HIDDEN
Date: Sat, 17 Dec 2016 15:33:02 -0500
URL: <http://savannah.gnu.org/bugs/?49429> Summary: Option to update a mirror of a section of a web site Project: GNU Wget Submitted by: worley Submitted on: Mon 24 Oct 2016 07:42:37 PM GMT Category:
/archive/html/bug-wget/2016-12/msg00014.html (6,847 bytes)

225. Re: [Bug-wget] [PATCH v3] bug #48811: netrc password wins over interactive --ask-password (score: 2)
Author: HIDDEN
Date: Wed, 23 Nov 2016 15:39:02 +0100
Thanks Piotr, just one question for my understanding... In the current code, 'user' and 'password' selection matches: In the new code, the expressions for the selection do not match: Is this by purpo
/archive/html/bug-wget/2016-11/msg00031.html (19,941 bytes)

226. [Bug-wget] [PATCH v3] bug #48811: netrc password wins over interactive --ask-password (score: 2)
Author: HIDDEN
Date: Tue, 22 Nov 2016 22:32:18 +0100
* utils.h: New struct net_credentials and pick_credentials function * utils.c: pick_credentials for selecting FTP/HTTP user/passwd according to importance * retr.c: define net_cred structure to hold
/archive/html/bug-wget/2016-11/msg00029.html (15,201 bytes)

227. [Bug-wget] [bug #49458] Please search txt files named ".ram" for links (score: 2)
Author: HIDDEN
Date: Thu, 27 Oct 2016 17:03:11 +0000 (UTC)
Follow-up Comment #2, bug #49458 (project wget): Sorry, I didn't really word it that well. The idea was for it to scan .ram text files for resources when mirroring a site using the -m flag, as right
/archive/html/bug-wget/2016-10/msg00077.html (5,985 bytes)

228. Re: [Bug-wget] [PATCH] Fix stack overflow with way too many cookies. (score: 2)
Author: HIDDEN
Date: Wed, 10 Aug 2016 20:05:02 +0200
Hi Tobias, likely or not, it is a good catch ! I rated your patch as 'trivial' (it is below the threshold where we have to ask for a FSF copyright assignment), made a few amendments and pushed it. Th
/archive/html/bug-wget/2016-08/msg00069.html (10,558 bytes)

229. [Bug-wget] [PATCH] Fix stack overflow with way too many cookies. (score: 2)
Author: HIDDEN
Date: Wed, 10 Aug 2016 19:09:34 +0200
If wget supports cookies, which is the default, it will eventually sort them based on their domain, path, and name attributes. In order to perform this sorting, quick sort is used. And for this, an a
/archive/html/bug-wget/2016-08/msg00068.html (8,452 bytes)

230. Re: [Bug-wget] [PATCH] Keep fetched URLs in POSIX extended attributes (score: 2)
Author: HIDDEN
Date: Wed, 27 Jul 2016 17:11:47 +0200
Thanks, applied & pushed. Tim -- OMS Open Media System GmbH Holzdamm 40 20099 Hamburg Fon +49-40-238878-40 Fax +49-40-238878-99 Email address@hidden Sitz und Registergericht Hamburg HRB 57616
/archive/html/bug-wget/2016-07/msg00049.html (10,848 bytes)

231. Re: [Bug-wget] [PATCH] Keep fetched URLs in POSIX extended attributes (score: 2)
Author: HIDDEN
Date: Wed, 27 Jul 2016 09:39:53 +1000
Hi, Sorry, my previous replies to various concerns were all direct rather than to the list. In summary, I promised to fix the style issues and I also agreed that DEBUG on failure to set xattr was a g
/archive/html/bug-wget/2016-07/msg00047.html (10,309 bytes)

232. Re: [Bug-wget] [PATCH] Keep fetched URLs in POSIX extended attributes (score: 2)
Author: HIDDEN
Date: Fri, 22 Jul 2016 14:39:18 +0200
Also, shouldn't we print something when xattrs are not supported? In Linux fsetxattr() returns -1 when that is the case. <pedantic_comment> Extended attributes are not supported by all filesystems, e
/archive/html/bug-wget/2016-07/msg00023.html (9,372 bytes)

233. Re: [Bug-wget] [PATCH] Keep fetched URLs in POSIX extended attributes (score: 2)
Author: HIDDEN
Date: Fri, 22 Jul 2016 14:22:51 +0200
Hi Sean, Great patch! But I just had some unimportant comments about coding style ;D remove the braces, and indent the if body by two spaces likewise, for the inner if-else And here, we use spaces be
/archive/html/bug-wget/2016-07/msg00022.html (12,192 bytes)

234. Re: [Bug-wget] [PATCH] Keep fetched URLs in POSIX extended attributes (score: 2)
Author: HIDDEN
Date: Fri, 22 Jul 2016 14:08:27 +0200
thank you very much, definitely a very nice feature ! I extended the commit message with GNU stuff and pushed it. Has Sean signed the FSF copyright assignment? This is a major code contribution and w
/archive/html/bug-wget/2016-07/msg00021.html (9,188 bytes)

235. Re: [Bug-wget] [PATCH] Keep fetched URLs in POSIX extended attributes (score: 2)
Author: HIDDEN
Date: Fri, 22 Jul 2016 14:04:38 +0200
Hi Sean, thank you very much, definitely a very nice feature ! I extended the commit message with GNU stuff and pushed it. This feature deserves to be extended :-) I have the mime type and the conten
/archive/html/bug-wget/2016-07/msg00020.html (8,667 bytes)

236. [Bug-wget] [PATCH] Keep fetched URLs in POSIX extended attributes (score: 2)
Author: HIDDEN
Date: Thu, 21 Jul 2016 14:33:23 +1000
Hi, I find it useful to keep track of where files are downloaded from. POSIX extended attributes provide a lightweight portable method of keeping this information across Linux, OS/X, FreeBSD and many
/archive/html/bug-wget/2016-07/msg00018.html (7,767 bytes)

237. [Bug-wget] [bug #48193] Build fails unless -liconv set explicitly in LDFLAGS (score: 2)
Author: HIDDEN
Date: Fri, 10 Jun 2016 10:46:28 +0000 (UTC)
URL: <http://savannah.gnu.org/bugs/?48193> Summary: Build fails unless -liconv set explicitly in LDFLAGS Project: GNU Wget Submitted by: ilovezfs Submitted on: Fri 10 Jun 2016 10:46:26 AM GMT Categor
/archive/html/bug-wget/2016-06/msg00037.html (8,261 bytes)

238. Re: [Bug-wget] Google Summer of Code 2016 (score: 2)
Author: HIDDEN
Date: Wed, 2 Mar 2016 08:35:55 +0100
Thanks for the quick reply. I went through the repository and the issues, and found a couple of things I would like to work on. I have a couple of questions about Wget2. Is it a complete rewrite of t
/archive/html/bug-wget/2016-03/msg00007.html (12,051 bytes)

239. Re: [Bug-wget] flock is not available on solaris 10 (at least sparc) (score: 2)
Author: HIDDEN
Date: Sat, 12 Dec 2015 20:23:17 +0100
I'm using wget-1.17.1.tar.gz pushed yesterday on http://ftp.gnu.org/pub/gnu Here are my attempts to make wget compile on Solaris 10 (sol-10-u11-ga-sparc-dvd.iso) address@hidden uname -a SunOS pastre
/archive/html/bug-wget/2015-12/msg00094.html (13,845 bytes)

240. Re: [Bug-wget] Can't build wget with GnuTLS on Mac OS X (score: 2)
Author: HIDDEN
Date: Sun, 06 Dec 2015 11:59:13 +0100
Am Sonntag, 6. Dezember 2015, 12:48:45 schrieb 桃源老師: IMO, it's a bad idea... (and I have not much experience with that), please read http://www.akkadia.org/drepper/no_static_linking.html and
/archive/html/bug-wget/2015-12/msg00035.html (7,868 bytes)


This search system is powered by Namazu