]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Committed my patches from <sxsbsw16sbu.fsf@florida.arsdigita.de>
[wget] / src / ChangeLog
index 490dbd09575a282c2678a0a68f29cc6dffb7ba11..6392cc4198b886bb097b4a1af5aa6986f8fec576 100644 (file)
@@ -1,3 +1,20 @@
+2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * ftp.c (getftp): Ditto.
+
+       * http.c (gethttp): Rewind the stream when retrying from scratch.
+
+2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * retr.c (retrieve_url): Use url_concat() to handle relative
+       redirections instead of /ad hoc/ code.
+
+       * url.c (url_concat): New function encapsulating weird
+       construct().
+       (urllen_http_hack): New function.
+       (construct): When constructing new URLs, recognize that `?' does
+       not form part of the file name in HTTP.
+
 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
 
        * retr.c: Add msec timing support for WINDOWS.