bug-wget archive search

Search String: Display: Description: Sort:

Results:

References: [ warc: 295 ]

Total 295 documents matching your query.

241. Re: [Bug-wget] alpha release (1.13.4.56-620c) (score: 3)
Author: HIDDEN
Date: Sat, 26 May 2012 07:44:17 -0500 (CDT)
It's enough to solve _that_ problem. I gather that the unsigned-size_t problem in "src/warc.c" has been solved, but, so far as I know, the other problems mentioned there may remain (_SOCKADDR_LEN on
/archive/html/bug-wget/2012-05/msg00110.html (6,006 bytes)

242. Re: [Bug-wget] alpha release (1.13.4.56-620c) (score: 2)
Author: HIDDEN
Date: Sat, 26 May 2012 02:56:09 +0200
Done and pushed the patch! Giuseppe
/archive/html/bug-wget/2012-05/msg00105.html (5,301 bytes)

243. [Bug-wget] [PATCH v2] fix build warnings with newer zlib (score: 9)
Author: HIDDEN
Date: Thu, 24 May 2012 20:13:32 -0400
The gz* API from zlib takes a "gzFile", not a "gzFile*". Older versions of zlib didn't trigger a warning because it was typedefed to a void*, but newer ones typedef it to a struct*, so trying to use
/archive/html/bug-wget/2012-05/msg00101.html (6,231 bytes)

244. Re: [Bug-wget] [PATCH] fix build warnings with newer zlib (score: 2)
Author: HIDDEN
Date: Thu, 24 May 2012 23:10:58 +0200
Ok, I have checked that and it is safe to do this change, the rest of the warc.c file assumes the type is a pointer. Old versions defined gzFile as void *, instead new versions use an opaque type as
/archive/html/bug-wget/2012-05/msg00098.html (6,605 bytes)

245. Re: [Bug-wget] alpha release (1.13.4.56-620c) (was: [PATCH] gnutls.c: fix infinite read timeout) (score: 2)
Author: HIDDEN
Date: Wed, 23 May 2012 19:49:21 +0200
getline() returns a ssize_t, there's a bug in defining line_length as size_t Giuseppe, can you add the missing 's'? (src/warc.c line 933)
/archive/html/bug-wget/2012-05/msg00091.html (5,282 bytes)

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

247. [Bug-wget] [PATCH] fix build warnings with newer zlib (score: 9)
Author: HIDDEN
Date: Mon, 21 May 2012 19:06:01 -0400
The gz* API from zlib takes a "gzFile", not a "gzFile*". Older versions of zlib didn't trigger a warning due to how the funcs were written, but newer ones do. So tweak the type (which in reality shou
/archive/html/bug-wget/2012-05/msg00084.html (5,870 bytes)

248. [Bug-wget] [PATCH] Added .gitignore and updated it with file list to ignore for GIT repo (score: 2)
Author: HIDDEN
Date: Tue, 15 May 2012 15:44:56 +0530
git status shows all .os and generated files as Untracked files, Added all those list to .gitignore Signed-off-by: Sasikantha babu <address@hidden> -- .gitignore | 262 +++++++++++++++++++++++++++++++
/archive/html/bug-wget/2012-05/msg00053.html (9,733 bytes)

249. Re: [Bug-wget] [PATCH] removed warnings (score: 3)
Author: HIDDEN
Date: Mon, 14 May 2012 23:21:07 +0200
pushed! Thanks, Giuseppe
/archive/html/bug-wget/2012-05/msg00046.html (4,365 bytes)

250. [Bug-wget] [PATCH] removed warnings (score: 3)
Author: HIDDEN
Date: Mon, 14 May 2012 17:41:44 +0200
No functional changes, just removed warnings. * hash.c/hash.h: Removed 'discards const qualifier' warnings warc.c/warc.h: Likewise http.c: Likewise url.c: Likewise Tim Attachment: 0001-removed-const-
/archive/html/bug-wget/2012-05/msg00043.html (4,560 bytes)

251. Re: [Bug-wget] [PATCH] memory leak in warc.c (score: 34)
Author: HIDDEN
Date: Fri, 13 Apr 2012 21:35:55 +0200
yes, I have added a ChangeLog entry and have applied it. Thanks! Giuseppe
/archive/html/bug-wget/2012-04/msg00065.html (4,687 bytes)

252. [Bug-wget] [PATCH] fix type for warc_current_gzfile (score: 7)
Author: HIDDEN
Date: Fri, 13 Apr 2012 11:28:39 +0200
warc_current_gzfile must be of type gzFile, not gzFile *. It also fixed these compiler warnings: warc.c: In function 'warc_write_buffer': warc.c:144:7: warning: passing argument 1 of 'gzwrite' from i
/archive/html/bug-wget/2012-04/msg00063.html (4,957 bytes)

253. Re: [Bug-wget] [PATCH] fix warning and possible invalid free (score: 2)
Author: HIDDEN
Date: Fri, 13 Apr 2012 10:44:57 +0200
Am Thursday 12 April 2012 schrieb Micah Cowan: Example (compile with gcc x.c -o x): include <stdlib.h> void main(void) { char *buf="dot"; free(buf); } free crashes though gcc did not complain ! To ma
/archive/html/bug-wget/2012-04/msg00061.html (8,125 bytes)

254. Re: [Bug-wget] [PATCH] memory leak in warc.c (score: 34)
Author: HIDDEN
Date: Thu, 12 Apr 2012 23:20:42 +0200
Well found. The patch is Ok.
/archive/html/bug-wget/2012-04/msg00056.html (4,447 bytes)

255. [Bug-wget] [PATCH] memory leak in warc.c (score: 34)
Author: HIDDEN
Date: Thu, 12 Apr 2012 15:25:18 +0200
Freeing the lineptr in warc.c/warc_load_cdx_dedup_file(), allocated by getline(). Tim Attachment: warc_free_getline.diff Description: Text Data
/archive/html/bug-wget/2012-04/msg00049.html (4,617 bytes)

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

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

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

259. Re: [Bug-wget] Fix: Large files in WARC (score: 36)
Author: HIDDEN
Date: Sat, 04 Feb 2012 11:05:11 +0100
Thanks, pushed! Giuseppe
/archive/html/bug-wget/2012-02/msg00005.html (4,869 bytes)

260. Re: [Bug-wget] Fix: Large files in WARC (score: 36)
Author: HIDDEN
Date: Wed, 01 Feb 2012 20:38:42 +0100
You would also need but that seems already handled by configure. I'm not sure if that would work for 32bit Windows, though.
/archive/html/bug-wget/2012-02/msg00004.html (5,006 bytes)


This search system is powered by Namazu