]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Generalize connect_with_timeout into run_with_timeout.
[wget] / src / ChangeLog
index d6a89c1a78fc806159c57908d44d3e86a5b97142..e7470ac0c1ce4d963f77afc9b0d2848a5c6eb94c 100644 (file)
@@ -1,3 +1,23 @@
+2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * connect.c (connect_with_timeout): Firing SIGALRM can result in
+       connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
+
+2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * connect.c (connect_with_timeout): Use it.
+
+       * utils.c (run_with_timeout): New function.
+
+2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * url.c (getproxy): Accept a struct url argument.  This obviates
+       the need for USE_PROXY_P.
+
+       * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
+
+       * ftp.c (getftp): Recognize FWTK-style proxy.
+
 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * config.h.in: Only define _VA_LIST when compiled with gcc.