]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Split passive host lookups to a separate function.
[wget] / src / ChangeLog
index 5c1613b3d038fa49e4d4d7c5bb269b06e8fb32c0..3aadeb3705098bf53099fb022d6e54c6affaf8a4 100644 (file)
@@ -1,3 +1,26 @@
+2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * connect.c (resolve_bind_address): Call lookup_host_passive.
+       Make sure that opt.bind_address is resolved only once.
+
+       * host.c (lookup_host_passive): New function, handles "passive"
+       lookups.
+       (lookup_host): Remove the passive flags.  Remove the
+       family-related flags -- use ip_default_family instead.
+
+2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-url.c: Get URLs from <object data="...">.
+
+2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * main.c (option_data): Specify the command to use for --mirror.
+
+2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cookies.c (cookie_handle_set_cookie): Specify exact match for
+       unspecified domains.
+
 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * main.c (main): Removed one-letter options `-C', `-g', `-G', and