]> sjero.net Git - wget/blobdiff - src/ChangeLog
warc: Fix segfault if CDX record is not found.
[wget] / src / ChangeLog
index 533a39e6e07582e1aa57d4f11d245ed28ab16d0a..9e74e474683e9f5bfd2ae9bda109f2876bf98cd3 100644 (file)
@@ -1,3 +1,21 @@
+2012-05-30  Gijs van Tulder  <gvtulder@gmail.com>
+
+       * warc.c: Fix segfault if CDX record is not found.
+
+2011-05-26  Steven Schweda  <sms@antinode.info>
+       * connect.c [HAVE_SYS_SOCKET_H]: Include <sys/socket.h>.
+       [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
+
+2012-05-26  Mike Frysinger <vapier@gentoo.org>
+
+       * warc.c: Change type of `warc_current_gzfile' to gzFile.
+
+2012-05-26  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * warc.c (warc_load_cdx_dedup_file): Change type of `line_length' to
+       ssize_t.
+       Suggested by: Ángel González <keisial@gmail.com>
+
 2012-05-18  Tim Ruehsen  <tim.ruehsen@gmx.de>
 
        * gnutls.c (wgnutls_poll): Honor the specified `timeout' value.