]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't include netdb.h on windows.
[wget] / src / ChangeLog
index 29075acec3022a28392b3671ed72d5687ecee311..da06509516f7802ccddb652c7c4b5cd12a460918 100644 (file)
@@ -1,3 +1,26 @@
+2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
+
+       * host.h: Don't include netdb.h on windows.
+
+2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * recur.c (retrieve_tree): Handle the case when start_url doesn't
+       parse.
+
+2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
+
+       * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
+       calling xmalloc and memcpy.
+
+2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * host.h: Include Unix-specific includes #ifndef WINDOWS.
+       Patch originally provided by Christian Lackas.
+
+2002-02-11  Christian Lackas  <delta@lackas.net>
+
+       * recur.c: recurive downloading for https fixed.
+
 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
 
        * host.h: Also include <netinet/in.h> and <sys/socket.h>.