bug-wget archive search

Search String: Display: Description: Sort:

Results:

References: [ warc: 295 ]

Total 295 documents matching your query.

121. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Sat, 24 Nov 2012 17:20:57 +0100
The 22 is a magic number, based in the fact that 1e21 > INT64_MAX I think it should be #defined in wget.h It could be defined variable depending on the different MAX values, eg. sizeof( STRINGIZE( IN
/archive/html/bug-wget/2012-11/msg00067.html (8,958 bytes)

122. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Thu, 15 Nov 2012 17:21:39 +0100
Pre-POSIX compatibility that Wget used to do would probably be inappropriate in this age, but it would be nice if Wget kept supporting C89. High portability was always part of Wget's mission, and tha
/archive/html/bug-wget/2012-11/msg00049.html (8,423 bytes)

123. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Thu, 15 Nov 2012 10:12:07 +0100
Hey cool, you made these patches so satisfy MS Visual C ??? But if you are in the mood to fix warnings, here are some more ;-) CFLAGS="-O2 -std=gnu99 -pedantic -Wall -Wstrict-prototypes -Wold-stylede
/archive/html/bug-wget/2012-11/msg00048.html (9,603 bytes)

124. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Wed, 14 Nov 2012 17:59:39 +0100
Plus a chunk of small changes removing mixed code and declarations. Attachment: 0001-Removed-mixed-declarations-and-code-making-more-C89-.patch Description: Text Data
/archive/html/bug-wget/2012-11/msg00042.html (8,890 bytes)

125. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Wed, 14 Nov 2012 17:42:09 +0100
Another easy-to-fix warning. Attachment: 0001-Fix-warning-about-format-p-expecting-an-argument-of-.patch Description: Text Data
/archive/html/bug-wget/2012-11/msg00041.html (9,032 bytes)

126. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Wed, 14 Nov 2012 17:36:36 +0100
Attaching the aforementioned patch. Attachment: 0001-Fix-compilation-under-gcc-std-c89.patch Description: Text Data
/archive/html/bug-wget/2012-11/msg00040.html (8,860 bytes)

127. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Wed, 14 Nov 2012 17:28:35 +0100
I tried it, and it only needs a one line change to be compilable :) Remember to run CC='gcc -std=c89' ./configure first, or otherwise you're using a configuration tailed to another compiler with a c8
/archive/html/bug-wget/2012-11/msg00039.html (9,256 bytes)

128. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Wed, 14 Nov 2012 13:19:26 +0100 (CET)
Taking this into account: is there any good point in not using long long ? The code is already "polluted" by c99 stuff. Right. I figure "someone" needs to decide where the compatibility line should b
/archive/html/bug-wget/2012-11/msg00034.html (8,051 bytes)

129. Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms (score: 33)
Author: HIDDEN
Date: Wed, 14 Nov 2012 11:34:10 +0100 (CET)
as David Ryskalczyk stated, just two printf format specifiers might cause the havoc. I think, there is not need to use wgint instead of off_t. @Guiseppe: please apply the appended patches (maybe addi
/archive/html/bug-wget/2012-11/msg00032.html (7,568 bytes)

130. Re: [Bug-wget] Fix: Large files in WARC (score: 33)
Author: HIDDEN
Date: Sat, 04 Feb 2012 11:07:44 +0100
_FILE_OFFSET_BITS is defined by the "AC_SYS_LARGEFILE" macro in the configure.ac file so we haven't to worry about it. Cheers, Giuseppe
/archive/html/bug-wget/2012-02/msg00006.html (4,671 bytes)

131. Re: [Bug-wget] WARC, new version (score: 33)
Author: HIDDEN
Date: Fri, 04 Nov 2011 22:27:57 +0100
lovely. I am going to push it soon with some small adjustments. Thanks for the great work. Whenever it happens to be in the same place, I'll buy you a beer :-) Cheers, Giuseppe
/archive/html/bug-wget/2011-11/msg00000.html (4,433 bytes)

132. [Bug-wget] [PATCH 2/5] Remove the full stops from option descriptions. (score: 29)
Author: HIDDEN
Date: Tue, 9 Dec 2014 22:17:41 +0100
And use semicolons to separate multiple phrases in a description. -- src/main.c | 280 ++++++++++++++++++++++++++++++-- 1 files changed, 140 insertions(+), 140 deletions(-) diff --git a/src/main.c b/s
/archive/html/bug-wget/2014-12/msg00041.html (33,375 bytes)

133. Re: [Bug-wget] [PATCH] Fixing C89 warnings (score: 17)
Author: HIDDEN
Date: Thu, 20 Nov 2014 14:51:06 +0100
Hi Gisle, please always answer to the mailing list. You don't have the latest git version, at least your diff isn't based on it. I pushed the C89 changes right before I asked you to give me the compi
/archive/html/bug-wget/2014-11/msg00220.html (9,232 bytes)

134. Re: [Bug-wget] bootstrap modules missing (score: 17)
Author: HIDDEN
Date: Tue, 20 Mar 2012 20:41:47 +0100
thanks! I have included the ChangeLog entry and pushed it. Giuseppe
/archive/html/bug-wget/2012-03/msg00068.html (5,877 bytes)

135. [Bug-wget] bootstrap modules missing (score: 17)
Author: HIDDEN
Date: Tue, 20 Mar 2012 19:59:40 +0100
I noticed that the gnulib modules ftello, mkstemp and strtok_r are needed for windows build, but not listed in bootstrap.conf Patch attached. These are the errors that I got without it: Attachment: w
/archive/html/bug-wget/2012-03/msg00066.html (5,847 bytes)

136. [Bug-wget] Some possible Inconsistencies in WGET 1.15 (score: 15)
Author: HIDDEN
Date: Wed, 23 Jul 2014 03:10:27 +0000
Hi, I've recently undertaken an exercise to map the command line switches of WGET 1.15 alongside the commands available in the config file I specify with --config=FILE. See attached file for detail.
/archive/html/bug-wget/2014-07/msg00084.html (6,999 bytes)

137. [Bug-wget] [PATCH 02/14] Do not use exit() with a magic number (score: 13)
Author: HIDDEN
Date: Wed, 11 Jun 2014 17:05:13 +0200
-- src/ChangeLog | 14 ++++++++ src/exits.c | 18 -- src/exits.h | 17 ++++++++++ src/init.c | 14 ++++-- src/log.c | 5 +-- src/main.c | 88 ++++++++++++++++++++++++-- src/mswindows.c | 6 ++-- src/netrc.c
/archive/html/bug-wget/2014-06/msg00045.html (29,021 bytes)

138. Re: [Bug-wget] How to intercept wget to extract the raw requests and the raw responses? (score: 10)
Author: HIDDEN
Date: Thu, 15 Feb 2018 21:34:22 +0200
wget --warc-file=httpbin -qO- https://httpbin.org/get How to convert the warc format to the actual header of requests and responses? Greetings WARC is gzipped plain text. wget --warc-file=httpbin --n
/archive/html/bug-wget/2018-02/msg00025.html (6,867 bytes)

139. Re: [Bug-wget] Cannot compile current bzr trunk: undefined reference to `gzwrite' / `gzclose' / `gzdopen' (score: 10)
Author: HIDDEN
Date: Mon, 09 Jan 2012 08:12:25 +0800
The make fails[...] I've redone the installation process from the very scratch: * ran bzr branch in a newly created folder, * ran bootstrap script. The bootstrap script told warnings: on stdout: Noti
/archive/html/bug-wget/2012-01/msg00027.html (9,264 bytes)

140. [Bug-wget] patch for writing cdx records (score: 9)
Author: HIDDEN
Date: Wed, 22 Mar 2017 14:01:50 +0100
Hi, attached you can find a patch that proposes a change to the file warc.c. The change will use url_escape to escape reserved characters in the redirect_location. Up to the current version (1.19) wg
/archive/html/bug-wget/2017-03/msg00115.html (5,026 bytes)


This search system is powered by Namazu