]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Remember that the NTLM-authorized TCP connections stay authorized.
[wget] / src / ChangeLog
index f9f4b4f16ce3258dfd469f4249d0dbb3e575fe46..eb496ec99efdd0758a571583321567fbbc8a4994 100644 (file)
@@ -1,3 +1,14 @@
+2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cmpt.c: Reenable the memmove implementation for systems that
+       lack it.
+
+       * http.c (gethttp): Store the "authorized" state of the persistent
+       connection.
+       (request_remove_header): New function.
+       (gethttp): Don't send the "Basic" authentication if the connection
+       is already authorized.
+
 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * utils.c (base64_encode): Treat input as unsigned chars.