]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Updated IPv6 code.
[wget] / src / ChangeLog
index f7e0e94fb4bc64e12068b0e92e80d2d9cf582b1a..0863de3afd4544eb361e1998cc47ec667eea7411 100644 (file)
@@ -1,3 +1,28 @@
+2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.h: Defined accessors for elements of ip_address.  Updated
+       all callers.
+       (address_list_match_all): Use memcmp in the non-IPv6 case.
+
+       * wget.h (CONNECT_ERROR): Don't retry connecting if connect()
+       returned EAFNOSUPPORT.
+
+2003-10-27  Mauro Tortonesi <mauro@deepspace6.net>
+
+       * host.c, connect.c, ftp.c, ...: Added support for dual-family
+       IPv6.  Reworked FTP code.
+
+2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * sysdep.h: Include inttypes.h where available.
+
+       * host.c: Switch from u_int32_t to uint32_t.
+
+2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * netrc.c (parse_netrc): Reset the QUOTE flag after the closing
+       quote.
+
 2003-10-25  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * url.c (is_valid_ipv6_address): Reformat to GNU coding style.