]> sjero.net Git - wget/blobdiff - src/ChangeLog
activate itimer support.
[wget] / src / ChangeLog
index caebc5e4c040a33b5d0eb4c37cbaff1a11bc2a88..52790ca2ec82648fd2a8d7c197dce45d3964d15c 100644 (file)
@@ -1,3 +1,38 @@
+2012-03-29  From: Tim Ruehsen <tim.ruehsen@gmx.de> (tiny change)
+
+       * utils.c (library): Include <sys/time.h>.
+
+2012-03-25  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * utils.c: Include <sys/ioctl.h>.
+
+       * ptimer.c: Include <sys/time.h>.
+
+       * connect.c: Include <sys/socket.h>, <sys/select.h>, <sys/time.h>.
+       Reported by: Ray Satiro <raysatiro@yahoo.com>.
+
+2012-03-25 Ray Satiro <raysatiro@yahoo.com>
+
+       * build_info.c.in: Check that HAVE_LIBSSL32 is defined when OpenSSL
+       is used.
+
+2012-03-07  Steven Schubiger  <stsc@member.fsf.org>
+
+       * init.c (wgetrc_user_file_name): Correct typo.
+
+2012-03-06   Sasikantha Babu   <sasikanth.v19@gmail.com>
+
+       * utils.c (convert_to_bits): Added new function convert_to_bits to
+       convert bytes to bits.
+       * retr.c (calc_rate): Modified the function to handle --bits
+       option and download rate calculated as bits per sec (SI-prefix)
+       for --bits otherwise bytes (IEC-prefix).
+       (retr_rate): Rates will display in bits per sec for --bits.
+       * options.h (struct opt): Added --bit option bool variable bits_fmt.
+       * main.c (print_help) : Added help for --bit.
+       * init.c: Defined command for --bit option.
+       * retr.h: Added function prototype.
+
 2012-02-26  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * main.c: Include "closeout.h"