]> sjero.net Git - wget/blobdiff - src/ChangeLog
Use the gnulib md5 module.
[wget] / src / ChangeLog
index 34e3ad1f20cf89a1170f3c74f1b79ee3d03aa937..03b6ecdf45dd263ce3c9a156dcbd05454c7ffd96 100644 (file)
@@ -1,3 +1,207 @@
+2010-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am (LDADD): Remove MD5_LDADD.
+       (MD5_LDADD): Remove definition.
+       (AM_CPPFLAGS): Remove MD5_CPPFLAGS.
+       (version.c): Remove dependency from MD5_LDADD.
+       (../md5/libmd5.a): Remove rule.
+
+       * ftp-opie.c: Include "md5.h".  Do not include "gen-md5.h".
+       (skey_response): New variable ctx.  Use md5 functions from the gnulib
+       module instead of functions defined previously in the "gen-md5.h" file.
+
+       * gen-md5.h: Remove file.
+       * gen-md5.c: Likewise.
+
+       * http.c: Include "md5.h".  Do not include "gen-md5.h".
+       (digest_authentication_encode): New variable ctx.  Use md5 functions
+       from the gnulib module instead of functions defined previously in the
+       "gen-md5.h" file.
+
+2010-05-15  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am: Quote any path using $(top_srcdir) or $(top_builddir).
+       (version.c): Remove dependency from configure.ac and Makefile.am.
+
+       * css.l: Include "wget.h".
+
+2010-05-08  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am: Update copyright years.
+
+       * cmpt.c: Likewise.
+
+       * connect.h: Likewise.
+
+       * convert.c: Likewise.
+
+       * convert.h: Likewise.
+
+       * cookies.c: Likewise.
+
+       * cookies.h: Likewise.
+
+       * css-tokens.h: Likewise.
+
+       * css-url.c: Likewise.
+
+       * css-url.h: Likewise.
+
+       * css.l: Likewise.
+
+       * exits.c: Likewise.
+
+       * exits.h: Likewise.
+
+       * ftp-basic.c: Likewise.
+
+       * ftp-ls.c: Likewise.
+
+       * ftp-opie.c: Likewise.
+
+       * ftp.c: Likewise.
+
+       * ftp.h: Likewise.
+
+       * gen-md5.c: Likewise.
+
+       * gen-md5.h: Likewise.
+
+       * gettext.h: Likewise.
+
+       * gnutls.c: Likewise.
+
+       * hash.c: Likewise.
+
+       * hash.h: Likewise.
+
+       * host.c: Likewise.
+
+       * host.h: Likewise.
+       * html-parse.c: Likewise.
+
+       * html-parse.h: Likewise.
+
+       * html-url.c: Likewise.
+
+       * html-url.h: Likewise.
+
+       * http-ntlm.c: Likewise.
+
+       * http-ntlm.h: Likewise.
+
+       * http.c: Likewise.
+
+       * http.h: Likewise.
+
+       * init.c: Likewise.
+
+       * init.h: Likewise.
+
+       * iri.c: Likewise.
+
+       * iri.h: Likewise.
+
+       * log.c: Likewise.
+
+       * log.h: Likewise.
+
+       * main.c: Likewise.
+
+       * mswindows.c: Likewise.
+
+       * mswindows.h: Likewise.
+
+       * netrc.c: Likewise.
+
+       * netrc.h: Likewise.
+
+       * openssl.c: Likewise.
+
+       * options.h: Likewise.
+       * progress.c: Likewise.
+
+       * progress.h: Likewise.
+
+       * ptimer.c: Likewise.
+
+       * ptimer.h: Likewise.
+
+       * recur.c: Likewise.
+
+       * recur.h: Likewise.
+
+       * res.c: Likewise.
+
+       * res.h: Likewise.
+
+       * retr.c: Likewise.
+
+       * retr.h: Likewise.
+
+       * spider.c: Likewise.
+
+       * spider.h: Likewise.
+
+       * ssl.h: Likewise.
+
+       * sysdep.h: Likewise.
+
+       * test.c: Likewise.
+
+       * test.h: Likewise.
+
+       * url.c: Likewise.
+
+       * url.h: Likewise.
+
+       * utils.c: Likewise.
+
+       * utils.h: Likewise.
+
+       * wget.h: Likewise.
+
+2010-05-07  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * gnutls.c (wgnutls_close): Use always `close', not `closesocket'.
+
+       * openssl.c (openssl_close): Use always `close', not `closesocket'.
+       (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
+       Define FD_TO_SOCKET if it is not yet defined.
+
+       * Makefile.am (libunittest_a_CPPFLAGS): Add -I$(top_builddir)/lib.
+
+       * mswindows.h: Always include <winsock2.h> and <ws2tcpip.h>.  Do not
+       include <winsock.h>.
+       [! INHIBIT_WRAP]: Remove macro's socket, bind, connect, accept, recv,
+       send, select, getsockname, getpeername, setsockopt, closesocket.
+       Remove wrapped_socket, wrapped_bind, wrapped_connect, wrapped_listen,
+       wrapped_accept, wrapped_recv, wrapped_send, wrapped_select,
+       wrapped_getsockname, wrapped_getpeername, wrapped_setsockopt,
+       wrapped_closesocket prototypes.
+
+       * mswindows.c:  Remove wrapped_socket, wrapped_bind, wrapped_connect,
+       wrapped_listen, wrapped_accept, wrapped_recv, wrapped_send,
+       wrapped_select, wrapped_getsockname, wrapped_getpeername,
+       wrapped_setsockopt, wrapped_closesocket functions.  Remove WRAP macro.
+
+       * host.h [WINDOWS]: Include <winsock2.h> not <winsock.h>.
+
+       * connect.c: Include <sys/socket.h> and <sys/select.h> on any platform,
+       gnulib ensures they exist.  Remove `read', `write', `close' macros.
+
+       * Makefile.am: Copy build_info.c.in only if we are working in a VPATH.
+       (AM_CPPFLAGS): Add directory with generated gnulib files.
+
+2010-05-06  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * Makefile.am (build_info.c): Generate build_info.c in the builddir,
+       not srcdir.
+
+2010-05-05  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (gethttp): Give a nicer message on a malformed status line.
+
 2010-05-04  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * http.c (gethttp): Check `resp_status' return code and handle