]> sjero.net Git - wget/blob - src/ChangeLog
Bugfix: Avoid double free of iri->orig_url
[wget] / src / ChangeLog
1 2012-12-08  Michael Stapelberg <michael@stapelberg.de> (tiny change)
2
3         * retr.c (retrieve_url): Set iri->orig_url to NULL after it is
4         freed.
5
6 2012-11-26  Giuseppe Scrivano  <gscrivano@gnu.org>
7
8         * wget.h (MAX_INT_TO_STRING_LEN): Define macro.
9         * warc.c (warc_write_block_from_file): Use `MAX_INT_TO_STRING_LEN'
10         to find the buffer size.
11         (warc_write_cdx_record): Likewise.
12
13 2012-09-03  Tim Ruehsen  <tim.ruehsen@gmx.de>
14
15         * http.c (digest_authentication_encode): Add support for RFC 2617
16         MD5-sess authentication algorithm.
17         Feature request and testing by: Avinash <pavinash@gmail.com>
18
19 2012-11-14  Ángel González  <keisial@gmail.com>
20
21         * warc.c (warc_sha1_stream_with_payload): Fix compilation under
22         gcc -std=c89.
23
24 2012-11-24  Gijs van Tulder  <gvtulder@gmail.com>
25
26         * warc.c (warc_write_cdx_record): Use `number_to_string' to
27         convert the offset to a string.
28
29 2012-11-24  Giuseppe Scrivano  <gscrivano@gnu.org>
30
31         * warc.c (warc_write_block_from_file): Use `number_to_string' to
32         convert the content-length to a string.
33
34 2012-11-15  Giuseppe Scrivano  <gscrivano@gnu.org>
35
36         * retr.c (write_data): Fix comment.
37
38 2012-11-13  Giuseppe Scrivano  <gscrivano@gnu.org>
39
40         * retr.c (fd_read_body): Correctly check the return code from
41         write_data.
42         Reported by: Torsten Scheck <torsten.scheck@gmx.de>
43
44 2012-08-29  Rohit Mathulla <rohit_mathulla@yahoo.com> (tiny change)
45
46         * html-url.c (get_urls_file): Convert shorthand URLs.
47
48 2012-10-07  Ray Satiro <raysatiro@yahoo.com>
49
50         * url.c: Change the functions of a growable string object to null
51         terminate the string.
52         * url.c (append_null): New function to null terminate a growable
53         string object.
54         * url.c (shorten_length): New function to shorten the length of a
55         growable string object.
56
57 2012-10-03 Merinov Nikolay <kim.roader@gmail.com>
58
59         * ftp.c (ftp_loop_internal): Ignore --no-clobber option when
60         receiving directory listing.
61
62 2012-10-07  Tim Ruehsen  <tim.ruehsen@gmx.de>
63             Giuseppe Scrivano  <gscrivano@gnu.org>
64
65         * utils.c (get_max_length): If `pathconf' is not available
66         fallback to PATH_MAX.
67
68 2012-10-06  Giuseppe Scrivano  <gscrivano@gnu.org>
69
70         * http.c (http_loop): Send a HEAD request when -c and
71         --content-disposition are used together.
72
73 2012-09-29 Merinov Nikolay <kim.roader@gmail.com>
74
75         * ftp-ls.c (ftp_parse_winnt_ls): Support filename extracting with
76         new listing format.
77
78 2012-09-29  Tim Ruehsen  <tim.ruehsen@gmx.de>
79
80         * url.h (CHOMP_BUFFER): Add definition.
81         * url.c (url_file_name): New local variables `fname_len_check' and
82         `max_length'. Check that the length of the file name is acceptable.
83         * utils.h (get_max_length): Declare function.
84         * utils.c (get_max_length): New function.
85
86 2012-09-28  Steven Schubiger  <stsc@member.fsf.org>
87
88         * src/recur.c (retrieve_tree): Combine duplicated code.
89
90 2012-09-02  Nguyễn Thái Ngọc Duy  <pclouds@gmail.com> (tiny change)
91
92         * src/main.c (main): mark more strings for translation.
93         * src/mswindows.c (fork_to_background): Likewise.
94         * src/recur.c (download_child_p): Likewise.
95
96 2012-08-28  Tim Ruehsen  <tim.ruehsen@gmx.de>
97
98         * gnutls.c (ssl_check_certificate): deinit gnutls_x509_crt_t.
99         * gnutls.c (ssl_init): don't error if CA directory is empty.
100
101 2012-07-07  Giuseppe Scrivano  <gscrivano@gnu.org>
102
103         * html-url.c (cleanup_html_url): Remove "static" modifier.
104         * init.c (cleanup_html_url): Likewise.
105         Reported by: Mike Frysinger <vapier@gentoo.org>.
106
107 2012-08-25  Hrvoje Niksic  <hniksic@gmail.com>
108
109         * warc.c (warc_find_duplicate_cdx_record): Use hash_table_get
110         instead of hash_table_get_pair.
111
112 2012-08-21  <y-iida@secom.co.jp> (tiny change)
113
114         * connect.c (connect_to_ip) [ENABLE_IPV6]: Attempt to use IPv6.
115         * http.c (gethttp): Likewise.
116
117 2012-07-03  Steven Schubiger  <stsc@member.fsf.org>
118
119         * init.c: Include warc.h for warc_close in cleanup function.
120
121 2012-07-08  Steven Schubiger  <stsc@member.fsf.org>
122
123         * exits.h: Fix comment.
124         * exits.c: Likewise.
125
126 2012-07-07  Tim Ruehsen <tim.ruehsen@gmx.de>
127
128         (digest_authentication_encode): Add support for RFC 2617 Digest
129         Access Authentication.
130
131 2012-07-07  Giuseppe Scrivano  <gscrivano@gnu.org>
132
133         * http.c (http_loop): Fix log message.
134         * main.c (main): Likewise.
135         Reported by: Petr Pisar <petr.pisar@atlas.cz>
136
137 2012-06-17  Giuseppe Scrivano  <gscrivano@gnu.org>
138
139         * wget.h: Define `CLOSEFAILED'.
140         * init.c: Include "exits.h".
141         (cleanup): Check `fclose' failure.
142         * exits.c (get_status_for_err): Handle `CLOSEFAILED'.
143
144 2012-06-16  Giuseppe Scrivano  <gscrivano@gnu.org>
145
146         * main.c (main): Move some cleanup related function to...
147         * init.c (cleanup): ...here.
148
149         * main.c: Do not include "stdout.h".
150         (main): Do not register `close_stdout' at exit.
151         Reported by: Micah Cowan  <micah@cowan.name>.
152
153 2012-06-09  Giuseppe Scrivano  <gscrivano@gnu.org>
154
155         * main.c (print_help): Move --report-speed under the section
156         "Logging and input file".
157
158 2012-06-06  Giuseppe Scrivano  <gscrivano@gnu.org>
159
160         * main.c (print_help): Rename --bits to --report-bps.
161         (cmdline_options): Likewise.
162         * init.c (commands): Rename --report-bps to --report-speed.
163         (cmd_spec_report_speed): New function.
164
165         * options.h (struct options): Rename `bits_fmt' to `report_bps'.
166         * main.c (print_help): Rename --bits to --report-bps.
167         (cmdline_options): Likewise.
168         * init.c (commands): Likewise
169
170         * progress.c (create_image): Adjust caller.
171         * retr.c (retr_rate): Likewise.
172         * utils.c (convert_to_bits): Likewise.
173
174 2012-06-04  Tim Ruehsen  <tim.ruehsen@gmx.de>
175
176         * main.c (main): Check for filename != NULL.
177         * warc.c (warc_process_cdx_line): Fix memory leak.
178         * utils.c (match_posix_regex, compile_posix_regex): Remove dead
179    assignment.
180         * openssl.c (ssl_init): Fix old-style function definition.
181
182 2012-06-02  Giuseppe Scrivano  <gscrivano@gnu.org>
183
184         * connect.c: Include <sys/socket.h> and <sys/select.h>.
185
186 2012-05-30  Gijs van Tulder  <gvtulder@gmail.com>
187
188         * warc.c: Fix segfault if CDX record is not found.
189
190 2011-05-26  Steven Schweda  <sms@antinode.info>
191         * connect.c [HAVE_SYS_SOCKET_H]: Include <sys/socket.h>.
192         [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
193
194 2012-05-26  Mike Frysinger <vapier@gentoo.org>
195
196         * warc.c: Change type of `warc_current_gzfile' to gzFile.
197
198 2012-05-26  Giuseppe Scrivano  <gscrivano@gnu.org>
199
200         * warc.c (warc_load_cdx_dedup_file): Change type of `line_length' to
201         ssize_t.
202         Suggested by: Ángel González <keisial@gmail.com>
203
204 2012-05-18  Tim Ruehsen  <tim.ruehsen@gmx.de>
205
206         * gnutls.c (wgnutls_poll): Honor the specified `timeout' value.
207         (wgnutls_peek): Likewise.
208
209 2012-05-19  illusionoflife  <illusion.of.life92@gmail.com> (tiny change)
210
211         * convert.c (register_html,register_css): Fixed functions signature to
212         not accept unused argument
213         * retr.c (retrieve_url): Changed register_{css,html} usage according
214         new signature.
215
216 2012-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
217
218         * warc.h: Cut length lines to 80 columns.
219         * warc.c: Likewise.
220
221 2012-05-14  Tim Ruehsen  <tim.ruehsen@gmx.de>
222
223         * gnutls.c (wgnutls_read_timeout): removed warnings, moved fcntl stuff
224         outside loop.
225
226         * hash.h (hash_table_put): Make argument "value" const.
227         * hash.c (hash_table_put): Make argument value const.  Cast `value' to
228         void.
229         * http.c (request_set_header): Make argument `name' const.  Cast `value'
230         and `name' to void*.
231         (request_remove_header): Make argument `name' const.
232         * url.c (url_file_name): Make `index_filename' static.
233         * warc.h (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
234         `payload_digest', `redirect_location', `warc_filename', response_uuid'
235         arguments const. Make `checksum' const.
236         * warc.c (warc_write_date_header): Make the `timestamp' argument const.
237         Make `extension' const.
238         (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
239         `payload_digest', `redirect_location', `warc_filename', response_uuid'
240         arguments const. Make `checksum' const.
241
242 2012-05-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
243
244         * gnutls.c (credentials): Change type to
245         gnutls_certificate_credentials_t.
246         (ssl_init): Do not use deprecated types.
247         (ssl_connect_wget): Likewise.
248
249 2012-04-11  Gijs van Tulder  <gvtulder@gmail.com>
250
251         * init.c: Add --accept-regex, --reject-regex and --regex-type.
252         * main.c: Likewise.
253         * options.c: Likewise.
254         * recur.c: Likewise.
255         * utils.c: Add regex-related functions.
256         * utils.h: Add regex-related functions.
257
258 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de>
259
260         * convert.c (convert_links_in_hashtable): Mmake it static.
261         * cookies.c (parse_set_cookie): Remove empty else branches.
262         * css-url.c: Include "css-url.h".
263         (get_uri_string): Make it static.
264         * css-url.h (get_urls_css): Add protoype.
265         * gnutls.c (ssl_init): Add prototype.
266         * html-parse.c (tagstack_push): Make it static.
267         * html-parse.c (tagstack_pop): Make it static.
268         * html-parse.c (tagstack_find): Make it static.
269         * html-url.c (cleanup_html_url): Make it static.
270         * progress.c (count_cols): Make it static.
271         * progress.c (get_eta): Make it static.
272         * retr.h (convert_to_bits): Remove prototype.
273         * util.h (convert_to_bits): Add prototype.
274         * spider.c (spider_cleanup): Make it static.
275         * warc.c (warc_write_start_record): Add prototype.
276         * warc.c (warc_write_end_record): Add prototype.
277         * warc.c (warc_start_cdx_file): Add prototype.
278         * warc.c (warc_init): Add prototype.
279         * warc.c (warc_load_cdx_dedup_file): Add prototype.
280         * warc.c (warc_write_metadata): Add prototype.
281         * warc.c (warc_close): Add prototype.
282         * warc.c (warc_tempfile): Add prototype.
283         * warc.c (warc_write_warcinfo_record): Make it static.
284         * warc.c (warc_load_cdx_dedup_file): Make it static.
285         * warc.c (warc_write_metadata): Make it static.
286         * warc.h (warc_init): Fix prototype.
287         * warc.h (warc_close): Fix prototype.
288         * warc.h (warc_tempfile): Fix prototype.
289
290 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de>
291
292         * url.c: Use empty query in local filenames.
293
294 2012-04-22  Tim Ruehsen <tim.ruehsen@gmx.de>
295
296         * main.c (main): Dynamically allocate `opt.progress_type'.
297
298 2012-04-21  Tim Ruehsen  <tim.ruehsen@gmx.de>
299
300         * ftp-basic.c (ftp_pasv): Fix memory leak.
301
302         * http.c (gethttp): Fix memory leak.
303
304         * ftp.c (getftp): Silent compiler warning.
305
306 2009-06-14  Phil Pennock  <mutt-dev@spodhuis.org> (tiny change)
307         * host.h: Declare `is_valid_ip_address'.
308         * host.c (is_valid_ip_address): New function.
309         * http.c (gethttp): Specify the hostname to ssl_connect_wget.
310         * gnutls.c (ssl_connect_wget): Specify the server name.
311         * openssl.c (ssl_connect_wget): Likewise.
312         * ssl.h: Change method signature for ssl_connect_wget.
313
314 2012-04-13  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
315
316         * warc.c (warc_load_cdx_dedup_file): Fix a memory leak by freeing
317         `lineptr'.
318
319 2012-04-07  Daniel Kahn Gillmor <dkg@fifthhorseman.net> (tiny change)
320
321         * gnutls.c (key_type_to_gnutls_type): New function.
322         (ssl_init): Use correctly the specified gnutls certificate.
323
324 2012-04-01  Gijs van Tulder  <gvtulder@gmail.com>
325
326         * html-url.c: Prevent crash on incomplete STYLE tag.
327
328 2012-04-01  Giuseppe Scrivano  <gscrivano@gnu.org>
329
330         * gnutls.c (wgnutls_read_timeout): Ensure timer is freed.
331
332         * gnutls.c (wgnutls_read_timeout): Do not use timer if it is not
333         allocated.
334         Reported by: Xu Zhongxing <xu_zhong_xing@163.com>
335
336 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
337
338         * warc.c: make warc_uuid_str() implementation depend on HAVE_LIBUUID.
339
340 2012-03-29  Tim Ruehsen <tim.ruehsen@gmx.de> (tiny change)
341
342         * utils.c (library): Include <sys/time.h>.
343
344 2012-03-25  Giuseppe Scrivano  <gscrivano@gnu.org>
345
346         * utils.c: Include <sys/ioctl.h>.
347
348         * ptimer.c: Include <sys/time.h>.
349
350         * connect.c: Include <sys/socket.h>, <sys/select.h>, <sys/time.h>.
351         Reported by: Ray Satiro <raysatiro@yahoo.com>.
352
353 2012-03-25 Ray Satiro <raysatiro@yahoo.com>
354
355         * build_info.c.in: Check that HAVE_LIBSSL32 is defined when OpenSSL
356         is used.
357
358 2012-03-07  Steven Schubiger  <stsc@member.fsf.org>
359
360         * init.c (wgetrc_user_file_name): Correct typo.
361
362 2012-03-06   Sasikantha Babu   <sasikanth.v19@gmail.com>
363
364         * utils.c (convert_to_bits): Added new function convert_to_bits to
365         convert bytes to bits.
366         * retr.c (calc_rate): Modified the function to handle --bits
367         option and download rate calculated as bits per sec (SI-prefix)
368         for --bits otherwise bytes (IEC-prefix).
369         (retr_rate): Rates will display in bits per sec for --bits.
370         * options.h (struct opt): Added --bit option bool variable bits_fmt.
371         * main.c (print_help) : Added help for --bit.
372         * init.c: Defined command for --bit option.
373         * retr.h: Added function prototype.
374
375 2012-02-26  Giuseppe Scrivano  <gscrivano@gnu.org>
376
377         * main.c: Include "closeout.h"
378         (main): Register close_stdout at exit.
379
380 2012-02-01  Gijs van Tulder  <gvtulder@gmail.com>
381
382         * warc.c: Fix large file support with ftello, fseeko.
383         * warc.h: Fix large file support.
384         * http.c: Fix large file support.
385
386 2012-02-23  Giuseppe Scrivano  <giuseppe@southpole.se>
387
388         * main.c (main): Write diagnostic messages to `stderr' not to `stdout'.
389
390         * main.c (main): Fail gracefully if `malloc' fails.
391
392         * gnutls.c (wgnutls_read): Remove unused variables `timer' and `flags'.
393
394 2012-02-17  Steven Schubiger  <stsc@member.fsf.org>
395
396         * warc.c: Add license header.
397
398 2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
399
400         * retr.c (fd_read_body): If the response is chunked, the chunk
401         headers are now written to the WARC file, making the WARC file
402         an exact copy of the HTTP response.
403
404 2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
405
406         * retr.c (fd_read_body): Fix a memory leak with chunked responses.
407         * http.c (skip_short_body): Fix the same memory leak.
408
409 2012-01-09  Gijs van Tulder  <gvtulder@gmail.com>
410
411         * init.c: Disable WARC compression if zlib is disabled.
412         * main.c: Do not show the 'no-warc-compression' option if zlib is
413         disabled.
414         * warc.c: Do not compress WARC files if zlib is disabled.
415
416 2012-01-09  Sasikantha Babu   <sasikanth.v19@gmail.com> (tiny change)
417         * connect.c (connect_to_ip): properly formatted ipv6 address display.
418         (socket_family): New function - returns socket family type.
419         * http.c (gethttp): properly formatted ipv6 address display.
420
421 2011-11-09  Gijs van Tulder  <address@hidden>
422
423         * warc.c: Call gzdopen() with wb9 instead of wb+9, which fails on
424         zlib version >= 1.2.4.
425
426 2011-11-04  Steven Schweda  <address@hidden>
427
428         * warc.c [! WINDOWS]: Include <libgen.h>.
429         (warc_write_warcinfo_record): Assign a new allocated buffer and
430         free it on errors.
431
432 2011-11-01  Steven Schweda  <address@hidden>
433
434         * gnutls.c (ssl_init): Ensure GNU TLS is loaded only once.
435
436 2011-10-07  Steven Schweda  <address@hidden>
437
438         * connect.c: Add HAVE_SYS_SELECT_H and HAVE_SYS_SOCKET_H conditions
439         on includes of <sys/select.h> and <sys/socket.h>, respectively.
440         * ftp.c (getftp): Move BIN_TYPE_TRANSFER macro into VMS-specific
441         section.  On VMS, use Stream_LF attributes for listing files.  Pass
442         BIN_TYPE_FILE to fopen_excl() instead of constant-everywhere "true".
443         * ftp.c (ftp_retrieve_list): Restore lost test of opt.preserve_perm
444         (--preserve-permissions) on the chmod() operation.
445         * init.c, main.c: Remove "deprecated" from opt.preserve_perm
446         (--preserve-permissions).
447         * init.c (initialize): Use distinct messages for errors in C macro
448         SYSTEM_WGETRC and environment-variable SYSTEM_WGETRC.  Avoid use of
449         C macro SYSTEM_WGETRC when it's not defined.
450         * log.c (log_close): Avoid closing logfp when it's stderr.
451         * main.c (print_help):  Restore --preserve-permissions.
452         * main.c (main): Avoid using a negative value of longindex as a
453         subscript (for long_options[]) when searching for "--config".
454         * main.c (main): Exit the program using exit() instead of "return".
455         (VMS handles these differently, and exit() is better.)
456         * openssl.c (ssl_init): Add type cast (SSL_METHOD *) to newly "const"
457         "meth" argument to accommodate OpenSSL version 0.9.8, where that
458         argument is not "const" in the OpenSSL function (SSL_CTX_new).
459         * test.c: Declare "program_argstring".
460         * utils.c (fopen_excl): Comment typography.
461         * warc.h: New file.
462         * warc.c: New file.
463
464 2011-10-02  Henrik Holst <henrik.holst@millistream.com> (tiny change)
465         * http.c (gethttp): If 'contentonerror' is used then do not
466         skip the http body on 4xx and 5xx errors.
467
468         * init.c (commands): Add 'contentonerror'.
469
470         * main.c (print_help, option_data): Add new option 'contentonerror'
471         to make wget not skip the http content on 4xx and 5xx errors.
472
473         * options.h: New variable 'content_on_error'.
474
475 2011-09-19  Giuseppe Scrivano  <gscrivano@gnu.org>
476
477         * main.c (print_version): Update copyright year.
478         (print_version): Fix typo.
479
480 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
481
482         * ftp.c (ftp_retrieve_glob): Propagate correctly the `res' error
483         code.
484
485 2011-09-07  Giuseppe Scrivano  <gscrivano@gnu.org>
486
487         * http.c (gethttp): Don't inhibit arest request if opt.timestamping is
488         set.
489         Reported by <natrio@list.ru>
490
491 2011-09-06  Jakob Matthes <jakob.matthes@gmail.com> (tiny change)
492
493         * main.c (print_version): Do not exit prematurely when --help is passed.
494
495 2011-09-04  Christian Jullien <eligis@orange.fr> (tiny change)
496
497         * gnutls.c: Include <sys/fcntl.h>.
498
499 2011-09-02  Mojca Miklavec <mojca.miklavec.lists@gmail.com> (tiny change)
500
501         * main.c (print_version): Do not exit prematurely when --version is passed.
502
503 2011-08-30  Giuseppe Scrivano  <gscrivano@gnu.org>
504
505         * gnutls.c (wgnutls_read_timeout): Use the non blocking socket only for
506         `gnutls_record_recv'.  Set errno to ETIMEDOUT on a read timeout.
507
508 2011-08-29  Giuseppe Scrivano  <gscrivano@gnu.org>
509
510         * gnutls.c (wgnutls_read_timeout): New function.
511         (wgnutls_read): Use wgnutls_read_timeout.
512         (wgnutls_peek): Likewise.
513
514 2011-08-27  Giuseppe Scrivano  <gscrivano@gnu.org>
515
516         * main.c (print_help): Exit with an error status if print to stdout
517         fails.
518         (print_usage): Change method signature and return a status code.
519         (print_version): Likewise.
520
521 2011-08-26  Giuseppe Scrivano  <gscrivano@gnu.org>
522
523         * gnutls.c: Include "ptimer.h".
524         (wgnutls_read): Honor read timeout.
525
526         * openssl.c (ssl_init): Make `meth' const.
527
528 2011-08-25  Giuseppe Scrivano  <gscrivano@gnu.org>
529
530         * utils.c [HAVE_UTIME && HAVE_UTIME_H]: Include <utime.h>.
531         [HAVE_UTIME && HAVE_SYS_UTIME_H]: Include <sys/utime.h>.
532         (touch) [HAVE_UTIME: Prefers utime over futimens when it is available.
533         It was reported that Cygwin has a not working futimens.
534
535 2011-08-19  Giuseppe Scrivano  <gscrivano@gnu.org>
536
537         * init.c (home_dir) [MSDOS]: Move local variable `len' here.
538
539 2011-08-18  Giuseppe Scrivano  <giuseppe@southpole.se>
540
541         * http.c (gethttp): Fix a memory leak on some errors.  Free the head
542         buffer.
543
544         * Makefile.am: Use an additional file "css_.c" which in turn includes
545         "wget.h" and immediately "css.c".
546
547         * http.c (gethttp): Reset chunked_transfer_encoding on redirections.
548
549 2011-08-13  Giuseppe Scrivano  <gscrivano@gnu.org>
550
551         * retr.c (fd_read_body): Ensure max is not already defined.
552
553         * mswindows.h (snprintf): Remove definition.
554         (vsnprintf): Likewise.
555
556 2011-08-12  Giuseppe Scrivano  <gscrivano@gnu.org>
557
558         * css.l: Remove include "wget.h".
559         Reported by: Perry Smith <pedzsan@gmail.com>.
560
561 2011-08-11  Giuseppe Scrivano  <gscrivano@gnu.org>
562
563         * utils.c (abort_run_with_timeout): Use sigprocmask instead of
564         sigsetmask.
565
566         * gnutls.c (ssl_connect_wget): Remove call to deprecated function
567         `gnutls_certificate_type_set_priority'.
568
569         * Makefile.am (version.c): Don't invoke hg to set version string.
570
571 2011-08-10  Giuseppe Scrivano  <gscrivano@gnu.org>
572
573         Fix a linker error on systems with an older gnutls version.
574         * gnutls.c (ssl_connect_wget)
575         [HAVE_GNUTLS_PRIORITY_SET_DIRECT]:  Use gnutls_priority_set_direct.
576         [! HAVE_GNUTLS_PRIORITY_SET_DIRECT]:  Use gnutls_protocol_set_priority.
577         Reported by: Karl Berry <karl@freefriends.org>
578
579 2011-08-06  Jochen Roderburg <Roderburg@Uni-Koeln.DE>
580
581         * host.c (lookup_host): Ensure it doesn't print more IPs than available
582         ones.
583
584 2011-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
585
586         * init.c (defaults): Set default value for show_all_dns_entries.
587
588         * host.c (lookup_host): If `showalldnsentries' is used then print all
589         the IP corresponding to a DNS entry.
590         * init.c (commands): Add `showalldnsentries'.
591         Suggested by: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
592
593         * http.c (gethttp): Add the Cache-Control HTTP header when --no-cache
594         is specified.
595         Reported by: Коренберг Марк <socketpair@gmail.com>.
596
597 2011-08-05  Giuseppe Scrivano  <gscrivano@gnu.org>
598
599         * utils.c (acceptable): Accept always the file if it is the specified
600         output destination.
601         Reported by: Shai Berger <shai@platonix.com>
602
603 2011-08-05  Giuseppe Scrivano  <giuseppe@southpole.se>
604
605         * gnutls.c (ssl_connect_wget): Use `gnutls_priority_set_direct' instead
606         of the deprecated `gnutls_protocol_set_priority'.
607
608 2011-08-02  Giuseppe Scrivano  <giuseppe@southpole.se>
609
610         * cookies.c (parse_set_cookie): If the value is quoted, do not modify
611         it.
612         Reported by: Nirgal Vourgère <jmv_deb@nirgal.com>
613
614 2011-07-29  Giuseppe Scrivano  <giuseppe@southpole.se>
615
616         * log.c (logprintf): Exit immediately on a SIGPIPE error.
617         Reported by: Noèl Köthe  <noel@debian.org>.
618
619 2011-07-26  Carlos Martín Nieto  <carlos@cmartin.tk>  (tiny change)
620
621         * init.c (home_dir): Allocate path buffer dinamically.
622
623 2011-07-26  Giuseppe Scrivano  <giuseppe@southpole.se>
624
625         * retr.c (retrieve_url): Do not register redirects when in spider mode.
626
627 2011-07-20 Merinov Nikolay <kim.roader@gmail.com>
628
629         * iri.c (remote_to_utf8): Add test for non-ASCII symbols with
630         UTF-8 URI encoding.
631         * res.c (res_retrieve_file): Fix url_parse call.
632
633 2011-06-08  Giuseppe Scrivano  <giuseppe@southpole.se>
634
635         * retr.c (retrieve_from_file): Parse the url careless if IRI is enabled.
636         Reported by: Volker Kuhlmann <list0570@paradise.net.nz>.
637
638 2011-05-24  Giuseppe Scrivano  <gscrivano@gnu.org>
639
640         * retr.c (fd_read_body): Define max.
641
642 2010-12-28  Adrien Nader  <adrien@notk.org> (tiny change)
643
644         * main.c [WINDOWS]: Include <io.h> and <fcntl.h>.
645         (main) [WINDOWS]: Set the stdout file mode to binary.
646         Submitted also by: Martin Panter <vadmium@gmail.com>
647
648 2011-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
649
650         * retr.c (fd_read_body): Be sure the buffer size is at least 8Kb.
651         BUFSIZ may assume very small values with a negative impact on the
652         performances.
653
654         * mswindows.h [NEED_GAI_STRERROR]: remove definition for gai_strerror.
655
656 2011-05-15  Ray Satiro <raysatiro@yahoo.com>
657
658         * connect.c (select_fd) [WINDOWS]: Ensure the socket is blocking.
659         * mswindows.h: Add declaration for set_windows_fd_as_blocking_socket.
660         * mswindows.c (set_windows_fd_as_blocking_socket): New function.
661
662         * openssl.c (openssl_read): Prevent loops on read errors.
663
664 2011-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
665
666         * html-url.c: Include "exists.h".
667         * gnutls.c (wgnutls_peek): Remove local variable `ret'.
668
669 2011-04-21  Daniel Manrique <roadmr@tomechangosubanana.com> (tiny change)
670         * main.c (main): Set exit status when invalid host name given in
671         command line.
672         * html-url.c (get_urls_file): Set exit status when invalid host
673         name given in input file.
674
675 2011-04-19  Giuseppe Scrivano  <gscrivano@gnu.org>
676
677         * gnutls.c: Do not include <fcntl.h>.
678         * gnutls.c (wgnutls_peek): Ensure there is data available before attempt
679         a read on the blocking socket.
680
681         * Makefile.am (LIBS): Add $(LIB_CLOCK_GETTIME)
682         * utils.c: Include <sys/stat.h>.  Do not include <sys/time.h>.
683         (touch): Use `futimens' instead of `utimes'.
684
685         * mswindows.h: Do not include <direct.h>.  Remove macro definition for
686         mkdir.
687
688 2011-04-18  Giuseppe Scrivano  <gscrivano@gnu.org>
689
690         * utils.c: Include <sys/time.h>.  Do not include <sys/utime.h>.
691         (touch): Use `utimes' instead of `utime'.
692
693         * openssl.c (openssl_read): Fix build error.
694
695 2011-04-17  Giuseppe Scrivano  <gscrivano@gnu.org>
696
697         * wget.h [HAVE_LIBSSL32]: Define HAVE_SSL.
698
699         * gnutls.c (wgnutls_peek): Use correctly FIONBIO codes under Mingw32.
700         Reported by: Ray Satiro <raysatiro@yahoo.com>
701
702 2011-04-13  Giuseppe Scrivano  <gscrivano@gnu.org>
703
704         * openssl.c (openssl_poll): Check if the specified timeout is zero after
705         SSL_pending.
706         (openssl_peek): Make the call non-blocking.
707
708 2011-04-11  Cristian Rodríguez  <crrodriguez@opensuse.org> (tiny change)
709
710         * openssl.c (ssl_init) [! OPENSSL_NO_SSL2]: Use SSLv2 only when
711         available.
712
713 2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
714
715         * gnutls.c (ssl_init): Allow X509 v1 certificates.
716         Suggested by: Ray Satiro <raysatiro@yahoo.com>
717
718         (wgnutls_peek): Remove tight loop around gnutls_record_recv.
719
720 2011-04-07  Ray Satiro  <raysatiro@yahoo.com> (tiny change)
721
722         (wgnutls_read): Check for the GNUTLS_E_AGAIN return code in the recv
723         tight loop.
724         (wgnutls_write): Likewise.
725         (wgnutls_peek): Likewise.
726
727 2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
728
729         * gnutls.c (wgnutls_peek): New local variable `read'.
730         Use `read' instead of `ret' to store the number of read bytes.
731         Reported by: Ray Satiro <raysatiro@yahoo.com>
732
733 2011-04-04  Giuseppe Scrivano  <gscrivano@gnu.org>
734
735         * openssl.c [WINDOWS]: Include <w32sock.h>.
736         (openssl_read): Retry the read on SSL_ERROR_WANT_READ.
737
738         * host.c [WINDOWS]: Include <winsock2.h> and <ws2tcpip.h>.
739         Suggested by: Ray Satiro <raysatiro@yahoo.com>.
740
741         * Makefile.am (LIBS): Remove  @LIBSSL@ @W32LIBS@
742
743 2011-04-03  Giuseppe Scrivano  <gscrivano@gnu.org>
744
745         * gnutls.c: Include <fcntl.h>.
746         (wgnutls_peek): Make the socket non blocking before attempt a read.
747
748         * gnutls.c: Include <sys/ioctl.h>.
749         (wgnutls_peek) [F_GETFL]: Use fcntl.
750         (wgnutls_peek) [! F_GETFL]: Use ioctl.
751
752
753 2011-03-31  Giuseppe Scrivano  <gscrivano@gnu.org>
754
755         * recur.c (download_child_p): When --no-parent is used, check that the
756         ports are the same only in case the same protocol is used.
757         Reported by: Karl Berry <karl@freefriends.org>
758
759         * res.c (res_parse): Add new line to debug messages.
760
761 2011-03-21  Giuseppe Scrivano  <gscrivano@gnu.org>
762
763         * iri.h (parse_charset) [!ENABLE_IRI]: Use the parameter to avoid a
764         compiler warning.
765
766         * iri.h: Declare `dummy_iri' as extern not static.
767         * main.c [!ENABLE_IRI]: Define `dummy_iri'.
768         (main) [!ENABLE_IRI]: Initialize `dummy_iri'.
769
770 2011-03-11  Giuseppe Scrivano  <gscrivano@gnu.org>
771
772         * ftp.c (getftp): Fix some memory leaks.
773         * ftp-ls.c (ftp_parse_winnt_ls): Likewise.
774         Reported by: Zhenbo Xu <zhenbo1987@gmail.com>.
775
776 2010-11-20  Filipe Brandenburger <filbranden@gmail.com> (tiny change)
777
778         * http.c (gethttp): Repeat a POST request on a 307 response.
779         * retr.c (retrieve_url): Use NEWLOCATION_KEEP_POST.
780         * wget.h: Define NEWLOCATION_KEEP_POST.
781
782 2011-03-02  Tomasz Buchert <tomek.buchert@gmail.com> (tiny change)
783
784         * http.c (ensure_extension): Do not adjust the extension if the file
785         ends in .htm.
786
787 2011-02-22  Gilles Carry  <gilles.carry@st.com>
788
789         * main.c (prompt_for_password): Use stderr instead of stdout
790         to prompt password. This allows to use --output-document=- and
791         --ask-password simultaneously. Without this, redirecting stdout
792         makes password prompt invisible and mucks up payload such as in
793         this example:
794         wget --output-document=- --ask-password -user=foo \
795                 http://foo.com/tarball.tgz | tar zxf -
796
797 2011-02-22  Steven Schubiger  <stsc@member.fsf.org>
798
799         * http.c (gethttp, http_loop): Move duplicated code which is run
800         when an existing file is not to be clobbered to a function.
801         (get_file_flags): New static function.
802
803 2010-12-10  Evgeniy Philippov <egphilippov@googlemail.com> (tiny change)
804
805         * main.c (main): Initialize `total_downloaded_bytes'.
806
807 2010-12-09  Giuseppe Scrivano  <gscrivano@gnu.org>
808
809         * main.c (main): If --no-clobber and --convert-links are used at the
810         same time, use only the latter.
811         Reported by: Romain Vimont <rom@rom1v.com>
812
813 2010-12-07  Jessica McKellar <jesstess@mit.edu> (tiny change)
814
815         * main.c: Make help message clearer.
816
817 2010-12-02  Giuseppe Scrivano  <gscrivano@gnu.org>
818
819         * build_info.c.in: Do not list md5.
820
821 2010-12-01  Giuseppe Scrivano  <gscrivano@gnu.org>
822
823         * cmpt.c: Include <unistd.h> inconditionally.
824         * connect.c: Likewise.
825         * convert.c: Likewise.
826         * ftp-basic.c: Likewise.
827         * ftp-ls.c: Likewise.
828         * ftp.c: Likewise.
829         * gnutls.c: Likewise.
830         * http.c: Likewise.
831         * init.c: Likewise.
832         * log.c: Likewise.
833         * main.c: Likewise.
834         * openssl.c: Likewise.
835         * progress.c: Likewise.
836         * ptimer.c: Likewise.
837         * recur.c: Likewise.
838         * retr.c: Likewise.
839         * url.c: Likewise.
840         * utils.c: Likewise.
841
842         * retr.c (fd_read_body): Dinamically allocate `dlbuf'.
843
844 2010-11-27  Reza Snowdon  <vivi@mage.me.uk>
845
846         * init.c (initialize): If 'ok' is not zero; exit, as this
847         indicates there was a problem parsing 'SYSTEM_WGETRC'.
848         Fixes bug #20370.
849
850 2010-11-22  Giuseppe Scrivano  <gscrivano@gnu.org>
851
852         Revert last commit.
853         * ftp.c (getftp): When count > 0, don't append to the existing file.
854         * http.c (gethttp): Likewise.
855
856 2010-11-21  Giuseppe Scrivano  <gscrivano@gnu.org>
857
858         * ftp.c (getftp): If `count' is bigger than zero, try to resume the
859         download, not restart it.
860         * http.c (gethttp): Likewise.
861         Suggested by: Evgeny Kapun <abacabadabacaba@gmail.com>.
862
863 2010-11-19  Giuseppe Scrivano  <gscrivano@gnu.org>
864
865         * ftp.c (getftp): Accept new argument `count'.  When `count' is
866         bigger than zero, assume the file can be overwritten.
867         (ftp_loop_internal): Pass new argument `count' to `getftp'.
868
869         * http.c (gethttp): Accept new argument `count'.  When `count' is
870         bigger than zero, assume the file can be overwritten.
871         (http_loop): Pass new argument `count' to `gethttp'.
872         Reported by: Evgeny Kapun <abacabadabacaba@gmail.com>.
873
874 2010-08-08  Reza Snowdon <vivi@mage.me.uk>
875
876         * main.c (main): inserted 'defaults'.
877           Added additional 'getopt_long' while loop to search and apply a
878           user specified config file before any other options.
879           New variables 'retconf', 'use_userconfig',
880           'confval', 'userrc_ret', 'config_opt'.
881         * init.c: Include stdbool.h.
882           (commands): Added config details.
883           (defaults): Removed static.
884           (wgetrc): Removed static.
885           (initialize): Removed 'defaults ()',
886           changed 'int ok' to 'bool ok'.
887         * options.h: New variable 'choose_config'.
888         * init.h (defaults): exported function.
889           (run_wgetrc): exported function.
890
891 2010-10-24  Jessica McKellar <jesstess@mit.edu> (tiny change)
892
893         * main.c (main): Print the total download time as part of the
894         summary for downloads using the recursive or page requisites
895         options. Fixes bug #21359.
896
897 2010-10-24  Giuseppe Scrivano  <gscrivano@gnu.org>
898
899         * gnutls.c (wgnutls_peek): Do not return an error when
900         `gnutls_record_recv' fails but some data is already available.
901
902 2010-10-23  Giuseppe Scrivano  <gscrivano@gnu.org>
903
904         * Makefile.am (LIBS): Remove @LIBGNUTLS@ and use @W32LIBS@ as last
905         component.
906
907         * gnutls.c (wgnutls_peek): Block until data is available.
908
909 2010-10-21  Giuseppe Scrivano  <gscrivano@gnu.org>
910
911         * retr.c (retrieve_url): Do not register HTML files twice.
912         Reported by: Manfred Koizar <mkoi-pg@aon.at>.
913
914 2010-10-18  Manfred Koizar <mkoi-pg@aon.at> (tiny change)
915
916         * html-url.c (tag_handle_link): Do not assume external links type
917         to be always "text/html".
918
919 2010-10-16  Giuseppe Scrivano  <gscrivano@gnu.org>
920
921         * connect.c (socket_ip_address): Initialize `sockaddr' to zero.
922         * ftp-basic.c (ftp_epsv): Remove dead assignment to `s'.
923         * ftp-ls.c (ftp_parse_vms_ls): Remove dead assignment to `len'.
924         * http.c (skip_short_body): Remove dead assignment to `ret'.
925         * init.c (wgetrc_user_file_name): Remove dead assignment to `home'.
926         * main.c (main): Silent warning reported by clang.
927         (http_loop): Silent warning reported by clang.
928         * retr.c (retrieve_url): Likewise.
929         * url.c (init_seps): Remove dead assignment to `p'.
930
931 2010-10-11  Giuseppe Scrivano  <gscrivano@gnu.org>
932
933         * ftp.c (getftp): Fix indentation.
934
935 2010-10-11  Steven Schubiger <stsc@member.fsf.org>
936
937         * ftp.c (getftp): Initialize `targ'.
938
939 2010-10-08  Ivanov Anton <x86mail@gmail.com> (tiny change)
940
941     * src/html-url.c (check_style_attr): Skip quotes when they are present.
942
943 2010-10-06  Giuseppe Scrivano  <gscrivano@gnu.org>
944
945         * main.c (main): Remove unused variable `status'.
946
947 2010-09-25  Merinov Nikolay  <kim.roader@gmail.com>
948
949         * init.c: Add "unlink" command into command list.
950         * main.c: Add "unlink" option into option_data list.
951         * options.h: Adding unlink field into struct options.
952         * wget.h: Addind UNLINKERR error into uerr_t enum.
953         * exits.c (get_status_for_err): define status for UNLINKERR.
954         * ftp.c (getftp): unlink file if exists, instead clobbering.
955         (ftp_loop_internal): processing UNLINKERR.
956         * http.c (gethttp): unlink file if exists, instead clobbering.
957         (http_loop): processing UNLINKERR.
958
959 2010-09-24  Dennis, CHENG Renquan <crquan@fedoraproject.org>
960
961         Fix problem when content-disposition is used with recursive downloading.
962         * url.h (url_file_name): Add a new argument `replaced_filename'.
963         * url.c (url_file_name): Likewise.
964         * http.c (parse_content_disposition): Do not add a prefix to the return
965         value.
966         (test_parse_content_disposition): Adjust tests.
967         (gethttp): Pass additional parameter to `url_file_name'.
968         (http_loop): Likewise.
969         * ftp.c (ftp_loop_internal, ftp_get_listing, ftp_retrieve_list)
970         (ftp_loop): Likewise.
971
972 2010-09-14  Giuseppe Scrivano  <gscrivano@gnu.org>
973
974         * convert.c (local_quote_string): Accept new parameter `no_html_quote'.
975         Inhibit HTML quoting when `no_html_quote'.
976         (convert_links): Disable HTML quoting in CSS files.
977         Reported by: Manuel Reinhardt <reinhardt@syslab.com>.
978
979 2010-09-12  Giuseppe Scrivano  <gscrivano@gnu.org>
980
981         * main.c (print_help): Align --trust-server-names help text with
982         the rest of the text.
983         Suggested by: Mike Frysinger  <vapier@gentoo.org>.
984
985 2010-08-20  Giuseppe Scrivano  <gscrivano@gnu.org>
986
987         * convert.c: Include "iri.h".
988         (convert_links_in_hashtable): Parse the url, if
989         necessary, before check if it is present in the dowloaded url
990         map.
991         Reported by: <sk.random@gmail.com>.
992
993 2010-08-09  Giuseppe Scrivano  <gscrivano@gnu.org>
994
995         Fix a problem with HTTP/1.0 proxies.
996         * http.c (gethttp): Specify the connection header when keep alive
997         connections are not used.
998
999         Use persistent connections with proxies supporting them.
1000         * http.c (gethttp): Specify Proxy-Connection to the HTTP proxy.
1001
1002 2010-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
1003
1004         * css-url.c (get_uri_string): Skip empty urls.
1005
1006 2010-07-25  John Trengrove  <jtrengrove@gmail.com> (tiny change)
1007
1008         * ftp.h: Added enum `parsetype'.  Modified struct to hold parsetype.
1009
1010         * ftp-ls.c (ftp_parse_unix_ls): Default to TT_DAY. Change to TT_HOUR_MIN
1011         if hours/minutes parsed.
1012         (ftp_parse_winnt_ls): Default to TT_HOUR_MIN.
1013         (ftp_parse_vms_ls): Default to TT_HOUR_MIN.
1014         (ftp_index): Print only if fileinfo struct value ttype set to TT_HOUR_MIN.
1015
1016 2010-07-30  Giuseppe Scrivano  <gscrivano@gnu.org>
1017
1018         * html-url.h (struct map_context): Remove member `tail'.
1019
1020         * html-url.c (append_url): Append the new url ordered by `position'.
1021         (get_urls_html): Do not initialize `ctx.tail'.
1022
1023         * css-url.c (get_urls_css_file): Do not initialize `ctx.tail'.
1024
1025 2010-07-29  Giuseppe Scrivano  <gscrivano@gnu.org>
1026
1027         * gnutls.c (wgnutls_peek): Don't read more data if the buffered peek
1028         data is sufficient.
1029
1030 2010-07-28  Giuseppe Scrivano  <gscrivano@gnu.org>
1031
1032         * http.h (http_loop): Add new argument `original_url'
1033         * http.c (http_loop): Add new argument `original_url'.  Use
1034         `original_url' to get a filename if `trustservernames' is false.
1035
1036         * init.c (commands): Add "trustservernames".
1037
1038         * options.h (library): Add variable `trustservernames'.
1039
1040         * main.c (option_data): Add trust-server-names.
1041         (print_help): Describe --trust-server-names.
1042
1043         * retr.c (retrieve_url): Pass new argument to `http_loop'.
1044
1045 2010-07-20  Alan Jenkins <alan-jenkins@tuffmail.co.uk> (tiny change)
1046
1047         * http.c (gethttp): Check content-length was set before trying to
1048         compare it with the already downloded filesize.
1049
1050 2010-07-20  Leonid Petrov <nouser@lpetrov.net>
1051
1052         * ftp.c (getftp): Don't attempt to retrieve the file if it is already
1053         completely.
1054         (ftp_loop_internal): Force the length to be zero for symlinks.
1055
1056 2010-07-18  Giuseppe Scrivano  <gscrivano@gnu.org>
1057
1058         * http.c (gethttp): If -N is used, don't exit immediately if the content
1059         length is less or equal than the existing file size.  Specify "Range"
1060         only if -N is not used.
1061         Reported by: Caleb Cushing <xenoterracide@gmail.com>.
1062
1063 2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1064
1065         * ftp.c (max): Remove definition.
1066         (getftp): New variable `got_expected_bytes'.  Let `expected_bytes' be
1067         the value SIZE returns, otherwise use the bytes count returned by RETR.
1068         Suggested by Daniel Stenberg <daniel@haxx.se>.
1069
1070 2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1071
1072         * ftp.c (max): Add definition.
1073         (getftp): Consider for `expected_bytes' the greatest value between the
1074         bytes count returned by SIZE and the bytes count returned by RETR.
1075         Reported by: Jozua <jozua@sparky.za.net>.
1076
1077 2010-07-11  Giuseppe Scrivano  <gscrivano@gnu.org>
1078
1079         * http.c (http_loop): New variable `force_full_retrieve'.  If the remote
1080         file is newer that the local one then inhibit -c.
1081         Reported by: Caleb Cushing <xenoterracide@gmail.com>.
1082
1083 2010-07-09  Giuseppe Scrivano  <gscrivano@gnu.org>
1084
1085         * css-url.c (get_urls_css_file): Use `wget_read_file' instead of
1086         `read_file'.  Use `wget_read_file_free' instead of `read_file_free'.
1087         * convert.c (convert_links): Likewise.
1088         * html-url.c (get_urls_html, get_urls_file): Likewise.
1089         * res.c (res_parse_from_file): Likewise.
1090
1091         * utils.h: Rename `read_file' to `wget_read_file'.  Rename
1092         `read_file_free' to `wget_read_file_free'.
1093
1094         * utils.c (wget_read_file): Renamed from `read_file'.
1095         (wget_read_file_free): Renamed from `read_file_free'.
1096
1097 2010-07-05  Giuseppe Scrivano  <gscrivano@gnu.org>
1098
1099         * gnutls.c (ssl_init): New local variables `ca_directory' and `dir'.
1100         Load default root certificates under the `ca_directory' directory.
1101
1102 2010-07-03  Giuseppe Scrivano  <gscrivano@gnu.org>
1103
1104         * gnutls.c (ssl_connect_wget): New local variable `allowed_protocols'.
1105         Honor the --secure-protocol flag.
1106
1107 2010-06-20  Giuseppe Scrivano  <gscrivano@gnu.org>
1108
1109         * main.c (print_help): Fix help string for --random-wait.  Its range is
1110         [0.5*wait, 1.5*wait) not [0, 2*wait).
1111         Reported by: Tom Mizutani <gombei1970@gmail.com>.
1112
1113 2010-06-15  Giuseppe Scrivano  <gscrivano@gnu.org>
1114
1115         * gnutls.c [WIN32]: Include "w32sock.h".
1116         (FD_TO_SOCKET): Add definition.
1117         (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
1118         Define FD_TO_SOCKET if it is not yet defined.
1119
1120 2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1121
1122         * gnutls.c: Include <stdlib.h>.
1123         (struct wgnutls_transport_context): Remove `peekstart'.
1124         (ssl_connect_wget): Renamed from `ssl_connect'.
1125         (wgnutls_poll): New variable `ctx'.
1126         (wgnutls_read): Don't use `ctx->peekstart'.
1127         (wgnutls_peek): Likewise.  Don't attempt to read if there is not
1128         ready data.
1129
1130 2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1131         * http.c (http_loop): Always send a HEAD request when -N is used
1132         together with --content-disposition.
1133         Reported by: Jochen Roderburg <Roderburg@Uni-Koeln.DE>.
1134
1135 2010-06-10  Muthu Subramanian K <muthusuba@gmail.com> (tiny change)
1136
1137         * http.c (http_loop): Increase `total_downloaded_bytes' by
1138         `hstat.rd_size', not `hstat.len'.
1139
1140 2010-06-10  Giuseppe Scrivano  <gscrivano@gnu.org>
1141
1142         * main.c (print_version): Drop the current maintainer line.
1143
1144 2010-06-10  Giuseppe Scrivano  <gscrivano@gnu.org>
1145
1146         * Makefile.am (build_info.c): Generate the `build_info.c' file under
1147         the build directory.
1148         Patch by: Daniel Stenberg <daniel@haxx.se>.
1149
1150 2010-06-03  Giuseppe Scrivano  <gscrivano@gnu.org>
1151
1152         * http.c (http_loop): Do not send a HEAD request before the GET request
1153         when --content-disposition is used.
1154         Reported by: alex_wh@mail.ru.
1155
1156 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1157
1158         * css.l: Use option "nounput".
1159         (YY_NO_INPUT): Add macro definition.
1160
1161 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1162
1163         * html-parse.c (map_html_tags): Fix condition for closed tag.  Handle
1164         the case '>' is not specified after '/'.
1165
1166 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1167
1168         * sysdep.h (_SVID_SOURCE): Remove definition.
1169         (_BSD_SOURCE): Remove definition.
1170
1171 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1172
1173         * recur.c (retrieve_tree): Remove variable `up_error_code'.
1174
1175         * iri.c (open_locale_to_utf8): Remove function.
1176
1177 2010-05-30  Giuseppe Scrivano  <gscrivano@gnu.org>
1178
1179         * html-parse.c (NAME_CHAR_P): Consider '<' an invalid character.
1180         (advance_declaration): Close the tag if '<' is found.
1181         (map_html_tags): Likewise.
1182
1183 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1184
1185         * main.c (print_usage): Accept a new parameter `error'.
1186         (main): Print diagnostic messages to stderr, not stdout.
1187
1188 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1189
1190         * Makefile.am (wget_SOURCES): Remove `snprintf.c'.
1191
1192         * snprintf.c: Remove file.
1193
1194 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1195
1196         * main.c (main): Exit with failure when -k is specified and -O is not
1197         a regular file.
1198
1199 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1200
1201         * http.c (gethttp): Consider new cookies retrieved when the
1202         authorization fails.
1203
1204 2010-05-25  Giuseppe Scrivano  <gscrivano@gnu.org>
1205
1206         * host.c (sufmatch): Do not consider zero length entries.
1207
1208         * http.c (H_10X): New macro.
1209         (gethttp): Silently ignore 1xx responses.
1210
1211 2010-05-24  Giuseppe Scrivano  <gscrivano@gnu.org>
1212
1213         * iri.h (dummy_iri): Define static.
1214
1215         * css-tokens.h (css_tokens): Remove variable.
1216
1217 2010-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
1218
1219         * http.c (http_atotm): Count the NUL character when copying the locale
1220         string.
1221         Reported by: Florian Weimer <fw@deneb.enyo.de>
1222
1223 2010-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
1224
1225         * Makefile.am (LDADD): Remove MD5_LDADD.
1226         (MD5_LDADD): Remove definition.
1227         (AM_CPPFLAGS): Remove MD5_CPPFLAGS.
1228         (version.c): Remove dependency from MD5_LDADD.
1229         (../md5/libmd5.a): Remove rule.
1230
1231         * ftp-opie.c: Include "md5.h".  Do not include "gen-md5.h".
1232         (skey_response): New variable ctx.  Use md5 functions from the gnulib
1233         module instead of functions defined previously in the "gen-md5.h" file.
1234
1235         * gen-md5.h: Remove file.
1236         * gen-md5.c: Likewise.
1237
1238         * http.c: Include "md5.h".  Do not include "gen-md5.h".
1239         (digest_authentication_encode): New variable ctx.  Use md5 functions
1240         from the gnulib module instead of functions defined previously in the
1241         "gen-md5.h" file.
1242
1243 2010-05-15  Giuseppe Scrivano  <gscrivano@gnu.org>
1244
1245         * Makefile.am: Quote any path using $(top_srcdir) or $(top_builddir).
1246         (version.c): Remove dependency from configure.ac and Makefile.am.
1247
1248         * css.l: Include "wget.h".
1249
1250 2010-05-08  Giuseppe Scrivano  <gscrivano@gnu.org>
1251
1252         * Makefile.am: Update copyright years.
1253         * cmpt.c: Likewise.
1254         * connect.h: Likewise.
1255         * convert.c: Likewise.
1256         * convert.h: Likewise.
1257         * cookies.c: Likewise.
1258         * cookies.h: Likewise.
1259         * css-tokens.h: Likewise.
1260         * css-url.c: Likewise.
1261         * css-url.h: Likewise.
1262         * css.l: Likewise.
1263         * exits.c: Likewise.
1264         * exits.h: Likewise.
1265         * ftp-basic.c: Likewise.
1266         * ftp-ls.c: Likewise.
1267         * ftp-opie.c: Likewise.
1268         * ftp.c: Likewise.
1269         * ftp.h: Likewise.
1270         * gen-md5.c: Likewise.
1271         * gen-md5.h: Likewise.
1272         * gettext.h: Likewise.
1273         * gnutls.c: Likewise.
1274         * hash.c: Likewise.
1275         * hash.h: Likewise.
1276         * host.c: Likewise.
1277         * host.h: Likewise.
1278         * html-parse.c: Likewise.
1279         * html-parse.h: Likewise.
1280         * html-url.c: Likewise.
1281         * html-url.h: Likewise.
1282         * http-ntlm.c: Likewise.
1283         * http-ntlm.h: Likewise.
1284         * http.c: Likewise.
1285         * http.h: Likewise.
1286         * init.c: Likewise.
1287         * init.h: Likewise.
1288         * iri.c: Likewise.
1289         * iri.h: Likewise.
1290         * log.c: Likewise.
1291         * log.h: Likewise.
1292         * main.c: Likewise.
1293         * mswindows.c: Likewise.
1294         * mswindows.h: Likewise.
1295         * netrc.c: Likewise.
1296         * netrc.h: Likewise.
1297         * openssl.c: Likewise.
1298         * options.h: Likewise.
1299         * progress.c: Likewise.
1300         * progress.h: Likewise.
1301         * ptimer.c: Likewise.
1302         * ptimer.h: Likewise.
1303         * recur.c: Likewise.
1304         * recur.h: Likewise.
1305         * res.c: Likewise.
1306         * res.h: Likewise.
1307         * retr.c: Likewise.
1308         * retr.h: Likewise.
1309         * spider.c: Likewise.
1310         * spider.h: Likewise.
1311         * ssl.h: Likewise.
1312         * sysdep.h: Likewise.
1313         * test.c: Likewise.
1314         * test.h: Likewise.
1315         * url.c: Likewise.
1316         * url.h: Likewise.
1317         * utils.c: Likewise.
1318         * utils.h: Likewise.
1319         * wget.h: Likewise.
1320
1321 2010-05-07  Giuseppe Scrivano  <gscrivano@gnu.org>
1322
1323         * gnutls.c (wgnutls_close): Use always `close', not `closesocket'.
1324         * openssl.c (openssl_close): Use always `close', not `closesocket'.
1325         (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
1326         Define FD_TO_SOCKET if it is not yet defined.
1327         * Makefile.am (libunittest_a_CPPFLAGS): Add -I$(top_builddir)/lib.
1328         * mswindows.h: Always include <winsock2.h> and <ws2tcpip.h>.  Do not
1329         include <winsock.h>.
1330         [! INHIBIT_WRAP]: Remove macro's socket, bind, connect, accept, recv,
1331         send, select, getsockname, getpeername, setsockopt, closesocket.
1332         Remove wrapped_socket, wrapped_bind, wrapped_connect, wrapped_listen,
1333         wrapped_accept, wrapped_recv, wrapped_send, wrapped_select,
1334         wrapped_getsockname, wrapped_getpeername, wrapped_setsockopt,
1335         wrapped_closesocket prototypes.
1336         * mswindows.c:  Remove wrapped_socket, wrapped_bind, wrapped_connect,
1337         wrapped_listen, wrapped_accept, wrapped_recv, wrapped_send,
1338         wrapped_select, wrapped_getsockname, wrapped_getpeername,
1339         wrapped_setsockopt, wrapped_closesocket functions.  Remove WRAP macro.
1340         * host.h [WINDOWS]: Include <winsock2.h> not <winsock.h>.
1341         * connect.c: Include <sys/socket.h> and <sys/select.h> on any platform,
1342         gnulib ensures they exist.  Remove `read', `write', `close' macros.
1343         * Makefile.am: Copy build_info.c.in only if we are working in a VPATH.
1344         (AM_CPPFLAGS): Add directory with generated gnulib files.
1345
1346 2010-05-06  Giuseppe Scrivano  <gscrivano@gnu.org>
1347
1348         * Makefile.am (build_info.c): Generate build_info.c in the builddir,
1349         not srcdir.
1350
1351 2010-05-05  Giuseppe Scrivano  <gscrivano@gnu.org>
1352
1353         * http.c (gethttp): Give a nicer message on a malformed status line.
1354
1355 2010-05-04  Giuseppe Scrivano  <gscrivano@gnu.org>
1356
1357         * http.c (gethttp): Check `resp_status' return code and handle
1358         errors.
1359
1360 2010-05-01  Giuseppe Scrivano <gscrivano@gnu.org>
1361
1362         * http.c (request_send): Specify 1.1 as HTTP version for requests.
1363         (skip_short_body): Accept new parameter `chunked'.  New variable
1364         `remaining_chunk_size'.  Handle the chunked transfer encoding.
1365         (gethttp): New variable `chunked_transfer_encoding`.  Set `keepalive'
1366         by default to true.  Check if the server is using the chunked transfer
1367         encoding.
1368
1369         * retr.h: Define `rb_chunked_transfer_encoding'.
1370
1371         * retr.c (fd_read_body): New variable `chunked'.  New variable
1372         `remaining_chunk_size'.  Handle the chunked transfer encoding.
1373
1374 2010-03-04  Steven Schubiger  <stsc@member.fsf.org>
1375
1376         * ftp.c (ftp_loop_internal): Omit input file from being
1377         deleted after retrieval.
1378
1379         * retr.c (input_file_url): New function.
1380
1381         * retr.h: Add declaration for input_file_url.
1382
1383 2010-03-02  Steven Schubiger  <stsc@member.fsf.org>
1384
1385         * retr.c (retrieve_from_file): Improve checking for a URL
1386         by invoking url_valid_scheme instead of url_has_scheme.
1387
1388         * url.c (url_valid_scheme): New function.
1389
1390         * url.h: Add declaration for url_valid_scheme.
1391
1392 2010-03-02  Steven Schubiger  <stsc@member.fsf.org>
1393
1394         * retr.c (retrieve_from_file): Free memory of input file.
1395
1396 2010-03-01  Steven Schubiger  <stsc@member.fsf.org>
1397
1398         * retr.c (retrieve_url): Retrieve the local filename from ftp_loop.
1399         (retrieve_from_file): Return if there's no input file.
1400
1401         * ftp.c (ftp_loop_internal): Duplicate the local filename into
1402         retrieve_url's scope when a valid reference is being passed.
1403         (ftp_loop): Call ftp_loop_internal here with passing a
1404         reference to the local filename, elsewhere with NULL.
1405
1406         * ftp.h: Adjust declaration of ftp_loop.
1407
1408 2010-01-27  Paul Townsend  <aab@purdue.edu>  (tiny change)
1409
1410         * retr.c (fd_read_body): Be sure to measure timer when time has
1411         elapsed, too, not just when we've made progress.
1412
1413 2010-01-13  Micah Cowan  <micah@cowan.name>
1414
1415         * openssl.c: Fixed some mixed declarations-and-code.
1416
1417 2010-01-09  Micah Cowan  <micah@cowan.name>
1418
1419         * init.c, main.c, http.c, ftp.c, options.h: Renamed
1420         --no-match-server-timestamps to --no-use-server-timestamps, and
1421         add it to print_help.
1422
1423 2010-01-09  David Holman  <holman.david@gmail.com>  (tiny change)
1424
1425         * init.c, main.c, http.c, ftp.c, options.h: Added support for
1426         --no-match-server-timestamps.
1427
1428 2009-12-03  Peter Rosin  <peda@lysator.liu.se>
1429
1430         * snprintf.c (dopr): Output %p as unsigned.
1431
1432 2010-01-09  Jeremy Olexa  <darkside@gentoo.org>  (tiny change)
1433
1434         * init.c: Deal with systems which provide PATH_MAX in
1435         sys/param.h rather than limits.h.
1436
1437 2009-10-09  Steven Schweda  <sms@antinode.info>
1438
1439         * utils.c: Added characters " : \ | to the list of normal
1440         caret-escaped (ODS5) characters in the char_prop[] table.
1441
1442 2009-09-22  Arvind Jamuna Dixit  <ardsrk@gmail.com>
1443
1444         * http.c (extract_param, parse_content_disposition): Support
1445         RFC 2231 while parsing Content-Disposition header
1446
1447 2009-10-24  Petr Pisar  <petr.pisar@atlas.cz>
1448
1449         * openssl.c: Implement support for (multiple) subjectAltNames in
1450         X509 certificates, not just the commonName.
1451
1452 2009-10-09  Micah Cowan  <micah@cowan.name>
1453
1454         * main.c: Fix declaration of compiled_features.
1455
1456         * build_info.c.in: Adapt to new input format. Added a check for
1457         large-file support. Replaced the "openssl" and "gnutls"
1458         advertisements with a single "ssl/foo" advertisement.
1459
1460 2009-09-30  Micah Cowan  <micah@cowan.name>
1461
1462         * sysdep.h: Unconditionally include stdbool.h (gnulib has it for
1463         systems that don't supply it.)
1464
1465         * vms.c: Added functions vms_basename(), used to extract the
1466         bare executable name from argv[0], and vms_getpass(), a
1467         VMS-specific replacement for GNU getpass().
1468
1469          vms.c: Added global string constants: compilation_string
1470         (NULL), link_string (NULL), and version_string (real).
1471
1472 2009-09-24  Micah Cowan  <micah@cowan.name>
1473
1474         * vms.c: Moved from vms/vms.c.
1475
1476         * sysdep.h: Use proper prototypes for snprintf, vsnprintf (thanks
1477         to Steven Schweda).
1478
1479 2009-09-24  Steven Schweda  <sms@antinode.info>
1480
1481         * main.c (print_version): Remove VMS-conditional build info
1482         string; the new VMS builders use OS_TYPE.
1483
1484         * ftp.c (getftp): Fix accidental use of target -> targ.
1485
1486 2009-09-24  Micah Cowan  <micah@cowan.name>
1487
1488         * host.c (host_errstr): host_errstr should return const char *.
1489
1490 2009-09-22  Micah Cowan  <micah@cowan.name>
1491
1492         * Makefile.am (version.c): Explicitly tell Mercurial where the
1493         top-source repository should be, so it doesn't accidentally use
1494         the repository for a containing directory (for instance, if the
1495         user's home directory is managed by a Mercurial repo). Also
1496         ensures we find the repository, even if the build directory is
1497         outside the source directory.
1498
1499         * wget.h: define WINDOWS if _WIN32 or __WIN32__ is defined, but
1500         not __CYGWIN__.
1501
1502         * mswindows.c (xsleep): Check for availability of the sleep
1503         function, in addition to the usleep function.
1504         (get_winsock_error, windows_strerror): Removed (gnulib already
1505         supplies this functionality).
1506
1507         * mswindows.h [NEED_GAI_STRERROR]: define gai_strerror
1508         to (gnulib's) strerror, rather than windows_strerror. Removed
1509         error macro definitions provided by gnulib.
1510         (windows_strerror): Removed (gnulib already supplies this
1511         functionality).
1512
1513         * host.c: Don't declare h_errno when building on Windows.
1514
1515         * Makefile.am (LIBS): Added @W32LIBS@.
1516         (EXTRA_wget_SOURCES): Removed (it's in LIBOBJ now).
1517         (version.c): Removed dependency on $(LDADD), since it may include
1518         dependencies that are not part of the Wget sources (-lwsock32, for
1519         instance).
1520
1521         * openssl.c (ssl_check_certificate): Avoid reusing the same buffer
1522         space for successive quoted arguments. Thanks to Steven Schweda
1523         for pointing out the problem.
1524
1525 2009-09-21  Micah Cowan  <micah@cowan.name>
1526
1527         * progress.c (update_speed_ring): "the the" -> "the".
1528
1529         * css-url.c, iri.c, mswindows.c: Removed assert.h inclusion (not
1530         using it).
1531
1532 2009-09-11  Steven Schweda  <sms@antinode.info>
1533
1534         * utils.c, utils.h (fopen_excl): Make second argument an int,
1535         rather than a bool (so it can handle the appropriate VMS version
1536         of the flag).
1537
1538         * main.c (print_version): Don't print LOCALEDIR unless NLS is
1539         enabled.
1540
1541         * http.c (gethttp): Pass FOPEN_BIN_FLAG, instead of true.
1542
1543         * ftp.c (ftp_retrieve_glob): Cast strcmp to assign to cmp, for a
1544         silly HP build environment.
1545
1546 2009-09-08  Steven Schubiger  <stsc@member.fsf.org>
1547
1548         * main.c, init.c: Mark the --preserve-permissions and
1549         --html-extension option as deprecated.
1550
1551 2009-09-06  Micah Cowan  <micah@cowan.name>
1552
1553         * ftp.c (getftp, ftp_loop_internal): Separate "len" input/output
1554         parameter (with different meanings for input and output), into two
1555         separate parameters, one input (passed_expected_bytes) and one
1556         output (qtyread). Fixes bug #26870.
1557
1558 2009-09-05  Steven Schubiger  <stsc@member.fsf.org>
1559
1560         * retr.h: Declare set_local_file() to avoid build warnings.
1561
1562 2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
1563
1564         * connect.c, init.c, main.c, openssl.c, options.h:  Replace
1565         "ifdef MSDOS" with "ifdef USE_WATT32" since DOS-targets in fact
1566         use the Watt-32 tcp/ip stack.
1567
1568 2009-09-04  Micah Cowan  <micah@cowan.name>
1569
1570         * Makefile.am: Move build_info.c to wget_SOURCES from
1571         nodist_wget_SOURCES, reduce dependencies, and invoke build_info.pl
1572         in its new home, $(top_srcdir)/build-aux.
1573
1574 2009-09-03  Micah Cowan  <micah@cowan.name>
1575
1576         * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with
1577         localtime, as not all platforms have localtime_r.
1578
1579         * Makefile.am (wget_SOURCES): Rearranged some of the file order,
1580         so .c files and .h files are apart. Added gettext.h, so that it
1581         shows up in the dist.
1582
1583 2009-09-02  Micah Cowan  <micah@cowan.name>
1584
1585         * gettext.h: Refreshed from gettext 0.17.
1586
1587         * test.c: Added definition of program_name variable, required by
1588         lib/error.c (libgnu.a). Doesn't cause problems until you try to
1589         build on a non-GNU system...
1590
1591         * build_info.c.in: Removed useless "+gettext" feature ad.
1592
1593 2009-08-29  Steven Schubiger  <stsc@member.fsf.org>
1594
1595         * convert.c (local_quote_string): Percent-encode semicolons
1596         in local file strings.
1597
1598 2009-08-27  Micah Cowan  <micah@cowan.name>
1599
1600         * wget.h (uerr_t): added new VERIFCERTERR code for SSL certificate
1601         problems. Marked exit codes that are defined but never used (at
1602         least, the ones I could find).
1603
1604         * retr.c, retr.h (retrieve_url): Added a new boolean argument to
1605         determine whether an exit status should be recorded.
1606         (retrieve_from_file): Adjust to new retrieve_url signature.
1607
1608         * res.c (res_retrieve_file): Don't have retrieve_url record an
1609         exit status for robots.txt.
1610
1611         * recur.c (retrieve_tree): Adjust to new retrieve_url signature.
1612
1613         * main.c (main): Use the exit status stored by retrieve_url.
1614
1615         * http.c (gethttp): Distinguish certificate verification problems
1616         from SSL connection issues.
1617         (http_loop): Handle newly-created VERIFCERTERR error code.
1618
1619         * exits.c, exits.h: Newly added.
1620
1621         * Makefile.am (wget_SOURCES): Add exits.c and exits.h.
1622
1623 2009-08-27  Micah Cowan  <micah@cowan.name>
1624
1625         * http.c (gethttp): Make sure Wget heeds cookies when they
1626         are sent with a 401 response; or any other sort of response for
1627         that matter (#26775).
1628
1629 2009-08-19  Micah Cowan  <micah@cowan.name>
1630
1631         * openssl.c (ssl_check_certificate): Only warn about an attack if
1632         the hostname would otherwise have matched. Also some formatting
1633         cleanup.
1634
1635 2009-08-19  Joao Ferreira  <joao@joaoff.com>
1636
1637         * openssl.c (ssl_check_certificate): Detect embedded NUL
1638         characters in the SSL certificate common name.
1639
1640 2009-08-17  Tony Lewis  <tlewis@exelana.com>
1641
1642         * http.c (gethttp): Ensure that we parse Content-Length before we
1643         attempt to refer to its value. Without this fix, NTLM support was
1644         completely buggered. #27192
1645
1646 2009-08-09  Michael Baeuerle  <michael.baeuerle@gmx.net>
1647
1648         * ftp.c: #include <strings.h> for strcasecmp.
1649
1650 2009-07-28  Micah Cowan  <micah@cowan.name>
1651
1652         * main.c (option_data): Rename --html-extension to
1653         --adjust-extension.
1654         (print_help): Ditto.
1655
1656         * options.h (struct option): Rename html_extension to
1657         adjust_extension.
1658         * http.c (gethttp): Ditto.
1659         * convert.c (local_quote_string): Ditto.
1660
1661         * init.c (commands): Add "adjustextension", and reflect rename
1662         change for opt.adjust_extension, for both "adjustextension" and
1663         "htmlextension".
1664
1665 2009-07-27  Micah Cowan  <micah@cowan.name>
1666
1667         * options.h (struct options): Added restrict_files_nonascii
1668         boolean field.
1669
1670         * url.c (FILE_CHAR_TEST): Add check for chars outside the ASCII
1671         range.
1672
1673         * init.c (defaults): Add restrict_files_nonascii to initialization.
1674         (cmd_spec_restrict_file_names): Allow parsing of "ascii" keyword.
1675
1676 2009-07-27  Marcel Telka  <marcel@telka.sk>
1677
1678         * iri.c (do_conversion): Typo: invalide -> invalid
1679
1680 2009-07-27  Petr Pisar  <petr.pisar@atlas.cz>
1681
1682         * main.c (print_help): Fixed a couple typos.
1683
1684 2009-07-26  Micah Cowan  <micah@cowan.name>
1685
1686         * main.c (option_data): Rename --locale option to --local-encoding
1687         (print_help): Document --no-iri, --local-encoding, and
1688         --remote-encoding, within usage message. Remove defunct
1689         --preserve-permissions.
1690
1691 2009-07-23  Micah Cowan  <micah@cowan.name>
1692
1693         * progress.c (get_eta): Change "Translation note" in comment to
1694         "TRANSLATORS", so it actually appears in wget.pot.
1695
1696 2009-07-06  Micah Cowan  <micah@cowan.name>
1697
1698         * main.c (print_help): Improve documentation of --base.
1699
1700 2009-07-05  Micah Cowan  <micah@cowan.name>
1701
1702         * html-url.c (tag_handle_meta): Handle meta name="robots"
1703         properly: deal with whitespace, commas after...
1704
1705         * netrc.c (parse_netrc): Rename local-scope variable "quote" to
1706         "qmark", to avoid conflict with the function name.
1707
1708 2009-07-05  Petr Pisar  <petr.pisar@atlas.cz>
1709
1710         * main.c (print_version): Mark initial line for translation, along
1711         with (env), (user), and (system). Change copyright year to 2009.
1712
1713         * http.c (http_loop): Space after colon.
1714
1715         * gnutls.c (ssl_check_certificate): Use quote function, rather
1716         than explicit quotes.
1717
1718 2009-07-05  Micah Cowan  <micah@cowan.name>
1719
1720         * Makefile.am (version.c): Add dependency on configure.ac.
1721
1722         * iri.c: Mark some strings for translation.
1723
1724 2009-07-04  Steven Schweda  <sms@antinode.info>
1725
1726         * wget.h (ORIG_SFX): Macro added, to supply an alternative "_orig"
1727         suffix on VMS.
1728
1729         * connect.c, host.c, host.h, main.c: Include "vms_ip.h" rather
1730         than <netdb.h> on VMS systems.
1731
1732         * convert.c (write_backup_file): Use "_orig" rather than ".orig"
1733         on VMS.
1734
1735         * ftp-basic.c (ftp_list): Don't use LIST -a on VMS servers.
1736
1737         * ftp.c [__VMS]: Include "vms.h"
1738         * ftp.c (getftp): Disable some unhelpful "for VMS" code. Pass the
1739         OS type to ftp_list.
1740         (getftp) [__VMS]: Alter the filename as required, and invoke fopen
1741         with extra optional arguments.
1742         (ftp_retrieve_list): Set permissions before setting the times.
1743
1744         * ftp-ls.c [__VMS]: Various improvements.
1745
1746         * http.c (SET_USER_AGENT): Added. Include operating-system info in
1747         the User-Agent header.
1748         (gethttp): Use ORIG_SFX macro.
1749         (gethttp) [__VMS]: invoke fopen with extra arguments to
1750         communicate file type.
1751         (http_loop): Add cast to time_t.
1752
1753         * init.c (wgetrc_user_file_name) [__VMS]: Adjustments for where to
1754         find the .wgetrc.
1755
1756         * log.c: Adjustments to improve handling of log files on VMS.
1757
1758         * main.c [__VMS]: Added --ftp-stmlf option (and associated
1759         documentation). Adjust description of backup-suffixes, as they now
1760         differ for VMS.
1761         (print_help, print_version): Include OS type in version
1762         information.
1763         (main) [__VMS]: Invoke fopen with extra options, to specify file
1764         type information.
1765
1766         * netrc.c (search_netrc) [__VMS]: Fix .netrc-finding.
1767
1768         * openssl.c, openssl.h (ssl_connect_wget): Renamed from ssl_connect.
1769
1770         * options.h (struct options): Add ftp_stmlf field.
1771
1772         * retr.c (write_data) [__VMS]: Avoid fflush.
1773
1774         * url.c [__VMS]: Include vms.h.
1775         * url.c (url_file_name) [__VMS]: Handle naming as required for VMS.
1776
1777         * utils.c [__VMS]: Include vms.h. Various added facilities for VMS
1778         needs.
1779
1780 2009-07-04  Micah Cowan  <micah@cowan.name>
1781
1782         * main.c (print_version): Allow localization of the version-info
1783         labels, eschew attempts at alignment (which is complicated when
1784         handling translated strings), and avoid using printf() with
1785         variable-stored format strings that lack conversion
1786         specifications.
1787         (format_and_print_line): For similar reasons, don't calculate
1788         line-continuation tabulation based on the number of bytes in a
1789         string.
1790
1791 2009-07-04  Steven Schubiger  <stsc@member.fsf.org>
1792
1793         * url.c (url_parse): If an URL scheme is invalid, distinguish
1794         between an unsupported or missing scheme.
1795
1796         * url.c: Add a "missing scheme" entry to parse_errors.
1797
1798 2009-07-03  Micah Cowan  <micah@cowan.name>
1799
1800         * iri.h (iri_dup): Provide macro definition for when IRIs are
1801         disabled.
1802
1803         * Makefile.am (LIBS): Added @LIBICONV@.
1804         (wget_SOURCES): Added iri.h.
1805         (EXTRA_wget_SOURCES): Added iri.c, so it gets packaged even if IRI
1806         support was disabled.
1807
1808 2009-07-02  Micah Cowan  <micah@cowan.name>
1809
1810         * recur.c (url_enqueue): Quote enqueue/dequeue debug messages.
1811
1812         * html-url.c (append_url): Change "merge()" quoting style from
1813         locale_quoting_style to escape_quoting_style.
1814
1815 2009-07-01  Micah Cowan  <micah@cowan.name>
1816
1817         * retr.c (retrieve_url): Use the existing "redirect" label,
1818         instead of superfluous "second_try". Removed no-longer-accurate
1819         debug statement. Use the "newloc" parameter to store the fallback
1820         URL, when IRI version was rejected.
1821
1822         * recur.c (retrieve_tree): Always use the parsed URL for tracking
1823         the Referer, since that's the one we actually requested (if
1824         there's a difference in terms of percent-encodings and such).
1825
1826 2009-07-01  Steven Schubiger  <stsc@member.fsf.org>
1827
1828         * Makefile.am: Add a rule to generate build_info.c and list
1829         the build_info.c.in file in EXTRA_DIST. Adjust elsewhere
1830         where needed.
1831
1832         * build_info.c: Remove this static source file.
1833
1834         * build_info.c.in: Data for generation of build_info.c.
1835
1836 2009-06-29  Micah Cowan  <micah@cowan.name>
1837
1838         * html-url.c (append_url): Quote some more arguments that might
1839         contain characters that are inappropriate to display for the
1840         current locale.
1841
1842         * retr.c (retrieve_from_file): Be sure to pass iri information
1843         when parsing an input-fle url, and be sure to hand a clean iri
1844         struct, off to retrieve_tree and retrieve_url.
1845
1846         * iri.c, iri.h (iri_dup): Added.
1847
1848         * retr.c (retrieve_url): Re-parse for IRI fallback.
1849
1850         * main.c (main): Set up iri before the url_parse invocation (so we
1851         can use it).
1852
1853 2009-06-20  Jay Krell  <jay.krell@cornell.edu>
1854
1855         * sysdep.h (_ALL_SOURCE): (small change) Define the _ALL_SOURCE
1856         macro on INTERIX systems. (I switched the location from ftp.c to
1857         sysdep.h --mjc)
1858
1859 2009-06-15  Micah Cowan  <micah@cowan.name>
1860
1861         * ftp.c (getftp): If we can't accept the connection, return
1862         CONERROR, not whatever the contents of err happens to be. Fixes
1863         bug #25015.
1864
1865         * retr.c (fd_read_body): Make both args to progress_create
1866         consistent, resulting in an accurate progress display. Fixes bug
1867         #24948.
1868
1869 2009-06-14  Micah Cowan  <micah@cowan.name>
1870
1871         * Makefile.am (wget_SOURCES): css-tokens.h needs to ship with
1872         dist, too.
1873
1874 2009-06-13  Micah Cowan  <micah@cowan.name>
1875
1876         * init.c: Rename setval_internal_wrapper to setval_internal_tilde,
1877         ensure we don't "replace" the tilde unless it's actually
1878         present. Clean up some minor GNU style issues.
1879
1880 2009-06-13  Julien Pichon  <julienpichon7@gmail.com>
1881
1882         * init.c: Handle tilde-expansion in wgetrc commands, without
1883         resorting to setting/unsetting globals to change behavior in one
1884         call location.
1885
1886 2009-06-12  Micah Cowan  <micah@cowan.name>
1887
1888         * host.c: Include <sys/types.h> before <sys/socket.h>. Not
1889         required by POSIX any more, but some older systems (such as
1890         FreeBSD 4.1) still need it, and it doesn't seem like it could
1891         hurt...
1892
1893         * build_info.c (library): Handle "https" as a feature in its own
1894         right, apart from "gnutls" and "openssl".
1895
1896         * host.c: Declare h_errno if no declaration is provided. Idea
1897         thanks to Maciej W. Rozycki.
1898
1899 2009-06-11  Xin Zou  <zouxin2008@gmail.com>
1900
1901         * http.c (gethttp): Fix some memory leaks.
1902
1903 2009-06-11  Micah Cowan  <micah@cowan.name>
1904
1905         * http.c (http_atotm): Handle potential for setlocale's return
1906         value to be static storage. Thanks to Benjamin Wolsey
1907         <bwy@benjaminwolsey.de>.
1908
1909         * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
1910         systems, too. Thanks to Robert Millan.
1911
1912 2009-05-28  Steven Schubiger  <stsc@member.fsf.org>
1913
1914         * ftp.c (ftp_get_listing): Update the "listing file"
1915         string after calling ftp_loop_internal().
1916
1917 2009-05-27  Steven Schubiger  <stsc@member.fsf.org>
1918
1919         * ftp.c (ftp_get_listing): Duplicate the "listing file"
1920         string to avoid memory corruption when FOPEN_EXCL_ERR is
1921         encountered.
1922
1923 2009-05-17  Steven Schubiger  <stsc@member.fsf.org>
1924
1925         * progress.c (eta_to_human_short): Fix the remaining hours
1926         to be displayed. Spotted by Tadeu Martins (#26411).
1927
1928 2009-04-24  Micah Cowan  <micah@cowan.name>
1929
1930         * hash.c: Change stdint.h inclusion to use HAVE_STDINT_H, not C99
1931         check.
1932
1933         * connect.c: stdint.h inclusion added.
1934
1935         Thanks to Markus Duft <mduft@gentoo.org> for a similar patch.
1936
1937 2009-04-20  Micah Cowan  <micah@cowan.name>
1938
1939         * Makefile.am (version.c): Fix unportable use of "echo -n".
1940
1941 2009-04-13  Steven Schubiger  <stsc@member.fsf.org>
1942
1943         * ftp.c (ftp_retrieve_list): Move the duplicated code that
1944         determines the local file to a function.
1945
1946         * http.c (http_loop): Likewise.
1947
1948         * retr.c (set_local_file): New function.
1949
1950 2009-04-11  Steven Schubiger  <stsc@member.fsf.org>
1951
1952         * init.c (initialize): Run a custom SYSTEM_WGETRC when
1953         provided as an environment variable.
1954
1955 2009-02-27  Gisle Vanem  <gvanem@broadpark.no>
1956
1957         * main.c (main): "freopen (NULL,.." causes an assertion in MSVC
1958         debug-mode.  I.e. NULL isn't legal. But the "CONOUT$" device works
1959         fine.
1960
1961 2009-02-27  Steven Schubiger  <stsc@member.fsf.org>
1962
1963         * ftp.c (ftp_loop_internal): Don't claim for FTP retrievals
1964         when writing to standard output either that the document
1965         has been saved. Addresses bug #20520 again.
1966
1967 2009-02-21  Steven Schubiger  <stsc@member.fsf.org>
1968
1969         * http.c (http_loop): When a document is written to
1970         standard output, don't claim it has been saved to a file.
1971         Addresses bug #20520.
1972
1973 2009-02-18  Steven Schubiger  <stsc@members.fsf.org>
1974
1975         * recur.h: Remove the dangling declaration for recursive_cleanup().
1976
1977 2009-02-01  Gerardo E. Gidoni  <gerel@gnu.org>
1978
1979         * main.c, recur.c, recur.h, res.c, retr.c, retr.h: restructured code to
1980         avoid multiple 'url_parse' calls.
1981
1982 2008-11-13  Micah Cowan  <micah@cowan.name>
1983
1984         * http.c (gethttp): Don't do anything when content-length >= our
1985         requested range.
1986
1987 2008-11-27  Saint Xavier  <wget@sxav.eu>
1988
1989         * http.c (gethttp): Move authentication code before filename
1990         allocation avoiding fallbacking on default filename because
1991         "Content-Disposition" header wasn't present before authentcation
1992         has been completed. Fixes bug #24862.
1993
1994 2008-11-16  Steven Schubiger  <stsc@members.fsf.org>
1995
1996         * main.c: Declare and initialize the numurls counter.
1997
1998         * ftp.c, http.c: Make the counter visible here and use it.
1999
2000         * options.h: Remove old declaration from options struct.
2001
2002 2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
2003
2004         * init.c (defaults): Set default waitretry value.
2005
2006 2008-11-14  Steven Schubiger  <stsc@members.fsf.org>
2007
2008         * main.c (format_and_print_line): Use a custom format
2009         string for printing leading spaces.
2010
2011 2008-11-12  Micah Cowan  <micah@cowan.name>
2012
2013         * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.
2014
2015 2008-11-12  Alexander Belopolsky  <alexander.belopolsky@gmail.com>
2016
2017         * url.c, url.h (url_escape_unsafe_and_reserved): Added.
2018
2019         * ftp-ls.c (ftp_index): URL-escape, rather than HTML-escape, the
2020         filename appearing in the link.
2021
2022 2008-11-12  Steven Schubiger  <stsc@members.fsf.org>
2023
2024         * main.c (print_version): Hand the relevant
2025         xstrdup/xfree calls back to format_and_print_line().
2026
2027 2008-11-11  Steven Schubiger  <stsc@members.fsf.org>
2028
2029         * main.c (format_and_print_line): Move both the memory
2030         allocating and freeing bits upwards to print_version().
2031
2032 2008-11-10  Saint Xavier  <wget@sxav.eu>
2033
2034         * http.c: Make --auth-no-challenge works with user:pass@ in URLs.
2035
2036 2008-11-05  Micah Cowan  <micah@cowan.name>
2037
2038         * ftp.c (print_length): Should print humanized "size remaining"
2039         only when it's at least 1k.
2040
2041 2008-10-31  Micah Cowan  <micah@cowan.name>
2042
2043         * main.c (print_version): Add information about the mailing list.
2044
2045 2008-10-31  Alexander Drozdov  <dzal_mail@mtu-net.ru>
2046
2047         * retr.c (fd_read_hunk): Make assert deal with maxsize == 0.
2048
2049         * ftp-ls.c (clean_line): Prevent underflow on empty lines.
2050
2051 2008-10-26  Gisle Vanem  <gvanem@broadpark.no>
2052
2053         * main.c (format_and_print_line): Put variables on top of
2054         blocks (not all compilers are C99). Add an extra '\n' if
2055         SYSTEM_WGETRC isn't defined and printed.
2056
2057 2008-09-09  Gisle Vanem  <gvanem@broadpark.no>
2058
2059         * url.c (url_error): Use aprintf, not asprintf.
2060
2061 2008-09-09  Micah Cowan  <micah@cowan.name>
2062
2063         * init.c (home_dir): Save the calculated value for home,
2064         to avoid duplicated work on repeated calls.
2065         (wgetrc_file_name) [WINDOWS]: Define and initialize home var.
2066
2067         * build_info.c, main.c: Remove unnecessary extern vars
2068         system_wgetrc and locale_dir.
2069
2070         * main.c: Define program_name for lib/error.c.
2071
2072 2008-09-02  Gisle Vanem  <gvanem@broadpark.no>
2073
2074         * mswindows.h: Must ensure <stdio.h> is included before
2075         we redefine ?vsnprintf().
2076
2077 2008-08-08  Steven Schubiger  <stsc@members.fsf.org>
2078
2079         * main.c, utils.h: Removed some dead conditional DEBUG_MALLOC code.
2080
2081 2008-08-03  Micah Cowan  <micah@cowan.name>
2082
2083         * main.c (print_help): Added --default-page.
2084
2085 2008-08-01  Joao Ferreira  <joao@joaoff.com>
2086
2087         * init.c, main.c, options.h, url.c: Added option --default-page
2088         to support alternative default names for index.html
2089
2090 2008-08-03  Micah Cowan  <micah@cowan.name>
2091
2092         * build_info.c, css-url.c: #include wget.h, not config.h.
2093
2094 2008-08-03  Steven Schubiger  <stsc@members.fsf.org>
2095
2096         * url.c, url.h (url_error): Better messages for unsupported
2097         schemes, especially https.
2098
2099         * html-url.c, recur.c, retr.c: Adjust to new url_error
2100         invocation, and free result.
2101
2102 2008-07-17  Steven Schubiger  <stsc@members.fsf.org>
2103
2104         * retr.c (retrieve_from_file): When given an URL as input file,
2105         use it as baseref if none was specified and treat the input file
2106         as HTML if its content type is text/html.
2107
2108         * init.c (cleanup): Free the memory associated with the base
2109         option (when DEBUG_MALLOC is defined).
2110
2111 2008-07-02  Xavier Saint  <wget@sxav.eu>
2112
2113         * iri.c, iri.h  : New function idn_decode() to decode ASCII
2114         encoded hostname to the locale.
2115
2116         * host.c : Show hostname to be resolved both in locale and
2117         ASCII encoded.
2118
2119 2008-06-28  Steven Schubiger  <stsc@members.fsf.org>
2120
2121         * retr.c (retrieve_from_file): Allow for reading the links from
2122         an external file (HTTP/FTP).
2123
2124 2008-06-26  Xavier Saint  <wget@sxav.eu>
2125
2126         * iri.c, iri.h : New functions locale_to_utf8() and
2127         idn_encode() adding basic capabilities of IRI/IDN.
2128
2129         * url.c : Convert URLs from locale to UTF-8 allowing a basic
2130         support of IRI/IDN
2131
2132 2008-06-25  Steven Schubiger  <stsc@members.fsf.org>
2133
2134         * ftp.c (getftp): When spidering a FTP URL, emit a diagnostic
2135         message if the remote file exists.
2136
2137 2008-06-24  Steven Schubiger  <stsc@members.fsf.org>
2138
2139         * http.c (http_loop): Replace escnonprint() occurence with
2140         a quotearg_style() call.
2141
2142 2008-06-24  Micah Cowan  <micah@cowan.name>
2143
2144         * ftp-ls.c (ftp_index): Don't assume time_t* is compatible with
2145         long*. Fixes crash on Windows, and probably other systems.
2146
2147 2008-06-22  Steven Schubiger  <stsc@members.fsf.org>
2148
2149         * http.c: Explicitly initialize and deallocate the message
2150         string used by the -nv --spider functionality.
2151
2152 2008-06-22  Steven Schubiger  <schubiger@gmail.com>
2153
2154         * http.c: Make -nv --spider include the file's name when it
2155         exists.
2156
2157 2008-06-22  Micah Cowan  <micah@cowan.name>
2158
2159         * Makefile.am (version.c): Fixed version string invocation so it
2160         once again can't result in unterminated strings, made all the
2161         string vars pointers-to-const, and moved line lengths
2162         below 80 (in Makefile.am, not in version.c).
2163
2164 2008-06-19  Xavier Saint  <wget@sxav.eu>
2165
2166         * iri.c, iri.h : New function check_encoding_name() as
2167         a preliminary encoding name check.
2168
2169         * main.c, iri.c : Make use of check_encoding_name().
2170
2171 2008-06-19  Xavier Saint  <wget@sxav.eu>
2172
2173         * iri.c : Include missing stringprep.h file and add a
2174         cast.
2175
2176         * init.c : set a default initial value for opt.enable_iri,
2177         opt.locale and opt.encoding_remote.
2178
2179 2008-06-19  Xavier Saint  <wget@sxav.eu>
2180
2181         * iri.c, iri.h : Add a new function find_locale() to find
2182         out the local system encoding.
2183
2184         * main.c : Make use of find_locale().
2185
2186 2008-06-19  Xavier Saint  <wget@sxav.eu>
2187
2188         * html-url.c : Add "content-type" meta tag parsing for
2189         retrieving page encoding.
2190
2191         * iri.h : Make no-op version of parse_charset() return
2192         NULL.
2193
2194 2008-06-16  Micah Cowan  <micah@cowan.name>
2195
2196         * http.c (http_loop): When hstat.len is higher than the
2197         successfully completed content's length, but it's because we
2198         _set_ it that way, don't abort.
2199
2200 2008-06-14  Xavier Saint  <wget@sxav.eu>
2201
2202         * iri.c, iri.h : New files.
2203
2204         * Makefile.am : Add files iri.h and conditional iri.c.
2205
2206         * build_info.c : Add compiled feature "iri".
2207
2208         * http.c : include iri.h and parse charset from Content-Type
2209         header.
2210
2211         * init.c, main.c, options.h : if an options isn't supported
2212         at compiled time, don't get rid off it and show a dummy
2213         message instead if they are used.
2214
2215 2008-06-13  Micah Cowan  <micah@cowan.name>
2216
2217         * build_info.c: ENABLE_NTLM, not HAVE_NTLM; distinguish OpenSSL
2218         from "ssl".
2219
2220 2008-06-13  Madhusudan Hosaagrahara <com.gmail.hrmadhu>
2221
2222         * Makefile.am, main.c, init.c, init.h, build_info.c: Adds build
2223         information to the --version command line option. Fixes bug
2224         #20636.
2225
2226 2008-06-01  Micah Cowan  <micah@cowan.name>
2227
2228         * main.c [WINDOWS]: Reopen stdout in binary mode, when -O - is
2229         given.
2230
2231 2008-05-31 Micah Cowan  <micah@cowan.name>
2232
2233         * html-url.c, http.c: Avoid casts in a couple spots.
2234
2235 2008-05-30 Henri Häkkinen  <henux@users.sourceforge.net>
2236
2237         * cookies.c, ftp-basic.c, hash.c, html-url.c, http-ntlm.c, http.c,
2238         init.c, log.c, main.c, progress.c, ptimer.c, spider.c, url.c,
2239         utils.c: Minor changes to silence warnings when using -Wall.
2240
2241 2008-05-26  Steven Schubiger  <schubiger@gmail.com>
2242
2243         * ftp.c (getftp): Replace last remaining invocation of escnonprint
2244         with gnulib quote.
2245
2246 2008-05-19  Micah Cowan  <micah@cowan.name>
2247
2248         * main.c (main): Password prompt should be done only once (not
2249         once per argument), and should be done prior to the background
2250         fork.
2251
2252 2008-05-17  Steven Schubiger  <schubiger@gmail.com>
2253
2254         * init.c (defaults): Set the preferred IP family to `none' by
2255         default.
2256
2257 2008-05-17  Kenny Parnell  <k.parnell@gmail.com>
2258
2259         (cmd_spec_prefer_family): Initialize prefer_family to prefer_none.
2260
2261 2008-05-17  Micah Cowan  <micah@cowan.name>
2262
2263         * main.c (main): Handle Ctrl-D on command-line.
2264
2265 2008-05-15  Steven Schubiger  <schubiger@gmail.com>
2266
2267         * ftp.c (getftp): Verify that the file actually exists in FTP, by
2268         checking it against the listing.
2269
2270 2008-05-15  Micah Cowan  <micah@cowan.name>
2271
2272         * main.c (prompt_for_password): Use the quote module.
2273
2274 2008-05-14  Micah Cowan  <micah@cowan.name>
2275
2276         * ftp.c (ftp_retrieve_list): Symlinks and other filenames
2277         should be fully quoted.
2278
2279 2008-05-12  Micah Cowan  <micah@cowan.name>
2280
2281         * main.c (main): Downgrade "-N with -O" to a warning, and switch
2282         it off to avoid confusing messages.
2283
2284 2008-04-30  Micah Cowan  <micah@cowan.name>
2285
2286         * progress.c (create_image): Fix glitch where too many spaces are
2287         printed on lines that don't display the ETA, in multibyte
2288         locales.
2289
2290 2008-04-30  Steven Schubiger  <stsc@members.fsf.org>
2291
2292         * main.c (main): New code that handles prompting for passwords
2293         when specified explicitly via command-line option (using gnulib's
2294         getpass-gnu module).
2295         (main): Include the getpass header.
2296
2297         * init.c: Add "ask-password" to the list of recognized commands.
2298
2299         * options.h: Add an according boolean member to the options
2300         struct.
2301
2302         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE
2303         out, because they're now defined independently by config.h.
2304
2305 2008-04-27  Rabin Vincent  <rabin@rab.in>
2306
2307         * http.c (http_loop): Fix return for the case where we don't
2308         download a file because of -nc.
2309
2310 2008-04-27  Micah Cowan  <micah@cowan.name>
2311
2312         * url.c (path_simplify): Go back to allowing leading ".." in
2313         paths, but only for FTP URLs.
2314         (test_path_simplify): Add scheme-specificness to tests, adapt for
2315         mu_run_test.
2316
2317         * test.c (all_tests): Add test_path_simplify.
2318
2319         * main.c (main): Downgrade -r, -p with -O to a warning rather than
2320         an error; elaborate just a bit more for other -O combination
2321         cases.
2322
2323 2008-04-26  Micah Cowan  <micah@cowan.name>
2324
2325         * http.c (gethttp): Move proxy CONNECT handling to below the
2326         retry_with_auth label, to deal with properly reconnecting to
2327         proxies when we need to authenticate.
2328
2329 2008-04-25  Micah Cowan  <micah@cowan.name>
2330
2331         * Makefile.am: -I foo -> -Ifoo.
2332
2333 2008-04-24  Micah Cowan  <micah@cowan.name>
2334
2335         * main.c: Revised usage description of --convert-links to apply
2336         to CSS as well as to HTML.
2337
2338 2008-04-23  Micah Cowan  <micah@cowan.name>
2339
2340         * utils.c (test_dir_matches_p): Added a test for the case
2341         described in issue #20518.
2342
2343 2008-04-22  Micah Cowan  <micah@cowan.name>
2344
2345         * Makefile.am, css.lex, css.l: Renamed css.lex to css.l.
2346         * recur.c (retrieve_tree): Fix typo to allow text/css files to
2347         be parsed.
2348
2349 2008-04-22  Ted Mielczarek  <ted.mielczarek@gmail.com>
2350
2351         * css.lex, css-url.c, css-url.h: Added to implement support for
2352         parsing CSS in Wget.
2353         * convert.c: Convert links in CSS files, too.
2354         * convert.h (convert_options): Added for options link_css_p,
2355         link_expect_css.
2356         * convert.h: Added prototype for new register_css function.
2357         * html-parse.c: Added support for parsing element content, in
2358         addition to tag starts and ends.
2359         * html-parse.h (taginfo): Added delimiter fields for element
2360         content.
2361         * html-url.h: Added.
2362         * html-url.c (append_url): No longer internal-linkage only. Now
2363         takes position and size as explicit parameters.
2364         * html-url.c: Use new html-url.h header, add support for
2365         handling of "style" HTML attributes. Mark URIs obtained from
2366         link tags with rel="stylesheet" with link_expect_css. Adapt
2367         uses of append_url to supply the newly-added parameters for
2368         position and size.
2369         * http.c: Add detection for when the content-type is text/css;
2370         and ensure that such files have the ".css" filename extension,
2371         when --convert-links is active.
2372         * recur.h: Remove declarations for functions found in
2373         html-url.c (moved to html-url.h).
2374         * recur.c: Add support for culling links from CSS files, too,
2375         and tracking for when we're expecting the file to be CSS (even
2376         when its content type isn't text/css).
2377         * retr.c (retrieve_url): Add registration of CSS files.
2378         * wget.h: Added TEXTCSS to dt flags enum.
2379         * Makefile.am: Added css.lex, css-url.c, css-url.h, html-url.h
2380         to wget_SOURCES.
2381
2382 2008-04-22  Jim Paris  <jim@jtan.com>
2383
2384         * openssl.c (ssl_init): Enable combined certificate/key in
2385         single file (apparent regression from ~1.9). Resolves issue
2386         #22767.
2387
2388 2008-04-22  Steven Schubiger  <schubiger@gmail.com>
2389
2390         * http.c (print_response_line): Changed to make responses always
2391         be logged, even in --quiet mode, if --server-response was
2392         specified. This is to bring http.c's handling of the situation
2393         in line with ftp.c's.
2394
2395 2008-04-22  Pranab Shenoy  <pranab.loosinit.shenoy@gmail.com>
2396
2397         * init.c: Added test_commands_sorted unit test to check is
2398         commands are sorted.  Fixes bug #21245.
2399
2400         * test.c: Added test_commands_sorted to the test suite.
2401
2402 2008-04-22  Rabin Vincent  <rabin@rab.in>
2403
2404         * ftp.c (ftp_get_listing): Only remove .listing if it has been
2405         created.
2406
2407 2008-04-22  Alain Guibert  <alguibert+bts@free.fr>
2408
2409         * test.h (mu_run_test): Move declaration before statements, for
2410         C90 conformance. Fixes bug #22789.
2411
2412 2008-04-22  Mike Frysinger  <vapier@gentoo.org>
2413
2414         * Makefile.am: Move @LIBS@ after other libraries, for better
2415         static-linking support. Fixes bug #22143.
2416
2417 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
2418
2419         * ftp.c: Use Gnulib's quote function for printing filenames and
2420         such.
2421         * connect.c: Likewise.
2422         * convert.c: Likewise.
2423         * cookies.c: Likewise.
2424         * ftp-opie.c: Likewise.
2425         * gnutls.c: Likewise.
2426         * init.c: Likewise.
2427         * log.c: Likewise.
2428         * mswindows.c: Likewise.
2429         * openssl.c: Likewise.
2430         * progress.c: Likewise.
2431         * recur.c: Likewise.
2432         * res.c: Likewise.
2433         * utils.c: Likewise.
2434
2435 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
2436
2437         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE
2438         out, because they're now defined independently by config.h.
2439
2440 2008-04-14  Steven Schubiger  <schubiger@gmail.com>
2441
2442         * http.c: Use Gnulib's quote function for printing filenames and
2443         such.
2444         * wget.h: #include "quote.h".
2445
2446 2008-04-12  Rabin Vincent  <rabin@rab.in>
2447
2448         * mswindows.c (fake_fork_child): Don't create a logfile for
2449         --background when --quiet is used, but not --server-response.
2450         Fixes bug #20917.
2451
2452         * utils.c (fork_to_background): Likewise.
2453
2454 2008-04-12  Micah Cowan  <micah@cowan.name>
2455
2456         * utils.c (aprintf): Minor formatting changes to Alex's code (80-
2457         column limit, concatenated string literals, avoiding nesting
2458         levels), and removed invocation of free (since we're aborting
2459         anyway).
2460
2461 2008-04-11  Alexander Dergachev  <cy6erbr4in@gmail.com>
2462
2463         * utils.c (aprintf): Now we are setting limits (1 Mb) for text
2464         buffer when we use non-C99 vsnprintf.
2465
2466 2008-04-11  Micah Cowan  <micah@cowan.name>
2467
2468         * ftp.c (getftp, ftp_loop_internal): Don't append to an existing
2469         .listing when --continue is used.  Fixes bug #22825. Thanks to
2470         Rabin Vincent <rabin@rab.in> for pointing the way with a
2471         suggested fix!
2472
2473 2008-04-10  Alexander Dergachev  <cy6erbr4in@gmail.com>
2474
2475         * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an
2476         "unknown" value for the attempted allocation size.
2477         * utils.c (aprintf): Now calls memfatal, instead of aborting.
2478
2479 2008-03-19  Micah Cowan  <micah@cowan.name>
2480
2481         * utils.c (test_dir_matches_p): More tests related for
2482         dir_matches_p.
2483
2484 2008-03-17  Micah Cowan  <micah@cowan.name>
2485
2486         * connect.c: Include sys/time.h to support use of the select
2487         function on older systems.
2488
2489 2008-02-11  Benno Schulenberg  <bensberg@justemail.net>
2490
2491         * http.c: More accurate and descriptive messages for when a file
2492         won't be retrieved during spider-mode.
2493
2494 2008-02-10  Micah Cowan  <micah@cowan.name>
2495
2496         * http.c: Added existence_checked member to the http_stat
2497         struct.
2498         (gethttp): Mark hs->existence_checked when we've checked whether
2499         a file-to-download exists; so we don't check it again if the
2500         connection gets lost (and potentially pick a new "unique" name).
2501         This fixes bug 22251.
2502         * progress.c (create_image): Add space for an extra column in
2503         the "eta" portion of the progress bar image; to deal with
2504         too-long Czech translation.
2505         * main.c, http.c, init.c: Added --auth-no-challenge option, to
2506         bring back 1.10.2 unsafe auth behavior when needed. This fixes
2507         bug #22242.
2508
2509 2008-02-07  Micah Cowan  <micah@cowan.name>
2510
2511         * progress.c (create_image): Remove assertion on exceeding
2512         screen width, which given the less-than-robust code there, can
2513         be broken by a number of factors (such as large file downloads).
2514
2515 2008-02-06  Micah Cowan  <micah@cowan.name>
2516
2517         * progress.c (countcols): Use strlen() when mbtowc or wcwidth
2518         not available (or not using NLS).
2519         * utils.c: Ensure we use single-byte separators when not doing
2520         NLS progress-bars.
2521         * wget.h: Determine whether to use NLS for progress-bars, based
2522         on whether wcwidth and mbtowc are available.
2523
2524 2008-02-03  Micah Cowan  <micah@cowan.name>
2525
2526         * progress.c (create_image): Use number of characters/columns
2527         consumed, rather than number of bytes, to determine how much of
2528         a line we've used. Fixes assertion errors and field alignment
2529         bugs (#22161, #20481)
2530         (get_eta, count_cols): Added to support the changes for
2531         create_image.
2532         * http.c (http_loop): Put no-clobber logic back into http_loop,
2533         before starting to fetch, for when we're not doing
2534         content-disposition.
2535
2536 2008-01-31  Micah Cowan  <micah@cowan.name>
2537
2538         * http.c (gethttp): Don't derive hs->contlen from possibly
2539         invalid/missing Content-Length; instead, get the appropriate
2540         value from the Content-Range header values.
2541         (parse_content_range): Handle '*' instance-length field.
2542
2543 2008-01-25  Micah Cowan  <micah@cowan.name>
2544
2545         * main.c: Added notes to translators regarding (C), diacritics
2546         in names.
2547         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
2548         cookies.c, cookies.h, ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c,
2549         ftp.h, gen-md5.c, gen-md5.h, gnutls.c, hash.c, hash.h, host.c,
2550         host.h, html-parse.c, html-parse.h, html-url.c, http-ntlm.c,
2551         http-ntlm.h, http.c, http.h, init.c, init.h, log.c, log.h,
2552         main.c, mswindows.c, mswindows.h, netrc.c, netrc.h, openssl.c,
2553         options.h, progress.c, progress.h, ptimer.c, ptimer.h, recur.c,
2554         recur.h, res.c, res.h, retr.c, retr.h, spider.c, spider.h,
2555         ssl.h, sysdep.h, test.c, test.h, url.c, url.h, utils.c,
2556         utils.h, wget.h, xmalloc.c, xmalloc.h: Updated copyright year.
2557
2558 2007-12-10  Micah Cowan  <micah@cowan.name>
2559
2560         * main.c: The option is --content-disposition, not
2561         --no-content-disposition (at the moment).
2562
2563 2007-12-08  Hrvoje Niksic  <hniksic@xemacs.org>
2564
2565         * ftp.c (ftp_retrieve_glob): Print both arguments of fnmatch in
2566         fnmatch error message.
2567         (ftp_retrieve_glob): Don't match with fnmatch if we're only
2568         supposed to get one file.
2569
2570 2007-12-07  Micah Cowan  <micah@cowan.name>
2571
2572         * Makefile.am: Plug in vars to include stuff from
2573         $(top_srcdir)/md5 when appropriate.
2574
2575 2007-12-05  Micah Cowan  <micah@cowan.name>
2576
2577         * utils.c (subdir_p): Handle the case where d1 is "".
2578         * convert.c (convert_all_links): Don't return without
2579         deallocating timer.
2580
2581 2007-11-28  Micah Cowan  <micah@cowan.name>
2582
2583         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
2584         convert.h, cookies.c, cookies.h, ftp-basic.c, ftp-ls.c,
2585         ftp-opie.c, ftp.c, ftp.h, gen-md5.c, gen-md5.h, gnutls.c,
2586         hash.c, hash.h, host.c, host.h, html-parse.c, html-parse.h,
2587         html-url.c, http-ntlm.c, http-ntlm.h, http.c, http.h, init.c,
2588         init.h, log.c, log.h, main.c, mswindows.c, mswindows.h,
2589         netrc.c, netrc.h, openssl.c, options.h, progress.c, progress.h,
2590         ptimer.c, ptimer.h, recur.c, recur.h, res.c, res.h, retr.c,
2591         retr.h, safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h,
2592         sysdep.h, test.c, test.h, url.c, url.h, utils.c, utils.h,
2593         wget.h, xmalloc.c, xmalloc.h: Updated license exception for
2594         OpenSSL, per the SFLC.
2595
2596 2007-10-30  Micah Cowan  <micah@cowan.name>
2597
2598         * main.c (main): Declare argv parameter as char **argv, rather
2599         than char *const *argv. This fixes usage of getopt_long,
2600         regardless of whether getopt_long has a constified argv or not.
2601
2602 2007-10-22  Gisle Vanem  <gvanem@broadpark.no>
2603
2604         * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h
2605         inclusion.
2606
2607 2007-10-18  Steven Schweda  <sms@antinode.org>
2608
2609         * sysdep.h: #include <stdint.h> as well as <inttypes.h>, to work
2610         around a glitch on Tru64 systems.
2611
2612 2007-10-18  Micah Cowan  <micah@cowan.name>
2613
2614         * Makefile.am: version.c should not be distributed. Removed
2615         config-post.h. Add version.c dependency and gnulib include path
2616         for libunittest.a.
2617         * sysdep.h: Got contents of config-post.h
2618         * config-post.h: Removed.
2619         * wget.h: #include "config.h".
2620         * alloca.c, cmpt.c, connect.c, convert.c, cookies.c,
2621         ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c, gen-md5.c, gnutls.c,
2622         hash.c, host.c, html-parse.c, html-url.c, http-ntlm.c, http.c,
2623         init.c, log.c, main.c, mswindows.c, netrc.c, openssl.c,
2624         progress.c, ptimer.c, recur.c, res.c, retr.c, spider.c, url.c,
2625         utils.c, xmalloc.c: Use wget.h at very top, and instead of
2626         config.h.
2627
2628 2007-10-15  Micah Cowan  <micah@cowan.name>
2629
2630         * Makefile.am: Remove intermediary hg-id file generation, make
2631         version.c-generation more portable.
2632
2633 2007-10-14  Micah Cowan  <micah@cowan.name>
2634
2635         * cmpt.c, cookies.c, ftp-basic.c, ftp-ls.c, ftp.c, hash.c,
2636         host.c, html-parse.c, html-url.c, http-ntlm.c, http.c, init.c,
2637         log.c, main.c, netrc.c, openssl.c, res.c, url.c, utils.c,
2638         wget.h: Replace uses of ISSPACE, etc with c_isspace, etc.
2639         * gnu-md5.c, gnu-md5.h: Removed, in deference to gnulib.
2640         * Makefile.am: Removed gnu-md5.h from wget_SOURCES.
2641         * gen-md5.c: Changed #inclusion of gnu-md5.h to md5.h (gnulib's).
2642         * recur.c (download_child_p): Print error if unlink of
2643         robots.txt fails.
2644         * main.c (main): --spider or --delete-after now implies
2645         --no-directories (thanks, Josh Williams).
2646
2647 2007-10-14  Joshua David Williams  <yurimxpxman@gmail.com>
2648
2649         * recur.c (download_child_p): Remove robots.txt if
2650         --delete-after or --spider is on.
2651
2652 2007-10-13  Micah Cowan  <micah@cowan.name>
2653
2654         * Makefile.am: Make version.c depend on Wget dependencies (source
2655         files, plus such things as LIBOBJS so we get things like
2656         http-ntlm.c). Removed getopt.[ch], as we're now using gnulib for
2657         these.
2658
2659 2007-10-10  Micah Cowan  <micah@cowan.name>
2660
2661         * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
2662         hoping it'll be included by accident in openssl/des.h.
2663
2664 2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
2665
2666         * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
2667         needed.  Hence simply the prototype. Free 'exec_name' at exit.
2668
2669 2007-10-09  Micah Cowan  <micah@cowan.name>
2670
2671         * gettext.h: Imported from /usr/share/gettext, fuller handling
2672         of --disable-nls.
2673         * wget.h: Remove logic for handling lack of NLS (now in
2674         gettext.h).
2675         * main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS.
2676         * Makefile.am: added @LIBINTL@ to LIBS (though it probably
2677         belongs in LDADD, along with everything else currently assigned
2678         to LIBS).
2679
2680 2007-10-08  Micah Cowan  <micah@cowan.name>
2681
2682         * http.c (http_loop): Add send_head_first conditional back
2683         around code that needs it, but not around the last-modified
2684         header-parsing stuff this time. Removed no-longer-useful (was it
2685         ever?) restart_loop boolean, continuing unconditionally at end
2686         of send_head_first conditional block (if we haven't jumped out).
2687
2688 2007-10-04  Micah Cowan  <micah@cowan.name>
2689
2690         * http.c (http_loop): We've got_name if content_disposition
2691         support isn't on; make sure we continue properly in that case,
2692         even though we're not sending HEAD.
2693         * Makefile.in: Removed, replaced by Makefile.am.
2694         * Makefile.am: Converted from Makefile.in.
2695
2696 2007-10-02  Gisle Vanem  <gvanem@broadpark.no>
2697
2698         * ftp.c: Use "_listing" for MSDOS (".listing" is illegal).
2699
2700         * url.c: Update comment for 'filechr_not_windows'.
2701
2702         * utils.c: Include <process.h> for 'getpid()' on Watcom.
2703
2704 2007-10-02  Micah Cowan  <micah@cowan.name>
2705
2706         * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main
2707         (main): Use datetime_str instead of time_str, for those who have
2708         potentially long-running sessions. Based on suggestions by Saso
2709         Tomat <miskox@hotmail.com> and Steven M. Schweda
2710         <sms@antinode.org>.
2711         * http.c (gethttp): Warn about host lookup failures. Adjusted
2712         from Stephen Gildea's patch.
2713
2714 2007-10-02  Stephen Gildea  <stepheng+wget@gildea.com>
2715
2716         * connect.c (connect_to_host): Warn about host lookup failures.
2717
2718 2007-09-25  Micah Cowan  <micah@cowan.name>
2719
2720         * Makefile.in: Use EXEEXT instead of exeext.
2721
2722 2007-09-24  Gisle Vanem  <giva@bgnett.no>
2723
2724         * connect.c, init.c, main.c, openssl.c, options.h, sysdep.h,
2725         url.c, utils.c: Added support for building on MS-DOS.
2726
2727 2007-09-24  Jochen Roderburg  <roderburg@uni-koeln.de>
2728
2729         * http.c (http_zero): Remove no-longer-used local_size variable.
2730         Fixes bug #21057.
2731
2732 2007-09-12  Micah Cowan  <micah@cowan.name>
2733
2734         * http.c (http_loop): Remove send_head_first from condition for
2735         parsing timestamp.
2736
2737 2007-08-29  Micah Cowan  <micah@cowan.name>
2738
2739         * openssl.c (ssl_init): Re un-const-ified the meth local
2740         variable, to match current versions of openssl.
2741         * spider.c: Removed visited_url function, as it may be very
2742         inefficient.
2743         (print_broken_links): Removed traversal of referrers, until such
2744         time as a more efficient implementation can be written.
2745         * spider.h: Replaced declaration of visited_url with an
2746         empty-bodied, function-like macro.
2747
2748 2007-08-27  Gisle Vanem  <giva@bgnett.no>
2749
2750         * mswindows.c (run_with_timeout): Ensure that the correct
2751         conversion specification is used for the return result of
2752         the GetLastError function.
2753         * getopt.c: Fix missing (but, accidentally, legal) comment
2754         delimiter after licensing text.
2755         * recur.c (retrieve_tree): Inserted missing cast for strip_auth.
2756         Includes adjustment by Ralf Wildenhues.
2757         * openssl.c (ssl_init): const-ified the meth local variable.
2758         * main.c: Include all the static function definitions in the
2759         "#ifndef TESTING" clause, leaving just the definitions for
2760         exec_name (not set), and opt.
2761         * utils.c (run_with_timeout): Now returns bool, to align with
2762         declaration in utils.h.
2763
2764 2007-08-27  Micah Cowan  <micah@cowan.name>
2765
2766         * wget.h: Added macro replacement for ngettext, for environs
2767         that lack NLS.
2768
2769 2007-08-26  Micah Cowan  <micah@cowan.name>
2770
2771         * spider.c (print_broken_links): Fixed incorrect plurals msgid
2772         usage, switched to use ngettext function.
2773
2774 2007-08-24  Micah Cowan  <micah@cowan.name>
2775
2776         * http.c (http_loop): Introduced time_came_from_head boolean
2777         flag, to help avoid parsing the same Last-Modified header twice.
2778         Replaced spidering returns of RETRUNNEEDED for some situations,
2779         to RETROK, as otherwise it will be interpreted as an error.
2780         RETRUNNEEDED appears never to be referenced outside of
2781         http.c (and wget.h), and, when returned by gethttp, is
2782         translated by http_loop to RETROK.
2783         * url.c (are_urls_equal): Don't call getchar_from_escaped_string
2784         if u2 is shorter than u1.
2785         (getchar_from_escaped_string): Don't decode reserved characters.
2786         Handle illegally appearing '%'s as literal '%'s. Ensure hex
2787         digits before attempting to decode.
2788         (test_are_urls_equal): Added tests to handle u2 shorter than u1,
2789         and %2f not treated the same as /.
2790         * spider.c (in_url_list_p): Don't call are_urls_equal if one of
2791         them is NULL.
2792
2793 2007-08-23  Joshua David Williams  <yurimxpxman@gmail.com>
2794
2795         * spider.c (in_url_list_p): Removed the bool verbose argument
2796
2797 2007-08-22  Mauro Tortonesi  <mauro@ferrara.linux.it>
2798
2799         * http.c (http_loop): Fall back to GET if HEAD fails with a 500 or 501
2800         error code.
2801
2802 2007-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
2803
2804         * http.c (http_loop): Send preliminary HEAD request if -N is given and
2805         the destination file exists already.
2806
2807 2007-08-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
2808
2809         * http.c (http_loop): Fixed HTTP HEAD requests logic when --spider is
2810         given.
2811
2812 2007-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2813
2814         * url.c (append_uri_pathel): Do not assume dest string to be
2815         zero-terminated.
2816         (test_append_uri_pathel): Terminate string to fix test failure.
2817
2818 2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2819
2820         * url.c (url_string): Use comparison, not assignment, in
2821         check for auth_mode == URL_AUTH_HIDE_PASSWD.
2822
2823 2007-08-09  Micah Cowan  <micah@cowan.name>
2824
2825         * http.c (http_loop): If we got a HEAD and then a GET, and the
2826         GET had a timestamp, use that one, not any we may have gotten
2827         from the HEAD.
2828
2829 2007-08-08  Micah Cowan  <micah@cowan.name>
2830
2831         * init.c (defaults): Content disposition will not be default,
2832         since it currently results in extra round-trips.
2833
2834 2007-07-31  Micah Cowan  <micah@cowan.name>
2835
2836         * http.c (gethttp): Set contlen = -1 when we encounter a
2837         negative-valued Content-Length header, so we don't consider it
2838         an internal error later on and call abort().
2839
2840 2007-07-29  Micah Cowan  <micah@cowan.name>
2841
2842         * url.h, url.c (url_string): Replaced bool arg of the url_string
2843         function with enum url_auth_mode, with added option to
2844         completely remove user/pass auth information.
2845         * http.c, ftp.c, url.c, recur.c: Adapted call to url_string
2846         function to fit new usage.
2847         * recur.c (retrieve_tree): Remove auth info from Referer header.
2848
2849 2007-07-28  Micah Cowan  <micah@cowan.name>
2850
2851         * options.h, init.c, retr.c, main.c: renamed opt maxredirect
2852         field to max_redirect, for improved consistency.
2853         * init.c: changed max_redirect parser from cmd_number_inf to
2854         cmd_number, as infinite redirects may not be appropriate.
2855         Alternatively, if cmd_number_inf should be used, then
2856         opt.max_redirect's value should be checked a bit differently in
2857         retr.c, to allow for the "infinite" meaning of zero.
2858
2859 2007-07-25  Micah Cowan  <micah@cowan.name>
2860
2861         * http.c (create_authorization_line)
2862         (basic_authentication_encode, known_authentication_scheme_p)
2863         (load_cookies): Moved declarations up.
2864         (basic_authed_hosts): Added. Tracks what hosts have issued Basic
2865         challenge and been given the global username, password.
2866         (maybe_send_basic_creds): Added. Sends Basic creds for hosts that
2867         have issued Basic challenges.
2868         (register_basic_auth_host): Added. Instantiates
2869         basic_authed_hosts if necessary, then registers the host that
2870         has issued a challenge.
2871         (gethttp) <auth>: Only send authentication credentials after
2872         we've received a challenge from that host. This is a stop-gap
2873         fix until a proper fix can be implemented; still isn't quite
2874         right, as we should only be sending credentials automatically
2875         for authenticated paths and below, and not for the entire host.
2876
2877 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
2878
2879         * options.h: added maxredirect to options struct
2880         * init.c: added maxredirect to list of variables
2881         * retr.c (retrieve_url): replaced MAX_REDIRECTIONS with opt.maxredirect
2882         * main.c: added option --max-redirect
2883
2884 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
2885
2886         * test.h: tests made more verbose; now displays the name
2887         of each test run.
2888
2889 2007-07-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
2890
2891         * http.c (http_loop): Fixed the HTTP requests logic. Now it skips the
2892         preliminary HEAD request if either -O or --no-content-disposition are
2893         given, and neither --spider and -N are given.
2894
2895 2007-07-05  Micah Cowan  <micah@cowan.name>
2896
2897         * cmpt.c, connect.c, connect.h, convert.c, convert.h:
2898         * cookies.c, cookies.h, ftp-basic.c, ftp.c, ftp.h, ftp-ls.c:
2899         * ftp-opie.c, gen-md5.c, gen-md5.h, getopt.c, getopt.h, gnu-md5.c:
2900         * gnu-md5.h, gnutls.c, hash.c, hash.h, host.c, host.h:
2901         * html-parse.c, html-parse.h, html-url.c, http.c, http.h:
2902         * http-ntlm.c, http-ntlm.h, init.c, init.h, log.c, log.h, main.c:
2903         * Makefile.in, mswindows.c, mswindows.h, netrc.c, netrc.h:
2904         * openssl.c, options.h, progress.c, progress.h, ptimer.c:
2905         * ptimer.h, recur.c, recur.h, res.c, res.h, retr.c, retr.h:
2906         * safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h, sysdep.h:
2907         * test.c, test.h, url.c, url.h, utils.c, utils.h, wget.h:
2908         * xmalloc.c, xmalloc.h:
2909         Updated GPL reference to version 3 or later, removed FSF
2910         address.
2911
2912 2007-07-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
2913
2914         * http.c (http_loop): Skip HEAD request and start immediately with GET
2915         if -O is given.
2916
2917 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
2918
2919         * http.c (print_server_response): Escape non-printable characters
2920         in server respone.
2921
2922 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
2923
2924         * netrc.c: Don't make netrc_list static, as it prevents
2925         compilation with DEBUG_MALLOC.
2926
2927         * utils.c (aprintf): Don't use vasprintf when DEBUG_MALLOC is
2928         requested because, in that case, we want the calls to malloc to be
2929         coming from us.
2930
2931 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
2932
2933         * cookies.c (parse_set_cookie): Would erroneously discard cookies
2934         with unparsable expiry time.
2935
2936 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
2937
2938         * progress.c (create_image): Check for ETA overflow.
2939         (print_row_stats): Ditto.
2940
2941 2007-01-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
2942
2943         * init.c (cmd_spec_prefer_family): Small fix to get rid of a gcc
2944         warning about strict-aliasing violation.
2945
2946 2007-01-09  Steven M. Schweda  <sms@antinode.org>
2947
2948         * ftp-basic.c (ftp_syst): Fixed segfault if response text is missing.
2949
2950 2006-12-29  Gisle Vanem  <giva@bgnett.no>
2951
2952         * mswindows.c: Avoid a warning if 'ws_hangup()' is unused.
2953
2954 2006-12-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
2955
2956         * http.c (parse_content_disposition): Consider directory prefix, if
2957         specified.
2958
2959 2006-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
2960
2961         * retr.c (retrieve_from_file): Ditto.
2962         (url_uses_proxy): New function.
2963
2964         * main.c (main): Don't check for opt.use_proxy when deciding
2965         whether to call retrieve_url or retrieve_tree; check whether the
2966         proxy would be used for *this* URL.
2967
2968 2006-10-17  Mike Grant  <mggr@pml.ac.uk>
2969
2970         * ftp.c (ftp_loop_internal): Would incorrectly skip changing
2971         working directory when retrying after a failed FTP attempt.
2972         Originally reported by Nate Eldredge.
2973
2974 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
2975
2976         * convert.c (downloaded_file): Fixed bug which used to break -E -k -K
2977         mode.
2978
2979 2006-08-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
2980
2981         * http.c: #include'd spider.h to get rid of compiler warnings.
2982
2983         * main.c: Ditto.
2984
2985         * recur.c: Ditto.
2986
2987 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
2988
2989         * Makefile.in: Added spider.c to the list of files to compile and
2990         spider.h to the list of header files. Updated copyright information.
2991
2992         * http.c: Major changes to recursive spider mode. Now for every
2993         resource we are supposed to check, we send a HEAD request to find out
2994         if it exists. If the resource is a HTML file, we retrieve it and parse
2995         it to discover links to other resources.
2996
2997         * recur.c: Ditto.
2998
2999         * res.c (res_retrieve_file): Disable opt.timestamping and opt.spider
3000         when retrieving robots.txt. Updated copyright information.
3001
3002         * convert.c: Moved code tracking broken links to spider.c.
3003
3004         * convert.h: Ditto.
3005
3006         * spider.c: Created new file to keep track of visited URLs in spider
3007         mode.
3008
3009         * spider.h: Ditto.
3010
3011 2006-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
3012
3013         * http.c: Fixed timestamping-related bug.
3014
3015 2006-08-16  Mauro Tortonesi  <mauro@ferrara.linux.it>
3016
3017         * http.c: Fixed bug which broke --continue feature. Now if -c is
3018         given, http_loop sends a HEAD request to find out the destination
3019         filename before resuming download.
3020
3021 2006-08-08  Hrvoje Niksic  <hniksic@xemacs.org>
3022
3023         * utils.c (datetime_str): Avoid code repetition with time_str.
3024
3025 2006-07-21  Hrvoje Niksic  <hniksic@xemacs.org>
3026
3027         * init.c (commands): Correctly place "contentdisposition".
3028
3029 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
3030
3031         * sysdep.h: If intptr_t isn't defined, simply typedef it to long.
3032
3033         * http.c: Added explicit cast to int in logprintf call to remove
3034         compiler warnings on 64-bit platforms.
3035
3036         * connect.c: Added a few casts to intptr_t to remove compiler warnings
3037         on 64-bit platforms.
3038
3039         * main.c: Disable -r, -p and -N when -O is used. Disable -k when -O is
3040         used and multiple URLs are given. Update maintainer information.
3041
3042         * all: Update copyright information.
3043
3044 2006-07-10  KJKHyperion  <hackbunny@reactos.com>
3045
3046         * url.c (filechr_table): Mark DEL (0x7f) as a control character
3047         and | as a character Windows can't handle.
3048
3049 2006-06-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
3050
3051         * res.c: Implemented is_robots_txt_url function for detection of
3052         robots.txt URLs and related test routine.
3053
3054         * res.h: Ditto.
3055
3056         * url.c: Implemented are_urls_equal function for URL comparison and
3057         related testing routine.
3058
3059         * url.h: Ditto.
3060
3061         * convert.c: Fixes for recursive spider mode: don't consider
3062         non-existing robots.txt as a broken link, and use are_urls_equal
3063         instead of strcasecmp for referrer URLs comparison.
3064
3065         * test.c: Call tests routines for are_urls_equal and
3066         is_robots_txt_url.
3067
3068 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3069
3070         * wget.h (wgint): Typedef to any 64-bit (or larger) type we can
3071         find, not necessarily off_t or long.
3072
3073 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3074
3075         * cmpt.c (strtoll): Check for overflow and underflow without
3076         relying on (technically) undefined behavior.  Don't assume that
3077         strtoll_type is 64 bits wide.
3078
3079 2006-06-21  Hrvoje Niksic  <hniksic@xemacs.org>
3080
3081         * utils.c (base64_encode): Cast void pointer to char * before
3082         doing arithmetic.
3083
3084 2006-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3085
3086         * utils.c (base64_encode): Made TBL const.
3087         (base64_decode): Made the base64_char_to_value table const.
3088
3089 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3090
3091         * utils.c (base64_encode): Made the DATA pointer void * so the
3092         callers can pass it any kind of pointer (including both signed and
3093         unsigned char pointers).
3094         (base64_decode): Ditto for DEST.
3095
3096 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3097
3098         * utils.c (base64_encode): Would read past end of STR.
3099         Reported by rick@eckle.org.
3100
3101 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
3102
3103         * options.h (struct options): Introduced member restrict_files_case to
3104         keep track of preferences on character case restrictions for
3105         filenames.
3106
3107         * init.c: Modified defaults and cmd_spec_restrict_file_names to
3108         support character case restrictions for filenames. Added
3109         test_cmd_spec_restrict_file_names unit test.
3110
3111         * url.c: Modified append_uri_pathel to support character case
3112         restrictions for filenames. Added test_append_uri_pathel unit test.
3113
3114         * test.c: Added test_cmd_spec_restrict_file_names and
3115         test_append_uri_pathel to the list of unit tests to run.
3116
3117 2006-06-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
3118
3119         * retr.c (retrieve_from_file): Use retrieve_tree and automatically
3120         turn on opt.follow_ftp in case of recursive FTP retrieval through HTTP
3121         proxy.
3122
3123         * main.c: Automatically turn on opt.follow_ftp in case of recursive
3124         FTP retrieval through HTTP proxy.
3125
3126 2006-06-12  Tony Lewis  <tlewis@exelana.com>
3127
3128         * main.c: Improved CHEN Peng's patch by proposing a simpler logic.
3129
3130 2006-06-12  CHEN Peng  <chenpeng@alumni.nus.edu.sg>
3131
3132         * main.c: Use retrieve_tree in case of recursive FTP retrieval through
3133         HTTP proxy.
3134
3135 2006-05-25  Mauro Tortonesi  <mauro@ferrara.linux.it>
3136
3137         * convert.c: Added mechanisms to keep track broken links.
3138
3139         * convert.h: Ditto.
3140
3141         * wget.h: Reordered and enumerated uerr_t constants.
3142
3143         * recur.c: Fixes to support recursive spider mode.
3144
3145         * http.c: Ditto.
3146
3147         * main.c: Print broken links in case of recursive spider mode.
3148
3149         * retr.c: Changed interface of retrieve_url.
3150
3151         * retr.h: Ditto.
3152
3153         * ftp.c: Changed interface of ftp_loop.
3154
3155         * ftp.h: Ditto.
3156
3157         * res.c: Minor change to reflect changes in interface of retrieve_url.
3158
3159 2006-05-18  Lawrence Jones  <lawrence.jones@ugs.com>
3160
3161         * ftp-ls.c (ftp_parse_unix_ls): Correct size parsing, add size
3162         and filename debugging output.
3163
3164 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
3165
3166         * http.c: If Content-Disposition header is present, allow unique
3167         filename generation unless -nc is given. Permit to disable parsing of
3168         Content-Disposition header.
3169
3170         * options.h: Added option --no-content-disposition to disable parsing
3171         of HTTP Content-Disposition header.
3172
3173         * init.c: Ditto.
3174
3175         * main.c: Ditto.
3176
3177 2006-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3178
3179         * hash.c (TOLOWER): Wrap macro arg in parentheses.
3180
3181 2006-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3182
3183         * http.c (parse_content_disposition): Doc fix.
3184
3185 2006-03-15  Mauro Tortonesi  <mauro@ferrara.linux.it>
3186
3187         * utils.c: Restricted operational semantics of frontcmp and proclist
3188         from generic strings to directory names and them to subdir_p and
3189         dir_matches_p respectively.  Applied George Ogata's one line patch to
3190         restrict algorithm of subdir_p to full directory name matching.  Added
3191         testcases for subdir_p and dir_matches_p.
3192
3193         * utils.h: Changed all frontcmp occurrences to subdir_p.
3194
3195         * recur.c: Ditto.
3196
3197         * test.c: Changed type returned by test functions from char * to const
3198         char *.  Added test_subdir_p and test_dir_matches_p to the list of
3199         tests to run.
3200
3201         * http.c (test_parse_content_disposition): Changed return type from
3202         char * to const char *.
3203
3204 2006-03-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
3205
3206         * recur.c (struct queue_element): Changed type of html_allowed member
3207         to bool.
3208
3209 2006-03-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
3210
3211         * ftp.c (ftp_list): Try `LIST -a' command first and revert to `LIST'
3212         in case of failure.
3213
3214 2006-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3215
3216         * hash.c (TOLOWER): Fix definition when STANDALONE.
3217         Reported by Beni Serfaty.
3218
3219 2006-03-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
3220
3221         * http.c (http_loop): Fixed recursive HTTP retrieval.
3222
3223 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
3224
3225         * http.c (extract_param): Declare extern so it can be used from
3226         other files.
3227         (extract_param): Return error for empty name.
3228
3229 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
3230
3231         * url.c (find_last_char): Define in terms of memrchr.
3232
3233         * cmpt.c (memrchr): Define it on systems that don't have it.
3234
3235         * http.c (extract_param): New function for parsing header values
3236         with parameters.
3237         (parse_content_disposition): Use it.  Don't allow slashes and
3238         backslashes in the file name.
3239
3240 2006-02-27  Hrvoje Niksic  <hniksic@xemacs.org>
3241
3242         * url.c (path_simplify): Don't preserve ".." at beginning of path.
3243         Suggested by Frank McCown.
3244
3245 2006-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
3246
3247         * http.c (gethttp): Only use FILE.N.html if FILE.html exists.
3248
3249 2006-02-09  Hrvoje Niksic  <hniksic@xemacs.org>
3250
3251         * mswindows.c (run_with_timeout): Made thread_hnd non-static.
3252
3253 2006-02-05  Hrvoje Niksic  <hniksic@xemacs.org>
3254
3255         * retr.c (sleep_between_retrievals): Sleep at a minimum of 1/2 of
3256         the specified wait period.
3257
3258 2006-02-03  Hrvoje Niksic  <hniksic@xemacs.org>
3259
3260         * utils.c (number_to_string): Don't use sprintf for printing
3261         WGINT_MIN; simply divide n by 10 and defer printing the last
3262         digit.
3263         (number_to_string): Removed the SPRINTF_WGINT macro.
3264
3265 2006-02-03  Mauro Tortonesi  <mauro@ferrara.linux.it>
3266
3267         * http.c: Fixed support for Content-Disposition header.
3268
3269         * test.c: Added test_parse_content_disposition to the list of unit
3270         tests to run.
3271
3272 2006-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
3273
3274         * hash.c: Don't define countof if it's already defined.
3275
3276         * hash.c: Obtain the definition of uintptr_t when standalone.
3277
3278 2006-01-30  Mauro Tortonesi  <mauro@ferrara.linux.it>
3279
3280         * http.c: Changed output format. Removed excessively verbose debugging
3281         output.
3282
3283 2005-12-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
3284
3285         * http.c: Fixed pre-download verbose output which was broken by
3286         HTTP code refactoring.
3287
3288 2005-11-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
3289
3290         * http.c: Refactored HTTP code.  If -O is not used, the new code
3291         delays the choice of the file name where the downloaded resource
3292         will be saved until the HTTP headers have been retrieved.
3293         Added support for Content-Disposition header.
3294
3295 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
3296
3297         * hash.c (INVALID_PTR): Use uintptr_t instead of unsigned long.
3298         (hash_pointer): Don't assume a pointer fits in `unsigned long'.
3299
3300 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
3301
3302         * Makefile.in: Removed support for unit testing (now it is in
3303         tests/Makefile.in).
3304
3305 2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
3306
3307         * Makefile.in: Added basic support for unit testing.
3308
3309         * test.c: Ditto.
3310
3311         * test.h: Ditto.
3312
3313 2005-10-13  Daniel Stenberg  <daniel@haxx.se>
3314
3315         * http-ntlm.c (ntlm_output): Fixed buffer overflow vulnerability.
3316
3317 2005-10-09  Russ Allbery  <rra@stanford.edu>
3318
3319         * snprintf.c: Remove round to round_int and pow10 to pow10_int, to
3320         avoid warnings from GCC 4.0.
3321
3322 2005-10-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
3323
3324         * retr.c: Changed semantics of no_proxy_match.
3325
3326 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3327
3328         * main.c (main): Don't print the summary if nothing has been downloaded.
3329
3330 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3331
3332         * retr.c (retr_rate): Rename parameter from MSECS to SECS since it
3333         no longer holds milliseconds.
3334
3335 2005-09-01  Hrvoje Niksic  <hniksic@xemacs.org>
3336
3337         * progress.c: Introduce symbolic constants for "magic" values of
3338         0.2 and 0.9, REFRESH_INTERVAL and ETA_REFRESH_INTERVAL.
3339
3340 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
3341
3342         * cmpt.c (strtoll): Correctly handle strtoll("0x", ptr, 0) and
3343         strtoll("0x<nonhexchar>", ptr, 0) -- in both cases *ptr must be
3344         set to the position of 'x', not after it.
3345
3346 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
3347
3348         * hash.c (hash_table_map): Rename to hash_table_for_each and
3349         update callers.
3350         Document the meaning of the callback's return value.
3351         (hash_table_iterate): New function.
3352         (hash_table_iter_next): Likewise.
3353         Update most places that used hash_table_for_each to use the
3354         iteration, which doesn't require a temporary function with
3355         explicit state management.
3356
3357 2005-08-26  Albert Chin  <wget@mlists.thewrittenword.com>
3358
3359         * Makefile.in: Use @datadir@.  Define localedir as $(datadir)/locale.
3360
3361 2005-08-26  Jeremy Shapiro  <jnshapiro@gmail.com>
3362
3363         * openssl.c (ssl_init): Set SSL_MODE_AUTO_RETRY.
3364
3365 2005-08-23  Hrvoje Niksic  <hniksic@xemacs.org>
3366
3367         * host.c (address_list_from_ipv4_addresses): Use IP_INADDR_DATA.
3368
3369 2005-08-12  Hrvoje Niksic  <hniksic@xemacs.org>
3370
3371         * wget.h: Renamed strtoll_return to strtoll_type.
3372
3373 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
3374
3375         * progress.c (eta_to_human_short): Switch to days when printing
3376         more than 48h rather than 100h.  (It's not immediately apparent
3377         how many days there are in 83h.)
3378
3379 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
3380
3381         * cmpt.c (strtoll): Define it if missing on the system and if Wget
3382         needs it.
3383
3384         * mswindows.c (str_to_int64): Move to cmpt.c and rename to strtoll.
3385
3386 2005-08-10  Hrvoje Niksic  <hniksic@xemacs.org>
3387
3388         * host.c (print_address): Always use inet_ntop when IPv6 is
3389         enabled.
3390
3391         * host.h (ip_address): Simplify the data union.
3392
3393 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
3394
3395         * mswindows.c (inet_ntop): Also handle IPv4 addresses for
3396         completeness.
3397
3398 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
3399
3400         * http.c (gethttp): Don't read more than the amount of data
3401         specified by the content-length header.
3402
3403 2005-08-09  Vasil Dimov  <vd@datamax.bg>
3404
3405         * ftp.c (getftp): Don't free RESPLINE if ftp_response returns a
3406         status other than FTPOK.
3407
3408 2005-08-04  Giuseppe Bonacci  <g.bonacci@libero.it>
3409
3410         * ftp-ls.c (ftp_parse_unix_ls): Remember the position of the
3411         previous token instead of backtracking back to it.
3412
3413 2005-07-08  Gisle Vanem  <giva@bgnett.no>
3414
3415         * mswindows.h: Include process.h to get getpid() declaration.
3416
3417 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
3418
3419         * utils.c (aprintf): Use vasprintf where available.
3420
3421 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
3422
3423         * url.c (rewrite_shorthand_url): Simplify code using aprintf and
3424         strspn.
3425
3426 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3427
3428         * gnutls.c (ssl_check_certificate): Check for the validity of the
3429         presented X509 certificate.
3430
3431 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3432
3433         * openssl.c (ssl_check_certificate): Print custom error messages
3434         for frequent X509 certificate problems.
3435
3436 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3437
3438         * mswindows.h: Define an alias for stat and fstat, as requested by
3439         config-compiler.h.
3440         (gai_strerror): Define to windows_strerror if NEED_GAI_STRERROR is
3441         defined.
3442
3443 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3444
3445         * mswindows.h: Use strtoll where available.
3446
3447 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3448
3449         * sysdep.h: Add a full declaration of fnmatch.h.
3450
3451 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3452
3453         * utils.c: Unconditionally include <setjmp.h>.
3454
3455 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3456
3457         * utils.c (fnmatch_nocase): New function.
3458         (proclist): Use it instead of fnmatch when opt.ignore_case is
3459         requested.
3460         (in_acclist): Respect opt.ignore_case.
3461         (frontcmp): Respect opt.ignore_case.
3462
3463         * options.h (struct options): New flag opt.ignore_case.
3464
3465 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3466
3467         * ptimer.c: Measure time in seconds rather than milliseconds.
3468         Adjusted all callers.
3469
3470 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3471
3472         * http.c (gethttp): When freeing MESSAGE, take into account that
3473         it can be NULL.
3474
3475 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3476
3477         * cmpt.c (timegm): Handle years after 2099.
3478
3479 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3480
3481         * cmpt.c (timegm): Remove unused variable.
3482
3483 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3484
3485         * cmpt.c (timegm): Don't call mktime; simply count the seconds
3486         between 1970-01-01 and the specified date.
3487
3488 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3489
3490         * wget.h (or): Define HAVE_SSL when either HAVE_OPENSSL or
3491         HAVE_GNUTLS are defined.
3492
3493         * gnutls.c: New file.
3494
3495 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3496
3497         * http.c (gethttp): Don't print the request write error message
3498         twice.
3499
3500 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3501
3502         * openssl.c (openssl_errstr): Instead of always using a large
3503         static buffer, only allocate the error string when there is an
3504         actual error.
3505
3506 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3507
3508         * xmalloc.c (debugging_free): Prefix hex pointer value with "0x"
3509         when printing.
3510
3511 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3512
3513         * utils.c (NEXT_BASE64_CHAR): Rename to NEXT_CHAR and simplify to
3514         get the next non-whitespace character.
3515
3516 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3517
3518         * utils.c (base64_decode): Don't silently tolerate non-base64
3519         non-white-space characters in the base64 stream.
3520
3521 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3522
3523         * connect.c (LAZY_RETRIEVE_INFO): Make last_tick unsigned to match
3524         transport_map_modified_tick.
3525
3526 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3527
3528         * config-post.h (alloca): Updated declaration to not enumerate all
3529         Windows compilers.
3530
3531 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3532
3533         * openssl.c (openssl_errstr): Separate error messages with "; ".
3534
3535 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3536
3537         * ftp.c (getftp): Ditto.
3538
3539         * http.c (gethttp): Use fd_errstr.
3540
3541         * connect.c (fd_register_transport): Restructure parameters to
3542         include only a single structure that describes transport
3543         implementation.
3544
3545         * openssl.c (openssl_errstr): New function: dump SSL error strings
3546         into a static buffer and return a pointer to the buffer.
3547
3548         * connect.c (fd_errstr): New function; returns transport-specific
3549         error message, or strerror(errno) if transport doesn't supply one.
3550
3551 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3552
3553         * mswindows.h: Also wrap accept() and listen().
3554
3555 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3556
3557         * url.c (path_end): Skip separators appropriate for the scheme.
3558         (strpbrk_or_eos): Remove gcc-specific version, as the optimization
3559         it tried to perform no longer applies.
3560
3561 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3562
3563         * host.c: Don't include "connect.h" now that we no longer have
3564         socket_has_inet6.
3565
3566 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3567
3568         * host.c: Remove extraneous definition of netdb.h.
3569
3570 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3571
3572         * http.c (gethttp): Skip error message body in the keep-alive
3573         case.
3574
3575 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3576
3577         * url.c (url_parse): Would crash when parsing fragments.  Support
3578         fragments for FTP URLs too.
3579
3580 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3581
3582         * version.c: Don't use "cvs" in version name, since we're not
3583         using CVS anymore.
3584
3585 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3586
3587         * progress.c (create_image): Ditto.
3588
3589         * retr.c (retr_rate): Display smaller rate numbers with greater
3590         precision.
3591
3592 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3593
3594         * http.c (response_head_terminator): Minor optimization.
3595
3596         * retr.c (fd_read_hunk): Call terminator with pointer to the start
3597         of the data and the pointer to the current data.  Changed all
3598         callers.
3599
3600 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
3601
3602         * url.c (url_parse): Make sure u->params is not initialized for
3603         http/https URLs.
3604         (url_parse): Don't crash on garbage following []-delimited IPv6
3605         addresses.
3606
3607 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
3608
3609         * main.c (print_help): Don't refer to the non-existent -nr in
3610         description of --mirror.
3611
3612 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
3613
3614         * host.c (pretty_print_address): Renamed to just print_address.
3615         Clarify documentation.
3616
3617 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
3618
3619         * http.c (gethttp): Explicitly document the different cases when
3620         generating the Host header.
3621
3622 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
3623
3624         * host.c (pretty_print_address): Handle error result from
3625         inet_ntop.
3626
3627 2005-06-30  Gisle Vanem  <giva@bgnett.no>
3628
3629         * mswindows.c (inet_ntop): New function.  Print IPv6 addresses
3630         using WSAAddressToString.
3631
3632 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3633
3634         * progress.c (dot_update): Remove unused variable row_qty.
3635
3636 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3637
3638         * main.c: Check for both SIGHUP and SIGUSR1 before using them.
3639
3640 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3641
3642         * utils.c: Unconditionally include locale.h.
3643
3644 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3645
3646         * ptimer.c: Include sys/time.h to get struct timeval.
3647
3648 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3649
3650         * wget.h: Remove obsolete definition of with_thousand_seps_sum.
3651
3652 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3653
3654         * gnu-md5.h: Unconditionally include limits.h.
3655
3656 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3657
3658         * utils.c (random_number): Use lrand48 if available.
3659         (random_float): Use drand48 if available.
3660
3661 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3662
3663         * main.c (secs_to_human_time): Use print_decimal when printing
3664         total download time in seconds.
3665
3666         * progress.c (print_row_stats): Use it to print total download
3667         time at the end of the download.
3668         (create_image): Ditto.
3669
3670         * utils.c (print_decimal): New function; print small decimal
3671         numbers with more precision than large ones.
3672
3673         * progress.c (print_row_stats): New function.  Print ETA after the
3674         download rate at the end of each row.
3675
3676 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
3677
3678         * init.c (parse_line): Check for alphanumerics.
3679
3680 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
3681
3682         * (dot_create): Remove unnecessary casts.
3683
3684 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
3685
3686         * ftp.c (getftp): Delete trailing newlines from LIST output so
3687         lines don't come out with trailing \015\012 with -S.
3688
3689 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3690
3691         * mswindows.h: Remove superfluous includes.
3692
3693 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3694
3695         * config-post.h (alloca): Amend alloca declaration to take care of
3696         all Win32 compilers, not just MSVC and MinGW.
3697
3698 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3699
3700         * utils.c (get_grouping_data): Force separator to "." rather than
3701         " " when "," is taken.
3702
3703 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3704
3705         * wget.h (PTR_FORMAT): Cast the result of sizeof to int before
3706         passing it to printf's %*.
3707
3708         * retr.h: Declare output_stream and output_stream_regular.
3709
3710         * ftp.h: Declare ftp_last_respline.
3711
3712         * convert.h: Declare dl_url_file_map.
3713
3714         * http.h: New file.
3715
3716 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3717
3718         * cookies.c: Make cookies_now static.
3719
3720 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3721
3722         * utils.c (human_readable): Remove intermediary cast to long; MSVC
3723         has problems casting *unsigned* __int64 to double.
3724
3725 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3726
3727         * sysdep.h: Use the system-provided fnmatch by default.
3728
3729 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3730
3731         * http.c (mktime_from_utc): Renamed to timegm and moved to cmpt.c.
3732         Don't compile it if GNU timegm is available.
3733         (http_atotm): Use timegm.
3734
3735 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3736
3737         * http.c (http_atotm): Correctly query the old locale value.
3738
3739 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3740
3741         * config-post.h (alloca): Don't #define alloca under MinGW32,
3742         which defines it in malloc.h, included from mswindows.h.
3743
3744 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3745
3746         * utils.c (get_grouping_data): Force the use of separators in C
3747         locale.
3748
3749 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3750
3751         * main.c (i18n_initialize): Set all locale categories.
3752
3753         * http.c (http_atotm): Temporarily set locale to "C".
3754
3755 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3756
3757         * http.c (gethttp): Improve "POST data file missing" error
3758         message.
3759
3760 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3761
3762         * progress.c (set_progress_implementation): Type COLON as const
3763         char *.
3764
3765 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3766
3767         * utils.c (with_thousand_seps): Handle negative numbers.
3768
3769 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3770
3771         * progress.c (create_image): Mark the "eta" string for translation.
3772
3773 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3774
3775         * html-url.c (get_urls_file): Don't explicitly set entry->next to
3776         NULL since entry is already zeroed out.
3777
3778 2005-06-26  Gisle Vanem  <giva@bgnett.no>
3779
3780         * mswindows.h: Define gai_strerror under MinGW.
3781
3782 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3783
3784         * utils.c (with_thousand_seps): Correctly implement thousand seps
3785         consisting of more than one character.
3786
3787 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3788
3789         * main.c (secs_to_human_time): Ditto.
3790
3791         * progress.c (create_image): Print more exact duration of very
3792         short downloads.
3793
3794         * main.c (secs_to_human_time): Don't translate time suffixes "h",
3795         "m", and "s", which are not strictly SI, but are "accepted for use
3796         with SI".
3797         (secs_to_human_time): Print really small intervals as 0s, not
3798         0.00s.
3799
3800 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3801
3802         * config-post.h: Replace the alloca declaration with the one from
3803         the latest Autoconf manual.  This should remove a warning with GCC
3804         on AIX.
3805
3806 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3807
3808         * ftp.c (getftp): Always invoke SIZE, not only when continuing a
3809         download.
3810
3811         * main.c (main): Ditto here.
3812
3813         * progress.c (create_image): When the download is finished, print
3814         how long it took.
3815
3816 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3817
3818         * main.c (main): Print the downloaded and quota amounts with the
3819         "human_readable" function.
3820
3821         * ftp.c (print_length): Ditto.
3822
3823         * http.c (gethttp): Don't display thousand separators.
3824
3825         * utils.c (with_thousand_seps): Rewritten to respect locale
3826         settings and to be type size agnostic.
3827
3828 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3829
3830         * utils.c (human_readable): Divide with 1024 instead of shifting
3831         so the operation can work with non-integer N.
3832
3833 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3834
3835         * progress.c (eta_to_human): New logic for more human-readable
3836         ETA.
3837
3838 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3839
3840         * utils.c (with_thousand_seps_sum): Decrease buffer size so it
3841         cannot overrun add_thousand_seps's buffer.
3842
3843 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3844
3845         * utils.c (SPRINTF_WGINT): The correct format is %I64d, not just
3846         %I64.
3847
3848 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3849
3850         * http.c (http_loop): Don't warn about wildcards in HTTP URLs if
3851         globbing isn't requested in the first place.
3852
3853         * retr.c (retrieve_url): Temporarily turn off globbing when
3854         processing HTTP->FTP redirects.
3855
3856 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3857
3858         * utils.c (with_thousand_seps_sum): Now defined only if
3859         SUM_SIZE_INT is double.
3860
3861         * wget.h (SUM_SIZE_INT): Instead of bothering with long, long
3862         long, __int64, and friends, simply either use wgint or double, end
3863         of story.  Since we know how to print either, we no longer need
3864         LARGE_INT_FMT.
3865
3866         * sysdeps.h (LARGE_INT): Renamed to SUM_SIZE_INT to better reflect
3867         its intent, and moved to wget.h.
3868
3869 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3870
3871         * Makefile.in: No need to clean .libs.
3872
3873 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3874
3875         * cookies.c (parse_set_cookies): Cast pointer subtraction to int
3876         before using it with %d; AIX compiler warns on this.
3877         Reported by Jens Schleusener.
3878
3879 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
3880
3881         * http.c (gethttp): Don't prepend / here.
3882
3883         * cookies.c (cookie_handle_set_cookie): Prepend / to PATH.
3884         (cookie_header): Ditto.
3885
3886 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
3887
3888         * init.c: opt.verbose must be declared as int.
3889
3890 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
3891
3892         * cmpt.c (strpbrk): Removed.
3893         (mktime): Removed.
3894         Include <time.h>.
3895
3896 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
3897
3898         * utils.c (read_file): Ditto.
3899
3900         * main.c (main): Use struct_fstat.
3901
3902         * mswindows.h (struct_fstat): Define a struct_fstat to deal with
3903         the fact that Borland 5.5 has 64-bit stat, but not 64-bit fstat!
3904
3905 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
3906
3907         * sysdep.h: Remove code that deals with Watcom.
3908
3909 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3910
3911         * all: Use bool instead of int and false/true instead of 0/non-0
3912         for boolean variables and values.
3913
3914 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3915
3916         * sysdep.h: Include the stdbool.h/_Bool/bool blurb from Autoconf.
3917
3918 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3919
3920         * init.c (cmd_lockable_boolean): Removed.
3921
3922 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3923
3924         * cookies.c (struct cookie): Use 1-bit bitfields for booleans
3925         which makes the structure takes less space at no cost in
3926         complexity.
3927
3928 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3929
3930         * Makefile.in ($(OBJ)): Add the config.h dependency.
3931
3932 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3933
3934         * openssl.c, connect.c, host.c: Replace instances of #ifdef
3935         ENABLE_DEBUG if (opt.debug) {...} #endif with IF_DEBUG {...}.
3936
3937         * main.c: Rename the IF_DEBUG defined here to WHEN_DEBUG.
3938
3939         * wget.h (IF_DEBUG): New macro.
3940         (DEBUGP): Define in terms of IF_DEBUG.
3941
3942 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3943
3944         * http.c (gethttp): Only handle --set-cookies (and assert that
3945         cookie jar exists) if opt.cookies is true.  Failure to do so
3946         triggered the assert when --no-cookies was used and the server
3947         sent a Set-Cookie header.  Ouch!
3948
3949 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3950
3951         * connect.c (select_fd): Expect select() to exist.
3952
3953         * utils.c (xsleep): Always use select() as sleep fallback on
3954         non-Windows platforms.
3955
3956         * ptimer.c: Delete the implementation of PTIMER_TIME.
3957
3958         * main.c: Assume existence of signal(), test for different signal
3959         names instead.
3960
3961         * cmpt.c: Better document reasons why certain functions are
3962         included.
3963
3964 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3965
3966         * Makefile.in: Remove the manually maintained dependency list;
3967         make all object files depend on every header.
3968
3969 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3970
3971         * hash.c: Rename "mapping" to "cell" to avoid confusion with the
3972         term "mapping" (or "map") sometimes being used for the entire hash
3973         table.  Also rename "non-empty" to "occupied" for easier reading
3974         of if (!NON_EMPTY (...)) ... .
3975
3976 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3977
3978         * main.c, ptimer.c, sysdep.h, utils.c: Use #elif to simplify reading of
3979         chained if-else-else-else-... statements.
3980
3981 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3982
3983         * all: Return type of signal handlers is `void'.  Include signal.h
3984         unconditionally.
3985
3986         * all: Don't explicitly cast values returned by malloc.  We no
3987         longer support ancient compilers that don't declare malloc, and we
3988         never supported C++ builds.
3989
3990 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3991
3992         * all: Don't declare errno.  Include both time.h and sys/time.h,
3993         as long as sys/time.h exists.  Don't dereference function pointers
3994         when invoking the functions they point to.
3995
3996         * cmpt.c (memmove): Remove function mandated by C89.
3997         (strerror): Ditto.
3998         (strstr): Ditto.
3999
4000         * all: Undo the K&R-ization changes from 2005-05-03.
4001
4002         * all: Remove support for K&R compilers: use C89 function
4003         declarations, remove definition of PARAMS, remove support for
4004         varargs, and remove ansi2knr.  Assume the presence of time.h,
4005         string.h, and other headers mandated by C89.
4006
4007 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
4008
4009         * init.c (cmd_lockable_boolean): Don't recognize literal "2" and
4010         "-1" values; unlike 0 and 1, those should never be exposed to the
4011         user.  Update the error message to be more self-consistent, as
4012         proposed by Benno Schulenberg.
4013
4014 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
4015
4016         * http.c (gethttp): Don't free "head" before using it to save
4017         headers.
4018
4019 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
4020
4021         * http.c (gethttp): When -E is in use, check for file existence
4022         after appending ".html" to the name and modify the file name if
4023         necessary.
4024
4025 2005-06-17  Hrvoje Niksic  <hniksic@xemacs.org>
4026
4027         * connect.c (socket_has_inet6): Removed.
4028
4029         * host.c (lookup_host): Don't use the AI_ADDRCONFIG getaddrinfo
4030         hint.
4031
4032 2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
4033
4034         * init.c (cmd_lockable_boolean): Improve the error message so it
4035         lists the more useful values first.
4036
4037 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
4038
4039         * http.c (gethttp): Also report the system error when the POST
4040         data file is missing.
4041
4042 2005-06-15  Benno Schulenberg  <benno@nietvergeten.nl>
4043
4044         * ftp.c, http.c, connect.c, cookies.c, html-url.c, init.c, res.c:
4045         Gettext-ize messages that were previously missed.
4046
4047 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
4048
4049         * host.h (ip_address): Remove the trailing comma from the type
4050         enum in the no-IPv6 case.
4051
4052         * main.c (struct cmdline_option): Remove the trailing comma from
4053         the enum.
4054
4055         Reported by Jens Schleusener.
4056
4057 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4058
4059         * url.c (strpbrk_or_eos): Check for a recent GCC version before
4060         using the statement-as-expression extension.
4061
4062 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4063
4064         * http.c (gethttp): Don't attempt to "skip short body" if we're
4065         issuing a HEAD request (in which case the response head is not
4066         followed by a body).
4067
4068 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4069
4070         * init.c (cmd_spec_header): Don't split the string along the
4071         commas using cmd_vector; just append the new value using
4072         vec_append instead.
4073
4074         * utils.c (vec_append): New function.
4075
4076 2005-05-27  Andreas Beckmann  <debian@abeckmann.de>
4077
4078         * html-url.c (tag_handle_link): Mark the content from the <link
4079         src="..."> tag as expecting HTML.
4080
4081 2005-05-24  Hrvoje Niksic  <hniksic@xemacs.org>
4082
4083         * http.c (http_atotm): Document the origin of the "cookie date"
4084         format.
4085
4086 2005-05-21  Hrvoje Niksic  <hniksic@xemacs.org>
4087
4088         * init.c (setval_internal): Report exact command name alongside
4089         the "display name".
4090
4091 2005-05-18  Hrvoje Niksic  <hniksic@xemacs.org>
4092
4093         * cookies.c (update_cookie_field): Explicitly cast -1 to time_t to
4094         cope with systems where time_t is unsigned.
4095
4096         * cookies.c: Remove unnecessary casts to time_t from values
4097         already of that type.
4098
4099 2005-05-17  Hrvoje Niksic  <hniksic@xemacs.org>
4100
4101         * ftp.c (ftp_loop_internal): Same here.
4102
4103         * http.c (http_loop): Don't clobber the file when -c is specified
4104         and the first attempt to retrieve the file fails.
4105
4106 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4107
4108         * openssl.c (ssl_check_certificate): Print all issues with a
4109         certificate.
4110
4111 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4112
4113         * ftp-basic.c: Don't xfree() the line returned by ftp_response if
4114         the returned code is not FTPOK.
4115
4116 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4117
4118         * init.c (cleanup): Don't free the non-existent opt.ftp_acc.  Free
4119         the SSL-related stuff.
4120
4121 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4122
4123         * ftp.c (print_length): Consistently print \n at end of the
4124         "Length" line.
4125
4126 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
4127
4128         * openssl.c (ssl_connect): Announce the beginning and the end of
4129         the SSL handshake when in debug mode.
4130
4131         * wget.h (PTR_FORMAT): New macro for easier printing of pointer
4132         values.  Use %0*lx along with PTR_FORMAT instead of %p.
4133
4134 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
4135
4136         * http.c (gethttp): Would forget to close the connection when
4137         keep_alive was not used.
4138
4139 2005-05-13  Hrvoje Niksic  <hniksic@xemacs.org>
4140
4141         * openssl.c (pattern_match): Document the code that decides
4142         whether "*" matches ".".
4143
4144 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
4145
4146         * ftp-ls.c (ftp_index): Use %d to print the port number, which is
4147         now int.
4148         From Steven M. Schweda's VMS patches.
4149
4150 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
4151
4152         * url.c (rewrite_shorthand_url): Don't rewrite "https://host" to
4153         "ftp://https//host" when SSL is not used.
4154
4155 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4156
4157         * openssl.c (ssl_check_server_identity): Renamed to
4158         ssl_check_certificate because it does more than just checking the
4159         server's identity.
4160         (ssl_check_certificate): Tell the user about
4161         --no-check-certificate.
4162
4163 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4164
4165         * openssl.c (ssl_init): Always use SSL_VERIFY_NONE, so that the
4166         handshake finishes even if the certificate is invalid.  That way
4167         ssl_check_server_identity can provide better diagnostics on why
4168         the verification failed.
4169
4170 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4171
4172         * openssl.c (pattern_match): New function.
4173         (ssl_check_server_identity): Treat peer certificate common name as
4174         wildcard.
4175
4176 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4177
4178         * openssl.c (ssl_check_server_identity): Print certificate subject
4179         and issuer.
4180
4181 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4182
4183         * res.c (res_register_specs): Correctly pass pointers to
4184         hash_table_get_pair.
4185
4186 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4187
4188         * http.c (gethttp): Call ssl_check_server_identity.
4189
4190         * openssl.c (ssl_check_server_identity): New function, verifies
4191         that the host name in the certificate matches the actual host
4192         name.
4193         (verify_cert_callback): Removed, since it didn't do anything
4194         except returning the preverify_ok argument.
4195
4196         * connect.c (fd_transport_context): Allow retrieval of the context
4197         pointer registered with fd_register_transport.
4198
4199 2005-05-09  Hrvoje Niksic  <hniksic@xemacs.org>
4200
4201         * openssl.c (verify_cert_callback): Renamed from verify_callback.
4202         Always return the received "ok" value.  Print the X509 name in
4203         debug mode.
4204         (ssl_init): Enable partial writes in SSL context.
4205
4206 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4207
4208         * http.c (http_loop): Check for wildcards in the URL path
4209         component, not in the whole URL.
4210
4211         * ftp.c (ftp_loop): Check for wildcards in URL path before
4212         unescaping, so the users can escape globbing metacharacters with %
4213         escapes.
4214
4215 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4216
4217         * init.c (run_command): Correctly interpret the return value of
4218         parse_line.
4219         (commands): Re-alphabetize.
4220
4221 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4222
4223         * netrc.c (parse_netrc): Explicitly check for assignment != NULL
4224         to silence warning from Borland C.
4225
4226         * url.c (sync_path): Don't unnecessarily increment p.
4227         (url_parse): Don't unnecessarily set url_encode to NULL just
4228         prior to return from the function.
4229
4230 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4231
4232         * log.c (escnonprint_internal): Place variable declarations
4233         before other statements.
4234
4235 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4236
4237         * html-url.c: Include recur.h.
4238
4239         * http.c (request_new): Define as accepting no args.
4240
4241 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4242
4243         * url.c (strpbrk_or_eos): Made inline.  Use strchr(s, '\0') for
4244         finding the NUL char position.
4245
4246 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4247
4248         * url.c (decide_copy_method): Renamed to char_needs_escaping.
4249         Since it now returns only two possible values, change it to return
4250         boolean (int).
4251
4252 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4253
4254         * ftp-basic.c (ftp_request): Prevent newlines in VALUE causing
4255         inadvertent sending of multiple FTP commands.
4256
4257 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4258
4259         * url.c (decide_copy_method): Never cause reencode_escapes to
4260         decode % escapes; it is too intrusive and breaks some servers.
4261
4262 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4263
4264         * http.c (gethttp): When tunnelling SSL traffic over proxy with
4265         CONNECT, we're really talking to the remote server directly.
4266         Because of this, the request-line argument must be the URL path
4267         rather than the whole URL, as it would be when using regular
4268         proxies.
4269         Reported by Charles Lane.
4270
4271 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4272
4273         * init.c (cmd_spec_useragent): Allow empty User-Agent.
4274
4275         * http.c (gethttp): Don't print "unknown authentication scheme"
4276         for failed Basic authentication.
4277         (SET_USER_AGENT): Don't set user-agent if opt.useragent is empty.
4278         (gethttp): Use alloca for allocation of www_authenticate.
4279
4280 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4281
4282         * main.c (print_help): Fix wording of --secure-protocol help text.
4283
4284 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4285
4286         * cmpt.c (strstr): Updated from glibc 2.3.5.
4287
4288 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4289
4290         * http.c (http_atotm): Zero out the whole struct tm being passed
4291         to strptime.
4292
4293 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4294
4295         * main.c (main): Propagate option name to setoptval.
4296
4297         * init.c (setoptval): Accept another argument, OPTNAME.  Propagate
4298         that argument as the option name independently of the actual
4299         command, determined by command_by_name(com).
4300
4301 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4302
4303         * init.c (parse_line): Make the return value indicate whether
4304         there was a syntax error or a setter failed.
4305         (run_wgetrc): Return an indication on whether an error has been
4306         encountered.
4307         (initialize): Abort if there have been errors running either
4308         .wgetrc file.
4309
4310 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4311
4312         * log.c (copy_and_escape): Slightly reduce code repetition between
4313         the two loops.
4314
4315 2005-05-05  Charles C.Fu  <ccwf@bacchus.com>
4316
4317         * utils.c (proclist): Strip leading slash when calling fnmatch
4318         too, otherwise wildcard comparisons always fail.
4319
4320 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4321
4322         * utils.c (touch): Set access time to current time.
4323
4324 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4325
4326         * url.c (url_unescape): Don't unescape %00, it effectively
4327         truncates the string.
4328
4329 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4330
4331         * log.c (copy_and_escape): Replace the FOR_URI argument with a
4332         slightly more general mechanism for specifying different kinds of
4333         escape.
4334
4335 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4336
4337         * ftp-basic.c (ftp_response): Fix printing FTP server response.
4338
4339 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4340
4341         * retr.c (limit_bandwidth_reset): Reset sleep_adjust.
4342         (limit_bandwidth): Don't allow huge "adjustment" values that
4343         result from being suspended for a while.
4344
4345 2005-05-04  Hrvoje Niksic  <hniksic@xemacs.org>
4346
4347         * wget.h: If gettext was found but libtintl.h wasn't, declare
4348         gettext's return type to avoid type mismatches.
4349
4350 2005-05-03  Hrvoje Niksic  <hniksic@xemacs.org>
4351
4352         * url.c (url_parse): Rename label `error' to avoid conflict with
4353         identifier.
4354
4355         * retr.c (fd_read_body): Rename label `out' to avoid conflict with
4356         identifier.
4357         (fd_read_hunk): Use explicit double constant.
4358         (retrieve_from_file): Don't use string concatenation.
4359         (sleep_between_retrievals): Make sure xsleep is called with a
4360         `double' argument.
4361         (no_proxy_match): Define as static, like it is declared.
4362
4363         * progress.c (bar_create): Use 0.0 instead of 0 because K&R
4364         compilers can't automatically promote it.
4365
4366         * http-ntlm.c (ntlm_output): Replace \xHH sequences with \OOO for
4367         the sake of old compilers.
4368
4369         * ftp.c (ftp_loop_internal): Don't use string concatenation.
4370
4371         * http.c (request_send): Use explicit double constants when
4372         calling fd_read and fd_write.
4373         (post_file): Ditto.
4374         (gethttp): Ditto.
4375         (skip_short_body): Ditto.
4376
4377         * ftp-basic.c: When calling fd_write, specify the last argument as
4378         a `double' constant for the sake of K&R compilers which don't see
4379         the prototype and therefore can't promote it to double
4380         automatically.
4381
4382         * cookies.c (cookie_jar_load): Rename abort label to abort_cookie
4383         to avoid name conflict in K&R compilers.
4384
4385 2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
4386
4387         * ptimer.c (posix_init): Since we allow _POSIX_MONOTONIC_CLOCK==0,
4388         it is not enough to check for _POSIX_MONOTONIC_CLOCK-0, we must
4389         also check for defined(_POSIX_MONOTONIC_CLOCK).
4390
4391 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4392
4393         * ftp.c, hash.c, connect.c, host.c, http.c: Remove unreached code,
4394         such as "break" following return or abort.
4395
4396 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4397
4398         * init.c (commands): Wrap the use of opt.random_file in #ifdef
4399         HAVE_SSL.
4400
4401 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4402
4403         * http.c (gethttp): Correctly set the user agent.
4404
4405 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4406
4407         * init.c (cmd_spec_useragent): Free the old value of
4408         opt.useragent before setting the new one.
4409
4410 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
4411
4412         * main.c: Map --ftp-password, --http-password and --proxy-password to
4413         the new ftppassword, httppassword and proxypassword commands
4414         respectively.  Document the --user and --password options in the help
4415         string.
4416
4417 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
4418
4419         * ftp.c: Add support for --user and --password.
4420
4421         * http.c: Add support for --user and --password.
4422
4423         * init.c: Deprecated ftppasswd, httppasswd, login, passwd and
4424         proxypasswd commands.  Added ftppassword, ftpuser, httppassword,
4425         password, proxypassword and user commands.
4426
4427         * main.c: Renamed --ftp-passwd to --ftp-password.  Added --ftp-user,
4428         --http-password, --password, --proxy-password and --user.  Deprecated
4429         --http-passwd and --proxy-passwd.  Added documentation for new options
4430         and removed documentation for deprecated options in the help string.
4431
4432         * options.h (struct options): Added user and passwd members to handle
4433         --user and --password respectively.  Renamed ftp_acc and ftp_pass
4434         members to ftp_user and ftp_passwd for consistency.
4435
4436 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4437
4438         * main.c (print_help): Advertise "DER", not "ASN1".
4439
4440 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4441
4442         * openssl.c (init_prng): Disable the weak random seed by default.
4443
4444         * http.c (gethttp): Simplify SSL initialization; disable SSL when
4445         anything goes wrong with the initialization.
4446
4447         * options.h (struct options): New option opt.random_file.
4448
4449 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4450
4451         * init.c: Wrap private key commands in IF_SSL.
4452
4453 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4454
4455         * openssl.c (ssl_init): Ditto.
4456
4457         * options.h (struct options): Allow separate specification of key
4458         type and certificate type.
4459
4460         * init.c (cmd_spec_cert_type): Provide a "der" synonym for "asn1"
4461         certificate encoding.
4462
4463 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4464
4465         * openssl.c: Renamed "gen_sslfunc.c" to "openssl.c" and
4466         "gen_sslfunc.h" to "openssl.h".  This reflects the intent of
4467         openssl.c encapsulating the OpenSSL-specific code.
4468
4469 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4470
4471         * init.c: Renamed "closure" (a synonym for context in some
4472         cultures) to "place", which more accurately reflects the usage.
4473
4474 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4475
4476         * gen_sslfunc.c (ssl_init): Use default locations for loading the
4477         certificate bundles.
4478         (ssl_init_prng): Disable the cryptographically weak PRNG
4479         initialization fallback.
4480
4481         * init.c: Renamed SSL command-line arguments and wgetrc commands.
4482         (defaults): Check the server certificate by default.
4483
4484 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4485
4486         * cookies.c (cookie_handle_set_cookie): Delete the part of the
4487         path after the trailing slash.
4488
4489         * http.c (gethttp): Call cookie_handle_set_cookie with path that
4490         begins with '/'.
4491
4492 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4493
4494         * http.c (gethttp): Call skip_short_body only if keep_alive is in
4495         use.
4496         (gethttp): Send the User-Agent header with the CONNECT request as
4497         well.
4498
4499 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
4500
4501         * main.c (option_data): Removed support for the undocumented flag
4502         --use-proxy.
4503
4504 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
4505
4506         * main.c (option_data): Don't treat -Y as a boolean switch; treat
4507         it as a value switch instead, so "-Y off" continues to work.
4508
4509 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4510
4511         * utils.c (aprintf): Delete unreachable statement.
4512
4513 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4514
4515         * host.c (cmp_prefer_ipv4): New function.
4516         (cmp_prefer_ipv6): New function.
4517         (lookup_host): Use the appropriate comparator according to
4518         opt.prefer_family.
4519
4520         * init.c: New option prefer_family.
4521
4522         * host.c (is_valid_ipv6_address): Spell NS_* constants in lower
4523         case to avoid clash with system headers.
4524         (lookup_host): Reorder the addresses so that IPv4 ones come first.
4525
4526         * utils.c (stable_sort): New function.
4527
4528 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4529
4530         * connect.c (retryable_socket_connect_error): Return 0 for
4531         ENETUNREACH and EHOSTUNREACH.
4532
4533 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4534
4535         * cmpt.c: Reenable the memmove implementation for systems that
4536         lack it.
4537
4538         * http.c (gethttp): Store the "authorized" state of the persistent
4539         connection.
4540         (request_remove_header): New function.
4541         (gethttp): Don't send the "Basic" authentication if the connection
4542         is already authorized.
4543
4544 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4545
4546         * utils.c (base64_encode): Treat input as unsigned chars.
4547         Required for correct encoding of binary stuff.
4548
4549 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4550
4551         * http-ntlm.c: Format the function definitions in an
4552         ansi2knr-friendly fashion.
4553
4554 2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
4555
4556         * http.c (gethttp): Handle multiple WWW-Authentication headers,
4557         only one of which is recognized.  Those are sent by IIS with NTLM
4558         authorization.
4559         (create_authorization_line): Propagate information whether
4560         authorization is finished.
4561         (gethttp): Only stop authorization when it's really finished, not
4562         after fixed two steps.
4563
4564 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4565
4566         * gen_sslfunc.c (ssl_init): Fix warning message text; mark the
4567         message as translatable.
4568
4569 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4570
4571         * main.c (print_help): Print the EGD option outside the cluster of
4572         SSL options.
4573
4574 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4575
4576         * http-ntlm.c (ntlm_output): Fix setting the domain.
4577         Suggested by Sami Krank.
4578
4579 2005-04-20  Mauro Tortonesi  <mauro@ferrara.linux.it>
4580
4581         * connect.c: Set IPV6_V6ONLY socket option when -6 switch is used.
4582
4583 2005-04-20  FUJISHIMA Satsuki  <sf@FreeBSD.org>
4584
4585         * http.c (request_set_header): Fix the check whether a new header
4586         needs to be allocated.
4587
4588 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
4589
4590         * utils.c (base64_encode): Use the parameter order that makes more
4591         sense.  Return the length of the base64 written.  Updated all
4592         callers.
4593
4594 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
4595
4596         * http.c (request_set_header): Free NAME when VALUE is NULL and
4597         freeing the header name is requested.
4598
4599 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
4600
4601         * snprintf.c (fmtstr): Declare VALUE as const char *.
4602         Based on patch by Russ Allbery.
4603
4604 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
4605
4606         * snprintf.c (fmtfp): More correct handling of significant digit
4607         count with %g -- 0.002 has one significant digit, not three.
4608
4609 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
4610
4611         * retr.c (fd_read_body): Respect read timeout with non-interactive
4612         or no progress gauge -- treat ETIMEDOUT specially only when
4613         progress_interactive.
4614         Reported by FUJISHIMA Satsuki.
4615
4616 2005-04-16  FUJISHIMA Satsuki  <sf@FreeBSD.org>
4617
4618         * http.c (gethttp): Don't use HTTP/1.0 persistent connections over
4619         proxy.
4620
4621 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
4622
4623         * snprintf.c: Use the PARAMS macro to handle prototypes.  Write
4624         function definitions in the ansi2knr-friendly way.
4625         (fmtstr): If string precision is specified, don't read VALUE past
4626         it.
4627         (dopr): Actually print %g and %e formats.
4628         (fmtfp): Fix a bug that caused 0.01 to be printed as 0.1.
4629         (fmtfp): Use LLONG in floating point conversions to be able to
4630         convert more digits.
4631         (fmtfp): Interpret precision as number of significant digits with
4632         %g.
4633         (fmtfp): Omit trailing decimal zeros with %g.
4634
4635         * snprintf.c: Don't include <ctype.h> because none of it is used.
4636         Include strings.h/string.h, as per Autoconf.
4637
4638 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
4639
4640         * ptimer.c: Use _POSIX_TIMERS - 0 > 0, which handles the case when
4641         _POSIX_TIMERS is defined but empty, as well as the case when it is
4642         undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
4643         Suggested by Larry Jones.
4644
4645 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
4646
4647         * ptimer.c: Check that _POSIX_TIMERS is defined as well as > 0.
4648         Problem reported by Steven M. Schweda.
4649
4650 2005-04-14  Hrvoje Niksic  <hniksic@xemacs.org>
4651
4652         * http.c (skip_short_body): Print the skipped body data in debug
4653         mode.
4654         (skip_short_body): Don't skip more than 4k of body data.
4655         (skip_short_body): Return whether the skipping was successful.
4656         (gethttp): If skip_short_body failed, invalidate the connection.
4657
4658 2005-04-12  Gisle Vanem  <giva@bgnett.no>
4659
4660         * ftp.c (getftp): Ditto.
4661
4662         * http.c (gethttp): Open the output file in binary mode.
4663
4664 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4665
4666         * hash.c: Conditionalize including config.h on HAVE_CONFIG_H
4667         instead of on STANDALONE.
4668
4669 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4670
4671         * gen_sslfunc.c (ssl_print_errors): Made static.
4672         (ssl_print_errors): Eliminate potentially dangerous fixed-size
4673         error buffer.  Passing NULL to ERR_error_string causes it to use
4674         its own static buffer, which is fine for our purposes.
4675
4676         * gen_sslfunc.c: Include gen_sslfunc.h.  Make the declarations of
4677         ssl_init and ssl_conect match the actual definitions.
4678         (ssl_connect): Simply return a boolean, the SSL context is no
4679         longer useful as a return value.
4680
4681         * retr.c: Don't include SSL headers; we don't need them.
4682
4683 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4684
4685         * config-post.h: Don't define _VA_LIST under Solaris; it breaks
4686         compilation with GCC 3.4 under Solaris 10.  (It was defined to
4687         avoid a warning with previous versions of GCC.)
4688
4689 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4690
4691         * xmalloc.c (register_ptr): Warn the user to increase SZ prior to
4692         aborting.
4693
4694 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4695
4696         * convert.c (convert_cleanup): Free converted_files.
4697
4698 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
4699
4700         * wget.h (DEBUGP): Use __builtin_expect to give a hint to GCC that
4701         opt.debug is false in the vast majority of cases.
4702
4703 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
4704
4705         * config-post.h: Declare alloca as void *, not char *.
4706
4707 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
4708
4709         * recur.c (download_child_p): When -p is used, (temporarily)
4710         ignore accept/reject rules for HTMLs, even when they are at the
4711         maximum recursion depth.  That is because with -p we are, if
4712         necessary, overstepping the max. depth to get the requisites.
4713
4714 2004-06-12  Larry Jones <lawrence.jones@ugsplm.com>
4715
4716         * recur.c (download_child_p): Correct the logic in check number 6:
4717         test opt.reclevel (not DEPTH) against INFINITE_RECURSION.
4718
4719 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
4720
4721         * url.c: Use "static const" in preference to "const static".
4722         Sun's cc warns that "storage class after type is obsolescent".
4723
4724         * url.c (urlchr_table): Don't mark ~ as unsafe, too many broken
4725         web sites are confused when ~ is changed to %7E.  Their servers
4726         redirect /%7Efoo/ to /~foo/, which Wget again accesses using %7E,
4727         causing further redirections, therefore looping infinitely.  See
4728         Debian bug #301624 for an example.
4729
4730 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
4731
4732         * alloca.c: Include wget.h to be able to use xmalloc.  In addition
4733         to defining malloc to xmalloc, also define free to xfree.
4734
4735 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
4736
4737         * http-ntlm.c (ntlm_output): Use "char", not "unsigned char" for
4738         ntlmbuf.  Our base64 functions accept char anyway.
4739         (ntlm_output): Join up the format string, since we nominally
4740         support K&R compilers.
4741         (ntlm_output): Ditto.
4742
4743 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4744
4745         * ptimer.c: Use Windows timers under Cygwin, whose POSIX timer
4746         implementation is incomplete.
4747
4748 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4749
4750         * ptimer.c (struct ptimer): Remove the unused initialized field.
4751
4752         * ptimer.c: Renamed function parameters from WT (which used to
4753         stand for wget_timer or wtimer) to PT.
4754
4755 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4756
4757         * ptimer.c (posix_init): Be smarter about choosing clocks.  In
4758         decreasing order of preference, use CLOCK_MONOTONIC,
4759         CLOCK_HIGHRES, and CLOCK_REALTIME.
4760         (ptimer_allocate): Removed.
4761
4762         * ptimer.c: Refactor the code by cleanly separating the
4763         architecture-dependent code from the architecture-independent
4764         code.
4765
4766 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4767
4768         * ptimer.c (ptimer_init): Explicitly check that
4769         _POSIX_MONOTONIC_CLOCK is *both* defined and >=0.  (Undefined
4770         symbols are >=0.)
4771
4772 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4773
4774         * ptimer.c (ptimer_diff): Fix typo affecting Windows build.
4775
4776 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4777
4778         * ptimer.c (ptimer_init): In fact, _POSIX_MONOTONIC_CLOCK needs to
4779         be >= 0.
4780
4781         * ptimer.c (ptimer_init): Check whether _POSIX_MONOTONIC_CLOCK is
4782         defined instead of whether it's greater than 0.  glibc defines it
4783         to 0, but still makes it available via sysconf.
4784
4785 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4786
4787         * mswindows.c (str_to_int64): Rename OVERFLOW and UNDERFLOW to
4788         INT64_OVERFLOW and INT64_UNDERFLOW, since those names are used.
4789
4790 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
4791
4792         * ptimer.c: New file.  Move the "wtimer" functions from utils.c to
4793         this file and rename them to ptimer_.
4794
4795 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
4796
4797         * host.c (NO_ADDRESS): Define NO_ADDRESS only after the system
4798         headers have been included.
4799
4800 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
4801
4802         * http.c (pconn): Include NTLM data, which is per-connection.
4803         (known_authentication_scheme_p): Recognize NTLM authorization.
4804         (create_authorization_line): Call ntlm_input and ntlm_output.
4805
4806         * http-ntlm.c: New file, donated by Daniel Stenberg and originally
4807         written for curl, heavily modified for Wget.
4808
4809         * utils.c (base64_encode): Relocated from http.c, since it is now
4810         used by http-ntlm.c, and will possibly be used elsewhere.
4811         (base64_decode): New function, originally based on code from GNU
4812         recode.
4813
4814 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
4815
4816         * ftp.c (ftp_loop): Ditto.
4817
4818         * ftp-basic.c (ftp_pasv): Use the xzero shorthand for memset(0).
4819         (ftp_lpsv): Ditto.
4820
4821 2005-04-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
4822
4823         * Makefile.in: removed string_t.c from list of source files.
4824
4825 2005-04-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
4826
4827         * string_t.c: Removed.
4828
4829         * string_t.h: Removed.
4830
4831 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
4832
4833         * url.c (rewrite_shorthand_url): Only accept recognized schemes.
4834         That way "foo:80" will correctly be rewritten to "http://foo:80"
4835         instead of left unchanged and ultimately rejected because of
4836         "unsupported scheme foo".
4837
4838 2005-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
4839
4840         * utils.c (number_to_string): Avoid explicit 64-bit constants;
4841         construct them by multiplication at compile-time.
4842
4843         * utils.c, elsewhere: Don't append "L" to 32-bit integer
4844         constants; we aren't really compilable on 16-bit systems anyway.
4845
4846         * hash.c (prime_size): Remove primes larger than 2^31, but include
4847         2^31-1, which is prime.
4848
4849 2005-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
4850
4851         * utils.c (string_set_to_array): New function.
4852
4853         * convert.c: Replace the use of "slists" with sets/hash-tables,
4854         which in fact suit the intended purpose much better.
4855         downloaded_html_list is removed altogether.
4856
4857 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
4858
4859         * ftp.h (enum): Rename GLOBALL, GETALL, and GETONE to
4860         GLOB_GLOBALL, GLOB_GETALL, and GLOB_GETONE to avoid conflict with
4861         Linux headers.
4862
4863 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
4864
4865         * utils.c (numdigit): More correct handling of negative numbers.
4866
4867 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
4868
4869         * http.c (gethttp): Print the human-readable size.
4870
4871         * ftp.c (getftp): Print the human-readable size of the file to be
4872         downloaded.
4873
4874         * utils.c (human_readable): New function.
4875
4876         * utils.c: Renamed "legible" to "with_thousand_seps",
4877         "legible_large_int" to "with_thousand_seps_large", and "legible_1"
4878         to "add_thousand_seps".
4879
4880 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
4881
4882         * http.c (gethttp): Inhibit persistent connections when talking to
4883         proxies, as mandated by RFC 2068.
4884
4885 2005-03-20  Hrvoje Niksic  <hniksic@xemacs.org>
4886
4887         * url.c (unescape_single_char): New function.
4888         (url_escape_dir): Use it to unescape slashes in directory
4889         components.
4890         (url_string): Escape unsafe chars in host name, except for the ':'
4891         charaters, which can appear in IPv6 addresses.
4892
4893         * main.c (main): Don't access the cookie jar directly.
4894
4895         * log.c (escnonprint_internal): Correctly calculate the needed
4896         string size.  Don't forget the buffer's new size after having
4897         reallocated it.
4898         (log_cleanup): New function.  Free the escnonprint ring data.
4899
4900         * init.c (cleanup): Don't free the cookie jar explicitly, it is
4901         now done by http_cleanup.
4902         (cleanup): opt.user_headers is now a vector, free it with
4903         free_vec.
4904
4905         * http.c (gethttp): Make sure to free the request data, the status
4906         message, and the response data before returning from the function.
4907         (save_cookies): New function.
4908         (http_cleanup): Free the cookie jar here.
4909
4910         * hash.c: Renamed string_hash to hash_string and ptrhash to
4911         hash_pointer.  Exported hash_pointer.
4912
4913         * xmalloc.c: Organized malloc_table (previously malloc_debug) as a
4914         simple EQ hash table.  register_ptr and unregister_ptr are now of
4915         O(1) complexity.
4916
4917         * xmalloc.c: Renamed "*_debug" to debugging_* and "*_real" to
4918         checking_*.
4919
4920 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
4921
4922         * utils.c (debug_test_md5): Moved to gen-md5.c.
4923
4924         * mswindows.h: Don't declare inet_ntop, since we don't use it.
4925
4926         * mswindows.h: For consistency, also wrap closesocket, it being
4927         a Winsock call.
4928
4929         * mswindows.h: Don't declare sleep and usleep; we're defining
4930         xsleep now.
4931
4932         * mswindows.h (mkdir): Don't special-case Borland C, _mkdir
4933         works there as well.
4934
4935         * host.c: Don't include winsock header files; the correct ones
4936         are already included by mswindows.h.
4937
4938         * mswindows.c (xsleep): Round toward the nearest millisecond
4939         in an attempt to avoid average short sleeps.
4940
4941         * utils.c (wtimer_granularity): Report correct values for
4942         Windows timers and for high-resolution timers.
4943
4944         * utils.c (wtimer_initialize_once): New function, called to
4945         initialize the timer frequency.
4946
4947         * utils.c: Replace the use of GetSystemTime with high-resolution
4948         counters under Windows.  When high-resolution counters are
4949         unavailable, use GetTickCount().
4950
4951 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
4952
4953         * retr.c (fd_read_body): Undo the 2004-11-18 change.  Instead,
4954         always be "exact".
4955
4956 2005-03-17  Hrvoje Niksic  <hniksic@xemacs.org>
4957
4958         * ftp-basic.c (ftp_login): Don't free the string if ftp_response
4959         returned an error status because the line didn't get allocated in
4960         the first place.
4961
4962 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
4963
4964         * http.c (read_http_response_head): Limit the response size to 64k
4965         bytes.
4966
4967         * retr.c (fd_read_hunk): Accept a MAXSIZE argument that limits the
4968         number of bytes the function is allowed to allocate.
4969         (fd_read_line): Limit the line to 4096 bytes.
4970
4971 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
4972
4973         * wget.h: Include options.h after wgint has been defined.
4974
4975         * options.h (struct options): Declare options processed with
4976         cmd_bytes as wgint, not long.
4977
4978 2005-03-18  Hrvoje Niksic  <hniksic@xemacs.org>
4979
4980         * init.c (cmd_file): Use concat_strings.
4981
4982         * http.c (basic_authentication_encode): Use concat_strings.
4983
4984         * ftp-ls.c (ftp_index): Use concat_strings.
4985
4986         * ftp-basic.c (ftp_request): Use concat_strings.
4987
4988         * utils.c (concat_strings): New function.
4989
4990 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
4991
4992         * init.c (simple_atof): Handle negative numbers; skip whitespace
4993         before the number.
4994         (simple_atoi): Ditto.  Also, check for overflow and underflow.
4995         (cmd_number): Bail out on negative numbers.
4996         (parse_bytes_helper): Ditto.
4997
4998 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
4999
5000         * http.c (gethttp): Handle multiple Set-Cookie headers sent by
5001         remote server.
5002
5003 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5004
5005         * init.c (defaults): Use passive FTP by default.
5006
5007 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5008
5009         * mswindows.c: Provide wrappers to Winsock functions that set
5010         errno to WSAGetLastError() in case of failure.  Also provide a
5011         Windows-specific version of strerror.
5012
5013         * mswindows.h: Wrap calls to socket, bind, connect, recv, send,
5014         select, getsockname, getpeername, and setsockopt.
5015
5016 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5017
5018         * url.c (url_parse): Reject port numbers larger than 65535.  We
5019         also check for overflow while parsing port numbers.
5020
5021 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5022
5023         * utils.c (read_file): Don't use wgint for file size; LFS won't
5024         work since the file is mmap'ed as a whole.
5025
5026         * options.h: Don't include stdio.h.
5027
5028         * log.c: Ditto.
5029
5030         * init.c: Disambiguate assignment from non-zero test to avoid
5031         Borland C warning.
5032
5033         * http.c (response_new): Don't needlessly post-increment count.
5034
5035         * hash.c: Include stdio.h.
5036
5037         * gnu-md5.h: Don't include stdio.h.
5038
5039         * getopt.h (struct option): Always use const.
5040
5041         * ftp.c (getftp): Avoid unnecessary assignment to RES to avoid
5042         Borland C warning.
5043
5044         * ftp-ls.c: Disambiguate assignment from non-zero test to avoid
5045         Borland C warning.
5046
5047         * cmpt.c (strptime_internal): Don't initialize rp_backup when
5048         !_NL_CURRENT to avoid Borland C warning.
5049
5050 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5051
5052         * utils.c (fopen_excl): Fix parse error when O_BINARY is
5053         available.
5054
5055 2005-03-05  Hrvoje Niksic  <hniksic@xemacs.org>
5056
5057         * url.c (url_file_name): Don't allow hosts named ".." to be
5058         appended as path elements.
5059
5060 2005-03-03  Hrvoje Niksic  <hniksic@xemacs.org>
5061
5062         * retr.c (retrieve_url): Escape location header.
5063
5064         * http.c (print_server_response_1): Escape server response when
5065         printing it.
5066         (gethttp): Escape host name, status message, location header, and
5067         content type.
5068         (http_loop): Escape error message from server.
5069
5070         * host.c (lookup_host): Escape host name when printing it.
5071
5072         * ftp.c (getftp): Escape user name when printing it.
5073         (getftp): Escape remote file and directory for printing.
5074         (getftp): Escape server listing when printing it.
5075         (ftp_retrieve_list): Escape link name and file name.
5076         (ftp_retrieve_glob): Escape file name.
5077
5078         * ftp-basic.c (ftp_response): Escape server response when printing
5079         it.
5080
5081         * cookies.c (parse_set_cookies): Escape the cookie field when
5082         printing it.
5083         (parse_set_cookies): Escape contents of remote header.
5084         (cookie_handle_set_cookie): Escape host name and cookie domain.
5085
5086         * connect.c (connect_to_ip): Escape the host name.
5087
5088         * log.c (escnonprint): New function, used for printing strings
5089         coming from the server that possibly contain non-ASCII characters.
5090         (escnonprint_uri): Ditto.
5091
5092 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5093
5094         * ftp.c (getftp): Ditto.
5095
5096         * http.c (gethttp): When we're not supposed to overwrite files,
5097         use fopen_excl to open the file and recompute the file name.
5098
5099         * log.c (redirect_output): Use unique_create to avoid a race
5100         condition.
5101
5102         * mswindows.c (fake_fork_child): Use unique_create.
5103
5104         * utils.c (fopen_excl): New function that opens a stdio stream
5105         with the O_EXCL flag (where available).
5106         (unique_create): New function, like unique_name, but also creating
5107         the file and returning a file pointer.
5108         (fork_to_background): Use unique_create to create the file
5109         immediately to avoid race condition with multiple instances of
5110         wget -b.
5111
5112 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5113
5114         * host.c (lookup_host): Test for AI_ADDRCONFIG directly, instead
5115         of checking for HAVE_GETADDRINFO_AI_ADDRCONFIG.
5116
5117 2005-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
5118
5119         * host.c (is_valid_ipv6_address): Move here from url.c.
5120         (lookup_host): If the address is numeric, don't print the
5121         "resolving..." line, don't set up DNS timeouts, and set the
5122         AI_NUMERICHOST hint, where available.
5123
5124 2005-02-26  Gisle Vanem  <giva@bgnett.no>
5125
5126         * utils.c: Use the nnnLL syntax under GCC.  Define struct_stat to
5127         struct _stati64 under __MINGW32__ as well as under MS VC.
5128
5129 2005-02-26  Hrvoje Niksic  <hniksic@xemacs.org>
5130
5131         * utils.c: Use the nnnI64 syntax for __int64 constants under all
5132         Windows compilers.
5133         (SPRINTF_WGINT): Use "%I64" under all Windows compilers.
5134
5135         * mswindows.h (WGINT_MAX): Use the nnnI64 syntax for
5136         __int64 constants under all Windows compilers.
5137         (struct_stat): Use `struct stati64' under Borland C.
5138         (fstat): Don't redefine to _fstati64 under Borland.
5139
5140         * mswindows.c: Define str_to_int64 under Borland C as well as
5141         under (older) Visual C.
5142
5143 2005-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
5144
5145         * ftp.c (getftp): Initialize err to suppress compiler warning.
5146
5147 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5148
5149         * ftp.c (ftp_expected_bytes): Fix bug that caused infloop because
5150         of not correctly skipping the '(' character.
5151
5152 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5153
5154         * mswindows.c (wget_ftello): Removed.
5155
5156         * mswindows.h: Remove bogus definition of stat.
5157         (wget_ftello): Remove the leftover ftello replacement.
5158
5159 2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
5160
5161         * mswindows.c (wget_ftello): Wget's replacement for ftello.
5162
5163         * utils.c (file_size): Use ftello where available.
5164
5165         * ftp-ls.c (ftp_parse_unix_ls): Use str_to_wgint to parse the file
5166         size.
5167         (ftp_parse_winnt_ls): Ditto.
5168
5169         * ftp-basic.c (ftp_size): Use str_to_wgint to convert number to
5170         wgint; pass 10 instead of 0 as the BASE argument.
5171
5172         * ftp.c (ftp_expected_bytes): Use str_to_wgint to parse the file
5173         size.
5174
5175         * sysdep.h (LARGE_INT_FMT): Use __int64 as LARGE_INT on
5176         MSVC/Windows; print it with "%I64".
5177
5178         * wget.h: Define a `wgint' type, normally aliased to (the possibly
5179         64-bit variant of) off_t.
5180
5181         * all: Use `wgint' instead of `long' for numeric variables that
5182         can hold file sizes.
5183
5184         * utils.c (number_to_string): Support printing of `wgint'
5185         argument.
5186         (number_to_static_string): New function.
5187
5188         * all: Replace printf("%ld", long_value) with printf("%s",
5189         number_to_static_string(wgint_value)).
5190
5191 2005-02-18  Mauro Tortonesi <mauro@ferrara.linux.it>
5192
5193         * main.c: Added the --ftp-passwd command line option.
5194
5195         * init.c: Renamed command passwd to ftppasswd.
5196
5197 2005-02-11  Mauro Tortonesi <mauro@ferrara.linux.it>
5198
5199         * string_t.c: Fixed a bug in do_escape and triggered escape of
5200         backslashes in string_escape to avoid ambiguities in the result
5201         string.
5202
5203 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
5204
5205         * string.h: Renamed to string_t.h to fix a compilation conflict
5206         with the string.h header in the standard C library.
5207
5208         * string.c: Renamed to string_t.c for consistency with string.h.
5209
5210         * string_t.c: Ditto.
5211
5212         * string_t.h: Ditto.
5213
5214 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
5215
5216         * string.c: New file.
5217
5218         * string.h: New file.
5219
5220         * Makefile.in: Added string.c to the list of modules to compile.
5221
5222         * main.c: Updated copyright.
5223
5224 2004-11-18  Ulf Harnhammar <ulf.harnhammar.9485@student.uu.se>
5225
5226         * ftp-ls.c: Fixed a problem in ftp_parse_winnt_ls that could allow a
5227         malicious remote FTP server to crash wget.
5228
5229 2004-11-18  Hans-Andreas Engel <engel@node.ch>
5230
5231         * http.c: Enable --convert-links (-k) when a single page is downloaded
5232         via --output-document (-O).
5233
5234 2004-11-18  Mauro Tortonesi <mauro@deepspace6.net>
5235
5236         * connect.c: Minor correction to the comment in front of fd_peek.
5237
5238 2004-11-18  Leonid Petrov <nouser@lpetrov.net>
5239
5240         * retr.c: Fix a timeout problem in fd_read_body when using http_proxy.
5241
5242 2004-11-15  YAMAZAKI Makoto <Yamazaki.Makoto@fujixerox.co.jp>
5243
5244         * netrc.c: Fix termination by assertion bug in netrc parsing.
5245
5246 2004-05-09  David Fritz  <zeroxdf@att.net>
5247
5248         * mswindows.c (fake_fork): Pass entire command line to the child
5249         process.
5250
5251 2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
5252
5253         * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
5254
5255 2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
5256
5257         * http.c (gethttp): Send the Proxy-Authorization header over
5258         non-SSL connections too.
5259
5260 2004-03-25  David Fritz  <zeroxdf@att.net>
5261
5262         * mswindows.c (fake_fork_child): Ignore error code when
5263         OpenFileMapping() fails; assume it failed because the object does
5264         not exist.
5265
5266 2004-03-24  David Fritz  <zeroxdf@att.net>
5267
5268         * mswindows.c (fake_fork): New function.
5269
5270         * mswindows.c (fork_to_background): Use it.
5271
5272 2004-03-19  David Fritz  <zeroxdf@att.net>
5273
5274         * mswindows.c (ws_hangup): Incorporate old fork_to_background()
5275         code.  Add event name argument.
5276         (fork_to_backgorund): Now a simple wrapper around ws_hangup().
5277         (ws_handler): Correctly handle the case when neither CTRLC_BACKGND
5278         nor CTRLBREAK_BACKGND are defined.  Don't bother handling close,
5279         logoff, or shutdown events.  Call ws_hangup() with the correct
5280         event name; don't assume it was CTRL+Break.
5281
5282 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
5283
5284         * url.c (url_parse): Decode %HH sequences in host name.
5285
5286 2004-03-04  Hrvoje Niksic  <hniksic@xemacs.org>
5287
5288         * convert.c (local_quote_string): Quote "#" as "%23" and "%" as
5289         "%25" when creating links to local files.
5290
5291 2004-03-02  David Fritz  <zeroxdf@att.net>
5292
5293         * mswindows.c (ws_percenttitle): Guard against future changes by
5294         doing nothing if the proper variables have not been initialized.
5295         Clamp percentage value.
5296
5297 2004-03-04  Gisle Vanem  <giva@bgnett.no>
5298
5299         * retr.c (fd_read_body): Don't change console title if quiet.
5300
5301 2004-02-25  David Fritz  <zeroxdf@att.net>
5302
5303         * mswindows.c (set_sleep_mode): Remove argument and return value.
5304         Call GetModuleHandle() instead of LoadLibrary()/FreeLibrary() for
5305         kernel32.dll.  Use typedef for function-pointer.  Don't cast
5306         l-value.  Don't use dereference operator when calling through
5307         function-pointer.
5308         (ws_startup): Update call to set_sleep_mode().
5309         (ws_cleanup): Remove call to set_sleep_mode().
5310
5311 2004-02-23  David Fritz  <zeroxdf@att.net>
5312
5313         * http.c (http_loop): Ditto.
5314
5315         * ftp.c (ftp_loop_internal): Update call to ws_changetitle().
5316
5317         * main.c (main): Don't bother calling ws_changetitle().
5318
5319         * mswindows.h (ws_changetitle): Update prototype.
5320
5321         * mswindows.c (ws_changetitle): Remove second argument.  Use
5322         xfree_null().
5323         (ws_percenttitle): Only update title when percentage has changed.
5324
5325 2004-02-23  David Fritz  <zeroxdf@att.net>
5326
5327         * mswindows.h: Ditto.
5328
5329         * mswindows.c: Misc. formatting/comment tweaks throughout.
5330
5331 2004-02-20  David Fritz  <zeroxdf@att.net>
5332
5333         * main.c (print_help): Remove call to ws_help().
5334
5335         * mswindows.c (ws_help): Remove.
5336
5337         * mswindows.h (ws_help): Remove.
5338
5339 2004-02-16  David Fritz  <zeroxdf@att.net>
5340
5341         * init.c (home_dir): Use aprintf() instead of xmalloc()/sprintf().
5342         Under Windows, if $HOME is not defined, use the directory that
5343         contains the Wget binary instead of hard-coded `C:\'.
5344         (wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
5345         not found, look for wget.ini in the directory of the Wget binary.
5346
5347         * mswindows.c (ws_mypath): Employ slightly more robust methodology.
5348         Strip trailing path separator.
5349
5350 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
5351
5352         * http.c (gethttp): Respect --ignore-length.
5353         (gethttp): Inhibit keep-alive if --ignore-length is specified.
5354
5355 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
5356
5357         * connect.c (sockaddr_set_data): Zero out
5358         sockaddr_in/sockaddr_in6.  Apparently BSD-derived stacks need this
5359         when binding a socket to local address.
5360
5361 2004-02-04  Hrvoje Niksic  <hniksic@xemacs.org>
5362
5363         * hash.c: Make the file compilable outside Wget source tree when
5364         -DSTANDALONE is used.
5365
5366 2004-01-29  Hrvoje Niksic  <hniksic@xemacs.org>
5367
5368         * utils.c (determine_screen_width): Return 0 if not running on
5369         Windows or on a TIOCGWINSZ-capable system.
5370
5371 2004-01-28  David Fritz  <zeroxdf@att.net>
5372
5373         * utils.c (determine_screen_width): Correctly determine console
5374         width under Windows.
5375
5376 2004-01-28  Christian Biere  <christianbiere@gmx.de>
5377
5378         * progress.c (bar_set_params): Fixed syntax error when HAVE_ISATTY
5379         was undefined.
5380
5381         * ftp.c (ftp_loop_internal): Allocate a larger buffer in case
5382         "try" gets translated to something large.  Ditto in http_loop in
5383         http.c.
5384
5385         * http.c (response_header_copy): Don't write to buf[BUFSIZE].
5386
5387         * ftp-opie.c (skey_response): Eliminate unnecessary string
5388         concatenation; just call gen_md5_update twice.
5389
5390 2004-01-25  Hrvoje Niksic  <hniksic@xemacs.org>
5391
5392         * utils.c (xsleep): Don't call usleep with values larger than
5393         1,000,000.
5394
5395 2003-12-16  Hrvoje Niksic  <hniksic@xemacs.org>
5396
5397         * http.c (gethttp): Fix generation of `Content-Length'.
5398
5399 2003-12-15  Gisle Vanem  <giva@bgnett.no>
5400
5401         * url.c (url_skip_credentials): Fixed return value; 'url' if no
5402         credentials.
5403
5404 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
5405
5406         * url.c (url_skip_credentials): Return a pointer directly.
5407
5408 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
5409
5410         * url.c (url_file_name): Ditto.
5411         (parse_errors): Ditto.
5412
5413         * retr.c (retr_rate): Ditto.
5414
5415         * progress.c (create_image): Ditto.
5416
5417         * netrc.c (parse_netrc): Ditto.
5418
5419         * main.c (struct cmdline_option): Ditto.
5420         (redirect_output_signal): Ditto.
5421
5422         * init.c (commands): Ditto.
5423
5424         * ftp-ls.c (ftp_index): Ditto.
5425
5426         * cookies.c (check_domain_match): Declare the pointer to a literal
5427         string as `const'.
5428
5429 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5430
5431         * retr.c (fd_read_body): Pass total size to progress_create, not
5432         the remaining amount.
5433
5434 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5435
5436         * retr.c (fd_read_body): Don't fiddle with "interactive timeout"
5437         if read timeout is unset.
5438
5439 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5440
5441         * connect.c (bind_local): Don't set the IPV6_V6ONLY option on the
5442         socket.
5443
5444 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
5445
5446         * url.c (url_file_name): Respect the setting of
5447         opt.protocol_directories.
5448
5449         * main.c (main): Only check for ret=='?' when longindex is unset.
5450         (option_data): New option --protocol-directories.
5451
5452 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
5453
5454         * ftp.c (getftp): Ditto.
5455
5456         * http.c (gethttp): Correctly calculate bandwidth as total data
5457         read divided with download time.
5458
5459         * retr.c (fd_read_body): Separate the return values for data
5460         written and read.
5461
5462 2003-12-05  Hrvoje Niksic  <hniksic@xemacs.org>
5463
5464         * http.c (H_REDIRECTED): Respect the HTTP/1.1 "303 See Other"
5465         response code.
5466         Suggested by Dan Razzell.
5467
5468 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5469
5470         * retr.c (fd_read_body): Report the amount of data *written* as
5471         amount_read.  This is not entirely logical, but that's what the
5472         callers expect, and it's not easy to change.
5473
5474         * ftp.c (ftp_loop_internal): Ditto.
5475
5476         * http.c (http_loop): Be smarter about assigning restval; if we're
5477         in the nth pass of a download, simply use the information we have
5478         about how much data has been retrieved as restval.
5479
5480         * ftp.c (getftp): Ditto for FTP "REST" command.
5481
5482         * http.c (gethttp): When the server doesn't respect range, skip
5483         the first RESTVAL bytes of the read body.  Never truncate the
5484         output file.
5485
5486         * retr.c (fd_read_body): Support skipping initial STARTPOS octets.
5487
5488 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5489
5490         * http.c (skip_short_body): Renamed skip_body to skip_short_body;
5491         don't bother calling fd_read_body.
5492
5493 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5494
5495         * retr.c (fd_read_body): Sanitize arguments and document them
5496         better.  Make sure the timer is created and updated only if
5497         necessary.  Updated callers.
5498
5499 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5500
5501         * http.c (skip_body): New function.
5502         (gethttp): Use it to skip the body of the responses we don't care
5503         to download.  That allows us to reuse the connection.
5504         (gethttp): Trust that the HEAD requests will not generate body
5505         data.
5506
5507         * retr.c (fd_read_body): Don't write to OUT if it's NULL.
5508
5509 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
5510
5511         * http.c (gethttp): Initialize SSL only the first time when SSL
5512         URL is downloaded.
5513
5514 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
5515
5516         * cookies.c (cookie_header): Only generate the contents of the
5517         header, not the leading "Cookie: " or the trailing "\r\n".
5518
5519         * http.c (gethttp): When adding headers specified with `--header',
5520         allow them to override the headers generated by Wget.
5521
5522         * init.c (cmd_spec_header): Made opt.user_headers a vector.
5523
5524         * http.c (request_new): New function.  Returns a request structure
5525         which can be modified in various ways, most notably by adding HTTP
5526         headers to the request.
5527         (request_set_header): New function for adding the header to the
5528         request.  If the header is already available, it gets replaced.
5529         (request_send): Construct and send the request.
5530         (gethttp): Use the request_* functions to generate the request.
5531
5532 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5533
5534         * http.c (gethttp): Don't include the Proxy-Authorization header
5535         in the request tunneled through proxy.
5536
5537 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5538
5539         * http.c (gethttp): Use the CONNECT handle to establish SSL
5540         passthrough through non-SSL proxies.
5541
5542 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5543
5544         * init.c: Don't #include netinet/Winsock stuff.
5545
5546 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5547
5548         * http.c: Deleted the old functions header_process,
5549         header_extract_number, header_exists, header_strdup,
5550         http_process_range, http_process_none, http_process_type, and
5551         http_process_connection.
5552
5553         * http.c (response_new): New function.
5554         (response_header_bounds): Ditto.
5555         (response_header_copy): Ditto.
5556         (response_header_strdup): Ditto.
5557         (response_status): Ditto.
5558         (gethttp): Use the new response_* functions to parse the response.
5559         Support HTTP/0.9 responses.
5560
5561 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
5562
5563         * progress.c (create_image): Don't calculate ETA if nothing has
5564         been downloaded yet, because it causes division by zero.
5565
5566 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
5567
5568         * connect.c (bind_local): Rename sa_len to addrlen because IRIX
5569         headers define sa_len as a macro.
5570
5571 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5572
5573         * html-parse.c (convert_and_copy): Remove embedded newlines when
5574         AP_TRIM_BLANKS is specified.
5575
5576 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5577
5578         * ftp.c: Set con->csock to -1 where rbuf_uninitialize was
5579         previously used.
5580
5581 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5582
5583         * Makefile.in (http$o): Added the trailing backslash that was
5584         missing.
5585
5586 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
5587
5588         * headers.c: Removed.  The file is no longer relevant, now that no
5589         special handling of headers is done by the rbuf code.  Moved
5590         portions to http.c.
5591
5592 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
5593
5594         * rbuf.c: Removed.
5595
5596         * ftp-basic.c (ftp_response): Use fd_read_line.  No longer use
5597         struct rbuf.  Updated all callers.
5598
5599         * http.c (gethttp): Use fd_read_head to read all the headers in
5600         one go.
5601         (next_header): New function.
5602
5603         * retr.c (fd_read_line): New function: reads a line from FD,
5604         leaving the rest of the data unread.
5605         (fd_read_head): New function.
5606
5607         * connect.c (fd_peek): New function, implements peeking.
5608         (poll_internal): New function.
5609         (fd_read): Use it.
5610         (fd_write): Ditto.
5611         (fd_peek): Ditto.
5612         (fd_register_transport): Allow registering a "peeker" callback.
5613
5614 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
5615
5616         * connect.c: Renamed xread/xwrite/xclose to
5617         fd_read/fd_write/fd_close.  The "x" prefix is not appropriate
5618         because the semantics have diverged from read/write/close too
5619         significantly.  Updated all callers.
5620
5621 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
5622
5623         * connect.c (sock_write): It's not necessary to initialize RES.
5624
5625 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
5626
5627         * main.c (main): Don't reference opt.ipv4_only and opt.ipv6_only
5628         if IPv6 is disabled.
5629
5630 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
5631
5632         * connect.c (socket_has_inet6): Only compile it if IPv6 is enabled
5633         and AI_ADDRCONFIG is missing.
5634
5635 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
5636
5637         * gen_sslfunc.c (ssl_init_prng): Warn the user when using a weak
5638         random seed.
5639
5640 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
5641
5642         * host.c (address_list_contains): Renamed address_list_find to
5643         address_list_contains because its result is boolean.
5644
5645 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
5646
5647         * connect.c (select_fd): Return 1 if select is not available.
5648
5649 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
5650
5651         * connect.c (connect_to_host): Don't reference address list after
5652         releasing it.
5653
5654 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
5655
5656         * main.c (print_help): Fix alignment of FTP options output.
5657
5658 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
5659
5660         * host.c (lookup_host): Check for the ability to create IPv6
5661         sockets here.
5662
5663         * init.c (defaults): Don't auto-set --inet4-only on IPv6-less
5664         systems.
5665
5666 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5667
5668         * main.c (print_help): Fix typo in `-O' help message.  Fix docs of
5669         -Y/--proxy.  Fix docs of `--cookies' and `--glob'.  Improve docs
5670         of --convert-links.  Fix docs of SSL options.
5671
5672 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5673
5674         * ftp-basic.c: Don't include <arpa/inet.h> and others because
5675         they're no longer needed.
5676
5677 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5678
5679         * main.c (main): Don't allow setting of both opt.ipv4_only and
5680         opt.ipv6_only.
5681
5682         * init.c (defaults): Mark opt.ipv4_only specially when set
5683         automatically.
5684
5685 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
5686
5687         * host.c (lookup_host): Use AI_ADDRCONFIG only if the family is
5688         unspecified.  This ensures that specifying `--no-inet4' on systems
5689         where IPv6 resolves, but doesn't work behaves the same regardless
5690         of the availability of AI_ADDRCONFIG.
5691
5692 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
5693
5694         * host.c: Don't refer to the now-removed function
5695         forget_host_lookup in the documentation of lookup_host.
5696
5697 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
5698
5699         * http.c (persistent_available_p): Correctly specify the endpoint
5700         argument to socket_ip_address.
5701         (gethttp): When printing the "reusing connection to..." message,
5702         specify the host name of the reused connection, not the current
5703         host name.  That makes more sense because it provides a useful
5704         piece of information -- we know to which host we're supposed to
5705         connect anyway!
5706
5707 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
5708
5709         * init.c: Make sure the options are in alphabetic order!
5710
5711         * host.c (lookup_host): Merge lookup_host_passive and lookup_host
5712         after all -- having both would result in some code duplication.
5713         (lookup_host): Set hints.ai_family to AF_INET if ipv4_only is
5714         requested.  Likewise, set it to AF_INET6 for ipv6_only.  Specify
5715         AI_ADDRCONFIG where available.
5716         (lookup_host): New flag LH_REFRESH that specifies that a cached
5717         entry for HOST should be refreshed.
5718         (cache_query): New function.
5719         (cache_store): Ditto.
5720         (cache_remove): Ditto.
5721         (forget_host_lookup): No longer necessary, replaced with static
5722         function cache_remove.
5723
5724 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5725
5726         * main.c: Enable -4 and -6 only if IPv6 is enabled.
5727
5728 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5729
5730         * connect.c (register_transport): Renamed from register_extended.
5731         Explain the intended usage.
5732
5733 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5734
5735         * url.c (uri_merge): Merging "foo" and "bar" should result in
5736         "bar", not in "foo/bar".
5737         (path_simplify): Don't remove empty path elements; don't
5738         special-case leading slash.
5739         (path_simplify): Don't swallow ".."'s at the beginning of string.
5740         E.g. simplify "foo/../../bar" as "../bar", not as "bar".
5741         (append_uri_pathel): Defang ".." path element upon encountering
5742         it.
5743
5744 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5745
5746         * http.c (persistent_available_p): Don't attempt to talk to two
5747         different SSL sites over the same secure connection.
5748
5749 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5750
5751         * http.c (gethttp): Ditto.
5752
5753         * ftp.c (getftp): Use retryable_socket_connect_error instead of
5754         CONNECT_ERROR.
5755
5756         * wget.h (CONNECT_ERROR): Removed.
5757
5758         * connect.c (retryable_socket_connect_error): New function instead
5759         of unsupported_socket_family_error.
5760
5761 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5762
5763         * wget.h (CONNECT_ERROR): Use it.
5764
5765         * connect.c (unsupported_socket_family_error): New function.
5766
5767 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5768
5769         * connect.c (bind_local): Renamed bindport to bind_local; return
5770         the socket directly.  Updated callers.
5771         (accept_connection): Renamed acceptport to accept_connection;
5772         return the created socket directly.  Updated callers.
5773
5774 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5775
5776         * init.c (defaults): Turn on opt.ipv4_only if we're compiling with
5777         IPv6, and AI_ADDRINFO is not available, and AF_INET6 sockets can't
5778         be created.
5779
5780 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5781
5782         * host.c (lookup_host): Document the fact that the addresses are
5783         returned in order.
5784
5785 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
5786
5787         * utils.c: Use limits.h only where available.
5788
5789         * hash.c: Use INVALID_PTR and INVALID_PTR_BYTE.  Include limits.h.
5790
5791 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
5792
5793         * main.c: Added options --inet4-only and --inet6-only.
5794
5795 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
5796
5797         * host.c (host_errstr): Use the more standard message "Unknown
5798         host".
5799
5800 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
5801
5802         * connect.c (connect_to_host): Use that flag to decide whether to
5803         re-resolve the host name.
5804
5805         * host.c (struct address_list): Added a flag that maintains
5806         whether the connection worked at some point.
5807
5808 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
5809
5810         * host.c (lookup_host): Special-case the numeric addresses only in
5811         the non-IPv6 case.
5812
5813 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
5814
5815         * connect.c (resolve_bind_address): Call lookup_host_passive.
5816         Make sure that opt.bind_address is resolved only once.
5817
5818         * host.c (lookup_host_passive): New function, handles "passive"
5819         lookups.
5820         (lookup_host): Remove the passive flags.  Remove the
5821         family-related flags -- use ip_default_family instead.
5822
5823 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
5824
5825         * html-url.c: Get URLs from <object data="...">.
5826
5827 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
5828
5829         * main.c (option_data): Specify the command to use for --mirror.
5830
5831 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5832
5833         * cookies.c (cookie_handle_set_cookie): Specify exact match for
5834         unspecified domains.
5835
5836 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5837
5838         * main.c (main): Removed one-letter options `-C', `-g', `-G', and
5839         `-s'.
5840
5841 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5842
5843         * main.c (main): Add --dont-remove-listing for backward
5844         compatibility with previous versions.
5845         (print_help): Fix typo, spotted by Dennis Smit.
5846
5847 2003-11-08  Gisle Vanem  <giva@bgnett.no>
5848
5849         * ftp-basic.c: Support Windows-2000 ftp servers. Win-2000 *is*
5850         Win-NT 5.0 so calling it ST_WINNT is okay I guess.
5851
5852 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5853
5854         * progress.c (update_speed_ring): Clear the speed ring when the
5855         download stalls.
5856
5857         * retr.c (get_contents): Specify 0.95s read timeout, so that the
5858         progress gauge can be updated even when data arrives very slowly
5859         or stalls.
5860
5861 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5862
5863         * utils.c (wtimer_allocate): Bless the use of wtimer_read on a
5864         timer that has merely been allocated because get_contents() does
5865         that.
5866         (wtimer_update): Abort if the timer is not initialized.
5867
5868 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5869
5870         * retr.c (get_contents): Pass the timer to limit_bandwidth().
5871
5872         * utils.c (wtimer_update): New function instead of wget_elapsed;
5873         just update the timer, but don't return anything.
5874         (wtimer_read): Read and return the last known value of the timer.
5875
5876 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5877
5878         * http.c (persistent_available_p): Instead of matching all the
5879         addresses of HOST and last host, determine the peer's IP address
5880         with socket_ip_address and see if that address is one of those
5881         HOST resolves to.
5882
5883         * host.c (address_list_match_all): Removed.
5884         (address_list_find): New function, finds an IP address in the
5885         address list.
5886
5887         * ftp.c (ftp_do_pasv): Get the peer's address here, and pass it to
5888         ftp_epsv so it doesn't need to call getpeername.
5889
5890         * ftp-basic.c (ftp_port): Use socket_ip_address instead of
5891         getpeername.
5892         (ftp_lprt): Ditto.
5893
5894         * connect.c (socket_ip_address): Replaces conaddr, generalized to
5895         either get peer's or local address.
5896         (sockaddr_get_data): Made local to this file.
5897
5898 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5899
5900         * hash.c (HASH_POSITION): Explicitly accept the hash function.
5901         (grow_hash_table): Extract ht->hash_function outside the loop.
5902         (hash_table_remove): Ditto.
5903         (hash_table_clear): Fill entries with 0xff to clear them.
5904         (hash_table_remove): Mark entries as deleted with the correct
5905         marker.
5906
5907 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5908
5909         * http.c (persistent_available_p): No reason for the host lookup
5910         to be silent -- it's a lookup like any other.
5911
5912 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5913
5914         * connect.c (register_extended): Check that fd >= 0.
5915
5916 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
5917
5918         * connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
5919
5920 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
5921
5922         * hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
5923         the field is empty.  This allows NULL pointer and 0 value to be
5924         used as keys, which is necessary for the connect.c code to work
5925         when fd==0.
5926         (hash_table_new): Fill mappings with 0xff.
5927         (grow_hash_table): Ditto.
5928
5929 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
5930
5931         * url.c (url_parse): Allow empty ports.
5932
5933 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
5934
5935         * main.c (print_help): Break the help string into multiple chunks.
5936         (cmdline_option): New option handler OPT_FUNCALL.  Generalized
5937         HANDLE_CMD to generic DATA.
5938         (option_data): Use the new OPT_FUNCALL feature.
5939
5940 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5941
5942         * log.h: Declare log_init, log_close, and
5943         log_request_redirect_output here.
5944
5945 2003-11-05  Dennis Smit  <ds@nerds-incorporated.org>
5946
5947         * main.c: (main): added --preserve-permissions option.
5948
5949         * ftp.c (ftp_retrieve_list): added support for
5950         --preserve-permissions option.
5951
5952         * init.c: added support for --preserve-permission option.
5953
5954         * option.h: added support for --preserve-permission option.
5955
5956 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5957
5958         * main.c (init_switches): New function.  Convert option_data to
5959         long_options and short_options, which can be fed to getopt_long.
5960         (main): Execute command-line options by consulting option_data.
5961
5962 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5963
5964         * gen_sslfunc.c (ssl_read): Implement a more correct check for
5965         EINTR.
5966         (ssl_write): Ditto.
5967         (init_ssl): Use a global SSL context.
5968
5969 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5970
5971         * connect.c (xclose): Free INFO even if it doesn't provide a
5972         closer.
5973
5974 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5975
5976         * connect.c: Updated all callers of
5977         iread/ssl_iread/iwrite/ssl_iwrite to use xread and xwrite instead.
5978
5979         * rbuf.h (struct rbuf): Removed the SSL member because SSL is
5980         handled automatically by xread.
5981
5982         * hash.c (ptrhash): Made private.
5983         (ptrcmp): Ditto.
5984         (inthash): Removed.
5985
5986         * connect.c (select_fd): Don't set errno, leave it to the caller.
5987
5988         * gen_sslfunc.c (connect_ssl): Use register_extended to register
5989         SSL callbacks for communication with SSL-enabled endpoints.
5990         (ssl_read): New function.
5991         (ssl_write): Ditto.
5992         (ssl_poll): Ditto.
5993         (ssl_close): Ditto.
5994
5995         * connect.c (register_extended): New function -- register
5996         callbacks for basic socket operations.
5997         (xread): Ditto.
5998         (xwrite): Ditto.
5999         (xclose): Ditto.
6000         (sock_read): New function, default implementation for reading.
6001         (sock_write): Ditto for writing.
6002         (sock_poll): Ditto for polling.
6003         (sock_close): Ditto for closing.
6004
6005 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
6006
6007         * connect.c (bindport): Fix compilation under pre-C99 compilers.
6008
6009 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
6010
6011         * connect.c (connect_to_ip): More compact error checking.
6012         (bindport): Don't treat failed setsockopt as a fatal error.
6013
6014 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
6015
6016         * connect.c (resolve_bind_address): Use a more accurate error
6017         message -- we're not binding to ANY, we're disabling bind
6018         altogether.
6019
6020 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
6021
6022         * cookies.c (save_cookies_mapper): Respect the setting of
6023         keep-session-cookies.
6024         (cookie_jar_load): Import session cookies.
6025         Based on code submitted by Nicolas Schodet.
6026
6027         * utils.c (datetime_str): Use information in TM when it's
6028         non-NULL.
6029
6030         * main.c (main): New option `--keep-session-cookies'.
6031
6032 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
6033
6034         * Makefile.in (realclean): Delete config.h.in.
6035
6036 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
6037
6038         * config-post.h: New file, included from now autogenerated
6039         config.h.in.
6040
6041 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
6042
6043         * progress.c (progress_handle_sigwinch): Don't call
6044         determine_screen_width() from the signal handler.  Instead, just
6045         set a volatile variable.
6046         (bar_create): Check whether SIGWINCH was received.
6047         (bar_update): Ditto.
6048
6049         * sysdep.h: Define SYSTEM_FNMATCH only if HAVE_FNMATCH_H is true.
6050
6051 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6052
6053         * utils.c (xsleep): New function.  Uses nanosleep where available,
6054         resuming sleeps interrupted by signals.  Updated callers of sleep
6055         and usleep to use xsleep.
6056
6057 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6058
6059         * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
6060         declaration of SEED.
6061
6062 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6063
6064         * log.c (logvprintf): Documented better.  Renamed to
6065         log_vprintf_internal to avoid confusion with the public API
6066         functions logprintf and logputs.
6067
6068 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6069
6070         * wget.h (N_): Don't parenthesize argument.
6071
6072 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6073
6074         * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
6075         because that doesn't work on machines that define it as bitfield.
6076
6077 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6078
6079         * connect.c (select_fd): Generalize the third argument into WAIT,
6080         so that the caller can request waiting for both read and write.
6081         Updated callers.
6082
6083 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6084
6085         * html-url.c (cleanup_html_url): Destroy the hash tables, don't
6086         just call free on them.
6087         (init_interesting): Use hash_table_put instead of string_set_add
6088         because we don't need the strdup that the latter function
6089         performs.
6090
6091         * init.c (cleanup): Don't pass NULL to cookie_jar_delete.
6092
6093         * xmalloc.c (xfree_real): Abort when passed a NULL pointer.
6094         (xfree_debug): Print at the file and line of the offending call to
6095         free.
6096
6097 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6098
6099         * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE
6100         define to log.h.  Moved the INFINITE_RECURSION define to recur.h.
6101
6102         * xmalloc.h: Renamed FREE_MAYBE to xfree_null and moved the
6103         definition from wget.h to xmalloc.h.
6104
6105 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6106
6107         * html-parse.c (decode_entity): New function; split the decoding
6108         of entities here.
6109         (convert_and_copy): Use it to decode entities.
6110         (decode_entity): Handle the &apos entity.
6111         (decode_entity): Don't decode Latin 1 numeric entities.  Don't
6112         decode &#0.
6113
6114 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6115
6116         * ftp-opie.c (calculate_skey_response): Use uint32_t instead of
6117         `unsigned long' for the cheksum array.  Document the function.
6118
6119 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6120
6121         * connect.c (acceptport): Don't call select_fd when timeout is not
6122         requested.
6123
6124 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6125
6126         * host.c: Removed the ip_default_family global variable.
6127
6128         * host.c (lookup_host): Document the function.  Fixed declaration
6129         of VEC.
6130
6131 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6132
6133         * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array
6134         in various places.
6135
6136 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6137
6138         * wget.h: Move declarations of malloc and logging code to
6139         xmalloc.h and log.h respectively to unclutter this file.
6140         (STRDUP_ALLOCA): Made it side-effect free.
6141
6142         * xmalloc.h: New files.  Define macros xnew, xnew0, xnew_array,
6143         and xnew0_array.
6144
6145         * xmalloc.c: New file.  Move the xmalloc routines here.
6146
6147 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6148
6149         * connect.c (sockaddr_set_data): Remove the broken code that
6150         checked for NULL address.
6151
6152 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6153
6154         * host.c (address_list_from_single): Removed.
6155         (address_list_from_ipv4_addresses): Renamed from
6156         address_list_from_vector.
6157
6158 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6159
6160         * sysdep.h (CLOSE): Don't call close on file descriptors less than
6161         0, i.e. on uncreated sockets.
6162
6163         * connect.c (resolve_bind_address): Work on struct sockaddr
6164         directly.
6165         (connect_to_host): Replacement for connect_to_many.  Resolve HOST
6166         and connect to any of its addresses.  If we can't connect and the
6167         host name lookup was cached, try to resolve it again.  This should
6168         fix problems with hosts behind dynamic DNS.  Updated all callers.
6169         (connect_to_ip): Replacement for connect_to_one.  Removed SILENT;
6170         added the argument PRINT instead.  Updated all callers.
6171         (set_connection_host_name): Removed.
6172
6173         * host.c (address_list_address_at): New function instead of
6174         address_list_copy_one. It returns a pointer to ip_address *, so
6175         it's not necessary to copy the data.
6176         (address_list_cached_p): New function.
6177         (forget_host_lookup): Ditto.
6178
6179         * connect.c: Got rid of the MSOCK global variable.  Made bindport
6180         return the local socket it creates.  Added a new argument to
6181         acceptport, the socket to call accept on.  Updated callers.
6182         (closeport): Removed.
6183
6184         * connect.c: Moved the sockaddr code from host.c to this file,
6185         because most of that stuff is used for connecting, and has nothing
6186         to do with host names anyway.
6187         (sockaddr_set_data, sockaddr_get_data): New functions, replace the
6188         old sockaddr_set_address, sockaddr_set_port, sockaddr_get_address,
6189         and sockaddr_get_port.
6190
6191 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6192
6193         * sysdep.h: Use `S >= 8' rather than `S == 8' when looking for
6194         large integers.
6195
6196 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6197
6198         * url.c (append_uri_pathel): New argument ESCAPED_P that says
6199         whether [B, E) is to be treated as URL-escaped or not.  If
6200         ESCAPED_P is false, don't unescape the region.
6201         (url_file_name): u->file is not URL-escaped.
6202
6203 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6204
6205         * retr.c (retrieve_from_file): Use retrieve_tree for
6206         page-requisites.
6207
6208         * main.c (main): Don't define opt.recursive when -p is used.
6209         Instead, make sure that recursion is used for HTTP in that case.
6210
6211 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
6212
6213         * host.h: Defined accessors for elements of ip_address.  Updated
6214         all callers.
6215         (address_list_match_all): Use memcmp in the non-IPv6 case.
6216
6217         * wget.h (CONNECT_ERROR): Don't retry connecting if connect()
6218         returned EAFNOSUPPORT.
6219
6220 2003-10-27  Mauro Tortonesi <mauro@deepspace6.net>
6221
6222         * connect.h: changed bindport prototype and added the related
6223         BIND_ON_IPV4_ONLY and BIND_ON_IPV6_ONLY flags.
6224
6225         * connect.c: changed bindport and resolve_bind_address to allow
6226         protocol-version specific DNS resolution. modified conaddr,
6227         acceptport and connect_to_one to make use of struct
6228         sockaddr_storage and of the new ip_address structure.
6229
6230         * ftp-basic.c: added LPRT/LPSV (RFC1639) support, refactored
6231         PORT/PASV (RFC959) and EPRT/EPSV (RFC2428) support code.
6232
6233         * ftp.c: added the ftp_do_port and ftp_do_pasv functions to
6234         handle FTP over IPv6.
6235
6236         * ftp.h: changed prototype of ftp_epsv and added prototypes for
6237         ftp_lpsv, ftp_lprt and ftp_eprt.
6238
6239         * host.c: renamed the
6240         wget_sockaddr_set_address and wget_sockaddr_get_addr, and
6241         wget_sockaddr_{s,g}et_port couples to sockaddr_{s,g}et_address and
6242         sockaddr_{g,s}et_port respectively.  changed
6243         address_list_match_all, address_list_from_addrinfo sockaddr_len,
6244         pretty_print_address, lookup_host, sockaddr_{s,g}et_address and
6245         sockaddr_{g,s}et_port to make use of struct sockaddr_storage and
6246         of the new ip_address structure.  removed map_ipv4_to_ip and
6247         map_ip_to_ipv4.
6248
6249         * host.h: redefined structure ip_address and removed structure
6250         wget_sockaddr.
6251
6252 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
6253
6254         * sysdep.h: Include inttypes.h where available.
6255
6256         * host.c: Switch from u_int32_t to uint32_t.
6257
6258 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
6259
6260         * netrc.c (parse_netrc): Reset the QUOTE flag after the closing
6261         quote.
6262
6263 2003-10-25  Hrvoje Niksic  <hniksic@xemacs.org>
6264
6265         * url.c (is_valid_ipv6_address): Reformat to GNU coding style.
6266         Use enums for NS_IN* constants.  Use ISXDIGIT.
6267
6268         * convert.c (construct_relative): Document better how the function
6269         works.
6270
6271 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6272
6273         * config.h.in: Deploy preprocessor magic to avoid Ultrix's
6274         <netdb.h> include <bitypes.h> which defines its own u_int32_t.
6275         Reported by Bernhard Simon.
6276
6277 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6278
6279         * version.c: Bump version.
6280
6281 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6282
6283         * url.c: Ditto.
6284
6285         * html-parse.c (advance_declaration): Don't use trailing comma in
6286         enum because older compilers don't support it.
6287
6288         * utils.c: Don't redefine HAVE_SIGSETJMP.
6289
6290 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6291
6292         * convert.c (construct_relative): Don't handle absolute files
6293         specially -- for example, -P/tmp/foo shouldn't imply that
6294         converted files must refer to "/tmp/foo/..."!
6295
6296 2003-10-15  Hrvoje Niksic  <hniksic@xemacs.org>
6297
6298         * http.c: Consider status 307 a valid redirect.
6299
6300 2003-10-15  Philip Stadermann  <philip.stadermann@credativ.de>
6301
6302         * ftp.c (ftp_retrieve_glob): Correctly loop through the list whose
6303         elements might have been deleted.
6304
6305 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
6306
6307         * html-url.c (tag_handle_meta): Set the Refresh link to expect
6308         HTML.
6309         (append_one_url): Renamed to append_url.
6310
6311 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
6312
6313         * sysdep.h: Only define u_int32_t.
6314
6315 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6316
6317         * utils.c (large_int_to_string): Use snprintf() to print the
6318         number.  This will work even on systems where libc doesn't
6319         understand %lld, but the compiler does, because it will use our
6320         snprintf replacement.
6321
6322         * init.c (parse_bytes_helper): New function.
6323         (cmd_bytes): Use it to parse bytes, but cast the result to long.
6324         (cmd_bytes_large): Ditto, but store the result to LARGE_INT.  Used
6325         for --quota so that --quota=10G works even on machines without
6326         long long.
6327
6328         * options.h (struct options): Declare quota as LARGE_INT.
6329
6330         * retr.c (downloaded_exceeds_quota): Removed.
6331         (downloaded_increase): Ditto.
6332         (total_downloaded_bytes): New variable, replaces opt.downloaded,
6333         which was the wrong place for it anyway.  Updated callers of
6334         downloaded_exceeds_quota and downloaded_increase to check this
6335         variable directly.
6336
6337         * sysdep.h: Get rid of VERY_LONG_TYPE.  Use LARGE_INT for the same
6338         purpose, defined as `long', `long long' or `double', depending on
6339         size of long and whether long long is available.
6340
6341 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6342
6343         * sysdep.h: Also check size of short for int32_t.
6344
6345 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6346
6347         * host.c (lookup_host): Use u_int32_t to store the result of
6348         inet_addr().  That removes the need for offset fiddling, caring
6349         about endian-ness, etc.
6350
6351         * sysdep.h: Define int32_t and u_int32_t if not available.
6352
6353 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6354
6355         * ftp-basic.c (ftp_epsv): Use socklen_t * as the third argument to
6356         getpeername.
6357
6358         * config.h.in: Define socklen_t stub.
6359
6360         * host.c (sockaddr_len): Return socklen_t.
6361
6362         * connect.c (conaddr): Use socklen_t as the third argument to
6363         accept, getsockname, and connect.
6364
6365 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6366
6367         * recur.c (retrieve_tree): Don't descend into documents that are
6368         not expected to contain HTML, regardless of their content-type.
6369
6370         * html-url.c (tag_url_attributes): Record which attributes are
6371         supposed to yield HTML links that can be followed.
6372         (tag_find_urls): Propagate that information to the caller through
6373         struct urlpos.
6374
6375 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6376
6377         * hash.c (find_mapping): Return the next available mapping when
6378         the key is not found, not NULL.
6379         (hash_table_put): Use find_mapping to find the storage for the new
6380         data.
6381         (hash_table_put): Grow the table before exceeding maximum
6382         fullness, not afterwards.
6383
6384 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6385
6386         * hash.c (hash_table_new): Slightly change the meaning of the
6387         first parameter.  Instead of being the minimum initial size, it is
6388         now the minimum number of items that the hash table can take
6389         without needing to resize.
6390
6391 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
6392
6393         * html-url.c (init_interesting): Initialize interesting_tags and
6394         interesting_attributes as hash tables.  This simplifies the code
6395         immensely because hash tables handle allocation and remove
6396         duplicates automatically.
6397         (find_tag): Removed.
6398         (collect_tags_mapper): Instead of calling find_tag, simply get the
6399         entry from interesting_tags hash table, which is both simpler and
6400         faster.
6401
6402 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
6403
6404         * hash.c (hash_table_get): Declare hash-table argument as const.
6405         (find_mapping): Ditto.
6406         (hash_table_get_pair): Ditto.
6407         (hash_table_contains): Ditto.
6408         (hash_table_count): Ditto.
6409
6410 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6411
6412         * html-url.c (get_urls_html): Parse the appropriate flags to
6413         html-parse.c.
6414
6415         * html-parse.c (map_html_tags): Accept FLAGS from the caller
6416         instead of examining OPT.
6417
6418 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6419
6420         * html-url.c (find_tag): Switch to binary search.
6421
6422 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6423
6424         * main.c (print_help): Fix typo; stured -> stored.
6425
6426 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6427
6428         * getopt.c: Add definitions of getopt_long and getopt_long_only.
6429
6430 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6431
6432         * config.h.in: Renamed DEBUG to ENABLE_DEBUG.  ENABLE_DEBUG is, I
6433         think, a better name, because it implies that debugging output is
6434         merely possible, not "on by default", as might be construed from
6435         just DEBUG.
6436
6437 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6438
6439         * ftp.c (has_insecure_name_p): Define it here.
6440
6441         * utils.c (has_wildcards_p): Define it here.
6442
6443         * sysdep.h: Declare fnmatch-related macros here, if not using
6444         system fnmatch().  Update .c files to not declare fnmatch.h
6445         directly.
6446
6447         * cmpt.c (fnmatch): Moved here.  Use it only under non-GNU libc.
6448
6449 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6450
6451         * getopt.c: Newer version, imported from Free libit.
6452
6453 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
6454
6455         * cookies.c (struct cookie): Remove unused backpointer to cookie
6456         jar.
6457
6458 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
6459
6460         * cmpt.c (memmove): Comment out, since it's no longer used.
6461
6462         * cookies.c (cookie_jar_generate_cookie_header): Allocate room for
6463         chains in one pass.
6464         (find_chains_of_host): Assume that the caller has allocated DEST
6465         to be sufficiently large to take all the data.
6466         (eliminate_dups): Run through the array and eliminate dups on the
6467         fly instead of using memmove.
6468         (cookie_jar_process_set_cookie): Free cookie->domain before
6469         re-setting it.
6470
6471 2003-10-05  Gisle Vanem  <giva@bgnett.no>
6472
6473         * mswindows.c (set_sleep_mode): Fix type of
6474         _SetThreadExecutionState.
6475
6476 2003-10-05  Hrvoje Niksic  <hniksic@xemacs.org>
6477
6478         * utils.c (file_size): Return -1 if fopen() returns NULL.  Prior
6479         to this patch, wget --post-file=nosuchfile dumped core.
6480
6481 2003-10-04  Gisle Vanem  <giva@bgnett.no>
6482
6483         * mswindows.c (run_with_timeout): Use WaitForSingleObject to wait
6484         for thread termination.
6485
6486 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
6487
6488         * log.c: Use `...' in function definitions; ansi2knr will convert
6489         them to va_dcl.  This allowed removal of the ugly VA_START_1 and
6490         VA_START_2 macros.
6491
6492 2003-10-03  Gisle Vanem  <giva@bgnett.no>
6493
6494         * connect.c: And don't include them here.
6495
6496         * mswindows.h: Include winsock headers here.
6497
6498 2003-10-03  Hrvoje Niksic  <hniksic@xemacs.org>
6499
6500         * html-parse.c (convert_and_copy): Move variable declarations
6501         before statements.
6502
6503 2003-10-02  Gisle Vanem  <giva@bgnett.no>
6504
6505         * mswindows.c (run_with_timeout): For Windows: Run the 'fun' in a
6506         thread via a helper function. Continually query the thread's
6507         exit-code until finished or timed out.
6508
6509 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6510
6511         * wget.h (XMALLOC_ARRAY): Removed.
6512         (ALLOCA_ARRAY): Ditto.
6513
6514         * html-parse.c: Renamed alloca_p to resized.
6515         (GROW_ARRAY): Renamed DO_REALLOC_FROM_ALLOCA to GROW_ARRAY and
6516         returned it to html-parse.c, since nothing else was using it.
6517
6518 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6519
6520         * retr.c (retrieve_url): Initialize DUMMY storage for DT.  Caught
6521         by valgrind.
6522
6523 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6524
6525         * html-parse.c (convert_and_copy): Handle numeric entities in
6526         hexadecimal, &#xHH.
6527         (convert_and_copy): Copy the contents directly to the pool without
6528         a stack-allocated intermediary.
6529
6530 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6531
6532         * utils.c (alarm_set): New function; use either setitimer or alarm
6533         to set up the alarm.
6534         (alarm_cancel): New function; cancel the alarm set up by
6535         alarm_set.
6536         (run_with_timeout): Use them.
6537
6538 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
6539
6540         * url.c (url_parse): Don't leak memory when a reencoded URL turns
6541         out to be invalid.
6542
6543         * url.c (parse_errors): Mark error messages for translation.
6544         (url_error): Translate error messages returned to the caller.
6545
6546 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
6547
6548         * ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up
6549         the compiler.
6550
6551 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6552
6553         * src/mswindows.c: Added ws_percenttitle() showing progress in the
6554         window titlebar. Called from retr.c. Secured ws_mypath().
6555
6556         * windows/config.h.ms: alloca() prototype not needed.  Removed
6557         "#undef ENABLE_NLS"; should be in Makefile IMHO. Moved
6558         WGET_USE_STDARG from mswindows.h to config.ms.h because of #ifdef
6559         in log.c. (MSVC's vararg.h and stdarg.h are incompatible).
6560
6561 2003-09-29  Aaron Hawley <Aaron.Hawley@uvm.edu>
6562
6563         * ftp.c (getftp): --spider option should now work with FTP
6564         downloads.
6565         (ftp_loop_internal): quiet reports and calculations of downloads
6566         when --spider option set, nor try deleting when --delete-after
6567         also set.
6568         (ftp_loop): --spider will skip HTML-ification of .listing file.
6569
6570 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6571
6572         * mswindows.c (read_registry): Removed.
6573         (set_sleep_mode): New function.
6574         (windows_main_junk): Call it.
6575
6576 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6577
6578         * mswindows.c (read_registry): Fix invocation of registry
6579         functions.
6580
6581         * mswindows.c (read_registry): Condition definitions of sleep and
6582         usleep with not HAVE_SLEEP and HAVE_USLEEP respectively.  Define
6583         HAVE_SLEEP and HAVE_USLEEP under __DMC__.
6584
6585 2003-09-24  Hrvoje Niksic  <hniksic@xemacs.org>
6586
6587         * url.c (url_escape_1): Revert unintentional change to lowercase
6588         xdigit escapes.
6589         (url_escape_dir): Document that this function depends on the
6590         output of url_escape_1.
6591
6592 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
6593
6594         * progress.c (create_image): Print the current ETA if we're done
6595         with the download.
6596         (create_image): Change '-' display char to '+' in the progress bar.
6597
6598         * Makefile.in (clean): Remove .libs.
6599
6600 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
6601
6602         * cookies.c (struct cookie): New flag domain_exact.
6603         (update_cookie_field): Skip leading dot in domain.
6604         (find_matching_chains): Match numeric addresses exactly; don't
6605         needlessly copy HOST to the stack.
6606         (matching_cookie): Added argument HOST.  If cookie->domain_exact
6607         is set, check that HOST is equal to cookie->domain.
6608         (cookie_jar_load): Only use TAB as delimiter.  Document the
6609         meaning of DOMAIN-FLAG.  Skip leading dot in domain.
6610         (cookie_jar_load): Don't ignore DOMAIN-FLAG -- instead, set
6611         domain_exact to true if DOMAIN-FLAG is false.
6612         (save_cookies_mapper): If domain_exact is false, prepend the
6613         domain with dot, like Mozilla does.
6614
6615 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
6616
6617         * progress.c (create_image): Print the initial part of the
6618         download with '-' characters, analogous to how dot progress prints
6619         the initial part with ','.
6620
6621         * hash.c (ptrhash): New function.
6622         (ptrcmp): Ditto.
6623         (hash_table_new): Default to identity hash table.
6624
6625 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
6626
6627         * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
6628         broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
6629         to unsigned short instead.
6630
6631 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
6632
6633         * url.c (path_simplify): Instead of calls to memmove, handle "./"
6634         and "../" by advancing pointers.
6635
6636 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
6637
6638         * retr.c (getproxy): Moved from url.c.
6639
6640         * convert.c: Split off link conversion from url.c into separate
6641         file.  Also included the book-keeping stuff from recur.c.
6642
6643 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6644
6645         * init.c: Improved documentation of functions.
6646         (cmd_boolean): Attempt to make code that tries to avoid calling
6647         strcmp for "speed" a bit more readable.
6648
6649         * init.c (simple_atof): Report error on encountering non-digit,
6650         non-"." character.
6651         (simple_atoi): Replacement for myatoi(), calling interface
6652         compatible with simple_atof.  Updated myatoi's callers.
6653
6654 2003-09-21  Bertrand Demiddelaer  <bert@b3rt.org>
6655
6656         * url.c (path_simplify): Would read two bytes past the end of the
6657         string in the "./" case.
6658
6659 2003-09-21  Matthew J. Mellon  <mellon@tymenet.com>
6660
6661         * http.c (gethttp): Recognize content-type "application/xhtml+xml"
6662         as what Wget considers "text/html".
6663
6664 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6665
6666         * connect.c (connect_with_timeout): Made timeout type double.
6667
6668         * options.h (struct options): New members read_timeout,
6669         dns_timeout, and connect_timeout.
6670         Use them.
6671
6672 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6673
6674         * init.c (simple_atof): New function.
6675         (cmd_time): Use it.
6676         (cmd_bytes): Accept things like "1.5k" and such.  Use simple_atof
6677         to parse decimals.
6678
6679         * retr.c (limit_bandwidth): Adjust each sleep by the error of the
6680         previous one.
6681
6682 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6683
6684         * main.c (main): Use setoptval() for setting the options.  Use
6685         run_command for `-e'.
6686
6687         * init.c (parse_line): Rewritten to return COMIND right away.
6688         Changed linkage to static.
6689         (run_wgetrc): Use the available comind when calling setval, so it
6690         doesn't have to be computed twice.
6691         (setval_internal): New function, runs the command's action without
6692         any error checking.
6693         (setoptval): New function, does what setval used to do, but exits
6694         in case of error.
6695         (run_command): New function.
6696
6697 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6698
6699         * connect.c (select_fd): Change MAXTIME's type to double.  Handle
6700         its decimal part.
6701
6702         * retr.c (sleep_between_retrievals): In the random-wait case, use
6703         random_float() to wait between 0 and 2*opt.wait seconds.
6704
6705         * utils.c (run_with_timeout): Accept `double' timeouts.  Correctly
6706         handle timeout values in (0, 1) range.
6707         (random_float): New function.
6708
6709         * options.h (struct options): Change the types of wait, waitretry,
6710         and timeout to double.
6711
6712         * init.c (cmd_time): Accept floating point time.
6713
6714 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
6715
6716         * retr.c (get_contents): Cosmetic fixes.
6717
6718 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
6719
6720         * url.c (uri_merge): Get rid of uri_merge_1.
6721         (uri_merge): Merge "foo//", "bar" as "foo//bar", not "foo///bar",
6722         i.e. don't add an extra slash merely because BASE ends with two
6723         slashes.
6724         (parse_credentials): Renamed from parse_uname.  Rewrittern in
6725         standard [beg, end) calling style.
6726         (url_skip_credentials): Renamed from url_skip_uname.  Made static.
6727         (url_skip_credentials): Include # and ; as terminators.  Old code
6728         would mistakenly consider "http://foo.com#hniksic@iskon.hr" to
6729         contain a username.
6730         (url_skip_scheme): Removed because it was unused.
6731         (url_has_scheme): Require "scheme" to be at least one char long.
6732
6733 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
6734
6735         * url.c (url_file_name): Expect NULL dir_prefix.
6736
6737         * init.c (cmd_file): Use a macro to prevent multiple #ifdef
6738         WINDOWS.
6739         (defaults): Set dir_prefix to NULL by default.
6740
6741 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
6742
6743         * safe-ctype.h (_sch_test): Cast BIT to unsigned char, like latest
6744         gcc does.
6745
6746 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
6747
6748         * wget.h (BOUNDED_TO_ALLOCA): Evaluate PLACE only once.
6749         (ARRAY_SIZE): Renamed to countof.  All callers updated.
6750
6751 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
6752
6753         * main.c (main): New option --strict-comments.
6754
6755         * html-parse.c (find_comment_end): New function: simple BM search
6756         for "-->".
6757         (map_html_tags): Use it if looking at a comment and not in strict
6758         comments mode.
6759
6760 2003-09-17  Aurelien Marchand  <artaxerxes@users.sf.net>
6761
6762         * ftp.h: Added OS400 system in enum
6763         * ftp-basic.c: recognize OS400 systems
6764         * ftp.c: don't prepend the CWD if talking to OS400, since it
6765         breaks the change in library
6766
6767 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
6768
6769         * retr.c (get_contents): Pass the correct argument to ssl_iread.
6770
6771 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
6772
6773         * safe-ctype.h: Don't #define ctype.h macros to errors because
6774         that loses when someone #include's ctype.h after safe-ctype.h.
6775
6776 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
6777
6778         * url.c: Undef U, W, C after use.
6779
6780 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
6781
6782         * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
6783         be augmented by ",nocontrol" which means don't escape the control
6784         characters, but otherwise keep OS settings.
6785
6786         * url.c (file_unsafe_char): Deleted.
6787         (append_uri_pathel): Query filechr_table directly.
6788         (filechr_table): Separated Unix, Windows, and control-unsafe
6789         characters.
6790
6791 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
6792
6793         * url.c (url_escape_1): New function.
6794         (url_escape): Use it.
6795         (sync_path): Handle pathological cases where u->file and u->dir
6796         contain really strange characters.
6797         (ENCODE): Deleted.
6798         (REENCODE): Deleted.
6799
6800 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
6801
6802         * url.c (url_file_name): Don't reallocate FNAME if the file
6803         doesn't exist, as is usually the case.
6804
6805         * utils.c (unique_name): New flag allow_passthrough.
6806
6807 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
6808
6809         * utils.c (wtimer_sys_diff): Convert the time difference to signed
6810         __int64, then to double.  This works around MS VC++ 6 which can't
6811         convert unsigned __int64 to double directly.
6812
6813 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
6814
6815         * Makefile.in (clean): Also remove the core.<number> files
6816         produced by recent Linux systems.
6817
6818 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
6819
6820         * http.c (post_file): Don't pad the file if it's not large
6821         enough.  Bail out instead.
6822
6823 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6824
6825         * retr.c (get_contents): Reduce the buffer size to the amount of
6826         data that may pass through for one second.  This prevents long
6827         sleeps when limiting bandwidth.
6828
6829         * connect.c (connect_to_one): Reduce the socket's RCVBUF when
6830         bandwidth limitation to small values is requested.
6831
6832 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6833
6834         * progress.c (update_speed_ring): Moved the speed ring update to a
6835         separate function and documented it better.
6836
6837         * progress.c: Use `double' for most timers to support granularity
6838         smaller than 1ms.
6839
6840 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6841
6842         * wget.h (XDIGIT_TO_XCHAR): Implement as index into a literal
6843         string.
6844         (XDIGIT_TO_xchar): Ditto.
6845
6846 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6847
6848         * utils.c: Change the type of timer-related functions from long to
6849         double, for better precision.  On machines supporting gettimeofday
6850         the timers now work with granularity of less than one millisecond.
6851
6852 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6853
6854         * cookies.c (parse_set_cookies): Fixed the parser to handle more
6855         edge conditions.
6856         (test_cookies): New function, contains a test suite for
6857         parse_set_cookies.
6858
6859 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6860
6861         * url.c (strpbrk_or_eos): Implement as a macro under Gcc.
6862
6863 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6864
6865         * cookies.c (parse_set_cookies): Allow trailing space in
6866         set-cookies header.  Also, allow any amount of whitespace, not
6867         only one character.  Allow empty set-cookies header without
6868         spewing an error.
6869
6870 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
6871
6872         * url.c (append_uri_pathel): Use opt.restrict_file_names when
6873         calling file_unsafe_char.
6874
6875         * init.c: New command restrict_file_names.
6876
6877         * main.c (main): New option --restrict-file-names[=windows,unix].
6878
6879         * url.c (url_file_name): Renamed from url_filename.
6880         (url_file_name): Add directory and hostdir prefix here, not in
6881         mkstruct.
6882         (append_dir_structure): New function, does part of the work that
6883         used to be in mkstruct.  Iterates over path elements in u->path,
6884         calling append_uri_pathel on each one to append it to the file
6885         name.
6886         (append_uri_pathel): URL-unescape a path element and reencode it
6887         with a different set of rules, more appropriate for handling of
6888         files.
6889         (file_unsafe_char): New function, uses a lookup table to decide
6890         whether a character should be escaped for use in file name.
6891         (append_string): New utility function.
6892         (append_char): Ditto.
6893         (file_unsafe_char): New argument restrict_for_windows, decide
6894         whether Windows file names should be escaped in run-time.
6895
6896         * connect.c: Include <stdlib.h> to get prototype for abort().
6897
6898 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
6899
6900         * utils.c (wtimer_sys_set): Extracted the code that sets the
6901         current time here.
6902         (wtimer_reset): Call it.
6903         (wtimer_sys_diff): Extracted the code that calculates the
6904         difference between two system times here.
6905         (wtimer_elapsed): Call it.
6906         (wtimer_elapsed): Don't return a value smaller than the previous
6907         one, which could previously happen when system time is set back.
6908         Instead, reset start time to current time and note the elapsed
6909         offset for future calculations.  The returned times are now
6910         guaranteed to be monotonically nondecreasing.
6911
6912 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
6913
6914         * host.c (lookup_host): Print the result of the DNS lookup.
6915
6916 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
6917
6918         * init.c (cmd_boolean): Accept yes/no along with on/off.
6919         (cmd_lockable_boolean): Ditto.
6920
6921 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
6922
6923         * init.c: New command dns_cache.
6924
6925         * main.c (main): New option --dns-cache[=off].
6926
6927 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
6928
6929         * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
6930
6931         * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
6932         HAVE_GETADDRINFO for getaddrinfo-related stuff.
6933
6934 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
6935
6936         * url.c (url_parse): Return an error if the URL contains a [...]
6937         IPv6 numeric address and we don't support IPv6.
6938
6939 2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
6940
6941         * url.c (is_valid_ipv6_address): Modified to not require
6942         zero-terminated strings.
6943         (is_valid_ipv4_address): Ditto.
6944
6945 2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
6946
6947         src/url.c: added RFC 2732 compliance for URL parsing. The
6948         functions is_*_address valid are a modified version of
6949         glibc 2.3.2 inet_pton's code.
6950
6951 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
6952
6953         * main.c init.c options.h: Added --retry-connrefused option so
6954         that Connection Refused failures are treated as non-fatal (when
6955         trying to retrieve from busy servers).
6956
6957         * wget.h: New CONNECT_ERROR macro for encapsulating this
6958         modification.
6959
6960         * ftp.c http.c : Use CONNECT_ERROR macro in places where
6961         ECONNREFUSED was checked.
6962
6963 2003-01-11  Ian Abbott  <abbotti@mev.co.uk>
6964
6965         * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined
6966         by calling new function has_insecure_name_p.  This is based on a
6967         patch by Red Hat.
6968
6969         * fnmatch.c (has_insecure_name_p): New function: returns non-zero
6970         if filename starts with `/' or contains `../' and is therefore
6971         considered insecure.
6972
6973         * fnmatch.h: Declare has_insecure_name_p().
6974
6975 2002-08-03  Hrvoje Niksic  <hniksic@xemacs.org>
6976
6977         * init.c (cmd_file): Allocate RESULT correctly.
6978
6979 2002-07-24  Hrvoje Niksic  <hniksic@xemacs.org>
6980
6981         * recur.c (retrieve_tree): Check whether downloaded_html_set is
6982         non-NULL before using it.
6983
6984 2002-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6985
6986         * html-parse.c (NAME_CHAR_P): Allow almost any character here.
6987
6988 2002-05-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6989
6990         * progress.c (bar_set_params): Fall back to dot progress if the
6991         terminal type is "emacs".
6992
6993 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6994
6995         * log.c: Don't #undef WGET_USE_STDARG.
6996
6997 2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
6998
6999         * hash.c (prime_size): Store the offset of the prime number in the
7000         prime table.  When searching, start with the given offset.
7001         (hash_table_new): Pass the pointer to ht->prime_offset to
7002         prime_size.
7003         (grow_hash_table): Ditto.
7004         (prime_size): Make 13 the first prime to make empty hash tables
7005         slightly smaller.
7006
7007 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
7008
7009         * recur.c (download_child_p): Minor optimization to avoid an
7010         unnecessary additional call to schemes_are_similar_p function.
7011
7012 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
7013
7014         * url.c (schemes_are_similar_p): New function to test enumerated
7015         scheme codes for similarity.
7016
7017         * url.h: Declare it.
7018
7019         * recur.c (download_child_p): Use it to compare schemes.  This
7020         also fixes a bug that allows hosts to be spanned (without the
7021         -H option) when the parent scheme is https and the child's is
7022         http or vice versa.
7023
7024 2002-05-14  Bill Richardson  <bill@riverstonenet.com>
7025
7026         * ftp.c (getftp): Don't ftruncate stdout.
7027
7028         * http.c (gethttp): Don't ftruncate stdout.
7029
7030 2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
7031
7032         * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
7033         (get_number): Ditto.
7034         (get_alt_number): Ditto.
7035         (__isleap): New function-like macro used by strptime.
7036         (day_of_the_week): New function used by strptime.
7037         (day_of_the_year): Ditto.
7038         (__mon_yday): Now shared by mktime and strptime implementations.
7039
7040 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7041
7042         * cookies.c (check_domain_match): Use match_tail in case
7043         insensitive mode.
7044
7045         * utils.c (match_tail): Allow the caller to specify case
7046         insensitive mode.
7047
7048         * cookies.c (store_cookie): When expiry_time is 0, print it as
7049         undefined, not indefinite.
7050
7051 2002-05-07  Ian Abbott  <abbotti@mev.co.uk>
7052
7053         * cookies.c (cookie_jar_process_set_cookie): Do not store
7054         discarded cookie.
7055
7056 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
7057
7058         * cookies.c (check_domain_match): Allow cookies to be set for
7059         subdomains of unknown top-level domains under some circumstances.
7060
7061 2002-04-21  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
7062
7063         * gen_ssl.c:
7064         - allow checking of server cert
7065         - allow defining client cert type
7066         - allow limit of ssl protocol
7067         - check more return values
7068         - added debug message on break
7069
7070 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
7071
7072         * recur.c (download_child_p): Revert order of items in check
7073         number 6 for clarity.
7074
7075 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
7076
7077         * init.c: Ditto.
7078
7079         * main.c: Ditto.
7080
7081         * http.c: Use the new interface.
7082
7083         * cookies.c: Provide an OO-style "cookie jar" interface to enable
7084         separate cookie jars.
7085
7086         * http.c (http_atotm): Declare argument as const.
7087
7088 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
7089
7090         * cookies.c (cookie_new): Default to PORT_ANY.
7091         (find_cookie_chain_exact): Only search by DOMAIN.
7092         (find_matching_cookie): Also check that PORT matches.
7093         (store_cookie): Only match the domain.
7094         (set_cookie_header_cb): When a cookie "fakes" a domain, assume it
7095         is valid for that host rather than discarding it completely.
7096         (find_matching_chains): Don't search by PORT.
7097         (matching_cookie): Also match PORT.
7098         (load_cookies): Set the port if specified, otherwise leave it as
7099         ANY.
7100         (save_cookies_mapper): Save the port if specified, otherwise leave
7101         it empty.
7102
7103 2002-04-19  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
7104
7105         * init.c: The option `egdfile' was not in sort order.
7106
7107 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7108
7109         * ftp.c (getftp): Treat directories that begin with <letter>: as
7110         absolute.
7111         (getftp): Strip trailing slashes from con->id before merging it
7112         with TARGET.
7113
7114 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7115
7116         * http.c (gethttp): If Content-Type is not given, assume
7117         text/html.
7118
7119 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7120
7121         * recur.c (download_child_p): Don't ignore rejection of HTML
7122         documents that are themselves leaves of recursion.
7123
7124 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7125
7126         Makefile.in: Updated several dependencies for object files to take
7127         account of nested include files.
7128
7129 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7130
7131         Makefile.in: The target `connect$o' (connect.o) now depends on
7132         `utils.h'
7133
7134 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7135
7136         * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
7137         (gethostbyname_with_timeout): Use it.
7138
7139         * utils.c: Don't define `SETJMP()', `run_with_timeout_env' or
7140         `abort_run_with_timeout()' when `USE_SIGNAL_TIMEOUT' is undefined.
7141
7142 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7143
7144         * host.c (getaddrinfo_with_timeout): New function.
7145         (gethostbyname_with_timeout): Ditto.
7146         (lookup_host): Use them.
7147
7148 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7149
7150         * utils.c (number_to_string): Handle the case when n < -INT_MAX.
7151
7152 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7153
7154         * init.c (comind): Use a marginally faster implementation of
7155         binary search.  To quote Martin Buchholz, "a nanosecond saved is a
7156         nanosecond earned."
7157
7158 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7159
7160         * main.c (print_help): Document `--post-data' and `--post-file'.
7161
7162 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7163
7164         * http.c (gethttp): Ditto.
7165
7166         * retr.c (retrieve_url): Initialize variables to appease the
7167         compiler.
7168
7169         * gen_sslfunc.c (ssl_iread): Don't handle EINTR when calling
7170         select_fd.
7171         (ssl_iwrite): Ditto.
7172
7173         * connect.c (select_fd): Rewrite to handle EINTR.  Set errno to
7174         ETIMEDOUT in case of timeout.
7175         (iread): No need to handle EINTR when calling select_fd.
7176         (iwrite): Ditto.
7177
7178 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7179
7180         * retr.c (retrieve_url): Make sure that POST is not honored for
7181         redirections.
7182
7183         * http.c (gethttp): Send the POST data when requested.
7184         (post_file): New function.
7185         (gethttp): Use it.
7186
7187         * main.c (main): Ditto.
7188
7189         * init.c: Add new options.
7190
7191         * options.h (struct options): New options post_data and
7192         post_file_name.
7193
7194 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7195
7196         * connect.c (connect_with_timeout): Firing SIGALRM can result in
7197         connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
7198
7199 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7200
7201         * connect.c (connect_with_timeout): Use it.
7202
7203         * utils.c (run_with_timeout): New function.
7204
7205 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7206
7207         * url.c (getproxy): Accept a struct url argument.  This obviates
7208         the need for USE_PROXY_P.
7209
7210         * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
7211
7212         * ftp.c (getftp): Recognize FWTK-style proxy.
7213
7214 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7215
7216         * config.h.in: Only define _VA_LIST when compiled with gcc.
7217
7218 2002-04012  Ian Abbott  <abbotti@mev.co.uk>
7219
7220         * http.c (http_loop): Compensate for MS Windows two-second
7221         granularity of file modification time when comparing timestamps.
7222
7223         * ftp.c (ftp_retrieve_list): Ditto.
7224
7225 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
7226
7227         * utils.c (has_html_suffix_p): New function to test filename for
7228         common html extensions.
7229
7230         * utils.h: Declare it.
7231
7232         * http.c (http_loop): Use it instead of previous test.
7233
7234         * retr.c (retrieve_url): Ditto.
7235
7236         * recur.c (download_child_p): Ditto.
7237
7238 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7239
7240         * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
7241         declaring va_list.
7242         From Kevin Rodgers <kevinr@ihs.com>.
7243
7244 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
7245
7246         * Makefile.in: Specify libtool mode explicitly when linking.
7247
7248 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7249
7250         * connect.c (connect_with_timeout): New function.
7251         (connect_to_one): Use it.
7252
7253         * config.h.in: Add stubs for HAVE_SIGSETJMP, HAVE_SIGBLOCK, and
7254         HAVE_SETJMP_H.
7255
7256 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7257
7258         * log.c: Set WGET_USE_STDARG if __STDC__ is defined and stdarg.h
7259         is present.
7260
7261 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7262
7263         * progress.c (bar_create): If INITIAL is larger than TOTAL, fix
7264         TOTAL.
7265         (bar_finish): Likewise.
7266
7267 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7268
7269         * html-url.c (tag_handle_form): New function.  Pick up form
7270         actions and mark them for conversion only.
7271
7272 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7273
7274         * progress.c (struct progress_implementation): Use PARAMS when
7275         declaring the parameters of *create, *update, *finish, and
7276         *set_params.
7277
7278         * netrc.c: Ditto.
7279
7280         * http.c: Reformat some function definitions so that ansi2knr can
7281         read them.
7282
7283         * hash.c (struct hash_table): Use the PARAMS macro around
7284         parameters in the declaration of hash_function and test_function.
7285         (prime_size): Spell 2580823717UL and 3355070839UL as (unsigned
7286         long)0x99d43ea5 and (unsigned long)0xc7fa5177 respectively, so
7287         that pre-ANSI compilers can read them.
7288         (find_mapping): Use PARAMS when declaring EQUALS.
7289         (hash_table_put): Ditto.
7290
7291         * ftp.h: Wrap the parameters of ftp_index declaration in PARAMS.
7292
7293         * cookies.c (cookie_new): Use (unsigned long)0 instead of 0UL,
7294         which was unsupported by pre-ANSI compilers.
7295
7296         From Nelson H. F. Beebe <beebe@math.utah.edu>, for the most part.
7297
7298 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7299
7300         * url.c (url_filename): Use compose_file_name regardless of
7301         whether opt.dirstruct is set.
7302         (mkstruct): Don't handle the query and the reencoding of DIR; that
7303         is done in compose_file_name.
7304
7305 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7306
7307         * wget.h: Ditto for extern char *exec_name.
7308
7309         * options.h: Don't guard against OPTIONS_DEFINED_HERE -- it is
7310         perfectly legal to follow an `extern' with a non-`extern' ones,
7311         provided the types match.
7312
7313         * main.c: Don't define OPTIONS_DEFINED_HERE.
7314
7315 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7316
7317         * progress.c (create_image): Revert to calculating ETA based on
7318         average download speed.
7319         (create_image): Don't print ETA until the download has been active
7320         for at least 3 seconds.
7321         (create_image): When ETA is not available, don't print anything.
7322         The previous version would print --:--.
7323
7324 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7325
7326         * progress.c (bar_update): Keep updating a subinterval until it
7327         reaches or exceeds a watermark.  That way the measurement will be
7328         guaranteed to span a configurable minimum of time.  The current
7329         default is 3s in 30 100ms intervals.
7330
7331 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7332
7333         * progress.c (bar_update): Maintain an array of the time it took
7334         to perform previous 30 network reads.
7335         (create_image): Calculate the download speed and ETA based on the
7336         last 30 reads, not the entire download.
7337         (create_image): Make sure that the ETA is not changed more than
7338         once per second.
7339
7340 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
7341
7342         * mswindows.c (borland_utime): New function conditionally defined
7343         when `HACK_BCC_UTIME_BUG' is defined.  A reimplementation of
7344         `utime()' as Borland's `utime()' function is broken on Windows 9x
7345         systems.  (Original patch by Chin-yuan Kuo <sr1111111@yahoo.com.tw>.)
7346
7347 2002-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7348
7349         * ftp.c (ftp_loop): Propagate the result of ftp_retrieve_glob.
7350
7351 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
7352
7353         * Makefile.in: Updated several dependencies for object files.
7354
7355 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
7356
7357         * mswindows.c: Include "utils.h".
7358
7359 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
7360
7361         * host.h: Don't include netdb.h on windows.
7362
7363 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7364
7365         * recur.c (retrieve_tree): Handle the case when start_url doesn't
7366         parse.
7367
7368 2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
7369
7370         * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
7371         calling xmalloc and memcpy.
7372
7373 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7374
7375         * host.h: Include Unix-specific includes #ifndef WINDOWS.
7376         Patch originally provided by Christian Lackas.
7377
7378 2002-02-11  Christian Lackas  <delta@lackas.net>
7379
7380         * recur.c: recurive downloading for https fixed.
7381
7382 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
7383
7384         * host.h: Also include <netinet/in.h> and <sys/socket.h>.
7385
7386         * ftp-basic.c: Also include <netinet/in.h>.
7387
7388 2002-02-05  Ian Abbott  <abbotti@mev.co.uk>
7389
7390         * http.c (gethttp): when -c used, mark already fully retrieved
7391         file as successfully retrieved.
7392
7393 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7394
7395         * url.c (url_parse): Don't treat '?' as query string separator
7396         when parsing FTP URLs.
7397
7398 2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7399
7400         * html-url.c (tag_handle_meta): Don't crash on <meta
7401         http-equiv=refresh> where content is missing.
7402
7403 2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
7404
7405         * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
7406         netdb.h on windows.
7407
7408 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7409
7410         * retr.c (retrieve_url): Remove redirection cycle detection.  This
7411         is because some sites legitimately redirect the user back to the
7412         same location, e.g. after an authorization check performed by
7413         another page.  MAX_REDIRECTIONS is still used to prevent infinite
7414         redirection loops.
7415
7416 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7417
7418         * http.c (gethttp): Wrap host name in square brackets if it
7419         contains a colon.
7420
7421 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7422
7423         * url.c (url_parse): Allow all hex digits, not only decimal ones,
7424         to form an IP address.
7425
7426 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7427
7428         * url.c (urlchr_table): Make square braces reserved, so we can
7429         parse http://[::1]/.
7430         (url_parse): Handle host in braces.
7431         (url_string): If url->host contains colons, wrap it in braces.
7432
7433 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7434
7435         * connect.c (resolve_bind_address): New function.
7436         (connect_to_one): Use it.
7437         (bindport): Ditto.
7438
7439         * init.c: Don't resolve bind-address here.
7440
7441         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
7442
7443 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7444
7445         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
7446         offset.
7447         (address_list_new): Use map_ipv4_to_ip.
7448         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
7449         in IPv4 context.
7450
7451 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7452
7453         * source: Integrated IPv6 support.
7454         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
7455
7456 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
7457
7458         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
7459         (cmd_directory): New function. Like cmd_file(), but strips
7460         trailing directory separators.
7461         (commands): Change action for "dirprefix" from `cmd_file' to
7462         `cmd_directory'.
7463
7464         * utils.c (make_directory): Allow intermediate `mkdir' calls to
7465         fail, as not all path components that do not exist should be
7466         directory components, especially under Windows.
7467
7468 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7469
7470         * netrc.c (parse_netrc): Skip leading whitespace before testing
7471         whether the line is empty.  Empty lines still contain the line
7472         terminator.
7473
7474 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7475
7476         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
7477         only if no data is pending in SSL buffers.
7478         From tony@bluetail.com.
7479
7480 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7481
7482         * headers.c (header_get): Strip trailing whitespace from the
7483         header.
7484
7485 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7486
7487         * url.c (parse_uname): URL-decode *USER and *PASSWD.
7488
7489 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
7490
7491         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
7492         starts with "//").
7493
7494 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7495
7496         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
7497         error.
7498
7499 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7500
7501         * version.c: Wget 1.8.1 is released.
7502
7503 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7504
7505         * version.c: Wget 1.8.1-pre3 is released.
7506
7507 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7508
7509         * recur.c (retrieve_tree): Enqueue the canonical representation of
7510         start_url, so that the test against dl_url_file_map works.
7511
7512 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7513
7514         * log.c (logputs): Check for requested verbosity before printing
7515         anything.
7516
7517 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7518
7519         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
7520         inline.
7521
7522 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7523
7524         * recur.c (retrieve_tree): Make a copy of file obtained from
7525         dl_url_file_map because the code calls xfree(file) later.
7526
7527 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7528
7529         * recur.c (register_html): Maintain a hash table of HTML files
7530         along with the list.  Disallow duplicates.
7531         (retrieve_tree): Use downloaded_html_set to check whether the file
7532         found in dl_url_file_map is an HTML file, and descend into it if
7533         so.
7534         (convert_all_links): Don't guard against duplicates in
7535         downloaded_html_list, since they are no longer possible.
7536
7537 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
7538
7539         * recur.c (retrieve_tree): Pass on referring URL when retrieving
7540         recursed URL.
7541
7542 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7543
7544         * version.c: Wget 1.8.1-pre2 is released.
7545
7546 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7547
7548         * retr.c (sleep_between_retrievals): Simplify indentation.
7549
7550 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7551
7552         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
7553         of "randomness" at a time.
7554         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
7555
7556         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
7557         random amount averages in opt.wait.
7558         (sleep_between_retrievals): Don't seed the PRNG; random_number
7559         will do that.
7560
7561         * utils.c (random_number): New function.
7562
7563 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7564
7565         * url.c (path_simplify): Move here from utils.c, and make static.
7566
7567 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7568
7569         * init.c (wgetrc_file_name): Print correct message when loading
7570         getenv("WGETRC") fails.
7571
7572 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7573
7574         * recur.c (register_download): Don't abort when one URL references
7575         two different files.
7576
7577 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7578
7579         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
7580         calling ssl_iwrite.
7581
7582 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7583
7584         * version.c: Wget 1.8.1-pre1 is released.
7585
7586 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7587
7588         * res.c (matches): Fix broken URL in the docstring.
7589
7590 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7591
7592         * html-url.c (tag_url_attributes): Mark <embed href=...> as
7593         external.
7594
7595 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7596
7597         * url.c (get_urls_file): Cosmetic changes.
7598
7599 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7600
7601         * html-url.c (append_one_url): Resurrect warning when unable to
7602         resolve a relative link.
7603
7604 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7605
7606         * html-url.c (collect_tags_mapper): Break into several functions.
7607         (tag_url_attributes): Collect <embed href=...>.
7608
7609 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7610
7611         * host.c: New type ipv4_address.  Use it consistently instead of
7612         `unsigned char[4]' and `unsigned char *'.
7613         (pretty_print_address): Accept a `const void *', to require even
7614         less casting.
7615
7616 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7617
7618         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
7619
7620 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7621
7622         * main.c (main): Initialize progress after fork_to_background, so
7623         that it knows when to use dots.
7624
7625         * mswindows.c (ws_hangup): Call log_request_redirect_output.
7626
7627         * utils.c (fork_to_background): Print the PID of the child
7628         process.
7629
7630         * log.c (log_request_redirect_output): Set a flag that output
7631         redirection has been requested.  Doing anything else in a signal
7632         handler is unsafe.
7633         (check_redirect_output): New function: check whether redirection
7634         has been requested and, if so, call redirect_output().
7635         (logputs): Call check_redirect_output.
7636         (logprintf): Ditto.
7637         (debug_logprintf): Ditto.
7638         (redirect_output): Print clearer messages.
7639
7640         * main.c (redirect_output_signal): Don't call
7641         redirect_output_signal directly.  Instead, call
7642         log_request_redirect_output.
7643
7644         * utils.c (memfatal): Ditto.
7645
7646         * progress.c (display_image): Use it.
7647
7648         * log.c (log_set_save_context): New function: allow the caller to
7649         turn off saving log context lines.
7650
7651 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7652
7653         * host.c (address_list_set_faulty): Uncomment a sanity check.
7654
7655 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7656
7657         * utils.c (long_to_string): Return a pointer after where the
7658         number ends.
7659         (long_to_string): Rename to number_to_string.
7660
7661 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7662
7663         * utils.c (path_simplify): Correctly handle the unlikely case that
7664         b starts out as path + 1.
7665
7666 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7667
7668         * utils.c (path_simplify): Rewrite, with better comments, and
7669         without the use of strcpy to move overlapping blocks.
7670
7671 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7672
7673         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
7674         valid progress type before setting it.
7675
7676 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7677
7678         * main.c (main): Remove stray debugging message.
7679
7680 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7681
7682         * progress.c (create_image): Fix ETA padding when hours are prined.
7683
7684 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7685
7686         * version.c: Wget 1.8 is released.
7687
7688 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7689
7690         * url.c (reencode_string): Declare static.
7691
7692         * res.c (registered_specs): Declare static.
7693
7694         * progress.c (current_impl_locked): Declare static.
7695
7696         * log.c (flush_log_p): Declare static.
7697         (needs_flushing): Ditto.
7698
7699         * http.c (digest_authentication_encode): Declare static.
7700
7701         * html-url.c (init_interesting): Declare static.
7702
7703         * host.c (host_name_addresses_map): Declare static.
7704
7705         * cookies.c (find_matching_chains): Declare static.
7706
7707         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
7708         indicated by lint.
7709
7710         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
7711
7712         * host.c (address_list_set_faulty): Document that INDEX is
7713         currently unused.
7714
7715         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
7716
7717 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7718
7719         * version.c: Wget 1.8-pre2 is released.
7720
7721 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7722
7723         * progress.c (progress_handle_sigwinch): Set up the signal again.
7724
7725         * utils.c: Include <sys/termios.h>, where Solaris defines
7726         TIOCGWINSZ.
7727
7728         * progress.c (bar_create): Don't use the last column on the screen.
7729         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
7730         only until it exceeded them.
7731
7732 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7733
7734         * version.c: Wget 1.8-pre1 is released.
7735
7736 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7737
7738         * progress.c (progress_create): Make sure that, when the output is
7739         redirected, the progress implementation gets changed to the
7740         fallback one.
7741         (bar_set_params): Set current_impl_locked to 1 when "force" is
7742         specified.
7743         (progress_create): Don't change the progress implementation if
7744         current_impl_locked is non-zero.
7745
7746         * main.c (redirect_output_signal): Call
7747         progress_schedule_redirect.
7748
7749         * progress.c (progress_schedule_redirect): New function.
7750
7751 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7752
7753         * log.c (logvprintf): Restructure to allow being called multiple
7754         times.
7755         (logprintf): Call logvprintf in a loop.
7756         (debug_logprintf): Ditto.
7757
7758 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7759
7760         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
7761         setting egd_file it to empty string.
7762
7763         * main.c (main): Change the option name from --sslegdsock to
7764         --egd-file.
7765
7766 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7767
7768         * gen_sslfunc.c (ssl_init_prng): Make the printed message
7769         translatable.
7770
7771 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7772
7773         * url.c (scheme_disable): New function.
7774
7775         * main.c (main): Call ssl_init_prng from here rather than from
7776         init_ssl, so that it has a chance to disable support for https
7777         before a URL has been resolved.
7778
7779         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
7780         failed.
7781         (ssl_init_prng): Disable support for https if seeding the PRNG
7782         fails.
7783
7784 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7785
7786         * utils.c (read_whole_line): Handle lines beginning with \0.
7787
7788 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
7789
7790         * recur.c (convert_all_links): Guard against duplicates in
7791         downloaded_html_files.
7792         (register_download): Don't invalidate similar-looking URLs.
7793         (match_except_index): New function.
7794
7795 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
7796
7797         * utils.c (path_simplify): Document with test cases.
7798
7799 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7800
7801         * gen_sslfunc.c: Ditto.
7802
7803         * rbuf.c: Include <string.h>.
7804
7805 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7806
7807         * recur.c (retrieve_tree): Check whether the URL was already
7808         downloaded before downloading it again.
7809         (descend_child_p): Renamed to download_child_p.
7810         (register_download): When one URL is downloaded to a file already
7811         "owned" by another URL, delete all references that map any URL to
7812         that file.
7813         (register_delete_file): New function.
7814         (retrieve_tree): Use it after deleting a file.
7815
7816         * url.c (url_parse): Re-canonicalize the URL also if the path is
7817         empty, so that e.g. "http://www.server.com" ->
7818         "http://www.server.com/".
7819         (lowercase_str): Use ISUPPER instead of !ISLOWER.
7820
7821         * retr.c (retrieve_url): Use the canonical URL form when calling
7822         register_download().
7823
7824 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
7825
7826         * snprintf.c (dopr): Use `unsigned int' as the second argument to
7827         va_arg when casting to `unsigned short' is intended.
7828
7829 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
7830
7831         * gen_sslfunc.c: on windows provide ssl crypto random
7832           initialization through RAND_screen(); could possibly
7833           be not enough for strong ssl communication (see the
7834           relevant manual page from the openssl package).
7835
7836 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7837
7838         * url.c (local_quote_string): Reenable quoting of question marks,
7839         but only when `--html-extension' is used.
7840
7841 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7842
7843         * version.c: Wget 1.8-beta3 is released.
7844
7845 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7846
7847         * snprintf.c (dopr): Cast the result of va_arg to short int and
7848         short unsigned int where these types are expected to be used.
7849
7850 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7851
7852         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
7853         with `int' when using it as the second argument to `va_arg'.
7854
7855 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7856
7857         * host.c (address_list_new_one): New function.
7858         (lookup_host): Use it.
7859
7860 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
7861
7862         * host.c (lookup_host): Don't initialize TMPSTORE directly because
7863         it's not legal C.
7864
7865 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7866
7867         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
7868         the socket data.
7869
7870         * ftp.c: Ditto.
7871
7872         * http.c: No need to declare h_errno.
7873
7874         * host.c: Declare h_errno.
7875
7876 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7877
7878         * utils.c (file_merge): If BASE doesn't contain a slash, just
7879         return a copy of FILE.
7880
7881 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7882
7883         * version.c: Wget 1.8-beta2 is released.
7884
7885 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7886
7887         * ftp.c (getftp): When PWD fails, assume "/".
7888
7889         * ftp-basic.c (ftp_syst): Fix indentation.
7890
7891 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7892
7893         * url.c (get_urls_file): If opt.base_href is specified, merge each
7894         URL with the base.
7895
7896 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7897
7898         * main.c (print_help): Don't document the removed `-nh'.
7899
7900 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7901
7902         * url.c (url_full_path): Document better.
7903
7904         * http.c (gethttp): Use the full path when creating digest
7905         authorization.
7906
7907 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7908
7909         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
7910         '/'.
7911
7912 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7913
7914         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
7915         PREFIX does.
7916
7917 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7918
7919         * cookies.c (check_domain_match): Reimplement to match Netscape's
7920         "preliminary specification" for cookies.
7921
7922 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7923
7924         * url.c (replace_attr_refresh_hack): New function.
7925         (convert_links): Call replace_attr_refresh_hack for Refresh
7926         links.  It will add the "TMOUT; URL=" junk before the link.
7927
7928         * html-url.c (collect_tags_mapper): Set ID to the ID of the
7929         "content" attribute, not "http-equiv".
7930         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
7931         instead, store the information that this entry belongs to a
7932         "refresh" link.
7933
7934 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7935
7936         * version.c: Wget 1.8-beta1 is released.
7937
7938 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7939
7940         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
7941         depth by more than one.
7942
7943 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7944
7945         * retr.c (retrieve_url): Don't allow more than 20 redirections.
7946
7947 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7948
7949         * recur.c (retrieve_tree): Skip the non-inline entries when
7950         enqueuing the children of a leaf HTML node in -p mode.
7951         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
7952         "inline".
7953
7954         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
7955         (collect_tags_mapper): When an entry is "inline", mark it as such.
7956
7957         * recur.c (descend_url_p): Fix test when checking for
7958         acceptance/rejection rules.
7959
7960 2001-10-31 Daniel BODEA <dali@dali-designs.com>
7961
7962         * netrc.c (search_netrc): When slack_default is 0, still look for
7963         an account with matching password, just not the "default account".
7964         HTTP Authorization using .netrc should now work as expected.
7965
7966 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
7967
7968         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
7969         test_socket_open fails.
7970
7971 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7972
7973         * progress.c (display_image): Just print one CR to reset the
7974         cursor position.
7975
7976 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
7977
7978         * init.c: New command `ssl_egd_sock'.
7979
7980         * main.c (main): New option `--sslegdsock'.
7981
7982         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
7983
7984 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7985
7986         * cmpt.c (memmove): Include a simple memmove implementation.
7987
7988 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7989
7990         * headers: Guard against header files being included twice.
7991
7992 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7993
7994         * gen-md5.c: Use unsigned char * as the buffer argument to
7995         gen_md5_update.
7996
7997 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7998
7999         * connect.h: Declare select_fd.
8000
8001 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8002
8003         * recur.c (descend_url_p): When resolving no_parent, compare with
8004         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
8005         wouldn't be followed, although the download started from /a/.
8006
8007 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
8008
8009         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
8010         MS VC; somebody with Borland compiler please check and provide
8011         patch if possible;
8012
8013         * cmpt.c: provided a usleep emulation.
8014
8015 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8016
8017         * host.c (address_list_new): Initialize al->faulty.
8018
8019 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8020
8021         * http.c (http_process_range): Accept the broken output of
8022         "JavaWebServer/1.1.1".
8023
8024 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
8025
8026         * progress.c (dot_set_params): If PARAMS is unspecified, use
8027         dot_style, if available.
8028
8029         * init.c: Ditto.
8030
8031         * main.c (main): Resurect --dot-style.
8032
8033         * progress.c (dot_finish): Print the quantity if we're left at the
8034         beginning of a row.
8035
8036 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8037
8038         * cmpt.c (random): Removed.
8039
8040         * retr.c (sleep_between_retrievals): Use the more portable rand()
8041         instead of random().
8042
8043 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
8044
8045         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
8046         prevent seg fault.
8047
8048 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8049
8050         * connect.c (connect_to_many): Use address_list_set_faulty to
8051         prevent the faulty address from being reused.
8052
8053         * host.c (address_list_set_faulty): New function.
8054         (address_list_get_bounds): New function, instead of
8055         address_list_count.
8056
8057 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8058
8059         * url.c (convert_links): Don't translate %d-%d.
8060
8061         * main.c (print_help): Remove stray HAVE_RANDOM code.
8062
8063 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8064
8065         * ftp.c (getftp): Improve output after sending PASV.  Don't
8066         attempt to "look up" the IP address we already know; call
8067         connect_to_one directly.
8068
8069 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8070
8071         * progress.c: Change the default progress implementation to "bar".
8072
8073 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8074
8075         * progress.c (bar_create): Print two newlines.
8076
8077 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8078
8079         * cmpt.c (random): New function, a simple-minded replacement for
8080         random() on systems that don't have it.
8081
8082 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8083
8084         * config.h.in: Put a HAVE_USLEEP stub.
8085
8086         * cmpt.c (usleep): Replacement implementation of usleep using
8087         select.
8088
8089         * init.c: New option init_rate.
8090
8091         * main.c (main): New option --limit-rate.
8092
8093         * retr.c (limit_bandwidth): New function.
8094         (get_contents): Call it to limit the bandwidth used when
8095         downloading.
8096
8097         * progress.c (dot_update): Would print the wrong download speed on
8098         rows other than the first one when the download was continued.
8099         (dot_finish): Ditto.
8100
8101 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
8102
8103         * http.c (gethttp): fix undeclared variable 'err' when compiled
8104         with HAVE_SSL.
8105
8106 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8107
8108         * progress.c: Don't allocate new timers; use the timing data
8109         propagated from the caller.
8110
8111         * retr.c (get_contents): Allocate and use a timer.
8112
8113 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8114
8115         * http.c (last_host_ip): Made into an address_list.
8116         (invalidate_persistent): Release pc_last_host_ip.
8117         (register_persistent): Use lookup_host.
8118         (persistent_available_p): Check for equality of hosts using
8119         address_list_match_all.  Call address_list_release.
8120         (http_cleanup): New function.
8121
8122         * ftp.c (getftp): Use lookup_host and connect_to_many.
8123
8124         * http.c (gethttp): Use lookup_host and connect_to_many.
8125
8126         * connect.c (make_connection): Removed.
8127         (connect_to_one): New function.
8128         (connect_to_many): Ditto.
8129         (set_connection_host_name): Ditto.
8130
8131         * host.c (lookup_host): New function; new return type.
8132         (address_list_new): New function.
8133         (address_list_count): Ditto.
8134         (address_list_copy_one): Ditto.
8135         (address_list_delete): Ditto.
8136         (address_list_release): Ditto.
8137         (pretty_print_address): Ditto.
8138
8139 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8140
8141         * recur.c (retrieve_tree): In case of followed redirection,
8142         blacklist the pre-redirection URL.
8143
8144 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8145
8146         * recur.c (descend_redirect_p): New function.
8147         (retrieve_tree): Make sure redirections are not blindly followed.
8148
8149 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
8150
8151         * config.h.in: added HAVE_RANDOM.
8152
8153         * options.h: added random_wait to struct options.
8154
8155         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
8156         for --random-wait.
8157
8158         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
8159         implementation of random wait times.
8160
8161         * init.c (commands): added "randomwait" keyword.
8162
8163 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8164
8165         * recur.c (descend_url_p): Be more conservative with blacklisting
8166         URLs.
8167         (convert_all_links): Print how many files have been converted, and
8168         how long it took.
8169
8170         * progress.c (create_image): Place the number of downloaded bytes
8171         right after the progress bar.
8172
8173         * utils.c (suffix): Return a pointer into the string.
8174
8175 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8176
8177         * url.c (convert_links): Handle CO_NULLIFY_BASE.
8178
8179         * recur.c (retrieve_tree): Ignore download-ignorable children.
8180         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
8181
8182         * html-url.c (handle_link): Return the newly created urlpos.
8183         (collect_tags_mapper): When dealing with BASE, store the base
8184         reference and mark it as download-ignorable.
8185
8186 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8187
8188         * url.c (convert_links): Attempt to quote '?' as "%3F" when
8189         linking to local files.  Given up on the attempt, as it breaks
8190         local browsing.
8191
8192 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8193
8194         * main.c (private_initialize): Removed.
8195         (main): Don't call private_initialize.
8196
8197         * http.c: Call lookup_host.
8198
8199         * host.c (host_init): Removed.
8200         (add_host_to_cache): Initialize host_name_address_map here, on
8201         demand.
8202         (ngethostbyname): Commented out.
8203
8204         * connect.c (make_connection): Remove dead code; use lookup_host.
8205
8206         * host.c (store_hostaddress): Renamed to lookup_host and reversed
8207         the args.
8208         Removed host_address_name_map and host_slave_master_map.
8209
8210 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8211
8212         * progress.c (dot_create): Align the "[ skipping ... ]" string
8213         with the dots.
8214
8215         * retr.c (rate): Split into two functions: calc_rate and
8216         retr_rate.
8217
8218         * progress.c (create_image): Draw a dummy progress bar even when
8219         total size is unknown.
8220         (display_image): Place the text cursor at the end of the "image".
8221
8222 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8223
8224         * url.c (reencode_string): Use unsigned char, not char --
8225         otherwise the hex digits come out wrong for 8-bit chars such as
8226         nbsp.
8227         (lowercase_str): New function.
8228         (url_parse): Canonicalize u->url if needed.
8229         (get_urls_file): Parse each URL, and return only the valid ones.
8230         (free_urlpos): Call url_free.
8231         (mkstruct): Add :port if the port is non-standard.
8232         (mkstruct): Append the query string to the file name, if any.
8233         (urlpath_length): Use strpbrk_or_eos.
8234         (uri_merge_1): Handle the cases where LINK is an empty string,
8235         where LINK consists only of query, and where LINK consists only of
8236         fragment.
8237         (convert_links): Count and report both kinds of conversion.
8238         (downloaded_file): Use a hash table, not a list.
8239         (downloaded_files_free): Free the hash table.
8240
8241         * retr.c (retrieve_from_file): Ditto.
8242
8243         * main.c (main): Call either retrieve_url or retrieve_tree
8244         for each URL, not both.
8245
8246         * retr.c (register_all_redirections): New function.
8247         (register_redirections_mapper): Ditto.
8248         (retrieve_url): Register the redirections.
8249         (retrieve_url): Make the string "Error parsing proxy ..."
8250         translatable.
8251
8252         * res.c (add_path): Strip leading slash from robots.txt paths so
8253         that the path representations are "compatible".
8254         (free_specs): Free each individual path, too.
8255         (res_cleanup): New function.
8256         (cleanup_hash_table_mapper): Ditto.
8257
8258         * recur.c (url_queue_new): New function.
8259         (url_queue_delete): Ditto.
8260         (url_enqueue): Ditto.
8261         (url_dequeue): Ditto.
8262         (retrieve_tree): New function, replacement for recursive_retrieve.
8263         (descend_url_p): New function.
8264         (register_redirection): New function.
8265
8266         * progress.c (create_image): Cosmetic changes.
8267
8268         * init.c (cleanup): Do all those complex cleanups only if
8269         DEBUG_MALLOC is defined.
8270
8271         * main.c: Removed --simple-check and the corresponding
8272         simple_host_check in init.c.
8273
8274         * html-url.c (handle_link): Parse the URL here, and propagate the
8275         parsed URL to the caller, who would otherwise have to parse it
8276         again.
8277
8278         * host.c (xstrdup_lower): Moved to utils.c.
8279         (realhost): Removed.
8280         (same_host): Ditto.
8281
8282 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8283
8284         * utils.c (path_simplify): Preserver the (non-)existence of
8285         leading slash.  Return non-zero if changes were made.
8286
8287 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8288
8289         * progress.c (bar_update): Don't modify bp->total_length if it is
8290         zero.
8291
8292 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8293
8294         * retr.c (retrieve_url): When the redirection URL doesn't parse,
8295         print the correct error message rather than "UNKNOWN".
8296
8297 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8298
8299         * progress.c (bar_finish): If the timer didn't record any time
8300         since the download beginning, fake 1ms.
8301
8302 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8303
8304         * recur.c (recursive_retrieve): Fix typo.
8305
8306 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8307
8308         * progress.c (create_image): Don't translate "%ld ".
8309
8310 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8311
8312         * progress.c (bar_set_params): Allow the user to force the use of
8313         the bar.
8314
8315 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
8316
8317         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
8318
8319 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8320
8321         * progress.c: Renamed dp_* functions to dot_* for greater clarity
8322         and consistency with bar_*.
8323         (print_download_speed): Get rid of the unneeded '@' character.
8324         (create_image): Fix download rate geometry.
8325
8326         * progress.c (print_elapsed): Remove spurious space.
8327         (print_elapsed): Renamed to print_download_speed, since that's
8328         what it does.
8329
8330 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8331
8332         * progress.c (bar_update): If the downloaded amount becomes larger
8333         than the expected amount, adjust the expected amount accordingly.
8334
8335 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8336
8337         * utils.c (determine_screen_width): New function.
8338
8339         * main.c (main): New option `--progress=TYPE'.
8340         (main): Implement compatibility with the old option `--dot-style'.
8341
8342         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
8343         dp_set_params.
8344         (cmd_spec_progress): New function.
8345
8346         * retr.c (get_contents): Use the progress_* functions instead of
8347         the old show_progress().
8348         (show_progress): Removed.
8349         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
8350         etc.
8351
8352         * progress.c (set_progress_implementation): New function.
8353         (valid_progress_implementation_p): Ditto.
8354         (progress_create): Ditto.
8355         (progress_update): Ditto.
8356         (progress_finish): Ditto.
8357         (dp_create): Ditto.
8358         (dp_update): Ditto.
8359         (dp_finish): Ditto.
8360         (dp_set_params): Ditto.
8361         (print_elapsed): Ditto.
8362
8363 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8364
8365         * retr.c (show_progress): Use it.
8366
8367         * log.c (log_set_flush): New function.
8368
8369 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8370
8371         * utils.c (path_simplify): Don't remove trailing slashes.
8372
8373         * ftp.c (ftp_get_listing): Use it.
8374
8375         * utils.c (file_merge): New function.
8376
8377         * url.c (opt_url): Removed.
8378
8379         * recur.c (recursive_retrieve): Inline "opt_url" logic.
8380
8381         * main.c (main): Use xfree(), not free().
8382
8383         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
8384
8385         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
8386         internally.
8387
8388         * config.h.in: Include a stub for HAVE_STRPBRK.
8389
8390         * cmpt.c (strpbrk): Include a replacement for systems without
8391         strpbrk().
8392
8393         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
8394
8395         * url.c (url_set_dir): New function.
8396         (url_set_file): Ditto.
8397
8398         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
8399         parser makes the URL "params" available, so we can do that in this
8400         function.
8401
8402         * retr.c: Ditto.
8403
8404         * ftp.c: Ditto; pass the local file information in `ccon'.
8405
8406         * http.c: Get rid of the ugly kludge that had URL being replaced
8407         with the proxy URL when proxy retrieval was requested.  Use a
8408         separate parameter to http_loop and gethttp for the proxy URL.
8409
8410         * http.c: Changed to reflect the fact that local file, proxy, and
8411         referer information are no longer stored in struct url.  The local
8412         file information is passed in `struct hstat' now.
8413
8414         * url.c: Reworked URL parsing to be more regular.  Reencode the
8415         URL using reencode_string.
8416         Removed non-URL-related information from struct url.  This
8417         includes fields `proxy', `local', and `referer'.
8418
8419 2001-11-22  Jochen Hein  <jochen@jochen.org>
8420
8421         * main.c (main): Split the copyright notice for easier
8422         translation.
8423
8424 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
8425
8426         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
8427           command to server to request file size.
8428         * ftp.h (ftp_size): Export it.
8429         * ftp.c (getftp): Use new ftp_size function if restoring
8430           transfer of a file with unknown size.
8431
8432 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8433
8434         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
8435
8436 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8437
8438         * url.c (getproxy): Handle URL shorthands.
8439
8440 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8441
8442         * main.c: Remove --wait / --waitretry backwards compatibility
8443         code.
8444
8445 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8446
8447         * main.c (main): Use it.
8448
8449         * url.c (rewrite_url_maybe): New function.
8450
8451 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8452
8453         * url.c: Clean up handling of URL schemes.
8454
8455 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8456
8457         * url.c: Get rid of `protostrings'.
8458         (skip_proto): Don't use protostrings.
8459         (has_proto): Ditto.
8460
8461 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8462
8463         * Makefile.in: Conditionally compile getopt.o.
8464
8465 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8466
8467         * md5.h: Renamed to gnu-md5.h.
8468
8469         * md5.c: Renamed to gnu-md5.c.
8470
8471         * http.c: Ditto.
8472
8473         * ftp-opie.c: Use the new macros.
8474
8475         * sysdep.h: Define md5-related macros.
8476
8477         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
8478         depending on which md5 implementation is used.
8479
8480 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8481
8482         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
8483         the compiler.
8484
8485 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8486
8487         * http.c (gethttp): Print the whole response line when printing
8488         headers is requested.
8489
8490 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8491
8492         * res.c: New file.  Implement all RES-related code here.
8493
8494 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8495
8496         * version.c: Wget 1.7.1 is released.
8497
8498 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8499
8500         * headers.c (header_extract_number): Ignore trailing whitespace.
8501
8502 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
8503
8504         * html-url.c (collect_tags_mapper): Fix bug converting links
8505         with -k option for tags with multiple link attributes by
8506         handling links in the order they appear.
8507
8508 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
8509
8510         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
8511           the call to the 'rate' function by moving it past the error
8512           checking for the 'getftp' function return value.
8513
8514 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8515
8516         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
8517         '\"'.  Different compilers' assert macros are broken in different
8518         ways.
8519
8520 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
8521
8522         * http.c (gethttp): print debug output for errors occuring during
8523         the ssl handshake.
8524
8525 2001-11-16  Chris Seawood  <cls@seawood.org>
8526
8527         * init.c: Ditto.
8528
8529         * host.c: Ditto.
8530
8531         * connect.c: Ditto.
8532
8533         * sysdep.h: Support compilation under BEOS.
8534
8535 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
8536
8537         * url.c (url_equal): Fix a memory leak when parseurl returns an
8538         error on the second URL. Also, since url_equal is not used at the
8539         moment, do not compile it.
8540
8541         * url.h: Ditto for the prototype of url_equal.
8542
8543 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8544
8545         * html-parse.c (map_html_tags): Support XML-style empty tags.
8546
8547 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8548
8549         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
8550         loop condition because we're no longer setting SIZEVAR here.
8551
8552 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8553
8554         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
8555         call because it needs the old value.
8556
8557 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8558
8559         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
8560         an attribute name.
8561
8562 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8563
8564         * url.c (url_filename): Make sure that slashes that sneak in to
8565         u->file via query string get protected.
8566         (file_name_protect_query_string): New function.
8567
8568 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8569
8570         * recur.c (recursive_retrieve): Also check undesirable_urls with
8571         canonicalized URL.
8572
8573 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8574
8575         * http.c (gethttp): Search `.netrc' with real host, not the proxy
8576         one.
8577
8578 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8579
8580         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
8581         define it.
8582
8583 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8584
8585         * ftp.h: Provide correct prototype for ftp_parse_ls().
8586
8587 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8588
8589         * version.c: Wget 1.7 is released.
8590
8591 2001-06-03  Karl Eichwalder  <ke@suse.de>
8592
8593         * ftp-ls.c (ftp_parse_ls): Fix typo.
8594
8595 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8596
8597         * all: Update copyright information.
8598
8599 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8600
8601         * http.c (gethttp): Indicate that the continued download failed
8602         for *this* file.
8603
8604 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8605
8606         * version.c: Wget 1.7-pre1 is released.
8607
8608 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8609
8610         * version.c: Updated version to 1.7-pre1.
8611
8612 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8613
8614         * gen_sslfunc.c: Don't include <sys/time.h> directly.
8615
8616 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8617
8618         * http.c (gethttp): Use real URL data for cookies, not the proxy
8619         stuff.
8620
8621 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8622
8623         * main.c (print_help): Document `--no-http-keep-alive'.
8624
8625         * utils.c (numdigit): Handle negative numbers *correctly*.
8626
8627         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
8628         than the confusing "unsigned".
8629
8630         * utils.c (string_set_contains): Renamed from string_set_exists.
8631
8632         * hash.c (hash_table_contains): Renamed from hash_table_exists.
8633
8634         * cookies.c: Move case-insensitive hash tables to hash.c.
8635
8636 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8637
8638         * http.c (gethttp): Before concluding that the file is already
8639         fully retrieved, make sure that the file existed and `Range' was
8640         actually requested.
8641
8642 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8643
8644         * cookies.c (eliminate_dups): New function.
8645         (build_cookies_request): Use it.
8646         (build_cookies_request): Set chain_store_size after reallocating
8647         all_chains.
8648         (check_domain_match): Annotated for easier future debugging.
8649         (store_cookie): In the debug message, print whether the cookie is
8650         permanent.
8651
8652 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8653
8654         * http.c (http_loop): Reset no_truncate before deciding whether to
8655         set it.
8656         (gethttp): Further clarify "-c conflicts with existing file" error
8657         message, based on input from Herold Heiko.
8658
8659 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
8660
8661         * http.c (http_loop): If restval is set, set no_truncate to 1
8662         unconditionally.
8663
8664 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8665
8666         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
8667         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
8668         (ftp_parse_vms_ls): Ditto.
8669
8670 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
8671
8672         * init.c (cmd_address): Zero SIN before using it; apparently
8673         needed on *BSD.
8674
8675 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8676
8677         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
8678         empty.
8679
8680 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8681
8682         * main.c (main): Make `--cookies' respect its argument.
8683
8684 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
8685
8686         * main.c (main): Removed undocumented option `--email-address'.
8687
8688         * netrc.c: Use the latest read_whole_line.
8689
8690         * init.c (defaults): Set opt.ftp_pass to "-wget@".
8691
8692         * mswindows.c (pwd_cuserid): Ditto.
8693
8694         * utils.c (pwd_cuserid): Removed.
8695
8696         * host.c (ftp_getaddress): Removed.
8697
8698 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
8699
8700         (http_loop): Allocate space for filename_plus_orig_suffix with
8701         alloca; this is more efficient and removes the need to free it
8702         before each and every return.
8703
8704 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
8705
8706         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
8707         unneeded because the file is already there and fully downloaded,
8708         and -c is specified.
8709         (http_loop): Handle RETRUNNEEDED.
8710
8711         * wget.h (uerr_t): New value RETRUNNEEDED.
8712
8713         * http.c (http_loop): Set no_truncate for files that both exist
8714         and are non-empty.
8715         (gethttp): Consider the download finished when restval >= contlen,
8716         not only when restval==contlen.
8717         (gethttp): Handle redirection before giving up due to -c.
8718         (gethttp): Clarify error message which explains that -c will not
8719         truncate the file.
8720         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
8721         the stuff that needs freeing and release the socket.
8722
8723 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8724
8725         * main.c (print_help): Wget booleans accept "off", not "no".
8726
8727 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8728
8729         * http.c (http_loop): If allow_cache is zero, always disable
8730         caching, not only when retrieving through proxy.
8731
8732         * init.c: Ditto.
8733
8734         * options.h (struct options): Rename proxy_cache to allow_cache.
8735
8736 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8737
8738         * http.c (mktime_from_utc): Improve documentation.
8739         (http_atotm): Put format strings into a separate array.
8740
8741 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8742
8743         * safe-ctype.h: Instead of throwing #error when isalpha is
8744         defined, redefine it to something that will throw a compile-time
8745         error if actually *used*.  Do the same for the rest of the
8746         standard C macros.
8747
8748 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8749
8750         * url.c (getproxy): Ignore empty proxy vars.
8751
8752 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8753
8754         * http.c (http_loop): Would load cookies every time.
8755
8756         * cookies.c (load_cookies): Handle cookies whose values contain
8757         embedded spaces.
8758
8759 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8760
8761         * utils.c: Define each DIGITS_* in one line.
8762
8763 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
8764
8765         * http.c (http_atotm): Initialize t.tm_isdst to 0.
8766         (mktime_from_utc): Prevent mktime() from having discontinuities at
8767         DST transition points.
8768
8769 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8770
8771         * html-url.c (get_urls_html): Fix documentation.
8772
8773 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8774
8775         * url.c (UNSAFE_CHAR): Reimplement using a static table.
8776         (url_init): Removed.
8777         (init_unsafe_char_table): Removed.
8778
8779 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8780
8781         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
8782
8783 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8784
8785         * utils.c: Document timer functions.
8786
8787         * retr.c (rate): Use it.
8788         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
8789
8790         * utils.c (wtimer_granularity): New function.
8791
8792 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8793
8794         * retr.c (show_progress): Ditto.
8795
8796         * ftp.c (getftp): Ditto.
8797
8798         * http.c (gethttp): Use new timer functions.
8799
8800         * utils.c (wtimer_allocate): New function.
8801         (wtimer_new): Ditto.
8802         (wtimer_delete): Ditto.
8803         (wtimer_reset): Ditto.
8804         (wtimer_elapsed): Ditto.
8805
8806 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8807
8808         * utils.c (long_to_string): New, faster version.  Favors smaller
8809         numbers; much of the calculation is now done at compile-time.
8810
8811 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8812
8813         * utils.c (numdigit): Handle negative numbers.
8814
8815 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8816
8817         * retr.c (show_progress): Print the download rate even when the
8818         percentages are not available.
8819
8820 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8821
8822         * ftp.c (getftp): Adjust expected_bytes if the length is
8823         authoritative.
8824
8825 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8826
8827         * url.c: Don't declare `construct'.
8828
8829         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
8830         mappings to new locations.
8831         (hash_table_new): Make resize_threshold a field in the hash table,
8832         so we don't have to recalculate it in each hash_table_put.
8833         (grow_hash_table): Update resize_threshold.
8834         (MAX): Remove unused macro.
8835         (prime_size): Made static.
8836
8837 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8838
8839         * retr.c (retrieve_url): Call uri_merge, not url_concat.
8840
8841         * html-url.c (collect_tags_mapper): Call uri_merge, not
8842         url_concat.
8843
8844         * url.c (mkstruct): Use encode_string instead of xstrdup followed
8845         by URL_CLEANSE.
8846         (path_simplify_with_kludge): Deleted.
8847         (contains_unsafe): Deleted.
8848         (construct): Renamed to uri_merge_1.
8849         (url_concat): Renamed to uri_merge.
8850
8851 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8852
8853         * url.c (str_url): Use encode_string instead of the unnecessary
8854         CLEANDUP.
8855         (encode_string_maybe): New function, returns input string if no
8856         encoding is needed.
8857         (encode_string): Call encode_string_maybe to do the dirty work,
8858         xstrdup if no work needed.
8859
8860 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8861
8862         * wget.h (XDIGIT_TO_xchar): Define here.
8863
8864         * url.c (decode_string): Use new name.
8865         (encode_string): Ditto.
8866
8867         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
8868         (dump_hash): Use new name.
8869
8870         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
8871         XDIGIT_TO_XCHAR respectively.
8872
8873 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8874
8875         * init.c: Include cookies.h.
8876
8877         * cookies.h: Declare cookies_cleanup.
8878
8879         * cookies.c (check_domain_match): Remove unused variable.
8880         (save_cookies): Remove extraneous argument from debug statement.
8881
8882         * host.c (same_host): Don't call skip_url.
8883
8884         * url.c (skip_url): Removed.  Removed its calls from various
8885         functions in url.c.
8886
8887 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8888
8889         * cookies.c (unsigned_string_hash): Use the new code in
8890         string_hash as reference.
8891
8892         * hash.c (hash_table_map): Allow deletion and change of the
8893         element processed by MAPFUN.
8894         (string_hash): Use the function from glib.
8895
8896 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8897
8898         * config.h.in: Include #undef stub.
8899
8900         * hash.c (hash_table_remove): Rewrite to actually clear deleted
8901         entries instead of just marking them as deleted.
8902
8903 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8904
8905         * hash.h: Declare hash_table_get_pair and hash_table_count.
8906
8907 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8908
8909         * cookies.c: Declare http_atotm.
8910
8911 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8912
8913         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
8914         permissions.  A compiler that doesn't accept octal constants is
8915         seriously broken and shouldn't be used -- octal constants were
8916         present in K&R C!
8917
8918 2001-01-20  Karl Eichwalder  <ke@suse.de>
8919
8920         * Makefile.in: Provide and use DESTDIR according to the Coding
8921         Standards.
8922
8923 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8924
8925         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
8926         specification.
8927
8928 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
8929
8930         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
8931         because that strips the *leading* slash, thus forcing relative
8932         FTP retrieval.
8933
8934 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8935
8936         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
8937         notation for VMS servers.
8938         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
8939         odir is an empty string.
8940
8941 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8942
8943         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
8944         effective. Suggested by Edward J. Sabol.
8945
8946 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8947
8948         * cookies.c (build_cookies_request): Use and sort cookies from all
8949         matching domains.
8950         (build_cookies_request): Check for duplicates before generating
8951         the `Cookies' header.
8952
8953         * main.c (main): Don't load cookies here.
8954         (main): Make loadcookies and savecookies call the correct command.
8955
8956         * http.c (http_loop): Load cookies on-demand.
8957
8958 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8959
8960         * http.c (gethttp): Fix indentation of SSL ifdef.
8961
8962 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8963
8964         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
8965         that hack is no longer necessary.
8966         (getftp): Prepend initial directory to *non*-absolute u->dir's.
8967
8968 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8969
8970         * init.c (cmd_file): New function.
8971         (enable_tilde_expansion): New variable.
8972         (run_wgetrc): Use it.
8973         (cmd_file): Use it.
8974
8975 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8976
8977         * init.c: Include cookie-related options.
8978
8979         * main.c (main): Include cookie-specific options.
8980         (main): Load cookies before download is finished.
8981         (main): Save cookies when done.
8982
8983         * http.c (gethttp): Process the `Set-Cookie' header.
8984         (gethttp): Include cookies in the response.
8985
8986         * cookies.c: New file.
8987
8988 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8989
8990         * utils.c (datetime_str): New function.
8991
8992 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8993
8994         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
8995         12:01PM == 00:01, which was obviously wrong. Taken care of this
8996         anomaly.
8997
8998         * ChangeLog: Removed an excess conflict marker. Reformatted the
8999         entry by Philipp Thomas from 2001-03-09.
9000
9001         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
9002         between 0 and 23. Elminate unused variable `sec'.
9003
9004 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9005
9006         * hash.c (hash_table_count): New function.
9007
9008 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9009
9010         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
9011         Digital Unix cc.
9012
9013 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9014
9015         * config.h.in: Oops, do the namespace tweaks only on systems we
9016         know about.
9017
9018 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9019
9020         * hash.c: Include <string.h>.
9021
9022 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9023
9024         * config.h.in: Define "compilation environment" options that work
9025         under Linux and Solaris.  To be reviewed on other OS'es.
9026
9027 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9028
9029         * http.c (gethttp): Prepend literal newline with `\n\'.
9030
9031 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9032
9033         * sysdep.h: Don't define VERY_LONG_FORMAT.
9034
9035         * utils.c (very_long_to_string): New function.
9036         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
9037
9038 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
9039
9040         * url.c (parse_uname): Would run past the end of the string if the
9041         username was present, but the URL did not contain a slash, e.g.
9042         http://foo:bar@myhost.
9043
9044 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
9045
9046         * http.c (http_atotm): Use %A instead of %a to match full
9047         weekday.  (On most systems there is no difference.)
9048
9049 2001-04-03  Paul Bludov  <paul@ozero.net>
9050
9051         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
9052         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
9053         leak.
9054         (ws_mypath): Use GetModuleFileName instead of argv[0].
9055         (ws_startup): Use data.wVersion for comparison.
9056
9057 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9058
9059         * http.c (http_loop): Ditto.
9060
9061         * ftp.c (ftp_loop_internal): Made the check whether to continue
9062         retrieval `-O'-friendly.
9063
9064 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9065
9066         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
9067         they will be handled as whitespace.
9068         (parse_netrc): Correctly handle lines that end with whitespace.
9069
9070 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9071
9072         * retr.c (retrieve_url): New variable global_download_count used
9073         to identify first retrieval.
9074
9075         * ftp.c (getftp): Ditto.
9076
9077         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
9078
9079 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9080
9081         * init.c (cmd_address): Heap-allocate the address that gets stored
9082         to CLOSURE.  Old code would simply assign an address on the stack.
9083
9084 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
9085
9086         * ftp.c (ftp_get_listing): Propagate error status.
9087         (ftp_retrieve_glob): Use it.
9088         (ftp_loop): Ditto.
9089
9090 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
9091
9092         * main.c (main): Add -C to the string that is the third arg to
9093         getopt_long().
9094
9095 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9096
9097         * ftp.c (getftp): Don't start the download from scratch if `-c'
9098         was specified, but the file is already fully downloaded.
9099
9100         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
9101         specified and the server doesn't support continued download.
9102         (gethttp): Don't start the download from scratch if `-c' was
9103         specified, but the file is already fully downloaded.
9104
9105 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9106
9107         (recursive_retrieve): Don't clear the hash tables at this point at
9108         all; it interferes with the normal operation of register_download.
9109
9110 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9111
9112         * recur.c (recursive_retrieve): Clear the hash tables only when
9113         they are defined.
9114
9115 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9116
9117         * http.c (gethttp): Make sure the socket is closed with
9118         CLOSE_INVALIDATE before we have drained the body.
9119
9120 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9121
9122         * retr.c (retrieve_url): Call register_download() for downloaded
9123         files and register_html() for downloaded HTML files.
9124
9125         * recur.c (register_download): New function; register here that a
9126         file has been downloaded, rather than in recursive_retrieve().
9127         (register_html): New function; enqueue the location of HTML files
9128         here rather than in recursive_retrieve().
9129
9130 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9131
9132         * main.c (print_help): Use multiple fputs instead of a single ugly
9133         printf().
9134         (main): Consistently assign numbers >128 to options without a
9135         corresponding character.
9136
9137 2001-03-09  Philipp Thomas  <pthomas@suse.de>
9138
9139         * safe-ctype.h: New file. Locale independent ctype.h replacement
9140         taken from libiberty.
9141
9142         * safe-ctype.c: New file. Tables for above.
9143
9144         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
9145         safe-ctype$o.
9146
9147         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
9148         isspace.
9149
9150         * ftp-basic.c: Don't include ctype.h.
9151
9152         * ftp-ls.c: Likewise.
9153
9154         * ftp.c: Likewise.
9155
9156         * headers.c: Likewise.
9157
9158         * host.c: Likewise.
9159
9160         * html-parse.c: Likewise.
9161
9162         * html-url.c: Likewise.
9163
9164         * http.c: Likewise.
9165
9166         * init.c: Likewise.
9167
9168         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
9169
9170         * netrc.c: Likewise.
9171
9172         * recur.c: Likewise.
9173
9174         * retr.c: Likewise.
9175
9176         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
9177         instead of isdigit.
9178
9179         * sysdep.h: Remove defines of ctype macros as they aren't needed
9180         for safe-ctype-h.
9181
9182         * url.c: Don't include ctype.h.
9183
9184         * utils.c: Likewise.
9185
9186         * wget.h: Include safe-ctype.h.
9187
9188 2001-03-27  Dan Harkless  <wget@harkless.org>
9189
9190         * Makefile.in: Moved top_builddir out of "User configuration
9191         section" of top Makefile and analogous spot in this one.
9192
9193 2001-03-17  Dan Harkless  <wget@harkless.org>
9194
9195         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
9196         Define top_builddir.  Link wget with libtool so the user doesn't
9197         have to supply a bunch of custom environment variables to
9198         correctly link with the OpenSSL shared libraries.
9199
9200 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
9201
9202         * http.c (gethttp): skip :port in host header if it is the
9203         DEFAULT_HTTPS_PORT when using SSL.
9204
9205         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
9206         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
9207         rest of the code.
9208         * url.h: Ditto
9209
9210 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
9211
9212         * retr.c (show_progress): Correctly calculate the number of bytes
9213         in the first line of the download that have been actually
9214         downloaded in this run.
9215
9216 2001-02-23  Dan Harkless  <wget@harkless.org>
9217
9218         * main.c (print_help): --help documentation for -N said it would
9219         re-download files if they had the _same_ timestamp on server.
9220         (print_help): -nr belongs in "FTP options" section of --help
9221         output, not "Recursive retrieval" section.  Alphabetized FTP
9222         options by long option name.
9223
9224 2001-02-16  Dan Harkless  <wget@harkless.org>
9225
9226         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
9227         that "httpsproxy" had been inserted into commands[] out of
9228         alphabetical order, causing "BUG: unknown command `httpuser'".
9229
9230 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9231
9232         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
9233         listing without correct permissons).
9234
9235         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
9236         FTP server.
9237
9238         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
9239         shall be donwloaded only when it's newer than the local copy or
9240         when it has the same timeestamp but its size is different. ST_VMS
9241         and ST_MACOS as special cases that lie about file size.
9242
9243         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
9244
9245         * Makefile.in: Removed dependency on ftpparse library due to unclear
9246         copyright issues and absence of any feedback to our queries.
9247
9248         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
9249         copyright issues and absence of any feedback to our queries.
9250         (ftp_parse_ls): Added a warning message when remote server system
9251         does not seem to be suported by wget.
9252         (ftp_parse_vms_ls): New function for parsing VMS ftp
9253         server listing output.
9254         (clean_line): New function responsible for removing
9255         end-of-line characters from FTP listing texts.
9256
9257         * ftp.c (getftp): Global variables pwd and host_type are now
9258         member of the ccon structure under names ccon.id and ccon.rs.
9259
9260         * ftp.h (struct ccon): Added formed global variables from ftp.c,
9261         enum stype rs (remote system identification) and char *id (initial
9262         working directory), as suggested by Hrvoje.
9263
9264         * url.c (parse_uname): Added support for passwords containing '@'
9265         characters.
9266         (skip_uname): Ditto.
9267
9268 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9269
9270         * ftp.c (ftp_loop): Reset con.
9271
9272 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9273
9274         * url.c (parse_uname): Added support for passwords containing '@'
9275         characters.
9276         (skip_uname): Ditto.
9277
9278 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
9279
9280         * url.c (parseurl): Debug-print u->ftp_type.
9281
9282 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9283
9284         * ftp.c (ftp_loop_internal): Disable padding.
9285         (getftp): Ditto.
9286
9287         * http.c (http_loop): Disable padding.
9288
9289         * retr.c (show_progress): Use it to enable padding.
9290
9291         * retr.c (rate): Optional parameter PAD for padding the rate.
9292
9293 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9294
9295         * retr.c (show_progress): Make sure that the last output line
9296         includes progress.
9297
9298 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
9299
9300         * retr.c (show_progress): Print the download rate along with the
9301         percentages.
9302         Along with Anders Thorsby <anders@thorsby.dk>.
9303
9304 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
9305
9306         * ftp.h: Rename enums `command' to `wget_ftp_command' and
9307         `fstatus' to `wget_ftp_status' because old names clash with Tru64
9308         net/if.h.
9309
9310 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
9311
9312         * gen_sslfunc.c: verify_callback is now static
9313
9314         * gen_sslfunc.c (init_ssl): load certificate if specified
9315
9316         * gen_sslfunc.c (ssl_printerr): new function
9317
9318         * init.c: added new --sslcertfile and --sslcertkey switches
9319
9320         * main.c: ditto
9321
9322         * options.h: ditto
9323
9324         * http.c (gethttp): abort when init_ssl fails
9325
9326 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
9327
9328         * mswindows.h: Include <malloc.h>; it's needed for alloca().
9329
9330 2001-01-10  Dan Harkless  <wget@harkless.org>
9331
9332         * url.c (str_url): Clarified this function's comment header after
9333         Hrvoje answered my question on the list as to when hide != 1.
9334         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
9335
9336 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9337
9338         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
9339         Drazen Kacar <dave@arsdigita.com>.
9340         (conaddr): Ditto.
9341
9342 2001-01-09  Dan Harkless  <wget@harkless.org>
9343
9344         * html-url.c: A bunch of fixup of `--page-requisites'-related
9345         comments to reflect Hrvoje's changes to my code when transplanting
9346         it into this new file, to fix spelling mistakes, to clarify, etc.
9347
9348         * url.c (write_backup_file): Clarified a comment.
9349         (str_url): Henrik van Ginhoven pointed out on the list that we
9350         shouldn't give away the number of characters in the password by
9351         replacing each character with a 'x'.  Use "<password>" instead.
9352
9353         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
9354         directories didn't work if logging in put you in a directory other
9355         than "/" is fixed now.  Removed the comment here warning of the bug.
9356
9357         * main.c (print_help): --continue's description was misleading.
9358         We don't "restart", we "resume".  Also, better to say
9359         "partially-downloaded file" rather than just "existing file".
9360
9361 2001-01-06  Dan Harkless  <wget@harkless.org>
9362
9363         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
9364         the best way to go about my aim.  Removed them in favor of:
9365
9366         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
9367
9368 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9369
9370         * url.c (replace_attr): New function, to be used by both
9371         TO_COMPLETE and TO_RELATIVE case in convert_links.
9372         (find_fragment): New function for finding URL fragments.
9373         (replace_attr): Better handle the case where the original string
9374         is not quoted.  Use find_fragment.
9375         (convert_links): Use replace_attr().
9376
9377 2000-12-31  Dan Harkless  <wget@harkless.org>
9378
9379         * ChangeLog: Since this flat file doesn't have multiple branches,
9380         looking at the dates would make you think that things went into
9381         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
9382         in 1.6 branch.]" where appropriate to clarify.
9383
9384 2000-12-30  Dan Harkless  <wget@harkless.org>
9385
9386         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
9387         patch to deal with h_errno not being defined in netdb.h under Cygwin.
9388
9389 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
9390
9391         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
9392
9393 2000-12-17  Igor Khristophorov  <igor@atdot.org>
9394
9395         * http.c (check_end): Fix test for '+' or '-'.
9396
9397 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9398
9399         * url.c (parseurl): Rename inner loop var from i to ind to avoid
9400         clash with the function top-level-declared variable i.
9401         (str_url): Likewise, rename inner-loop i to j.
9402
9403         * recur.c (parse_robots): Don't declare LEN at top of function.
9404         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
9405         global variable.
9406
9407         * main.c (main): Change erroneous use of bitwise and to logical.
9408
9409         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
9410         the stack because it will be copied to closure.
9411
9412         Thanks to Csaba Raduly's run of PC-LINT over the sources.
9413
9414 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9415
9416         * http.c (basic_authentication_encode): Use xmalloc(), not
9417         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
9418         sources.
9419
9420 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
9421
9422         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
9423         compilation.
9424
9425 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9426
9427         * mswindows.c: Include <errno.h>.
9428
9429         * gen_sslfunc.c: Include <errno.h>.
9430
9431         * ftp-basic.c: Don't attempt to declare errno or h_errno because
9432         they're not used.
9433
9434         * main.c: Include <errno.h> because errno is used.
9435
9436         * ftp.c: Ditto.
9437
9438         * http.c: Include <netdb.h> for h_errno.
9439
9440 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9441
9442         * html-parse.c (advance_declaration): MSVC assert() chokes on
9443         '\"'.  Use '"' instead.
9444
9445 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9446
9447         * utils.c (xfree_real): Removed.
9448         (xfree_debug): Just call free().
9449
9450         * wget.h (xfree): Make it an alias for free.
9451
9452 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9453
9454         * http.c (http_loop): Furthermore, touch output_document only if
9455         it is known to be an existing regular file.
9456
9457 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9458
9459         * ftp.c (ftp_retrieve_list): Ditto.
9460
9461         * http.c (http_loop): Touch output_document if that is used for
9462         output.
9463
9464 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9465
9466         * http.c: Include gen_sslfunc.h after including Wget's headers.
9467         (persistent_available_p): Needed coma before `int ssl'.
9468
9469 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9470
9471         * ftp.c (ftp_loop_internal): Ditto.
9472
9473         * http.c (http_loop): Use it.
9474
9475         * retr.c (sleep_between_retrievals): New function that handles the
9476         logic of opt.wait and opt.waitretry.
9477
9478 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9479
9480         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
9481         rbuf_read_bufferful when the buffer is depleted.
9482
9483         * rbuf.c (rbuf_read_bufferful): New function.
9484
9485 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9486
9487         * gen_sslfunc.h: Use ansi2knr style function declarations.
9488
9489         * gen_sslfunc.c: Reformat according to the GNU coding standards.
9490         More should be done.
9491
9492         * http.c (persistent_available_p): Place the cheap SSL test nearer
9493         the top of the function.
9494         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
9495
9496 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9497
9498         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
9499         char.
9500
9501 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
9502
9503         * Makefile.in: added gen_sslfunc object
9504         * config.h.in: added HAVE_SSL define
9505         * connect.c: changed select_fd from static int to int
9506         * connect.h: ditto
9507         * gen_sslfunc.h: New file
9508         * gen_sslfunc.c: ditto
9509         * http.c: added HTTPS fuctionality
9510         * retrc.c: ditto
9511         * url.c: ditto
9512         * init.c: added opt.httpsproxy
9513         * options.h: ditto
9514         * rbuf.h: added alternate rbuf struct
9515         * wget.h: added CONSSLERR
9516         * rbuf.c: ditto
9517
9518         * http.c: Added HTTPS fuctionality.
9519
9520         * retrc.c: Ditto.
9521
9522         * url.c: Ditto.
9523
9524         * init.c: Added opt.httpsproxy.
9525
9526         * options.h: Ditto.
9527
9528         * rbuf.h: Added alternate rbuf struct.
9529
9530         * wget.h: Added CONSSLERR.
9531
9532         * rbuf.c: Ditto.
9533
9534 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9535
9536         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
9537         "ignore_perms" to ignore file and directory permissions for
9538         Windows NT FTP server listings.
9539         (ftp_parse_winnt_ls): New function.
9540         (ftp_parse_ls): Parses UNIX and Windows NT listings
9541         separately. Simple heuristics for distinguishing between UNIX and
9542         MS-DOS-like FTP listing provided by Windows NT FTP service.
9543
9544 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9545
9546         * ftpparse.c, ftpparse.h: New files.
9547
9548         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
9549         only. Use ftp_parse_nonunix_ls otherwise.
9550         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
9551         exotic FTP servers.
9552
9553         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
9554         FTP servers.
9555
9556         * ftp.c: New static wariables host_type, pwd, and pwd_len.
9557         (getftp): Support for VMS. Support for FTP servers that do not
9558         place you in the root directory after login.
9559         (ftp_retrieve_list): VMS is silent about the real file size, issue
9560         a more appropriate message.
9561         (ftp_get_listing): Pass host_type to ftp_parse_ls.
9562
9563         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
9564
9565 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9566
9567         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
9568         "ignore_perms" to ignore file and directory permissions for
9569         Windows NT FTP server listings.
9570         (ftp_parse_winnt_ls): New function.
9571         (ftp_parse_ls): Parses UNIX and Windows NT listings
9572         separately. Simple heuristics for distinguishing between UNIX
9573         and MS-DOS-like FTP listing provided by Windows NT FTP service.
9574
9575 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
9576
9577         * netrc.c (parse_netrc): Get rid of line ending.
9578
9579 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9580
9581         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
9582         Dan.
9583
9584 2000-11-24  Karl Eichwalder  <ke@suse.de>
9585
9586         * main.c (print_help): Untabify.
9587
9588 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
9589
9590         * utils.c (xrealloc_debug): Do the unregister/register thing only
9591         if the pointer has actually changed.
9592         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
9593         (xfree_real): Ditto.
9594         (xrealloc_real): Ditto.
9595         (xstrdup_real): Ditto.
9596
9597 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
9598
9599         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
9600         string; no need to strdup() it.
9601         (getftp): Make pwd_len a local variable.
9602         (ftp_loop): Free PWD before returning.
9603
9604         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
9605
9606 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
9607
9608         * all: Use xfree() instead of free.
9609
9610         * utils.c (xfree): New function.
9611
9612 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9613
9614         * url.c (convert_links): HTML-quote the converted string.
9615
9616         * utils.c (html_quote_string): Move here from ftp-ls.c
9617         (html_quote_string): Make non-static; declare in utils.h.
9618         (html_quote_string): Convert SP to &#32;.
9619
9620 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9621
9622         * ftp.c (getftp): Reformat Jan's code according to GNU coding
9623         standards; remove (debugging?) printf's; use '\0' for the ASCII
9624         zero character.  Use alloca() instead of malloc() for
9625         inter-function temporary allocations.
9626
9627 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9628
9629         * ftpparse.c, ftpparse.h: New files.
9630
9631         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
9632         only. Use ftp_parse_nonunix_ls otherwise.
9633         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
9634         exotic FTP servers.
9635
9636         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
9637         FTP servers.
9638
9639         * ftp.c: New static wariables host_type, pwd, and pwd_len.
9640         (getftp): Support for VMS. Support for FTP servers that do not
9641         place you in the root directory after login.
9642         (ftp_retrieve_list): VMS is silent about the real file size, issue
9643         a more appropriate message.
9644         (ftp_get_listing): Pass host_type to ftp_parse_ls.
9645
9646         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
9647
9648 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9649
9650         * hash.c (hash_table_put): Don't overwrite deleted mappings.
9651
9652 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9653
9654         * hash.c (find_mapping): New function.
9655         (hash_table_get): Use it.
9656         (hash_table_get_pair): Ditto.
9657         (hash_table_exists): Ditto.
9658         (hash_table_remove): Ditto.
9659         (hash_table_remove): Really delete the entry if the mapping
9660         following LOCATION is empty.
9661
9662         * utils.c (string_set_add): Check whether the element has existed
9663         before.
9664
9665         * hash.c (hash_table_get_pair): New function.
9666
9667 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9668
9669         * http.c (http_process_type): Ignore trailing whitespace; use
9670         strdupdelim().
9671
9672         * recur.c (recursive_retrieve): Use the new `convert' field.
9673         (convert_all_links): Ditto.
9674         (convert_all_links): Don't respect meta_disallow_follow.
9675
9676         * html-url.c (handle_link): Fill out link_relative_p and
9677         link_complete_p.
9678
9679         * url.h (struct _urlpos): Make elements more readable.
9680
9681         * recur.c (recursive_retrieve): Call slist_prepend instead of
9682         slist_append.
9683         (convert_all_links): Call slist_nreverse before iterating through
9684         urls_html.
9685
9686         * utils.c (slist_prepend): New function.
9687         (slist_nreverse): Ditto.
9688
9689 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9690
9691         * http.c (check_end): Constify.
9692
9693 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9694
9695         * http.c (http_loop): If username and password are known, try the
9696         `Basic' authentication scheme by default.
9697
9698         * connect.h: Declare test_socket_open.
9699
9700 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9701
9702         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
9703
9704 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9705
9706         * http.c (gethttp): Don't use the return value of sprintf().
9707         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
9708
9709 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9710
9711         * recur.c (recursive_retrieve): Print the "so we don't load"
9712         debugging message only if we really don't load.
9713
9714         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
9715         (gethttp): Don't request keep-alive if keep-alive is inhibited.
9716
9717 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
9718
9719         * http.c (gethttp): Make the HTTP persistent connections more
9720         robust.
9721
9722 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
9723
9724         * retr.c (get_contents): If use_expected, make sure that the
9725         appropriate amount of data is being read.
9726
9727         * http.c (gethttp): Check for both `Keep-Alive: ...' and
9728         `Connection: Keep-Alive'.
9729
9730         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
9731         turned on.
9732
9733 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
9734
9735         * http.c (connection_available_p): Use it.
9736
9737         * connect.c (test_socket_open): New function.
9738
9739         * http.c (gethttp): Support persistent connections.  Based on the
9740         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
9741         (register_persistent): New function.
9742         (connection_available_p): Ditto.
9743         (invalidate_connection): Ditto.
9744
9745 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
9746
9747         * url.c (convert_links): Handle UREL2ABS case.
9748
9749         * recur.c (recursive_retrieve): Instead of the list
9750         urls_downloaded, use hash tables dl_file_url_map and
9751         dl_url_file_map.
9752         (convert_all_links): Use them to retrieve data.
9753
9754         * host.c (clean_hosts): Free the hash tables.
9755
9756         * main.c (private_initialize): Call host_init().
9757
9758         * host.c (store_hostaddress): Use a saner, hash table-based data
9759         model.
9760         (realhost): Ditto.
9761         (host_init): Initialize the hash tables.
9762
9763 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
9764
9765         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
9766         used for what the sorted slists used to be used for.
9767         (slist_contains): Don't rely on the list being sorted.
9768         (slist_append): Simplify the code.
9769
9770         * recur.c (recursive_cleanup): Use free_string_set.
9771
9772         * utils.c (string_set_add, string_set_exists, string_set_free):
9773         New functions for easier freeing of hash tables whose keys are
9774         strdup'ed strings.
9775
9776         * recur.c (recursive_retrieve): Use the hash table functions for
9777         storing undesirable URLs.
9778
9779         * hash.c: New file.
9780
9781 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9782
9783         * main.c (private_initialize): Call url_init.
9784         (main): Call private_initialize.
9785
9786         * url.c (unsafe_char_table): New table.
9787         (UNSAFE_CHAR): Use it.
9788         (init_unsafe_char_table): New function.
9789         (url_init): New function; call init_unsafe_char_table.
9790
9791 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
9792
9793         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
9794         _vsnprintf respectively.
9795
9796 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
9797
9798         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
9799         on Linux.
9800
9801 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
9802
9803         * html-url.c (handle_link): Handle HTML fragment identifiers.
9804
9805         * recur.c (recursive_retrieve): If norobot info is respected and
9806         the file is specified not to be followed by robots, respect that.
9807
9808         * html-url.c (collect_tags_mapper): Handle <meta name=robots
9809         content=X>.  For us the important cases are where X is NONE or
9810         where X contains NOFOLLOW.
9811         (get_urls_html): Propagate that information to the caller.
9812
9813 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9814
9815         * url.c (convert_links): Unlink the file we might be reading from
9816         before writing to it.
9817         (convert_links): Use alloca instead of malloc for
9818         filename_plus_orig_suffix.
9819
9820 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
9821
9822         * host.c (realhost): Add HOST to the list with quality==0 only if
9823         it wasn't already there.
9824         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
9825
9826 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9827
9828         * url.c (get_urls_file): Ditto.
9829         (convert_links): Ditto.
9830
9831         * html-url.c (get_urls_html): Use read_file() instead of
9832         load_file().
9833
9834         * utils.c (read_file): New function, instead of the old
9835         load_file().
9836         (read_file_free): Ditto.
9837
9838         * url.c (findurl): Search only for the supported protocols.
9839         (convert_links): Use fwrite() when writing out a region of
9840         characters.
9841
9842 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9843
9844         * ftp-ls.c: Move html_quote_string and ftp_index here.
9845
9846         * url.c: Remove get_urls_html, since that's now in html-url.c.
9847
9848         * html-url.c: New file.
9849
9850         * html-parse.c: New file.
9851
9852 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9853
9854         * init.c (run_wgetrc): Don't bother killing off '\r' since
9855         pars_line() skips whitespace at end of line anyway.
9856         (parse_line): Oops, it didn't.  Now it does.
9857
9858         * recur.c (parse_robots): Ditto here.
9859
9860         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
9861         manually because read_whole_line no longer does.
9862
9863         * utils.c (read_whole_line): Rewrite to: a) use less memory
9864         (reallocates to needed size after work), b) work faster -->
9865         fgets() instead of getc, c) be more correct --> doesn't kill the
9866         newline character at the end of line.
9867
9868 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9869
9870         * init.c (comind): Initialize MAX to array size - 1.
9871
9872 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9873
9874         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
9875         Suggested by Edward J. Sabol.
9876
9877 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9878
9879         * url.c (construct): Handle the case where host name is not
9880         followed by a slash.
9881
9882 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9883
9884         * init.c: commands[] need to be sorted!  ("base" wasn't.)
9885
9886 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9887
9888         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
9889         `if'.
9890
9891 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9892
9893         * url.c (construct): Insert unneeded initialization for the
9894         compiler to shut up.
9895
9896         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
9897         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
9898         otherwise gets lost when you define _XOPEN_SOURCE.
9899
9900         * utils.c (touch): Include the file name in the error message.
9901         From Debian.
9902
9903 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9904
9905         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
9906         resize the buffer to fit the formated message.  That way, messages
9907         of arbitrary size may be printed.
9908         (logvprintf): Use saved_append() to optionally log the last
9909         several lines of output.
9910         (logputs): Ditto.
9911         (log_close): Adapt to new data structures.
9912         (log_dump): Ditto.
9913         (redirect_output): Print messages to stderr, not to stdout.
9914
9915         * log.c (saved_append_1): New function.  Replaces the old logging
9916         system ("log all output until 10M characters") with a new, much
9917         more reasonable one ("log last screenful of text").
9918         (saved_append): New function; call saved_append_1.
9919         (free_log_line): New function.
9920
9921 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9922
9923         * url.c (construct): Fix comment.
9924         (find_last_char): Document.
9925
9926 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9927
9928         * snprintf.c: New file.
9929
9930 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
9931
9932         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
9933         types to logprintf() and debug_logprintf().
9934
9935 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9936
9937         * ftp.c (ftp_loop_internal): Hide the password from the URL when
9938         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
9939         <darekm@bydg.lomac.com.pl>.
9940
9941 2000-11-02  Junio Hamano  <junio@twinsun.com>
9942
9943         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
9944
9945 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
9946
9947         * http.c (known_authentication_scheme_p): Recognize NTML
9948         authentication.
9949         (create_authorization_line): Treat NTML the same as `Basic'.
9950
9951 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9952
9953         * retr.c (retrieve_url): Free url before returning.
9954         (retrieve_url): Free mynewloc before returning.
9955         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
9956
9957 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9958
9959         * url.c (parseurl): Remove possible reading past the end of
9960         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
9961
9962 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9963
9964         * main.c (main): In case of opt.downloaded overflowing, print
9965         <overflow> instead of a totally bogus random value.
9966
9967         * retr.c (retrieve_from_file): Ditto.
9968
9969         * recur.c (recursive_retrieve): Ditto.
9970
9971         * main.c (main): Ditto.
9972
9973         * http.c (http_loop): Ditto.
9974
9975         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
9976         `+=', and downloaded_exceeds_quota() instead of the simple-minded
9977         check.
9978         (ftp_retrieve_list): Ditto.
9979         (ftp_retrieve_dirs): Ditto.
9980         (ftp_retrieve_glob): Ditto.
9981
9982         * retr.c (downloaded_increase): New function.  Notice overflows of
9983         opt.downloaded.
9984         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
9985         used if it overflowed.
9986
9987         * options.h (struct options): New member downloaded_overflow.
9988
9989 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9990
9991         * wget.h (enum): Remove extra space after last enumeration.
9992
9993 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9994
9995         * main.c (main): Use legible_very_long() for printing
9996         opt.downloaded.
9997
9998         * utils.c (legible_1): New function that operates on strings and
9999         does the brunt of legible()'s work.
10000         (legible): Use legible_1().
10001         (legible_very_long): New function; dump the argument with
10002         sprintf(), and call legible_1().
10003
10004         * options.h (struct options): Use VERY_LONG_TYPE for
10005         opt.downloaded.
10006
10007         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
10008         type.
10009
10010         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
10011         defined.  Define HAVE_LONG_LONG if long long is available.
10012
10013 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10014
10015         * utils.c (long_to_string): Update with a later, better version.
10016
10017 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10018
10019         * url.c (path_simplify_with_kludge): New function.
10020         (path_simplify_with_kludge): Disable it.  Instead...
10021         (parse_dir): ...make sure that at this point the right thing is
10022         done, i.e. that "query" part of the URL (?...) is always assigned
10023         to the file, never to the directory portion of the path.
10024
10025 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10026
10027         * retr.c (retrieve_url): Detect redirection cycles.
10028
10029 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10030
10031         * url.c (get_urls_html): Decode HTML entities using
10032         html_decode_entities.
10033
10034         * html.c (htmlfindurl): Don't count the `#' in numeric entities
10035         (&#NNN;) as an HTML fragemnt.
10036         (html_decode_entities): New function.
10037
10038 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10039
10040         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
10041
10042 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10043
10044         * url.c (construct): Rewritten for clarity.  Avoids the
10045         unnecessary copying and stack-allocation the old version
10046         performed.
10047
10048 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
10049
10050         * ftp.c (getftp): Ditto.
10051
10052         * http.c (gethttp): Rewind the stream when retrying from scratch.
10053
10054 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
10055
10056         * retr.c (retrieve_url): Use url_concat() to handle relative
10057         redirections instead of /ad hoc/ code.
10058
10059         * url.c (url_concat): New function encapsulating weird
10060         construct().
10061         (urllen_http_hack): New function.
10062         (construct): When constructing new URLs, recognize that `?' does
10063         not form part of the file name in HTTP.
10064
10065 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
10066
10067         * retr.c: Add msec timing support for WINDOWS.
10068         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
10069         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
10070
10071 2000-10-27  Dan Harkless  <wget@harkless.org>
10072
10073         * retr.c (retrieve_url): Manually applied T. Bharath
10074         <TBharath@responsenetworks.com>'s patch to get wget to grok
10075         illegal relative URL redirects.  Reformatted and re-commented it.
10076
10077 2000-10-23  Dan Harkless  <wget@harkless.org>
10078
10079         * connect.c (make_connection and bindport): Manually applied Rob
10080         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
10081         changing coding style to GNU's.
10082
10083         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
10084         files downloaded via FTP.  Per a comment, .listing files were not
10085         counted towards number of bytes and files downloaded because they're
10086         deleted anyway.  Well, they aren't under -nr, so count them then.
10087
10088         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
10089         --bind-address, alphabetizing, changing coding style to GNU's,
10090         commenting, and renaming cmd_ip_address() to cmd_address() to
10091         imply hostnames also okay.
10092
10093         * main.c (main): --delete-after didn't delete the root of the
10094         tree.  Ignore --convert-links if --delete-after was specified.
10095         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
10096         fixing duplicate use of added-since-1.5.3 case value.
10097         (print_help): Clarified that --delete-after deletes local files.
10098         Rob forgot to add a line for his new --bind-address option.
10099
10100         * options.h (struct options): Manually applied Rob Mayoff's patch
10101         to add --bind-address (bind_address structure member).
10102
10103         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
10104         Ignore --convert-links if --delete-after was specified.
10105
10106         * retr.c (retrieve_from_file): Just added a DEBUGP().
10107
10108 2000-10-19  Dan Harkless  <wget@harkless.org>
10109
10110         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
10111         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
10112         patch to work around FTP servers that incorrectly respond to the
10113         "REST" command with the remaining size rather than the total file size.
10114
10115         * http.c (gethttp): Improved a comment and added code to tack on
10116         ".html" to text/html files without that extension when -E specified.
10117         (http_loop): Use new downloaded_file() enumerators and deal with
10118         the case of gethttp() called xrealloc() on u->local.
10119
10120         * init.c (commands): Added new "htmlextension" command.
10121         Also renamed John Daily's cmd_quad() to the more descriptive
10122         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
10123         removed duplicate cmd_boolean() declaration.
10124
10125         * main.c (print_help): Added my new -E / --html-extension option.
10126         (main): Undocumented --email-address option previously used -E synonym.
10127         Stole it away for the much more deserving --html-extension's use.
10128
10129         * options.h (struct options): Added html_extension field.
10130
10131         * url.c (convert_links): URL X that we saved as X.html locally due
10132         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
10133         (downloaded_file): Now remembers if we added .html extension to a file.
10134
10135         * url.h (downloaded_file_t): Added extra enumerators to support above.
10136         (downloaded_file): Now takes and returns a downloaded_file_t.
10137
10138         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
10139
10140 2000-10-09  Dan Harkless  <wget@harkless.org>
10141
10142         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
10143
10144         * main.c (print_help): Clarified what --retr-symlinks does.
10145
10146 2000-09-15  John Daily  <jdaily@cyberdude.com>
10147
10148         * init.c: Add support for "always" and "never" values to allow
10149         .wgetrc to override commandline (useful e.g. with .pm files
10150         calling `wget --passive-ftp' when your firewall doesn't allow that).
10151
10152         * ftp.c (getftp): passive_ftp is first option to support always/never.
10153
10154 2000-08-30  Dan Harkless  <wget@harkless.org>
10155
10156         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
10157
10158         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
10159         Wrapped some > 80-column lines.  When -p is specified and we're at a
10160         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than
10161         <LINK REL="stylesheet">.
10162
10163         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
10164
10165         * init.c: Added new -p / --page-requisites / page_requisites option.
10166
10167         * main.c (print_help): Clarified that -l inf and -l 0 both allow
10168         infinite recursion.  Changed the unhelpful --mirrior description
10169         to simply give the options it's equivalent to.  Added new -p option.
10170         (main): Added some comments; handle new -p / --page-requisites.
10171
10172         * options.h (struct options): Added new page_requisites field.
10173
10174         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
10175         Calculate and pass down new `dash_p_leaf_HTML' parameter to
10176         get_urls_html().  Use new INFINITE_RECURSION #define.
10177
10178         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
10179         final `dash_p_leaf_HTML' parameter.
10180
10181         * url.c: get_urls_html() and htmlfindurl() now take final
10182         `dash_p_leaf_HTML' parameter.
10183
10184         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
10185
10186         * wget.h: Added some comments and new INFINITE_RECURSION #define.
10187
10188 2000-08-23  Dan Harkless  <wget@harkless.org>
10189
10190         * main.c (print_help): -B / --base was not mentioned.
10191
10192 2000-08-22  Dan Harkless  <wget@harkless.org>
10193
10194         * main.c (print_help): Modified -nc description to mention that it
10195         also prevents the creation of multiple versions of the same file
10196         with ".<number>" suffixes.
10197
10198 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
10199
10200         * retr.c (retrieve_url): Consistently strdup opt.referer when
10201         setting u->referer.
10202
10203 2000-06-09  Dan Harkless  <wget@harkless.org>
10204
10205         * main.c (print_help): --help output for --waitretry was over 80 cols.
10206
10207 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
10208
10209         * url.c (encode_string): Fix comment.
10210         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
10211
10212 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
10213
10214         * ftp.c (ftp_retrieve_list): Change permissions only on plain
10215         files.
10216
10217 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
10218
10219         * url.c (str_url): Print the port number only if it's different
10220         from the default port number for that protocol.
10221
10222 2000-05-22  Dan Harkless  <wget@harkless.org>
10223
10224         * main.c (print_help): Added --help line for Damir Dzeko
10225         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
10226         Removed comments that --referer and --waitretry were undocumented.
10227         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
10228         line for --execute.
10229
10230 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
10231
10232         * ftp.c (getftp): Ditto.
10233
10234         * http.c (gethttp): Check for return value of fclose/fflush.
10235
10236 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
10237
10238         * host.c (store_hostaddress): Instead of shifting ADDR, start
10239         copying from the correct address.
10240
10241 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
10242
10243         * http.c (gethttp): Don't free REQUEST -- it was allocated with
10244         alloca().
10245         Pointed out by Gisle Vanem <gvanem@eunet.no>.
10246
10247 2000-04-04  Dan Harkless  <wget@harkless.org>
10248
10249         * host.c (store_hostaddress): R. K. Owen's patch introduces a
10250         "left shift count >= width of type" warning on 32-bit
10251         architectures.  Got rid of it by tricking the compiler w/ a variable.
10252
10253         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
10254         characters per RFC1738, namely everything above '~'.  It also
10255         generated a warning on OSes where char =~ unsigned char.  Fixed.
10256
10257 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
10258
10259         * http.c (http_process_type): Removed needless strdup(), a memory
10260         leak.
10261
10262 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
10263
10264         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
10265
10266 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
10267
10268         * init.c (wgetrc_file_name): Don't free HOME under Windows.
10269
10270 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
10271
10272         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
10273
10274 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
10275
10276         * url.c (UNSAFE_CHAR): New macro.
10277         (contains_unsafe): Use it.
10278         (encode_string): Ditto.
10279
10280 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
10281
10282         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
10283
10284 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10285
10286         * Use TOUPPER/TOLOWER.
10287
10288 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
10289
10290         * ftp-opie.c (btoe): Zero-terminate OSTORE.
10291
10292 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
10293
10294         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
10295
10296         * sysdep.h (ISALNUM): New macro.
10297         (TOLOWER): Ditto.
10298         (TOUPPER): Ditto.
10299
10300 2000-03-10  Dan Harkless  <wget@harkless.org>
10301
10302         * html.c (idmatch): Implemented checking of my new --follow-tags
10303         and --ignore-tags options.
10304
10305         * init.c (commands): Added comment reminding people adding new
10306         entries doing allocation to add corresponding freeing in cleanup().
10307         (commands): Added new followtags and ignoretags commands.
10308         (cleanup): Free storage for new followtags and ignoretags.
10309
10310         * main.c: Use of "comma-separated list" was random -- normalized
10311         it.  Did some alphabetization.  Added comments pointing out
10312         "Options without arguments" and "Options accepting an argument"
10313         sections of long_options[].  Added new options --follow-tags and
10314         -G / --ignore-tags.  Added comment that Damir's --referer is
10315         currently undocumented.  Added comment that Heiko's --waitretry is
10316         partially undocumented (mentioned in --help but not in
10317         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
10318
10319         * options.h (struct options): Added new fields follow_tags and
10320         ignore_tags.
10321
10322         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
10323
10324 2000-03-02  Dan Harkless  <wget@harkless.org>
10325
10326         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
10327         braces to avoid ambiguous `else'" warnings.  Eliminated them.
10328
10329         * http.c (gethttp): Dan Berger's query string patch is totally
10330         bogus.  If you have two different URLs, gen_page.cgi?page1 and
10331         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
10332         second will overwrite the first.  Also, parameters to implicit
10333         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
10334         be printed with trailing garbage characters, and could seg fault.
10335         Backing out the patch, which Dan B. informed me by email was just
10336         a kludge to download StarOffice from Sun made necessary due to
10337         wget's unconditional escaping of certain characters (room for an
10338         option there?).
10339         (http_loop): Heiko introduced "suggest explicit braces to avoid
10340         ambiguous `else'" warnings.  Eliminated them.
10341
10342         * main.c: Heiko's --wait / --waitretry backwards compatibility
10343         code looks to have been totally untested -- automatic variable
10344         'wr' was used without being initialized, and a long int was passed
10345         into setval()'s char* val parameter.
10346
10347         * recur.c (parse_robots): Applied Edward J. Sabol
10348         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
10349         problem with "User-agent:<space>*<space>" lines in robots.txt.
10350
10351         * url.c (parseurl, str_url): Removing Dan Berger's code (see
10352         http.c above for explanation).
10353
10354 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
10355
10356         * ftp.c: Respect new option waitretry.
10357
10358 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
10359
10360         * http.c (gethttp): Send custom Referer, if required.
10361
10362 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
10363
10364         * netrc.c (parse_netrc): Allow passwords to contain spaces.
10365
10366         * netrc.c (parse_netrc): New function.
10367
10368 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
10369
10370         * http.c (gethttp): Send it.
10371
10372         * url.c (parseurl): Detect query string in HTTP URL-s.
10373         (str_url): Print it.
10374
10375 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
10376
10377         * html.c (html_allow): Add <link href=...> and <script src=...>.
10378
10379 1999-05-02  andrew deryabin  <djsf@softhome.net>
10380
10381         * http.c (gethttp): Specify port in `Host' header only if it's
10382         different from 80.
10383
10384 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
10385
10386         * recur.c (recursive_retrieve): If a finite maximum depth is
10387         specified, and we're are already at that depth, don't download the
10388         HTML file for parsing.
10389
10390 2000-03-01  Dan Harkless  <wget@harkless.org>
10391
10392         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
10393         even though we don't do conversion on HTML files retrieved via
10394         FTP, so _current_ usage of downloaded_file() makes this call unneeded.
10395         (ftp_retrieve_list): Added a comment saying where we need to
10396         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
10397         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
10398         a lie -- reworded as "Server file no newer than local file '%s' --".
10399
10400         * http.c (http_loop): Fixed a typo and clarified a comment.
10401         (http_loop): When -K and -N are specified together, compare size
10402         and timestamp of server file X against local file X.orig (if
10403         extant) rather than converted local file X.
10404         (http_loop): "Local file '%s' is more recent," is sometimes a lie
10405         -- reworded as "Server file no newer than local file '%s' --".
10406         (http_loop): Call new downloaded_file() function to prevent
10407         wrongful overwriting of .orig file when -N is specified.
10408
10409         * url.c (convert_links): When -K specified, only rename X to
10410         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
10411         file X due to -N, we clobber an X.orig from a previous invocation.
10412         (convert_links): Call the failsafe xstrdup(), not the real strdup().
10413         (convert_links): Added a note asking anyone who understands how
10414         multiple URLs can correspond to a single file to comment it.
10415         (downloaded_file): Added this new function.
10416
10417         * url.h (downloaded_file): Added prototype for this new function
10418         as well as its downloaded_file_t enum type.
10419
10420         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
10421
10422 2000-02-29  Dan Harkless  <wget@harkless.org>
10423
10424         * version.c: Upped version to developer-only "1.5.3+dev".
10425
10426 2000-02-18  Dan Harkless  <wget@harkless.org>
10427
10428         * init.c (backup_converted): Added this new option.
10429
10430         * main.c (-K / --backup-converted): Added this new option.
10431
10432         * options.h (backup_converted): Added this new option.
10433
10434         * url.c (convert_links): When backup_converted is specified, save
10435         file X as X.orig before converting.
10436
10437         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
10438
10439 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
10440
10441         * version.c: Wget 1.5.3 is released.
10442
10443 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
10444
10445         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local
10446         address doesn't yield FQDN.
10447
10448 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10449
10450         * cmpt.c (strerror): Fix declaration of sys_errlist.
10451
10452 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
10453
10454         * main.c (main): Don't use an array subscript as the first
10455         argument to STRDUP_ALLOCA.
10456         From Kaveh R. Ghazi.
10457
10458 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
10459
10460         * html.c (htmlfindurl): Download table background.
10461
10462 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
10463
10464         * init.c (parse_line): Would free *com before allocating it.
10465         (parse_line): Would free com instead of *com.
10466
10467 1998-09-10  Howard Gayle  <howard@fjst.com>
10468
10469         * url.c (get_urls_html): Would drop the last character of the
10470         link.
10471
10472 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
10473
10474         * http.c (http_loop): Don't print status code if quiet.
10475
10476 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10477
10478         * log.c: Use <stdarg.h> only when __STDC__.
10479
10480 1998-09-10  Adam D. Moss  <adam@foxbox.org>
10481
10482         * html.c (htmlfindurl): Download <layer src=...>.
10483
10484 1998-09-10  Howard Gayle  <howard@fjst.com>
10485
10486         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file
10487         not retrieved.
10488
10489 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
10490
10491         * utils.c: Include <libc.h> on NeXT.
10492
10493 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
10494
10495         * url.c (get_urls_html): Fix calculation of URL position.
10496
10497 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
10498
10499         * version.c: Wget 1.5.2 is released.
10500
10501 1998-06-23  Dave Love  <d.love@dl.ac.uk>
10502
10503         * ftp.c, init.c, netrc.c: Include errno.h.
10504
10505         * http.c: Include errno.h and time header.
10506
10507         * Makefile.in (exext): Define.
10508         (install.bin, uninstall.bin): Use it.
10509
10510 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
10511
10512         * http.c (http_loop): Don't attempt to compare local and remote
10513         sizes if the remote size is unknown.
10514
10515 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
10516
10517         * url.c (get_urls_html): Use malloc() instead of alloca in the
10518         loop.
10519
10520 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
10521
10522         * version.c: Wget 1.5.2-b4 is released.
10523
10524 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
10525
10526         * url.c (get_urls_html): Ignore spaces before and after the URI.
10527
10528 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
10529
10530         * ftp.c (getftp): Translate `done'.
10531
10532 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
10533
10534         * version.c: Wget 1.5.2-b3 is released.
10535
10536 1998-06-06  Alexander Kourakos  <awk@bnt.com>
10537
10538         * init.c (cleanup): Close dfp, don't free it.
10539
10540 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
10541
10542         * utils.c (make_directory): Twiddle.
10543
10544         * config.h.in: Added template for access().
10545
10546 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
10547
10548         * html.c (htmlfindurl): Download <input src=...>
10549
10550 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
10551
10552         * utils.c (file_exists_p): Use access() with two arguments.
10553
10554 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
10555
10556         * netrc.c (parse_netrc): Correct logic.
10557
10558 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
10559
10560         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
10561         <ljm@ljm.wownet.net>.
10562
10563 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
10564
10565         * version.c: Wget 1.5.2-b2 is released.
10566
10567 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
10568
10569         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
10570
10571 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
10572
10573         * retr.c (elapsed_time): Return correct value when
10574         HAVE_GETTIMEOFDAY is undefined.
10575
10576 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
10577
10578         * version.c: Wget 1.5.2-b1 is released.
10579
10580 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
10581
10582         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
10583         (_getopt_internal): Don't translate `#if 0'-ed strings.
10584
10585 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
10586
10587         * mswindows.c (ws_handler): Use fork_to_background().
10588
10589 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
10590
10591         * version.c: Wget 1.5.1 is released.
10592
10593 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
10594
10595         * http.c (parse_http_status_line): Avoid `minor' and `major'
10596         names.
10597
10598 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
10599
10600         * utils.c (mkdirhier): Renamed to make_directory.
10601
10602 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
10603
10604         * mswindows.c (fork_to_background): Define under Windows.
10605
10606         * utils.c (fork_to_background): New function.
10607
10608         * html.c (htmlfindurl): Removed rerdundant casts.
10609
10610 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
10611
10612         * mswindows.c (ws_mypath): Cache the path.
10613
10614 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
10615
10616         * ftp.h: Prefix enum ftype members with FT_.
10617
10618         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
10619
10620         * mswindows.h: Use stat under Borland, _stat under MSVC.
10621
10622 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
10623
10624         * http.c (known_authentication_scheme_p): New function.
10625         (gethttp): Handle authorization more correctly.
10626
10627         * ftp-basic.h: Removed.
10628
10629         * cmpt.h: Removed.
10630
10631         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
10632         with gcc 2.8.
10633         (numdigit): Use `while' loop.
10634
10635         * http.c (create_authorization_line): Detect authentication
10636         schemes case-insensitively.
10637
10638         * http.c (extract_header_attr): Use strdupdelim().
10639         (digest_authentication_encode): Move declaration of local
10640         variables to smaller scope.
10641         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
10642         (create_authorization_line): Detect authentication schemes
10643         case-insensitively.
10644
10645         * utils.c (touch): Constify.
10646
10647         * http.c (gethttp): Report a nicer error when no data is received.
10648
10649         * rbuf.h (RBUF_READCHAR): Ditto.
10650
10651         * ftp-basic.c (ftp_response): Use sizeof.
10652
10653 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
10654
10655         * retr.c (print_percentage): EXPECTED is long, not int.
10656         (print_percentage): Use floating-point arithmetic to avoid
10657         overflow with large files' sizes multiplied with 100.
10658
10659 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
10660
10661         * config.h.in: Added pid_t stub.
10662
10663         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
10664         define it).
10665
10666 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
10667
10668         * version.c: Wget 1.5.0 is released.
10669
10670 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
10671
10672         * url.c (str_url): Ditto.
10673
10674         * ftp-basic.c (ftp_rest): Use new name.
10675
10676         * utils.c (long_to_string): Renamed from prnum().
10677
10678 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
10679
10680         * version.c: Wget 1.5-b17 is released.
10681
10682 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
10683
10684         * headers.c (header_get): New argument FLAGS.
10685
10686         * http.c (gethttp): If request is malformed, bail out of the
10687         header loop.
10688         (gethttp): Check for empty header *after* the status line checks.
10689         (gethttp): Disallow continuations for status line.
10690
10691 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
10692
10693         * version.c: Wget 1.5-b16 is released.
10694
10695 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
10696
10697         * init.c (commands): Renamed `always_rest' to `continue'.
10698
10699 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
10700
10701         * all: Use it.
10702
10703         * log.c (logputs): New argument.
10704         (logvprintf): Ditto.
10705         (logprintf): Ditto.
10706
10707 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
10708
10709         * http.c (http_atotm): Update comment.
10710
10711         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
10712
10713         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
10714
10715         * main.c (i18n_initialize): New function.
10716         (main): Use it.
10717
10718         * log.c: Include <unistd.h>.
10719
10720         * retr.c (show_progress): Cast alloca to char *.
10721
10722 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
10723
10724         * version.c: Wget 1.5-b15 is released.
10725
10726 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
10727
10728         * utils.h: Declare file_non_directory_p().
10729
10730 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
10731
10732         * main.c (main): It's `tries', not `numtries' now.
10733
10734 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
10735
10736         * init.c (getperms): Removed.
10737
10738 1998-04-01  Tim Charron  <tcharron@interlog.com>
10739
10740         * log.c (logvprintf): Don't use ARGS twice.
10741
10742 1998-04-01  John  <john@futuresguide.com>
10743
10744         * mswindows.c: Cleaned up.
10745
10746 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
10747
10748         * version.c: Wget 1.5-b14 is released.
10749
10750 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
10751
10752         * ftp-opie.c (STRLEN4): New macro.
10753         (btoe): Use it.
10754
10755 1998-04-01  Junio Hamano  <junio@twinsun.com>
10756
10757         * http.c: Document all the Digest functions.
10758
10759 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
10760
10761         * utils.c (file_non_directory_p): Renamed from isfile().
10762
10763         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
10764
10765 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10766
10767         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
10768
10769         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
10770         style.
10771         (cmd_permissions): Removed.
10772
10773         * config.h.in: Add template for WORDS_BIGENDIAN.
10774
10775 1998-03-31  Junio Hamano  <junio@twinsun.com>
10776
10777         * http.c (HEXD2asc): New macro.
10778         (dump_hash): Use it.
10779
10780 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10781
10782         * version.c: Wget 1.5-b13 is released.
10783
10784 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10785
10786         * main.c (main): Don't try to use `com'.
10787
10788 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
10789
10790         * init.c (cmd_permissions): New function.
10791
10792 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
10793
10794         * version.c: Wget 1.5-b12 is released.
10795
10796 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
10797
10798         * init.c (commands): Renamed `numtries' to `tries'.
10799         (cmd_spec_debug): Removed.
10800         (home_dir): Under Windows, return `C:\' if HOME is undefined.
10801
10802 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
10803
10804         * config.h.in: Define _XOPEN_SOURCE.
10805
10806         * init.c (check_user_specified_header): New function.
10807         (cmd_spec_header): Use it.
10808         (cmd_spec_useragent): New function.
10809
10810 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
10811
10812         * version.c: Wget 1.5-b11 is released.
10813
10814 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
10815
10816         * wget.h: Include <libintl.h> only if NLS is enabled.
10817
10818 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
10819
10820         * options.h (struct options): Made `wait' a long.
10821         (struct options): Ditto for `timeout'.
10822
10823 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
10824
10825         * utils.c (exists): Renamed to file_exists_p.
10826         (file_exists_p): Use access() if available.
10827
10828 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
10829
10830         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
10831         infloop.
10832
10833         * log.c: do_logging -> save_log_p.
10834
10835         * config.h.in: Added template for HAVE_VSNPRINTF.
10836
10837 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
10838
10839         * init.c: Ditto.
10840
10841         * http.c: Protect declaration against non-ANSI compiler.
10842
10843         * log.c (logvprintf): Use vsnprintf() if available.
10844
10845         * getopt.c (main): Don't translate test stuff.
10846
10847 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
10848
10849         * version.c: Wget 1.5-b10 is released.
10850
10851 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
10852
10853         * ftp.c (getftp): Don't translate "CWD %s".
10854
10855         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
10856
10857 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
10858
10859         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
10860
10861         * log.c (logputs): New function.
10862         (logvprintf): Renamed from vlogmsg; use logputs().
10863
10864         * retr.c (show_progress): Print `[100%]' when the retrieval is
10865         finished.
10866
10867         * init.c (run_wgetrc): Use FILE, not PATH.
10868         (wgetrc_file_name): Ditto.
10869
10870 1998-03-07  Tim Adam  <tma@osa.com.au>
10871
10872         * recur.c (parse_robots): Correctly reset `entries' on empty
10873         disallow.
10874
10875 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
10876
10877         * init.c (cmd_spec_debug): Use cmd_boolean().
10878
10879 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
10880
10881         * http.c (gethttp): Create proxy-authorization correctly.
10882
10883 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
10884
10885         * md5.c: Ditto.
10886
10887         * getopt.c: Use ANSI function definitions.
10888
10889         * ftp-opie.c: New file.
10890
10891         * options.h: Don't redefine EXTERN.
10892
10893         * init.c: Sort it correctly.
10894
10895 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
10896
10897         * version.c: Wget 1.5-b9 is released.
10898
10899 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
10900
10901         * recur.c (recursive_retrieve): Reset `first_time'.
10902
10903         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
10904
10905         * rbuf.c (rbuf_peek): Simplified.
10906         (rbuf_flush): Use MINVAL.
10907
10908         * wget.h (MINVAL): Moved from url.h.
10909
10910         * rbuf.h (RBUF_FD): New macro.
10911
10912         * url.c (add_url): Add to the head of the list.
10913
10914         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
10915         file.
10916         (getftp): Set the default permissions to 0600.
10917
10918 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
10919
10920         * url.c (get_urls_html): Ditto.
10921         (convert_links): Ditto.
10922
10923         * recur.c (parse_robots): Ditto.
10924
10925         * html.c (ftp_index): Ditto.
10926
10927         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
10928
10929         * init.c (defaults): Initialize `opt' to zero via memset.
10930
10931         * http.c (digest_authentication_encode): goto considered harmful.
10932
10933 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
10934
10935         * ftp.c (delelement): Simplify and fix leak.
10936
10937 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
10938
10939         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
10940
10941         * url.h (HEXD2ASC): Removed warning.
10942
10943         * init.c (comind): Use binary search.
10944         (commands): Reorganized.
10945         (setval): Ditto.
10946         (cmd_boolean): New function.
10947         (cmd_number): Ditto.
10948         (cmd_number_inf): Ditto.
10949         (cmd_string): Ditto.
10950         (cmd_vector): Ditto.
10951         (cmd_directory_vector): Ditto.
10952         (cmd_bytes): Ditto.
10953         (cmd_time): Ditto.
10954         (cmd_spec_debug): Ditto.
10955         (cmd_spec_dirmode): Ditto.
10956         (cmd_spec_dirstruct): Ditto.
10957         (cmd_spec_dotstyle): Ditto.
10958         (cmd_spec_header): Ditto.
10959         (cmd_spec_htmlify): Ditto.
10960         (cmd_spec_mirror): Ditto.
10961         (cmd_spec_outputdocument): Ditto.
10962         (cmd_spec_recursive): Ditto.
10963         (settime): Merged with cmd_time().
10964         (setbytes): Merged with cmd_bytes().
10965         (setonoff): Merged with cmd_boolean().
10966         (onoff): Ditto.
10967
10968 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
10969
10970         * Makefile.in (distclean): Remove `config.h'.
10971
10972 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
10973
10974         * version.c: Wget 1.5-b8 is released.
10975
10976 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
10977
10978         * http.c (digest_authentication_encode): New function.
10979         (create_authorization_line): Use it.
10980         (dump_hash): New function.
10981         (digest_authentication_encode): Use it.
10982
10983         * fnmatch.c: Renamed from `mtch.c'.
10984
10985 1998-02-15  Karl Eichwalder  <ke@suse.de>
10986
10987         * main.c (main): Tag "Written by..." string as translatable.
10988
10989 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
10990
10991         * wget.h (FREE_MAYBE): New macro.
10992
10993         * http.c (create_authorization_line): Don't use ANSI C string
10994         concatenation feature.
10995         (basic_authentication_encode): Use alloca() for temporary
10996         variables.
10997
10998         * recur.h: Ditto.
10999
11000         * http.c: Ditto.
11001
11002         * headers.h: Ditto.
11003
11004         * ftp-basic.c: Protect declaration against non-ANSI compiler.
11005
11006         * http.c (create_authorization_line): Cast `unsigned char *' to
11007         `char *' for sprintf, to shut up the noisy Digital Unix cc.
11008
11009 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
11010
11011         * version.c: Wget 1.5-b7 is released.
11012
11013 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
11014
11015         * cmpt.c (strstr): Synched with glibc-2.0.6.
11016
11017         * ftp-basic.c (calculate_skey_response): Ditto.
11018         (calculate_skey_response): Use alloca().
11019
11020         * http.c (create_authorization_line): Work with FSF's version of
11021         md5.c.
11022
11023         * md5.c: New file, from GNU libc.
11024
11025 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
11026
11027         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
11028
11029 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
11030
11031         * http.c (basic_authentication_encode): New function, instead of
11032         the macro.
11033
11034 1998-02-13  Junio Hamano  <junio@twinsun.com>
11035
11036         * http.c: Add HTTP-DA support.
11037         * ftp-basic.c: Add Opie/S-key support.
11038         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
11039         * md5.c, md5.h: New files.
11040
11041 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
11042
11043         * http.c (http_process_range): Renamed from hprocrange().
11044         (http_process_range): Parse the whole header.
11045
11046         * headers.c: New file.
11047         (header_process): New function.
11048         (header_get): Renamed from fetch_next_header.
11049
11050         * all: Include utils.h only where necessary.
11051
11052         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
11053
11054         * wget.h: Add provisions for dmalloc.
11055
11056 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
11057
11058         * version.c: Wget 1.5-b6 is released.
11059
11060 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
11061
11062         * ftp.c (ftp_loop): Determine `filename' more precisely.
11063
11064         * init.c (setval): Don't set `opt.quiet' if output-document is
11065         `-'.
11066
11067         * log.c (log_init): Print to STDERR instead of STDOUT.
11068         (vlogmsg): Use STDERR by default.
11069         (logflush): Ditto.
11070
11071 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
11072
11073         * host.c: Use addr_in again.
11074
11075 1998-02-08  Karl Eichwalder  <karl@suse.de>
11076
11077         * http.c (gethttp): Fixed typo.
11078
11079 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11080
11081         * version.c: Wget 1.5-b5 is released.
11082
11083 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11084
11085         * retr.c (show_progress): Use it.
11086
11087         * log.c (logflush): New function.
11088
11089         * wget.h: Utilize __attribute__ if on gcc.
11090
11091 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
11092
11093         * http.c (base64_encode_line): New argument LENGTH.
11094         (BASIC_AUTHENTICATION_ENCODE): Use it.
11095         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
11096
11097         * main.c (main): Fixed fprintf() format mismatch.
11098
11099 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
11100
11101         * version.c: Wget 1.5-b4 is released.
11102
11103 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
11104
11105         * host.c: use sockaddr_in instead of addr_in.
11106
11107 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
11108
11109         * init.c (cleanup): Use it.
11110
11111         * recur.c (recursive_cleanup): New function.
11112
11113         * retr.c (retrieve_from_file): Ditto.
11114
11115         * main.c (main): Use it.
11116
11117         * recur.c (recursive_reset): New function.
11118
11119         * retr.c (retrieve_from_file): Ditto.
11120
11121         * main.c (main): Simplify call to recursive_retrieve().
11122
11123         * recur.c (recursive_retrieve): Removed FLAGS argument.
11124
11125         * http.c (gethttp): Changed call to iwrite().
11126
11127 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
11128
11129         * url.c (get_urls_html): Ditto.
11130         (free_urlpos): Ditto.
11131         (mkstruct): Ditto.
11132         (construct): Ditto.
11133
11134         * retr.c (retrieve_url): Move declaration of local variables to
11135         smaller scope.
11136
11137         * url.c (urlproto): Use it.
11138         (parseurl): Ditto.
11139         (str_url): Ditto.
11140         (get_urls_html): Ditto.
11141
11142         * utils.h (ARRAY_SIZE): New macro.
11143
11144         * url.c (proto): Moved from url.h.
11145
11146         * url.h (URL_CLEANSE): Reformatted.
11147         (USE_PROXY_P): Renamed from USE_PROXY.
11148
11149         * ftp-basic.c: Adjust to the new interface of iwrite().
11150
11151         * ftp-basic.c (ftp_port): Use alloca().
11152
11153 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
11154
11155         * version.c: Wget 1.5-b3 is released.
11156
11157         * host.c (ftp_getaddress): Don't print to stderr directly.
11158
11159         * init.c (setbytes): Support `g' for gigabytes.
11160         (cmdtype): New specification CTIME.
11161         (setval): Use it with settime().
11162         (commands): Use it for WAIT and TIMEOUT.
11163
11164 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
11165
11166         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
11167         (gethttp): Use it.
11168
11169         * utils.c (unique_name_1): Moved from url.c.
11170         (unique_name): Ditto.
11171
11172         * url.c (url_filename): Ditto.
11173
11174         * log.c (redirect_output): Changed call to unique_name().
11175
11176         * url.c (unique_name_1): Renamed from unique_name().
11177         (unique_name): Changed interface.
11178
11179         * init.c (enum cmdid): Moved from init.h.
11180         (cmdtype): Ditto.
11181         (struct cmd): Ditto.
11182
11183         * main.c (main): Use it.
11184         (main): Moved `--backups' to not have a short option.
11185
11186         * options.h (struct options): New member BACKGROUND.
11187
11188         * main.c (print_help): Rearranged.
11189         (main): New long options for -n* short options: --no-directories,
11190         --no-host-directories, --non-verbose, --no-host-lookup and
11191         --dont-remove-listing.
11192
11193 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
11194
11195         * main.c (main): Use log_close().
11196
11197         * log.c: New variable LOGFP.
11198         (vlogmsg): Use it.
11199         (redirect_output): Don't open /dev/null; set LOGFP to stdin
11200         instead.
11201         (log_close): New function.
11202
11203         * options.h (struct options): Removed LFILE.
11204
11205         * log.c (log_enable): Removed.
11206
11207         * main.c (main): Use it.
11208
11209         * log.c (log_init): New function.
11210
11211         * url.c (get_urls_html): Removed needless assignment to BASE.
11212
11213         * host.c (add_hlist): Don't set CMP needlessly.
11214
11215         * utils.c (match_backwards): Ditto.
11216         (in_acclist): Ditto.
11217
11218         * url.c (findurl): Ditto.
11219
11220         * netrc.c (parse_netrc): Ditto.
11221
11222         * log.c (log_dump): Ditto.
11223
11224         * html.c (html_quote_string): Ditto.
11225
11226         * ftp-basic.c (ftp_request): Made static.
11227
11228         * connect.c: Made global variables static.
11229
11230         * url.c (construct): Ditto.
11231
11232         * init.c (init_path): Avoid assignment inside `if'-condition.
11233
11234         * ftp.c: Don't include in.h or winsock.h.
11235
11236         * ftp.c (ftp_loop): Use SZ.
11237
11238         * connect.c (bindport): Cast &addrlen to int *.
11239         (conaddr): Ditto.
11240
11241         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
11242
11243 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11244
11245         * ftp.c (getftp): Initialize opt.ftp_pass here.
11246         (ftp_retrieve_dirs): Use alloca().
11247
11248         * init.c (defaults): Don't initialize opt.ftp_pass.
11249
11250         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
11251         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
11252
11253 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11254
11255         * recur.c (parse_robots): Check for comments more correctly.
11256
11257         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
11258         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
11259         hostname.
11260
11261 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11262
11263         * version.c: Wget 1.5-b2 is released.
11264
11265         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
11266
11267         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
11268
11269         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
11270         char.
11271
11272         * log.c: Don't attempt to hide arguments from ansi2knr.
11273
11274         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
11275
11276         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
11277
11278         * ftp.c (getftp): Ditto.
11279
11280         * http.c (gethttp): Use it.
11281
11282         * retr.c (get_contents): New argument EXPECTED; pass it to
11283         show_progress().
11284         (show_progress): New argument EXPECTED; use it to display
11285         percentages.
11286
11287         * init.c (setval): Ditto.
11288
11289         * http.c (gethttp): Ditto.
11290         (http_loop): Ditto.
11291
11292         * ftp.c (getftp): Ditto.
11293         (ftp_loop_internal): Ditto.
11294
11295         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
11296
11297         * sysdep.h (CLOSE): Simplify; use DEBUGP.
11298
11299         * netrc.c (search_netrc): Use alloca().
11300
11301         * init.c (defaults): Initialize no_flush.
11302
11303         * log.c (vlogmsg): Don't flush if no_flush.
11304
11305         * options.h (struct options): New variable no_flush.
11306
11307         * main.c (main): Don't play games with buffering.
11308
11309         * log.c (vlogmsg): Flush the output after every message.
11310
11311 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11312
11313         * init.c (parse_line): Ditto.
11314
11315         * url.c (get_urls_html): Ditto.
11316
11317         * main.c (main): Don't cast to unsigned char.
11318
11319         * init.c (run_wgetrc): Don't cast to unsigned char.
11320         (parse_line): Accept char instead of unsigned char.
11321
11322         * html.c (htmlfindurl): Use char instead of unsigned char.
11323
11324         * all: Use them.
11325
11326         * sysdep.h: Add wrappers to ctype macros to make them
11327         eight-bit-clean:
11328
11329 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
11330
11331         * html.c (htmlfindurl): Download <img lowsrc=...>
11332
11333         * main.c (main): Ignore SIGPIPE.
11334
11335         * connect.c (select_fd): New argument WRITEP.
11336         (iwrite): Call select_fd().
11337
11338 1997-02-27  Fila Kolodny <fila@ibi.com>
11339
11340         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
11341         one already exists, just skip it.
11342
11343 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
11344
11345         * http.c (gethttp): Cosmetic changes.
11346
11347         * http.c (check_end): Allow `+D...' instead of `GMT'.
11348         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
11349
11350         * url.c (process_ftp_type): New function.
11351         (parseurl): Use it.
11352
11353         * connect.c (iwrite): Allow writing in a few chunks.
11354         (bindport): Made SRV static, so addr can point to it.
11355         (select_fd): Removed HPUX kludge.
11356
11357         * host.c (free_hlist): Incorporated into clean_hosts().
11358
11359 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
11360
11361         * host.c (hlist): Made static.
11362         (search_address): Cosmetic change.
11363
11364 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
11365
11366         * version.c: Wget v1.5-b1 is released.
11367
11368         * http.c (hgetlen): Use sizeof() to get the header length.
11369         (hgetrange): Ditto.
11370         (hgettype): Ditto.
11371         (hgetlocation): Ditto.
11372         (hgetmodified): Ditto.
11373         (haccepts_none): Ditto.
11374
11375         * main.c (main): Updated `--version' and `--help' output, as per
11376         Francois Pinard's suggestions.
11377
11378         * main.c: Include locale.h; call setlocale(), bindtextdomain() and
11379         textdomain().
11380
11381         * config.h.in: Define stubs for I18N3.
11382
11383         * wget.h: Include libintl.h.
11384
11385 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
11386
11387         * url.c (mkstruct): Check for opt.cut_dirs.
11388         (mkstruct): alloca()-te more, xmalloc() less.
11389
11390         * utils.c (load_file): Check for ferror().
11391
11392         * url.c (get_urls_file): Close only the files we opened.
11393         (get_urls_html): Ditto.
11394         (count_slashes): New function.
11395
11396         * http.h: Removed.
11397
11398         * http.c (gethttp): Respect username and password provided by
11399         proxy URL.
11400         (base64_encode_line): Write into an existing buffer instead of
11401         malloc-ing a new one.
11402         (struct http_stat): Moved from http.h
11403
11404         * retr.c (retrieve_url): Free SUF.
11405
11406         * all: Removed lots of unnecessary .h dependencies.
11407
11408         * html.c (global_state): Made static.
11409
11410         * utils.h (ALLOCA_ARRAY): New macro.
11411
11412         * main.c (main): New option `--cut-dirs'.
11413
11414         * url.c (construct): Use alloca() for T.
11415
11416         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
11417
11418         * host.c (_host_t): Moved from host.h.
11419         (struct host): Renamed from _host_t.
11420         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
11421         (realhost): Ditto.
11422
11423         * host.h: Don't include url.h.
11424
11425         * ftp.c (LIST_FILENAME): Moved from ftp.h.
11426
11427         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
11428
11429         * main.c (main): Enable log if the output goes to a TTY.
11430
11431         * connect.h: Removed unused constant `BACKLOG'.
11432
11433         * config.h.in: Check for isatty().
11434
11435         * Makefile.in (LINK): Use CFLAGS when linking.
11436
11437 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
11438
11439         * mswindows.c (ws_hangup): Use redirect_output().
11440
11441         * main.c (redirect_output_signal): New function; use
11442         redirect_output().
11443
11444         * log.c (redirect_output): New function, based on hangup(), which
11445         is deleted.
11446
11447         * log.c (vlogmsg): New function.
11448
11449         * wget.h (DEBUGP): Use debug_logmsg().
11450
11451         * main.c (hangup): Use it.
11452
11453         * log.c (log_dump): New function.
11454
11455         * utils.h (DO_REALLOC): Use `long' for various sizes.
11456
11457         * http.c (hskip_lws): Use `while', for clarity.
11458         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
11459         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
11460
11461         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
11462         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
11463
11464         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
11465         (LEGIBLE_SEPARATOR): Ditto.
11466         (FILE_BUFFER_SIZE): Ditto.
11467
11468         * retr.c (BUFFER_SIZE): Moved from retr.h.
11469
11470         * log.c: New file.
11471         (logmsg): Moved from utils.c.
11472         (debug_logmsg): New function.
11473
11474         * mswindows.h: Include it here.
11475
11476         * init.c: Ditto.
11477
11478         * utils.c: Don't include <windows.h>.
11479
11480 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
11481
11482         * host.c (ftp_getaddress): Ditto.
11483
11484         * main.c (main): Use it.
11485
11486         * utils.h (STRDUP_ALLOCA): New macro.
11487
11488         * init.c: Prepend `wget: ' to error messages printed on stderr.
11489
11490         * utils.c (mkdirhier): Renamed from mymkdir.
11491         (touch): Renamed from my_touch.
11492         (pwd_cuserid): Renamed from my_cuserid().
11493
11494 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
11495
11496         * utils.c (accdir): Process wildcards.
11497         (proclist): New function.
11498         (accdir): Use it to avoid code repetition.
11499
11500 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
11501
11502         * recur.c (parse_robots): Respect opt.useragent; use alloca().
11503
11504         * http.c (gethttp): Construct useragent accordingly.
11505
11506         * version.c: Changed version string to numbers-only.
11507
11508         * main.c (print_help): List all the options.
11509
11510         * mswindows.c (windows_main_junk): Initialize argv0 here.
11511
11512 1998-01-24  Karl Heuer  <kwzh@gnu.org>
11513
11514         * netrc.c (search_netrc): Initialize `l' only after processing
11515         netrc.
11516
11517         * main.c (main): Don't trap SIGHUP if it's being ignored.
11518
11519 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
11520
11521         * all: Use logmsg().
11522
11523         * utils.c (time_str): Moved from retr.c.
11524         (logmsg): New function.
11525         (logmsg_noflush): Ditto.
11526
11527         * rbuf.c: New file, moved buf_* functions here.
11528
11529         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
11530
11531         * ftp-basic.c (ftp_rest): Use prnum().
11532
11533         * ftp-basic.c: Ditto.
11534
11535         * ftp.c: Use the new reading functions and macros.
11536
11537         * retr.c (buf_initialize): New function.
11538         (buf_initialized_p): Ditto.
11539         (buf_uninitialize): Ditto.
11540         (buf_fd): Ditto.
11541
11542         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
11543         efficiency.
11544         (gethttp): Use alloca() where appropriate.
11545
11546         * retr.c (buf_readchar): Use it.
11547         (buf_peek): Use rstreams.
11548
11549         * retr.h (BUF_READCHAR): New macro.
11550
11551         * init.c (home_dir): Rewritten for clarity.
11552         (init_path): Ditto.
11553
11554         * mswindows.c (ws_backgnd): Made static.
11555         (read_registry): Ditto.
11556         (ws_cleanup): Ditto.
11557         (ws_handler): Ditto.
11558
11559 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
11560
11561         * alloca.c: New file.
11562
11563         * Makefile.in (ALLOCA): Define.
11564
11565         * mswindows.c (ws_help): Constify.
11566         (ws_help): Use alloca.
11567
11568         * mswindows.c: Reformat.
11569
11570         * all: Added _(...) annotations for I18N snarfing and translation.
11571
11572         * host.c (ftp_getaddress): Nuke SYSINFO.
11573         (ftp_getaddress): Don't use getdomainname().
11574         (ftp_getaddress): Use uname(), where available.
11575
11576         * http.c (gethttp): Protect a stray fprintf().
11577
11578         * init.c (settime): New function.
11579         (setval): Treat WAIT specially, allowing suffixes like `m' for
11580         minutes, etc.
11581
11582 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
11583
11584         * url.c (get_urls_html): Use alloca() for TEMP.
11585
11586 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
11587
11588         * url.c (rotate_backups): New function.
11589
11590         * http.c (gethttp): Ditto.
11591
11592         * ftp.c (getftp): Rotate backups.
11593
11594 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
11595
11596         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
11597         xrealloc() and xstrdup().  Use the new functions.
11598
11599         * url.c (decode_string): Made static.
11600         (has_proto): Ditto.
11601         (parse_dir): Ditto.
11602         (parse_uname): Ditto.
11603         (mkstruct): Ditto.
11604         (construct): Ditto.
11605         (construct_relative): Ditto.
11606
11607         * retr.c (show_progress): Made static.
11608
11609         * recur.c (robots_url): Made static.
11610         (retrieve_robots): Ditto.
11611         (parse_robots): Ditto.
11612         (robots_match): Ditto.
11613
11614         * main.h: Removed.
11615
11616         * main.c (printhelp): Made static.
11617         (hangup): Ditto.
11618
11619         * init.c (comind): Made static.
11620         (defaults): Ditto.
11621         (init_path): Ditto.
11622         (run_wgetrc): Ditto.
11623         (onoff): Ditto.
11624         (setonoff): Ditto.
11625         (setnum): Ditto.
11626         (myatoi): Ditto.
11627         (getperms): Ditto.
11628         (setbytes): Ditto.
11629
11630         * http.c (fetch_next_header): Made static.
11631         (hparsestatline): Ditto.
11632         (hskip_lws): Ditto.
11633         (hgetlen): Ditto.
11634         (hgetrange): Ditto.
11635         (hgettype): Ditto.
11636         (hgetlocation): Ditto.
11637         (hgetmodified): Ditto.
11638         (haccepts_none): Ditto.
11639         (gethttp): Ditto.
11640         (base64_encode_line): Ditto.
11641         (mktime_from_utc): Ditto.
11642         (http_atotm): Ditto.
11643
11644         * html.c (idmatch): Made static.
11645
11646         * host.c (search_host): Made static.
11647         (search_address): Ditto.
11648         (free_hlist): Ditto.
11649
11650         * ftp.c (getftp): Made static.
11651         (ftp_loop_internal): Ditto.
11652         (ftp_get_listing): Ditto.
11653         (ftp_retrieve_list): Ditto.
11654         (ftp_retrieve_dirs): Ditto.
11655         (ftp_retrieve_glob): Ditto.
11656         (freefileinfo): Ditto.
11657         (delelement): Ditto.
11658
11659         * ftp-ls.c (symperms): Made static.
11660         (ftp_parse_unix_ls): Ditto.
11661
11662         * connect.c (select_fd): Made static.
11663
11664         * utils.c (xmalloc): Renamed from nmalloc.
11665         (xrealloc): Renamed from nrealloc.
11666         (xstrdup): Renamed from nstrdup.
11667
11668         * getopt.c (exchange): Use alloca.
11669
11670         * mswindows.c (mycuserid): Use strncpy.
11671
11672         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
11673         systhings.h, windecl.h and winjunk.h removed.
11674
11675         * mswindows.c (sleep): New function.
11676
11677         * utils.c: Include <windows.h> under Windows.
11678
11679 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
11680
11681         * url.h (URL_UNSAFE): Change default under Windows.
11682
11683         * retr.c (retrieve_from_file): Respect opt.delete_after.
11684
11685         * main.c (main): Call ws_help on Windows.
11686
11687         * winjunk.c (windows_main_junk): New function.
11688
11689         * main.c (main): Junk-process argv[0].
11690
11691         * http.c (mktime_from_utc): Return -1 if mktime failed.
11692
11693         * http.c (http_loop): Ditto.
11694
11695         * ftp.c (ftp_loop_internal): Change title on Windows when using a
11696         new URL.
11697
11698         * winjunk.c (getdomainname): Lots of functions.
11699
11700 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
11701
11702         * cmpt.c (strptime_internal): Handle years more correctly for
11703         `%y'.
11704
11705 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
11706
11707         * http.c (gethttp): Allocate enough space for
11708         `Proxy-Authorization' header.
11709
11710 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
11711
11712         * version.c: Wget/1.4.5 is released.
11713
11714 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
11715
11716         * retr.c (get_contents): Check return value of fwrite more
11717         carefully.
11718
11719 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11720
11721         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
11722         year, regardless of century.
11723
11724 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
11725
11726         * utils.c (isfile): Use `lstat' instead of `stat'.
11727
11728 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
11729
11730         * utils.c (numdigit): Use explicit test.
11731
11732 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
11733
11734         * http.c (http_loop): Always use `url_filename' to get u->local.
11735
11736 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
11737
11738         * url.c: Recognize https.
11739
11740 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
11741
11742         * recur.c (recursive_retrieve): Lowercase just the host name.
11743
11744 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
11745
11746         * url.c (get_urls_file): Use the correct test.
11747         (get_urls_html): Ditto.
11748
11749 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
11750
11751         * connect.c: Reverted addrlen to int.
11752
11753         * init.c (parse_line): Check for -1 instead of NONE.
11754
11755         * version.c: Changed version to 1.4.5.
11756
11757 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
11758
11759         * init.c: New option netrc.
11760         (initialize): Don't parse .netrc.
11761
11762         * cmpt.c (recursive): Return rp.
11763         (strptime_internal): Match the long strings first, the abbreviated
11764         second.
11765
11766 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
11767
11768         * http.c (check_end): New function.
11769         (http_atotm): Use it.
11770
11771 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
11772
11773         * http.c (gethttp): Use them.
11774
11775         * init.c: New options proxy_user and proxy_passwd.
11776
11777 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
11778
11779         * ftp.c (ftp_retrieve_list): Create links even if not relative.
11780
11781 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
11782
11783         * recur.c (recursive_retrieve): Lowercase the host name, if the
11784         URL is not "optimized".
11785
11786         * host.c (realhost): Return l->hostname, even if it matches with
11787         host.
11788
11789 1997-02-10  Marin Purgar  <pmc@asgard.hr>
11790
11791         * connect.c: Make addrlen size_t instead of int.
11792         (conaddr): Ditto.
11793
11794 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
11795
11796         * systhings.h: Define S_ISLNK on NeXT too.
11797
11798 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
11799
11800         * version.c: Released 1.4.3.
11801
11802         * url.c: Futher update to list of protostrings.
11803         (skip_proto): Skip `//' correctly for FTP and HTTP.
11804
11805         * url.c (get_urls_html): Handle bogus `http:' things a little
11806         different.
11807
11808         * main.c (main): Removed `follow-ftp' from `f'.
11809         (main): Dumped the `prefix-files' and `file-prefix' options and
11810         features; old and bogus.
11811         (main): Exit on failed setval() in `-e'.
11812
11813         * http.c (fetch_next_header): Use it to detect header continuation
11814         correctly.
11815
11816         * retr.c (buf_peek): New function.
11817
11818 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11819
11820         * wget.h: Include time.h and stuff.
11821
11822 1997-02-08  Roger Beeman  <beeman@cisco.com>
11823
11824         * ftp.c: Include <time.h>
11825
11826 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
11827
11828         * url.c (findurl): Would read over buffer limits.
11829
11830 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
11831
11832         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
11833
11834 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
11835
11836         * http.c (http_atotm): Initialize tm.is_dst.
11837
11838 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
11839
11840         * http.c (gethttp): Don't print the number of retrieved headers.
11841
11842         * main.c (main): New option `--no-clobber', alias for `-nc'.
11843
11844         * url.c: Recognize `https://'.
11845
11846 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
11847
11848         * host.c (herrmsg): Don't use h_errno.
11849
11850 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
11851
11852         * host.c (accept_domain): Use it.
11853
11854         * main.c (main): New option `--exclude-domains'.
11855
11856         * retr.c (retrieve_url): Use it.
11857         (retrieve_url): Bail out when an URL is redirecting to itself.
11858
11859         * url.c (url_equal): New function.
11860
11861 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
11862
11863         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
11864
11865         * http.c (mk_utc_time): New function.
11866         (http_atotm): Use it; handle time zones correctly.
11867
11868 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
11869
11870         * http.c: Ditto.
11871
11872         * ftp-basic.c: Use it instead of WRITE.
11873
11874         * connect.c (iwrite): New function.
11875
11876 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
11877
11878         * cmpt.c (mktime): New function.
11879
11880         * netrc.c: Include <sys/types.h>.
11881
11882         * main.c (main): Wouldn't recognize --spider.
11883
11884         * retr.c (rate): Use `B', `KB' and `MB'.
11885         (reset_timer,elapsed_time): Moved from utils.c.
11886
11887         * ftp.c (ftp_retrieve_list): Ditto.
11888
11889         * http.c (http_loop): Don't touch the file if opt.dfp.
11890
11891 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
11892
11893         * cmpt.c: New file.
11894
11895         * ftp.c (ftp_retrieve_glob): New argument semantics.
11896         (ftp_retrieve_dirs): Use it.
11897         (ftp_loop): Ditto.
11898
11899         * html.c (htmlfindurl): Recognize `'' as the quote char.
11900
11901 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
11902
11903         * ftp.c (ftp_loop_internal): Use it.
11904
11905         * utils.c (remove_link): New function.
11906
11907 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
11908
11909         * retr.c (retrieve_url): Require STRICT redirection URL.
11910
11911         * url.c (parseurl): New argument STRICT.
11912
11913         * http.c (hparsestatline): Be a little-bit less strict about
11914         status line format.
11915
11916 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
11917
11918         * http.c (gethttp): Use it.
11919
11920         * main.c (main): Don't use '<digit>' as options.
11921
11922         * init.c: New option ignore_length.
11923
11924         * http.c (gethttp): Ditto.
11925         (http_loop): Check for redirection without Location:.
11926         (gethttp): Don't print Length unless RETROKF.
11927
11928         * ftp.c (getftp): Use it.
11929
11930         * url.c (mkalldirs): New function.
11931
11932         * utils.c (mymkdir): Don't check for existing non-directory.
11933
11934         * url.c (mkstruct): Don't create the directory.
11935
11936 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
11937
11938         * init.c (setval): Removed NO_RECURSION checks.
11939
11940 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
11941
11942         * version.c: "Released" 1.4.3-pre2.
11943
11944         * recur.c (recursive_retrieve): Bypass host checking only if URL
11945         is ftp AND parent URL is not ftp.
11946
11947         * ftp-basic.c (ftp_request): Print out Turtle Power.
11948
11949         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
11950         wildcard.
11951         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
11952         not glob.
11953
11954         * http.c (gethttp): Be a little bit smarter about status codes.
11955
11956         * recur.c (recursive_retrieve): Always reset opt.recursive when
11957         dealing with FTP.
11958
11959 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
11960
11961         * retr.c (retrieve_url): New variable location_changed; use it for
11962         tests instead of mynewloc.
11963         (retrieve_url): Allow heuristic adding of html.
11964
11965         * url.c (url_filename): Don't use the `%' in Windows file names.
11966
11967         * http.c (http_loop): Always time-stamp the local file.
11968
11969         * http.c (http_loop): Ditto.
11970
11971         * ftp.c (ftp_retrieve_list): Use it.
11972
11973         * utils.c (my_touch): New function.
11974
11975         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
11976         instead of #ifndef NeXT.
11977
11978         * utils.c (strptime): New version, by Ulrich Drepper.
11979
11980 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
11981
11982         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
11983         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
11984         (http_loop): Would remove ACCEPTRANGES.
11985
11986         * ftp.c (getftp): Call ftp_list with NULL.
11987
11988 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
11989
11990         * html.c (ftp_index): Don't print minutes and seconds if we don't
11991         know them; beautify the output.
11992
11993         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
11994
11995 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
11996
11997         * utils.c (strptime): New function.
11998         (strptime): Don't use get_alt_number.
11999         (strptime): Don't use locale.
12000         (match_string): Made it a function.
12001
12002 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
12003
12004         * http.c (http_atotm): New function.
12005         (http_loop): Use it.
12006
12007         * atotm.c: Removed from the distribution.
12008
12009         * http.c (base64_encode_line): Rewrite.
12010
12011 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
12012
12013         * ftp.c (getftp): Use ftp_expected_bytes; print size.
12014
12015         * ftp-basic.c (ftp_response): Use ftp_last_respline.
12016         (ftp_expected_bytes): New function.
12017
12018         * ftp.c (getftp): Print the unauthoritative file length.
12019
12020         * ftp-ls.c: Renamed from ftp-unix.c.
12021         (ftp_parse_ls): Moved from ftp.c.
12022         (ftp_parse_unix_ls): Recognize seconds in time spec.
12023         (ftp_parse_unix_ls): Recognize year-less dates of the previous
12024         year.
12025
12026 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
12027
12028         * ftp-basic.c: Don't declare errno if #defined.
12029
12030         * host.c (ftp_getaddress): Check for sysinfo legally.
12031
12032 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
12033
12034         * connect.c (iread): Use READ.
12035
12036 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
12037
12038         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
12039         schemes.
12040
12041 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
12042
12043         * host.c (ftp_getaddress): Allow `.' in hostname.
12044
12045 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
12046
12047         * wget.h: READ and WRITE macros for use instead of read and write
12048         on sockets, grep READ *.c, grep WRITE *.c
12049
12050         * wsstartup.c: new file - startup for winsock
12051
12052         * wsstartup.h: new file
12053
12054         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
12055
12056         * configure.bat: Configure utility for MSVC
12057
12058         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
12059
12060 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
12061
12062         * version.c: Released 1.4.3-pre.
12063
12064         * utils.c (prnum): Accept long.
12065         (legible): Use prnum().
12066
12067         * connect.c (make_connection): Accept port as short.
12068         (bindport): Ditto.
12069
12070         * http.c (gethttp): Use search_netrc.
12071
12072 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
12073
12074         * ftp.c (getftp): Use search_netrc.
12075
12076         * netrc.c (free_netrc): New function.
12077
12078         * init.c (home_dir): New function.
12079
12080         * url.c (convert_links): Allow REL2ABS changes.
12081
12082 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
12083
12084         * netrc.c: New file.
12085         (parse_netrc, maybe_add_to_list): New functions.
12086
12087 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
12088
12089         * retr.c (retrieve_url): Reset opt.recursion before calling
12090         ftp_loop if it is reached through newloc.
12091
12092         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
12093         error; don't use "Syntax error", since we don't know if it is
12094         really a syntax error.
12095
12096 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
12097
12098         * utils.c (acceptable): Extract the filename part of the path.
12099
12100         * recur.c (recursive_retrieve): Call acceptable() with the right
12101         argument; would bug out on wildcards.
12102
12103         * init.c (parse_line): Likewise.
12104
12105         * html.c (htmlfindurl): Cast to char * when calling stuff.
12106
12107 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
12108
12109         * ftp.c (getftp): Use ftp_pasv.
12110
12111         * ftp-basic.c (ftp_request): Accept NULL value.
12112         (ftp_pasv): New function.
12113
12114         * options.h (struct options): Add passive FTP option.
12115
12116 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
12117
12118         * url.c (parseurl): Debug output.
12119
12120         * utils.c (path_simplify): New one, adapted from bash's
12121         canonicalize_pathname().
12122
12123 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
12124
12125         * ftp.c (getftp): Don't discard the buffer.
12126
12127         * retr.c (get_contents): New parameter nobuf.
12128
12129 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
12130
12131         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
12132
12133         * init.c (setval): Strip the trailing slashes on CVECDIR.
12134
12135 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
12136
12137         * init.c: Make excludes and includes under CVECDIR instead of
12138         CVEC.
12139
12140 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
12141
12142         * url.c (get_urls_html): Skip "http:".
12143
12144 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
12145
12146         * utils.c (strcasecmp): From glibc.
12147         (strncasecmp): Also.
12148         (strstr): Also.
12149
12150         * url.c: Added javascript: to the list of URLs prefixes.
12151
12152 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
12153
12154         * recur.c (retrieve_robots): Print the warning message only if
12155         verbose.
12156
12157 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
12158
12159         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
12160
12161 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
12162
12163         * systhings.h: New file.
12164
12165         * ../configure.in: Check for utime.h
12166
12167         * ftp.c: Check whether we have unistd.h.
12168
12169 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
12170
12171         * recur.c (recursive_retrieve): Send the canonical URL as referer.
12172         (recursive_retrieve): Call get_urls_html with the canonical URL.
12173
12174 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12175
12176         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
12177         ansi2knr support for compilers which don't support ANSI style
12178         function prototypes and signatures.
12179
12180         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
12181
12182 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
12183
12184         * url.c: Use it; Recognize paths ending with "." and ".." as
12185         directories.
12186         (url_filename): Append .n whenever file exists and could be a
12187         directory.
12188
12189         * url.h (ISDDOT): New macro.
12190
12191         * init.c (parse_line): Use unsigned char.
12192
12193         * url.c (get_urls_html): Cast to unsigned char * when calling
12194         htmlfindurl.
12195
12196         * html.c (htmlfindurl): Use unsigned char.
12197
12198         * version.c: Changed version to 1.4.3.
12199
12200 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
12201
12202         * version.c: Released 1.4.2.
12203
12204         * ftp.c (getftp): Simplified assertion.
12205         (ftp_loop_internal): Remove symlink before downloading.
12206         (ftp_retrieve_list): Unlink the symlink name before attempting to
12207         create a symlink!
12208
12209         * options.h (struct options): Renamed print_server_response to
12210         server_response.
12211
12212         * ftp.c (rel_constr): Removed.
12213         (ftp_retrieve_list): Don't use it.
12214         (ftp_retrieve_list): Use opt.retr_symlinks.
12215
12216 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
12217
12218         * main.c (main): New option retr_symlinks.
12219
12220         * url.c (convert_links): Print verbose message.
12221
12222 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
12223
12224         * http.c (http_loop): Reset newloc in the beginning of function;
12225         would cause FMR in retrieve_url.
12226
12227 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
12228
12229         * recur.c (convert_all_links): Find the URL of each HTML document,
12230         and feed it to get_urls_html; would bug out.
12231         (convert_all_links): Check for l2 instead of dl; removed dl.
12232
12233         * url.c (convert_links): Don't refer to freed newname.
12234
12235         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
12236
12237         * main.c (main): Print the OS_TYPE in the debug output, too.
12238
12239         * recur.c (recursive_retrieve): Check for opt.delete_after.
12240
12241         * main.c (main): New option delete-after.
12242
12243         * init.c (setval): Cleaned up.
12244
12245 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
12246
12247         * Makefile.in (wget): Make `wget' the default target.
12248
12249         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
12250         loop.
12251         (ftp_retrieve_list): Warn about non-matching sizes.
12252
12253         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
12254
12255         * init.c (setnum): Renamed from setnuminf; New argument flags.
12256         (setval): Use it.
12257
12258         * main.c (main): Sorted the options.
12259         (main): New option --wait.
12260
12261 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
12262
12263         * html.c (htmlfindurl): Reset s->in_quote after getting out of
12264         quotes.
12265
12266 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
12267
12268         * version.c: Changed version to 1.4.2.
12269
12270 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
12271
12272         * version.c: Released 1.4.1.
12273
12274         * html.c (html_quote_string): New function.
12275         (ftp_index): Use it.
12276         (htmlfindurl): A more gentle ending debug message.
12277
12278         * ftp.c (ftp_loop): Check for opt.htmlify.
12279
12280         * init.c: New command htmlify.
12281
12282         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
12283         strings.
12284         (ftp_loop): Print size of index.html.
12285
12286         * init.c (setval): Implement "styles".
12287
12288         * main.c (main): New option dotstyle.
12289
12290 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
12291
12292         * ftp.c (getftp): Close the master socket in case of errors, after
12293         bindport().
12294
12295         * connect.c (bindport): Initialize msock to -1.
12296
12297         * ftp.c (getftp): Initialize dtsock to -1.
12298
12299         * connect.c (closeport): Don't close sock if sock == -1.
12300
12301 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
12302
12303         * init.c (setnuminf): Nuked default value -- just leave unchanged.
12304         (setval): Don't send default values.
12305         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
12306
12307         * options.h (struct options): Use long for dot_bytes.
12308
12309         * init.c (setquota): Renamed to setbytes.
12310         (setval): Use setbytes on DOTBYTES.
12311
12312 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
12313
12314         * ftp.c (getftp): Initialize con->dltime.
12315
12316         * recur.c (recursive_retrieve): Use same_host instead of
12317         try_robots; simply load robots_txt whenever the host is changed.
12318         (recursive_retrieve): Free forbidden before calling parse_robots.
12319
12320 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
12321
12322         * retr.c (show_progress): Use them.
12323
12324         * options.h (struct options): New options dot_bytes, dots_on_line
12325         and dot_spacing.
12326
12327 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
12328
12329         * recur.c (recursive_retrieve): Retrieve directories regardless of
12330         acc/rej rules; check for empty u->file.
12331
12332 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
12333
12334         * init.c (setval): Use it.
12335
12336         * utils.c (merge_vecs): New function.
12337
12338         * init.c (setval): Reset the list-type functions when encountering
12339         "".
12340
12341 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
12342
12343         * recur.c (recursive_retrieve): Use base_url instead of this_url
12344         for no_parent.
12345
12346 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
12347
12348         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
12349
12350 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
12351
12352         * utils.c (sepstring): Rewrote; don't use strtok.
12353
12354         * recur.c (recursive_retrieve): Enter assorted this_url to slist
12355         when running the first time.
12356         (retrieve_robots): Warn to ignore errors when robots are loaded.
12357
12358         * utils.c (load_file): Moved from url.c.
12359
12360         * http.c: Made static variables const too in h* functions.
12361
12362         * main.c (main): Renamed --continue-ftp to --continue.
12363
12364         * recur.c (recursive_retrieve): Use it.
12365
12366         * utils.c (frontcmp): New function.
12367
12368         * url.c (accdir): New function.
12369
12370         * html.c (htmlfindurl): Recognize <area href=...>.
12371
12372         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
12373
12374         * init.c (setval): Free the existing opt.excludes and
12375         opt.includes, if available.
12376
12377         * main.c (main): New option -I.
12378
12379 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
12380
12381         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
12382
12383         * version.c: Changed version to 1.4.1.
12384
12385 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
12386
12387         * version.c: Released 1.4.0.
12388
12389 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
12390
12391         * main.c (main): Free com and val after parse_line.
12392         (printhelp): Reorder the listing.
12393
12394         * http.c: More robust header parsing.
12395
12396         * http.c: Allow any number of spaces, or no spaces, precede ':'.
12397         (hskip_lws): New function.
12398         (haccepts_bytes): New function.
12399         (gethttp): Use it.
12400
12401         * init.c (setval): Check header sanity.
12402         (setval): Allow resetting of headers.
12403
12404 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
12405
12406         * http.c (http_loop): Don't use has_wildcards.
12407
12408         * http.c (gethttp): Free all_headers -- would leak.
12409
12410         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
12411         0 -- this fixes a long-standing bug in -rl.
12412
12413 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
12414
12415         * ftp.c: Use -1 as "impossible" value for con->fd.
12416
12417         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
12418
12419         * init.c (parse_line): Use isalpha.
12420
12421         * ftp-unix.c: Use HAVE_UNISTD_H.
12422
12423         * mtch.c (has_wildcards): Don't match \.
12424
12425         * http.c (http_loop): Warn on HTTP wildcard usage.
12426
12427 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
12428
12429         * url.c (url_filename): Do not create numbered suffixes if
12430         opt.noclobber -- would bug out on -nc.
12431
12432 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
12433
12434         * recur.c (parse_robots): Don't chuck out the commands without
12435         arguments (`Disallow:<empty>' didn't work).
12436         (parse_robots): Compare versions lowercase.
12437         (parse_robots): Match on base_version, not version_string!
12438         (parse_robots): Handle comments properly.
12439         (parse_robots): Match versions in a sane way.
12440
12441         * init.c: Print nicer error messages.
12442
12443         * version.c: Changed version to 1.4.0.
12444
12445 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
12446
12447         * version.c: Released 1.4.0-test2.
12448
12449         * init.c (run_wgetrc): Close fp.
12450
12451         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
12452         u->dir.
12453
12454 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
12455
12456         * init.c (setquota): Allow inf as quota specification.
12457
12458 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
12459
12460         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
12461         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
12462
12463         * main.c (main): Check for quota by comparison with downloaded
12464         stuff, not from status.
12465
12466         * connect.c (select_fd): Should compile on HPUX without warnings now.
12467
12468         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
12469         returned RETROK.
12470
12471 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
12472
12473         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
12474         (getftp): Return FTPRETRINT on control connection error.
12475
12476         * html.c (htmlfindurl): Recognize <embed src=...> and
12477         <bgsound src=...>.
12478         (ftp_index): Handle username and password correctly.
12479
12480         * main.c (main): Made `-np' a synonim for --no-parent.
12481
12482 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
12483
12484         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
12485         ftp_retrieve_glob.
12486
12487         * version.c: Changed version to 1.4.0-test2.
12488
12489 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
12490
12491         * version.c: Released 1.4.0-test1.
12492
12493         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
12494         directory.
12495         (convert_links): Removed definition of make_backup.
12496
12497         * http.h: Removed definition of MAX_ERROR_LENGTH.
12498
12499         * host.c (ftp_getaddress): Check for "(none)" domains.
12500
12501         * ftp.c (ftp_retrieve_dirs): Docfix.
12502
12503         * http.c (gethttp): Use ou->referer instead of u->referer.
12504
12505         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
12506         this was known to cause coredumps on Linux.
12507
12508         * html.c (ftp_index): Cast the argument to local_time to time_t *.
12509
12510 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
12511
12512         * connect.c (select_fd): Use exceptfds -- once and for all.
12513
12514         * retr.c (retrieve_from_file): Free filename after
12515         recursive_retrieve.
12516         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
12517         first-time retrieval.
12518         (retrieve_from_file): Return uerr_t; new argument, count.
12519         (retrieve_from_file): Break on QUOTEXC.
12520
12521         * init.c (setquota): Fixed a bug that caused rejection of
12522         non-postfixed values..
12523
12524 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
12525
12526         * version.c: Changed name to wget.
12527
12528         * connect.c (iread): Smarter use of select.
12529         (select_fd): Set errno on timeout.  If not timeout, return 1
12530         instead of 0.
12531
12532 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
12533
12534         * ftp.c (ftp_loop_internal): Don't use con->cmd before
12535         establishing it.
12536
12537 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
12538
12539         * http.c (gethttp): Send correct referer when using proxy.
12540         (gethttp): Use struct urlinfo ou to access the relevant data; send
12541         correct authorization in all cases.
12542
12543         * host.c (same_host): Use skip_uname to skip username and
12544         password.
12545
12546         * url.c (skip_uname): New function.
12547         (parseurl): Use it.
12548
12549         * host.c (same_host): Do not assume HTTP -- same_host should now
12550         be totally foolproof.
12551
12552         * url.c (skip_proto): New function.
12553         (parse_uname): Use it.
12554
12555         * http.c (gethttp): Create local user and passwd from what is
12556         given.
12557
12558         * url.c (parseurl): Check for HTTP username and password too.
12559
12560 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
12561
12562         * config.h.in: Removed #define gethostbyname R...
12563
12564 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
12565
12566         * version.c: Changed version to 1.4.0-test1.
12567
12568 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
12569
12570         * version.c: "Released" 1.4b29.
12571
12572         * recur.c (recursive_retrieve): Check for no_parent.
12573
12574         * init.c (setval): Option update.
12575
12576         * main.c (main): New option no-parent.
12577
12578         * options.h (struct options): New variable no_parent.
12579
12580         * recur.c (recursive_retrieve): Only files are checked for
12581         opt.accepts and opt.rejects.
12582         (recursive_retrieve): Check directories for opt.excludes.
12583         (recursive_retrieve): Make the dir absolute when checking
12584         opt.excludes.
12585
12586         * html.c (htmlfindurl): Recognize <applet code=...> and <script
12587         src=...>
12588
12589 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
12590
12591         * ftp.c (getftp): Do not line-break assert entries at all.
12592         (ftp_retrieve_dirs): docfix.
12593
12594         * connect.c (select_fd): Use fd + 1 as nfds.
12595
12596         * version.c: Changed version to 1.4b29.
12597
12598 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
12599
12600         * version.c: "Released" 1.4b28.
12601
12602         * ftp.c (ftp_loop_internal): Check whether f->size == len and
12603         don't continue the loop if it is.
12604         (ftp_get_listing): Remove list_filename on unsuccesful loop.
12605
12606 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
12607
12608         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
12609         (getftp): Do not use multiline assert.
12610
12611         * http.c (hparsestatline): Use mjr and mnr instead of major and
12612         minor, which don't compile on Ultrix.
12613         (http_loop): Use strcpy() to initialize tmp.
12614
12615         * all: Geturl -> Fetch
12616
12617 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
12618
12619         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
12620         ':'.
12621
12622         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
12623         moving `bufsize &&' to the beginning of each check in for-loops.
12624
12625         * recur.c (parse_robots): Close fp on exit.
12626
12627         * url.c (mymkdir): Check for each directory before creating.
12628
12629 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
12630
12631         * version.c: Changed version to 1.4b28.
12632
12633 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
12634
12635         * version.c: "Released" 1.4b27.
12636
12637         * init.c (parse_line): Use isspace.
12638         (parse_line): Free *com on all errors.
12639
12640         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
12641         (delelement): Use next instead of f->next and prev instead of
12642         f->prev.
12643         (delelement): Free the members of the deleted element.
12644
12645         * http.c (http_loop): Do not return RETROK on code != 20x.
12646
12647         * init.c (cleanup): Free opt.user_header.
12648         (cleanup): Free opt.domains.
12649
12650         * url.c (freelists): Moved to cleanup().
12651
12652         * http.c (hparsestatline): Docfix.
12653
12654         * main.c (main): Return with error status on unsuccesful
12655         retrieval.
12656
12657         * init.c (setval): Do not remove listing when mirroring.
12658
12659         * url.c (url_filename): Use opt.fileprefix.
12660
12661         * ftp.c (ftp_get_listing): Use url_filename to get filename for
12662         .listing.
12663
12664         * main.c (main): New option: -rn.
12665
12666 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
12667
12668         * Makefile.in (RM): Added RM = rm -f.
12669
12670         * host.c (clean_hosts): New function.
12671         (free_hlist): Just free the list, no reset.
12672
12673         * version.c: Changed version to 1.4b27.
12674
12675 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
12676
12677         * version.c: "Released" 1.4b26.
12678
12679         * retr.c (retrieve_from_file): If call get_urls_html with
12680         opt.spider to make it silent in spider mode.
12681
12682         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
12683
12684         * url.h (CLEANDUP): New macro.
12685
12686         * http.c (gethttp): Fixed a bug that freed location only when it
12687         was NULL.
12688
12689         * retr.c (retrieve_url): Free url if it will not be stored,
12690         i.e. newloc is NULL.
12691
12692         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
12693         old version would bug out on <a href="x#a"href="y">.
12694
12695         * html.h (state_t): New member in_quote.
12696
12697         * html.c (htmlfindurl): Free s->attr at the beginning of
12698         attr-loop.
12699
12700         * recur.c (recursive_retrieve): Recognize RCLEANUP.
12701         (tried_robots): Make hosts a global variable.
12702         (recursive_retrieve): Free constr after URL host optimization.
12703         (tried_robots): Free urlinfo before exiting.
12704
12705         * utils.c (free_slist): New function.
12706
12707         * recur.c (recursive_retrieve): Use flags to add cleanup
12708         possibility.
12709
12710         * main.c (main): Free filename after recursive_retrieve.
12711
12712         * http.c (gethttp): Store successful responses too.
12713
12714 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
12715
12716         * all: Constified the whole source.  This required some minor
12717         changes in many functions in url.c, possibly introducing bugs -- I
12718         hope not.
12719
12720         * ftp-basic.c: Removed last_respline.
12721
12722         * http.c (gethttp): Free type.
12723
12724         * host.c (same_host): Free real1 and real2.
12725
12726         * main.c (main): New option --spider.
12727
12728         * retr.c (get_contents): Don't reset errno.
12729
12730         * main.c (main): Sorted the options.
12731
12732         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
12733         uninitialized by select().
12734
12735         * http.c (http_loop): Print the time when the connection is
12736         closed.
12737         (gethttp): Debug-print the HTTP request.
12738
12739 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
12740
12741         * connect.c (iread): Do not try reading after timeout.
12742
12743         * main.c (main): Would bug out on -T.
12744
12745         * connect.c (select_fd): Do not use exceptfds.
12746         (iread): Set ETIMEDOUT on select_fd <= 0.
12747
12748         * version.c: Changed version to 1.4b26.
12749
12750 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
12751
12752         * version.c: "Released" 1.4b25.
12753
12754         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
12755         or link name.
12756
12757         * http.c (gethttp): Add errcode to struct hstat.
12758         (http_loop): Use it.
12759
12760         * url.c (no_proxy_match): Simplify using char** for no_proxy.
12761
12762         * options.h (struct options): Make opt.no_proxy a vector.
12763
12764         * utils.c (sepstring): Use !*s instead of !strlen(s).
12765
12766         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
12767         (getperms): Use ISODIGIT instead of isdigit.
12768
12769         * ftp.c (getftp): Print time.
12770
12771         * main.c (main): Use legible output of downloaded quantity.
12772
12773         * ftp.c (getftp): Use elapsed_time().
12774         (ftp_loop_internal): Use rate().
12775
12776         * http.c (http_loop): Add download ratio output; Use rate().
12777
12778         * utils.c (rate): New function.
12779
12780 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
12781
12782         * http.c (http_loop): Use timer.
12783
12784         * ftp.c: Split to ftp-basic.c and ftp.c
12785
12786         * utils.c (reset_timer): New function.
12787         (elapsed_time): New function.
12788
12789         * retr.c (show_progress): Make bytes_in_line and offs long; should
12790         work on 16-bit machines.
12791
12792 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
12793
12794         * url.c (in_acclist): New argument backward.
12795
12796         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
12797         a file should be retrieved according to suffix.
12798         (ftp_get_listing): Check the return value of unlink; Do not call
12799         ftp_retrieve_dirs if depth reached maxreclevel.
12800         (ftp_retrieve_dirs): Check whether the directory is in
12801         exclude-list.
12802
12803         * main.c (main): Print the version number at the beginning of
12804         DEBUG output.
12805         (main): Use strrchr when creating exec_name.
12806
12807         * ftp.c (ftp_retrieve_glob): Do not close control connection.
12808
12809         * version.c: Changed version to 1.4b25.
12810
12811 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
12812
12813         * version.c: "Released" 1.4b24.
12814
12815         * Makefile.in: Rewrite.
12816
12817         * ftp.c (ftp_loop_internal): Likewise.
12818
12819         * retr.c (time_str): Check for failed time().
12820
12821         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
12822         HTML3.0.
12823
12824         * retr.c (time_str): Return time_t *.
12825
12826         * connect.c (bindport): Close msock on unsuccesful bind.
12827         (bindport): The same for getsockname and listen.
12828
12829         * retr.c (retrieve_url): Allow any number of retries on
12830         proxy.
12831
12832         * http.c (gethttp): Do not treat errno == 0 as timeout.
12833         (http_loop): Likewise.
12834         (http_loop): Cosmetic changes.
12835
12836         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
12837
12838         * retr.c (get_contents): Reset errno.
12839
12840         * ftp.c (getftp): Minor fixes.
12841
12842 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
12843
12844         * http.c: Do not use backups.
12845
12846         * geturl.1 (WARNING): Warn that man-page could be obsolete.
12847
12848         * getopt.c (getopt_long): Moved to getopt.c
12849
12850         * geturl.texi: Enhanced.
12851
12852         * main.c (main): Use it.
12853
12854         * recur.c (convert_all_links): New function.
12855
12856         * utils.c (add_slist): New argument flags.
12857
12858         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
12859         (parse_robots): Do not chuck out empty value fields.
12860         (parse_robots): Make yourself welcome on empty Disallow.
12861
12862         * version.c: Changed version to 1.4b24.
12863
12864 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
12865
12866         * version.c: "Released" 1.4b23.
12867
12868         * ftp.c (ftp_loop_internal): Get the time after getftp.
12869
12870         * Makefile.in (install.info): New target.
12871         (install): Use it.
12872
12873         * http.c (http_loop): Fix output when doing -O.
12874
12875 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
12876
12877         * geturl.texi: New file.
12878
12879         * main.c (main): Do not print the warnings and download summary if
12880         opt.quiet is set.
12881
12882         * version.c: Changed version to 1.4b23.
12883
12884 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
12885
12886         * "Released" 1.4b22.
12887
12888         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
12889         to avoid redefinition warnings.
12890
12891         * host.c (store_hostaddress): Use memcpy() to copy the address
12892         returned by inet_addr.
12893
12894         * version.c: Changed version to 1.4b22.
12895
12896 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
12897
12898         * version.c: "Released" 1.4b21.
12899
12900         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
12901
12902         * ftp.c (ftp_port): Use conaddr.
12903         (getftp): Print the file length.
12904         (ftp_retrieve_list): Check the stamps of plain files only.
12905
12906         * connect.c (closeport): Do not call shutdown().
12907         (conaddr): New function.
12908
12909         * html.c (ftp_index): Made it dfp-aware.
12910
12911         * init.c (cleanup): New name of freemem. Close opt.dfp.
12912
12913         * ftp.c (getftp): Use opt.dfp if it is set.
12914
12915         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
12916
12917         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
12918         CWDs to be sent with recursive FTP retrievals.
12919
12920 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
12921
12922         * recur.c (parse_robots): Made it more compliant with "official"
12923         specifications.
12924
12925         * http.c: New function.
12926
12927         * ftp-unix.c (ftp_parse_ls): Added better debug output.
12928
12929         * ftp.c (getftp): Print out the LIST in case of
12930         opt.print_server_response.
12931
12932         * version.c: Changed version to 1.4b21.
12933
12934 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
12935
12936         * version.c: "Released" 1.4b20.
12937
12938         * README: Update.
12939
12940         * http.c (gethttp): Preset lengths of various headers instead of
12941         calculating them dynamically.
12942         (gethttp): Check for 206 partial contents.
12943
12944 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
12945
12946         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
12947
12948         * http.c (gethttp): Send the port number in the Host: header.
12949
12950 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
12951
12952         * http.c (gethttp): Send host: header.
12953         (gethttp): Add the possibility of user-defined headers.
12954         (gethttp): Move decision about pragma: no-cache to http_loop,
12955         where it belongs.
12956         (gethttp): Pass a struct instead of enormous argument list.
12957         (http_loop): Use a new, fancier display format.
12958         (ftp_loop): Likewise.
12959
12960         * main.c: (hangup): Turn off buffering of the new log file.
12961
12962         * install-sh: Likewise.
12963
12964         * config.sub: Replace with the one in autoconf-2.10
12965
12966         * geturl.1: Update.
12967
12968         * init.c: New options httpuser and httppasswd.
12969
12970         * http.c: (base64_encode_line): New function.
12971         (gethttp): Send authentication.
12972
12973         * connect.c (make_connection): Use store_hostaddress.
12974
12975 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
12976
12977         * host.c (store_hostaddress): New function.
12978
12979         * NEWS: Update.
12980
12981         * http.c (hgetrange): New function.
12982         (gethttp): Use ranges.
12983
12984         * utils.c (numdigit): Accept long instead of int.
12985
12986         * http.c (http_loop): Add restart capabilities.
12987
12988         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
12989         being used uninitialized.
12990         (ftp_retrieve_list): Similar fix.
12991
12992         * host.c (add_hlist): Fixed a bug that could cause cmp being used
12993         uninitialized.
12994
12995         * url.c (construct_relative): New function.
12996
12997         * recur.c (recursive_retrieve): Use it.
12998
12999         * retr.c (convert_links): New function.
13000
13001 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
13002
13003         * url.c (free_urlpos): New function.
13004
13005         * recur.c (recursive_retrieve): Adapt.
13006
13007         * url.c (get_urls_html): Return a linked list instead of a vector.
13008
13009         * url.c (get_urls_file): Return a linked list instead of a vector.
13010
13011         * geturl.1: Update.
13012
13013         * http.c (gethttp): Implement it.
13014
13015         * init.c (setval): New option: SAVEHEADERS
13016
13017         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
13018         be retrieved. Lack of this test caused bugs when the connection
13019         was lost during listing.
13020
13021         * retr.c (retrieve_url): Fixed a bug that caused
13022         coredumps. *newloc is now reset by default.
13023         (retrieve_url): Lift the twenty-tries limit on proxies.
13024
13025         * version.c: Changed version to 1.4b20.
13026
13027 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
13028
13029         * version.c: "Released" 1.4b19.
13030
13031 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
13032
13033         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
13034         (getftp): Changed prototype to accept ccon *.
13035
13036 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
13037
13038         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
13039         incorrect values to files pointed to by symbolic links.
13040         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
13041
13042 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
13043
13044         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
13045
13046         * main.c (main): New option: --user-agent.
13047
13048         * geturl.1: Ditto.
13049
13050         * init.h: Ditto.
13051
13052         * init.c (setval): Ditto.
13053
13054         * main.c (main): Rename "server-headers" to "server-response".
13055
13056         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
13057         executables in 'ls -F' listings.
13058
13059 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
13060
13061         * url.c (parseurl): Remove realloc() and sprintf().
13062         (str_url): Get rid of sprintf().
13063
13064         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
13065         servers.
13066
13067         * url.h (URL_CLEANSE): Made it else-resistant.
13068         (USE_PROXY): New macro.
13069
13070 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
13071
13072         * NEWS: Update.
13073
13074         * version.c: Changed version to 1.4b19.
13075
13076 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
13077
13078         * version.c: "Released" 1.4b18.
13079
13080         * url.c: Made it reallocate space exponentially.
13081
13082 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
13083
13084         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
13085         the list of stuff to fetch.
13086
13087 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
13088
13089         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
13090         -Fi.
13091
13092         * html.c (htmlfindurl): Rewrite.
13093
13094         * http.c (gethttp): Use opt.proxy_cache.
13095
13096         * main.c (main): Added --cache option.
13097
13098         * ftp.c (ftp_response): Print server response if opt.print_server
13099         response is set.
13100         (getftp): Print newlines after each request if the server response
13101         is to be printed.
13102         (ftp_response): Copy the last response line to last_respline.
13103
13104         * http.c (gethttp): Add Pragma: nocache for retried
13105         proxy-retrievals.
13106
13107         * ftp.c (getftp): Use it.
13108
13109         * retr.c (buf_discard): New function.
13110
13111         * ftp.c (ftp_response): Use buf_readchar().
13112         (getftp): Flush the control connection buffer before calling
13113         get_contents().
13114
13115         * retr.c (buf_readchar): New function.
13116         (buf_flush): New function.
13117         (get_contents): Use buf_readchar() instead of read(x, x, 1).
13118         (get_contents): Use buf_flush.
13119
13120 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
13121
13122         * ftp.c: Incorporate changes to ftp_response.
13123
13124         * ftp.c (ftp_response): Allocate the server response dynamically,
13125         as in read_whole_line and fetch_next_header.
13126
13127         * utils.c (read_whole_line): Fixed a bug that prevented reading
13128         the last line if it is not \n-terminated. Also fixed a possible
13129         memory overflow.
13130
13131         * http.c (fetch_next_header): Return malloc-ed string as large as
13132         needed.
13133         (gethttp): Use new fetch_next_header.
13134
13135 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
13136
13137         * http.c (hgetlen): Compute the header length the first time only.
13138         (hgettype): Ditto.
13139         (hgetlocation): Ditto.
13140         (hgetmodified): Ditto.
13141
13142 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
13143
13144         * sample.geturlrc: Update.
13145
13146 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
13147
13148         * http.c (http_loop): Ditto.
13149
13150         * ftp.c (getftp): Open the output file as binary.
13151
13152         * version.c: Changed version to 1.4b18.
13153
13154 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
13155
13156         * version.c: "Released" 1.4b17.
13157
13158         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
13159         instead of failed assertion.
13160
13161 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
13162
13163         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
13164         if a file of that name already exists.
13165
13166 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
13167
13168         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
13169
13170         * config.h.in: Define gethostbyname as Rgethostbyname when using
13171         Socks.
13172
13173         * configure.in: Check for -lresolv if using Socks.
13174
13175         * version.c: Changed version to 1.4b17.
13176
13177 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
13178
13179         * version.c: "Released" 1.4b16.
13180
13181         * http.c (gethttp): More intelligent check for first line of HTTP
13182         response.
13183         (gethttp): Would bug out on time-stamping.
13184
13185         * version.c: Changed version to 1.4b16.
13186
13187 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
13188
13189         * version.c: Released 1.4b15.
13190
13191         * http.c (http_loop): Print \n after the loop entry, not before.
13192
13193         * url.c (url_filename): Use ISDOT.
13194
13195         * url.h (ISDOT): New macro.
13196
13197         * recur.c (recursive_retrieve): Change only opt.recursive for
13198         following FTP.
13199
13200 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
13201
13202         * socks/geturl.cgi: Fixed version No.
13203
13204         * socks/download-netscape.html: Ditto.
13205
13206         * socks/download.html: Changed socks.html to download.html.
13207
13208 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
13209
13210         * url.c (url_filename): Check for opt.dirstruct instead for
13211         opt.recursive && opt.dirstruct.
13212
13213         * init.c (defaults): Ditto.
13214         (defaults): Reset dirstruct by default.
13215         (setval): Set opt.dirstruct whenever setting recursive.
13216
13217         * init.h: Removed FORCEDIRHIER.
13218
13219         * INSTALL: Added -L to socks-description.
13220
13221         * version.c: Changed version to 1.4b15.
13222
13223 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
13224
13225         * version.c: "Released" 1.4b14.
13226
13227         * geturl.1: Update AUTHOR to include Rosella as contributor.
13228
13229         * NEWS: Update.
13230
13231         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
13232
13233         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
13234         (cal_time): Fix == to eq.
13235
13236         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
13237
13238         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
13239
13240         * Makefile.in: Use @VERSION@.
13241
13242         * configure.in: Check version from version.c.
13243
13244         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
13245
13246         * socks/download.html: Created from download-netscape.html, made
13247         HTML-2.0 compliant.
13248
13249         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
13250         following FTP links from recursions.
13251
13252 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
13253
13254         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
13255         absolute directories correctly.
13256
13257         * version.c: Changed version to 1.4b14.
13258
13259 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
13260
13261         * version.c: "Released" 1.4b13.
13262
13263         * url.c (make_backup): New function.
13264
13265         * http.c (http_loop): Make a backup copy of the local file (using
13266         rename(2)) before opening it.
13267
13268         * main.c (main): Added --backups.
13269
13270         * host.c (ftp_getaddress): Bail out on failed mycuserid().
13271         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
13272         (ftp_getaddress): Check for empty, null or (null) domain.
13273
13274         * url.c (get_urls_html): If this_url is NULL, the base must have a
13275         protocol.
13276         (parseurl): Use has_proto.
13277
13278         * retr.c (retrieve_url): Warn when proxy is used with more than 20
13279         retries.
13280
13281         * url.c (mkstruct): Create the directory (calling mymkdir()) only
13282         if it is not already there.
13283         (has_proto): New function.
13284         (get_urls_html): Eliminate the remaining call to findurl -- use
13285         has_proto.
13286
13287         * geturl.1: Ditto.
13288
13289         * main.c: Change -X to -x.
13290
13291         * url.c (url_filename): Simplify creation of filename if
13292         prefix_files is set.
13293         (url_filename): Simplify everything. And I do mean *everything*.
13294         (mkstruct): Add dir_prefix before hostname.
13295         (path_simplify): Fixed a bug that caused writing outside the path
13296         string in case of "." and ".." path strings.
13297
13298 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
13299
13300         * init.c: Added --mirror.
13301
13302         * main.c (main): Added -X to force saving of directory hierarchy.
13303
13304         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
13305         (ftp_retrieve_list): Check whether quota is exceeded.
13306
13307         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
13308
13309         * http.c (gethttp): Use referer if present.
13310
13311         * recur.c (recursive_retrieve): Set u->referer before calling
13312         retrieve_url.
13313
13314         * url.c (newurl): Use memset to nullify the struct members.
13315         (freeurl): Free the referer field too.
13316
13317         * url.h: Added referer to urlinfo.
13318
13319         * geturl.1: Updated the manual to document some of the new features.
13320
13321         * utils.c (numdigit): Moved from url.c.
13322
13323         * README: Rewritten.
13324
13325         * config.h.in: Add the support for socks.
13326
13327         * configure.in: Add the support for socks.
13328
13329         * url.c (url_filename): If the dir_prefix is ".", work with just
13330         the file name.
13331         (url_filename): Do not look for .n extensions if timestamping if
13332         turned on.
13333
13334         * retr.c (show_progress): Skip the over-abundant restval data, and
13335         print the rest of it with ',' instead of '.'.
13336
13337 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
13338
13339         * retr.c (show_progress): Changed second arg. to long (as it
13340         should be).
13341         (show_progress): Moved to retr.c.
13342         (get_contents): Moved to retr.c.
13343
13344         * version.c: Change version to 1.4b13.
13345
13346 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
13347
13348         * url.c (in_acclist): Would return after the first suffix.
13349
13350 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
13351
13352         * version.c: "Released" 1.4b12.
13353
13354         * url.c (path_simplify): More kludgifications.
13355         (get_urls_html): Use new parameters for htmlfindurl.
13356
13357         * html.c: Removed memorizing "parser states", since the new
13358         organization does not require them.
13359
13360         * init.c (run_geturlrc): Use read_whole_line.
13361
13362         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
13363
13364         * recur.c (parse_robots): Use read_whole_line.
13365
13366         * utils.c (read_whole_line): New function.
13367
13368         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
13369
13370         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
13371         tested on OSF and Ultrix.
13372         (add_hlist): New function.
13373         (free_hlist): New function.
13374         (search_host): New function.
13375         (search_address): New function.
13376         (realhost): Use search_host, search_address and add_hlist.
13377         (same_host): Replaced realloc() with strdupdelim(), made
13378         case-insensitive, fixed a memory leak.
13379
13380         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
13381         tm_min, like intended.
13382
13383         * version.c: Change user agent information to
13384         Geturl/version.
13385
13386 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
13387
13388         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
13389
13390         * url.c (acceptable): Always accept directories.
13391
13392         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
13393         servers by stripping trailing @ from symlinks and trailing / from
13394         directories.
13395
13396         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
13397
13398         * url.c (skip_url): Use toupper instead of UCASE.
13399
13400         * host.c (sufmatch): Made it case-insensitive.
13401
13402         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
13403         (match_backwards): New function, instead of
13404         match_backwards_or_pattern.
13405
13406         * recur.c (recursive_retrieve): Increased performance by
13407         introducing inl, which reduces number of calls to in_slist to only
13408         one.
13409
13410         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
13411         routine to use.
13412
13413         * main.c (printhelp): Removed the warranty stuff.
13414
13415 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
13416
13417         * url.c (add_slist): Simplify.
13418         (match_backwards_or_pattern): New function.
13419         (in_acclist): Use match_backwards_or_pattern.
13420         (matches): Remove.
13421
13422 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
13423
13424         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
13425         recursive.
13426
13427         * html.c (ftp_index): Fixed to work. Beautified the output.
13428
13429         * ftp.c (ftp_retrieve_glob): Another argument to control whether
13430         globbing is to be used.
13431         (ftp_retrieve_list): Compare the time-stamps of local and remote
13432         files to determine whether to download.
13433
13434 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
13435
13436         * ftp.c (rel_constr): New function.
13437
13438         * retr.c (retrieve_from_file): Check for text/html before
13439         retrieving recursively.
13440
13441         * main.c (main): Check whether the file is HTML before going into
13442         recursive HTML retrieving.
13443
13444         * ftp.c (ftp_retrieve_list): Manage directories.
13445         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
13446         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
13447         initialized, causing bugchecks in getftp to fail.
13448
13449         * configure.in: Check for symlink.
13450
13451         * ftp.c (ftp_retrieve_list): Added support for symlinks.
13452
13453         * version.c: "Released" 1.4b10.
13454
13455         * atotm.c (atotm): Redeclared as time_t.
13456
13457         * init.c: New variable "timestamping".
13458
13459         * main.c (main): New option 'N'.
13460
13461         * http.c (hgetlocation): Case-insensitive match.
13462         (hgetmodified): New function.
13463         (http_loop): Implement time-stamping.
13464
13465 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
13466
13467         * version.c: Changed version to 1.4b10
13468
13469         * atotm.c: New file, from phttpd.
13470
13471         * options.h (struct options): New parameter timestamping.
13472
13473         * version.c: 1.4b9 "released".
13474
13475         * recur.c (recursive_retrieve): Used linked list (ulist) for
13476         faster storing of URLs.
13477
13478         * url.c (get_urls_html): Removed the old kludge with comparing the
13479         outputs of htmlfindurl and findurl.
13480         (get_urls_html): Added better protocol support here.
13481         (create_hash): Removed, as well as add_hash and in_hash.
13482         (addslist): New function.
13483         (in_slist): ditto
13484
13485         * version.c: Released 1.4b8, changed version to b9.
13486
13487 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
13488
13489         * ftp.c (freefileinfo): New function.
13490         (delelement): New function.
13491
13492         * everywhere: GPL!
13493
13494         * ftp.c (ftp_loop): Use ccon.
13495         (ftp_retrieve_glob): Likewise.
13496
13497         * ftp.h: Define ccon, to define status of control connection.
13498
13499         * ftp.c (ftp_get_listing): New function.
13500         (ftp_retrieve_more): New function.
13501         (ftp_retrieve_glob): New function.
13502
13503 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
13504
13505         * configure.in: Removed the search for cuserid().
13506
13507         * init.c (getmode): Renamed to getperms.
13508
13509 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
13510
13511         * version.c: New version.
13512
13513         * main.c (hangup): New function, that handles hangup. Hangup
13514         signal now causes geturl to stop writing on stdout, and to write
13515         to a log file.
13516
13517         * ftp.c (getftp): "Released" 1.4b7.
13518
13519         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
13520         (ftp_index): Use fileinfo/urlinfo.
13521
13522         * ftp-unix.c (ftp_parse_ls): New function.
13523         (symperms): New function.
13524
13525         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
13526
13527         * retr.c (retrieve_url): Added FTP support.
13528
13529 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
13530
13531         * geturl.h: Removed NOTFTP2HTML enum.
13532         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
13533
13534         * ftp.c (getftp): Resynched with urlinfo.
13535         (getftp): Removed HMTL-ization of index.html from getftp.
13536
13537         * version.c: 1.4b6 "released".
13538
13539         * options.h (options): New struct, to keep options in.
13540
13541         * http.c (http_loop,gethttp): Synched with proxy.
13542
13543         * retr.c (retrieve_url): Implemented proxy retrieval.
13544
13545         * main.c (main): Use retrieve_from_file.
13546
13547 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
13548
13549         * retr.c (retrieve_from_file): New function.
13550
13551         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
13552         can be found in u->proto.
13553
13554         * ftp.c (ftp_response): Fixed to accept multi-line responses as
13555         per RFC 959.
13556
13557         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
13558
13559         * url.c (mymkdir): Removed the file of the same name, if one
13560         exists.
13561         (isfile): New function.
13562         (mkstruct): Fixed the '/' glitches.
13563         (path_simplify): Hacked to treat something/.. correctly.
13564
13565 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
13566
13567         * http.c (gethttp): Close the socket after error in headers.
13568         (http_loop): HEOF no longer a fatal header.
13569
13570         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
13571         simplifies the syntax of calling retrieve_url.
13572
13573         * recr.c (recursive_retrieve): Modified to use get_urls_html.
13574
13575         * url.c (get_urls_file): New function.
13576         (get_urls_html): New function.
13577
13578         * recr.c (recursive_retrieve): Patched up to conform to the
13579         standards.
13580
13581         * http.c (gethttp): Synched with the rest...
13582         (gethttp): Treat only CONREFUSED specially, with connection
13583         errors.
13584
13585         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
13586
13587 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
13588
13589         * http.c (http_loop): New function.
13590
13591         * loop.c: Removed *lots* of stuff from retrieve_url.
13592
13593         * url.c (parseurl): Changed to work with urlinfo. Integrated
13594         username finding and path parsing.
13595         (newurl): New function.
13596         (freeurl): New function.
13597         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
13598         (url_filename): Likewise.
13599         (path_simplify): Accept relative paths too.
13600         (opt_url): Made urlinfo-compliant, removed bogosities.
13601         (path_simplify): Expanded to accept relative paths.
13602         (str_url): A replacement for hide_url
13603         (decode_string): Fixed a bug that caused malfunctioning when
13604         encountering an illegal %.. combination.
13605         (opt_url): Removed the argument. Dot-optimizations are now default.
13606
13607         * nmalloc.c (strdupdelim): New function.
13608
13609         * url.h: Added the urlinfo structure
13610
13611 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
13612
13613         * url.c (hide_url): Thrown out the protocol assertion. Do not
13614         change the URL if the protocol if not recognized.
13615         (findurl): Put continue instead of break.
13616
13617 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
13618
13619         * sample.geturlrc: Changed the defaults to be commented out and
13620         harmless (previous defaults caused pains if copied to
13621         ~/.geturlrc).
13622
13623         * http.c (gethttp): Print the HTTP request in debug mode.
13624
13625         * connect.c (iread): Added EINTR check loop to select-ing
13626         too. EINTR is now correctly handled with select().
13627
13628         * TODO: new file
13629
13630 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
13631
13632         * host.c (same_host): Made the function a little bit more
13633         intelligent regarding diversified URL syntaxes.
13634
13635         * url.c (skip_url): Spaces are now skipped after URL:
13636
13637         * Released 1.3.1 with the patch to prevent crashing when sending
13638         NULL to robot* functions and the patch to compile "out of the box"
13639         on AIX.
13640
13641         * recr.c (recursive_retrieve): Added checking whether this_url is
13642         NULL when calling the robot functions.
13643
13644         * ChangeLog: New file.