]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Major refactoring of HTTP code. Added support for Content-Disposition header.
[wget] / src / ChangeLog
index e02968a8ad9579499a0adf6982f71d8daeabed9f..9aab2bf90b280a580b24494874fa1452a2396692 100644 (file)
@@ -1,3 +1,39 @@
+2005-11-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * http.c: Refactored HTTP code. Added support for
+       Content-Disposition header. 
+
+2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c (INVALID_PTR): Use uintptr_t instead of unsigned long.
+       (hash_pointer): Don't assume a pointer fits in `unsigned long'.
+
+2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Makefile.in: Removed support for unit testing (now it is in
+       tests/Makefile.in).
+
+2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Makefile.in: Added basic support for unit testing.
+
+       * test.c: Ditto.
+       
+       * test.h: Ditto.
+       
+2005-10-13  Daniel Stenberg  <daniel@haxx.se>
+
+       * http-ntlm.c (ntlm_output): Fixed buffer overflow vulnerability.
+
+2005-10-09  Russ Allbery  <rra@stanford.edu>
+
+       * snprintf.c: Remove round to round_int and pow10 to pow10_int, to
+       avoid warnings from GCC 4.0.
+
+2005-10-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * retr.c: Changed semantics of no_proxy_match.
+
 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * main.c (main): Don't print the summary if nothing has been downloaded.