bug-wget archive search

Search String: Display: Description: Sort:

Results:

References: [ warc: 295 ]

Total 295 documents matching your query.

261. Re: [Bug-wget] 'xfree' undefined (score: 2)
Author: HIDDEN
Date: Fri, 28 Nov 2014 09:58:50 +0100
Gisle is right. The current compilation with gcc/linux has also lots of these: gettext.h: In function 'dcpgettext_expr': gettext.h:218:9: warning: implicit declaration of function 'xfree' [- Wimplici
/archive/html/bug-wget/2014-11/msg00313.html (8,804 bytes)

262. Re: [Bug-wget] 'xfree' undefined (score: 2)
Author: HIDDEN
Date: Thu, 27 Nov 2014 23:26:51 +0530
And that is precisely why I've been gunning for getting a good CI setup in place. The above patch worked for me flawlessly, but is causing problems on the MSVC compiler. undefined; That is exactly ho
/archive/html/bug-wget/2014-11/msg00310.html (7,091 bytes)

263. [Bug-wget] 'xfree' undefined (score: 2)
Author: HIDDEN
Date: Thu, 27 Nov 2014 17:32:17 +0000
The recent change [1] to gettext.h of replacing free() with xfree() has generated many warnings on MSVC: cl -nologo -MD ... -c cookies.c g:\mingw32\src\inet\wget\src\gettext.h(218) : warning C4013: '
/archive/html/bug-wget/2014-11/msg00309.html (5,942 bytes)

264. [Bug-wget] [PATCH 7/8] Remove defensive assert in cookies.c (score: 2)
Author: HIDDEN
Date: Sat, 22 Nov 2014 14:52:21 +0530
-- src/ChangeLog | 5 +++++ src/cookies.c | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 4a2b1b9..c0d6466 100644 -- a/src/ChangeLog +++
/archive/html/bug-wget/2014-11/msg00272.html (8,086 bytes)

265. [Bug-wget] [PATCH 2/5] use pkg-config to check libuuid deps if available (score: 2)
Author: HIDDEN
Date: Mon, 27 Oct 2014 14:55:22 -0400
Newer versions of these packages ship with pkg-config files, so if we can detect it via those, do so. If that fails, fall back to the old methods. Also add a configure flag to explicitly control its
/archive/html/bug-wget/2014-10/msg00165.html (7,538 bytes)

266. [Bug-wget] [PATCH 04/14] Drop usage of strncpy (score: 2)
Author: HIDDEN
Date: Wed, 11 Jun 2014 17:05:15 +0200
-- src/ChangeLog | 15 +++++++++++++++ src/css-url.c | 25 +++-- src/ftp-basic.c | 10 +++++-- src/ftp.c | 14 +++++++++-- src/http.c | 8 +++++-- src/init.c | 9 ++-- src/mswindows.c | 7 +++-- src/retr.c
/archive/html/bug-wget/2014-06/msg00047.html (20,761 bytes)

267. [Bug-wget] [PATCH 00/14] fix "make syntax-check" (score: 2)
Author: HIDDEN
Date: Wed, 11 Jun 2014 17:05:11 +0200
A bunch of patches to fix "make syntax-check". Some of them were really made just to accomodate make syntax-check as "ftp: Replace main() with main in comments.". Let me know if you spot anything wro
/archive/html/bug-wget/2014-06/msg00043.html (15,543 bytes)

268. [Bug-wget] [PATCH v6 0/5] Make wget capable of starting downloads from a specified position. (score: 2)
Author: HIDDEN
Date: Wed, 19 Mar 2014 23:42:03 +0800
This series tries to add an option `--start-pos' for specifying starting position of a HTTP or FTP download. Also inclued are 3 fixes for the test infrastructure and 3 test cases for the new option.
/archive/html/bug-wget/2014-03/msg00119.html (9,204 bytes)

269. [Bug-wget] [PATCH v5 0/4] Make wget capable of starting downloads from a specified position. (score: 2)
Author: HIDDEN
Date: Fri, 14 Feb 2014 10:06:45 +0800
This series tries to add an option `--start-pos' for specifying starting position of a HTTP or FTP download. Also inclued are 2 fixes for the test infrastructure and 3 test cases for the new option.
/archive/html/bug-wget/2014-02/msg00015.html (7,749 bytes)

270. [Bug-wget] Detected bugs by bugprobe (score: 2)
Author: HIDDEN
Date: Fri, 20 Sep 2013 16:20:08 +0800 (CST)
Hi, all, The followings are some bugs found by our static analysis tool bugprobe in wget-1.14. In file recur.c At line 281, function url_parse may return NULL assigned to url_parsed. Function retriev
/archive/html/bug-wget/2013-09/msg00089.html (4,593 bytes)

271. Re: [Bug-wget] [PATCH] GnuTLS certificate loading (score: 2)
Author: HIDDEN
Date: Wed, 07 Aug 2013 16:54:47 +0200
Am Mittwoch, 7. August 2013, 00:18:25 schrieb Giuseppe Scrivano: gnutls improvements Merge branch 'master' of git://git.savannah.gnu.org/wget xxx openssl: fix build. commit e22095a7641c8a74ed6b3566ad
/archive/html/bug-wget/2013-08/msg00025.html (12,919 bytes)

272. Re: [Bug-wget] [bug-wget] Compiling Wget on Windows (score: 2)
Author: HIDDEN
Date: Thu, 13 Jun 2013 21:53:08 -0700 (PDT)
[...] Also there's a patch for that on the parallel-wget branch, "MinGW compatibility fixes". I stand corrected, the bootstrapping process appears to work properly with mingw now. I tested in a clea
/archive/html/bug-wget/2013-06/msg00032.html (6,742 bytes)

273. [Bug-wget] libgnutls config error (score: 2)
Author: HIDDEN
Date: Fri, 5 Apr 2013 20:16:32 +0000
I've made a new install of GNU wget 1.14 on a couple of Ubuntu VM servers (one running Ubuntu 10.04 and the other 12.04). My aim is to secure WARC file creation capabilities. In both instances I hit
/archive/html/bug-wget/2013-04/msg00005.html (5,479 bytes)

274. Re: [Bug-wget] FeatureSpecification - HTTP compression (score: 2)
Author: HIDDEN
Date: Sun, 9 Dec 2012 11:45:56 +0100
Am Samstag, 8. Dezember 2012 schrieb address@hidden: The next Wget to come (still called Mget) already has this feature working. https://github.com/rockdaboot/mget It still needs some work to do, any
/archive/html/bug-wget/2012-12/msg00005.html (5,916 bytes)

275. [Bug-wget] [PATCH] Mark more strings for translatio n (score: 2)
Author: HIDDEN
Date: Sun, 2 Sep 2012 16:33:09 +0700
-- ChangeLog | 5 +++++ po/POTFILES.in | 5 +++++ src/main.c | 2 +- src/mswindows.c | 6 +++-- src/recur.c | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog ind
/archive/html/bug-wget/2012-09/msg00002.html (7,410 bytes)

276. Re: [Bug-wget] GNU wget 1.14 released (score: 2)
Author: HIDDEN
Date: Thu, 30 Aug 2012 09:15:34 -0500 (CDT)
Changes to the generic code (lib/tmpdir.c, src/warc.c) for VMS should be available here: http://antinode.info/ftp/wget/wget-1_14a_vms/wget-1_14a.du A source kit which includes VMS-specific code and b
/archive/html/bug-wget/2012-08/msg00080.html (5,762 bytes)

277. [Bug-wget] [PATCH] detect openssl/pcre/libuuid/zlib via pkg-config if it's available (score: 2)
Author: HIDDEN
Date: Mon, 27 Aug 2012 17:13:54 -0400
Newer versions of these packages ship with pkg-config files, so if we can detect it via those, do so. If that fails, fall back to the old methods. Signed-off-by: Mike Frysinger <address@hidden> -- co
/archive/html/bug-wget/2012-08/msg00073.html (9,473 bytes)

278. Re: [Bug-wget] wget2.0 / niwt / refactoring (score: 2)
Author: HIDDEN
Date: Tue, 14 Aug 2012 11:25:32 +0200
Am Monday 13 August 2012 schrieb Micah Cowan: 90% correct. I already rewrote the basic parts for Mget, so a big bunch of work is done. And than, we don't have to rewrite everything else BUT we should
/archive/html/bug-wget/2012-08/msg00051.html (12,954 bytes)

279. Re: [Bug-wget] GNU wget 1.14 released (score: 2)
Author: HIDDEN
Date: Mon, 6 Aug 2012 13:57:38 -0700
I think you meant: ** Accept the arguments --accept-regex and --reject-regex. Tony --Original Message-- From: address@hidden [mailto:address@hidden On Behalf Of Giuseppe Scrivano Sent: Monday, August
/archive/html/bug-wget/2012-08/msg00008.html (7,413 bytes)

280. [Bug-wget] GNU wget 1.14 released (score: 2)
Author: HIDDEN
Date: Mon, 06 Aug 2012 21:21:25 +0200
Hello, I am pleased to announce the new version of GNU wget. It is available for download here: ftp://ftp.gnu.org/gnu/wget/wget-1.14.tar.gz ftp://ftp.gnu.org/gnu/wget/wget-1.14.tar.xz and the GPG det
/archive/html/bug-wget/2012-08/msg00007.html (6,995 bytes)


This search system is powered by Namazu