]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Implement correct parsing of HTTP Content-Disposition header.
[wget] / src / ChangeLog
index 9aab2bf90b280a580b24494874fa1452a2396692..7b45114141be23c807beebd3e26f0dd80c467cd9 100644 (file)
@@ -1,7 +1,32 @@
+2006-02-03  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * http.c: Fixed support for Content-Disposition header.
+
+       * test.c: Added test_parse_content_disposition to the list of unit
+       tests to run.
+
+2006-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c: Don't define countof if it's already defined.
+
+       * hash.c: Obtain the definition of uintptr_t when standalone.
+
+2006-01-30  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * http.c: Changed output format. Removed excessively verbose debugging
+       output.
+
+2005-12-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * http.c: Fixed pre-download verbose output which was broken by 
+       HTTP code refactoring.
+
 2005-11-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
-       * http.c: Refactored HTTP code. Added support for
-       Content-Disposition header. 
+       * http.c: Refactored HTTP code.  If -O is not used, the new code
+       delays the choice of the file name where the downloaded resource
+       will be saved until the HTTP headers have been retrieved.
+       Added support for Content-Disposition header. 
 
 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>