]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] In uri_merge, skip separators appropriate for the scheme when looking
[wget] / src / ChangeLog
index a95a0441a26e82a5203f829bee7f88f5eef1857b..a51ad87d098cb686d4d5919eb87510381be25bed 100644 (file)
@@ -1,7 +1,22 @@
+2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (path_end): Skip separators appropriate for the scheme.
+       (strpbrk_or_eos): Remove gcc-specific version, as the optimization
+       it tried to perform no longer applies.
+
+2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.c: Don't include "connect.h" now that we no longer have
+       socket_has_inet6.
+
+2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.c: Remove extraneous definition of netdb.h.
+
 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
 
-       * http.c (gethttp): Except for head_only, use skip_short_body to
-       skip the non-20x error message before leaving gethttp.
+       * http.c (gethttp): Skip error message body in the keep-alive
+       case.
 
 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>