]> sjero.net Git - wget/blob - src/ChangeLog
Recieve ftp listing even when .listing file exist and --no-clobber option is given.
[wget] / src / ChangeLog
1 2012-10-03 Merinov Nikolay <kim.roader@gmail.com>
2
3         * ftp.c (ftp_loop_internal): Ignore --no-clobber option when
4         receiving directory listing.
5
6 2012-10-07  Tim Ruehsen  <tim.ruehsen@gmx.de>
7             Giuseppe Scrivano  <gscrivano@gnu.org>
8
9         * utils.c (get_max_length): If `pathconf' is not available
10         fallback to PATH_MAX.
11
12 2012-10-06  Giuseppe Scrivano  <gscrivano@gnu.org>
13
14         * http.c (http_loop): Send a HEAD request when -c and
15         --content-disposition are used together.
16
17 2012-09-29 Merinov Nikolay <kim.roader@gmail.com>
18
19         * ftp-ls.c (ftp_parse_winnt_ls): Support filename extracting with
20         new listing format.
21
22 2012-09-29  Tim Ruehsen  <tim.ruehsen@gmx.de>
23
24         * url.h (CHOMP_BUFFER): Add definition.
25         * url.c (url_file_name): New local variables `fname_len_check' and
26         `max_length'. Check that the length of the file name is acceptable.
27         * utils.h (get_max_length): Declare function.
28         * utils.c (get_max_length): New function.
29
30 2012-09-28  Steven Schubiger  <stsc@member.fsf.org>
31
32         * src/recur.c (retrieve_tree): Combine duplicated code.
33
34 2012-09-02  Nguyễn Thái Ngọc Duy  <pclouds@gmail.com> (tiny change)
35
36         * src/main.c (main): mark more strings for translation.
37         * src/mswindows.c (fork_to_background): Likewise.
38         * src/recur.c (download_child_p): Likewise.
39
40 2012-08-28  Tim Ruehsen  <tim.ruehsen@gmx.de>
41
42         * gnutls.c (ssl_check_certificate): deinit gnutls_x509_crt_t.
43         * gnutls.c (ssl_init): don't error if CA directory is empty.
44
45 2012-07-07  Giuseppe Scrivano  <gscrivano@gnu.org>
46
47         * html-url.c (cleanup_html_url): Remove "static" modifier.
48         * init.c (cleanup_html_url): Likewise.
49         Reported by: Mike Frysinger <vapier@gentoo.org>.
50
51 2012-08-25  Hrvoje Niksic  <hniksic@gmail.com>
52
53         * warc.c (warc_find_duplicate_cdx_record): Use hash_table_get
54         instead of hash_table_get_pair.
55
56 2012-08-21  <y-iida@secom.co.jp> (tiny change)
57
58         * connect.c (connect_to_ip) [ENABLE_IPV6]: Attempt to use IPv6.
59         * http.c (gethttp): Likewise.
60
61 2012-07-03  Steven Schubiger  <stsc@member.fsf.org>
62
63         * init.c: Include warc.h for warc_close in cleanup function.
64
65 2012-07-08  Steven Schubiger  <stsc@member.fsf.org>
66
67         * exits.h: Fix comment.
68         * exits.c: Likewise.
69
70 2012-07-07  Tim Ruehsen <tim.ruehsen@gmx.de>
71
72         (digest_authentication_encode): Add support for RFC 2617 Digest
73         Access Authentication.
74
75 2012-07-07  Giuseppe Scrivano  <gscrivano@gnu.org>
76
77         * http.c (http_loop): Fix log message.
78         * main.c (main): Likewise.
79         Reported by: Petr Pisar <petr.pisar@atlas.cz>
80
81 2012-06-17  Giuseppe Scrivano  <gscrivano@gnu.org>
82
83         * wget.h: Define `CLOSEFAILED'.
84         * init.c: Include "exits.h".
85         (cleanup): Check `fclose' failure.
86         * exits.c (get_status_for_err): Handle `CLOSEFAILED'.
87
88 2012-06-16  Giuseppe Scrivano  <gscrivano@gnu.org>
89
90         * main.c (main): Move some cleanup related function to...
91         * init.c (cleanup): ...here.
92
93         * main.c: Do not include "stdout.h".
94         (main): Do not register `close_stdout' at exit.
95         Reported by: Micah Cowan  <micah@cowan.name>.
96
97 2012-06-09  Giuseppe Scrivano  <gscrivano@gnu.org>
98
99         * main.c (print_help): Move --report-speed under the section
100         "Logging and input file".
101
102 2012-06-06  Giuseppe Scrivano  <gscrivano@gnu.org>
103
104         * main.c (print_help): Rename --bits to --report-bps.
105         (cmdline_options): Likewise.
106         * init.c (commands): Rename --report-bps to --report-speed.
107         (cmd_spec_report_speed): New function.
108
109         * options.h (struct options): Rename `bits_fmt' to `report_bps'.
110         * main.c (print_help): Rename --bits to --report-bps.
111         (cmdline_options): Likewise.
112         * init.c (commands): Likewise
113
114         * progress.c (create_image): Adjust caller.
115         * retr.c (retr_rate): Likewise.
116         * utils.c (convert_to_bits): Likewise.
117
118 2012-06-04  Tim Ruehsen  <tim.ruehsen@gmx.de>
119
120         * main.c (main): Check for filename != NULL.
121         * warc.c (warc_process_cdx_line): Fix memory leak.
122         * utils.c (match_posix_regex, compile_posix_regex): Remove dead
123    assignment.
124         * openssl.c (ssl_init): Fix old-style function definition.
125
126 2012-06-02  Giuseppe Scrivano  <gscrivano@gnu.org>
127
128         * connect.c: Include <sys/socket.h> and <sys/select.h>.
129
130 2012-05-30  Gijs van Tulder  <gvtulder@gmail.com>
131
132         * warc.c: Fix segfault if CDX record is not found.
133
134 2011-05-26  Steven Schweda  <sms@antinode.info>
135         * connect.c [HAVE_SYS_SOCKET_H]: Include <sys/socket.h>.
136         [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
137
138 2012-05-26  Mike Frysinger <vapier@gentoo.org>
139
140         * warc.c: Change type of `warc_current_gzfile' to gzFile.
141
142 2012-05-26  Giuseppe Scrivano  <gscrivano@gnu.org>
143
144         * warc.c (warc_load_cdx_dedup_file): Change type of `line_length' to
145         ssize_t.
146         Suggested by: Ángel González <keisial@gmail.com>
147
148 2012-05-18  Tim Ruehsen  <tim.ruehsen@gmx.de>
149
150         * gnutls.c (wgnutls_poll): Honor the specified `timeout' value.
151         (wgnutls_peek): Likewise.
152
153 2012-05-19  illusionoflife  <illusion.of.life92@gmail.com> (tiny change)
154
155         * convert.c (register_html,register_css): Fixed functions signature to
156         not accept unused argument
157         * retr.c (retrieve_url): Changed register_{css,html} usage according
158         new signature.
159
160 2012-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
161
162         * warc.h: Cut length lines to 80 columns.
163         * warc.c: Likewise.
164
165 2012-05-14  Tim Ruehsen  <tim.ruehsen@gmx.de>
166
167         * gnutls.c (wgnutls_read_timeout): removed warnings, moved fcntl stuff
168         outside loop.
169
170         * hash.h (hash_table_put): Make argument "value" const.
171         * hash.c (hash_table_put): Make argument value const.  Cast `value' to
172         void.
173         * http.c (request_set_header): Make argument `name' const.  Cast `value'
174         and `name' to void*.
175         (request_remove_header): Make argument `name' const.
176         * url.c (url_file_name): Make `index_filename' static.
177         * warc.h (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
178         `payload_digest', `redirect_location', `warc_filename', response_uuid'
179         arguments const. Make `checksum' const.
180         * warc.c (warc_write_date_header): Make the `timestamp' argument const.
181         Make `extension' const.
182         (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
183         `payload_digest', `redirect_location', `warc_filename', response_uuid'
184         arguments const. Make `checksum' const.
185
186 2012-05-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
187
188         * gnutls.c (credentials): Change type to
189         gnutls_certificate_credentials_t.
190         (ssl_init): Do not use deprecated types.
191         (ssl_connect_wget): Likewise.
192
193 2012-04-11  Gijs van Tulder  <gvtulder@gmail.com>
194
195         * init.c: Add --accept-regex, --reject-regex and --regex-type.
196         * main.c: Likewise.
197         * options.c: Likewise.
198         * recur.c: Likewise.
199         * utils.c: Add regex-related functions.
200         * utils.h: Add regex-related functions.
201
202 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de>
203
204         * convert.c (convert_links_in_hashtable): Mmake it static.
205         * cookies.c (parse_set_cookie): Remove empty else branches.
206         * css-url.c: Include "css-url.h".
207         (get_uri_string): Make it static.
208         * css-url.h (get_urls_css): Add protoype.
209         * gnutls.c (ssl_init): Add prototype.
210         * html-parse.c (tagstack_push): Make it static.
211         * html-parse.c (tagstack_pop): Make it static.
212         * html-parse.c (tagstack_find): Make it static.
213         * html-url.c (cleanup_html_url): Make it static.
214         * progress.c (count_cols): Make it static.
215         * progress.c (get_eta): Make it static.
216         * retr.h (convert_to_bits): Remove prototype.
217         * util.h (convert_to_bits): Add prototype.
218         * spider.c (spider_cleanup): Make it static.
219         * warc.c (warc_write_start_record): Add prototype.
220         * warc.c (warc_write_end_record): Add prototype.
221         * warc.c (warc_start_cdx_file): Add prototype.
222         * warc.c (warc_init): Add prototype.
223         * warc.c (warc_load_cdx_dedup_file): Add prototype.
224         * warc.c (warc_write_metadata): Add prototype.
225         * warc.c (warc_close): Add prototype.
226         * warc.c (warc_tempfile): Add prototype.
227         * warc.c (warc_write_warcinfo_record): Make it static.
228         * warc.c (warc_load_cdx_dedup_file): Make it static.
229         * warc.c (warc_write_metadata): Make it static.
230         * warc.h (warc_init): Fix prototype.
231         * warc.h (warc_close): Fix prototype.
232         * warc.h (warc_tempfile): Fix prototype.
233
234 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de>
235
236         * url.c: Use empty query in local filenames.
237
238 2012-04-22  Tim Ruehsen <tim.ruehsen@gmx.de>
239
240         * main.c (main): Dynamically allocate `opt.progress_type'.
241
242 2012-04-21  Tim Ruehsen  <tim.ruehsen@gmx.de>
243
244         * ftp-basic.c (ftp_pasv): Fix memory leak.
245
246         * http.c (gethttp): Fix memory leak.
247
248         * ftp.c (getftp): Silent compiler warning.
249
250 2009-06-14  Phil Pennock  <mutt-dev@spodhuis.org> (tiny change)
251         * host.h: Declare `is_valid_ip_address'.
252         * host.c (is_valid_ip_address): New function.
253         * http.c (gethttp): Specify the hostname to ssl_connect_wget.
254         * gnutls.c (ssl_connect_wget): Specify the server name.
255         * openssl.c (ssl_connect_wget): Likewise.
256         * ssl.h: Change method signature for ssl_connect_wget.
257
258 2012-04-13  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
259
260         * warc.c (warc_load_cdx_dedup_file): Fix a memory leak by freeing
261         `lineptr'.
262
263 2012-04-07  Daniel Kahn Gillmor <dkg@fifthhorseman.net> (tiny change)
264
265         * gnutls.c (key_type_to_gnutls_type): New function.
266         (ssl_init): Use correctly the specified gnutls certificate.
267
268 2012-04-01  Gijs van Tulder  <gvtulder@gmail.com>
269
270         * html-url.c: Prevent crash on incomplete STYLE tag.
271
272 2012-04-01  Giuseppe Scrivano  <gscrivano@gnu.org>
273
274         * gnutls.c (wgnutls_read_timeout): Ensure timer is freed.
275
276         * gnutls.c (wgnutls_read_timeout): Do not use timer if it is not
277         allocated.
278         Reported by: Xu Zhongxing <xu_zhong_xing@163.com>
279
280 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
281
282         * warc.c: make warc_uuid_str() implementation depend on HAVE_LIBUUID.
283
284 2012-03-29  Tim Ruehsen <tim.ruehsen@gmx.de> (tiny change)
285
286         * utils.c (library): Include <sys/time.h>.
287
288 2012-03-25  Giuseppe Scrivano  <gscrivano@gnu.org>
289
290         * utils.c: Include <sys/ioctl.h>.
291
292         * ptimer.c: Include <sys/time.h>.
293
294         * connect.c: Include <sys/socket.h>, <sys/select.h>, <sys/time.h>.
295         Reported by: Ray Satiro <raysatiro@yahoo.com>.
296
297 2012-03-25 Ray Satiro <raysatiro@yahoo.com>
298
299         * build_info.c.in: Check that HAVE_LIBSSL32 is defined when OpenSSL
300         is used.
301
302 2012-03-07  Steven Schubiger  <stsc@member.fsf.org>
303
304         * init.c (wgetrc_user_file_name): Correct typo.
305
306 2012-03-06   Sasikantha Babu   <sasikanth.v19@gmail.com>
307
308         * utils.c (convert_to_bits): Added new function convert_to_bits to
309         convert bytes to bits.
310         * retr.c (calc_rate): Modified the function to handle --bits
311         option and download rate calculated as bits per sec (SI-prefix)
312         for --bits otherwise bytes (IEC-prefix).
313         (retr_rate): Rates will display in bits per sec for --bits.
314         * options.h (struct opt): Added --bit option bool variable bits_fmt.
315         * main.c (print_help) : Added help for --bit.
316         * init.c: Defined command for --bit option.
317         * retr.h: Added function prototype.
318
319 2012-02-26  Giuseppe Scrivano  <gscrivano@gnu.org>
320
321         * main.c: Include "closeout.h"
322         (main): Register close_stdout at exit.
323
324 2012-02-01  Gijs van Tulder  <gvtulder@gmail.com>
325
326         * warc.c: Fix large file support with ftello, fseeko.
327         * warc.h: Fix large file support.
328         * http.c: Fix large file support.
329
330 2012-02-23  Giuseppe Scrivano  <giuseppe@southpole.se>
331
332         * main.c (main): Write diagnostic messages to `stderr' not to `stdout'.
333
334         * main.c (main): Fail gracefully if `malloc' fails.
335
336         * gnutls.c (wgnutls_read): Remove unused variables `timer' and `flags'.
337
338 2012-02-17  Steven Schubiger  <stsc@member.fsf.org>
339
340         * warc.c: Add license header.
341
342 2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
343
344         * retr.c (fd_read_body): If the response is chunked, the chunk
345         headers are now written to the WARC file, making the WARC file
346         an exact copy of the HTTP response.
347
348 2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
349
350         * retr.c (fd_read_body): Fix a memory leak with chunked responses.
351         * http.c (skip_short_body): Fix the same memory leak.
352
353 2012-01-09  Gijs van Tulder  <gvtulder@gmail.com>
354
355         * init.c: Disable WARC compression if zlib is disabled.
356         * main.c: Do not show the 'no-warc-compression' option if zlib is
357         disabled.
358         * warc.c: Do not compress WARC files if zlib is disabled.
359
360 2012-01-09  Sasikantha Babu   <sasikanth.v19@gmail.com> (tiny change)
361         * connect.c (connect_to_ip): properly formatted ipv6 address display.
362         (socket_family): New function - returns socket family type.
363         * http.c (gethttp): properly formatted ipv6 address display.
364
365 2011-11-09  Gijs van Tulder  <address@hidden>
366
367         * warc.c: Call gzdopen() with wb9 instead of wb+9, which fails on
368         zlib version >= 1.2.4.
369
370 2011-11-04  Steven Schweda  <address@hidden>
371
372         * warc.c [! WINDOWS]: Include <libgen.h>.
373         (warc_write_warcinfo_record): Assign a new allocated buffer and
374         free it on errors.
375
376 2011-11-01  Steven Schweda  <address@hidden>
377
378         * gnutls.c (ssl_init): Ensure GNU TLS is loaded only once.
379
380 2011-10-07  Steven Schweda  <address@hidden>
381
382         * connect.c: Add HAVE_SYS_SELECT_H and HAVE_SYS_SOCKET_H conditions
383         on includes of <sys/select.h> and <sys/socket.h>, respectively.
384         * ftp.c (getftp): Move BIN_TYPE_TRANSFER macro into VMS-specific
385         section.  On VMS, use Stream_LF attributes for listing files.  Pass
386         BIN_TYPE_FILE to fopen_excl() instead of constant-everywhere "true".
387         * ftp.c (ftp_retrieve_list): Restore lost test of opt.preserve_perm
388         (--preserve-permissions) on the chmod() operation.
389         * init.c, main.c: Remove "deprecated" from opt.preserve_perm
390         (--preserve-permissions).
391         * init.c (initialize): Use distinct messages for errors in C macro
392         SYSTEM_WGETRC and environment-variable SYSTEM_WGETRC.  Avoid use of
393         C macro SYSTEM_WGETRC when it's not defined.
394         * log.c (log_close): Avoid closing logfp when it's stderr.
395         * main.c (print_help):  Restore --preserve-permissions.
396         * main.c (main): Avoid using a negative value of longindex as a
397         subscript (for long_options[]) when searching for "--config".
398         * main.c (main): Exit the program using exit() instead of "return".
399         (VMS handles these differently, and exit() is better.)
400         * openssl.c (ssl_init): Add type cast (SSL_METHOD *) to newly "const"
401         "meth" argument to accommodate OpenSSL version 0.9.8, where that
402         argument is not "const" in the OpenSSL function (SSL_CTX_new).
403         * test.c: Declare "program_argstring".
404         * utils.c (fopen_excl): Comment typography.
405         * warc.h: New file.
406         * warc.c: New file.
407
408 2011-10-02  Henrik Holst <henrik.holst@millistream.com> (tiny change)
409         * http.c (gethttp): If 'contentonerror' is used then do not
410         skip the http body on 4xx and 5xx errors.
411
412         * init.c (commands): Add 'contentonerror'.
413
414         * main.c (print_help, option_data): Add new option 'contentonerror'
415         to make wget not skip the http content on 4xx and 5xx errors.
416
417         * options.h: New variable 'content_on_error'.
418
419 2011-09-19  Giuseppe Scrivano  <gscrivano@gnu.org>
420
421         * main.c (print_version): Update copyright year.
422         (print_version): Fix typo.
423
424 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
425
426         * ftp.c (ftp_retrieve_glob): Propagate correctly the `res' error
427         code.
428
429 2011-09-07  Giuseppe Scrivano  <gscrivano@gnu.org>
430
431         * http.c (gethttp): Don't inhibit arest request if opt.timestamping is
432         set.
433         Reported by <natrio@list.ru>
434
435 2011-09-06  Jakob Matthes <jakob.matthes@gmail.com> (tiny change)
436
437         * main.c (print_version): Do not exit prematurely when --help is passed.
438
439 2011-09-04  Christian Jullien <eligis@orange.fr> (tiny change)
440
441         * gnutls.c: Include <sys/fcntl.h>.
442
443 2011-09-02  Mojca Miklavec <mojca.miklavec.lists@gmail.com> (tiny change)
444
445         * main.c (print_version): Do not exit prematurely when --version is passed.
446
447 2011-08-30  Giuseppe Scrivano  <gscrivano@gnu.org>
448
449         * gnutls.c (wgnutls_read_timeout): Use the non blocking socket only for
450         `gnutls_record_recv'.  Set errno to ETIMEDOUT on a read timeout.
451
452 2011-08-29  Giuseppe Scrivano  <gscrivano@gnu.org>
453
454         * gnutls.c (wgnutls_read_timeout): New function.
455         (wgnutls_read): Use wgnutls_read_timeout.
456         (wgnutls_peek): Likewise.
457
458 2011-08-27  Giuseppe Scrivano  <gscrivano@gnu.org>
459
460         * main.c (print_help): Exit with an error status if print to stdout
461         fails.
462         (print_usage): Change method signature and return a status code.
463         (print_version): Likewise.
464
465 2011-08-26  Giuseppe Scrivano  <gscrivano@gnu.org>
466
467         * gnutls.c: Include "ptimer.h".
468         (wgnutls_read): Honor read timeout.
469
470         * openssl.c (ssl_init): Make `meth' const.
471
472 2011-08-25  Giuseppe Scrivano  <gscrivano@gnu.org>
473
474         * utils.c [HAVE_UTIME && HAVE_UTIME_H]: Include <utime.h>.
475         [HAVE_UTIME && HAVE_SYS_UTIME_H]: Include <sys/utime.h>.
476         (touch) [HAVE_UTIME: Prefers utime over futimens when it is available.
477         It was reported that Cygwin has a not working futimens.
478
479 2011-08-19  Giuseppe Scrivano  <gscrivano@gnu.org>
480
481         * init.c (home_dir) [MSDOS]: Move local variable `len' here.
482
483 2011-08-18  Giuseppe Scrivano  <giuseppe@southpole.se>
484
485         * http.c (gethttp): Fix a memory leak on some errors.  Free the head
486         buffer.
487
488         * Makefile.am: Use an additional file "css_.c" which in turn includes
489         "wget.h" and immediately "css.c".
490
491         * http.c (gethttp): Reset chunked_transfer_encoding on redirections.
492
493 2011-08-13  Giuseppe Scrivano  <gscrivano@gnu.org>
494
495         * retr.c (fd_read_body): Ensure max is not already defined.
496
497         * mswindows.h (snprintf): Remove definition.
498         (vsnprintf): Likewise.
499
500 2011-08-12  Giuseppe Scrivano  <gscrivano@gnu.org>
501
502         * css.l: Remove include "wget.h".
503         Reported by: Perry Smith <pedzsan@gmail.com>.
504
505 2011-08-11  Giuseppe Scrivano  <gscrivano@gnu.org>
506
507         * utils.c (abort_run_with_timeout): Use sigprocmask instead of
508         sigsetmask.
509
510         * gnutls.c (ssl_connect_wget): Remove call to deprecated function
511         `gnutls_certificate_type_set_priority'.
512
513         * Makefile.am (version.c): Don't invoke hg to set version string.
514
515 2011-08-10  Giuseppe Scrivano  <gscrivano@gnu.org>
516
517         Fix a linker error on systems with an older gnutls version.
518         * gnutls.c (ssl_connect_wget)
519         [HAVE_GNUTLS_PRIORITY_SET_DIRECT]:  Use gnutls_priority_set_direct.
520         [! HAVE_GNUTLS_PRIORITY_SET_DIRECT]:  Use gnutls_protocol_set_priority.
521         Reported by: Karl Berry <karl@freefriends.org>
522
523 2011-08-06  Jochen Roderburg <Roderburg@Uni-Koeln.DE>
524
525         * host.c (lookup_host): Ensure it doesn't print more IPs than available
526         ones.
527
528 2011-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
529
530         * init.c (defaults): Set default value for show_all_dns_entries.
531
532         * host.c (lookup_host): If `showalldnsentries' is used then print all
533         the IP corresponding to a DNS entry.
534         * init.c (commands): Add `showalldnsentries'.
535         Suggested by: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
536
537         * http.c (gethttp): Add the Cache-Control HTTP header when --no-cache
538         is specified.
539         Reported by: Коренберг Марк <socketpair@gmail.com>.
540
541 2011-08-05  Giuseppe Scrivano  <gscrivano@gnu.org>
542
543         * utils.c (acceptable): Accept always the file if it is the specified
544         output destination.
545         Reported by: Shai Berger <shai@platonix.com>
546
547 2011-08-05  Giuseppe Scrivano  <giuseppe@southpole.se>
548
549         * gnutls.c (ssl_connect_wget): Use `gnutls_priority_set_direct' instead
550         of the deprecated `gnutls_protocol_set_priority'.
551
552 2011-08-02  Giuseppe Scrivano  <giuseppe@southpole.se>
553
554         * cookies.c (parse_set_cookie): If the value is quoted, do not modify
555         it.
556         Reported by: Nirgal Vourgère <jmv_deb@nirgal.com>
557
558 2011-07-29  Giuseppe Scrivano  <giuseppe@southpole.se>
559
560         * log.c (logprintf): Exit immediately on a SIGPIPE error.
561         Reported by: Noèl Köthe  <noel@debian.org>.
562
563 2011-07-26  Carlos Martín Nieto  <carlos@cmartin.tk>  (tiny change)
564
565         * init.c (home_dir): Allocate path buffer dinamically.
566
567 2011-07-26  Giuseppe Scrivano  <giuseppe@southpole.se>
568
569         * retr.c (retrieve_url): Do not register redirects when in spider mode.
570
571 2011-07-20 Merinov Nikolay <kim.roader@gmail.com>
572
573         * iri.c (remote_to_utf8): Add test for non-ASCII symbols with
574         UTF-8 URI encoding.
575         * res.c (res_retrieve_file): Fix url_parse call.
576
577 2011-06-08  Giuseppe Scrivano  <giuseppe@southpole.se>
578
579         * retr.c (retrieve_from_file): Parse the url careless if IRI is enabled.
580         Reported by: Volker Kuhlmann <list0570@paradise.net.nz>.
581
582 2011-05-24  Giuseppe Scrivano  <gscrivano@gnu.org>
583
584         * retr.c (fd_read_body): Define max.
585
586 2010-12-28  Adrien Nader  <adrien@notk.org> (tiny change)
587
588         * main.c [WINDOWS]: Include <io.h> and <fcntl.h>.
589         (main) [WINDOWS]: Set the stdout file mode to binary.
590         Submitted also by: Martin Panter <vadmium@gmail.com>
591
592 2011-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
593
594         * retr.c (fd_read_body): Be sure the buffer size is at least 8Kb.
595         BUFSIZ may assume very small values with a negative impact on the
596         performances.
597
598         * mswindows.h [NEED_GAI_STRERROR]: remove definition for gai_strerror.
599
600 2011-05-15  Ray Satiro <raysatiro@yahoo.com>
601
602         * connect.c (select_fd) [WINDOWS]: Ensure the socket is blocking.
603         * mswindows.h: Add declaration for set_windows_fd_as_blocking_socket.
604         * mswindows.c (set_windows_fd_as_blocking_socket): New function.
605
606         * openssl.c (openssl_read): Prevent loops on read errors.
607
608 2011-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
609
610         * html-url.c: Include "exists.h".
611         * gnutls.c (wgnutls_peek): Remove local variable `ret'.
612
613 2011-04-21  Daniel Manrique <roadmr@tomechangosubanana.com> (tiny change)
614         * main.c (main): Set exit status when invalid host name given in
615         command line.
616         * html-url.c (get_urls_file): Set exit status when invalid host
617         name given in input file.
618
619 2011-04-19  Giuseppe Scrivano  <gscrivano@gnu.org>
620
621         * gnutls.c: Do not include <fcntl.h>.
622         * gnutls.c (wgnutls_peek): Ensure there is data available before attempt
623         a read on the blocking socket.
624
625         * Makefile.am (LIBS): Add $(LIB_CLOCK_GETTIME)
626         * utils.c: Include <sys/stat.h>.  Do not include <sys/time.h>.
627         (touch): Use `futimens' instead of `utimes'.
628
629         * mswindows.h: Do not include <direct.h>.  Remove macro definition for
630         mkdir.
631
632 2011-04-18  Giuseppe Scrivano  <gscrivano@gnu.org>
633
634         * utils.c: Include <sys/time.h>.  Do not include <sys/utime.h>.
635         (touch): Use `utimes' instead of `utime'.
636
637         * openssl.c (openssl_read): Fix build error.
638
639 2011-04-17  Giuseppe Scrivano  <gscrivano@gnu.org>
640
641         * wget.h [HAVE_LIBSSL32]: Define HAVE_SSL.
642
643         * gnutls.c (wgnutls_peek): Use correctly FIONBIO codes under Mingw32.
644         Reported by: Ray Satiro <raysatiro@yahoo.com>
645
646 2011-04-13  Giuseppe Scrivano  <gscrivano@gnu.org>
647
648         * openssl.c (openssl_poll): Check if the specified timeout is zero after
649         SSL_pending.
650         (openssl_peek): Make the call non-blocking.
651
652 2011-04-11  Cristian Rodríguez  <crrodriguez@opensuse.org> (tiny change)
653
654         * openssl.c (ssl_init) [! OPENSSL_NO_SSL2]: Use SSLv2 only when
655         available.
656
657 2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
658
659         * gnutls.c (ssl_init): Allow X509 v1 certificates.
660         Suggested by: Ray Satiro <raysatiro@yahoo.com>
661
662         (wgnutls_peek): Remove tight loop around gnutls_record_recv.
663
664 2011-04-07  Ray Satiro  <raysatiro@yahoo.com> (tiny change)
665
666         (wgnutls_read): Check for the GNUTLS_E_AGAIN return code in the recv
667         tight loop.
668         (wgnutls_write): Likewise.
669         (wgnutls_peek): Likewise.
670
671 2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
672
673         * gnutls.c (wgnutls_peek): New local variable `read'.
674         Use `read' instead of `ret' to store the number of read bytes.
675         Reported by: Ray Satiro <raysatiro@yahoo.com>
676
677 2011-04-04  Giuseppe Scrivano  <gscrivano@gnu.org>
678
679         * openssl.c [WINDOWS]: Include <w32sock.h>.
680         (openssl_read): Retry the read on SSL_ERROR_WANT_READ.
681
682         * host.c [WINDOWS]: Include <winsock2.h> and <ws2tcpip.h>.
683         Suggested by: Ray Satiro <raysatiro@yahoo.com>.
684
685         * Makefile.am (LIBS): Remove  @LIBSSL@ @W32LIBS@
686
687 2011-04-03  Giuseppe Scrivano  <gscrivano@gnu.org>
688
689         * gnutls.c: Include <fcntl.h>.
690         (wgnutls_peek): Make the socket non blocking before attempt a read.
691
692         * gnutls.c: Include <sys/ioctl.h>.
693         (wgnutls_peek) [F_GETFL]: Use fcntl.
694         (wgnutls_peek) [! F_GETFL]: Use ioctl.
695
696
697 2011-03-31  Giuseppe Scrivano  <gscrivano@gnu.org>
698
699         * recur.c (download_child_p): When --no-parent is used, check that the
700         ports are the same only in case the same protocol is used.
701         Reported by: Karl Berry <karl@freefriends.org>
702
703         * res.c (res_parse): Add new line to debug messages.
704
705 2011-03-21  Giuseppe Scrivano  <gscrivano@gnu.org>
706
707         * iri.h (parse_charset) [!ENABLE_IRI]: Use the parameter to avoid a
708         compiler warning.
709
710         * iri.h: Declare `dummy_iri' as extern not static.
711         * main.c [!ENABLE_IRI]: Define `dummy_iri'.
712         (main) [!ENABLE_IRI]: Initialize `dummy_iri'.
713
714 2011-03-11  Giuseppe Scrivano  <gscrivano@gnu.org>
715
716         * ftp.c (getftp): Fix some memory leaks.
717         * ftp-ls.c (ftp_parse_winnt_ls): Likewise.
718         Reported by: Zhenbo Xu <zhenbo1987@gmail.com>.
719
720 2010-11-20  Filipe Brandenburger <filbranden@gmail.com> (tiny change)
721
722         * http.c (gethttp): Repeat a POST request on a 307 response.
723         * retr.c (retrieve_url): Use NEWLOCATION_KEEP_POST.
724         * wget.h: Define NEWLOCATION_KEEP_POST.
725
726 2011-03-02  Tomasz Buchert <tomek.buchert@gmail.com> (tiny change)
727
728         * http.c (ensure_extension): Do not adjust the extension if the file
729         ends in .htm.
730
731 2011-02-22  Gilles Carry  <gilles.carry@st.com>
732
733         * main.c (prompt_for_password): Use stderr instead of stdout
734         to prompt password. This allows to use --output-document=- and
735         --ask-password simultaneously. Without this, redirecting stdout
736         makes password prompt invisible and mucks up payload such as in
737         this example:
738         wget --output-document=- --ask-password -user=foo \
739                 http://foo.com/tarball.tgz | tar zxf -
740
741 2011-02-22  Steven Schubiger  <stsc@member.fsf.org>
742
743         * http.c (gethttp, http_loop): Move duplicated code which is run
744         when an existing file is not to be clobbered to a function.
745         (get_file_flags): New static function.
746
747 2010-12-10  Evgeniy Philippov <egphilippov@googlemail.com> (tiny change)
748
749         * main.c (main): Initialize `total_downloaded_bytes'.
750
751 2010-12-09  Giuseppe Scrivano  <gscrivano@gnu.org>
752
753         * main.c (main): If --no-clobber and --convert-links are used at the
754         same time, use only the latter.
755         Reported by: Romain Vimont <rom@rom1v.com>
756
757 2010-12-07  Jessica McKellar <jesstess@mit.edu> (tiny change)
758
759         * main.c: Make help message clearer.
760
761 2010-12-02  Giuseppe Scrivano  <gscrivano@gnu.org>
762
763         * build_info.c.in: Do not list md5.
764
765 2010-12-01  Giuseppe Scrivano  <gscrivano@gnu.org>
766
767         * cmpt.c: Include <unistd.h> inconditionally.
768         * connect.c: Likewise.
769         * convert.c: Likewise.
770         * ftp-basic.c: Likewise.
771         * ftp-ls.c: Likewise.
772         * ftp.c: Likewise.
773         * gnutls.c: Likewise.
774         * http.c: Likewise.
775         * init.c: Likewise.
776         * log.c: Likewise.
777         * main.c: Likewise.
778         * openssl.c: Likewise.
779         * progress.c: Likewise.
780         * ptimer.c: Likewise.
781         * recur.c: Likewise.
782         * retr.c: Likewise.
783         * url.c: Likewise.
784         * utils.c: Likewise.
785
786         * retr.c (fd_read_body): Dinamically allocate `dlbuf'.
787
788 2010-11-27  Reza Snowdon  <vivi@mage.me.uk>
789
790         * init.c (initialize): If 'ok' is not zero; exit, as this
791         indicates there was a problem parsing 'SYSTEM_WGETRC'.
792         Fixes bug #20370.
793
794 2010-11-22  Giuseppe Scrivano  <gscrivano@gnu.org>
795
796         Revert last commit.
797         * ftp.c (getftp): When count > 0, don't append to the existing file.
798         * http.c (gethttp): Likewise.
799
800 2010-11-21  Giuseppe Scrivano  <gscrivano@gnu.org>
801
802         * ftp.c (getftp): If `count' is bigger than zero, try to resume the
803         download, not restart it.
804         * http.c (gethttp): Likewise.
805         Suggested by: Evgeny Kapun <abacabadabacaba@gmail.com>.
806
807 2010-11-19  Giuseppe Scrivano  <gscrivano@gnu.org>
808
809         * ftp.c (getftp): Accept new argument `count'.  When `count' is
810         bigger than zero, assume the file can be overwritten.
811         (ftp_loop_internal): Pass new argument `count' to `getftp'.
812
813         * http.c (gethttp): Accept new argument `count'.  When `count' is
814         bigger than zero, assume the file can be overwritten.
815         (http_loop): Pass new argument `count' to `gethttp'.
816         Reported by: Evgeny Kapun <abacabadabacaba@gmail.com>.
817
818 2010-08-08  Reza Snowdon <vivi@mage.me.uk>
819
820         * main.c (main): inserted 'defaults'.
821           Added additional 'getopt_long' while loop to search and apply a
822           user specified config file before any other options.
823           New variables 'retconf', 'use_userconfig',
824           'confval', 'userrc_ret', 'config_opt'.
825         * init.c: Include stdbool.h.
826           (commands): Added config details.
827           (defaults): Removed static.
828           (wgetrc): Removed static.
829           (initialize): Removed 'defaults ()',
830           changed 'int ok' to 'bool ok'.
831         * options.h: New variable 'choose_config'.
832         * init.h (defaults): exported function.
833           (run_wgetrc): exported function.
834
835 2010-10-24  Jessica McKellar <jesstess@mit.edu> (tiny change)
836
837         * main.c (main): Print the total download time as part of the
838         summary for downloads using the recursive or page requisites
839         options. Fixes bug #21359.
840
841 2010-10-24  Giuseppe Scrivano  <gscrivano@gnu.org>
842
843         * gnutls.c (wgnutls_peek): Do not return an error when
844         `gnutls_record_recv' fails but some data is already available.
845
846 2010-10-23  Giuseppe Scrivano  <gscrivano@gnu.org>
847
848         * Makefile.am (LIBS): Remove @LIBGNUTLS@ and use @W32LIBS@ as last
849         component.
850
851         * gnutls.c (wgnutls_peek): Block until data is available.
852
853 2010-10-21  Giuseppe Scrivano  <gscrivano@gnu.org>
854
855         * retr.c (retrieve_url): Do not register HTML files twice.
856         Reported by: Manfred Koizar <mkoi-pg@aon.at>.
857
858 2010-10-18  Manfred Koizar <mkoi-pg@aon.at> (tiny change)
859
860         * html-url.c (tag_handle_link): Do not assume external links type
861         to be always "text/html".
862
863 2010-10-16  Giuseppe Scrivano  <gscrivano@gnu.org>
864
865         * connect.c (socket_ip_address): Initialize `sockaddr' to zero.
866         * ftp-basic.c (ftp_epsv): Remove dead assignment to `s'.
867         * ftp-ls.c (ftp_parse_vms_ls): Remove dead assignment to `len'.
868         * http.c (skip_short_body): Remove dead assignment to `ret'.
869         * init.c (wgetrc_user_file_name): Remove dead assignment to `home'.
870         * main.c (main): Silent warning reported by clang.
871         (http_loop): Silent warning reported by clang.
872         * retr.c (retrieve_url): Likewise.
873         * url.c (init_seps): Remove dead assignment to `p'.
874
875 2010-10-11  Giuseppe Scrivano  <gscrivano@gnu.org>
876
877         * ftp.c (getftp): Fix indentation.
878
879 2010-10-11  Steven Schubiger <stsc@member.fsf.org>
880
881         * ftp.c (getftp): Initialize `targ'.
882
883 2010-10-08  Ivanov Anton <x86mail@gmail.com> (tiny change)
884
885     * src/html-url.c (check_style_attr): Skip quotes when they are present.
886
887 2010-10-06  Giuseppe Scrivano  <gscrivano@gnu.org>
888
889         * main.c (main): Remove unused variable `status'.
890
891 2010-09-25  Merinov Nikolay  <kim.roader@gmail.com>
892
893         * init.c: Add "unlink" command into command list.
894         * main.c: Add "unlink" option into option_data list.
895         * options.h: Adding unlink field into struct options.
896         * wget.h: Addind UNLINKERR error into uerr_t enum.
897         * exits.c (get_status_for_err): define status for UNLINKERR.
898         * ftp.c (getftp): unlink file if exists, instead clobbering.
899         (ftp_loop_internal): processing UNLINKERR.
900         * http.c (gethttp): unlink file if exists, instead clobbering.
901         (http_loop): processing UNLINKERR.
902
903 2010-09-24  Dennis, CHENG Renquan <crquan@fedoraproject.org>
904
905         Fix problem when content-disposition is used with recursive downloading.
906         * url.h (url_file_name): Add a new argument `replaced_filename'.
907         * url.c (url_file_name): Likewise.
908         * http.c (parse_content_disposition): Do not add a prefix to the return
909         value.
910         (test_parse_content_disposition): Adjust tests.
911         (gethttp): Pass additional parameter to `url_file_name'.
912         (http_loop): Likewise.
913         * ftp.c (ftp_loop_internal, ftp_get_listing, ftp_retrieve_list)
914         (ftp_loop): Likewise.
915
916 2010-09-14  Giuseppe Scrivano  <gscrivano@gnu.org>
917
918         * convert.c (local_quote_string): Accept new parameter `no_html_quote'.
919         Inhibit HTML quoting when `no_html_quote'.
920         (convert_links): Disable HTML quoting in CSS files.
921         Reported by: Manuel Reinhardt <reinhardt@syslab.com>.
922
923 2010-09-12  Giuseppe Scrivano  <gscrivano@gnu.org>
924
925         * main.c (print_help): Align --trust-server-names help text with
926         the rest of the text.
927         Suggested by: Mike Frysinger  <vapier@gentoo.org>.
928
929 2010-08-20  Giuseppe Scrivano  <gscrivano@gnu.org>
930
931         * convert.c: Include "iri.h".
932         (convert_links_in_hashtable): Parse the url, if
933         necessary, before check if it is present in the dowloaded url
934         map.
935         Reported by: <sk.random@gmail.com>.
936
937 2010-08-09  Giuseppe Scrivano  <gscrivano@gnu.org>
938
939         Fix a problem with HTTP/1.0 proxies.
940         * http.c (gethttp): Specify the connection header when keep alive
941         connections are not used.
942
943         Use persistent connections with proxies supporting them.
944         * http.c (gethttp): Specify Proxy-Connection to the HTTP proxy.
945
946 2010-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
947
948         * css-url.c (get_uri_string): Skip empty urls.
949
950 2010-07-25  John Trengrove  <jtrengrove@gmail.com> (tiny change)
951
952         * ftp.h: Added enum `parsetype'.  Modified struct to hold parsetype.
953
954         * ftp-ls.c (ftp_parse_unix_ls): Default to TT_DAY. Change to TT_HOUR_MIN
955         if hours/minutes parsed.
956         (ftp_parse_winnt_ls): Default to TT_HOUR_MIN.
957         (ftp_parse_vms_ls): Default to TT_HOUR_MIN.
958         (ftp_index): Print only if fileinfo struct value ttype set to TT_HOUR_MIN.
959
960 2010-07-30  Giuseppe Scrivano  <gscrivano@gnu.org>
961
962         * html-url.h (struct map_context): Remove member `tail'.
963
964         * html-url.c (append_url): Append the new url ordered by `position'.
965         (get_urls_html): Do not initialize `ctx.tail'.
966
967         * css-url.c (get_urls_css_file): Do not initialize `ctx.tail'.
968
969 2010-07-29  Giuseppe Scrivano  <gscrivano@gnu.org>
970
971         * gnutls.c (wgnutls_peek): Don't read more data if the buffered peek
972         data is sufficient.
973
974 2010-07-28  Giuseppe Scrivano  <gscrivano@gnu.org>
975
976         * http.h (http_loop): Add new argument `original_url'
977         * http.c (http_loop): Add new argument `original_url'.  Use
978         `original_url' to get a filename if `trustservernames' is false.
979
980         * init.c (commands): Add "trustservernames".
981
982         * options.h (library): Add variable `trustservernames'.
983
984         * main.c (option_data): Add trust-server-names.
985         (print_help): Describe --trust-server-names.
986
987         * retr.c (retrieve_url): Pass new argument to `http_loop'.
988
989 2010-07-20  Alan Jenkins <alan-jenkins@tuffmail.co.uk> (tiny change)
990
991         * http.c (gethttp): Check content-length was set before trying to
992         compare it with the already downloded filesize.
993
994 2010-07-20  Leonid Petrov <nouser@lpetrov.net>
995
996         * ftp.c (getftp): Don't attempt to retrieve the file if it is already
997         completely.
998         (ftp_loop_internal): Force the length to be zero for symlinks.
999
1000 2010-07-18  Giuseppe Scrivano  <gscrivano@gnu.org>
1001
1002         * http.c (gethttp): If -N is used, don't exit immediately if the content
1003         length is less or equal than the existing file size.  Specify "Range"
1004         only if -N is not used.
1005         Reported by: Caleb Cushing <xenoterracide@gmail.com>.
1006
1007 2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1008
1009         * ftp.c (max): Remove definition.
1010         (getftp): New variable `got_expected_bytes'.  Let `expected_bytes' be
1011         the value SIZE returns, otherwise use the bytes count returned by RETR.
1012         Suggested by Daniel Stenberg <daniel@haxx.se>.
1013
1014 2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1015
1016         * ftp.c (max): Add definition.
1017         (getftp): Consider for `expected_bytes' the greatest value between the
1018         bytes count returned by SIZE and the bytes count returned by RETR.
1019         Reported by: Jozua <jozua@sparky.za.net>.
1020
1021 2010-07-11  Giuseppe Scrivano  <gscrivano@gnu.org>
1022
1023         * http.c (http_loop): New variable `force_full_retrieve'.  If the remote
1024         file is newer that the local one then inhibit -c.
1025         Reported by: Caleb Cushing <xenoterracide@gmail.com>.
1026
1027 2010-07-09  Giuseppe Scrivano  <gscrivano@gnu.org>
1028
1029         * css-url.c (get_urls_css_file): Use `wget_read_file' instead of
1030         `read_file'.  Use `wget_read_file_free' instead of `read_file_free'.
1031         * convert.c (convert_links): Likewise.
1032         * html-url.c (get_urls_html, get_urls_file): Likewise.
1033         * res.c (res_parse_from_file): Likewise.
1034
1035         * utils.h: Rename `read_file' to `wget_read_file'.  Rename
1036         `read_file_free' to `wget_read_file_free'.
1037
1038         * utils.c (wget_read_file): Renamed from `read_file'.
1039         (wget_read_file_free): Renamed from `read_file_free'.
1040
1041 2010-07-05  Giuseppe Scrivano  <gscrivano@gnu.org>
1042
1043         * gnutls.c (ssl_init): New local variables `ca_directory' and `dir'.
1044         Load default root certificates under the `ca_directory' directory.
1045
1046 2010-07-03  Giuseppe Scrivano  <gscrivano@gnu.org>
1047
1048         * gnutls.c (ssl_connect_wget): New local variable `allowed_protocols'.
1049         Honor the --secure-protocol flag.
1050
1051 2010-06-20  Giuseppe Scrivano  <gscrivano@gnu.org>
1052
1053         * main.c (print_help): Fix help string for --random-wait.  Its range is
1054         [0.5*wait, 1.5*wait) not [0, 2*wait).
1055         Reported by: Tom Mizutani <gombei1970@gmail.com>.
1056
1057 2010-06-15  Giuseppe Scrivano  <gscrivano@gnu.org>
1058
1059         * gnutls.c [WIN32]: Include "w32sock.h".
1060         (FD_TO_SOCKET): Add definition.
1061         (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
1062         Define FD_TO_SOCKET if it is not yet defined.
1063
1064 2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1065
1066         * gnutls.c: Include <stdlib.h>.
1067         (struct wgnutls_transport_context): Remove `peekstart'.
1068         (ssl_connect_wget): Renamed from `ssl_connect'.
1069         (wgnutls_poll): New variable `ctx'.
1070         (wgnutls_read): Don't use `ctx->peekstart'.
1071         (wgnutls_peek): Likewise.  Don't attempt to read if there is not
1072         ready data.
1073
1074 2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1075         * http.c (http_loop): Always send a HEAD request when -N is used
1076         together with --content-disposition.
1077         Reported by: Jochen Roderburg <Roderburg@Uni-Koeln.DE>.
1078
1079 2010-06-10  Muthu Subramanian K <muthusuba@gmail.com> (tiny change)
1080
1081         * http.c (http_loop): Increase `total_downloaded_bytes' by
1082         `hstat.rd_size', not `hstat.len'.
1083
1084 2010-06-10  Giuseppe Scrivano  <gscrivano@gnu.org>
1085
1086         * main.c (print_version): Drop the current maintainer line.
1087
1088 2010-06-10  Giuseppe Scrivano  <gscrivano@gnu.org>
1089
1090         * Makefile.am (build_info.c): Generate the `build_info.c' file under
1091         the build directory.
1092         Patch by: Daniel Stenberg <daniel@haxx.se>.
1093
1094 2010-06-03  Giuseppe Scrivano  <gscrivano@gnu.org>
1095
1096         * http.c (http_loop): Do not send a HEAD request before the GET request
1097         when --content-disposition is used.
1098         Reported by: alex_wh@mail.ru.
1099
1100 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1101
1102         * css.l: Use option "nounput".
1103         (YY_NO_INPUT): Add macro definition.
1104
1105 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1106
1107         * html-parse.c (map_html_tags): Fix condition for closed tag.  Handle
1108         the case '>' is not specified after '/'.
1109
1110 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1111
1112         * sysdep.h (_SVID_SOURCE): Remove definition.
1113         (_BSD_SOURCE): Remove definition.
1114
1115 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1116
1117         * recur.c (retrieve_tree): Remove variable `up_error_code'.
1118
1119         * iri.c (open_locale_to_utf8): Remove function.
1120
1121 2010-05-30  Giuseppe Scrivano  <gscrivano@gnu.org>
1122
1123         * html-parse.c (NAME_CHAR_P): Consider '<' an invalid character.
1124         (advance_declaration): Close the tag if '<' is found.
1125         (map_html_tags): Likewise.
1126
1127 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1128
1129         * main.c (print_usage): Accept a new parameter `error'.
1130         (main): Print diagnostic messages to stderr, not stdout.
1131
1132 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1133
1134         * Makefile.am (wget_SOURCES): Remove `snprintf.c'.
1135
1136         * snprintf.c: Remove file.
1137
1138 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1139
1140         * main.c (main): Exit with failure when -k is specified and -O is not
1141         a regular file.
1142
1143 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1144
1145         * http.c (gethttp): Consider new cookies retrieved when the
1146         authorization fails.
1147
1148 2010-05-25  Giuseppe Scrivano  <gscrivano@gnu.org>
1149
1150         * host.c (sufmatch): Do not consider zero length entries.
1151
1152         * http.c (H_10X): New macro.
1153         (gethttp): Silently ignore 1xx responses.
1154
1155 2010-05-24  Giuseppe Scrivano  <gscrivano@gnu.org>
1156
1157         * iri.h (dummy_iri): Define static.
1158
1159         * css-tokens.h (css_tokens): Remove variable.
1160
1161 2010-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
1162
1163         * http.c (http_atotm): Count the NUL character when copying the locale
1164         string.
1165         Reported by: Florian Weimer <fw@deneb.enyo.de>
1166
1167 2010-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
1168
1169         * Makefile.am (LDADD): Remove MD5_LDADD.
1170         (MD5_LDADD): Remove definition.
1171         (AM_CPPFLAGS): Remove MD5_CPPFLAGS.
1172         (version.c): Remove dependency from MD5_LDADD.
1173         (../md5/libmd5.a): Remove rule.
1174
1175         * ftp-opie.c: Include "md5.h".  Do not include "gen-md5.h".
1176         (skey_response): New variable ctx.  Use md5 functions from the gnulib
1177         module instead of functions defined previously in the "gen-md5.h" file.
1178
1179         * gen-md5.h: Remove file.
1180         * gen-md5.c: Likewise.
1181
1182         * http.c: Include "md5.h".  Do not include "gen-md5.h".
1183         (digest_authentication_encode): New variable ctx.  Use md5 functions
1184         from the gnulib module instead of functions defined previously in the
1185         "gen-md5.h" file.
1186
1187 2010-05-15  Giuseppe Scrivano  <gscrivano@gnu.org>
1188
1189         * Makefile.am: Quote any path using $(top_srcdir) or $(top_builddir).
1190         (version.c): Remove dependency from configure.ac and Makefile.am.
1191
1192         * css.l: Include "wget.h".
1193
1194 2010-05-08  Giuseppe Scrivano  <gscrivano@gnu.org>
1195
1196         * Makefile.am: Update copyright years.
1197         * cmpt.c: Likewise.
1198         * connect.h: Likewise.
1199         * convert.c: Likewise.
1200         * convert.h: Likewise.
1201         * cookies.c: Likewise.
1202         * cookies.h: Likewise.
1203         * css-tokens.h: Likewise.
1204         * css-url.c: Likewise.
1205         * css-url.h: Likewise.
1206         * css.l: Likewise.
1207         * exits.c: Likewise.
1208         * exits.h: Likewise.
1209         * ftp-basic.c: Likewise.
1210         * ftp-ls.c: Likewise.
1211         * ftp-opie.c: Likewise.
1212         * ftp.c: Likewise.
1213         * ftp.h: Likewise.
1214         * gen-md5.c: Likewise.
1215         * gen-md5.h: Likewise.
1216         * gettext.h: Likewise.
1217         * gnutls.c: Likewise.
1218         * hash.c: Likewise.
1219         * hash.h: Likewise.
1220         * host.c: Likewise.
1221         * host.h: Likewise.
1222         * html-parse.c: Likewise.
1223         * html-parse.h: Likewise.
1224         * html-url.c: Likewise.
1225         * html-url.h: Likewise.
1226         * http-ntlm.c: Likewise.
1227         * http-ntlm.h: Likewise.
1228         * http.c: Likewise.
1229         * http.h: Likewise.
1230         * init.c: Likewise.
1231         * init.h: Likewise.
1232         * iri.c: Likewise.
1233         * iri.h: Likewise.
1234         * log.c: Likewise.
1235         * log.h: Likewise.
1236         * main.c: Likewise.
1237         * mswindows.c: Likewise.
1238         * mswindows.h: Likewise.
1239         * netrc.c: Likewise.
1240         * netrc.h: Likewise.
1241         * openssl.c: Likewise.
1242         * options.h: Likewise.
1243         * progress.c: Likewise.
1244         * progress.h: Likewise.
1245         * ptimer.c: Likewise.
1246         * ptimer.h: Likewise.
1247         * recur.c: Likewise.
1248         * recur.h: Likewise.
1249         * res.c: Likewise.
1250         * res.h: Likewise.
1251         * retr.c: Likewise.
1252         * retr.h: Likewise.
1253         * spider.c: Likewise.
1254         * spider.h: Likewise.
1255         * ssl.h: Likewise.
1256         * sysdep.h: Likewise.
1257         * test.c: Likewise.
1258         * test.h: Likewise.
1259         * url.c: Likewise.
1260         * url.h: Likewise.
1261         * utils.c: Likewise.
1262         * utils.h: Likewise.
1263         * wget.h: Likewise.
1264
1265 2010-05-07  Giuseppe Scrivano  <gscrivano@gnu.org>
1266
1267         * gnutls.c (wgnutls_close): Use always `close', not `closesocket'.
1268         * openssl.c (openssl_close): Use always `close', not `closesocket'.
1269         (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
1270         Define FD_TO_SOCKET if it is not yet defined.
1271         * Makefile.am (libunittest_a_CPPFLAGS): Add -I$(top_builddir)/lib.
1272         * mswindows.h: Always include <winsock2.h> and <ws2tcpip.h>.  Do not
1273         include <winsock.h>.
1274         [! INHIBIT_WRAP]: Remove macro's socket, bind, connect, accept, recv,
1275         send, select, getsockname, getpeername, setsockopt, closesocket.
1276         Remove wrapped_socket, wrapped_bind, wrapped_connect, wrapped_listen,
1277         wrapped_accept, wrapped_recv, wrapped_send, wrapped_select,
1278         wrapped_getsockname, wrapped_getpeername, wrapped_setsockopt,
1279         wrapped_closesocket prototypes.
1280         * mswindows.c:  Remove wrapped_socket, wrapped_bind, wrapped_connect,
1281         wrapped_listen, wrapped_accept, wrapped_recv, wrapped_send,
1282         wrapped_select, wrapped_getsockname, wrapped_getpeername,
1283         wrapped_setsockopt, wrapped_closesocket functions.  Remove WRAP macro.
1284         * host.h [WINDOWS]: Include <winsock2.h> not <winsock.h>.
1285         * connect.c: Include <sys/socket.h> and <sys/select.h> on any platform,
1286         gnulib ensures they exist.  Remove `read', `write', `close' macros.
1287         * Makefile.am: Copy build_info.c.in only if we are working in a VPATH.
1288         (AM_CPPFLAGS): Add directory with generated gnulib files.
1289
1290 2010-05-06  Giuseppe Scrivano  <gscrivano@gnu.org>
1291
1292         * Makefile.am (build_info.c): Generate build_info.c in the builddir,
1293         not srcdir.
1294
1295 2010-05-05  Giuseppe Scrivano  <gscrivano@gnu.org>
1296
1297         * http.c (gethttp): Give a nicer message on a malformed status line.
1298
1299 2010-05-04  Giuseppe Scrivano  <gscrivano@gnu.org>
1300
1301         * http.c (gethttp): Check `resp_status' return code and handle
1302         errors.
1303
1304 2010-05-01  Giuseppe Scrivano <gscrivano@gnu.org>
1305
1306         * http.c (request_send): Specify 1.1 as HTTP version for requests.
1307         (skip_short_body): Accept new parameter `chunked'.  New variable
1308         `remaining_chunk_size'.  Handle the chunked transfer encoding.
1309         (gethttp): New variable `chunked_transfer_encoding`.  Set `keepalive'
1310         by default to true.  Check if the server is using the chunked transfer
1311         encoding.
1312
1313         * retr.h: Define `rb_chunked_transfer_encoding'.
1314
1315         * retr.c (fd_read_body): New variable `chunked'.  New variable
1316         `remaining_chunk_size'.  Handle the chunked transfer encoding.
1317
1318 2010-03-04  Steven Schubiger  <stsc@member.fsf.org>
1319
1320         * ftp.c (ftp_loop_internal): Omit input file from being
1321         deleted after retrieval.
1322
1323         * retr.c (input_file_url): New function.
1324
1325         * retr.h: Add declaration for input_file_url.
1326
1327 2010-03-02  Steven Schubiger  <stsc@member.fsf.org>
1328
1329         * retr.c (retrieve_from_file): Improve checking for a URL
1330         by invoking url_valid_scheme instead of url_has_scheme.
1331
1332         * url.c (url_valid_scheme): New function.
1333
1334         * url.h: Add declaration for url_valid_scheme.
1335
1336 2010-03-02  Steven Schubiger  <stsc@member.fsf.org>
1337
1338         * retr.c (retrieve_from_file): Free memory of input file.
1339
1340 2010-03-01  Steven Schubiger  <stsc@member.fsf.org>
1341
1342         * retr.c (retrieve_url): Retrieve the local filename from ftp_loop.
1343         (retrieve_from_file): Return if there's no input file.
1344
1345         * ftp.c (ftp_loop_internal): Duplicate the local filename into
1346         retrieve_url's scope when a valid reference is being passed.
1347         (ftp_loop): Call ftp_loop_internal here with passing a
1348         reference to the local filename, elsewhere with NULL.
1349
1350         * ftp.h: Adjust declaration of ftp_loop.
1351
1352 2010-01-27  Paul Townsend  <aab@purdue.edu>  (tiny change)
1353
1354         * retr.c (fd_read_body): Be sure to measure timer when time has
1355         elapsed, too, not just when we've made progress.
1356
1357 2010-01-13  Micah Cowan  <micah@cowan.name>
1358
1359         * openssl.c: Fixed some mixed declarations-and-code.
1360
1361 2010-01-09  Micah Cowan  <micah@cowan.name>
1362
1363         * init.c, main.c, http.c, ftp.c, options.h: Renamed
1364         --no-match-server-timestamps to --no-use-server-timestamps, and
1365         add it to print_help.
1366
1367 2010-01-09  David Holman  <holman.david@gmail.com>  (tiny change)
1368
1369         * init.c, main.c, http.c, ftp.c, options.h: Added support for
1370         --no-match-server-timestamps.
1371
1372 2009-12-03  Peter Rosin  <peda@lysator.liu.se>
1373
1374         * snprintf.c (dopr): Output %p as unsigned.
1375
1376 2010-01-09  Jeremy Olexa  <darkside@gentoo.org>  (tiny change)
1377
1378         * init.c: Deal with systems which provide PATH_MAX in
1379         sys/param.h rather than limits.h.
1380
1381 2009-10-09  Steven Schweda  <sms@antinode.info>
1382
1383         * utils.c: Added characters " : \ | to the list of normal
1384         caret-escaped (ODS5) characters in the char_prop[] table.
1385
1386 2009-09-22  Arvind Jamuna Dixit  <ardsrk@gmail.com>
1387
1388         * http.c (extract_param, parse_content_disposition): Support
1389         RFC 2231 while parsing Content-Disposition header
1390
1391 2009-10-24  Petr Pisar  <petr.pisar@atlas.cz>
1392
1393         * openssl.c: Implement support for (multiple) subjectAltNames in
1394         X509 certificates, not just the commonName.
1395
1396 2009-10-09  Micah Cowan  <micah@cowan.name>
1397
1398         * main.c: Fix declaration of compiled_features.
1399
1400         * build_info.c.in: Adapt to new input format. Added a check for
1401         large-file support. Replaced the "openssl" and "gnutls"
1402         advertisements with a single "ssl/foo" advertisement.
1403
1404 2009-09-30  Micah Cowan  <micah@cowan.name>
1405
1406         * sysdep.h: Unconditionally include stdbool.h (gnulib has it for
1407         systems that don't supply it.)
1408
1409         * vms.c: Added functions vms_basename(), used to extract the
1410         bare executable name from argv[0], and vms_getpass(), a
1411         VMS-specific replacement for GNU getpass().
1412
1413          vms.c: Added global string constants: compilation_string
1414         (NULL), link_string (NULL), and version_string (real).
1415
1416 2009-09-24  Micah Cowan  <micah@cowan.name>
1417
1418         * vms.c: Moved from vms/vms.c.
1419
1420         * sysdep.h: Use proper prototypes for snprintf, vsnprintf (thanks
1421         to Steven Schweda).
1422
1423 2009-09-24  Steven Schweda  <sms@antinode.info>
1424
1425         * main.c (print_version): Remove VMS-conditional build info
1426         string; the new VMS builders use OS_TYPE.
1427
1428         * ftp.c (getftp): Fix accidental use of target -> targ.
1429
1430 2009-09-24  Micah Cowan  <micah@cowan.name>
1431
1432         * host.c (host_errstr): host_errstr should return const char *.
1433
1434 2009-09-22  Micah Cowan  <micah@cowan.name>
1435
1436         * Makefile.am (version.c): Explicitly tell Mercurial where the
1437         top-source repository should be, so it doesn't accidentally use
1438         the repository for a containing directory (for instance, if the
1439         user's home directory is managed by a Mercurial repo). Also
1440         ensures we find the repository, even if the build directory is
1441         outside the source directory.
1442
1443         * wget.h: define WINDOWS if _WIN32 or __WIN32__ is defined, but
1444         not __CYGWIN__.
1445
1446         * mswindows.c (xsleep): Check for availability of the sleep
1447         function, in addition to the usleep function.
1448         (get_winsock_error, windows_strerror): Removed (gnulib already
1449         supplies this functionality).
1450
1451         * mswindows.h [NEED_GAI_STRERROR]: define gai_strerror
1452         to (gnulib's) strerror, rather than windows_strerror. Removed
1453         error macro definitions provided by gnulib.
1454         (windows_strerror): Removed (gnulib already supplies this
1455         functionality).
1456
1457         * host.c: Don't declare h_errno when building on Windows.
1458
1459         * Makefile.am (LIBS): Added @W32LIBS@.
1460         (EXTRA_wget_SOURCES): Removed (it's in LIBOBJ now).
1461         (version.c): Removed dependency on $(LDADD), since it may include
1462         dependencies that are not part of the Wget sources (-lwsock32, for
1463         instance).
1464
1465         * openssl.c (ssl_check_certificate): Avoid reusing the same buffer
1466         space for successive quoted arguments. Thanks to Steven Schweda
1467         for pointing out the problem.
1468
1469 2009-09-21  Micah Cowan  <micah@cowan.name>
1470
1471         * progress.c (update_speed_ring): "the the" -> "the".
1472
1473         * css-url.c, iri.c, mswindows.c: Removed assert.h inclusion (not
1474         using it).
1475
1476 2009-09-11  Steven Schweda  <sms@antinode.info>
1477
1478         * utils.c, utils.h (fopen_excl): Make second argument an int,
1479         rather than a bool (so it can handle the appropriate VMS version
1480         of the flag).
1481
1482         * main.c (print_version): Don't print LOCALEDIR unless NLS is
1483         enabled.
1484
1485         * http.c (gethttp): Pass FOPEN_BIN_FLAG, instead of true.
1486
1487         * ftp.c (ftp_retrieve_glob): Cast strcmp to assign to cmp, for a
1488         silly HP build environment.
1489
1490 2009-09-08  Steven Schubiger  <stsc@member.fsf.org>
1491
1492         * main.c, init.c: Mark the --preserve-permissions and
1493         --html-extension option as deprecated.
1494
1495 2009-09-06  Micah Cowan  <micah@cowan.name>
1496
1497         * ftp.c (getftp, ftp_loop_internal): Separate "len" input/output
1498         parameter (with different meanings for input and output), into two
1499         separate parameters, one input (passed_expected_bytes) and one
1500         output (qtyread). Fixes bug #26870.
1501
1502 2009-09-05  Steven Schubiger  <stsc@member.fsf.org>
1503
1504         * retr.h: Declare set_local_file() to avoid build warnings.
1505
1506 2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
1507
1508         * connect.c, init.c, main.c, openssl.c, options.h:  Replace
1509         "ifdef MSDOS" with "ifdef USE_WATT32" since DOS-targets in fact
1510         use the Watt-32 tcp/ip stack.
1511
1512 2009-09-04  Micah Cowan  <micah@cowan.name>
1513
1514         * Makefile.am: Move build_info.c to wget_SOURCES from
1515         nodist_wget_SOURCES, reduce dependencies, and invoke build_info.pl
1516         in its new home, $(top_srcdir)/build-aux.
1517
1518 2009-09-03  Micah Cowan  <micah@cowan.name>
1519
1520         * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with
1521         localtime, as not all platforms have localtime_r.
1522
1523         * Makefile.am (wget_SOURCES): Rearranged some of the file order,
1524         so .c files and .h files are apart. Added gettext.h, so that it
1525         shows up in the dist.
1526
1527 2009-09-02  Micah Cowan  <micah@cowan.name>
1528
1529         * gettext.h: Refreshed from gettext 0.17.
1530
1531         * test.c: Added definition of program_name variable, required by
1532         lib/error.c (libgnu.a). Doesn't cause problems until you try to
1533         build on a non-GNU system...
1534
1535         * build_info.c.in: Removed useless "+gettext" feature ad.
1536
1537 2009-08-29  Steven Schubiger  <stsc@member.fsf.org>
1538
1539         * convert.c (local_quote_string): Percent-encode semicolons
1540         in local file strings.
1541
1542 2009-08-27  Micah Cowan  <micah@cowan.name>
1543
1544         * wget.h (uerr_t): added new VERIFCERTERR code for SSL certificate
1545         problems. Marked exit codes that are defined but never used (at
1546         least, the ones I could find).
1547
1548         * retr.c, retr.h (retrieve_url): Added a new boolean argument to
1549         determine whether an exit status should be recorded.
1550         (retrieve_from_file): Adjust to new retrieve_url signature.
1551
1552         * res.c (res_retrieve_file): Don't have retrieve_url record an
1553         exit status for robots.txt.
1554
1555         * recur.c (retrieve_tree): Adjust to new retrieve_url signature.
1556
1557         * main.c (main): Use the exit status stored by retrieve_url.
1558
1559         * http.c (gethttp): Distinguish certificate verification problems
1560         from SSL connection issues.
1561         (http_loop): Handle newly-created VERIFCERTERR error code.
1562
1563         * exits.c, exits.h: Newly added.
1564
1565         * Makefile.am (wget_SOURCES): Add exits.c and exits.h.
1566
1567 2009-08-27  Micah Cowan  <micah@cowan.name>
1568
1569         * http.c (gethttp): Make sure Wget heeds cookies when they
1570         are sent with a 401 response; or any other sort of response for
1571         that matter (#26775).
1572
1573 2009-08-19  Micah Cowan  <micah@cowan.name>
1574
1575         * openssl.c (ssl_check_certificate): Only warn about an attack if
1576         the hostname would otherwise have matched. Also some formatting
1577         cleanup.
1578
1579 2009-08-19  Joao Ferreira  <joao@joaoff.com>
1580
1581         * openssl.c (ssl_check_certificate): Detect embedded NUL
1582         characters in the SSL certificate common name.
1583
1584 2009-08-17  Tony Lewis  <tlewis@exelana.com>
1585
1586         * http.c (gethttp): Ensure that we parse Content-Length before we
1587         attempt to refer to its value. Without this fix, NTLM support was
1588         completely buggered. #27192
1589
1590 2009-08-09  Michael Baeuerle  <michael.baeuerle@gmx.net>
1591
1592         * ftp.c: #include <strings.h> for strcasecmp.
1593
1594 2009-07-28  Micah Cowan  <micah@cowan.name>
1595
1596         * main.c (option_data): Rename --html-extension to
1597         --adjust-extension.
1598         (print_help): Ditto.
1599
1600         * options.h (struct option): Rename html_extension to
1601         adjust_extension.
1602         * http.c (gethttp): Ditto.
1603         * convert.c (local_quote_string): Ditto.
1604
1605         * init.c (commands): Add "adjustextension", and reflect rename
1606         change for opt.adjust_extension, for both "adjustextension" and
1607         "htmlextension".
1608
1609 2009-07-27  Micah Cowan  <micah@cowan.name>
1610
1611         * options.h (struct options): Added restrict_files_nonascii
1612         boolean field.
1613
1614         * url.c (FILE_CHAR_TEST): Add check for chars outside the ASCII
1615         range.
1616
1617         * init.c (defaults): Add restrict_files_nonascii to initialization.
1618         (cmd_spec_restrict_file_names): Allow parsing of "ascii" keyword.
1619
1620 2009-07-27  Marcel Telka  <marcel@telka.sk>
1621
1622         * iri.c (do_conversion): Typo: invalide -> invalid
1623
1624 2009-07-27  Petr Pisar  <petr.pisar@atlas.cz>
1625
1626         * main.c (print_help): Fixed a couple typos.
1627
1628 2009-07-26  Micah Cowan  <micah@cowan.name>
1629
1630         * main.c (option_data): Rename --locale option to --local-encoding
1631         (print_help): Document --no-iri, --local-encoding, and
1632         --remote-encoding, within usage message. Remove defunct
1633         --preserve-permissions.
1634
1635 2009-07-23  Micah Cowan  <micah@cowan.name>
1636
1637         * progress.c (get_eta): Change "Translation note" in comment to
1638         "TRANSLATORS", so it actually appears in wget.pot.
1639
1640 2009-07-06  Micah Cowan  <micah@cowan.name>
1641
1642         * main.c (print_help): Improve documentation of --base.
1643
1644 2009-07-05  Micah Cowan  <micah@cowan.name>
1645
1646         * html-url.c (tag_handle_meta): Handle meta name="robots"
1647         properly: deal with whitespace, commas after...
1648
1649         * netrc.c (parse_netrc): Rename local-scope variable "quote" to
1650         "qmark", to avoid conflict with the function name.
1651
1652 2009-07-05  Petr Pisar  <petr.pisar@atlas.cz>
1653
1654         * main.c (print_version): Mark initial line for translation, along
1655         with (env), (user), and (system). Change copyright year to 2009.
1656
1657         * http.c (http_loop): Space after colon.
1658
1659         * gnutls.c (ssl_check_certificate): Use quote function, rather
1660         than explicit quotes.
1661
1662 2009-07-05  Micah Cowan  <micah@cowan.name>
1663
1664         * Makefile.am (version.c): Add dependency on configure.ac.
1665
1666         * iri.c: Mark some strings for translation.
1667
1668 2009-07-04  Steven Schweda  <sms@antinode.info>
1669
1670         * wget.h (ORIG_SFX): Macro added, to supply an alternative "_orig"
1671         suffix on VMS.
1672
1673         * connect.c, host.c, host.h, main.c: Include "vms_ip.h" rather
1674         than <netdb.h> on VMS systems.
1675
1676         * convert.c (write_backup_file): Use "_orig" rather than ".orig"
1677         on VMS.
1678
1679         * ftp-basic.c (ftp_list): Don't use LIST -a on VMS servers.
1680
1681         * ftp.c [__VMS]: Include "vms.h"
1682         * ftp.c (getftp): Disable some unhelpful "for VMS" code. Pass the
1683         OS type to ftp_list.
1684         (getftp) [__VMS]: Alter the filename as required, and invoke fopen
1685         with extra optional arguments.
1686         (ftp_retrieve_list): Set permissions before setting the times.
1687
1688         * ftp-ls.c [__VMS]: Various improvements.
1689
1690         * http.c (SET_USER_AGENT): Added. Include operating-system info in
1691         the User-Agent header.
1692         (gethttp): Use ORIG_SFX macro.
1693         (gethttp) [__VMS]: invoke fopen with extra arguments to
1694         communicate file type.
1695         (http_loop): Add cast to time_t.
1696
1697         * init.c (wgetrc_user_file_name) [__VMS]: Adjustments for where to
1698         find the .wgetrc.
1699
1700         * log.c: Adjustments to improve handling of log files on VMS.
1701
1702         * main.c [__VMS]: Added --ftp-stmlf option (and associated
1703         documentation). Adjust description of backup-suffixes, as they now
1704         differ for VMS.
1705         (print_help, print_version): Include OS type in version
1706         information.
1707         (main) [__VMS]: Invoke fopen with extra options, to specify file
1708         type information.
1709
1710         * netrc.c (search_netrc) [__VMS]: Fix .netrc-finding.
1711
1712         * openssl.c, openssl.h (ssl_connect_wget): Renamed from ssl_connect.
1713
1714         * options.h (struct options): Add ftp_stmlf field.
1715
1716         * retr.c (write_data) [__VMS]: Avoid fflush.
1717
1718         * url.c [__VMS]: Include vms.h.
1719         * url.c (url_file_name) [__VMS]: Handle naming as required for VMS.
1720
1721         * utils.c [__VMS]: Include vms.h. Various added facilities for VMS
1722         needs.
1723
1724 2009-07-04  Micah Cowan  <micah@cowan.name>
1725
1726         * main.c (print_version): Allow localization of the version-info
1727         labels, eschew attempts at alignment (which is complicated when
1728         handling translated strings), and avoid using printf() with
1729         variable-stored format strings that lack conversion
1730         specifications.
1731         (format_and_print_line): For similar reasons, don't calculate
1732         line-continuation tabulation based on the number of bytes in a
1733         string.
1734
1735 2009-07-04  Steven Schubiger  <stsc@member.fsf.org>
1736
1737         * url.c (url_parse): If an URL scheme is invalid, distinguish
1738         between an unsupported or missing scheme.
1739
1740         * url.c: Add a "missing scheme" entry to parse_errors.
1741
1742 2009-07-03  Micah Cowan  <micah@cowan.name>
1743
1744         * iri.h (iri_dup): Provide macro definition for when IRIs are
1745         disabled.
1746
1747         * Makefile.am (LIBS): Added @LIBICONV@.
1748         (wget_SOURCES): Added iri.h.
1749         (EXTRA_wget_SOURCES): Added iri.c, so it gets packaged even if IRI
1750         support was disabled.
1751
1752 2009-07-02  Micah Cowan  <micah@cowan.name>
1753
1754         * recur.c (url_enqueue): Quote enqueue/dequeue debug messages.
1755
1756         * html-url.c (append_url): Change "merge()" quoting style from
1757         locale_quoting_style to escape_quoting_style.
1758
1759 2009-07-01  Micah Cowan  <micah@cowan.name>
1760
1761         * retr.c (retrieve_url): Use the existing "redirect" label,
1762         instead of superfluous "second_try". Removed no-longer-accurate
1763         debug statement. Use the "newloc" parameter to store the fallback
1764         URL, when IRI version was rejected.
1765
1766         * recur.c (retrieve_tree): Always use the parsed URL for tracking
1767         the Referer, since that's the one we actually requested (if
1768         there's a difference in terms of percent-encodings and such).
1769
1770 2009-07-01  Steven Schubiger  <stsc@member.fsf.org>
1771
1772         * Makefile.am: Add a rule to generate build_info.c and list
1773         the build_info.c.in file in EXTRA_DIST. Adjust elsewhere
1774         where needed.
1775
1776         * build_info.c: Remove this static source file.
1777
1778         * build_info.c.in: Data for generation of build_info.c.
1779
1780 2009-06-29  Micah Cowan  <micah@cowan.name>
1781
1782         * html-url.c (append_url): Quote some more arguments that might
1783         contain characters that are inappropriate to display for the
1784         current locale.
1785
1786         * retr.c (retrieve_from_file): Be sure to pass iri information
1787         when parsing an input-fle url, and be sure to hand a clean iri
1788         struct, off to retrieve_tree and retrieve_url.
1789
1790         * iri.c, iri.h (iri_dup): Added.
1791
1792         * retr.c (retrieve_url): Re-parse for IRI fallback.
1793
1794         * main.c (main): Set up iri before the url_parse invocation (so we
1795         can use it).
1796
1797 2009-06-20  Jay Krell  <jay.krell@cornell.edu>
1798
1799         * sysdep.h (_ALL_SOURCE): (small change) Define the _ALL_SOURCE
1800         macro on INTERIX systems. (I switched the location from ftp.c to
1801         sysdep.h --mjc)
1802
1803 2009-06-15  Micah Cowan  <micah@cowan.name>
1804
1805         * ftp.c (getftp): If we can't accept the connection, return
1806         CONERROR, not whatever the contents of err happens to be. Fixes
1807         bug #25015.
1808
1809         * retr.c (fd_read_body): Make both args to progress_create
1810         consistent, resulting in an accurate progress display. Fixes bug
1811         #24948.
1812
1813 2009-06-14  Micah Cowan  <micah@cowan.name>
1814
1815         * Makefile.am (wget_SOURCES): css-tokens.h needs to ship with
1816         dist, too.
1817
1818 2009-06-13  Micah Cowan  <micah@cowan.name>
1819
1820         * init.c: Rename setval_internal_wrapper to setval_internal_tilde,
1821         ensure we don't "replace" the tilde unless it's actually
1822         present. Clean up some minor GNU style issues.
1823
1824 2009-06-13  Julien Pichon  <julienpichon7@gmail.com>
1825
1826         * init.c: Handle tilde-expansion in wgetrc commands, without
1827         resorting to setting/unsetting globals to change behavior in one
1828         call location.
1829
1830 2009-06-12  Micah Cowan  <micah@cowan.name>
1831
1832         * host.c: Include <sys/types.h> before <sys/socket.h>. Not
1833         required by POSIX any more, but some older systems (such as
1834         FreeBSD 4.1) still need it, and it doesn't seem like it could
1835         hurt...
1836
1837         * build_info.c (library): Handle "https" as a feature in its own
1838         right, apart from "gnutls" and "openssl".
1839
1840         * host.c: Declare h_errno if no declaration is provided. Idea
1841         thanks to Maciej W. Rozycki.
1842
1843 2009-06-11  Xin Zou  <zouxin2008@gmail.com>
1844
1845         * http.c (gethttp): Fix some memory leaks.
1846
1847 2009-06-11  Micah Cowan  <micah@cowan.name>
1848
1849         * http.c (http_atotm): Handle potential for setlocale's return
1850         value to be static storage. Thanks to Benjamin Wolsey
1851         <bwy@benjaminwolsey.de>.
1852
1853         * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
1854         systems, too. Thanks to Robert Millan.
1855
1856 2009-05-28  Steven Schubiger  <stsc@member.fsf.org>
1857
1858         * ftp.c (ftp_get_listing): Update the "listing file"
1859         string after calling ftp_loop_internal().
1860
1861 2009-05-27  Steven Schubiger  <stsc@member.fsf.org>
1862
1863         * ftp.c (ftp_get_listing): Duplicate the "listing file"
1864         string to avoid memory corruption when FOPEN_EXCL_ERR is
1865         encountered.
1866
1867 2009-05-17  Steven Schubiger  <stsc@member.fsf.org>
1868
1869         * progress.c (eta_to_human_short): Fix the remaining hours
1870         to be displayed. Spotted by Tadeu Martins (#26411).
1871
1872 2009-04-24  Micah Cowan  <micah@cowan.name>
1873
1874         * hash.c: Change stdint.h inclusion to use HAVE_STDINT_H, not C99
1875         check.
1876
1877         * connect.c: stdint.h inclusion added.
1878
1879         Thanks to Markus Duft <mduft@gentoo.org> for a similar patch.
1880
1881 2009-04-20  Micah Cowan  <micah@cowan.name>
1882
1883         * Makefile.am (version.c): Fix unportable use of "echo -n".
1884
1885 2009-04-13  Steven Schubiger  <stsc@member.fsf.org>
1886
1887         * ftp.c (ftp_retrieve_list): Move the duplicated code that
1888         determines the local file to a function.
1889
1890         * http.c (http_loop): Likewise.
1891
1892         * retr.c (set_local_file): New function.
1893
1894 2009-04-11  Steven Schubiger  <stsc@member.fsf.org>
1895
1896         * init.c (initialize): Run a custom SYSTEM_WGETRC when
1897         provided as an environment variable.
1898
1899 2009-02-27  Gisle Vanem  <gvanem@broadpark.no>
1900
1901         * main.c (main): "freopen (NULL,.." causes an assertion in MSVC
1902         debug-mode.  I.e. NULL isn't legal. But the "CONOUT$" device works
1903         fine.
1904
1905 2009-02-27  Steven Schubiger  <stsc@member.fsf.org>
1906
1907         * ftp.c (ftp_loop_internal): Don't claim for FTP retrievals
1908         when writing to standard output either that the document
1909         has been saved. Addresses bug #20520 again.
1910
1911 2009-02-21  Steven Schubiger  <stsc@member.fsf.org>
1912
1913         * http.c (http_loop): When a document is written to
1914         standard output, don't claim it has been saved to a file.
1915         Addresses bug #20520.
1916
1917 2009-02-18  Steven Schubiger  <stsc@members.fsf.org>
1918
1919         * recur.h: Remove the dangling declaration for recursive_cleanup().
1920
1921 2009-02-01  Gerardo E. Gidoni  <gerel@gnu.org>
1922
1923         * main.c, recur.c, recur.h, res.c, retr.c, retr.h: restructured code to
1924         avoid multiple 'url_parse' calls.
1925
1926 2008-11-13  Micah Cowan  <micah@cowan.name>
1927
1928         * http.c (gethttp): Don't do anything when content-length >= our
1929         requested range.
1930
1931 2008-11-27  Saint Xavier  <wget@sxav.eu>
1932
1933         * http.c (gethttp): Move authentication code before filename
1934         allocation avoiding fallbacking on default filename because
1935         "Content-Disposition" header wasn't present before authentcation
1936         has been completed. Fixes bug #24862.
1937
1938 2008-11-16  Steven Schubiger  <stsc@members.fsf.org>
1939
1940         * main.c: Declare and initialize the numurls counter.
1941
1942         * ftp.c, http.c: Make the counter visible here and use it.
1943
1944         * options.h: Remove old declaration from options struct.
1945
1946 2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
1947
1948         * init.c (defaults): Set default waitretry value.
1949
1950 2008-11-14  Steven Schubiger  <stsc@members.fsf.org>
1951
1952         * main.c (format_and_print_line): Use a custom format
1953         string for printing leading spaces.
1954
1955 2008-11-12  Micah Cowan  <micah@cowan.name>
1956
1957         * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.
1958
1959 2008-11-12  Alexander Belopolsky  <alexander.belopolsky@gmail.com>
1960
1961         * url.c, url.h (url_escape_unsafe_and_reserved): Added.
1962
1963         * ftp-ls.c (ftp_index): URL-escape, rather than HTML-escape, the
1964         filename appearing in the link.
1965
1966 2008-11-12  Steven Schubiger  <stsc@members.fsf.org>
1967
1968         * main.c (print_version): Hand the relevant
1969         xstrdup/xfree calls back to format_and_print_line().
1970
1971 2008-11-11  Steven Schubiger  <stsc@members.fsf.org>
1972
1973         * main.c (format_and_print_line): Move both the memory
1974         allocating and freeing bits upwards to print_version().
1975
1976 2008-11-10  Saint Xavier  <wget@sxav.eu>
1977
1978         * http.c: Make --auth-no-challenge works with user:pass@ in URLs.
1979
1980 2008-11-05  Micah Cowan  <micah@cowan.name>
1981
1982         * ftp.c (print_length): Should print humanized "size remaining"
1983         only when it's at least 1k.
1984
1985 2008-10-31  Micah Cowan  <micah@cowan.name>
1986
1987         * main.c (print_version): Add information about the mailing list.
1988
1989 2008-10-31  Alexander Drozdov  <dzal_mail@mtu-net.ru>
1990
1991         * retr.c (fd_read_hunk): Make assert deal with maxsize == 0.
1992
1993         * ftp-ls.c (clean_line): Prevent underflow on empty lines.
1994
1995 2008-10-26  Gisle Vanem  <gvanem@broadpark.no>
1996
1997         * main.c (format_and_print_line): Put variables on top of
1998         blocks (not all compilers are C99). Add an extra '\n' if
1999         SYSTEM_WGETRC isn't defined and printed.
2000
2001 2008-09-09  Gisle Vanem  <gvanem@broadpark.no>
2002
2003         * url.c (url_error): Use aprintf, not asprintf.
2004
2005 2008-09-09  Micah Cowan  <micah@cowan.name>
2006
2007         * init.c (home_dir): Save the calculated value for home,
2008         to avoid duplicated work on repeated calls.
2009         (wgetrc_file_name) [WINDOWS]: Define and initialize home var.
2010
2011         * build_info.c, main.c: Remove unnecessary extern vars
2012         system_wgetrc and locale_dir.
2013
2014         * main.c: Define program_name for lib/error.c.
2015
2016 2008-09-02  Gisle Vanem  <gvanem@broadpark.no>
2017
2018         * mswindows.h: Must ensure <stdio.h> is included before
2019         we redefine ?vsnprintf().
2020
2021 2008-08-08  Steven Schubiger  <stsc@members.fsf.org>
2022
2023         * main.c, utils.h: Removed some dead conditional DEBUG_MALLOC code.
2024
2025 2008-08-03  Micah Cowan  <micah@cowan.name>
2026
2027         * main.c (print_help): Added --default-page.
2028
2029 2008-08-01  Joao Ferreira  <joao@joaoff.com>
2030
2031         * init.c, main.c, options.h, url.c: Added option --default-page
2032         to support alternative default names for index.html
2033
2034 2008-08-03  Micah Cowan  <micah@cowan.name>
2035
2036         * build_info.c, css-url.c: #include wget.h, not config.h.
2037
2038 2008-08-03  Steven Schubiger  <stsc@members.fsf.org>
2039
2040         * url.c, url.h (url_error): Better messages for unsupported
2041         schemes, especially https.
2042
2043         * html-url.c, recur.c, retr.c: Adjust to new url_error
2044         invocation, and free result.
2045
2046 2008-07-17  Steven Schubiger  <stsc@members.fsf.org>
2047
2048         * retr.c (retrieve_from_file): When given an URL as input file,
2049         use it as baseref if none was specified and treat the input file
2050         as HTML if its content type is text/html.
2051
2052         * init.c (cleanup): Free the memory associated with the base
2053         option (when DEBUG_MALLOC is defined).
2054
2055 2008-07-02  Xavier Saint  <wget@sxav.eu>
2056
2057         * iri.c, iri.h  : New function idn_decode() to decode ASCII
2058         encoded hostname to the locale.
2059
2060         * host.c : Show hostname to be resolved both in locale and
2061         ASCII encoded.
2062
2063 2008-06-28  Steven Schubiger  <stsc@members.fsf.org>
2064
2065         * retr.c (retrieve_from_file): Allow for reading the links from
2066         an external file (HTTP/FTP).
2067
2068 2008-06-26  Xavier Saint  <wget@sxav.eu>
2069
2070         * iri.c, iri.h : New functions locale_to_utf8() and
2071         idn_encode() adding basic capabilities of IRI/IDN.
2072
2073         * url.c : Convert URLs from locale to UTF-8 allowing a basic
2074         support of IRI/IDN
2075
2076 2008-06-25  Steven Schubiger  <stsc@members.fsf.org>
2077
2078         * ftp.c (getftp): When spidering a FTP URL, emit a diagnostic
2079         message if the remote file exists.
2080
2081 2008-06-24  Steven Schubiger  <stsc@members.fsf.org>
2082
2083         * http.c (http_loop): Replace escnonprint() occurence with
2084         a quotearg_style() call.
2085
2086 2008-06-24  Micah Cowan  <micah@cowan.name>
2087
2088         * ftp-ls.c (ftp_index): Don't assume time_t* is compatible with
2089         long*. Fixes crash on Windows, and probably other systems.
2090
2091 2008-06-22  Steven Schubiger  <stsc@members.fsf.org>
2092
2093         * http.c: Explicitly initialize and deallocate the message
2094         string used by the -nv --spider functionality.
2095
2096 2008-06-22  Steven Schubiger  <schubiger@gmail.com>
2097
2098         * http.c: Make -nv --spider include the file's name when it
2099         exists.
2100
2101 2008-06-22  Micah Cowan  <micah@cowan.name>
2102
2103         * Makefile.am (version.c): Fixed version string invocation so it
2104         once again can't result in unterminated strings, made all the
2105         string vars pointers-to-const, and moved line lengths
2106         below 80 (in Makefile.am, not in version.c).
2107
2108 2008-06-19  Xavier Saint  <wget@sxav.eu>
2109
2110         * iri.c, iri.h : New function check_encoding_name() as
2111         a preliminary encoding name check.
2112
2113         * main.c, iri.c : Make use of check_encoding_name().
2114
2115 2008-06-19  Xavier Saint  <wget@sxav.eu>
2116
2117         * iri.c : Include missing stringprep.h file and add a
2118         cast.
2119
2120         * init.c : set a default initial value for opt.enable_iri,
2121         opt.locale and opt.encoding_remote.
2122
2123 2008-06-19  Xavier Saint  <wget@sxav.eu>
2124
2125         * iri.c, iri.h : Add a new function find_locale() to find
2126         out the local system encoding.
2127
2128         * main.c : Make use of find_locale().
2129
2130 2008-06-19  Xavier Saint  <wget@sxav.eu>
2131
2132         * html-url.c : Add "content-type" meta tag parsing for
2133         retrieving page encoding.
2134
2135         * iri.h : Make no-op version of parse_charset() return
2136         NULL.
2137
2138 2008-06-16  Micah Cowan  <micah@cowan.name>
2139
2140         * http.c (http_loop): When hstat.len is higher than the
2141         successfully completed content's length, but it's because we
2142         _set_ it that way, don't abort.
2143
2144 2008-06-14  Xavier Saint  <wget@sxav.eu>
2145
2146         * iri.c, iri.h : New files.
2147
2148         * Makefile.am : Add files iri.h and conditional iri.c.
2149
2150         * build_info.c : Add compiled feature "iri".
2151
2152         * http.c : include iri.h and parse charset from Content-Type
2153         header.
2154
2155         * init.c, main.c, options.h : if an options isn't supported
2156         at compiled time, don't get rid off it and show a dummy
2157         message instead if they are used.
2158
2159 2008-06-13  Micah Cowan  <micah@cowan.name>
2160
2161         * build_info.c: ENABLE_NTLM, not HAVE_NTLM; distinguish OpenSSL
2162         from "ssl".
2163
2164 2008-06-13  Madhusudan Hosaagrahara <com.gmail.hrmadhu>
2165
2166         * Makefile.am, main.c, init.c, init.h, build_info.c: Adds build
2167         information to the --version command line option. Fixes bug
2168         #20636.
2169
2170 2008-06-01  Micah Cowan  <micah@cowan.name>
2171
2172         * main.c [WINDOWS]: Reopen stdout in binary mode, when -O - is
2173         given.
2174
2175 2008-05-31 Micah Cowan  <micah@cowan.name>
2176
2177         * html-url.c, http.c: Avoid casts in a couple spots.
2178
2179 2008-05-30 Henri Häkkinen  <henux@users.sourceforge.net>
2180
2181         * cookies.c, ftp-basic.c, hash.c, html-url.c, http-ntlm.c, http.c,
2182         init.c, log.c, main.c, progress.c, ptimer.c, spider.c, url.c,
2183         utils.c: Minor changes to silence warnings when using -Wall.
2184
2185 2008-05-26  Steven Schubiger  <schubiger@gmail.com>
2186
2187         * ftp.c (getftp): Replace last remaining invocation of escnonprint
2188         with gnulib quote.
2189
2190 2008-05-19  Micah Cowan  <micah@cowan.name>
2191
2192         * main.c (main): Password prompt should be done only once (not
2193         once per argument), and should be done prior to the background
2194         fork.
2195
2196 2008-05-17  Steven Schubiger  <schubiger@gmail.com>
2197
2198         * init.c (defaults): Set the preferred IP family to `none' by
2199         default.
2200
2201 2008-05-17  Kenny Parnell  <k.parnell@gmail.com>
2202
2203         (cmd_spec_prefer_family): Initialize prefer_family to prefer_none.
2204
2205 2008-05-17  Micah Cowan  <micah@cowan.name>
2206
2207         * main.c (main): Handle Ctrl-D on command-line.
2208
2209 2008-05-15  Steven Schubiger  <schubiger@gmail.com>
2210
2211         * ftp.c (getftp): Verify that the file actually exists in FTP, by
2212         checking it against the listing.
2213
2214 2008-05-15  Micah Cowan  <micah@cowan.name>
2215
2216         * main.c (prompt_for_password): Use the quote module.
2217
2218 2008-05-14  Micah Cowan  <micah@cowan.name>
2219
2220         * ftp.c (ftp_retrieve_list): Symlinks and other filenames
2221         should be fully quoted.
2222
2223 2008-05-12  Micah Cowan  <micah@cowan.name>
2224
2225         * main.c (main): Downgrade "-N with -O" to a warning, and switch
2226         it off to avoid confusing messages.
2227
2228 2008-04-30  Micah Cowan  <micah@cowan.name>
2229
2230         * progress.c (create_image): Fix glitch where too many spaces are
2231         printed on lines that don't display the ETA, in multibyte
2232         locales.
2233
2234 2008-04-30  Steven Schubiger  <stsc@members.fsf.org>
2235
2236         * main.c (main): New code that handles prompting for passwords
2237         when specified explicitly via command-line option (using gnulib's
2238         getpass-gnu module).
2239         (main): Include the getpass header.
2240
2241         * init.c: Add "ask-password" to the list of recognized commands.
2242
2243         * options.h: Add an according boolean member to the options
2244         struct.
2245
2246         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE
2247         out, because they're now defined independently by config.h.
2248
2249 2008-04-27  Rabin Vincent  <rabin@rab.in>
2250
2251         * http.c (http_loop): Fix return for the case where we don't
2252         download a file because of -nc.
2253
2254 2008-04-27  Micah Cowan  <micah@cowan.name>
2255
2256         * url.c (path_simplify): Go back to allowing leading ".." in
2257         paths, but only for FTP URLs.
2258         (test_path_simplify): Add scheme-specificness to tests, adapt for
2259         mu_run_test.
2260
2261         * test.c (all_tests): Add test_path_simplify.
2262
2263         * main.c (main): Downgrade -r, -p with -O to a warning rather than
2264         an error; elaborate just a bit more for other -O combination
2265         cases.
2266
2267 2008-04-26  Micah Cowan  <micah@cowan.name>
2268
2269         * http.c (gethttp): Move proxy CONNECT handling to below the
2270         retry_with_auth label, to deal with properly reconnecting to
2271         proxies when we need to authenticate.
2272
2273 2008-04-25  Micah Cowan  <micah@cowan.name>
2274
2275         * Makefile.am: -I foo -> -Ifoo.
2276
2277 2008-04-24  Micah Cowan  <micah@cowan.name>
2278
2279         * main.c: Revised usage description of --convert-links to apply
2280         to CSS as well as to HTML.
2281
2282 2008-04-23  Micah Cowan  <micah@cowan.name>
2283
2284         * utils.c (test_dir_matches_p): Added a test for the case
2285         described in issue #20518.
2286
2287 2008-04-22  Micah Cowan  <micah@cowan.name>
2288
2289         * Makefile.am, css.lex, css.l: Renamed css.lex to css.l.
2290         * recur.c (retrieve_tree): Fix typo to allow text/css files to
2291         be parsed.
2292
2293 2008-04-22  Ted Mielczarek  <ted.mielczarek@gmail.com>
2294
2295         * css.lex, css-url.c, css-url.h: Added to implement support for
2296         parsing CSS in Wget.
2297         * convert.c: Convert links in CSS files, too.
2298         * convert.h (convert_options): Added for options link_css_p,
2299         link_expect_css.
2300         * convert.h: Added prototype for new register_css function.
2301         * html-parse.c: Added support for parsing element content, in
2302         addition to tag starts and ends.
2303         * html-parse.h (taginfo): Added delimiter fields for element
2304         content.
2305         * html-url.h: Added.
2306         * html-url.c (append_url): No longer internal-linkage only. Now
2307         takes position and size as explicit parameters.
2308         * html-url.c: Use new html-url.h header, add support for
2309         handling of "style" HTML attributes. Mark URIs obtained from
2310         link tags with rel="stylesheet" with link_expect_css. Adapt
2311         uses of append_url to supply the newly-added parameters for
2312         position and size.
2313         * http.c: Add detection for when the content-type is text/css;
2314         and ensure that such files have the ".css" filename extension,
2315         when --convert-links is active.
2316         * recur.h: Remove declarations for functions found in
2317         html-url.c (moved to html-url.h).
2318         * recur.c: Add support for culling links from CSS files, too,
2319         and tracking for when we're expecting the file to be CSS (even
2320         when its content type isn't text/css).
2321         * retr.c (retrieve_url): Add registration of CSS files.
2322         * wget.h: Added TEXTCSS to dt flags enum.
2323         * Makefile.am: Added css.lex, css-url.c, css-url.h, html-url.h
2324         to wget_SOURCES.
2325
2326 2008-04-22  Jim Paris  <jim@jtan.com>
2327
2328         * openssl.c (ssl_init): Enable combined certificate/key in
2329         single file (apparent regression from ~1.9). Resolves issue
2330         #22767.
2331
2332 2008-04-22  Steven Schubiger  <schubiger@gmail.com>
2333
2334         * http.c (print_response_line): Changed to make responses always
2335         be logged, even in --quiet mode, if --server-response was
2336         specified. This is to bring http.c's handling of the situation
2337         in line with ftp.c's.
2338
2339 2008-04-22  Pranab Shenoy  <pranab.loosinit.shenoy@gmail.com>
2340
2341         * init.c: Added test_commands_sorted unit test to check is
2342         commands are sorted.  Fixes bug #21245.
2343
2344         * test.c: Added test_commands_sorted to the test suite.
2345
2346 2008-04-22  Rabin Vincent  <rabin@rab.in>
2347
2348         * ftp.c (ftp_get_listing): Only remove .listing if it has been
2349         created.
2350
2351 2008-04-22  Alain Guibert  <alguibert+bts@free.fr>
2352
2353         * test.h (mu_run_test): Move declaration before statements, for
2354         C90 conformance. Fixes bug #22789.
2355
2356 2008-04-22  Mike Frysinger  <vapier@gentoo.org>
2357
2358         * Makefile.am: Move @LIBS@ after other libraries, for better
2359         static-linking support. Fixes bug #22143.
2360
2361 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
2362
2363         * ftp.c: Use Gnulib's quote function for printing filenames and
2364         such.
2365         * connect.c: Likewise.
2366         * convert.c: Likewise.
2367         * cookies.c: Likewise.
2368         * ftp-opie.c: Likewise.
2369         * gnutls.c: Likewise.
2370         * init.c: Likewise.
2371         * log.c: Likewise.
2372         * mswindows.c: Likewise.
2373         * openssl.c: Likewise.
2374         * progress.c: Likewise.
2375         * recur.c: Likewise.
2376         * res.c: Likewise.
2377         * utils.c: Likewise.
2378
2379 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
2380
2381         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE
2382         out, because they're now defined independently by config.h.
2383
2384 2008-04-14  Steven Schubiger  <schubiger@gmail.com>
2385
2386         * http.c: Use Gnulib's quote function for printing filenames and
2387         such.
2388         * wget.h: #include "quote.h".
2389
2390 2008-04-12  Rabin Vincent  <rabin@rab.in>
2391
2392         * mswindows.c (fake_fork_child): Don't create a logfile for
2393         --background when --quiet is used, but not --server-response.
2394         Fixes bug #20917.
2395
2396         * utils.c (fork_to_background): Likewise.
2397
2398 2008-04-12  Micah Cowan  <micah@cowan.name>
2399
2400         * utils.c (aprintf): Minor formatting changes to Alex's code (80-
2401         column limit, concatenated string literals, avoiding nesting
2402         levels), and removed invocation of free (since we're aborting
2403         anyway).
2404
2405 2008-04-11  Alexander Dergachev  <cy6erbr4in@gmail.com>
2406
2407         * utils.c (aprintf): Now we are setting limits (1 Mb) for text
2408         buffer when we use non-C99 vsnprintf.
2409
2410 2008-04-11  Micah Cowan  <micah@cowan.name>
2411
2412         * ftp.c (getftp, ftp_loop_internal): Don't append to an existing
2413         .listing when --continue is used.  Fixes bug #22825. Thanks to
2414         Rabin Vincent <rabin@rab.in> for pointing the way with a
2415         suggested fix!
2416
2417 2008-04-10  Alexander Dergachev  <cy6erbr4in@gmail.com>
2418
2419         * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an
2420         "unknown" value for the attempted allocation size.
2421         * utils.c (aprintf): Now calls memfatal, instead of aborting.
2422
2423 2008-03-19  Micah Cowan  <micah@cowan.name>
2424
2425         * utils.c (test_dir_matches_p): More tests related for
2426         dir_matches_p.
2427
2428 2008-03-17  Micah Cowan  <micah@cowan.name>
2429
2430         * connect.c: Include sys/time.h to support use of the select
2431         function on older systems.
2432
2433 2008-02-11  Benno Schulenberg  <bensberg@justemail.net>
2434
2435         * http.c: More accurate and descriptive messages for when a file
2436         won't be retrieved during spider-mode.
2437
2438 2008-02-10  Micah Cowan  <micah@cowan.name>
2439
2440         * http.c: Added existence_checked member to the http_stat
2441         struct.
2442         (gethttp): Mark hs->existence_checked when we've checked whether
2443         a file-to-download exists; so we don't check it again if the
2444         connection gets lost (and potentially pick a new "unique" name).
2445         This fixes bug 22251.
2446         * progress.c (create_image): Add space for an extra column in
2447         the "eta" portion of the progress bar image; to deal with
2448         too-long Czech translation.
2449         * main.c, http.c, init.c: Added --auth-no-challenge option, to
2450         bring back 1.10.2 unsafe auth behavior when needed. This fixes
2451         bug #22242.
2452
2453 2008-02-07  Micah Cowan  <micah@cowan.name>
2454
2455         * progress.c (create_image): Remove assertion on exceeding
2456         screen width, which given the less-than-robust code there, can
2457         be broken by a number of factors (such as large file downloads).
2458
2459 2008-02-06  Micah Cowan  <micah@cowan.name>
2460
2461         * progress.c (countcols): Use strlen() when mbtowc or wcwidth
2462         not available (or not using NLS).
2463         * utils.c: Ensure we use single-byte separators when not doing
2464         NLS progress-bars.
2465         * wget.h: Determine whether to use NLS for progress-bars, based
2466         on whether wcwidth and mbtowc are available.
2467
2468 2008-02-03  Micah Cowan  <micah@cowan.name>
2469
2470         * progress.c (create_image): Use number of characters/columns
2471         consumed, rather than number of bytes, to determine how much of
2472         a line we've used. Fixes assertion errors and field alignment
2473         bugs (#22161, #20481)
2474         (get_eta, count_cols): Added to support the changes for
2475         create_image.
2476         * http.c (http_loop): Put no-clobber logic back into http_loop,
2477         before starting to fetch, for when we're not doing
2478         content-disposition.
2479
2480 2008-01-31  Micah Cowan  <micah@cowan.name>
2481
2482         * http.c (gethttp): Don't derive hs->contlen from possibly
2483         invalid/missing Content-Length; instead, get the appropriate
2484         value from the Content-Range header values.
2485         (parse_content_range): Handle '*' instance-length field.
2486
2487 2008-01-25  Micah Cowan  <micah@cowan.name>
2488
2489         * main.c: Added notes to translators regarding (C), diacritics
2490         in names.
2491         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
2492         cookies.c, cookies.h, ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c,
2493         ftp.h, gen-md5.c, gen-md5.h, gnutls.c, hash.c, hash.h, host.c,
2494         host.h, html-parse.c, html-parse.h, html-url.c, http-ntlm.c,
2495         http-ntlm.h, http.c, http.h, init.c, init.h, log.c, log.h,
2496         main.c, mswindows.c, mswindows.h, netrc.c, netrc.h, openssl.c,
2497         options.h, progress.c, progress.h, ptimer.c, ptimer.h, recur.c,
2498         recur.h, res.c, res.h, retr.c, retr.h, spider.c, spider.h,
2499         ssl.h, sysdep.h, test.c, test.h, url.c, url.h, utils.c,
2500         utils.h, wget.h, xmalloc.c, xmalloc.h: Updated copyright year.
2501
2502 2007-12-10  Micah Cowan  <micah@cowan.name>
2503
2504         * main.c: The option is --content-disposition, not
2505         --no-content-disposition (at the moment).
2506
2507 2007-12-08  Hrvoje Niksic  <hniksic@xemacs.org>
2508
2509         * ftp.c (ftp_retrieve_glob): Print both arguments of fnmatch in
2510         fnmatch error message.
2511         (ftp_retrieve_glob): Don't match with fnmatch if we're only
2512         supposed to get one file.
2513
2514 2007-12-07  Micah Cowan  <micah@cowan.name>
2515
2516         * Makefile.am: Plug in vars to include stuff from
2517         $(top_srcdir)/md5 when appropriate.
2518
2519 2007-12-05  Micah Cowan  <micah@cowan.name>
2520
2521         * utils.c (subdir_p): Handle the case where d1 is "".
2522         * convert.c (convert_all_links): Don't return without
2523         deallocating timer.
2524
2525 2007-11-28  Micah Cowan  <micah@cowan.name>
2526
2527         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
2528         convert.h, cookies.c, cookies.h, ftp-basic.c, ftp-ls.c,
2529         ftp-opie.c, ftp.c, ftp.h, gen-md5.c, gen-md5.h, gnutls.c,
2530         hash.c, hash.h, host.c, host.h, html-parse.c, html-parse.h,
2531         html-url.c, http-ntlm.c, http-ntlm.h, http.c, http.h, init.c,
2532         init.h, log.c, log.h, main.c, mswindows.c, mswindows.h,
2533         netrc.c, netrc.h, openssl.c, options.h, progress.c, progress.h,
2534         ptimer.c, ptimer.h, recur.c, recur.h, res.c, res.h, retr.c,
2535         retr.h, safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h,
2536         sysdep.h, test.c, test.h, url.c, url.h, utils.c, utils.h,
2537         wget.h, xmalloc.c, xmalloc.h: Updated license exception for
2538         OpenSSL, per the SFLC.
2539
2540 2007-10-30  Micah Cowan  <micah@cowan.name>
2541
2542         * main.c (main): Declare argv parameter as char **argv, rather
2543         than char *const *argv. This fixes usage of getopt_long,
2544         regardless of whether getopt_long has a constified argv or not.
2545
2546 2007-10-22  Gisle Vanem  <gvanem@broadpark.no>
2547
2548         * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h
2549         inclusion.
2550
2551 2007-10-18  Steven Schweda  <sms@antinode.org>
2552
2553         * sysdep.h: #include <stdint.h> as well as <inttypes.h>, to work
2554         around a glitch on Tru64 systems.
2555
2556 2007-10-18  Micah Cowan  <micah@cowan.name>
2557
2558         * Makefile.am: version.c should not be distributed. Removed
2559         config-post.h. Add version.c dependency and gnulib include path
2560         for libunittest.a.
2561         * sysdep.h: Got contents of config-post.h
2562         * config-post.h: Removed.
2563         * wget.h: #include "config.h".
2564         * alloca.c, cmpt.c, connect.c, convert.c, cookies.c,
2565         ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c, gen-md5.c, gnutls.c,
2566         hash.c, host.c, html-parse.c, html-url.c, http-ntlm.c, http.c,
2567         init.c, log.c, main.c, mswindows.c, netrc.c, openssl.c,
2568         progress.c, ptimer.c, recur.c, res.c, retr.c, spider.c, url.c,
2569         utils.c, xmalloc.c: Use wget.h at very top, and instead of
2570         config.h.
2571
2572 2007-10-15  Micah Cowan  <micah@cowan.name>
2573
2574         * Makefile.am: Remove intermediary hg-id file generation, make
2575         version.c-generation more portable.
2576
2577 2007-10-14  Micah Cowan  <micah@cowan.name>
2578
2579         * cmpt.c, cookies.c, ftp-basic.c, ftp-ls.c, ftp.c, hash.c,
2580         host.c, html-parse.c, html-url.c, http-ntlm.c, http.c, init.c,
2581         log.c, main.c, netrc.c, openssl.c, res.c, url.c, utils.c,
2582         wget.h: Replace uses of ISSPACE, etc with c_isspace, etc.
2583         * gnu-md5.c, gnu-md5.h: Removed, in deference to gnulib.
2584         * Makefile.am: Removed gnu-md5.h from wget_SOURCES.
2585         * gen-md5.c: Changed #inclusion of gnu-md5.h to md5.h (gnulib's).
2586         * recur.c (download_child_p): Print error if unlink of
2587         robots.txt fails.
2588         * main.c (main): --spider or --delete-after now implies
2589         --no-directories (thanks, Josh Williams).
2590
2591 2007-10-14  Joshua David Williams  <yurimxpxman@gmail.com>
2592
2593         * recur.c (download_child_p): Remove robots.txt if
2594         --delete-after or --spider is on.
2595
2596 2007-10-13  Micah Cowan  <micah@cowan.name>
2597
2598         * Makefile.am: Make version.c depend on Wget dependencies (source
2599         files, plus such things as LIBOBJS so we get things like
2600         http-ntlm.c). Removed getopt.[ch], as we're now using gnulib for
2601         these.
2602
2603 2007-10-10  Micah Cowan  <micah@cowan.name>
2604
2605         * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
2606         hoping it'll be included by accident in openssl/des.h.
2607
2608 2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
2609
2610         * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
2611         needed.  Hence simply the prototype. Free 'exec_name' at exit.
2612
2613 2007-10-09  Micah Cowan  <micah@cowan.name>
2614
2615         * gettext.h: Imported from /usr/share/gettext, fuller handling
2616         of --disable-nls.
2617         * wget.h: Remove logic for handling lack of NLS (now in
2618         gettext.h).
2619         * main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS.
2620         * Makefile.am: added @LIBINTL@ to LIBS (though it probably
2621         belongs in LDADD, along with everything else currently assigned
2622         to LIBS).
2623
2624 2007-10-08  Micah Cowan  <micah@cowan.name>
2625
2626         * http.c (http_loop): Add send_head_first conditional back
2627         around code that needs it, but not around the last-modified
2628         header-parsing stuff this time. Removed no-longer-useful (was it
2629         ever?) restart_loop boolean, continuing unconditionally at end
2630         of send_head_first conditional block (if we haven't jumped out).
2631
2632 2007-10-04  Micah Cowan  <micah@cowan.name>
2633
2634         * http.c (http_loop): We've got_name if content_disposition
2635         support isn't on; make sure we continue properly in that case,
2636         even though we're not sending HEAD.
2637         * Makefile.in: Removed, replaced by Makefile.am.
2638         * Makefile.am: Converted from Makefile.in.
2639
2640 2007-10-02  Gisle Vanem  <gvanem@broadpark.no>
2641
2642         * ftp.c: Use "_listing" for MSDOS (".listing" is illegal).
2643
2644         * url.c: Update comment for 'filechr_not_windows'.
2645
2646         * utils.c: Include <process.h> for 'getpid()' on Watcom.
2647
2648 2007-10-02  Micah Cowan  <micah@cowan.name>
2649
2650         * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main
2651         (main): Use datetime_str instead of time_str, for those who have
2652         potentially long-running sessions. Based on suggestions by Saso
2653         Tomat <miskox@hotmail.com> and Steven M. Schweda
2654         <sms@antinode.org>.
2655         * http.c (gethttp): Warn about host lookup failures. Adjusted
2656         from Stephen Gildea's patch.
2657
2658 2007-10-02  Stephen Gildea  <stepheng+wget@gildea.com>
2659
2660         * connect.c (connect_to_host): Warn about host lookup failures.
2661
2662 2007-09-25  Micah Cowan  <micah@cowan.name>
2663
2664         * Makefile.in: Use EXEEXT instead of exeext.
2665
2666 2007-09-24  Gisle Vanem  <giva@bgnett.no>
2667
2668         * connect.c, init.c, main.c, openssl.c, options.h, sysdep.h,
2669         url.c, utils.c: Added support for building on MS-DOS.
2670
2671 2007-09-24  Jochen Roderburg  <roderburg@uni-koeln.de>
2672
2673         * http.c (http_zero): Remove no-longer-used local_size variable.
2674         Fixes bug #21057.
2675
2676 2007-09-12  Micah Cowan  <micah@cowan.name>
2677
2678         * http.c (http_loop): Remove send_head_first from condition for
2679         parsing timestamp.
2680
2681 2007-08-29  Micah Cowan  <micah@cowan.name>
2682
2683         * openssl.c (ssl_init): Re un-const-ified the meth local
2684         variable, to match current versions of openssl.
2685         * spider.c: Removed visited_url function, as it may be very
2686         inefficient.
2687         (print_broken_links): Removed traversal of referrers, until such
2688         time as a more efficient implementation can be written.
2689         * spider.h: Replaced declaration of visited_url with an
2690         empty-bodied, function-like macro.
2691
2692 2007-08-27  Gisle Vanem  <giva@bgnett.no>
2693
2694         * mswindows.c (run_with_timeout): Ensure that the correct
2695         conversion specification is used for the return result of
2696         the GetLastError function.
2697         * getopt.c: Fix missing (but, accidentally, legal) comment
2698         delimiter after licensing text.
2699         * recur.c (retrieve_tree): Inserted missing cast for strip_auth.
2700         Includes adjustment by Ralf Wildenhues.
2701         * openssl.c (ssl_init): const-ified the meth local variable.
2702         * main.c: Include all the static function definitions in the
2703         "#ifndef TESTING" clause, leaving just the definitions for
2704         exec_name (not set), and opt.
2705         * utils.c (run_with_timeout): Now returns bool, to align with
2706         declaration in utils.h.
2707
2708 2007-08-27  Micah Cowan  <micah@cowan.name>
2709
2710         * wget.h: Added macro replacement for ngettext, for environs
2711         that lack NLS.
2712
2713 2007-08-26  Micah Cowan  <micah@cowan.name>
2714
2715         * spider.c (print_broken_links): Fixed incorrect plurals msgid
2716         usage, switched to use ngettext function.
2717
2718 2007-08-24  Micah Cowan  <micah@cowan.name>
2719
2720         * http.c (http_loop): Introduced time_came_from_head boolean
2721         flag, to help avoid parsing the same Last-Modified header twice.
2722         Replaced spidering returns of RETRUNNEEDED for some situations,
2723         to RETROK, as otherwise it will be interpreted as an error.
2724         RETRUNNEEDED appears never to be referenced outside of
2725         http.c (and wget.h), and, when returned by gethttp, is
2726         translated by http_loop to RETROK.
2727         * url.c (are_urls_equal): Don't call getchar_from_escaped_string
2728         if u2 is shorter than u1.
2729         (getchar_from_escaped_string): Don't decode reserved characters.
2730         Handle illegally appearing '%'s as literal '%'s. Ensure hex
2731         digits before attempting to decode.
2732         (test_are_urls_equal): Added tests to handle u2 shorter than u1,
2733         and %2f not treated the same as /.
2734         * spider.c (in_url_list_p): Don't call are_urls_equal if one of
2735         them is NULL.
2736
2737 2007-08-23  Joshua David Williams  <yurimxpxman@gmail.com>
2738
2739         * spider.c (in_url_list_p): Removed the bool verbose argument
2740
2741 2007-08-22  Mauro Tortonesi  <mauro@ferrara.linux.it>
2742
2743         * http.c (http_loop): Fall back to GET if HEAD fails with a 500 or 501
2744         error code.
2745
2746 2007-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
2747
2748         * http.c (http_loop): Send preliminary HEAD request if -N is given and
2749         the destination file exists already.
2750
2751 2007-08-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
2752
2753         * http.c (http_loop): Fixed HTTP HEAD requests logic when --spider is
2754         given.
2755
2756 2007-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2757
2758         * url.c (append_uri_pathel): Do not assume dest string to be
2759         zero-terminated.
2760         (test_append_uri_pathel): Terminate string to fix test failure.
2761
2762 2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2763
2764         * url.c (url_string): Use comparison, not assignment, in
2765         check for auth_mode == URL_AUTH_HIDE_PASSWD.
2766
2767 2007-08-09  Micah Cowan  <micah@cowan.name>
2768
2769         * http.c (http_loop): If we got a HEAD and then a GET, and the
2770         GET had a timestamp, use that one, not any we may have gotten
2771         from the HEAD.
2772
2773 2007-08-08  Micah Cowan  <micah@cowan.name>
2774
2775         * init.c (defaults): Content disposition will not be default,
2776         since it currently results in extra round-trips.
2777
2778 2007-07-31  Micah Cowan  <micah@cowan.name>
2779
2780         * http.c (gethttp): Set contlen = -1 when we encounter a
2781         negative-valued Content-Length header, so we don't consider it
2782         an internal error later on and call abort().
2783
2784 2007-07-29  Micah Cowan  <micah@cowan.name>
2785
2786         * url.h, url.c (url_string): Replaced bool arg of the url_string
2787         function with enum url_auth_mode, with added option to
2788         completely remove user/pass auth information.
2789         * http.c, ftp.c, url.c, recur.c: Adapted call to url_string
2790         function to fit new usage.
2791         * recur.c (retrieve_tree): Remove auth info from Referer header.
2792
2793 2007-07-28  Micah Cowan  <micah@cowan.name>
2794
2795         * options.h, init.c, retr.c, main.c: renamed opt maxredirect
2796         field to max_redirect, for improved consistency.
2797         * init.c: changed max_redirect parser from cmd_number_inf to
2798         cmd_number, as infinite redirects may not be appropriate.
2799         Alternatively, if cmd_number_inf should be used, then
2800         opt.max_redirect's value should be checked a bit differently in
2801         retr.c, to allow for the "infinite" meaning of zero.
2802
2803 2007-07-25  Micah Cowan  <micah@cowan.name>
2804
2805         * http.c (create_authorization_line)
2806         (basic_authentication_encode, known_authentication_scheme_p)
2807         (load_cookies): Moved declarations up.
2808         (basic_authed_hosts): Added. Tracks what hosts have issued Basic
2809         challenge and been given the global username, password.
2810         (maybe_send_basic_creds): Added. Sends Basic creds for hosts that
2811         have issued Basic challenges.
2812         (register_basic_auth_host): Added. Instantiates
2813         basic_authed_hosts if necessary, then registers the host that
2814         has issued a challenge.
2815         (gethttp) <auth>: Only send authentication credentials after
2816         we've received a challenge from that host. This is a stop-gap
2817         fix until a proper fix can be implemented; still isn't quite
2818         right, as we should only be sending credentials automatically
2819         for authenticated paths and below, and not for the entire host.
2820
2821 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
2822
2823         * options.h: added maxredirect to options struct
2824         * init.c: added maxredirect to list of variables
2825         * retr.c (retrieve_url): replaced MAX_REDIRECTIONS with opt.maxredirect
2826         * main.c: added option --max-redirect
2827
2828 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
2829
2830         * test.h: tests made more verbose; now displays the name
2831         of each test run.
2832
2833 2007-07-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
2834
2835         * http.c (http_loop): Fixed the HTTP requests logic. Now it skips the
2836         preliminary HEAD request if either -O or --no-content-disposition are
2837         given, and neither --spider and -N are given.
2838
2839 2007-07-05  Micah Cowan  <micah@cowan.name>
2840
2841         * cmpt.c, connect.c, connect.h, convert.c, convert.h:
2842         * cookies.c, cookies.h, ftp-basic.c, ftp.c, ftp.h, ftp-ls.c:
2843         * ftp-opie.c, gen-md5.c, gen-md5.h, getopt.c, getopt.h, gnu-md5.c:
2844         * gnu-md5.h, gnutls.c, hash.c, hash.h, host.c, host.h:
2845         * html-parse.c, html-parse.h, html-url.c, http.c, http.h:
2846         * http-ntlm.c, http-ntlm.h, init.c, init.h, log.c, log.h, main.c:
2847         * Makefile.in, mswindows.c, mswindows.h, netrc.c, netrc.h:
2848         * openssl.c, options.h, progress.c, progress.h, ptimer.c:
2849         * ptimer.h, recur.c, recur.h, res.c, res.h, retr.c, retr.h:
2850         * safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h, sysdep.h:
2851         * test.c, test.h, url.c, url.h, utils.c, utils.h, wget.h:
2852         * xmalloc.c, xmalloc.h:
2853         Updated GPL reference to version 3 or later, removed FSF
2854         address.
2855
2856 2007-07-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
2857
2858         * http.c (http_loop): Skip HEAD request and start immediately with GET
2859         if -O is given.
2860
2861 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
2862
2863         * http.c (print_server_response): Escape non-printable characters
2864         in server respone.
2865
2866 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
2867
2868         * netrc.c: Don't make netrc_list static, as it prevents
2869         compilation with DEBUG_MALLOC.
2870
2871         * utils.c (aprintf): Don't use vasprintf when DEBUG_MALLOC is
2872         requested because, in that case, we want the calls to malloc to be
2873         coming from us.
2874
2875 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
2876
2877         * cookies.c (parse_set_cookie): Would erroneously discard cookies
2878         with unparsable expiry time.
2879
2880 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
2881
2882         * progress.c (create_image): Check for ETA overflow.
2883         (print_row_stats): Ditto.
2884
2885 2007-01-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
2886
2887         * init.c (cmd_spec_prefer_family): Small fix to get rid of a gcc
2888         warning about strict-aliasing violation.
2889
2890 2007-01-09  Steven M. Schweda  <sms@antinode.org>
2891
2892         * ftp-basic.c (ftp_syst): Fixed segfault if response text is missing.
2893
2894 2006-12-29  Gisle Vanem  <giva@bgnett.no>
2895
2896         * mswindows.c: Avoid a warning if 'ws_hangup()' is unused.
2897
2898 2006-12-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
2899
2900         * http.c (parse_content_disposition): Consider directory prefix, if
2901         specified.
2902
2903 2006-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
2904
2905         * retr.c (retrieve_from_file): Ditto.
2906         (url_uses_proxy): New function.
2907
2908         * main.c (main): Don't check for opt.use_proxy when deciding
2909         whether to call retrieve_url or retrieve_tree; check whether the
2910         proxy would be used for *this* URL.
2911
2912 2006-10-17  Mike Grant  <mggr@pml.ac.uk>
2913
2914         * ftp.c (ftp_loop_internal): Would incorrectly skip changing
2915         working directory when retrying after a failed FTP attempt.
2916         Originally reported by Nate Eldredge.
2917
2918 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
2919
2920         * convert.c (downloaded_file): Fixed bug which used to break -E -k -K
2921         mode.
2922
2923 2006-08-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
2924
2925         * http.c: #include'd spider.h to get rid of compiler warnings.
2926
2927         * main.c: Ditto.
2928
2929         * recur.c: Ditto.
2930
2931 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
2932
2933         * Makefile.in: Added spider.c to the list of files to compile and
2934         spider.h to the list of header files. Updated copyright information.
2935
2936         * http.c: Major changes to recursive spider mode. Now for every
2937         resource we are supposed to check, we send a HEAD request to find out
2938         if it exists. If the resource is a HTML file, we retrieve it and parse
2939         it to discover links to other resources.
2940
2941         * recur.c: Ditto.
2942
2943         * res.c (res_retrieve_file): Disable opt.timestamping and opt.spider
2944         when retrieving robots.txt. Updated copyright information.
2945
2946         * convert.c: Moved code tracking broken links to spider.c.
2947
2948         * convert.h: Ditto.
2949
2950         * spider.c: Created new file to keep track of visited URLs in spider
2951         mode.
2952
2953         * spider.h: Ditto.
2954
2955 2006-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
2956
2957         * http.c: Fixed timestamping-related bug.
2958
2959 2006-08-16  Mauro Tortonesi  <mauro@ferrara.linux.it>
2960
2961         * http.c: Fixed bug which broke --continue feature. Now if -c is
2962         given, http_loop sends a HEAD request to find out the destination
2963         filename before resuming download.
2964
2965 2006-08-08  Hrvoje Niksic  <hniksic@xemacs.org>
2966
2967         * utils.c (datetime_str): Avoid code repetition with time_str.
2968
2969 2006-07-21  Hrvoje Niksic  <hniksic@xemacs.org>
2970
2971         * init.c (commands): Correctly place "contentdisposition".
2972
2973 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
2974
2975         * sysdep.h: If intptr_t isn't defined, simply typedef it to long.
2976
2977         * http.c: Added explicit cast to int in logprintf call to remove
2978         compiler warnings on 64-bit platforms.
2979
2980         * connect.c: Added a few casts to intptr_t to remove compiler warnings
2981         on 64-bit platforms.
2982
2983         * main.c: Disable -r, -p and -N when -O is used. Disable -k when -O is
2984         used and multiple URLs are given. Update maintainer information.
2985
2986         * all: Update copyright information.
2987
2988 2006-07-10  KJKHyperion  <hackbunny@reactos.com>
2989
2990         * url.c (filechr_table): Mark DEL (0x7f) as a control character
2991         and | as a character Windows can't handle.
2992
2993 2006-06-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
2994
2995         * res.c: Implemented is_robots_txt_url function for detection of
2996         robots.txt URLs and related test routine.
2997
2998         * res.h: Ditto.
2999
3000         * url.c: Implemented are_urls_equal function for URL comparison and
3001         related testing routine.
3002
3003         * url.h: Ditto.
3004
3005         * convert.c: Fixes for recursive spider mode: don't consider
3006         non-existing robots.txt as a broken link, and use are_urls_equal
3007         instead of strcasecmp for referrer URLs comparison.
3008
3009         * test.c: Call tests routines for are_urls_equal and
3010         is_robots_txt_url.
3011
3012 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3013
3014         * wget.h (wgint): Typedef to any 64-bit (or larger) type we can
3015         find, not necessarily off_t or long.
3016
3017 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3018
3019         * cmpt.c (strtoll): Check for overflow and underflow without
3020         relying on (technically) undefined behavior.  Don't assume that
3021         strtoll_type is 64 bits wide.
3022
3023 2006-06-21  Hrvoje Niksic  <hniksic@xemacs.org>
3024
3025         * utils.c (base64_encode): Cast void pointer to char * before
3026         doing arithmetic.
3027
3028 2006-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3029
3030         * utils.c (base64_encode): Made TBL const.
3031         (base64_decode): Made the base64_char_to_value table const.
3032
3033 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3034
3035         * utils.c (base64_encode): Made the DATA pointer void * so the
3036         callers can pass it any kind of pointer (including both signed and
3037         unsigned char pointers).
3038         (base64_decode): Ditto for DEST.
3039
3040 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3041
3042         * utils.c (base64_encode): Would read past end of STR.
3043         Reported by rick@eckle.org.
3044
3045 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
3046
3047         * options.h (struct options): Introduced member restrict_files_case to
3048         keep track of preferences on character case restrictions for
3049         filenames.
3050
3051         * init.c: Modified defaults and cmd_spec_restrict_file_names to
3052         support character case restrictions for filenames. Added
3053         test_cmd_spec_restrict_file_names unit test.
3054
3055         * url.c: Modified append_uri_pathel to support character case
3056         restrictions for filenames. Added test_append_uri_pathel unit test.
3057
3058         * test.c: Added test_cmd_spec_restrict_file_names and
3059         test_append_uri_pathel to the list of unit tests to run.
3060
3061 2006-06-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
3062
3063         * retr.c (retrieve_from_file): Use retrieve_tree and automatically
3064         turn on opt.follow_ftp in case of recursive FTP retrieval through HTTP
3065         proxy.
3066
3067         * main.c: Automatically turn on opt.follow_ftp in case of recursive
3068         FTP retrieval through HTTP proxy.
3069
3070 2006-06-12  Tony Lewis  <tlewis@exelana.com>
3071
3072         * main.c: Improved CHEN Peng's patch by proposing a simpler logic.
3073
3074 2006-06-12  CHEN Peng  <chenpeng@alumni.nus.edu.sg>
3075
3076         * main.c: Use retrieve_tree in case of recursive FTP retrieval through
3077         HTTP proxy.
3078
3079 2006-05-25  Mauro Tortonesi  <mauro@ferrara.linux.it>
3080
3081         * convert.c: Added mechanisms to keep track broken links.
3082
3083         * convert.h: Ditto.
3084
3085         * wget.h: Reordered and enumerated uerr_t constants.
3086
3087         * recur.c: Fixes to support recursive spider mode.
3088
3089         * http.c: Ditto.
3090
3091         * main.c: Print broken links in case of recursive spider mode.
3092
3093         * retr.c: Changed interface of retrieve_url.
3094
3095         * retr.h: Ditto.
3096
3097         * ftp.c: Changed interface of ftp_loop.
3098
3099         * ftp.h: Ditto.
3100
3101         * res.c: Minor change to reflect changes in interface of retrieve_url.
3102
3103 2006-05-18  Lawrence Jones  <lawrence.jones@ugs.com>
3104
3105         * ftp-ls.c (ftp_parse_unix_ls): Correct size parsing, add size
3106         and filename debugging output.
3107
3108 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
3109
3110         * http.c: If Content-Disposition header is present, allow unique
3111         filename generation unless -nc is given. Permit to disable parsing of
3112         Content-Disposition header.
3113
3114         * options.h: Added option --no-content-disposition to disable parsing
3115         of HTTP Content-Disposition header.
3116
3117         * init.c: Ditto.
3118
3119         * main.c: Ditto.
3120
3121 2006-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3122
3123         * hash.c (TOLOWER): Wrap macro arg in parentheses.
3124
3125 2006-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3126
3127         * http.c (parse_content_disposition): Doc fix.
3128
3129 2006-03-15  Mauro Tortonesi  <mauro@ferrara.linux.it>
3130
3131         * utils.c: Restricted operational semantics of frontcmp and proclist
3132         from generic strings to directory names and them to subdir_p and
3133         dir_matches_p respectively.  Applied George Ogata's one line patch to
3134         restrict algorithm of subdir_p to full directory name matching.  Added
3135         testcases for subdir_p and dir_matches_p.
3136
3137         * utils.h: Changed all frontcmp occurrences to subdir_p.
3138
3139         * recur.c: Ditto.
3140
3141         * test.c: Changed type returned by test functions from char * to const
3142         char *.  Added test_subdir_p and test_dir_matches_p to the list of
3143         tests to run.
3144
3145         * http.c (test_parse_content_disposition): Changed return type from
3146         char * to const char *.
3147
3148 2006-03-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
3149
3150         * recur.c (struct queue_element): Changed type of html_allowed member
3151         to bool.
3152
3153 2006-03-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
3154
3155         * ftp.c (ftp_list): Try `LIST -a' command first and revert to `LIST'
3156         in case of failure.
3157
3158 2006-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3159
3160         * hash.c (TOLOWER): Fix definition when STANDALONE.
3161         Reported by Beni Serfaty.
3162
3163 2006-03-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
3164
3165         * http.c (http_loop): Fixed recursive HTTP retrieval.
3166
3167 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
3168
3169         * http.c (extract_param): Declare extern so it can be used from
3170         other files.
3171         (extract_param): Return error for empty name.
3172
3173 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
3174
3175         * url.c (find_last_char): Define in terms of memrchr.
3176
3177         * cmpt.c (memrchr): Define it on systems that don't have it.
3178
3179         * http.c (extract_param): New function for parsing header values
3180         with parameters.
3181         (parse_content_disposition): Use it.  Don't allow slashes and
3182         backslashes in the file name.
3183
3184 2006-02-27  Hrvoje Niksic  <hniksic@xemacs.org>
3185
3186         * url.c (path_simplify): Don't preserve ".." at beginning of path.
3187         Suggested by Frank McCown.
3188
3189 2006-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
3190
3191         * http.c (gethttp): Only use FILE.N.html if FILE.html exists.
3192
3193 2006-02-09  Hrvoje Niksic  <hniksic@xemacs.org>
3194
3195         * mswindows.c (run_with_timeout): Made thread_hnd non-static.
3196
3197 2006-02-05  Hrvoje Niksic  <hniksic@xemacs.org>
3198
3199         * retr.c (sleep_between_retrievals): Sleep at a minimum of 1/2 of
3200         the specified wait period.
3201
3202 2006-02-03  Hrvoje Niksic  <hniksic@xemacs.org>
3203
3204         * utils.c (number_to_string): Don't use sprintf for printing
3205         WGINT_MIN; simply divide n by 10 and defer printing the last
3206         digit.
3207         (number_to_string): Removed the SPRINTF_WGINT macro.
3208
3209 2006-02-03  Mauro Tortonesi  <mauro@ferrara.linux.it>
3210
3211         * http.c: Fixed support for Content-Disposition header.
3212
3213         * test.c: Added test_parse_content_disposition to the list of unit
3214         tests to run.
3215
3216 2006-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
3217
3218         * hash.c: Don't define countof if it's already defined.
3219
3220         * hash.c: Obtain the definition of uintptr_t when standalone.
3221
3222 2006-01-30  Mauro Tortonesi  <mauro@ferrara.linux.it>
3223
3224         * http.c: Changed output format. Removed excessively verbose debugging
3225         output.
3226
3227 2005-12-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
3228
3229         * http.c: Fixed pre-download verbose output which was broken by
3230         HTTP code refactoring.
3231
3232 2005-11-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
3233
3234         * http.c: Refactored HTTP code.  If -O is not used, the new code
3235         delays the choice of the file name where the downloaded resource
3236         will be saved until the HTTP headers have been retrieved.
3237         Added support for Content-Disposition header.
3238
3239 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
3240
3241         * hash.c (INVALID_PTR): Use uintptr_t instead of unsigned long.
3242         (hash_pointer): Don't assume a pointer fits in `unsigned long'.
3243
3244 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
3245
3246         * Makefile.in: Removed support for unit testing (now it is in
3247         tests/Makefile.in).
3248
3249 2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
3250
3251         * Makefile.in: Added basic support for unit testing.
3252
3253         * test.c: Ditto.
3254
3255         * test.h: Ditto.
3256
3257 2005-10-13  Daniel Stenberg  <daniel@haxx.se>
3258
3259         * http-ntlm.c (ntlm_output): Fixed buffer overflow vulnerability.
3260
3261 2005-10-09  Russ Allbery  <rra@stanford.edu>
3262
3263         * snprintf.c: Remove round to round_int and pow10 to pow10_int, to
3264         avoid warnings from GCC 4.0.
3265
3266 2005-10-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
3267
3268         * retr.c: Changed semantics of no_proxy_match.
3269
3270 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3271
3272         * main.c (main): Don't print the summary if nothing has been downloaded.
3273
3274 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3275
3276         * retr.c (retr_rate): Rename parameter from MSECS to SECS since it
3277         no longer holds milliseconds.
3278
3279 2005-09-01  Hrvoje Niksic  <hniksic@xemacs.org>
3280
3281         * progress.c: Introduce symbolic constants for "magic" values of
3282         0.2 and 0.9, REFRESH_INTERVAL and ETA_REFRESH_INTERVAL.
3283
3284 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
3285
3286         * cmpt.c (strtoll): Correctly handle strtoll("0x", ptr, 0) and
3287         strtoll("0x<nonhexchar>", ptr, 0) -- in both cases *ptr must be
3288         set to the position of 'x', not after it.
3289
3290 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
3291
3292         * hash.c (hash_table_map): Rename to hash_table_for_each and
3293         update callers.
3294         Document the meaning of the callback's return value.
3295         (hash_table_iterate): New function.
3296         (hash_table_iter_next): Likewise.
3297         Update most places that used hash_table_for_each to use the
3298         iteration, which doesn't require a temporary function with
3299         explicit state management.
3300
3301 2005-08-26  Albert Chin  <wget@mlists.thewrittenword.com>
3302
3303         * Makefile.in: Use @datadir@.  Define localedir as $(datadir)/locale.
3304
3305 2005-08-26  Jeremy Shapiro  <jnshapiro@gmail.com>
3306
3307         * openssl.c (ssl_init): Set SSL_MODE_AUTO_RETRY.
3308
3309 2005-08-23  Hrvoje Niksic  <hniksic@xemacs.org>
3310
3311         * host.c (address_list_from_ipv4_addresses): Use IP_INADDR_DATA.
3312
3313 2005-08-12  Hrvoje Niksic  <hniksic@xemacs.org>
3314
3315         * wget.h: Renamed strtoll_return to strtoll_type.
3316
3317 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
3318
3319         * progress.c (eta_to_human_short): Switch to days when printing
3320         more than 48h rather than 100h.  (It's not immediately apparent
3321         how many days there are in 83h.)
3322
3323 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
3324
3325         * cmpt.c (strtoll): Define it if missing on the system and if Wget
3326         needs it.
3327
3328         * mswindows.c (str_to_int64): Move to cmpt.c and rename to strtoll.
3329
3330 2005-08-10  Hrvoje Niksic  <hniksic@xemacs.org>
3331
3332         * host.c (print_address): Always use inet_ntop when IPv6 is
3333         enabled.
3334
3335         * host.h (ip_address): Simplify the data union.
3336
3337 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
3338
3339         * mswindows.c (inet_ntop): Also handle IPv4 addresses for
3340         completeness.
3341
3342 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
3343
3344         * http.c (gethttp): Don't read more than the amount of data
3345         specified by the content-length header.
3346
3347 2005-08-09  Vasil Dimov  <vd@datamax.bg>
3348
3349         * ftp.c (getftp): Don't free RESPLINE if ftp_response returns a
3350         status other than FTPOK.
3351
3352 2005-08-04  Giuseppe Bonacci  <g.bonacci@libero.it>
3353
3354         * ftp-ls.c (ftp_parse_unix_ls): Remember the position of the
3355         previous token instead of backtracking back to it.
3356
3357 2005-07-08  Gisle Vanem  <giva@bgnett.no>
3358
3359         * mswindows.h: Include process.h to get getpid() declaration.
3360
3361 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
3362
3363         * utils.c (aprintf): Use vasprintf where available.
3364
3365 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
3366
3367         * url.c (rewrite_shorthand_url): Simplify code using aprintf and
3368         strspn.
3369
3370 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3371
3372         * gnutls.c (ssl_check_certificate): Check for the validity of the
3373         presented X509 certificate.
3374
3375 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3376
3377         * openssl.c (ssl_check_certificate): Print custom error messages
3378         for frequent X509 certificate problems.
3379
3380 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3381
3382         * mswindows.h: Define an alias for stat and fstat, as requested by
3383         config-compiler.h.
3384         (gai_strerror): Define to windows_strerror if NEED_GAI_STRERROR is
3385         defined.
3386
3387 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3388
3389         * mswindows.h: Use strtoll where available.
3390
3391 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3392
3393         * sysdep.h: Add a full declaration of fnmatch.h.
3394
3395 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3396
3397         * utils.c: Unconditionally include <setjmp.h>.
3398
3399 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3400
3401         * utils.c (fnmatch_nocase): New function.
3402         (proclist): Use it instead of fnmatch when opt.ignore_case is
3403         requested.
3404         (in_acclist): Respect opt.ignore_case.
3405         (frontcmp): Respect opt.ignore_case.
3406
3407         * options.h (struct options): New flag opt.ignore_case.
3408
3409 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3410
3411         * ptimer.c: Measure time in seconds rather than milliseconds.
3412         Adjusted all callers.
3413
3414 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3415
3416         * http.c (gethttp): When freeing MESSAGE, take into account that
3417         it can be NULL.
3418
3419 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3420
3421         * cmpt.c (timegm): Handle years after 2099.
3422
3423 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3424
3425         * cmpt.c (timegm): Remove unused variable.
3426
3427 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3428
3429         * cmpt.c (timegm): Don't call mktime; simply count the seconds
3430         between 1970-01-01 and the specified date.
3431
3432 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3433
3434         * wget.h (or): Define HAVE_SSL when either HAVE_OPENSSL or
3435         HAVE_GNUTLS are defined.
3436
3437         * gnutls.c: New file.
3438
3439 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3440
3441         * http.c (gethttp): Don't print the request write error message
3442         twice.
3443
3444 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3445
3446         * openssl.c (openssl_errstr): Instead of always using a large
3447         static buffer, only allocate the error string when there is an
3448         actual error.
3449
3450 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3451
3452         * xmalloc.c (debugging_free): Prefix hex pointer value with "0x"
3453         when printing.
3454
3455 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3456
3457         * utils.c (NEXT_BASE64_CHAR): Rename to NEXT_CHAR and simplify to
3458         get the next non-whitespace character.
3459
3460 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3461
3462         * utils.c (base64_decode): Don't silently tolerate non-base64
3463         non-white-space characters in the base64 stream.
3464
3465 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3466
3467         * connect.c (LAZY_RETRIEVE_INFO): Make last_tick unsigned to match
3468         transport_map_modified_tick.
3469
3470 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3471
3472         * config-post.h (alloca): Updated declaration to not enumerate all
3473         Windows compilers.
3474
3475 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3476
3477         * openssl.c (openssl_errstr): Separate error messages with "; ".
3478
3479 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3480
3481         * ftp.c (getftp): Ditto.
3482
3483         * http.c (gethttp): Use fd_errstr.
3484
3485         * connect.c (fd_register_transport): Restructure parameters to
3486         include only a single structure that describes transport
3487         implementation.
3488
3489         * openssl.c (openssl_errstr): New function: dump SSL error strings
3490         into a static buffer and return a pointer to the buffer.
3491
3492         * connect.c (fd_errstr): New function; returns transport-specific
3493         error message, or strerror(errno) if transport doesn't supply one.
3494
3495 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3496
3497         * mswindows.h: Also wrap accept() and listen().
3498
3499 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3500
3501         * url.c (path_end): Skip separators appropriate for the scheme.
3502         (strpbrk_or_eos): Remove gcc-specific version, as the optimization
3503         it tried to perform no longer applies.
3504
3505 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3506
3507         * host.c: Don't include "connect.h" now that we no longer have
3508         socket_has_inet6.
3509
3510 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3511
3512         * host.c: Remove extraneous definition of netdb.h.
3513
3514 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3515
3516         * http.c (gethttp): Skip error message body in the keep-alive
3517         case.
3518
3519 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3520
3521         * url.c (url_parse): Would crash when parsing fragments.  Support
3522         fragments for FTP URLs too.
3523
3524 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3525
3526         * version.c: Don't use "cvs" in version name, since we're not
3527         using CVS anymore.
3528
3529 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3530
3531         * progress.c (create_image): Ditto.
3532
3533         * retr.c (retr_rate): Display smaller rate numbers with greater
3534         precision.
3535
3536 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3537
3538         * http.c (response_head_terminator): Minor optimization.
3539
3540         * retr.c (fd_read_hunk): Call terminator with pointer to the start
3541         of the data and the pointer to the current data.  Changed all
3542         callers.
3543
3544 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
3545
3546         * url.c (url_parse): Make sure u->params is not initialized for
3547         http/https URLs.
3548         (url_parse): Don't crash on garbage following []-delimited IPv6
3549         addresses.
3550
3551 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
3552
3553         * main.c (print_help): Don't refer to the non-existent -nr in
3554         description of --mirror.
3555
3556 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
3557
3558         * host.c (pretty_print_address): Renamed to just print_address.
3559         Clarify documentation.
3560
3561 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
3562
3563         * http.c (gethttp): Explicitly document the different cases when
3564         generating the Host header.
3565
3566 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
3567
3568         * host.c (pretty_print_address): Handle error result from
3569         inet_ntop.
3570
3571 2005-06-30  Gisle Vanem  <giva@bgnett.no>
3572
3573         * mswindows.c (inet_ntop): New function.  Print IPv6 addresses
3574         using WSAAddressToString.
3575
3576 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3577
3578         * progress.c (dot_update): Remove unused variable row_qty.
3579
3580 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3581
3582         * main.c: Check for both SIGHUP and SIGUSR1 before using them.
3583
3584 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3585
3586         * utils.c: Unconditionally include locale.h.
3587
3588 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3589
3590         * ptimer.c: Include sys/time.h to get struct timeval.
3591
3592 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3593
3594         * wget.h: Remove obsolete definition of with_thousand_seps_sum.
3595
3596 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3597
3598         * gnu-md5.h: Unconditionally include limits.h.
3599
3600 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3601
3602         * utils.c (random_number): Use lrand48 if available.
3603         (random_float): Use drand48 if available.
3604
3605 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
3606
3607         * main.c (secs_to_human_time): Use print_decimal when printing
3608         total download time in seconds.
3609
3610         * progress.c (print_row_stats): Use it to print total download
3611         time at the end of the download.
3612         (create_image): Ditto.
3613
3614         * utils.c (print_decimal): New function; print small decimal
3615         numbers with more precision than large ones.
3616
3617         * progress.c (print_row_stats): New function.  Print ETA after the
3618         download rate at the end of each row.
3619
3620 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
3621
3622         * init.c (parse_line): Check for alphanumerics.
3623
3624 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
3625
3626         * (dot_create): Remove unnecessary casts.
3627
3628 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
3629
3630         * ftp.c (getftp): Delete trailing newlines from LIST output so
3631         lines don't come out with trailing \015\012 with -S.
3632
3633 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3634
3635         * mswindows.h: Remove superfluous includes.
3636
3637 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3638
3639         * config-post.h (alloca): Amend alloca declaration to take care of
3640         all Win32 compilers, not just MSVC and MinGW.
3641
3642 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3643
3644         * utils.c (get_grouping_data): Force separator to "." rather than
3645         " " when "," is taken.
3646
3647 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3648
3649         * wget.h (PTR_FORMAT): Cast the result of sizeof to int before
3650         passing it to printf's %*.
3651
3652         * retr.h: Declare output_stream and output_stream_regular.
3653
3654         * ftp.h: Declare ftp_last_respline.
3655
3656         * convert.h: Declare dl_url_file_map.
3657
3658         * http.h: New file.
3659
3660 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3661
3662         * cookies.c: Make cookies_now static.
3663
3664 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3665
3666         * utils.c (human_readable): Remove intermediary cast to long; MSVC
3667         has problems casting *unsigned* __int64 to double.
3668
3669 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3670
3671         * sysdep.h: Use the system-provided fnmatch by default.
3672
3673 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3674
3675         * http.c (mktime_from_utc): Renamed to timegm and moved to cmpt.c.
3676         Don't compile it if GNU timegm is available.
3677         (http_atotm): Use timegm.
3678
3679 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3680
3681         * http.c (http_atotm): Correctly query the old locale value.
3682
3683 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3684
3685         * config-post.h (alloca): Don't #define alloca under MinGW32,
3686         which defines it in malloc.h, included from mswindows.h.
3687
3688 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3689
3690         * utils.c (get_grouping_data): Force the use of separators in C
3691         locale.
3692
3693 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3694
3695         * main.c (i18n_initialize): Set all locale categories.
3696
3697         * http.c (http_atotm): Temporarily set locale to "C".
3698
3699 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3700
3701         * http.c (gethttp): Improve "POST data file missing" error
3702         message.
3703
3704 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3705
3706         * progress.c (set_progress_implementation): Type COLON as const
3707         char *.
3708
3709 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
3710
3711         * utils.c (with_thousand_seps): Handle negative numbers.
3712
3713 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3714
3715         * progress.c (create_image): Mark the "eta" string for translation.
3716
3717 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3718
3719         * html-url.c (get_urls_file): Don't explicitly set entry->next to
3720         NULL since entry is already zeroed out.
3721
3722 2005-06-26  Gisle Vanem  <giva@bgnett.no>
3723
3724         * mswindows.h: Define gai_strerror under MinGW.
3725
3726 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3727
3728         * utils.c (with_thousand_seps): Correctly implement thousand seps
3729         consisting of more than one character.
3730
3731 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3732
3733         * main.c (secs_to_human_time): Ditto.
3734
3735         * progress.c (create_image): Print more exact duration of very
3736         short downloads.
3737
3738         * main.c (secs_to_human_time): Don't translate time suffixes "h",
3739         "m", and "s", which are not strictly SI, but are "accepted for use
3740         with SI".
3741         (secs_to_human_time): Print really small intervals as 0s, not
3742         0.00s.
3743
3744 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3745
3746         * config-post.h: Replace the alloca declaration with the one from
3747         the latest Autoconf manual.  This should remove a warning with GCC
3748         on AIX.
3749
3750 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3751
3752         * ftp.c (getftp): Always invoke SIZE, not only when continuing a
3753         download.
3754
3755         * main.c (main): Ditto here.
3756
3757         * progress.c (create_image): When the download is finished, print
3758         how long it took.
3759
3760 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3761
3762         * main.c (main): Print the downloaded and quota amounts with the
3763         "human_readable" function.
3764
3765         * ftp.c (print_length): Ditto.
3766
3767         * http.c (gethttp): Don't display thousand separators.
3768
3769         * utils.c (with_thousand_seps): Rewritten to respect locale
3770         settings and to be type size agnostic.
3771
3772 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3773
3774         * utils.c (human_readable): Divide with 1024 instead of shifting
3775         so the operation can work with non-integer N.
3776
3777 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3778
3779         * progress.c (eta_to_human): New logic for more human-readable
3780         ETA.
3781
3782 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3783
3784         * utils.c (with_thousand_seps_sum): Decrease buffer size so it
3785         cannot overrun add_thousand_seps's buffer.
3786
3787 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3788
3789         * utils.c (SPRINTF_WGINT): The correct format is %I64d, not just
3790         %I64.
3791
3792 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3793
3794         * http.c (http_loop): Don't warn about wildcards in HTTP URLs if
3795         globbing isn't requested in the first place.
3796
3797         * retr.c (retrieve_url): Temporarily turn off globbing when
3798         processing HTTP->FTP redirects.
3799
3800 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3801
3802         * utils.c (with_thousand_seps_sum): Now defined only if
3803         SUM_SIZE_INT is double.
3804
3805         * wget.h (SUM_SIZE_INT): Instead of bothering with long, long
3806         long, __int64, and friends, simply either use wgint or double, end
3807         of story.  Since we know how to print either, we no longer need
3808         LARGE_INT_FMT.
3809
3810         * sysdeps.h (LARGE_INT): Renamed to SUM_SIZE_INT to better reflect
3811         its intent, and moved to wget.h.
3812
3813 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3814
3815         * Makefile.in: No need to clean .libs.
3816
3817 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
3818
3819         * cookies.c (parse_set_cookies): Cast pointer subtraction to int
3820         before using it with %d; AIX compiler warns on this.
3821         Reported by Jens Schleusener.
3822
3823 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
3824
3825         * http.c (gethttp): Don't prepend / here.
3826
3827         * cookies.c (cookie_handle_set_cookie): Prepend / to PATH.
3828         (cookie_header): Ditto.
3829
3830 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
3831
3832         * init.c: opt.verbose must be declared as int.
3833
3834 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
3835
3836         * cmpt.c (strpbrk): Removed.
3837         (mktime): Removed.
3838         Include <time.h>.
3839
3840 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
3841
3842         * utils.c (read_file): Ditto.
3843
3844         * main.c (main): Use struct_fstat.
3845
3846         * mswindows.h (struct_fstat): Define a struct_fstat to deal with
3847         the fact that Borland 5.5 has 64-bit stat, but not 64-bit fstat!
3848
3849 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
3850
3851         * sysdep.h: Remove code that deals with Watcom.
3852
3853 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3854
3855         * all: Use bool instead of int and false/true instead of 0/non-0
3856         for boolean variables and values.
3857
3858 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3859
3860         * sysdep.h: Include the stdbool.h/_Bool/bool blurb from Autoconf.
3861
3862 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3863
3864         * init.c (cmd_lockable_boolean): Removed.
3865
3866 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3867
3868         * cookies.c (struct cookie): Use 1-bit bitfields for booleans
3869         which makes the structure takes less space at no cost in
3870         complexity.
3871
3872 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3873
3874         * Makefile.in ($(OBJ)): Add the config.h dependency.
3875
3876 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3877
3878         * openssl.c, connect.c, host.c: Replace instances of #ifdef
3879         ENABLE_DEBUG if (opt.debug) {...} #endif with IF_DEBUG {...}.
3880
3881         * main.c: Rename the IF_DEBUG defined here to WHEN_DEBUG.
3882
3883         * wget.h (IF_DEBUG): New macro.
3884         (DEBUGP): Define in terms of IF_DEBUG.
3885
3886 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3887
3888         * http.c (gethttp): Only handle --set-cookies (and assert that
3889         cookie jar exists) if opt.cookies is true.  Failure to do so
3890         triggered the assert when --no-cookies was used and the server
3891         sent a Set-Cookie header.  Ouch!
3892
3893 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3894
3895         * connect.c (select_fd): Expect select() to exist.
3896
3897         * utils.c (xsleep): Always use select() as sleep fallback on
3898         non-Windows platforms.
3899
3900         * ptimer.c: Delete the implementation of PTIMER_TIME.
3901
3902         * main.c: Assume existence of signal(), test for different signal
3903         names instead.
3904
3905         * cmpt.c: Better document reasons why certain functions are
3906         included.
3907
3908 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
3909
3910         * Makefile.in: Remove the manually maintained dependency list;
3911         make all object files depend on every header.
3912
3913 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3914
3915         * hash.c: Rename "mapping" to "cell" to avoid confusion with the
3916         term "mapping" (or "map") sometimes being used for the entire hash
3917         table.  Also rename "non-empty" to "occupied" for easier reading
3918         of if (!NON_EMPTY (...)) ... .
3919
3920 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3921
3922         * main.c, ptimer.c, sysdep.h, utils.c: Use #elif to simplify reading of
3923         chained if-else-else-else-... statements.
3924
3925 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3926
3927         * all: Return type of signal handlers is `void'.  Include signal.h
3928         unconditionally.
3929
3930         * all: Don't explicitly cast values returned by malloc.  We no
3931         longer support ancient compilers that don't declare malloc, and we
3932         never supported C++ builds.
3933
3934 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3935
3936         * all: Don't declare errno.  Include both time.h and sys/time.h,
3937         as long as sys/time.h exists.  Don't dereference function pointers
3938         when invoking the functions they point to.
3939
3940         * cmpt.c (memmove): Remove function mandated by C89.
3941         (strerror): Ditto.
3942         (strstr): Ditto.
3943
3944         * all: Undo the K&R-ization changes from 2005-05-03.
3945
3946         * all: Remove support for K&R compilers: use C89 function
3947         declarations, remove definition of PARAMS, remove support for
3948         varargs, and remove ansi2knr.  Assume the presence of time.h,
3949         string.h, and other headers mandated by C89.
3950
3951 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3952
3953         * init.c (cmd_lockable_boolean): Don't recognize literal "2" and
3954         "-1" values; unlike 0 and 1, those should never be exposed to the
3955         user.  Update the error message to be more self-consistent, as
3956         proposed by Benno Schulenberg.
3957
3958 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
3959
3960         * http.c (gethttp): Don't free "head" before using it to save
3961         headers.
3962
3963 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
3964
3965         * http.c (gethttp): When -E is in use, check for file existence
3966         after appending ".html" to the name and modify the file name if
3967         necessary.
3968
3969 2005-06-17  Hrvoje Niksic  <hniksic@xemacs.org>
3970
3971         * connect.c (socket_has_inet6): Removed.
3972
3973         * host.c (lookup_host): Don't use the AI_ADDRCONFIG getaddrinfo
3974         hint.
3975
3976 2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
3977
3978         * init.c (cmd_lockable_boolean): Improve the error message so it
3979         lists the more useful values first.
3980
3981 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
3982
3983         * http.c (gethttp): Also report the system error when the POST
3984         data file is missing.
3985
3986 2005-06-15  Benno Schulenberg  <benno@nietvergeten.nl>
3987
3988         * ftp.c, http.c, connect.c, cookies.c, html-url.c, init.c, res.c:
3989         Gettext-ize messages that were previously missed.
3990
3991 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
3992
3993         * host.h (ip_address): Remove the trailing comma from the type
3994         enum in the no-IPv6 case.
3995
3996         * main.c (struct cmdline_option): Remove the trailing comma from
3997         the enum.
3998
3999         Reported by Jens Schleusener.
4000
4001 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4002
4003         * url.c (strpbrk_or_eos): Check for a recent GCC version before
4004         using the statement-as-expression extension.
4005
4006 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4007
4008         * http.c (gethttp): Don't attempt to "skip short body" if we're
4009         issuing a HEAD request (in which case the response head is not
4010         followed by a body).
4011
4012 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4013
4014         * init.c (cmd_spec_header): Don't split the string along the
4015         commas using cmd_vector; just append the new value using
4016         vec_append instead.
4017
4018         * utils.c (vec_append): New function.
4019
4020 2005-05-27  Andreas Beckmann  <debian@abeckmann.de>
4021
4022         * html-url.c (tag_handle_link): Mark the content from the <link
4023         src="..."> tag as expecting HTML.
4024
4025 2005-05-24  Hrvoje Niksic  <hniksic@xemacs.org>
4026
4027         * http.c (http_atotm): Document the origin of the "cookie date"
4028         format.
4029
4030 2005-05-21  Hrvoje Niksic  <hniksic@xemacs.org>
4031
4032         * init.c (setval_internal): Report exact command name alongside
4033         the "display name".
4034
4035 2005-05-18  Hrvoje Niksic  <hniksic@xemacs.org>
4036
4037         * cookies.c (update_cookie_field): Explicitly cast -1 to time_t to
4038         cope with systems where time_t is unsigned.
4039
4040         * cookies.c: Remove unnecessary casts to time_t from values
4041         already of that type.
4042
4043 2005-05-17  Hrvoje Niksic  <hniksic@xemacs.org>
4044
4045         * ftp.c (ftp_loop_internal): Same here.
4046
4047         * http.c (http_loop): Don't clobber the file when -c is specified
4048         and the first attempt to retrieve the file fails.
4049
4050 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4051
4052         * openssl.c (ssl_check_certificate): Print all issues with a
4053         certificate.
4054
4055 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4056
4057         * ftp-basic.c: Don't xfree() the line returned by ftp_response if
4058         the returned code is not FTPOK.
4059
4060 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4061
4062         * init.c (cleanup): Don't free the non-existent opt.ftp_acc.  Free
4063         the SSL-related stuff.
4064
4065 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4066
4067         * ftp.c (print_length): Consistently print \n at end of the
4068         "Length" line.
4069
4070 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
4071
4072         * openssl.c (ssl_connect): Announce the beginning and the end of
4073         the SSL handshake when in debug mode.
4074
4075         * wget.h (PTR_FORMAT): New macro for easier printing of pointer
4076         values.  Use %0*lx along with PTR_FORMAT instead of %p.
4077
4078 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
4079
4080         * http.c (gethttp): Would forget to close the connection when
4081         keep_alive was not used.
4082
4083 2005-05-13  Hrvoje Niksic  <hniksic@xemacs.org>
4084
4085         * openssl.c (pattern_match): Document the code that decides
4086         whether "*" matches ".".
4087
4088 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
4089
4090         * ftp-ls.c (ftp_index): Use %d to print the port number, which is
4091         now int.
4092         From Steven M. Schweda's VMS patches.
4093
4094 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
4095
4096         * url.c (rewrite_shorthand_url): Don't rewrite "https://host" to
4097         "ftp://https//host" when SSL is not used.
4098
4099 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4100
4101         * openssl.c (ssl_check_server_identity): Renamed to
4102         ssl_check_certificate because it does more than just checking the
4103         server's identity.
4104         (ssl_check_certificate): Tell the user about
4105         --no-check-certificate.
4106
4107 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4108
4109         * openssl.c (ssl_init): Always use SSL_VERIFY_NONE, so that the
4110         handshake finishes even if the certificate is invalid.  That way
4111         ssl_check_server_identity can provide better diagnostics on why
4112         the verification failed.
4113
4114 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4115
4116         * openssl.c (pattern_match): New function.
4117         (ssl_check_server_identity): Treat peer certificate common name as
4118         wildcard.
4119
4120 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4121
4122         * openssl.c (ssl_check_server_identity): Print certificate subject
4123         and issuer.
4124
4125 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4126
4127         * res.c (res_register_specs): Correctly pass pointers to
4128         hash_table_get_pair.
4129
4130 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4131
4132         * http.c (gethttp): Call ssl_check_server_identity.
4133
4134         * openssl.c (ssl_check_server_identity): New function, verifies
4135         that the host name in the certificate matches the actual host
4136         name.
4137         (verify_cert_callback): Removed, since it didn't do anything
4138         except returning the preverify_ok argument.
4139
4140         * connect.c (fd_transport_context): Allow retrieval of the context
4141         pointer registered with fd_register_transport.
4142
4143 2005-05-09  Hrvoje Niksic  <hniksic@xemacs.org>
4144
4145         * openssl.c (verify_cert_callback): Renamed from verify_callback.
4146         Always return the received "ok" value.  Print the X509 name in
4147         debug mode.
4148         (ssl_init): Enable partial writes in SSL context.
4149
4150 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4151
4152         * http.c (http_loop): Check for wildcards in the URL path
4153         component, not in the whole URL.
4154
4155         * ftp.c (ftp_loop): Check for wildcards in URL path before
4156         unescaping, so the users can escape globbing metacharacters with %
4157         escapes.
4158
4159 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4160
4161         * init.c (run_command): Correctly interpret the return value of
4162         parse_line.
4163         (commands): Re-alphabetize.
4164
4165 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4166
4167         * netrc.c (parse_netrc): Explicitly check for assignment != NULL
4168         to silence warning from Borland C.
4169
4170         * url.c (sync_path): Don't unnecessarily increment p.
4171         (url_parse): Don't unnecessarily set url_encode to NULL just
4172         prior to return from the function.
4173
4174 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4175
4176         * log.c (escnonprint_internal): Place variable declarations
4177         before other statements.
4178
4179 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4180
4181         * html-url.c: Include recur.h.
4182
4183         * http.c (request_new): Define as accepting no args.
4184
4185 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4186
4187         * url.c (strpbrk_or_eos): Made inline.  Use strchr(s, '\0') for
4188         finding the NUL char position.
4189
4190 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4191
4192         * url.c (decide_copy_method): Renamed to char_needs_escaping.
4193         Since it now returns only two possible values, change it to return
4194         boolean (int).
4195
4196 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4197
4198         * ftp-basic.c (ftp_request): Prevent newlines in VALUE causing
4199         inadvertent sending of multiple FTP commands.
4200
4201 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4202
4203         * url.c (decide_copy_method): Never cause reencode_escapes to
4204         decode % escapes; it is too intrusive and breaks some servers.
4205
4206 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4207
4208         * http.c (gethttp): When tunnelling SSL traffic over proxy with
4209         CONNECT, we're really talking to the remote server directly.
4210         Because of this, the request-line argument must be the URL path
4211         rather than the whole URL, as it would be when using regular
4212         proxies.
4213         Reported by Charles Lane.
4214
4215 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4216
4217         * init.c (cmd_spec_useragent): Allow empty User-Agent.
4218
4219         * http.c (gethttp): Don't print "unknown authentication scheme"
4220         for failed Basic authentication.
4221         (SET_USER_AGENT): Don't set user-agent if opt.useragent is empty.
4222         (gethttp): Use alloca for allocation of www_authenticate.
4223
4224 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4225
4226         * main.c (print_help): Fix wording of --secure-protocol help text.
4227
4228 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4229
4230         * cmpt.c (strstr): Updated from glibc 2.3.5.
4231
4232 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4233
4234         * http.c (http_atotm): Zero out the whole struct tm being passed
4235         to strptime.
4236
4237 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4238
4239         * main.c (main): Propagate option name to setoptval.
4240
4241         * init.c (setoptval): Accept another argument, OPTNAME.  Propagate
4242         that argument as the option name independently of the actual
4243         command, determined by command_by_name(com).
4244
4245 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4246
4247         * init.c (parse_line): Make the return value indicate whether
4248         there was a syntax error or a setter failed.
4249         (run_wgetrc): Return an indication on whether an error has been
4250         encountered.
4251         (initialize): Abort if there have been errors running either
4252         .wgetrc file.
4253
4254 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4255
4256         * log.c (copy_and_escape): Slightly reduce code repetition between
4257         the two loops.
4258
4259 2005-05-05  Charles C.Fu  <ccwf@bacchus.com>
4260
4261         * utils.c (proclist): Strip leading slash when calling fnmatch
4262         too, otherwise wildcard comparisons always fail.
4263
4264 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4265
4266         * utils.c (touch): Set access time to current time.
4267
4268 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4269
4270         * url.c (url_unescape): Don't unescape %00, it effectively
4271         truncates the string.
4272
4273 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4274
4275         * log.c (copy_and_escape): Replace the FOR_URI argument with a
4276         slightly more general mechanism for specifying different kinds of
4277         escape.
4278
4279 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4280
4281         * ftp-basic.c (ftp_response): Fix printing FTP server response.
4282
4283 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4284
4285         * retr.c (limit_bandwidth_reset): Reset sleep_adjust.
4286         (limit_bandwidth): Don't allow huge "adjustment" values that
4287         result from being suspended for a while.
4288
4289 2005-05-04  Hrvoje Niksic  <hniksic@xemacs.org>
4290
4291         * wget.h: If gettext was found but libtintl.h wasn't, declare
4292         gettext's return type to avoid type mismatches.
4293
4294 2005-05-03  Hrvoje Niksic  <hniksic@xemacs.org>
4295
4296         * url.c (url_parse): Rename label `error' to avoid conflict with
4297         identifier.
4298
4299         * retr.c (fd_read_body): Rename label `out' to avoid conflict with
4300         identifier.
4301         (fd_read_hunk): Use explicit double constant.
4302         (retrieve_from_file): Don't use string concatenation.
4303         (sleep_between_retrievals): Make sure xsleep is called with a
4304         `double' argument.
4305         (no_proxy_match): Define as static, like it is declared.
4306
4307         * progress.c (bar_create): Use 0.0 instead of 0 because K&R
4308         compilers can't automatically promote it.
4309
4310         * http-ntlm.c (ntlm_output): Replace \xHH sequences with \OOO for
4311         the sake of old compilers.
4312
4313         * ftp.c (ftp_loop_internal): Don't use string concatenation.
4314
4315         * http.c (request_send): Use explicit double constants when
4316         calling fd_read and fd_write.
4317         (post_file): Ditto.
4318         (gethttp): Ditto.
4319         (skip_short_body): Ditto.
4320
4321         * ftp-basic.c: When calling fd_write, specify the last argument as
4322         a `double' constant for the sake of K&R compilers which don't see
4323         the prototype and therefore can't promote it to double
4324         automatically.
4325
4326         * cookies.c (cookie_jar_load): Rename abort label to abort_cookie
4327         to avoid name conflict in K&R compilers.
4328
4329 2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
4330
4331         * ptimer.c (posix_init): Since we allow _POSIX_MONOTONIC_CLOCK==0,
4332         it is not enough to check for _POSIX_MONOTONIC_CLOCK-0, we must
4333         also check for defined(_POSIX_MONOTONIC_CLOCK).
4334
4335 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4336
4337         * ftp.c, hash.c, connect.c, host.c, http.c: Remove unreached code,
4338         such as "break" following return or abort.
4339
4340 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4341
4342         * init.c (commands): Wrap the use of opt.random_file in #ifdef
4343         HAVE_SSL.
4344
4345 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4346
4347         * http.c (gethttp): Correctly set the user agent.
4348
4349 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4350
4351         * init.c (cmd_spec_useragent): Free the old value of
4352         opt.useragent before setting the new one.
4353
4354 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
4355
4356         * main.c: Map --ftp-password, --http-password and --proxy-password to
4357         the new ftppassword, httppassword and proxypassword commands
4358         respectively.  Document the --user and --password options in the help
4359         string.
4360
4361 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
4362
4363         * ftp.c: Add support for --user and --password.
4364
4365         * http.c: Add support for --user and --password.
4366
4367         * init.c: Deprecated ftppasswd, httppasswd, login, passwd and
4368         proxypasswd commands.  Added ftppassword, ftpuser, httppassword,
4369         password, proxypassword and user commands.
4370
4371         * main.c: Renamed --ftp-passwd to --ftp-password.  Added --ftp-user,
4372         --http-password, --password, --proxy-password and --user.  Deprecated
4373         --http-passwd and --proxy-passwd.  Added documentation for new options
4374         and removed documentation for deprecated options in the help string.
4375
4376         * options.h (struct options): Added user and passwd members to handle
4377         --user and --password respectively.  Renamed ftp_acc and ftp_pass
4378         members to ftp_user and ftp_passwd for consistency.
4379
4380 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4381
4382         * main.c (print_help): Advertise "DER", not "ASN1".
4383
4384 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4385
4386         * openssl.c (init_prng): Disable the weak random seed by default.
4387
4388         * http.c (gethttp): Simplify SSL initialization; disable SSL when
4389         anything goes wrong with the initialization.
4390
4391         * options.h (struct options): New option opt.random_file.
4392
4393 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4394
4395         * init.c: Wrap private key commands in IF_SSL.
4396
4397 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4398
4399         * openssl.c (ssl_init): Ditto.
4400
4401         * options.h (struct options): Allow separate specification of key
4402         type and certificate type.
4403
4404         * init.c (cmd_spec_cert_type): Provide a "der" synonym for "asn1"
4405         certificate encoding.
4406
4407 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4408
4409         * openssl.c: Renamed "gen_sslfunc.c" to "openssl.c" and
4410         "gen_sslfunc.h" to "openssl.h".  This reflects the intent of
4411         openssl.c encapsulating the OpenSSL-specific code.
4412
4413 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4414
4415         * init.c: Renamed "closure" (a synonym for context in some
4416         cultures) to "place", which more accurately reflects the usage.
4417
4418 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4419
4420         * gen_sslfunc.c (ssl_init): Use default locations for loading the
4421         certificate bundles.
4422         (ssl_init_prng): Disable the cryptographically weak PRNG
4423         initialization fallback.
4424
4425         * init.c: Renamed SSL command-line arguments and wgetrc commands.
4426         (defaults): Check the server certificate by default.
4427
4428 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4429
4430         * cookies.c (cookie_handle_set_cookie): Delete the part of the
4431         path after the trailing slash.
4432
4433         * http.c (gethttp): Call cookie_handle_set_cookie with path that
4434         begins with '/'.
4435
4436 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4437
4438         * http.c (gethttp): Call skip_short_body only if keep_alive is in
4439         use.
4440         (gethttp): Send the User-Agent header with the CONNECT request as
4441         well.
4442
4443 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
4444
4445         * main.c (option_data): Removed support for the undocumented flag
4446         --use-proxy.
4447
4448 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
4449
4450         * main.c (option_data): Don't treat -Y as a boolean switch; treat
4451         it as a value switch instead, so "-Y off" continues to work.
4452
4453 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4454
4455         * utils.c (aprintf): Delete unreachable statement.
4456
4457 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4458
4459         * host.c (cmp_prefer_ipv4): New function.
4460         (cmp_prefer_ipv6): New function.
4461         (lookup_host): Use the appropriate comparator according to
4462         opt.prefer_family.
4463
4464         * init.c: New option prefer_family.
4465
4466         * host.c (is_valid_ipv6_address): Spell NS_* constants in lower
4467         case to avoid clash with system headers.
4468         (lookup_host): Reorder the addresses so that IPv4 ones come first.
4469
4470         * utils.c (stable_sort): New function.
4471
4472 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4473
4474         * connect.c (retryable_socket_connect_error): Return 0 for
4475         ENETUNREACH and EHOSTUNREACH.
4476
4477 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4478
4479         * cmpt.c: Reenable the memmove implementation for systems that
4480         lack it.
4481
4482         * http.c (gethttp): Store the "authorized" state of the persistent
4483         connection.
4484         (request_remove_header): New function.
4485         (gethttp): Don't send the "Basic" authentication if the connection
4486         is already authorized.
4487
4488 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4489
4490         * utils.c (base64_encode): Treat input as unsigned chars.
4491         Required for correct encoding of binary stuff.
4492
4493 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4494
4495         * http-ntlm.c: Format the function definitions in an
4496         ansi2knr-friendly fashion.
4497
4498 2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
4499
4500         * http.c (gethttp): Handle multiple WWW-Authentication headers,
4501         only one of which is recognized.  Those are sent by IIS with NTLM
4502         authorization.
4503         (create_authorization_line): Propagate information whether
4504         authorization is finished.
4505         (gethttp): Only stop authorization when it's really finished, not
4506         after fixed two steps.
4507
4508 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4509
4510         * gen_sslfunc.c (ssl_init): Fix warning message text; mark the
4511         message as translatable.
4512
4513 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4514
4515         * main.c (print_help): Print the EGD option outside the cluster of
4516         SSL options.
4517
4518 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4519
4520         * http-ntlm.c (ntlm_output): Fix setting the domain.
4521         Suggested by Sami Krank.
4522
4523 2005-04-20  Mauro Tortonesi  <mauro@ferrara.linux.it>
4524
4525         * connect.c: Set IPV6_V6ONLY socket option when -6 switch is used.
4526
4527 2005-04-20  FUJISHIMA Satsuki  <sf@FreeBSD.org>
4528
4529         * http.c (request_set_header): Fix the check whether a new header
4530         needs to be allocated.
4531
4532 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
4533
4534         * utils.c (base64_encode): Use the parameter order that makes more
4535         sense.  Return the length of the base64 written.  Updated all
4536         callers.
4537
4538 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
4539
4540         * http.c (request_set_header): Free NAME when VALUE is NULL and
4541         freeing the header name is requested.
4542
4543 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
4544
4545         * snprintf.c (fmtstr): Declare VALUE as const char *.
4546         Based on patch by Russ Allbery.
4547
4548 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
4549
4550         * snprintf.c (fmtfp): More correct handling of significant digit
4551         count with %g -- 0.002 has one significant digit, not three.
4552
4553 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
4554
4555         * retr.c (fd_read_body): Respect read timeout with non-interactive
4556         or no progress gauge -- treat ETIMEDOUT specially only when
4557         progress_interactive.
4558         Reported by FUJISHIMA Satsuki.
4559
4560 2005-04-16  FUJISHIMA Satsuki  <sf@FreeBSD.org>
4561
4562         * http.c (gethttp): Don't use HTTP/1.0 persistent connections over
4563         proxy.
4564
4565 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
4566
4567         * snprintf.c: Use the PARAMS macro to handle prototypes.  Write
4568         function definitions in the ansi2knr-friendly way.
4569         (fmtstr): If string precision is specified, don't read VALUE past
4570         it.
4571         (dopr): Actually print %g and %e formats.
4572         (fmtfp): Fix a bug that caused 0.01 to be printed as 0.1.
4573         (fmtfp): Use LLONG in floating point conversions to be able to
4574         convert more digits.
4575         (fmtfp): Interpret precision as number of significant digits with
4576         %g.
4577         (fmtfp): Omit trailing decimal zeros with %g.
4578
4579         * snprintf.c: Don't include <ctype.h> because none of it is used.
4580         Include strings.h/string.h, as per Autoconf.
4581
4582 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
4583
4584         * ptimer.c: Use _POSIX_TIMERS - 0 > 0, which handles the case when
4585         _POSIX_TIMERS is defined but empty, as well as the case when it is
4586         undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
4587         Suggested by Larry Jones.
4588
4589 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
4590
4591         * ptimer.c: Check that _POSIX_TIMERS is defined as well as > 0.
4592         Problem reported by Steven M. Schweda.
4593
4594 2005-04-14  Hrvoje Niksic  <hniksic@xemacs.org>
4595
4596         * http.c (skip_short_body): Print the skipped body data in debug
4597         mode.
4598         (skip_short_body): Don't skip more than 4k of body data.
4599         (skip_short_body): Return whether the skipping was successful.
4600         (gethttp): If skip_short_body failed, invalidate the connection.
4601
4602 2005-04-12  Gisle Vanem  <giva@bgnett.no>
4603
4604         * ftp.c (getftp): Ditto.
4605
4606         * http.c (gethttp): Open the output file in binary mode.
4607
4608 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4609
4610         * hash.c: Conditionalize including config.h on HAVE_CONFIG_H
4611         instead of on STANDALONE.
4612
4613 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4614
4615         * gen_sslfunc.c (ssl_print_errors): Made static.
4616         (ssl_print_errors): Eliminate potentially dangerous fixed-size
4617         error buffer.  Passing NULL to ERR_error_string causes it to use
4618         its own static buffer, which is fine for our purposes.
4619
4620         * gen_sslfunc.c: Include gen_sslfunc.h.  Make the declarations of
4621         ssl_init and ssl_conect match the actual definitions.
4622         (ssl_connect): Simply return a boolean, the SSL context is no
4623         longer useful as a return value.
4624
4625         * retr.c: Don't include SSL headers; we don't need them.
4626
4627 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4628
4629         * config-post.h: Don't define _VA_LIST under Solaris; it breaks
4630         compilation with GCC 3.4 under Solaris 10.  (It was defined to
4631         avoid a warning with previous versions of GCC.)
4632
4633 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4634
4635         * xmalloc.c (register_ptr): Warn the user to increase SZ prior to
4636         aborting.
4637
4638 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
4639
4640         * convert.c (convert_cleanup): Free converted_files.
4641
4642 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
4643
4644         * wget.h (DEBUGP): Use __builtin_expect to give a hint to GCC that
4645         opt.debug is false in the vast majority of cases.
4646
4647 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
4648
4649         * config-post.h: Declare alloca as void *, not char *.
4650
4651 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
4652
4653         * recur.c (download_child_p): When -p is used, (temporarily)
4654         ignore accept/reject rules for HTMLs, even when they are at the
4655         maximum recursion depth.  That is because with -p we are, if
4656         necessary, overstepping the max. depth to get the requisites.
4657
4658 2004-06-12  Larry Jones <lawrence.jones@ugsplm.com>
4659
4660         * recur.c (download_child_p): Correct the logic in check number 6:
4661         test opt.reclevel (not DEPTH) against INFINITE_RECURSION.
4662
4663 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
4664
4665         * url.c: Use "static const" in preference to "const static".
4666         Sun's cc warns that "storage class after type is obsolescent".
4667
4668         * url.c (urlchr_table): Don't mark ~ as unsafe, too many broken
4669         web sites are confused when ~ is changed to %7E.  Their servers
4670         redirect /%7Efoo/ to /~foo/, which Wget again accesses using %7E,
4671         causing further redirections, therefore looping infinitely.  See
4672         Debian bug #301624 for an example.
4673
4674 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
4675
4676         * alloca.c: Include wget.h to be able to use xmalloc.  In addition
4677         to defining malloc to xmalloc, also define free to xfree.
4678
4679 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
4680
4681         * http-ntlm.c (ntlm_output): Use "char", not "unsigned char" for
4682         ntlmbuf.  Our base64 functions accept char anyway.
4683         (ntlm_output): Join up the format string, since we nominally
4684         support K&R compilers.
4685         (ntlm_output): Ditto.
4686
4687 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4688
4689         * ptimer.c: Use Windows timers under Cygwin, whose POSIX timer
4690         implementation is incomplete.
4691
4692 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4693
4694         * ptimer.c (struct ptimer): Remove the unused initialized field.
4695
4696         * ptimer.c: Renamed function parameters from WT (which used to
4697         stand for wget_timer or wtimer) to PT.
4698
4699 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4700
4701         * ptimer.c (posix_init): Be smarter about choosing clocks.  In
4702         decreasing order of preference, use CLOCK_MONOTONIC,
4703         CLOCK_HIGHRES, and CLOCK_REALTIME.
4704         (ptimer_allocate): Removed.
4705
4706         * ptimer.c: Refactor the code by cleanly separating the
4707         architecture-dependent code from the architecture-independent
4708         code.
4709
4710 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4711
4712         * ptimer.c (ptimer_init): Explicitly check that
4713         _POSIX_MONOTONIC_CLOCK is *both* defined and >=0.  (Undefined
4714         symbols are >=0.)
4715
4716 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4717
4718         * ptimer.c (ptimer_diff): Fix typo affecting Windows build.
4719
4720 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4721
4722         * ptimer.c (ptimer_init): In fact, _POSIX_MONOTONIC_CLOCK needs to
4723         be >= 0.
4724
4725         * ptimer.c (ptimer_init): Check whether _POSIX_MONOTONIC_CLOCK is
4726         defined instead of whether it's greater than 0.  glibc defines it
4727         to 0, but still makes it available via sysconf.
4728
4729 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
4730
4731         * mswindows.c (str_to_int64): Rename OVERFLOW and UNDERFLOW to
4732         INT64_OVERFLOW and INT64_UNDERFLOW, since those names are used.
4733
4734 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
4735
4736         * ptimer.c: New file.  Move the "wtimer" functions from utils.c to
4737         this file and rename them to ptimer_.
4738
4739 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
4740
4741         * host.c (NO_ADDRESS): Define NO_ADDRESS only after the system
4742         headers have been included.
4743
4744 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
4745
4746         * http.c (pconn): Include NTLM data, which is per-connection.
4747         (known_authentication_scheme_p): Recognize NTLM authorization.
4748         (create_authorization_line): Call ntlm_input and ntlm_output.
4749
4750         * http-ntlm.c: New file, donated by Daniel Stenberg and originally
4751         written for curl, heavily modified for Wget.
4752
4753         * utils.c (base64_encode): Relocated from http.c, since it is now
4754         used by http-ntlm.c, and will possibly be used elsewhere.
4755         (base64_decode): New function, originally based on code from GNU
4756         recode.
4757
4758 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
4759
4760         * ftp.c (ftp_loop): Ditto.
4761
4762         * ftp-basic.c (ftp_pasv): Use the xzero shorthand for memset(0).
4763         (ftp_lpsv): Ditto.
4764
4765 2005-04-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
4766
4767         * Makefile.in: removed string_t.c from list of source files.
4768
4769 2005-04-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
4770
4771         * string_t.c: Removed.
4772
4773         * string_t.h: Removed.
4774
4775 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
4776
4777         * url.c (rewrite_shorthand_url): Only accept recognized schemes.
4778         That way "foo:80" will correctly be rewritten to "http://foo:80"
4779         instead of left unchanged and ultimately rejected because of
4780         "unsupported scheme foo".
4781
4782 2005-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
4783
4784         * utils.c (number_to_string): Avoid explicit 64-bit constants;
4785         construct them by multiplication at compile-time.
4786
4787         * utils.c, elsewhere: Don't append "L" to 32-bit integer
4788         constants; we aren't really compilable on 16-bit systems anyway.
4789
4790         * hash.c (prime_size): Remove primes larger than 2^31, but include
4791         2^31-1, which is prime.
4792
4793 2005-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
4794
4795         * utils.c (string_set_to_array): New function.
4796
4797         * convert.c: Replace the use of "slists" with sets/hash-tables,
4798         which in fact suit the intended purpose much better.
4799         downloaded_html_list is removed altogether.
4800
4801 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
4802
4803         * ftp.h (enum): Rename GLOBALL, GETALL, and GETONE to
4804         GLOB_GLOBALL, GLOB_GETALL, and GLOB_GETONE to avoid conflict with
4805         Linux headers.
4806
4807 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
4808
4809         * utils.c (numdigit): More correct handling of negative numbers.
4810
4811 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
4812
4813         * http.c (gethttp): Print the human-readable size.
4814
4815         * ftp.c (getftp): Print the human-readable size of the file to be
4816         downloaded.
4817
4818         * utils.c (human_readable): New function.
4819
4820         * utils.c: Renamed "legible" to "with_thousand_seps",
4821         "legible_large_int" to "with_thousand_seps_large", and "legible_1"
4822         to "add_thousand_seps".
4823
4824 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
4825
4826         * http.c (gethttp): Inhibit persistent connections when talking to
4827         proxies, as mandated by RFC 2068.
4828
4829 2005-03-20  Hrvoje Niksic  <hniksic@xemacs.org>
4830
4831         * url.c (unescape_single_char): New function.
4832         (url_escape_dir): Use it to unescape slashes in directory
4833         components.
4834         (url_string): Escape unsafe chars in host name, except for the ':'
4835         charaters, which can appear in IPv6 addresses.
4836
4837         * main.c (main): Don't access the cookie jar directly.
4838
4839         * log.c (escnonprint_internal): Correctly calculate the needed
4840         string size.  Don't forget the buffer's new size after having
4841         reallocated it.
4842         (log_cleanup): New function.  Free the escnonprint ring data.
4843
4844         * init.c (cleanup): Don't free the cookie jar explicitly, it is
4845         now done by http_cleanup.
4846         (cleanup): opt.user_headers is now a vector, free it with
4847         free_vec.
4848
4849         * http.c (gethttp): Make sure to free the request data, the status
4850         message, and the response data before returning from the function.
4851         (save_cookies): New function.
4852         (http_cleanup): Free the cookie jar here.
4853
4854         * hash.c: Renamed string_hash to hash_string and ptrhash to
4855         hash_pointer.  Exported hash_pointer.
4856
4857         * xmalloc.c: Organized malloc_table (previously malloc_debug) as a
4858         simple EQ hash table.  register_ptr and unregister_ptr are now of
4859         O(1) complexity.
4860
4861         * xmalloc.c: Renamed "*_debug" to debugging_* and "*_real" to
4862         checking_*.
4863
4864 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
4865
4866         * utils.c (debug_test_md5): Moved to gen-md5.c.
4867
4868         * mswindows.h: Don't declare inet_ntop, since we don't use it.
4869
4870         * mswindows.h: For consistency, also wrap closesocket, it being
4871         a Winsock call.
4872
4873         * mswindows.h: Don't declare sleep and usleep; we're defining
4874         xsleep now.
4875
4876         * mswindows.h (mkdir): Don't special-case Borland C, _mkdir
4877         works there as well.
4878
4879         * host.c: Don't include winsock header files; the correct ones
4880         are already included by mswindows.h.
4881
4882         * mswindows.c (xsleep): Round toward the nearest millisecond
4883         in an attempt to avoid average short sleeps.
4884
4885         * utils.c (wtimer_granularity): Report correct values for
4886         Windows timers and for high-resolution timers.
4887
4888         * utils.c (wtimer_initialize_once): New function, called to
4889         initialize the timer frequency.
4890
4891         * utils.c: Replace the use of GetSystemTime with high-resolution
4892         counters under Windows.  When high-resolution counters are
4893         unavailable, use GetTickCount().
4894
4895 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
4896
4897         * retr.c (fd_read_body): Undo the 2004-11-18 change.  Instead,
4898         always be "exact".
4899
4900 2005-03-17  Hrvoje Niksic  <hniksic@xemacs.org>
4901
4902         * ftp-basic.c (ftp_login): Don't free the string if ftp_response
4903         returned an error status because the line didn't get allocated in
4904         the first place.
4905
4906 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
4907
4908         * http.c (read_http_response_head): Limit the response size to 64k
4909         bytes.
4910
4911         * retr.c (fd_read_hunk): Accept a MAXSIZE argument that limits the
4912         number of bytes the function is allowed to allocate.
4913         (fd_read_line): Limit the line to 4096 bytes.
4914
4915 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
4916
4917         * wget.h: Include options.h after wgint has been defined.
4918
4919         * options.h (struct options): Declare options processed with
4920         cmd_bytes as wgint, not long.
4921
4922 2005-03-18  Hrvoje Niksic  <hniksic@xemacs.org>
4923
4924         * init.c (cmd_file): Use concat_strings.
4925
4926         * http.c (basic_authentication_encode): Use concat_strings.
4927
4928         * ftp-ls.c (ftp_index): Use concat_strings.
4929
4930         * ftp-basic.c (ftp_request): Use concat_strings.
4931
4932         * utils.c (concat_strings): New function.
4933
4934 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
4935
4936         * init.c (simple_atof): Handle negative numbers; skip whitespace
4937         before the number.
4938         (simple_atoi): Ditto.  Also, check for overflow and underflow.
4939         (cmd_number): Bail out on negative numbers.
4940         (parse_bytes_helper): Ditto.
4941
4942 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
4943
4944         * http.c (gethttp): Handle multiple Set-Cookie headers sent by
4945         remote server.
4946
4947 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
4948
4949         * init.c (defaults): Use passive FTP by default.
4950
4951 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
4952
4953         * mswindows.c: Provide wrappers to Winsock functions that set
4954         errno to WSAGetLastError() in case of failure.  Also provide a
4955         Windows-specific version of strerror.
4956
4957         * mswindows.h: Wrap calls to socket, bind, connect, recv, send,
4958         select, getsockname, getpeername, and setsockopt.
4959
4960 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
4961
4962         * url.c (url_parse): Reject port numbers larger than 65535.  We
4963         also check for overflow while parsing port numbers.
4964
4965 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
4966
4967         * utils.c (read_file): Don't use wgint for file size; LFS won't
4968         work since the file is mmap'ed as a whole.
4969
4970         * options.h: Don't include stdio.h.
4971
4972         * log.c: Ditto.
4973
4974         * init.c: Disambiguate assignment from non-zero test to avoid
4975         Borland C warning.
4976
4977         * http.c (response_new): Don't needlessly post-increment count.
4978
4979         * hash.c: Include stdio.h.
4980
4981         * gnu-md5.h: Don't include stdio.h.
4982
4983         * getopt.h (struct option): Always use const.
4984
4985         * ftp.c (getftp): Avoid unnecessary assignment to RES to avoid
4986         Borland C warning.
4987
4988         * ftp-ls.c: Disambiguate assignment from non-zero test to avoid
4989         Borland C warning.
4990
4991         * cmpt.c (strptime_internal): Don't initialize rp_backup when
4992         !_NL_CURRENT to avoid Borland C warning.
4993
4994 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
4995
4996         * utils.c (fopen_excl): Fix parse error when O_BINARY is
4997         available.
4998
4999 2005-03-05  Hrvoje Niksic  <hniksic@xemacs.org>
5000
5001         * url.c (url_file_name): Don't allow hosts named ".." to be
5002         appended as path elements.
5003
5004 2005-03-03  Hrvoje Niksic  <hniksic@xemacs.org>
5005
5006         * retr.c (retrieve_url): Escape location header.
5007
5008         * http.c (print_server_response_1): Escape server response when
5009         printing it.
5010         (gethttp): Escape host name, status message, location header, and
5011         content type.
5012         (http_loop): Escape error message from server.
5013
5014         * host.c (lookup_host): Escape host name when printing it.
5015
5016         * ftp.c (getftp): Escape user name when printing it.
5017         (getftp): Escape remote file and directory for printing.
5018         (getftp): Escape server listing when printing it.
5019         (ftp_retrieve_list): Escape link name and file name.
5020         (ftp_retrieve_glob): Escape file name.
5021
5022         * ftp-basic.c (ftp_response): Escape server response when printing
5023         it.
5024
5025         * cookies.c (parse_set_cookies): Escape the cookie field when
5026         printing it.
5027         (parse_set_cookies): Escape contents of remote header.
5028         (cookie_handle_set_cookie): Escape host name and cookie domain.
5029
5030         * connect.c (connect_to_ip): Escape the host name.
5031
5032         * log.c (escnonprint): New function, used for printing strings
5033         coming from the server that possibly contain non-ASCII characters.
5034         (escnonprint_uri): Ditto.
5035
5036 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5037
5038         * ftp.c (getftp): Ditto.
5039
5040         * http.c (gethttp): When we're not supposed to overwrite files,
5041         use fopen_excl to open the file and recompute the file name.
5042
5043         * log.c (redirect_output): Use unique_create to avoid a race
5044         condition.
5045
5046         * mswindows.c (fake_fork_child): Use unique_create.
5047
5048         * utils.c (fopen_excl): New function that opens a stdio stream
5049         with the O_EXCL flag (where available).
5050         (unique_create): New function, like unique_name, but also creating
5051         the file and returning a file pointer.
5052         (fork_to_background): Use unique_create to create the file
5053         immediately to avoid race condition with multiple instances of
5054         wget -b.
5055
5056 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5057
5058         * host.c (lookup_host): Test for AI_ADDRCONFIG directly, instead
5059         of checking for HAVE_GETADDRINFO_AI_ADDRCONFIG.
5060
5061 2005-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
5062
5063         * host.c (is_valid_ipv6_address): Move here from url.c.
5064         (lookup_host): If the address is numeric, don't print the
5065         "resolving..." line, don't set up DNS timeouts, and set the
5066         AI_NUMERICHOST hint, where available.
5067
5068 2005-02-26  Gisle Vanem  <giva@bgnett.no>
5069
5070         * utils.c: Use the nnnLL syntax under GCC.  Define struct_stat to
5071         struct _stati64 under __MINGW32__ as well as under MS VC.
5072
5073 2005-02-26  Hrvoje Niksic  <hniksic@xemacs.org>
5074
5075         * utils.c: Use the nnnI64 syntax for __int64 constants under all
5076         Windows compilers.
5077         (SPRINTF_WGINT): Use "%I64" under all Windows compilers.
5078
5079         * mswindows.h (WGINT_MAX): Use the nnnI64 syntax for
5080         __int64 constants under all Windows compilers.
5081         (struct_stat): Use `struct stati64' under Borland C.
5082         (fstat): Don't redefine to _fstati64 under Borland.
5083
5084         * mswindows.c: Define str_to_int64 under Borland C as well as
5085         under (older) Visual C.
5086
5087 2005-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
5088
5089         * ftp.c (getftp): Initialize err to suppress compiler warning.
5090
5091 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5092
5093         * ftp.c (ftp_expected_bytes): Fix bug that caused infloop because
5094         of not correctly skipping the '(' character.
5095
5096 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5097
5098         * mswindows.c (wget_ftello): Removed.
5099
5100         * mswindows.h: Remove bogus definition of stat.
5101         (wget_ftello): Remove the leftover ftello replacement.
5102
5103 2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
5104
5105         * mswindows.c (wget_ftello): Wget's replacement for ftello.
5106
5107         * utils.c (file_size): Use ftello where available.
5108
5109         * ftp-ls.c (ftp_parse_unix_ls): Use str_to_wgint to parse the file
5110         size.
5111         (ftp_parse_winnt_ls): Ditto.
5112
5113         * ftp-basic.c (ftp_size): Use str_to_wgint to convert number to
5114         wgint; pass 10 instead of 0 as the BASE argument.
5115
5116         * ftp.c (ftp_expected_bytes): Use str_to_wgint to parse the file
5117         size.
5118
5119         * sysdep.h (LARGE_INT_FMT): Use __int64 as LARGE_INT on
5120         MSVC/Windows; print it with "%I64".
5121
5122         * wget.h: Define a `wgint' type, normally aliased to (the possibly
5123         64-bit variant of) off_t.
5124
5125         * all: Use `wgint' instead of `long' for numeric variables that
5126         can hold file sizes.
5127
5128         * utils.c (number_to_string): Support printing of `wgint'
5129         argument.
5130         (number_to_static_string): New function.
5131
5132         * all: Replace printf("%ld", long_value) with printf("%s",
5133         number_to_static_string(wgint_value)).
5134
5135 2005-02-18  Mauro Tortonesi <mauro@ferrara.linux.it>
5136
5137         * main.c: Added the --ftp-passwd command line option.
5138
5139         * init.c: Renamed command passwd to ftppasswd.
5140
5141 2005-02-11  Mauro Tortonesi <mauro@ferrara.linux.it>
5142
5143         * string_t.c: Fixed a bug in do_escape and triggered escape of
5144         backslashes in string_escape to avoid ambiguities in the result
5145         string.
5146
5147 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
5148
5149         * string.h: Renamed to string_t.h to fix a compilation conflict
5150         with the string.h header in the standard C library.
5151
5152         * string.c: Renamed to string_t.c for consistency with string.h.
5153
5154         * string_t.c: Ditto.
5155
5156         * string_t.h: Ditto.
5157
5158 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
5159
5160         * string.c: New file.
5161
5162         * string.h: New file.
5163
5164         * Makefile.in: Added string.c to the list of modules to compile.
5165
5166         * main.c: Updated copyright.
5167
5168 2004-11-18  Ulf Harnhammar <ulf.harnhammar.9485@student.uu.se>
5169
5170         * ftp-ls.c: Fixed a problem in ftp_parse_winnt_ls that could allow a
5171         malicious remote FTP server to crash wget.
5172
5173 2004-11-18  Hans-Andreas Engel <engel@node.ch>
5174
5175         * http.c: Enable --convert-links (-k) when a single page is downloaded
5176         via --output-document (-O).
5177
5178 2004-11-18  Mauro Tortonesi <mauro@deepspace6.net>
5179
5180         * connect.c: Minor correction to the comment in front of fd_peek.
5181
5182 2004-11-18  Leonid Petrov <nouser@lpetrov.net>
5183
5184         * retr.c: Fix a timeout problem in fd_read_body when using http_proxy.
5185
5186 2004-11-15  YAMAZAKI Makoto <Yamazaki.Makoto@fujixerox.co.jp>
5187
5188         * netrc.c: Fix termination by assertion bug in netrc parsing.
5189
5190 2004-05-09  David Fritz  <zeroxdf@att.net>
5191
5192         * mswindows.c (fake_fork): Pass entire command line to the child
5193         process.
5194
5195 2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
5196
5197         * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
5198
5199 2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
5200
5201         * http.c (gethttp): Send the Proxy-Authorization header over
5202         non-SSL connections too.
5203
5204 2004-03-25  David Fritz  <zeroxdf@att.net>
5205
5206         * mswindows.c (fake_fork_child): Ignore error code when
5207         OpenFileMapping() fails; assume it failed because the object does
5208         not exist.
5209
5210 2004-03-24  David Fritz  <zeroxdf@att.net>
5211
5212         * mswindows.c (fake_fork): New function.
5213
5214         * mswindows.c (fork_to_background): Use it.
5215
5216 2004-03-19  David Fritz  <zeroxdf@att.net>
5217
5218         * mswindows.c (ws_hangup): Incorporate old fork_to_background()
5219         code.  Add event name argument.
5220         (fork_to_backgorund): Now a simple wrapper around ws_hangup().
5221         (ws_handler): Correctly handle the case when neither CTRLC_BACKGND
5222         nor CTRLBREAK_BACKGND are defined.  Don't bother handling close,
5223         logoff, or shutdown events.  Call ws_hangup() with the correct
5224         event name; don't assume it was CTRL+Break.
5225
5226 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
5227
5228         * url.c (url_parse): Decode %HH sequences in host name.
5229
5230 2004-03-04  Hrvoje Niksic  <hniksic@xemacs.org>
5231
5232         * convert.c (local_quote_string): Quote "#" as "%23" and "%" as
5233         "%25" when creating links to local files.
5234
5235 2004-03-02  David Fritz  <zeroxdf@att.net>
5236
5237         * mswindows.c (ws_percenttitle): Guard against future changes by
5238         doing nothing if the proper variables have not been initialized.
5239         Clamp percentage value.
5240
5241 2004-03-04  Gisle Vanem  <giva@bgnett.no>
5242
5243         * retr.c (fd_read_body): Don't change console title if quiet.
5244
5245 2004-02-25  David Fritz  <zeroxdf@att.net>
5246
5247         * mswindows.c (set_sleep_mode): Remove argument and return value.
5248         Call GetModuleHandle() instead of LoadLibrary()/FreeLibrary() for
5249         kernel32.dll.  Use typedef for function-pointer.  Don't cast
5250         l-value.  Don't use dereference operator when calling through
5251         function-pointer.
5252         (ws_startup): Update call to set_sleep_mode().
5253         (ws_cleanup): Remove call to set_sleep_mode().
5254
5255 2004-02-23  David Fritz  <zeroxdf@att.net>
5256
5257         * http.c (http_loop): Ditto.
5258
5259         * ftp.c (ftp_loop_internal): Update call to ws_changetitle().
5260
5261         * main.c (main): Don't bother calling ws_changetitle().
5262
5263         * mswindows.h (ws_changetitle): Update prototype.
5264
5265         * mswindows.c (ws_changetitle): Remove second argument.  Use
5266         xfree_null().
5267         (ws_percenttitle): Only update title when percentage has changed.
5268
5269 2004-02-23  David Fritz  <zeroxdf@att.net>
5270
5271         * mswindows.h: Ditto.
5272
5273         * mswindows.c: Misc. formatting/comment tweaks throughout.
5274
5275 2004-02-20  David Fritz  <zeroxdf@att.net>
5276
5277         * main.c (print_help): Remove call to ws_help().
5278
5279         * mswindows.c (ws_help): Remove.
5280
5281         * mswindows.h (ws_help): Remove.
5282
5283 2004-02-16  David Fritz  <zeroxdf@att.net>
5284
5285         * init.c (home_dir): Use aprintf() instead of xmalloc()/sprintf().
5286         Under Windows, if $HOME is not defined, use the directory that
5287         contains the Wget binary instead of hard-coded `C:\'.
5288         (wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
5289         not found, look for wget.ini in the directory of the Wget binary.
5290
5291         * mswindows.c (ws_mypath): Employ slightly more robust methodology.
5292         Strip trailing path separator.
5293
5294 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
5295
5296         * http.c (gethttp): Respect --ignore-length.
5297         (gethttp): Inhibit keep-alive if --ignore-length is specified.
5298
5299 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
5300
5301         * connect.c (sockaddr_set_data): Zero out
5302         sockaddr_in/sockaddr_in6.  Apparently BSD-derived stacks need this
5303         when binding a socket to local address.
5304
5305 2004-02-04  Hrvoje Niksic  <hniksic@xemacs.org>
5306
5307         * hash.c: Make the file compilable outside Wget source tree when
5308         -DSTANDALONE is used.
5309
5310 2004-01-29  Hrvoje Niksic  <hniksic@xemacs.org>
5311
5312         * utils.c (determine_screen_width): Return 0 if not running on
5313         Windows or on a TIOCGWINSZ-capable system.
5314
5315 2004-01-28  David Fritz  <zeroxdf@att.net>
5316
5317         * utils.c (determine_screen_width): Correctly determine console
5318         width under Windows.
5319
5320 2004-01-28  Christian Biere  <christianbiere@gmx.de>
5321
5322         * progress.c (bar_set_params): Fixed syntax error when HAVE_ISATTY
5323         was undefined.
5324
5325         * ftp.c (ftp_loop_internal): Allocate a larger buffer in case
5326         "try" gets translated to something large.  Ditto in http_loop in
5327         http.c.
5328
5329         * http.c (response_header_copy): Don't write to buf[BUFSIZE].
5330
5331         * ftp-opie.c (skey_response): Eliminate unnecessary string
5332         concatenation; just call gen_md5_update twice.
5333
5334 2004-01-25  Hrvoje Niksic  <hniksic@xemacs.org>
5335
5336         * utils.c (xsleep): Don't call usleep with values larger than
5337         1,000,000.
5338
5339 2003-12-16  Hrvoje Niksic  <hniksic@xemacs.org>
5340
5341         * http.c (gethttp): Fix generation of `Content-Length'.
5342
5343 2003-12-15  Gisle Vanem  <giva@bgnett.no>
5344
5345         * url.c (url_skip_credentials): Fixed return value; 'url' if no
5346         credentials.
5347
5348 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
5349
5350         * url.c (url_skip_credentials): Return a pointer directly.
5351
5352 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
5353
5354         * url.c (url_file_name): Ditto.
5355         (parse_errors): Ditto.
5356
5357         * retr.c (retr_rate): Ditto.
5358
5359         * progress.c (create_image): Ditto.
5360
5361         * netrc.c (parse_netrc): Ditto.
5362
5363         * main.c (struct cmdline_option): Ditto.
5364         (redirect_output_signal): Ditto.
5365
5366         * init.c (commands): Ditto.
5367
5368         * ftp-ls.c (ftp_index): Ditto.
5369
5370         * cookies.c (check_domain_match): Declare the pointer to a literal
5371         string as `const'.
5372
5373 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5374
5375         * retr.c (fd_read_body): Pass total size to progress_create, not
5376         the remaining amount.
5377
5378 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5379
5380         * retr.c (fd_read_body): Don't fiddle with "interactive timeout"
5381         if read timeout is unset.
5382
5383 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5384
5385         * connect.c (bind_local): Don't set the IPV6_V6ONLY option on the
5386         socket.
5387
5388 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
5389
5390         * url.c (url_file_name): Respect the setting of
5391         opt.protocol_directories.
5392
5393         * main.c (main): Only check for ret=='?' when longindex is unset.
5394         (option_data): New option --protocol-directories.
5395
5396 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
5397
5398         * ftp.c (getftp): Ditto.
5399
5400         * http.c (gethttp): Correctly calculate bandwidth as total data
5401         read divided with download time.
5402
5403         * retr.c (fd_read_body): Separate the return values for data
5404         written and read.
5405
5406 2003-12-05  Hrvoje Niksic  <hniksic@xemacs.org>
5407
5408         * http.c (H_REDIRECTED): Respect the HTTP/1.1 "303 See Other"
5409         response code.
5410         Suggested by Dan Razzell.
5411
5412 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5413
5414         * retr.c (fd_read_body): Report the amount of data *written* as
5415         amount_read.  This is not entirely logical, but that's what the
5416         callers expect, and it's not easy to change.
5417
5418         * ftp.c (ftp_loop_internal): Ditto.
5419
5420         * http.c (http_loop): Be smarter about assigning restval; if we're
5421         in the nth pass of a download, simply use the information we have
5422         about how much data has been retrieved as restval.
5423
5424         * ftp.c (getftp): Ditto for FTP "REST" command.
5425
5426         * http.c (gethttp): When the server doesn't respect range, skip
5427         the first RESTVAL bytes of the read body.  Never truncate the
5428         output file.
5429
5430         * retr.c (fd_read_body): Support skipping initial STARTPOS octets.
5431
5432 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5433
5434         * http.c (skip_short_body): Renamed skip_body to skip_short_body;
5435         don't bother calling fd_read_body.
5436
5437 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5438
5439         * retr.c (fd_read_body): Sanitize arguments and document them
5440         better.  Make sure the timer is created and updated only if
5441         necessary.  Updated callers.
5442
5443 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5444
5445         * http.c (skip_body): New function.
5446         (gethttp): Use it to skip the body of the responses we don't care
5447         to download.  That allows us to reuse the connection.
5448         (gethttp): Trust that the HEAD requests will not generate body
5449         data.
5450
5451         * retr.c (fd_read_body): Don't write to OUT if it's NULL.
5452
5453 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
5454
5455         * http.c (gethttp): Initialize SSL only the first time when SSL
5456         URL is downloaded.
5457
5458 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
5459
5460         * cookies.c (cookie_header): Only generate the contents of the
5461         header, not the leading "Cookie: " or the trailing "\r\n".
5462
5463         * http.c (gethttp): When adding headers specified with `--header',
5464         allow them to override the headers generated by Wget.
5465
5466         * init.c (cmd_spec_header): Made opt.user_headers a vector.
5467
5468         * http.c (request_new): New function.  Returns a request structure
5469         which can be modified in various ways, most notably by adding HTTP
5470         headers to the request.
5471         (request_set_header): New function for adding the header to the
5472         request.  If the header is already available, it gets replaced.
5473         (request_send): Construct and send the request.
5474         (gethttp): Use the request_* functions to generate the request.
5475
5476 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5477
5478         * http.c (gethttp): Don't include the Proxy-Authorization header
5479         in the request tunneled through proxy.
5480
5481 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5482
5483         * http.c (gethttp): Use the CONNECT handle to establish SSL
5484         passthrough through non-SSL proxies.
5485
5486 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5487
5488         * init.c: Don't #include netinet/Winsock stuff.
5489
5490 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5491
5492         * http.c: Deleted the old functions header_process,
5493         header_extract_number, header_exists, header_strdup,
5494         http_process_range, http_process_none, http_process_type, and
5495         http_process_connection.
5496
5497         * http.c (response_new): New function.
5498         (response_header_bounds): Ditto.
5499         (response_header_copy): Ditto.
5500         (response_header_strdup): Ditto.
5501         (response_status): Ditto.
5502         (gethttp): Use the new response_* functions to parse the response.
5503         Support HTTP/0.9 responses.
5504
5505 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
5506
5507         * progress.c (create_image): Don't calculate ETA if nothing has
5508         been downloaded yet, because it causes division by zero.
5509
5510 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
5511
5512         * connect.c (bind_local): Rename sa_len to addrlen because IRIX
5513         headers define sa_len as a macro.
5514
5515 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5516
5517         * html-parse.c (convert_and_copy): Remove embedded newlines when
5518         AP_TRIM_BLANKS is specified.
5519
5520 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5521
5522         * ftp.c: Set con->csock to -1 where rbuf_uninitialize was
5523         previously used.
5524
5525 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5526
5527         * Makefile.in (http$o): Added the trailing backslash that was
5528         missing.
5529
5530 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
5531
5532         * headers.c: Removed.  The file is no longer relevant, now that no
5533         special handling of headers is done by the rbuf code.  Moved
5534         portions to http.c.
5535
5536 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
5537
5538         * rbuf.c: Removed.
5539
5540         * ftp-basic.c (ftp_response): Use fd_read_line.  No longer use
5541         struct rbuf.  Updated all callers.
5542
5543         * http.c (gethttp): Use fd_read_head to read all the headers in
5544         one go.
5545         (next_header): New function.
5546
5547         * retr.c (fd_read_line): New function: reads a line from FD,
5548         leaving the rest of the data unread.
5549         (fd_read_head): New function.
5550
5551         * connect.c (fd_peek): New function, implements peeking.
5552         (poll_internal): New function.
5553         (fd_read): Use it.
5554         (fd_write): Ditto.
5555         (fd_peek): Ditto.
5556         (fd_register_transport): Allow registering a "peeker" callback.
5557
5558 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
5559
5560         * connect.c: Renamed xread/xwrite/xclose to
5561         fd_read/fd_write/fd_close.  The "x" prefix is not appropriate
5562         because the semantics have diverged from read/write/close too
5563         significantly.  Updated all callers.
5564
5565 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
5566
5567         * connect.c (sock_write): It's not necessary to initialize RES.
5568
5569 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
5570
5571         * main.c (main): Don't reference opt.ipv4_only and opt.ipv6_only
5572         if IPv6 is disabled.
5573
5574 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
5575
5576         * connect.c (socket_has_inet6): Only compile it if IPv6 is enabled
5577         and AI_ADDRCONFIG is missing.
5578
5579 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
5580
5581         * gen_sslfunc.c (ssl_init_prng): Warn the user when using a weak
5582         random seed.
5583
5584 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
5585
5586         * host.c (address_list_contains): Renamed address_list_find to
5587         address_list_contains because its result is boolean.
5588
5589 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
5590
5591         * connect.c (select_fd): Return 1 if select is not available.
5592
5593 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
5594
5595         * connect.c (connect_to_host): Don't reference address list after
5596         releasing it.
5597
5598 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
5599
5600         * main.c (print_help): Fix alignment of FTP options output.
5601
5602 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
5603
5604         * host.c (lookup_host): Check for the ability to create IPv6
5605         sockets here.
5606
5607         * init.c (defaults): Don't auto-set --inet4-only on IPv6-less
5608         systems.
5609
5610 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5611
5612         * main.c (print_help): Fix typo in `-O' help message.  Fix docs of
5613         -Y/--proxy.  Fix docs of `--cookies' and `--glob'.  Improve docs
5614         of --convert-links.  Fix docs of SSL options.
5615
5616 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5617
5618         * ftp-basic.c: Don't include <arpa/inet.h> and others because
5619         they're no longer needed.
5620
5621 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
5622
5623         * main.c (main): Don't allow setting of both opt.ipv4_only and
5624         opt.ipv6_only.
5625
5626         * init.c (defaults): Mark opt.ipv4_only specially when set
5627         automatically.
5628
5629 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
5630
5631         * host.c (lookup_host): Use AI_ADDRCONFIG only if the family is
5632         unspecified.  This ensures that specifying `--no-inet4' on systems
5633         where IPv6 resolves, but doesn't work behaves the same regardless
5634         of the availability of AI_ADDRCONFIG.
5635
5636 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
5637
5638         * host.c: Don't refer to the now-removed function
5639         forget_host_lookup in the documentation of lookup_host.
5640
5641 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
5642
5643         * http.c (persistent_available_p): Correctly specify the endpoint
5644         argument to socket_ip_address.
5645         (gethttp): When printing the "reusing connection to..." message,
5646         specify the host name of the reused connection, not the current
5647         host name.  That makes more sense because it provides a useful
5648         piece of information -- we know to which host we're supposed to
5649         connect anyway!
5650
5651 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
5652
5653         * init.c: Make sure the options are in alphabetic order!
5654
5655         * host.c (lookup_host): Merge lookup_host_passive and lookup_host
5656         after all -- having both would result in some code duplication.
5657         (lookup_host): Set hints.ai_family to AF_INET if ipv4_only is
5658         requested.  Likewise, set it to AF_INET6 for ipv6_only.  Specify
5659         AI_ADDRCONFIG where available.
5660         (lookup_host): New flag LH_REFRESH that specifies that a cached
5661         entry for HOST should be refreshed.
5662         (cache_query): New function.
5663         (cache_store): Ditto.
5664         (cache_remove): Ditto.
5665         (forget_host_lookup): No longer necessary, replaced with static
5666         function cache_remove.
5667
5668 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5669
5670         * main.c: Enable -4 and -6 only if IPv6 is enabled.
5671
5672 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5673
5674         * connect.c (register_transport): Renamed from register_extended.
5675         Explain the intended usage.
5676
5677 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
5678
5679         * url.c (uri_merge): Merging "foo" and "bar" should result in
5680         "bar", not in "foo/bar".
5681         (path_simplify): Don't remove empty path elements; don't
5682         special-case leading slash.
5683         (path_simplify): Don't swallow ".."'s at the beginning of string.
5684         E.g. simplify "foo/../../bar" as "../bar", not as "bar".
5685         (append_uri_pathel): Defang ".." path element upon encountering
5686         it.
5687
5688 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5689
5690         * http.c (persistent_available_p): Don't attempt to talk to two
5691         different SSL sites over the same secure connection.
5692
5693 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5694
5695         * http.c (gethttp): Ditto.
5696
5697         * ftp.c (getftp): Use retryable_socket_connect_error instead of
5698         CONNECT_ERROR.
5699
5700         * wget.h (CONNECT_ERROR): Removed.
5701
5702         * connect.c (retryable_socket_connect_error): New function instead
5703         of unsupported_socket_family_error.
5704
5705 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5706
5707         * wget.h (CONNECT_ERROR): Use it.
5708
5709         * connect.c (unsupported_socket_family_error): New function.
5710
5711 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5712
5713         * connect.c (bind_local): Renamed bindport to bind_local; return
5714         the socket directly.  Updated callers.
5715         (accept_connection): Renamed acceptport to accept_connection;
5716         return the created socket directly.  Updated callers.
5717
5718 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5719
5720         * init.c (defaults): Turn on opt.ipv4_only if we're compiling with
5721         IPv6, and AI_ADDRINFO is not available, and AF_INET6 sockets can't
5722         be created.
5723
5724 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
5725
5726         * host.c (lookup_host): Document the fact that the addresses are
5727         returned in order.
5728
5729 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
5730
5731         * utils.c: Use limits.h only where available.
5732
5733         * hash.c: Use INVALID_PTR and INVALID_PTR_BYTE.  Include limits.h.
5734
5735 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
5736
5737         * main.c: Added options --inet4-only and --inet6-only.
5738
5739 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
5740
5741         * host.c (host_errstr): Use the more standard message "Unknown
5742         host".
5743
5744 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
5745
5746         * connect.c (connect_to_host): Use that flag to decide whether to
5747         re-resolve the host name.
5748
5749         * host.c (struct address_list): Added a flag that maintains
5750         whether the connection worked at some point.
5751
5752 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
5753
5754         * host.c (lookup_host): Special-case the numeric addresses only in
5755         the non-IPv6 case.
5756
5757 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
5758
5759         * connect.c (resolve_bind_address): Call lookup_host_passive.
5760         Make sure that opt.bind_address is resolved only once.
5761
5762         * host.c (lookup_host_passive): New function, handles "passive"
5763         lookups.
5764         (lookup_host): Remove the passive flags.  Remove the
5765         family-related flags -- use ip_default_family instead.
5766
5767 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
5768
5769         * html-url.c: Get URLs from <object data="...">.
5770
5771 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
5772
5773         * main.c (option_data): Specify the command to use for --mirror.
5774
5775 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5776
5777         * cookies.c (cookie_handle_set_cookie): Specify exact match for
5778         unspecified domains.
5779
5780 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5781
5782         * main.c (main): Removed one-letter options `-C', `-g', `-G', and
5783         `-s'.
5784
5785 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5786
5787         * main.c (main): Add --dont-remove-listing for backward
5788         compatibility with previous versions.
5789         (print_help): Fix typo, spotted by Dennis Smit.
5790
5791 2003-11-08  Gisle Vanem  <giva@bgnett.no>
5792
5793         * ftp-basic.c: Support Windows-2000 ftp servers. Win-2000 *is*
5794         Win-NT 5.0 so calling it ST_WINNT is okay I guess.
5795
5796 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5797
5798         * progress.c (update_speed_ring): Clear the speed ring when the
5799         download stalls.
5800
5801         * retr.c (get_contents): Specify 0.95s read timeout, so that the
5802         progress gauge can be updated even when data arrives very slowly
5803         or stalls.
5804
5805 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5806
5807         * utils.c (wtimer_allocate): Bless the use of wtimer_read on a
5808         timer that has merely been allocated because get_contents() does
5809         that.
5810         (wtimer_update): Abort if the timer is not initialized.
5811
5812 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5813
5814         * retr.c (get_contents): Pass the timer to limit_bandwidth().
5815
5816         * utils.c (wtimer_update): New function instead of wget_elapsed;
5817         just update the timer, but don't return anything.
5818         (wtimer_read): Read and return the last known value of the timer.
5819
5820 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5821
5822         * http.c (persistent_available_p): Instead of matching all the
5823         addresses of HOST and last host, determine the peer's IP address
5824         with socket_ip_address and see if that address is one of those
5825         HOST resolves to.
5826
5827         * host.c (address_list_match_all): Removed.
5828         (address_list_find): New function, finds an IP address in the
5829         address list.
5830
5831         * ftp.c (ftp_do_pasv): Get the peer's address here, and pass it to
5832         ftp_epsv so it doesn't need to call getpeername.
5833
5834         * ftp-basic.c (ftp_port): Use socket_ip_address instead of
5835         getpeername.
5836         (ftp_lprt): Ditto.
5837
5838         * connect.c (socket_ip_address): Replaces conaddr, generalized to
5839         either get peer's or local address.
5840         (sockaddr_get_data): Made local to this file.
5841
5842 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5843
5844         * hash.c (HASH_POSITION): Explicitly accept the hash function.
5845         (grow_hash_table): Extract ht->hash_function outside the loop.
5846         (hash_table_remove): Ditto.
5847         (hash_table_clear): Fill entries with 0xff to clear them.
5848         (hash_table_remove): Mark entries as deleted with the correct
5849         marker.
5850
5851 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5852
5853         * http.c (persistent_available_p): No reason for the host lookup
5854         to be silent -- it's a lookup like any other.
5855
5856 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
5857
5858         * connect.c (register_extended): Check that fd >= 0.
5859
5860 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
5861
5862         * connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
5863
5864 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
5865
5866         * hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
5867         the field is empty.  This allows NULL pointer and 0 value to be
5868         used as keys, which is necessary for the connect.c code to work
5869         when fd==0.
5870         (hash_table_new): Fill mappings with 0xff.
5871         (grow_hash_table): Ditto.
5872
5873 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
5874
5875         * url.c (url_parse): Allow empty ports.
5876
5877 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
5878
5879         * main.c (print_help): Break the help string into multiple chunks.
5880         (cmdline_option): New option handler OPT_FUNCALL.  Generalized
5881         HANDLE_CMD to generic DATA.
5882         (option_data): Use the new OPT_FUNCALL feature.
5883
5884 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5885
5886         * log.h: Declare log_init, log_close, and
5887         log_request_redirect_output here.
5888
5889 2003-11-05  Dennis Smit  <ds@nerds-incorporated.org>
5890
5891         * main.c: (main): added --preserve-permissions option.
5892
5893         * ftp.c (ftp_retrieve_list): added support for
5894         --preserve-permissions option.
5895
5896         * init.c: added support for --preserve-permission option.
5897
5898         * option.h: added support for --preserve-permission option.
5899
5900 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5901
5902         * main.c (init_switches): New function.  Convert option_data to
5903         long_options and short_options, which can be fed to getopt_long.
5904         (main): Execute command-line options by consulting option_data.
5905
5906 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5907
5908         * gen_sslfunc.c (ssl_read): Implement a more correct check for
5909         EINTR.
5910         (ssl_write): Ditto.
5911         (init_ssl): Use a global SSL context.
5912
5913 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5914
5915         * connect.c (xclose): Free INFO even if it doesn't provide a
5916         closer.
5917
5918 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
5919
5920         * connect.c: Updated all callers of
5921         iread/ssl_iread/iwrite/ssl_iwrite to use xread and xwrite instead.
5922
5923         * rbuf.h (struct rbuf): Removed the SSL member because SSL is
5924         handled automatically by xread.
5925
5926         * hash.c (ptrhash): Made private.
5927         (ptrcmp): Ditto.
5928         (inthash): Removed.
5929
5930         * connect.c (select_fd): Don't set errno, leave it to the caller.
5931
5932         * gen_sslfunc.c (connect_ssl): Use register_extended to register
5933         SSL callbacks for communication with SSL-enabled endpoints.
5934         (ssl_read): New function.
5935         (ssl_write): Ditto.
5936         (ssl_poll): Ditto.
5937         (ssl_close): Ditto.
5938
5939         * connect.c (register_extended): New function -- register
5940         callbacks for basic socket operations.
5941         (xread): Ditto.
5942         (xwrite): Ditto.
5943         (xclose): Ditto.
5944         (sock_read): New function, default implementation for reading.
5945         (sock_write): Ditto for writing.
5946         (sock_poll): Ditto for polling.
5947         (sock_close): Ditto for closing.
5948
5949 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
5950
5951         * connect.c (bindport): Fix compilation under pre-C99 compilers.
5952
5953 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
5954
5955         * connect.c (connect_to_ip): More compact error checking.
5956         (bindport): Don't treat failed setsockopt as a fatal error.
5957
5958 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
5959
5960         * connect.c (resolve_bind_address): Use a more accurate error
5961         message -- we're not binding to ANY, we're disabling bind
5962         altogether.
5963
5964 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
5965
5966         * cookies.c (save_cookies_mapper): Respect the setting of
5967         keep-session-cookies.
5968         (cookie_jar_load): Import session cookies.
5969         Based on code submitted by Nicolas Schodet.
5970
5971         * utils.c (datetime_str): Use information in TM when it's
5972         non-NULL.
5973
5974         * main.c (main): New option `--keep-session-cookies'.
5975
5976 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
5977
5978         * Makefile.in (realclean): Delete config.h.in.
5979
5980 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
5981
5982         * config-post.h: New file, included from now autogenerated
5983         config.h.in.
5984
5985 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
5986
5987         * progress.c (progress_handle_sigwinch): Don't call
5988         determine_screen_width() from the signal handler.  Instead, just
5989         set a volatile variable.
5990         (bar_create): Check whether SIGWINCH was received.
5991         (bar_update): Ditto.
5992
5993         * sysdep.h: Define SYSTEM_FNMATCH only if HAVE_FNMATCH_H is true.
5994
5995 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
5996
5997         * utils.c (xsleep): New function.  Uses nanosleep where available,
5998         resuming sleeps interrupted by signals.  Updated callers of sleep
5999         and usleep to use xsleep.
6000
6001 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6002
6003         * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
6004         declaration of SEED.
6005
6006 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6007
6008         * log.c (logvprintf): Documented better.  Renamed to
6009         log_vprintf_internal to avoid confusion with the public API
6010         functions logprintf and logputs.
6011
6012 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6013
6014         * wget.h (N_): Don't parenthesize argument.
6015
6016 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6017
6018         * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
6019         because that doesn't work on machines that define it as bitfield.
6020
6021 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6022
6023         * connect.c (select_fd): Generalize the third argument into WAIT,
6024         so that the caller can request waiting for both read and write.
6025         Updated callers.
6026
6027 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6028
6029         * html-url.c (cleanup_html_url): Destroy the hash tables, don't
6030         just call free on them.
6031         (init_interesting): Use hash_table_put instead of string_set_add
6032         because we don't need the strdup that the latter function
6033         performs.
6034
6035         * init.c (cleanup): Don't pass NULL to cookie_jar_delete.
6036
6037         * xmalloc.c (xfree_real): Abort when passed a NULL pointer.
6038         (xfree_debug): Print at the file and line of the offending call to
6039         free.
6040
6041 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6042
6043         * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE
6044         define to log.h.  Moved the INFINITE_RECURSION define to recur.h.
6045
6046         * xmalloc.h: Renamed FREE_MAYBE to xfree_null and moved the
6047         definition from wget.h to xmalloc.h.
6048
6049 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6050
6051         * html-parse.c (decode_entity): New function; split the decoding
6052         of entities here.
6053         (convert_and_copy): Use it to decode entities.
6054         (decode_entity): Handle the &apos entity.
6055         (decode_entity): Don't decode Latin 1 numeric entities.  Don't
6056         decode &#0.
6057
6058 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6059
6060         * ftp-opie.c (calculate_skey_response): Use uint32_t instead of
6061         `unsigned long' for the cheksum array.  Document the function.
6062
6063 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6064
6065         * connect.c (acceptport): Don't call select_fd when timeout is not
6066         requested.
6067
6068 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6069
6070         * host.c: Removed the ip_default_family global variable.
6071
6072         * host.c (lookup_host): Document the function.  Fixed declaration
6073         of VEC.
6074
6075 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6076
6077         * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array
6078         in various places.
6079
6080 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6081
6082         * wget.h: Move declarations of malloc and logging code to
6083         xmalloc.h and log.h respectively to unclutter this file.
6084         (STRDUP_ALLOCA): Made it side-effect free.
6085
6086         * xmalloc.h: New files.  Define macros xnew, xnew0, xnew_array,
6087         and xnew0_array.
6088
6089         * xmalloc.c: New file.  Move the xmalloc routines here.
6090
6091 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6092
6093         * connect.c (sockaddr_set_data): Remove the broken code that
6094         checked for NULL address.
6095
6096 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6097
6098         * host.c (address_list_from_single): Removed.
6099         (address_list_from_ipv4_addresses): Renamed from
6100         address_list_from_vector.
6101
6102 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6103
6104         * sysdep.h (CLOSE): Don't call close on file descriptors less than
6105         0, i.e. on uncreated sockets.
6106
6107         * connect.c (resolve_bind_address): Work on struct sockaddr
6108         directly.
6109         (connect_to_host): Replacement for connect_to_many.  Resolve HOST
6110         and connect to any of its addresses.  If we can't connect and the
6111         host name lookup was cached, try to resolve it again.  This should
6112         fix problems with hosts behind dynamic DNS.  Updated all callers.
6113         (connect_to_ip): Replacement for connect_to_one.  Removed SILENT;
6114         added the argument PRINT instead.  Updated all callers.
6115         (set_connection_host_name): Removed.
6116
6117         * host.c (address_list_address_at): New function instead of
6118         address_list_copy_one. It returns a pointer to ip_address *, so
6119         it's not necessary to copy the data.
6120         (address_list_cached_p): New function.
6121         (forget_host_lookup): Ditto.
6122
6123         * connect.c: Got rid of the MSOCK global variable.  Made bindport
6124         return the local socket it creates.  Added a new argument to
6125         acceptport, the socket to call accept on.  Updated callers.
6126         (closeport): Removed.
6127
6128         * connect.c: Moved the sockaddr code from host.c to this file,
6129         because most of that stuff is used for connecting, and has nothing
6130         to do with host names anyway.
6131         (sockaddr_set_data, sockaddr_get_data): New functions, replace the
6132         old sockaddr_set_address, sockaddr_set_port, sockaddr_get_address,
6133         and sockaddr_get_port.
6134
6135 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6136
6137         * sysdep.h: Use `S >= 8' rather than `S == 8' when looking for
6138         large integers.
6139
6140 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6141
6142         * url.c (append_uri_pathel): New argument ESCAPED_P that says
6143         whether [B, E) is to be treated as URL-escaped or not.  If
6144         ESCAPED_P is false, don't unescape the region.
6145         (url_file_name): u->file is not URL-escaped.
6146
6147 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6148
6149         * retr.c (retrieve_from_file): Use retrieve_tree for
6150         page-requisites.
6151
6152         * main.c (main): Don't define opt.recursive when -p is used.
6153         Instead, make sure that recursion is used for HTTP in that case.
6154
6155 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
6156
6157         * host.h: Defined accessors for elements of ip_address.  Updated
6158         all callers.
6159         (address_list_match_all): Use memcmp in the non-IPv6 case.
6160
6161         * wget.h (CONNECT_ERROR): Don't retry connecting if connect()
6162         returned EAFNOSUPPORT.
6163
6164 2003-10-27  Mauro Tortonesi <mauro@deepspace6.net>
6165
6166         * connect.h: changed bindport prototype and added the related
6167         BIND_ON_IPV4_ONLY and BIND_ON_IPV6_ONLY flags.
6168
6169         * connect.c: changed bindport and resolve_bind_address to allow
6170         protocol-version specific DNS resolution. modified conaddr,
6171         acceptport and connect_to_one to make use of struct
6172         sockaddr_storage and of the new ip_address structure.
6173
6174         * ftp-basic.c: added LPRT/LPSV (RFC1639) support, refactored
6175         PORT/PASV (RFC959) and EPRT/EPSV (RFC2428) support code.
6176
6177         * ftp.c: added the ftp_do_port and ftp_do_pasv functions to
6178         handle FTP over IPv6.
6179
6180         * ftp.h: changed prototype of ftp_epsv and added prototypes for
6181         ftp_lpsv, ftp_lprt and ftp_eprt.
6182
6183         * host.c: renamed the
6184         wget_sockaddr_set_address and wget_sockaddr_get_addr, and
6185         wget_sockaddr_{s,g}et_port couples to sockaddr_{s,g}et_address and
6186         sockaddr_{g,s}et_port respectively.  changed
6187         address_list_match_all, address_list_from_addrinfo sockaddr_len,
6188         pretty_print_address, lookup_host, sockaddr_{s,g}et_address and
6189         sockaddr_{g,s}et_port to make use of struct sockaddr_storage and
6190         of the new ip_address structure.  removed map_ipv4_to_ip and
6191         map_ip_to_ipv4.
6192
6193         * host.h: redefined structure ip_address and removed structure
6194         wget_sockaddr.
6195
6196 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
6197
6198         * sysdep.h: Include inttypes.h where available.
6199
6200         * host.c: Switch from u_int32_t to uint32_t.
6201
6202 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
6203
6204         * netrc.c (parse_netrc): Reset the QUOTE flag after the closing
6205         quote.
6206
6207 2003-10-25  Hrvoje Niksic  <hniksic@xemacs.org>
6208
6209         * url.c (is_valid_ipv6_address): Reformat to GNU coding style.
6210         Use enums for NS_IN* constants.  Use ISXDIGIT.
6211
6212         * convert.c (construct_relative): Document better how the function
6213         works.
6214
6215 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6216
6217         * config.h.in: Deploy preprocessor magic to avoid Ultrix's
6218         <netdb.h> include <bitypes.h> which defines its own u_int32_t.
6219         Reported by Bernhard Simon.
6220
6221 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6222
6223         * version.c: Bump version.
6224
6225 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6226
6227         * url.c: Ditto.
6228
6229         * html-parse.c (advance_declaration): Don't use trailing comma in
6230         enum because older compilers don't support it.
6231
6232         * utils.c: Don't redefine HAVE_SIGSETJMP.
6233
6234 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6235
6236         * convert.c (construct_relative): Don't handle absolute files
6237         specially -- for example, -P/tmp/foo shouldn't imply that
6238         converted files must refer to "/tmp/foo/..."!
6239
6240 2003-10-15  Hrvoje Niksic  <hniksic@xemacs.org>
6241
6242         * http.c: Consider status 307 a valid redirect.
6243
6244 2003-10-15  Philip Stadermann  <philip.stadermann@credativ.de>
6245
6246         * ftp.c (ftp_retrieve_glob): Correctly loop through the list whose
6247         elements might have been deleted.
6248
6249 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
6250
6251         * html-url.c (tag_handle_meta): Set the Refresh link to expect
6252         HTML.
6253         (append_one_url): Renamed to append_url.
6254
6255 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
6256
6257         * sysdep.h: Only define u_int32_t.
6258
6259 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6260
6261         * utils.c (large_int_to_string): Use snprintf() to print the
6262         number.  This will work even on systems where libc doesn't
6263         understand %lld, but the compiler does, because it will use our
6264         snprintf replacement.
6265
6266         * init.c (parse_bytes_helper): New function.
6267         (cmd_bytes): Use it to parse bytes, but cast the result to long.
6268         (cmd_bytes_large): Ditto, but store the result to LARGE_INT.  Used
6269         for --quota so that --quota=10G works even on machines without
6270         long long.
6271
6272         * options.h (struct options): Declare quota as LARGE_INT.
6273
6274         * retr.c (downloaded_exceeds_quota): Removed.
6275         (downloaded_increase): Ditto.
6276         (total_downloaded_bytes): New variable, replaces opt.downloaded,
6277         which was the wrong place for it anyway.  Updated callers of
6278         downloaded_exceeds_quota and downloaded_increase to check this
6279         variable directly.
6280
6281         * sysdep.h: Get rid of VERY_LONG_TYPE.  Use LARGE_INT for the same
6282         purpose, defined as `long', `long long' or `double', depending on
6283         size of long and whether long long is available.
6284
6285 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6286
6287         * sysdep.h: Also check size of short for int32_t.
6288
6289 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6290
6291         * host.c (lookup_host): Use u_int32_t to store the result of
6292         inet_addr().  That removes the need for offset fiddling, caring
6293         about endian-ness, etc.
6294
6295         * sysdep.h: Define int32_t and u_int32_t if not available.
6296
6297 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6298
6299         * ftp-basic.c (ftp_epsv): Use socklen_t * as the third argument to
6300         getpeername.
6301
6302         * config.h.in: Define socklen_t stub.
6303
6304         * host.c (sockaddr_len): Return socklen_t.
6305
6306         * connect.c (conaddr): Use socklen_t as the third argument to
6307         accept, getsockname, and connect.
6308
6309 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6310
6311         * recur.c (retrieve_tree): Don't descend into documents that are
6312         not expected to contain HTML, regardless of their content-type.
6313
6314         * html-url.c (tag_url_attributes): Record which attributes are
6315         supposed to yield HTML links that can be followed.
6316         (tag_find_urls): Propagate that information to the caller through
6317         struct urlpos.
6318
6319 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6320
6321         * hash.c (find_mapping): Return the next available mapping when
6322         the key is not found, not NULL.
6323         (hash_table_put): Use find_mapping to find the storage for the new
6324         data.
6325         (hash_table_put): Grow the table before exceeding maximum
6326         fullness, not afterwards.
6327
6328 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6329
6330         * hash.c (hash_table_new): Slightly change the meaning of the
6331         first parameter.  Instead of being the minimum initial size, it is
6332         now the minimum number of items that the hash table can take
6333         without needing to resize.
6334
6335 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
6336
6337         * html-url.c (init_interesting): Initialize interesting_tags and
6338         interesting_attributes as hash tables.  This simplifies the code
6339         immensely because hash tables handle allocation and remove
6340         duplicates automatically.
6341         (find_tag): Removed.
6342         (collect_tags_mapper): Instead of calling find_tag, simply get the
6343         entry from interesting_tags hash table, which is both simpler and
6344         faster.
6345
6346 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
6347
6348         * hash.c (hash_table_get): Declare hash-table argument as const.
6349         (find_mapping): Ditto.
6350         (hash_table_get_pair): Ditto.
6351         (hash_table_contains): Ditto.
6352         (hash_table_count): Ditto.
6353
6354 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6355
6356         * html-url.c (get_urls_html): Parse the appropriate flags to
6357         html-parse.c.
6358
6359         * html-parse.c (map_html_tags): Accept FLAGS from the caller
6360         instead of examining OPT.
6361
6362 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6363
6364         * html-url.c (find_tag): Switch to binary search.
6365
6366 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6367
6368         * main.c (print_help): Fix typo; stured -> stored.
6369
6370 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6371
6372         * getopt.c: Add definitions of getopt_long and getopt_long_only.
6373
6374 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6375
6376         * config.h.in: Renamed DEBUG to ENABLE_DEBUG.  ENABLE_DEBUG is, I
6377         think, a better name, because it implies that debugging output is
6378         merely possible, not "on by default", as might be construed from
6379         just DEBUG.
6380
6381 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6382
6383         * ftp.c (has_insecure_name_p): Define it here.
6384
6385         * utils.c (has_wildcards_p): Define it here.
6386
6387         * sysdep.h: Declare fnmatch-related macros here, if not using
6388         system fnmatch().  Update .c files to not declare fnmatch.h
6389         directly.
6390
6391         * cmpt.c (fnmatch): Moved here.  Use it only under non-GNU libc.
6392
6393 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6394
6395         * getopt.c: Newer version, imported from Free libit.
6396
6397 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
6398
6399         * cookies.c (struct cookie): Remove unused backpointer to cookie
6400         jar.
6401
6402 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
6403
6404         * cmpt.c (memmove): Comment out, since it's no longer used.
6405
6406         * cookies.c (cookie_jar_generate_cookie_header): Allocate room for
6407         chains in one pass.
6408         (find_chains_of_host): Assume that the caller has allocated DEST
6409         to be sufficiently large to take all the data.
6410         (eliminate_dups): Run through the array and eliminate dups on the
6411         fly instead of using memmove.
6412         (cookie_jar_process_set_cookie): Free cookie->domain before
6413         re-setting it.
6414
6415 2003-10-05  Gisle Vanem  <giva@bgnett.no>
6416
6417         * mswindows.c (set_sleep_mode): Fix type of
6418         _SetThreadExecutionState.
6419
6420 2003-10-05  Hrvoje Niksic  <hniksic@xemacs.org>
6421
6422         * utils.c (file_size): Return -1 if fopen() returns NULL.  Prior
6423         to this patch, wget --post-file=nosuchfile dumped core.
6424
6425 2003-10-04  Gisle Vanem  <giva@bgnett.no>
6426
6427         * mswindows.c (run_with_timeout): Use WaitForSingleObject to wait
6428         for thread termination.
6429
6430 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
6431
6432         * log.c: Use `...' in function definitions; ansi2knr will convert
6433         them to va_dcl.  This allowed removal of the ugly VA_START_1 and
6434         VA_START_2 macros.
6435
6436 2003-10-03  Gisle Vanem  <giva@bgnett.no>
6437
6438         * connect.c: And don't include them here.
6439
6440         * mswindows.h: Include winsock headers here.
6441
6442 2003-10-03  Hrvoje Niksic  <hniksic@xemacs.org>
6443
6444         * html-parse.c (convert_and_copy): Move variable declarations
6445         before statements.
6446
6447 2003-10-02  Gisle Vanem  <giva@bgnett.no>
6448
6449         * mswindows.c (run_with_timeout): For Windows: Run the 'fun' in a
6450         thread via a helper function. Continually query the thread's
6451         exit-code until finished or timed out.
6452
6453 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6454
6455         * wget.h (XMALLOC_ARRAY): Removed.
6456         (ALLOCA_ARRAY): Ditto.
6457
6458         * html-parse.c: Renamed alloca_p to resized.
6459         (GROW_ARRAY): Renamed DO_REALLOC_FROM_ALLOCA to GROW_ARRAY and
6460         returned it to html-parse.c, since nothing else was using it.
6461
6462 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6463
6464         * retr.c (retrieve_url): Initialize DUMMY storage for DT.  Caught
6465         by valgrind.
6466
6467 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6468
6469         * html-parse.c (convert_and_copy): Handle numeric entities in
6470         hexadecimal, &#xHH.
6471         (convert_and_copy): Copy the contents directly to the pool without
6472         a stack-allocated intermediary.
6473
6474 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6475
6476         * utils.c (alarm_set): New function; use either setitimer or alarm
6477         to set up the alarm.
6478         (alarm_cancel): New function; cancel the alarm set up by
6479         alarm_set.
6480         (run_with_timeout): Use them.
6481
6482 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
6483
6484         * url.c (url_parse): Don't leak memory when a reencoded URL turns
6485         out to be invalid.
6486
6487         * url.c (parse_errors): Mark error messages for translation.
6488         (url_error): Translate error messages returned to the caller.
6489
6490 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
6491
6492         * ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up
6493         the compiler.
6494
6495 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6496
6497         * src/mswindows.c: Added ws_percenttitle() showing progress in the
6498         window titlebar. Called from retr.c. Secured ws_mypath().
6499
6500         * windows/config.h.ms: alloca() prototype not needed.  Removed
6501         "#undef ENABLE_NLS"; should be in Makefile IMHO. Moved
6502         WGET_USE_STDARG from mswindows.h to config.ms.h because of #ifdef
6503         in log.c. (MSVC's vararg.h and stdarg.h are incompatible).
6504
6505 2003-09-29  Aaron Hawley <Aaron.Hawley@uvm.edu>
6506
6507         * ftp.c (getftp): --spider option should now work with FTP
6508         downloads.
6509         (ftp_loop_internal): quiet reports and calculations of downloads
6510         when --spider option set, nor try deleting when --delete-after
6511         also set.
6512         (ftp_loop): --spider will skip HTML-ification of .listing file.
6513
6514 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6515
6516         * mswindows.c (read_registry): Removed.
6517         (set_sleep_mode): New function.
6518         (windows_main_junk): Call it.
6519
6520 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6521
6522         * mswindows.c (read_registry): Fix invocation of registry
6523         functions.
6524
6525         * mswindows.c (read_registry): Condition definitions of sleep and
6526         usleep with not HAVE_SLEEP and HAVE_USLEEP respectively.  Define
6527         HAVE_SLEEP and HAVE_USLEEP under __DMC__.
6528
6529 2003-09-24  Hrvoje Niksic  <hniksic@xemacs.org>
6530
6531         * url.c (url_escape_1): Revert unintentional change to lowercase
6532         xdigit escapes.
6533         (url_escape_dir): Document that this function depends on the
6534         output of url_escape_1.
6535
6536 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
6537
6538         * progress.c (create_image): Print the current ETA if we're done
6539         with the download.
6540         (create_image): Change '-' display char to '+' in the progress bar.
6541
6542         * Makefile.in (clean): Remove .libs.
6543
6544 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
6545
6546         * cookies.c (struct cookie): New flag domain_exact.
6547         (update_cookie_field): Skip leading dot in domain.
6548         (find_matching_chains): Match numeric addresses exactly; don't
6549         needlessly copy HOST to the stack.
6550         (matching_cookie): Added argument HOST.  If cookie->domain_exact
6551         is set, check that HOST is equal to cookie->domain.
6552         (cookie_jar_load): Only use TAB as delimiter.  Document the
6553         meaning of DOMAIN-FLAG.  Skip leading dot in domain.
6554         (cookie_jar_load): Don't ignore DOMAIN-FLAG -- instead, set
6555         domain_exact to true if DOMAIN-FLAG is false.
6556         (save_cookies_mapper): If domain_exact is false, prepend the
6557         domain with dot, like Mozilla does.
6558
6559 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
6560
6561         * progress.c (create_image): Print the initial part of the
6562         download with '-' characters, analogous to how dot progress prints
6563         the initial part with ','.
6564
6565         * hash.c (ptrhash): New function.
6566         (ptrcmp): Ditto.
6567         (hash_table_new): Default to identity hash table.
6568
6569 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
6570
6571         * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
6572         broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
6573         to unsigned short instead.
6574
6575 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
6576
6577         * url.c (path_simplify): Instead of calls to memmove, handle "./"
6578         and "../" by advancing pointers.
6579
6580 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
6581
6582         * retr.c (getproxy): Moved from url.c.
6583
6584         * convert.c: Split off link conversion from url.c into separate
6585         file.  Also included the book-keeping stuff from recur.c.
6586
6587 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6588
6589         * init.c: Improved documentation of functions.
6590         (cmd_boolean): Attempt to make code that tries to avoid calling
6591         strcmp for "speed" a bit more readable.
6592
6593         * init.c (simple_atof): Report error on encountering non-digit,
6594         non-"." character.
6595         (simple_atoi): Replacement for myatoi(), calling interface
6596         compatible with simple_atof.  Updated myatoi's callers.
6597
6598 2003-09-21  Bertrand Demiddelaer  <bert@b3rt.org>
6599
6600         * url.c (path_simplify): Would read two bytes past the end of the
6601         string in the "./" case.
6602
6603 2003-09-21  Matthew J. Mellon  <mellon@tymenet.com>
6604
6605         * http.c (gethttp): Recognize content-type "application/xhtml+xml"
6606         as what Wget considers "text/html".
6607
6608 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6609
6610         * connect.c (connect_with_timeout): Made timeout type double.
6611
6612         * options.h (struct options): New members read_timeout,
6613         dns_timeout, and connect_timeout.
6614         Use them.
6615
6616 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6617
6618         * init.c (simple_atof): New function.
6619         (cmd_time): Use it.
6620         (cmd_bytes): Accept things like "1.5k" and such.  Use simple_atof
6621         to parse decimals.
6622
6623         * retr.c (limit_bandwidth): Adjust each sleep by the error of the
6624         previous one.
6625
6626 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6627
6628         * main.c (main): Use setoptval() for setting the options.  Use
6629         run_command for `-e'.
6630
6631         * init.c (parse_line): Rewritten to return COMIND right away.
6632         Changed linkage to static.
6633         (run_wgetrc): Use the available comind when calling setval, so it
6634         doesn't have to be computed twice.
6635         (setval_internal): New function, runs the command's action without
6636         any error checking.
6637         (setoptval): New function, does what setval used to do, but exits
6638         in case of error.
6639         (run_command): New function.
6640
6641 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
6642
6643         * connect.c (select_fd): Change MAXTIME's type to double.  Handle
6644         its decimal part.
6645
6646         * retr.c (sleep_between_retrievals): In the random-wait case, use
6647         random_float() to wait between 0 and 2*opt.wait seconds.
6648
6649         * utils.c (run_with_timeout): Accept `double' timeouts.  Correctly
6650         handle timeout values in (0, 1) range.
6651         (random_float): New function.
6652
6653         * options.h (struct options): Change the types of wait, waitretry,
6654         and timeout to double.
6655
6656         * init.c (cmd_time): Accept floating point time.
6657
6658 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
6659
6660         * retr.c (get_contents): Cosmetic fixes.
6661
6662 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
6663
6664         * url.c (uri_merge): Get rid of uri_merge_1.
6665         (uri_merge): Merge "foo//", "bar" as "foo//bar", not "foo///bar",
6666         i.e. don't add an extra slash merely because BASE ends with two
6667         slashes.
6668         (parse_credentials): Renamed from parse_uname.  Rewrittern in
6669         standard [beg, end) calling style.
6670         (url_skip_credentials): Renamed from url_skip_uname.  Made static.
6671         (url_skip_credentials): Include # and ; as terminators.  Old code
6672         would mistakenly consider "http://foo.com#hniksic@iskon.hr" to
6673         contain a username.
6674         (url_skip_scheme): Removed because it was unused.
6675         (url_has_scheme): Require "scheme" to be at least one char long.
6676
6677 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
6678
6679         * url.c (url_file_name): Expect NULL dir_prefix.
6680
6681         * init.c (cmd_file): Use a macro to prevent multiple #ifdef
6682         WINDOWS.
6683         (defaults): Set dir_prefix to NULL by default.
6684
6685 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
6686
6687         * safe-ctype.h (_sch_test): Cast BIT to unsigned char, like latest
6688         gcc does.
6689
6690 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
6691
6692         * wget.h (BOUNDED_TO_ALLOCA): Evaluate PLACE only once.
6693         (ARRAY_SIZE): Renamed to countof.  All callers updated.
6694
6695 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
6696
6697         * main.c (main): New option --strict-comments.
6698
6699         * html-parse.c (find_comment_end): New function: simple BM search
6700         for "-->".
6701         (map_html_tags): Use it if looking at a comment and not in strict
6702         comments mode.
6703
6704 2003-09-17  Aurelien Marchand  <artaxerxes@users.sf.net>
6705
6706         * ftp.h: Added OS400 system in enum
6707         * ftp-basic.c: recognize OS400 systems
6708         * ftp.c: don't prepend the CWD if talking to OS400, since it
6709         breaks the change in library
6710
6711 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
6712
6713         * retr.c (get_contents): Pass the correct argument to ssl_iread.
6714
6715 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
6716
6717         * safe-ctype.h: Don't #define ctype.h macros to errors because
6718         that loses when someone #include's ctype.h after safe-ctype.h.
6719
6720 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
6721
6722         * url.c: Undef U, W, C after use.
6723
6724 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
6725
6726         * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
6727         be augmented by ",nocontrol" which means don't escape the control
6728         characters, but otherwise keep OS settings.
6729
6730         * url.c (file_unsafe_char): Deleted.
6731         (append_uri_pathel): Query filechr_table directly.
6732         (filechr_table): Separated Unix, Windows, and control-unsafe
6733         characters.
6734
6735 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
6736
6737         * url.c (url_escape_1): New function.
6738         (url_escape): Use it.
6739         (sync_path): Handle pathological cases where u->file and u->dir
6740         contain really strange characters.
6741         (ENCODE): Deleted.
6742         (REENCODE): Deleted.
6743
6744 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
6745
6746         * url.c (url_file_name): Don't reallocate FNAME if the file
6747         doesn't exist, as is usually the case.
6748
6749         * utils.c (unique_name): New flag allow_passthrough.
6750
6751 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
6752
6753         * utils.c (wtimer_sys_diff): Convert the time difference to signed
6754         __int64, then to double.  This works around MS VC++ 6 which can't
6755         convert unsigned __int64 to double directly.
6756
6757 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
6758
6759         * Makefile.in (clean): Also remove the core.<number> files
6760         produced by recent Linux systems.
6761
6762 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
6763
6764         * http.c (post_file): Don't pad the file if it's not large
6765         enough.  Bail out instead.
6766
6767 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6768
6769         * retr.c (get_contents): Reduce the buffer size to the amount of
6770         data that may pass through for one second.  This prevents long
6771         sleeps when limiting bandwidth.
6772
6773         * connect.c (connect_to_one): Reduce the socket's RCVBUF when
6774         bandwidth limitation to small values is requested.
6775
6776 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6777
6778         * progress.c (update_speed_ring): Moved the speed ring update to a
6779         separate function and documented it better.
6780
6781         * progress.c: Use `double' for most timers to support granularity
6782         smaller than 1ms.
6783
6784 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6785
6786         * wget.h (XDIGIT_TO_XCHAR): Implement as index into a literal
6787         string.
6788         (XDIGIT_TO_xchar): Ditto.
6789
6790 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6791
6792         * utils.c: Change the type of timer-related functions from long to
6793         double, for better precision.  On machines supporting gettimeofday
6794         the timers now work with granularity of less than one millisecond.
6795
6796 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6797
6798         * cookies.c (parse_set_cookies): Fixed the parser to handle more
6799         edge conditions.
6800         (test_cookies): New function, contains a test suite for
6801         parse_set_cookies.
6802
6803 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6804
6805         * url.c (strpbrk_or_eos): Implement as a macro under Gcc.
6806
6807 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
6808
6809         * cookies.c (parse_set_cookies): Allow trailing space in
6810         set-cookies header.  Also, allow any amount of whitespace, not
6811         only one character.  Allow empty set-cookies header without
6812         spewing an error.
6813
6814 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
6815
6816         * url.c (append_uri_pathel): Use opt.restrict_file_names when
6817         calling file_unsafe_char.
6818
6819         * init.c: New command restrict_file_names.
6820
6821         * main.c (main): New option --restrict-file-names[=windows,unix].
6822
6823         * url.c (url_file_name): Renamed from url_filename.
6824         (url_file_name): Add directory and hostdir prefix here, not in
6825         mkstruct.
6826         (append_dir_structure): New function, does part of the work that
6827         used to be in mkstruct.  Iterates over path elements in u->path,
6828         calling append_uri_pathel on each one to append it to the file
6829         name.
6830         (append_uri_pathel): URL-unescape a path element and reencode it
6831         with a different set of rules, more appropriate for handling of
6832         files.
6833         (file_unsafe_char): New function, uses a lookup table to decide
6834         whether a character should be escaped for use in file name.
6835         (append_string): New utility function.
6836         (append_char): Ditto.
6837         (file_unsafe_char): New argument restrict_for_windows, decide
6838         whether Windows file names should be escaped in run-time.
6839
6840         * connect.c: Include <stdlib.h> to get prototype for abort().
6841
6842 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
6843
6844         * utils.c (wtimer_sys_set): Extracted the code that sets the
6845         current time here.
6846         (wtimer_reset): Call it.
6847         (wtimer_sys_diff): Extracted the code that calculates the
6848         difference between two system times here.
6849         (wtimer_elapsed): Call it.
6850         (wtimer_elapsed): Don't return a value smaller than the previous
6851         one, which could previously happen when system time is set back.
6852         Instead, reset start time to current time and note the elapsed
6853         offset for future calculations.  The returned times are now
6854         guaranteed to be monotonically nondecreasing.
6855
6856 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
6857
6858         * host.c (lookup_host): Print the result of the DNS lookup.
6859
6860 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
6861
6862         * init.c (cmd_boolean): Accept yes/no along with on/off.
6863         (cmd_lockable_boolean): Ditto.
6864
6865 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
6866
6867         * init.c: New command dns_cache.
6868
6869         * main.c (main): New option --dns-cache[=off].
6870
6871 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
6872
6873         * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
6874
6875         * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
6876         HAVE_GETADDRINFO for getaddrinfo-related stuff.
6877
6878 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
6879
6880         * url.c (url_parse): Return an error if the URL contains a [...]
6881         IPv6 numeric address and we don't support IPv6.
6882
6883 2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
6884
6885         * url.c (is_valid_ipv6_address): Modified to not require
6886         zero-terminated strings.
6887         (is_valid_ipv4_address): Ditto.
6888
6889 2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
6890
6891         src/url.c: added RFC 2732 compliance for URL parsing. The
6892         functions is_*_address valid are a modified version of
6893         glibc 2.3.2 inet_pton's code.
6894
6895 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
6896
6897         * main.c init.c options.h: Added --retry-connrefused option so
6898         that Connection Refused failures are treated as non-fatal (when
6899         trying to retrieve from busy servers).
6900
6901         * wget.h: New CONNECT_ERROR macro for encapsulating this
6902         modification.
6903
6904         * ftp.c http.c : Use CONNECT_ERROR macro in places where
6905         ECONNREFUSED was checked.
6906
6907 2003-01-11  Ian Abbott  <abbotti@mev.co.uk>
6908
6909         * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined
6910         by calling new function has_insecure_name_p.  This is based on a
6911         patch by Red Hat.
6912
6913         * fnmatch.c (has_insecure_name_p): New function: returns non-zero
6914         if filename starts with `/' or contains `../' and is therefore
6915         considered insecure.
6916
6917         * fnmatch.h: Declare has_insecure_name_p().
6918
6919 2002-08-03  Hrvoje Niksic  <hniksic@xemacs.org>
6920
6921         * init.c (cmd_file): Allocate RESULT correctly.
6922
6923 2002-07-24  Hrvoje Niksic  <hniksic@xemacs.org>
6924
6925         * recur.c (retrieve_tree): Check whether downloaded_html_set is
6926         non-NULL before using it.
6927
6928 2002-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6929
6930         * html-parse.c (NAME_CHAR_P): Allow almost any character here.
6931
6932 2002-05-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6933
6934         * progress.c (bar_set_params): Fall back to dot progress if the
6935         terminal type is "emacs".
6936
6937 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6938
6939         * log.c: Don't #undef WGET_USE_STDARG.
6940
6941 2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
6942
6943         * hash.c (prime_size): Store the offset of the prime number in the
6944         prime table.  When searching, start with the given offset.
6945         (hash_table_new): Pass the pointer to ht->prime_offset to
6946         prime_size.
6947         (grow_hash_table): Ditto.
6948         (prime_size): Make 13 the first prime to make empty hash tables
6949         slightly smaller.
6950
6951 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
6952
6953         * recur.c (download_child_p): Minor optimization to avoid an
6954         unnecessary additional call to schemes_are_similar_p function.
6955
6956 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
6957
6958         * url.c (schemes_are_similar_p): New function to test enumerated
6959         scheme codes for similarity.
6960
6961         * url.h: Declare it.
6962
6963         * recur.c (download_child_p): Use it to compare schemes.  This
6964         also fixes a bug that allows hosts to be spanned (without the
6965         -H option) when the parent scheme is https and the child's is
6966         http or vice versa.
6967
6968 2002-05-14  Bill Richardson  <bill@riverstonenet.com>
6969
6970         * ftp.c (getftp): Don't ftruncate stdout.
6971
6972         * http.c (gethttp): Don't ftruncate stdout.
6973
6974 2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
6975
6976         * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
6977         (get_number): Ditto.
6978         (get_alt_number): Ditto.
6979         (__isleap): New function-like macro used by strptime.
6980         (day_of_the_week): New function used by strptime.
6981         (day_of_the_year): Ditto.
6982         (__mon_yday): Now shared by mktime and strptime implementations.
6983
6984 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
6985
6986         * cookies.c (check_domain_match): Use match_tail in case
6987         insensitive mode.
6988
6989         * utils.c (match_tail): Allow the caller to specify case
6990         insensitive mode.
6991
6992         * cookies.c (store_cookie): When expiry_time is 0, print it as
6993         undefined, not indefinite.
6994
6995 2002-05-07  Ian Abbott  <abbotti@mev.co.uk>
6996
6997         * cookies.c (cookie_jar_process_set_cookie): Do not store
6998         discarded cookie.
6999
7000 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
7001
7002         * cookies.c (check_domain_match): Allow cookies to be set for
7003         subdomains of unknown top-level domains under some circumstances.
7004
7005 2002-04-21  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
7006
7007         * gen_ssl.c:
7008         - allow checking of server cert
7009         - allow defining client cert type
7010         - allow limit of ssl protocol
7011         - check more return values
7012         - added debug message on break
7013
7014 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
7015
7016         * recur.c (download_child_p): Revert order of items in check
7017         number 6 for clarity.
7018
7019 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
7020
7021         * init.c: Ditto.
7022
7023         * main.c: Ditto.
7024
7025         * http.c: Use the new interface.
7026
7027         * cookies.c: Provide an OO-style "cookie jar" interface to enable
7028         separate cookie jars.
7029
7030         * http.c (http_atotm): Declare argument as const.
7031
7032 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
7033
7034         * cookies.c (cookie_new): Default to PORT_ANY.
7035         (find_cookie_chain_exact): Only search by DOMAIN.
7036         (find_matching_cookie): Also check that PORT matches.
7037         (store_cookie): Only match the domain.
7038         (set_cookie_header_cb): When a cookie "fakes" a domain, assume it
7039         is valid for that host rather than discarding it completely.
7040         (find_matching_chains): Don't search by PORT.
7041         (matching_cookie): Also match PORT.
7042         (load_cookies): Set the port if specified, otherwise leave it as
7043         ANY.
7044         (save_cookies_mapper): Save the port if specified, otherwise leave
7045         it empty.
7046
7047 2002-04-19  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
7048
7049         * init.c: The option `egdfile' was not in sort order.
7050
7051 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7052
7053         * ftp.c (getftp): Treat directories that begin with <letter>: as
7054         absolute.
7055         (getftp): Strip trailing slashes from con->id before merging it
7056         with TARGET.
7057
7058 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7059
7060         * http.c (gethttp): If Content-Type is not given, assume
7061         text/html.
7062
7063 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7064
7065         * recur.c (download_child_p): Don't ignore rejection of HTML
7066         documents that are themselves leaves of recursion.
7067
7068 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7069
7070         Makefile.in: Updated several dependencies for object files to take
7071         account of nested include files.
7072
7073 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7074
7075         Makefile.in: The target `connect$o' (connect.o) now depends on
7076         `utils.h'
7077
7078 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7079
7080         * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
7081         (gethostbyname_with_timeout): Use it.
7082
7083         * utils.c: Don't define `SETJMP()', `run_with_timeout_env' or
7084         `abort_run_with_timeout()' when `USE_SIGNAL_TIMEOUT' is undefined.
7085
7086 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7087
7088         * host.c (getaddrinfo_with_timeout): New function.
7089         (gethostbyname_with_timeout): Ditto.
7090         (lookup_host): Use them.
7091
7092 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7093
7094         * utils.c (number_to_string): Handle the case when n < -INT_MAX.
7095
7096 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7097
7098         * init.c (comind): Use a marginally faster implementation of
7099         binary search.  To quote Martin Buchholz, "a nanosecond saved is a
7100         nanosecond earned."
7101
7102 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7103
7104         * main.c (print_help): Document `--post-data' and `--post-file'.
7105
7106 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7107
7108         * http.c (gethttp): Ditto.
7109
7110         * retr.c (retrieve_url): Initialize variables to appease the
7111         compiler.
7112
7113         * gen_sslfunc.c (ssl_iread): Don't handle EINTR when calling
7114         select_fd.
7115         (ssl_iwrite): Ditto.
7116
7117         * connect.c (select_fd): Rewrite to handle EINTR.  Set errno to
7118         ETIMEDOUT in case of timeout.
7119         (iread): No need to handle EINTR when calling select_fd.
7120         (iwrite): Ditto.
7121
7122 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7123
7124         * retr.c (retrieve_url): Make sure that POST is not honored for
7125         redirections.
7126
7127         * http.c (gethttp): Send the POST data when requested.
7128         (post_file): New function.
7129         (gethttp): Use it.
7130
7131         * main.c (main): Ditto.
7132
7133         * init.c: Add new options.
7134
7135         * options.h (struct options): New options post_data and
7136         post_file_name.
7137
7138 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7139
7140         * connect.c (connect_with_timeout): Firing SIGALRM can result in
7141         connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
7142
7143 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7144
7145         * connect.c (connect_with_timeout): Use it.
7146
7147         * utils.c (run_with_timeout): New function.
7148
7149 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7150
7151         * url.c (getproxy): Accept a struct url argument.  This obviates
7152         the need for USE_PROXY_P.
7153
7154         * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
7155
7156         * ftp.c (getftp): Recognize FWTK-style proxy.
7157
7158 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7159
7160         * config.h.in: Only define _VA_LIST when compiled with gcc.
7161
7162 2002-04012  Ian Abbott  <abbotti@mev.co.uk>
7163
7164         * http.c (http_loop): Compensate for MS Windows two-second
7165         granularity of file modification time when comparing timestamps.
7166
7167         * ftp.c (ftp_retrieve_list): Ditto.
7168
7169 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
7170
7171         * utils.c (has_html_suffix_p): New function to test filename for
7172         common html extensions.
7173
7174         * utils.h: Declare it.
7175
7176         * http.c (http_loop): Use it instead of previous test.
7177
7178         * retr.c (retrieve_url): Ditto.
7179
7180         * recur.c (download_child_p): Ditto.
7181
7182 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7183
7184         * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
7185         declaring va_list.
7186         From Kevin Rodgers <kevinr@ihs.com>.
7187
7188 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
7189
7190         * Makefile.in: Specify libtool mode explicitly when linking.
7191
7192 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7193
7194         * connect.c (connect_with_timeout): New function.
7195         (connect_to_one): Use it.
7196
7197         * config.h.in: Add stubs for HAVE_SIGSETJMP, HAVE_SIGBLOCK, and
7198         HAVE_SETJMP_H.
7199
7200 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7201
7202         * log.c: Set WGET_USE_STDARG if __STDC__ is defined and stdarg.h
7203         is present.
7204
7205 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7206
7207         * progress.c (bar_create): If INITIAL is larger than TOTAL, fix
7208         TOTAL.
7209         (bar_finish): Likewise.
7210
7211 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7212
7213         * html-url.c (tag_handle_form): New function.  Pick up form
7214         actions and mark them for conversion only.
7215
7216 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7217
7218         * progress.c (struct progress_implementation): Use PARAMS when
7219         declaring the parameters of *create, *update, *finish, and
7220         *set_params.
7221
7222         * netrc.c: Ditto.
7223
7224         * http.c: Reformat some function definitions so that ansi2knr can
7225         read them.
7226
7227         * hash.c (struct hash_table): Use the PARAMS macro around
7228         parameters in the declaration of hash_function and test_function.
7229         (prime_size): Spell 2580823717UL and 3355070839UL as (unsigned
7230         long)0x99d43ea5 and (unsigned long)0xc7fa5177 respectively, so
7231         that pre-ANSI compilers can read them.
7232         (find_mapping): Use PARAMS when declaring EQUALS.
7233         (hash_table_put): Ditto.
7234
7235         * ftp.h: Wrap the parameters of ftp_index declaration in PARAMS.
7236
7237         * cookies.c (cookie_new): Use (unsigned long)0 instead of 0UL,
7238         which was unsupported by pre-ANSI compilers.
7239
7240         From Nelson H. F. Beebe <beebe@math.utah.edu>, for the most part.
7241
7242 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7243
7244         * url.c (url_filename): Use compose_file_name regardless of
7245         whether opt.dirstruct is set.
7246         (mkstruct): Don't handle the query and the reencoding of DIR; that
7247         is done in compose_file_name.
7248
7249 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7250
7251         * wget.h: Ditto for extern char *exec_name.
7252
7253         * options.h: Don't guard against OPTIONS_DEFINED_HERE -- it is
7254         perfectly legal to follow an `extern' with a non-`extern' ones,
7255         provided the types match.
7256
7257         * main.c: Don't define OPTIONS_DEFINED_HERE.
7258
7259 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7260
7261         * progress.c (create_image): Revert to calculating ETA based on
7262         average download speed.
7263         (create_image): Don't print ETA until the download has been active
7264         for at least 3 seconds.
7265         (create_image): When ETA is not available, don't print anything.
7266         The previous version would print --:--.
7267
7268 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7269
7270         * progress.c (bar_update): Keep updating a subinterval until it
7271         reaches or exceeds a watermark.  That way the measurement will be
7272         guaranteed to span a configurable minimum of time.  The current
7273         default is 3s in 30 100ms intervals.
7274
7275 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7276
7277         * progress.c (bar_update): Maintain an array of the time it took
7278         to perform previous 30 network reads.
7279         (create_image): Calculate the download speed and ETA based on the
7280         last 30 reads, not the entire download.
7281         (create_image): Make sure that the ETA is not changed more than
7282         once per second.
7283
7284 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
7285
7286         * mswindows.c (borland_utime): New function conditionally defined
7287         when `HACK_BCC_UTIME_BUG' is defined.  A reimplementation of
7288         `utime()' as Borland's `utime()' function is broken on Windows 9x
7289         systems.  (Original patch by Chin-yuan Kuo <sr1111111@yahoo.com.tw>.)
7290
7291 2002-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7292
7293         * ftp.c (ftp_loop): Propagate the result of ftp_retrieve_glob.
7294
7295 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
7296
7297         * Makefile.in: Updated several dependencies for object files.
7298
7299 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
7300
7301         * mswindows.c: Include "utils.h".
7302
7303 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
7304
7305         * host.h: Don't include netdb.h on windows.
7306
7307 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7308
7309         * recur.c (retrieve_tree): Handle the case when start_url doesn't
7310         parse.
7311
7312 2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
7313
7314         * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
7315         calling xmalloc and memcpy.
7316
7317 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7318
7319         * host.h: Include Unix-specific includes #ifndef WINDOWS.
7320         Patch originally provided by Christian Lackas.
7321
7322 2002-02-11  Christian Lackas  <delta@lackas.net>
7323
7324         * recur.c: recurive downloading for https fixed.
7325
7326 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
7327
7328         * host.h: Also include <netinet/in.h> and <sys/socket.h>.
7329
7330         * ftp-basic.c: Also include <netinet/in.h>.
7331
7332 2002-02-05  Ian Abbott  <abbotti@mev.co.uk>
7333
7334         * http.c (gethttp): when -c used, mark already fully retrieved
7335         file as successfully retrieved.
7336
7337 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7338
7339         * url.c (url_parse): Don't treat '?' as query string separator
7340         when parsing FTP URLs.
7341
7342 2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7343
7344         * html-url.c (tag_handle_meta): Don't crash on <meta
7345         http-equiv=refresh> where content is missing.
7346
7347 2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
7348
7349         * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
7350         netdb.h on windows.
7351
7352 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7353
7354         * retr.c (retrieve_url): Remove redirection cycle detection.  This
7355         is because some sites legitimately redirect the user back to the
7356         same location, e.g. after an authorization check performed by
7357         another page.  MAX_REDIRECTIONS is still used to prevent infinite
7358         redirection loops.
7359
7360 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7361
7362         * http.c (gethttp): Wrap host name in square brackets if it
7363         contains a colon.
7364
7365 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7366
7367         * url.c (url_parse): Allow all hex digits, not only decimal ones,
7368         to form an IP address.
7369
7370 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7371
7372         * url.c (urlchr_table): Make square braces reserved, so we can
7373         parse http://[::1]/.
7374         (url_parse): Handle host in braces.
7375         (url_string): If url->host contains colons, wrap it in braces.
7376
7377 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7378
7379         * connect.c (resolve_bind_address): New function.
7380         (connect_to_one): Use it.
7381         (bindport): Ditto.
7382
7383         * init.c: Don't resolve bind-address here.
7384
7385         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
7386
7387 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7388
7389         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
7390         offset.
7391         (address_list_new): Use map_ipv4_to_ip.
7392         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
7393         in IPv4 context.
7394
7395 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7396
7397         * source: Integrated IPv6 support.
7398         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
7399
7400 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
7401
7402         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
7403         (cmd_directory): New function. Like cmd_file(), but strips
7404         trailing directory separators.
7405         (commands): Change action for "dirprefix" from `cmd_file' to
7406         `cmd_directory'.
7407
7408         * utils.c (make_directory): Allow intermediate `mkdir' calls to
7409         fail, as not all path components that do not exist should be
7410         directory components, especially under Windows.
7411
7412 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7413
7414         * netrc.c (parse_netrc): Skip leading whitespace before testing
7415         whether the line is empty.  Empty lines still contain the line
7416         terminator.
7417
7418 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7419
7420         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
7421         only if no data is pending in SSL buffers.
7422         From tony@bluetail.com.
7423
7424 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7425
7426         * headers.c (header_get): Strip trailing whitespace from the
7427         header.
7428
7429 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7430
7431         * url.c (parse_uname): URL-decode *USER and *PASSWD.
7432
7433 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
7434
7435         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
7436         starts with "//").
7437
7438 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7439
7440         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
7441         error.
7442
7443 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7444
7445         * version.c: Wget 1.8.1 is released.
7446
7447 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7448
7449         * version.c: Wget 1.8.1-pre3 is released.
7450
7451 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7452
7453         * recur.c (retrieve_tree): Enqueue the canonical representation of
7454         start_url, so that the test against dl_url_file_map works.
7455
7456 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7457
7458         * log.c (logputs): Check for requested verbosity before printing
7459         anything.
7460
7461 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7462
7463         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
7464         inline.
7465
7466 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7467
7468         * recur.c (retrieve_tree): Make a copy of file obtained from
7469         dl_url_file_map because the code calls xfree(file) later.
7470
7471 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7472
7473         * recur.c (register_html): Maintain a hash table of HTML files
7474         along with the list.  Disallow duplicates.
7475         (retrieve_tree): Use downloaded_html_set to check whether the file
7476         found in dl_url_file_map is an HTML file, and descend into it if
7477         so.
7478         (convert_all_links): Don't guard against duplicates in
7479         downloaded_html_list, since they are no longer possible.
7480
7481 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
7482
7483         * recur.c (retrieve_tree): Pass on referring URL when retrieving
7484         recursed URL.
7485
7486 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7487
7488         * version.c: Wget 1.8.1-pre2 is released.
7489
7490 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7491
7492         * retr.c (sleep_between_retrievals): Simplify indentation.
7493
7494 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7495
7496         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
7497         of "randomness" at a time.
7498         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
7499
7500         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
7501         random amount averages in opt.wait.
7502         (sleep_between_retrievals): Don't seed the PRNG; random_number
7503         will do that.
7504
7505         * utils.c (random_number): New function.
7506
7507 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7508
7509         * url.c (path_simplify): Move here from utils.c, and make static.
7510
7511 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7512
7513         * init.c (wgetrc_file_name): Print correct message when loading
7514         getenv("WGETRC") fails.
7515
7516 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7517
7518         * recur.c (register_download): Don't abort when one URL references
7519         two different files.
7520
7521 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7522
7523         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
7524         calling ssl_iwrite.
7525
7526 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7527
7528         * version.c: Wget 1.8.1-pre1 is released.
7529
7530 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7531
7532         * res.c (matches): Fix broken URL in the docstring.
7533
7534 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7535
7536         * html-url.c (tag_url_attributes): Mark <embed href=...> as
7537         external.
7538
7539 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7540
7541         * url.c (get_urls_file): Cosmetic changes.
7542
7543 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7544
7545         * html-url.c (append_one_url): Resurrect warning when unable to
7546         resolve a relative link.
7547
7548 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7549
7550         * html-url.c (collect_tags_mapper): Break into several functions.
7551         (tag_url_attributes): Collect <embed href=...>.
7552
7553 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7554
7555         * host.c: New type ipv4_address.  Use it consistently instead of
7556         `unsigned char[4]' and `unsigned char *'.
7557         (pretty_print_address): Accept a `const void *', to require even
7558         less casting.
7559
7560 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7561
7562         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
7563
7564 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7565
7566         * main.c (main): Initialize progress after fork_to_background, so
7567         that it knows when to use dots.
7568
7569         * mswindows.c (ws_hangup): Call log_request_redirect_output.
7570
7571         * utils.c (fork_to_background): Print the PID of the child
7572         process.
7573
7574         * log.c (log_request_redirect_output): Set a flag that output
7575         redirection has been requested.  Doing anything else in a signal
7576         handler is unsafe.
7577         (check_redirect_output): New function: check whether redirection
7578         has been requested and, if so, call redirect_output().
7579         (logputs): Call check_redirect_output.
7580         (logprintf): Ditto.
7581         (debug_logprintf): Ditto.
7582         (redirect_output): Print clearer messages.
7583
7584         * main.c (redirect_output_signal): Don't call
7585         redirect_output_signal directly.  Instead, call
7586         log_request_redirect_output.
7587
7588         * utils.c (memfatal): Ditto.
7589
7590         * progress.c (display_image): Use it.
7591
7592         * log.c (log_set_save_context): New function: allow the caller to
7593         turn off saving log context lines.
7594
7595 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7596
7597         * host.c (address_list_set_faulty): Uncomment a sanity check.
7598
7599 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7600
7601         * utils.c (long_to_string): Return a pointer after where the
7602         number ends.
7603         (long_to_string): Rename to number_to_string.
7604
7605 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7606
7607         * utils.c (path_simplify): Correctly handle the unlikely case that
7608         b starts out as path + 1.
7609
7610 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7611
7612         * utils.c (path_simplify): Rewrite, with better comments, and
7613         without the use of strcpy to move overlapping blocks.
7614
7615 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7616
7617         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
7618         valid progress type before setting it.
7619
7620 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7621
7622         * main.c (main): Remove stray debugging message.
7623
7624 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7625
7626         * progress.c (create_image): Fix ETA padding when hours are prined.
7627
7628 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7629
7630         * version.c: Wget 1.8 is released.
7631
7632 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7633
7634         * url.c (reencode_string): Declare static.
7635
7636         * res.c (registered_specs): Declare static.
7637
7638         * progress.c (current_impl_locked): Declare static.
7639
7640         * log.c (flush_log_p): Declare static.
7641         (needs_flushing): Ditto.
7642
7643         * http.c (digest_authentication_encode): Declare static.
7644
7645         * html-url.c (init_interesting): Declare static.
7646
7647         * host.c (host_name_addresses_map): Declare static.
7648
7649         * cookies.c (find_matching_chains): Declare static.
7650
7651         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
7652         indicated by lint.
7653
7654         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
7655
7656         * host.c (address_list_set_faulty): Document that INDEX is
7657         currently unused.
7658
7659         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
7660
7661 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7662
7663         * version.c: Wget 1.8-pre2 is released.
7664
7665 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7666
7667         * progress.c (progress_handle_sigwinch): Set up the signal again.
7668
7669         * utils.c: Include <sys/termios.h>, where Solaris defines
7670         TIOCGWINSZ.
7671
7672         * progress.c (bar_create): Don't use the last column on the screen.
7673         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
7674         only until it exceeded them.
7675
7676 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7677
7678         * version.c: Wget 1.8-pre1 is released.
7679
7680 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7681
7682         * progress.c (progress_create): Make sure that, when the output is
7683         redirected, the progress implementation gets changed to the
7684         fallback one.
7685         (bar_set_params): Set current_impl_locked to 1 when "force" is
7686         specified.
7687         (progress_create): Don't change the progress implementation if
7688         current_impl_locked is non-zero.
7689
7690         * main.c (redirect_output_signal): Call
7691         progress_schedule_redirect.
7692
7693         * progress.c (progress_schedule_redirect): New function.
7694
7695 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7696
7697         * log.c (logvprintf): Restructure to allow being called multiple
7698         times.
7699         (logprintf): Call logvprintf in a loop.
7700         (debug_logprintf): Ditto.
7701
7702 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7703
7704         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
7705         setting egd_file it to empty string.
7706
7707         * main.c (main): Change the option name from --sslegdsock to
7708         --egd-file.
7709
7710 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7711
7712         * gen_sslfunc.c (ssl_init_prng): Make the printed message
7713         translatable.
7714
7715 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7716
7717         * url.c (scheme_disable): New function.
7718
7719         * main.c (main): Call ssl_init_prng from here rather than from
7720         init_ssl, so that it has a chance to disable support for https
7721         before a URL has been resolved.
7722
7723         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
7724         failed.
7725         (ssl_init_prng): Disable support for https if seeding the PRNG
7726         fails.
7727
7728 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7729
7730         * utils.c (read_whole_line): Handle lines beginning with \0.
7731
7732 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
7733
7734         * recur.c (convert_all_links): Guard against duplicates in
7735         downloaded_html_files.
7736         (register_download): Don't invalidate similar-looking URLs.
7737         (match_except_index): New function.
7738
7739 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
7740
7741         * utils.c (path_simplify): Document with test cases.
7742
7743 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7744
7745         * gen_sslfunc.c: Ditto.
7746
7747         * rbuf.c: Include <string.h>.
7748
7749 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7750
7751         * recur.c (retrieve_tree): Check whether the URL was already
7752         downloaded before downloading it again.
7753         (descend_child_p): Renamed to download_child_p.
7754         (register_download): When one URL is downloaded to a file already
7755         "owned" by another URL, delete all references that map any URL to
7756         that file.
7757         (register_delete_file): New function.
7758         (retrieve_tree): Use it after deleting a file.
7759
7760         * url.c (url_parse): Re-canonicalize the URL also if the path is
7761         empty, so that e.g. "http://www.server.com" ->
7762         "http://www.server.com/".
7763         (lowercase_str): Use ISUPPER instead of !ISLOWER.
7764
7765         * retr.c (retrieve_url): Use the canonical URL form when calling
7766         register_download().
7767
7768 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
7769
7770         * snprintf.c (dopr): Use `unsigned int' as the second argument to
7771         va_arg when casting to `unsigned short' is intended.
7772
7773 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
7774
7775         * gen_sslfunc.c: on windows provide ssl crypto random
7776           initialization through RAND_screen(); could possibly
7777           be not enough for strong ssl communication (see the
7778           relevant manual page from the openssl package).
7779
7780 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7781
7782         * url.c (local_quote_string): Reenable quoting of question marks,
7783         but only when `--html-extension' is used.
7784
7785 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7786
7787         * version.c: Wget 1.8-beta3 is released.
7788
7789 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7790
7791         * snprintf.c (dopr): Cast the result of va_arg to short int and
7792         short unsigned int where these types are expected to be used.
7793
7794 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7795
7796         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
7797         with `int' when using it as the second argument to `va_arg'.
7798
7799 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7800
7801         * host.c (address_list_new_one): New function.
7802         (lookup_host): Use it.
7803
7804 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
7805
7806         * host.c (lookup_host): Don't initialize TMPSTORE directly because
7807         it's not legal C.
7808
7809 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
7810
7811         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
7812         the socket data.
7813
7814         * ftp.c: Ditto.
7815
7816         * http.c: No need to declare h_errno.
7817
7818         * host.c: Declare h_errno.
7819
7820 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7821
7822         * utils.c (file_merge): If BASE doesn't contain a slash, just
7823         return a copy of FILE.
7824
7825 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7826
7827         * version.c: Wget 1.8-beta2 is released.
7828
7829 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7830
7831         * ftp.c (getftp): When PWD fails, assume "/".
7832
7833         * ftp-basic.c (ftp_syst): Fix indentation.
7834
7835 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7836
7837         * url.c (get_urls_file): If opt.base_href is specified, merge each
7838         URL with the base.
7839
7840 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7841
7842         * main.c (print_help): Don't document the removed `-nh'.
7843
7844 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7845
7846         * url.c (url_full_path): Document better.
7847
7848         * http.c (gethttp): Use the full path when creating digest
7849         authorization.
7850
7851 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7852
7853         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
7854         '/'.
7855
7856 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7857
7858         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
7859         PREFIX does.
7860
7861 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7862
7863         * cookies.c (check_domain_match): Reimplement to match Netscape's
7864         "preliminary specification" for cookies.
7865
7866 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7867
7868         * url.c (replace_attr_refresh_hack): New function.
7869         (convert_links): Call replace_attr_refresh_hack for Refresh
7870         links.  It will add the "TMOUT; URL=" junk before the link.
7871
7872         * html-url.c (collect_tags_mapper): Set ID to the ID of the
7873         "content" attribute, not "http-equiv".
7874         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
7875         instead, store the information that this entry belongs to a
7876         "refresh" link.
7877
7878 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7879
7880         * version.c: Wget 1.8-beta1 is released.
7881
7882 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7883
7884         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
7885         depth by more than one.
7886
7887 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7888
7889         * retr.c (retrieve_url): Don't allow more than 20 redirections.
7890
7891 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7892
7893         * recur.c (retrieve_tree): Skip the non-inline entries when
7894         enqueuing the children of a leaf HTML node in -p mode.
7895         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
7896         "inline".
7897
7898         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
7899         (collect_tags_mapper): When an entry is "inline", mark it as such.
7900
7901         * recur.c (descend_url_p): Fix test when checking for
7902         acceptance/rejection rules.
7903
7904 2001-10-31 Daniel BODEA <dali@dali-designs.com>
7905
7906         * netrc.c (search_netrc): When slack_default is 0, still look for
7907         an account with matching password, just not the "default account".
7908         HTTP Authorization using .netrc should now work as expected.
7909
7910 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
7911
7912         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
7913         test_socket_open fails.
7914
7915 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7916
7917         * progress.c (display_image): Just print one CR to reset the
7918         cursor position.
7919
7920 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
7921
7922         * init.c: New command `ssl_egd_sock'.
7923
7924         * main.c (main): New option `--sslegdsock'.
7925
7926         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
7927
7928 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7929
7930         * cmpt.c (memmove): Include a simple memmove implementation.
7931
7932 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7933
7934         * headers: Guard against header files being included twice.
7935
7936 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7937
7938         * gen-md5.c: Use unsigned char * as the buffer argument to
7939         gen_md5_update.
7940
7941 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7942
7943         * connect.h: Declare select_fd.
7944
7945 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7946
7947         * recur.c (descend_url_p): When resolving no_parent, compare with
7948         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
7949         wouldn't be followed, although the download started from /a/.
7950
7951 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
7952
7953         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
7954         MS VC; somebody with Borland compiler please check and provide
7955         patch if possible;
7956
7957         * cmpt.c: provided a usleep emulation.
7958
7959 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7960
7961         * host.c (address_list_new): Initialize al->faulty.
7962
7963 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7964
7965         * http.c (http_process_range): Accept the broken output of
7966         "JavaWebServer/1.1.1".
7967
7968 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
7969
7970         * progress.c (dot_set_params): If PARAMS is unspecified, use
7971         dot_style, if available.
7972
7973         * init.c: Ditto.
7974
7975         * main.c (main): Resurect --dot-style.
7976
7977         * progress.c (dot_finish): Print the quantity if we're left at the
7978         beginning of a row.
7979
7980 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7981
7982         * cmpt.c (random): Removed.
7983
7984         * retr.c (sleep_between_retrievals): Use the more portable rand()
7985         instead of random().
7986
7987 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
7988
7989         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
7990         prevent seg fault.
7991
7992 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7993
7994         * connect.c (connect_to_many): Use address_list_set_faulty to
7995         prevent the faulty address from being reused.
7996
7997         * host.c (address_list_set_faulty): New function.
7998         (address_list_get_bounds): New function, instead of
7999         address_list_count.
8000
8001 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8002
8003         * url.c (convert_links): Don't translate %d-%d.
8004
8005         * main.c (print_help): Remove stray HAVE_RANDOM code.
8006
8007 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8008
8009         * ftp.c (getftp): Improve output after sending PASV.  Don't
8010         attempt to "look up" the IP address we already know; call
8011         connect_to_one directly.
8012
8013 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8014
8015         * progress.c: Change the default progress implementation to "bar".
8016
8017 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8018
8019         * progress.c (bar_create): Print two newlines.
8020
8021 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8022
8023         * cmpt.c (random): New function, a simple-minded replacement for
8024         random() on systems that don't have it.
8025
8026 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8027
8028         * config.h.in: Put a HAVE_USLEEP stub.
8029
8030         * cmpt.c (usleep): Replacement implementation of usleep using
8031         select.
8032
8033         * init.c: New option init_rate.
8034
8035         * main.c (main): New option --limit-rate.
8036
8037         * retr.c (limit_bandwidth): New function.
8038         (get_contents): Call it to limit the bandwidth used when
8039         downloading.
8040
8041         * progress.c (dot_update): Would print the wrong download speed on
8042         rows other than the first one when the download was continued.
8043         (dot_finish): Ditto.
8044
8045 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
8046
8047         * http.c (gethttp): fix undeclared variable 'err' when compiled
8048         with HAVE_SSL.
8049
8050 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8051
8052         * progress.c: Don't allocate new timers; use the timing data
8053         propagated from the caller.
8054
8055         * retr.c (get_contents): Allocate and use a timer.
8056
8057 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8058
8059         * http.c (last_host_ip): Made into an address_list.
8060         (invalidate_persistent): Release pc_last_host_ip.
8061         (register_persistent): Use lookup_host.
8062         (persistent_available_p): Check for equality of hosts using
8063         address_list_match_all.  Call address_list_release.
8064         (http_cleanup): New function.
8065
8066         * ftp.c (getftp): Use lookup_host and connect_to_many.
8067
8068         * http.c (gethttp): Use lookup_host and connect_to_many.
8069
8070         * connect.c (make_connection): Removed.
8071         (connect_to_one): New function.
8072         (connect_to_many): Ditto.
8073         (set_connection_host_name): Ditto.
8074
8075         * host.c (lookup_host): New function; new return type.
8076         (address_list_new): New function.
8077         (address_list_count): Ditto.
8078         (address_list_copy_one): Ditto.
8079         (address_list_delete): Ditto.
8080         (address_list_release): Ditto.
8081         (pretty_print_address): Ditto.
8082
8083 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8084
8085         * recur.c (retrieve_tree): In case of followed redirection,
8086         blacklist the pre-redirection URL.
8087
8088 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8089
8090         * recur.c (descend_redirect_p): New function.
8091         (retrieve_tree): Make sure redirections are not blindly followed.
8092
8093 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
8094
8095         * config.h.in: added HAVE_RANDOM.
8096
8097         * options.h: added random_wait to struct options.
8098
8099         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
8100         for --random-wait.
8101
8102         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
8103         implementation of random wait times.
8104
8105         * init.c (commands): added "randomwait" keyword.
8106
8107 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8108
8109         * recur.c (descend_url_p): Be more conservative with blacklisting
8110         URLs.
8111         (convert_all_links): Print how many files have been converted, and
8112         how long it took.
8113
8114         * progress.c (create_image): Place the number of downloaded bytes
8115         right after the progress bar.
8116
8117         * utils.c (suffix): Return a pointer into the string.
8118
8119 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8120
8121         * url.c (convert_links): Handle CO_NULLIFY_BASE.
8122
8123         * recur.c (retrieve_tree): Ignore download-ignorable children.
8124         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
8125
8126         * html-url.c (handle_link): Return the newly created urlpos.
8127         (collect_tags_mapper): When dealing with BASE, store the base
8128         reference and mark it as download-ignorable.
8129
8130 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8131
8132         * url.c (convert_links): Attempt to quote '?' as "%3F" when
8133         linking to local files.  Given up on the attempt, as it breaks
8134         local browsing.
8135
8136 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8137
8138         * main.c (private_initialize): Removed.
8139         (main): Don't call private_initialize.
8140
8141         * http.c: Call lookup_host.
8142
8143         * host.c (host_init): Removed.
8144         (add_host_to_cache): Initialize host_name_address_map here, on
8145         demand.
8146         (ngethostbyname): Commented out.
8147
8148         * connect.c (make_connection): Remove dead code; use lookup_host.
8149
8150         * host.c (store_hostaddress): Renamed to lookup_host and reversed
8151         the args.
8152         Removed host_address_name_map and host_slave_master_map.
8153
8154 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8155
8156         * progress.c (dot_create): Align the "[ skipping ... ]" string
8157         with the dots.
8158
8159         * retr.c (rate): Split into two functions: calc_rate and
8160         retr_rate.
8161
8162         * progress.c (create_image): Draw a dummy progress bar even when
8163         total size is unknown.
8164         (display_image): Place the text cursor at the end of the "image".
8165
8166 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8167
8168         * url.c (reencode_string): Use unsigned char, not char --
8169         otherwise the hex digits come out wrong for 8-bit chars such as
8170         nbsp.
8171         (lowercase_str): New function.
8172         (url_parse): Canonicalize u->url if needed.
8173         (get_urls_file): Parse each URL, and return only the valid ones.
8174         (free_urlpos): Call url_free.
8175         (mkstruct): Add :port if the port is non-standard.
8176         (mkstruct): Append the query string to the file name, if any.
8177         (urlpath_length): Use strpbrk_or_eos.
8178         (uri_merge_1): Handle the cases where LINK is an empty string,
8179         where LINK consists only of query, and where LINK consists only of
8180         fragment.
8181         (convert_links): Count and report both kinds of conversion.
8182         (downloaded_file): Use a hash table, not a list.
8183         (downloaded_files_free): Free the hash table.
8184
8185         * retr.c (retrieve_from_file): Ditto.
8186
8187         * main.c (main): Call either retrieve_url or retrieve_tree
8188         for each URL, not both.
8189
8190         * retr.c (register_all_redirections): New function.
8191         (register_redirections_mapper): Ditto.
8192         (retrieve_url): Register the redirections.
8193         (retrieve_url): Make the string "Error parsing proxy ..."
8194         translatable.
8195
8196         * res.c (add_path): Strip leading slash from robots.txt paths so
8197         that the path representations are "compatible".
8198         (free_specs): Free each individual path, too.
8199         (res_cleanup): New function.
8200         (cleanup_hash_table_mapper): Ditto.
8201
8202         * recur.c (url_queue_new): New function.
8203         (url_queue_delete): Ditto.
8204         (url_enqueue): Ditto.
8205         (url_dequeue): Ditto.
8206         (retrieve_tree): New function, replacement for recursive_retrieve.
8207         (descend_url_p): New function.
8208         (register_redirection): New function.
8209
8210         * progress.c (create_image): Cosmetic changes.
8211
8212         * init.c (cleanup): Do all those complex cleanups only if
8213         DEBUG_MALLOC is defined.
8214
8215         * main.c: Removed --simple-check and the corresponding
8216         simple_host_check in init.c.
8217
8218         * html-url.c (handle_link): Parse the URL here, and propagate the
8219         parsed URL to the caller, who would otherwise have to parse it
8220         again.
8221
8222         * host.c (xstrdup_lower): Moved to utils.c.
8223         (realhost): Removed.
8224         (same_host): Ditto.
8225
8226 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8227
8228         * utils.c (path_simplify): Preserver the (non-)existence of
8229         leading slash.  Return non-zero if changes were made.
8230
8231 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8232
8233         * progress.c (bar_update): Don't modify bp->total_length if it is
8234         zero.
8235
8236 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8237
8238         * retr.c (retrieve_url): When the redirection URL doesn't parse,
8239         print the correct error message rather than "UNKNOWN".
8240
8241 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8242
8243         * progress.c (bar_finish): If the timer didn't record any time
8244         since the download beginning, fake 1ms.
8245
8246 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8247
8248         * recur.c (recursive_retrieve): Fix typo.
8249
8250 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8251
8252         * progress.c (create_image): Don't translate "%ld ".
8253
8254 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8255
8256         * progress.c (bar_set_params): Allow the user to force the use of
8257         the bar.
8258
8259 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
8260
8261         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
8262
8263 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8264
8265         * progress.c: Renamed dp_* functions to dot_* for greater clarity
8266         and consistency with bar_*.
8267         (print_download_speed): Get rid of the unneeded '@' character.
8268         (create_image): Fix download rate geometry.
8269
8270         * progress.c (print_elapsed): Remove spurious space.
8271         (print_elapsed): Renamed to print_download_speed, since that's
8272         what it does.
8273
8274 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8275
8276         * progress.c (bar_update): If the downloaded amount becomes larger
8277         than the expected amount, adjust the expected amount accordingly.
8278
8279 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8280
8281         * utils.c (determine_screen_width): New function.
8282
8283         * main.c (main): New option `--progress=TYPE'.
8284         (main): Implement compatibility with the old option `--dot-style'.
8285
8286         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
8287         dp_set_params.
8288         (cmd_spec_progress): New function.
8289
8290         * retr.c (get_contents): Use the progress_* functions instead of
8291         the old show_progress().
8292         (show_progress): Removed.
8293         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
8294         etc.
8295
8296         * progress.c (set_progress_implementation): New function.
8297         (valid_progress_implementation_p): Ditto.
8298         (progress_create): Ditto.
8299         (progress_update): Ditto.
8300         (progress_finish): Ditto.
8301         (dp_create): Ditto.
8302         (dp_update): Ditto.
8303         (dp_finish): Ditto.
8304         (dp_set_params): Ditto.
8305         (print_elapsed): Ditto.
8306
8307 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8308
8309         * retr.c (show_progress): Use it.
8310
8311         * log.c (log_set_flush): New function.
8312
8313 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8314
8315         * utils.c (path_simplify): Don't remove trailing slashes.
8316
8317         * ftp.c (ftp_get_listing): Use it.
8318
8319         * utils.c (file_merge): New function.
8320
8321         * url.c (opt_url): Removed.
8322
8323         * recur.c (recursive_retrieve): Inline "opt_url" logic.
8324
8325         * main.c (main): Use xfree(), not free().
8326
8327         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
8328
8329         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
8330         internally.
8331
8332         * config.h.in: Include a stub for HAVE_STRPBRK.
8333
8334         * cmpt.c (strpbrk): Include a replacement for systems without
8335         strpbrk().
8336
8337         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
8338
8339         * url.c (url_set_dir): New function.
8340         (url_set_file): Ditto.
8341
8342         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
8343         parser makes the URL "params" available, so we can do that in this
8344         function.
8345
8346         * retr.c: Ditto.
8347
8348         * ftp.c: Ditto; pass the local file information in `ccon'.
8349
8350         * http.c: Get rid of the ugly kludge that had URL being replaced
8351         with the proxy URL when proxy retrieval was requested.  Use a
8352         separate parameter to http_loop and gethttp for the proxy URL.
8353
8354         * http.c: Changed to reflect the fact that local file, proxy, and
8355         referer information are no longer stored in struct url.  The local
8356         file information is passed in `struct hstat' now.
8357
8358         * url.c: Reworked URL parsing to be more regular.  Reencode the
8359         URL using reencode_string.
8360         Removed non-URL-related information from struct url.  This
8361         includes fields `proxy', `local', and `referer'.
8362
8363 2001-11-22  Jochen Hein  <jochen@jochen.org>
8364
8365         * main.c (main): Split the copyright notice for easier
8366         translation.
8367
8368 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
8369
8370         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
8371           command to server to request file size.
8372         * ftp.h (ftp_size): Export it.
8373         * ftp.c (getftp): Use new ftp_size function if restoring
8374           transfer of a file with unknown size.
8375
8376 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8377
8378         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
8379
8380 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8381
8382         * url.c (getproxy): Handle URL shorthands.
8383
8384 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8385
8386         * main.c: Remove --wait / --waitretry backwards compatibility
8387         code.
8388
8389 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8390
8391         * main.c (main): Use it.
8392
8393         * url.c (rewrite_url_maybe): New function.
8394
8395 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8396
8397         * url.c: Clean up handling of URL schemes.
8398
8399 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8400
8401         * url.c: Get rid of `protostrings'.
8402         (skip_proto): Don't use protostrings.
8403         (has_proto): Ditto.
8404
8405 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8406
8407         * Makefile.in: Conditionally compile getopt.o.
8408
8409 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8410
8411         * md5.h: Renamed to gnu-md5.h.
8412
8413         * md5.c: Renamed to gnu-md5.c.
8414
8415         * http.c: Ditto.
8416
8417         * ftp-opie.c: Use the new macros.
8418
8419         * sysdep.h: Define md5-related macros.
8420
8421         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
8422         depending on which md5 implementation is used.
8423
8424 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8425
8426         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
8427         the compiler.
8428
8429 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8430
8431         * http.c (gethttp): Print the whole response line when printing
8432         headers is requested.
8433
8434 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8435
8436         * res.c: New file.  Implement all RES-related code here.
8437
8438 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8439
8440         * version.c: Wget 1.7.1 is released.
8441
8442 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8443
8444         * headers.c (header_extract_number): Ignore trailing whitespace.
8445
8446 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
8447
8448         * html-url.c (collect_tags_mapper): Fix bug converting links
8449         with -k option for tags with multiple link attributes by
8450         handling links in the order they appear.
8451
8452 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
8453
8454         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
8455           the call to the 'rate' function by moving it past the error
8456           checking for the 'getftp' function return value.
8457
8458 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8459
8460         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
8461         '\"'.  Different compilers' assert macros are broken in different
8462         ways.
8463
8464 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
8465
8466         * http.c (gethttp): print debug output for errors occuring during
8467         the ssl handshake.
8468
8469 2001-11-16  Chris Seawood  <cls@seawood.org>
8470
8471         * init.c: Ditto.
8472
8473         * host.c: Ditto.
8474
8475         * connect.c: Ditto.
8476
8477         * sysdep.h: Support compilation under BEOS.
8478
8479 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
8480
8481         * url.c (url_equal): Fix a memory leak when parseurl returns an
8482         error on the second URL. Also, since url_equal is not used at the
8483         moment, do not compile it.
8484
8485         * url.h: Ditto for the prototype of url_equal.
8486
8487 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8488
8489         * html-parse.c (map_html_tags): Support XML-style empty tags.
8490
8491 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8492
8493         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
8494         loop condition because we're no longer setting SIZEVAR here.
8495
8496 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8497
8498         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
8499         call because it needs the old value.
8500
8501 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8502
8503         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
8504         an attribute name.
8505
8506 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8507
8508         * url.c (url_filename): Make sure that slashes that sneak in to
8509         u->file via query string get protected.
8510         (file_name_protect_query_string): New function.
8511
8512 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8513
8514         * recur.c (recursive_retrieve): Also check undesirable_urls with
8515         canonicalized URL.
8516
8517 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8518
8519         * http.c (gethttp): Search `.netrc' with real host, not the proxy
8520         one.
8521
8522 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8523
8524         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
8525         define it.
8526
8527 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8528
8529         * ftp.h: Provide correct prototype for ftp_parse_ls().
8530
8531 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8532
8533         * version.c: Wget 1.7 is released.
8534
8535 2001-06-03  Karl Eichwalder  <ke@suse.de>
8536
8537         * ftp-ls.c (ftp_parse_ls): Fix typo.
8538
8539 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8540
8541         * all: Update copyright information.
8542
8543 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8544
8545         * http.c (gethttp): Indicate that the continued download failed
8546         for *this* file.
8547
8548 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8549
8550         * version.c: Wget 1.7-pre1 is released.
8551
8552 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8553
8554         * version.c: Updated version to 1.7-pre1.
8555
8556 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8557
8558         * gen_sslfunc.c: Don't include <sys/time.h> directly.
8559
8560 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8561
8562         * http.c (gethttp): Use real URL data for cookies, not the proxy
8563         stuff.
8564
8565 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8566
8567         * main.c (print_help): Document `--no-http-keep-alive'.
8568
8569         * utils.c (numdigit): Handle negative numbers *correctly*.
8570
8571         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
8572         than the confusing "unsigned".
8573
8574         * utils.c (string_set_contains): Renamed from string_set_exists.
8575
8576         * hash.c (hash_table_contains): Renamed from hash_table_exists.
8577
8578         * cookies.c: Move case-insensitive hash tables to hash.c.
8579
8580 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8581
8582         * http.c (gethttp): Before concluding that the file is already
8583         fully retrieved, make sure that the file existed and `Range' was
8584         actually requested.
8585
8586 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8587
8588         * cookies.c (eliminate_dups): New function.
8589         (build_cookies_request): Use it.
8590         (build_cookies_request): Set chain_store_size after reallocating
8591         all_chains.
8592         (check_domain_match): Annotated for easier future debugging.
8593         (store_cookie): In the debug message, print whether the cookie is
8594         permanent.
8595
8596 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8597
8598         * http.c (http_loop): Reset no_truncate before deciding whether to
8599         set it.
8600         (gethttp): Further clarify "-c conflicts with existing file" error
8601         message, based on input from Herold Heiko.
8602
8603 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
8604
8605         * http.c (http_loop): If restval is set, set no_truncate to 1
8606         unconditionally.
8607
8608 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8609
8610         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
8611         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
8612         (ftp_parse_vms_ls): Ditto.
8613
8614 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
8615
8616         * init.c (cmd_address): Zero SIN before using it; apparently
8617         needed on *BSD.
8618
8619 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8620
8621         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
8622         empty.
8623
8624 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8625
8626         * main.c (main): Make `--cookies' respect its argument.
8627
8628 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
8629
8630         * main.c (main): Removed undocumented option `--email-address'.
8631
8632         * netrc.c: Use the latest read_whole_line.
8633
8634         * init.c (defaults): Set opt.ftp_pass to "-wget@".
8635
8636         * mswindows.c (pwd_cuserid): Ditto.
8637
8638         * utils.c (pwd_cuserid): Removed.
8639
8640         * host.c (ftp_getaddress): Removed.
8641
8642 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
8643
8644         (http_loop): Allocate space for filename_plus_orig_suffix with
8645         alloca; this is more efficient and removes the need to free it
8646         before each and every return.
8647
8648 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
8649
8650         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
8651         unneeded because the file is already there and fully downloaded,
8652         and -c is specified.
8653         (http_loop): Handle RETRUNNEEDED.
8654
8655         * wget.h (uerr_t): New value RETRUNNEEDED.
8656
8657         * http.c (http_loop): Set no_truncate for files that both exist
8658         and are non-empty.
8659         (gethttp): Consider the download finished when restval >= contlen,
8660         not only when restval==contlen.
8661         (gethttp): Handle redirection before giving up due to -c.
8662         (gethttp): Clarify error message which explains that -c will not
8663         truncate the file.
8664         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
8665         the stuff that needs freeing and release the socket.
8666
8667 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8668
8669         * main.c (print_help): Wget booleans accept "off", not "no".
8670
8671 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8672
8673         * http.c (http_loop): If allow_cache is zero, always disable
8674         caching, not only when retrieving through proxy.
8675
8676         * init.c: Ditto.
8677
8678         * options.h (struct options): Rename proxy_cache to allow_cache.
8679
8680 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8681
8682         * http.c (mktime_from_utc): Improve documentation.
8683         (http_atotm): Put format strings into a separate array.
8684
8685 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8686
8687         * safe-ctype.h: Instead of throwing #error when isalpha is
8688         defined, redefine it to something that will throw a compile-time
8689         error if actually *used*.  Do the same for the rest of the
8690         standard C macros.
8691
8692 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8693
8694         * url.c (getproxy): Ignore empty proxy vars.
8695
8696 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8697
8698         * http.c (http_loop): Would load cookies every time.
8699
8700         * cookies.c (load_cookies): Handle cookies whose values contain
8701         embedded spaces.
8702
8703 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8704
8705         * utils.c: Define each DIGITS_* in one line.
8706
8707 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
8708
8709         * http.c (http_atotm): Initialize t.tm_isdst to 0.
8710         (mktime_from_utc): Prevent mktime() from having discontinuities at
8711         DST transition points.
8712
8713 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8714
8715         * html-url.c (get_urls_html): Fix documentation.
8716
8717 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8718
8719         * url.c (UNSAFE_CHAR): Reimplement using a static table.
8720         (url_init): Removed.
8721         (init_unsafe_char_table): Removed.
8722
8723 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8724
8725         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
8726
8727 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8728
8729         * utils.c: Document timer functions.
8730
8731         * retr.c (rate): Use it.
8732         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
8733
8734         * utils.c (wtimer_granularity): New function.
8735
8736 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8737
8738         * retr.c (show_progress): Ditto.
8739
8740         * ftp.c (getftp): Ditto.
8741
8742         * http.c (gethttp): Use new timer functions.
8743
8744         * utils.c (wtimer_allocate): New function.
8745         (wtimer_new): Ditto.
8746         (wtimer_delete): Ditto.
8747         (wtimer_reset): Ditto.
8748         (wtimer_elapsed): Ditto.
8749
8750 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8751
8752         * utils.c (long_to_string): New, faster version.  Favors smaller
8753         numbers; much of the calculation is now done at compile-time.
8754
8755 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8756
8757         * utils.c (numdigit): Handle negative numbers.
8758
8759 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8760
8761         * retr.c (show_progress): Print the download rate even when the
8762         percentages are not available.
8763
8764 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8765
8766         * ftp.c (getftp): Adjust expected_bytes if the length is
8767         authoritative.
8768
8769 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8770
8771         * url.c: Don't declare `construct'.
8772
8773         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
8774         mappings to new locations.
8775         (hash_table_new): Make resize_threshold a field in the hash table,
8776         so we don't have to recalculate it in each hash_table_put.
8777         (grow_hash_table): Update resize_threshold.
8778         (MAX): Remove unused macro.
8779         (prime_size): Made static.
8780
8781 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8782
8783         * retr.c (retrieve_url): Call uri_merge, not url_concat.
8784
8785         * html-url.c (collect_tags_mapper): Call uri_merge, not
8786         url_concat.
8787
8788         * url.c (mkstruct): Use encode_string instead of xstrdup followed
8789         by URL_CLEANSE.
8790         (path_simplify_with_kludge): Deleted.
8791         (contains_unsafe): Deleted.
8792         (construct): Renamed to uri_merge_1.
8793         (url_concat): Renamed to uri_merge.
8794
8795 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8796
8797         * url.c (str_url): Use encode_string instead of the unnecessary
8798         CLEANDUP.
8799         (encode_string_maybe): New function, returns input string if no
8800         encoding is needed.
8801         (encode_string): Call encode_string_maybe to do the dirty work,
8802         xstrdup if no work needed.
8803
8804 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8805
8806         * wget.h (XDIGIT_TO_xchar): Define here.
8807
8808         * url.c (decode_string): Use new name.
8809         (encode_string): Ditto.
8810
8811         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
8812         (dump_hash): Use new name.
8813
8814         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
8815         XDIGIT_TO_XCHAR respectively.
8816
8817 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8818
8819         * init.c: Include cookies.h.
8820
8821         * cookies.h: Declare cookies_cleanup.
8822
8823         * cookies.c (check_domain_match): Remove unused variable.
8824         (save_cookies): Remove extraneous argument from debug statement.
8825
8826         * host.c (same_host): Don't call skip_url.
8827
8828         * url.c (skip_url): Removed.  Removed its calls from various
8829         functions in url.c.
8830
8831 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8832
8833         * cookies.c (unsigned_string_hash): Use the new code in
8834         string_hash as reference.
8835
8836         * hash.c (hash_table_map): Allow deletion and change of the
8837         element processed by MAPFUN.
8838         (string_hash): Use the function from glib.
8839
8840 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8841
8842         * config.h.in: Include #undef stub.
8843
8844         * hash.c (hash_table_remove): Rewrite to actually clear deleted
8845         entries instead of just marking them as deleted.
8846
8847 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8848
8849         * hash.h: Declare hash_table_get_pair and hash_table_count.
8850
8851 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8852
8853         * cookies.c: Declare http_atotm.
8854
8855 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8856
8857         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
8858         permissions.  A compiler that doesn't accept octal constants is
8859         seriously broken and shouldn't be used -- octal constants were
8860         present in K&R C!
8861
8862 2001-01-20  Karl Eichwalder  <ke@suse.de>
8863
8864         * Makefile.in: Provide and use DESTDIR according to the Coding
8865         Standards.
8866
8867 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8868
8869         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
8870         specification.
8871
8872 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
8873
8874         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
8875         because that strips the *leading* slash, thus forcing relative
8876         FTP retrieval.
8877
8878 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8879
8880         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
8881         notation for VMS servers.
8882         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
8883         odir is an empty string.
8884
8885 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8886
8887         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
8888         effective. Suggested by Edward J. Sabol.
8889
8890 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8891
8892         * cookies.c (build_cookies_request): Use and sort cookies from all
8893         matching domains.
8894         (build_cookies_request): Check for duplicates before generating
8895         the `Cookies' header.
8896
8897         * main.c (main): Don't load cookies here.
8898         (main): Make loadcookies and savecookies call the correct command.
8899
8900         * http.c (http_loop): Load cookies on-demand.
8901
8902 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8903
8904         * http.c (gethttp): Fix indentation of SSL ifdef.
8905
8906 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8907
8908         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
8909         that hack is no longer necessary.
8910         (getftp): Prepend initial directory to *non*-absolute u->dir's.
8911
8912 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8913
8914         * init.c (cmd_file): New function.
8915         (enable_tilde_expansion): New variable.
8916         (run_wgetrc): Use it.
8917         (cmd_file): Use it.
8918
8919 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8920
8921         * init.c: Include cookie-related options.
8922
8923         * main.c (main): Include cookie-specific options.
8924         (main): Load cookies before download is finished.
8925         (main): Save cookies when done.
8926
8927         * http.c (gethttp): Process the `Set-Cookie' header.
8928         (gethttp): Include cookies in the response.
8929
8930         * cookies.c: New file.
8931
8932 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8933
8934         * utils.c (datetime_str): New function.
8935
8936 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8937
8938         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
8939         12:01PM == 00:01, which was obviously wrong. Taken care of this
8940         anomaly.
8941
8942         * ChangeLog: Removed an excess conflict marker. Reformatted the
8943         entry by Philipp Thomas from 2001-03-09.
8944
8945         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
8946         between 0 and 23. Elminate unused variable `sec'.
8947
8948 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8949
8950         * hash.c (hash_table_count): New function.
8951
8952 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8953
8954         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
8955         Digital Unix cc.
8956
8957 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8958
8959         * config.h.in: Oops, do the namespace tweaks only on systems we
8960         know about.
8961
8962 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8963
8964         * hash.c: Include <string.h>.
8965
8966 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8967
8968         * config.h.in: Define "compilation environment" options that work
8969         under Linux and Solaris.  To be reviewed on other OS'es.
8970
8971 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8972
8973         * http.c (gethttp): Prepend literal newline with `\n\'.
8974
8975 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8976
8977         * sysdep.h: Don't define VERY_LONG_FORMAT.
8978
8979         * utils.c (very_long_to_string): New function.
8980         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
8981
8982 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
8983
8984         * url.c (parse_uname): Would run past the end of the string if the
8985         username was present, but the URL did not contain a slash, e.g.
8986         http://foo:bar@myhost.
8987
8988 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
8989
8990         * http.c (http_atotm): Use %A instead of %a to match full
8991         weekday.  (On most systems there is no difference.)
8992
8993 2001-04-03  Paul Bludov  <paul@ozero.net>
8994
8995         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
8996         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
8997         leak.
8998         (ws_mypath): Use GetModuleFileName instead of argv[0].
8999         (ws_startup): Use data.wVersion for comparison.
9000
9001 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9002
9003         * http.c (http_loop): Ditto.
9004
9005         * ftp.c (ftp_loop_internal): Made the check whether to continue
9006         retrieval `-O'-friendly.
9007
9008 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9009
9010         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
9011         they will be handled as whitespace.
9012         (parse_netrc): Correctly handle lines that end with whitespace.
9013
9014 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9015
9016         * retr.c (retrieve_url): New variable global_download_count used
9017         to identify first retrieval.
9018
9019         * ftp.c (getftp): Ditto.
9020
9021         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
9022
9023 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9024
9025         * init.c (cmd_address): Heap-allocate the address that gets stored
9026         to CLOSURE.  Old code would simply assign an address on the stack.
9027
9028 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
9029
9030         * ftp.c (ftp_get_listing): Propagate error status.
9031         (ftp_retrieve_glob): Use it.
9032         (ftp_loop): Ditto.
9033
9034 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
9035
9036         * main.c (main): Add -C to the string that is the third arg to
9037         getopt_long().
9038
9039 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9040
9041         * ftp.c (getftp): Don't start the download from scratch if `-c'
9042         was specified, but the file is already fully downloaded.
9043
9044         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
9045         specified and the server doesn't support continued download.
9046         (gethttp): Don't start the download from scratch if `-c' was
9047         specified, but the file is already fully downloaded.
9048
9049 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9050
9051         (recursive_retrieve): Don't clear the hash tables at this point at
9052         all; it interferes with the normal operation of register_download.
9053
9054 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9055
9056         * recur.c (recursive_retrieve): Clear the hash tables only when
9057         they are defined.
9058
9059 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9060
9061         * http.c (gethttp): Make sure the socket is closed with
9062         CLOSE_INVALIDATE before we have drained the body.
9063
9064 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9065
9066         * retr.c (retrieve_url): Call register_download() for downloaded
9067         files and register_html() for downloaded HTML files.
9068
9069         * recur.c (register_download): New function; register here that a
9070         file has been downloaded, rather than in recursive_retrieve().
9071         (register_html): New function; enqueue the location of HTML files
9072         here rather than in recursive_retrieve().
9073
9074 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9075
9076         * main.c (print_help): Use multiple fputs instead of a single ugly
9077         printf().
9078         (main): Consistently assign numbers >128 to options without a
9079         corresponding character.
9080
9081 2001-03-09  Philipp Thomas  <pthomas@suse.de>
9082
9083         * safe-ctype.h: New file. Locale independent ctype.h replacement
9084         taken from libiberty.
9085
9086         * safe-ctype.c: New file. Tables for above.
9087
9088         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
9089         safe-ctype$o.
9090
9091         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
9092         isspace.
9093
9094         * ftp-basic.c: Don't include ctype.h.
9095
9096         * ftp-ls.c: Likewise.
9097
9098         * ftp.c: Likewise.
9099
9100         * headers.c: Likewise.
9101
9102         * host.c: Likewise.
9103
9104         * html-parse.c: Likewise.
9105
9106         * html-url.c: Likewise.
9107
9108         * http.c: Likewise.
9109
9110         * init.c: Likewise.
9111
9112         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
9113
9114         * netrc.c: Likewise.
9115
9116         * recur.c: Likewise.
9117
9118         * retr.c: Likewise.
9119
9120         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
9121         instead of isdigit.
9122
9123         * sysdep.h: Remove defines of ctype macros as they aren't needed
9124         for safe-ctype-h.
9125
9126         * url.c: Don't include ctype.h.
9127
9128         * utils.c: Likewise.
9129
9130         * wget.h: Include safe-ctype.h.
9131
9132 2001-03-27  Dan Harkless  <wget@harkless.org>
9133
9134         * Makefile.in: Moved top_builddir out of "User configuration
9135         section" of top Makefile and analogous spot in this one.
9136
9137 2001-03-17  Dan Harkless  <wget@harkless.org>
9138
9139         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
9140         Define top_builddir.  Link wget with libtool so the user doesn't
9141         have to supply a bunch of custom environment variables to
9142         correctly link with the OpenSSL shared libraries.
9143
9144 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
9145
9146         * http.c (gethttp): skip :port in host header if it is the
9147         DEFAULT_HTTPS_PORT when using SSL.
9148
9149         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
9150         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
9151         rest of the code.
9152         * url.h: Ditto
9153
9154 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
9155
9156         * retr.c (show_progress): Correctly calculate the number of bytes
9157         in the first line of the download that have been actually
9158         downloaded in this run.
9159
9160 2001-02-23  Dan Harkless  <wget@harkless.org>
9161
9162         * main.c (print_help): --help documentation for -N said it would
9163         re-download files if they had the _same_ timestamp on server.
9164         (print_help): -nr belongs in "FTP options" section of --help
9165         output, not "Recursive retrieval" section.  Alphabetized FTP
9166         options by long option name.
9167
9168 2001-02-16  Dan Harkless  <wget@harkless.org>
9169
9170         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
9171         that "httpsproxy" had been inserted into commands[] out of
9172         alphabetical order, causing "BUG: unknown command `httpuser'".
9173
9174 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9175
9176         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
9177         listing without correct permissons).
9178
9179         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
9180         FTP server.
9181
9182         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
9183         shall be donwloaded only when it's newer than the local copy or
9184         when it has the same timeestamp but its size is different. ST_VMS
9185         and ST_MACOS as special cases that lie about file size.
9186
9187         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
9188
9189         * Makefile.in: Removed dependency on ftpparse library due to unclear
9190         copyright issues and absence of any feedback to our queries.
9191
9192         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
9193         copyright issues and absence of any feedback to our queries.
9194         (ftp_parse_ls): Added a warning message when remote server system
9195         does not seem to be suported by wget.
9196         (ftp_parse_vms_ls): New function for parsing VMS ftp
9197         server listing output.
9198         (clean_line): New function responsible for removing
9199         end-of-line characters from FTP listing texts.
9200
9201         * ftp.c (getftp): Global variables pwd and host_type are now
9202         member of the ccon structure under names ccon.id and ccon.rs.
9203
9204         * ftp.h (struct ccon): Added formed global variables from ftp.c,
9205         enum stype rs (remote system identification) and char *id (initial
9206         working directory), as suggested by Hrvoje.
9207
9208         * url.c (parse_uname): Added support for passwords containing '@'
9209         characters.
9210         (skip_uname): Ditto.
9211
9212 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9213
9214         * ftp.c (ftp_loop): Reset con.
9215
9216 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9217
9218         * url.c (parse_uname): Added support for passwords containing '@'
9219         characters.
9220         (skip_uname): Ditto.
9221
9222 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
9223
9224         * url.c (parseurl): Debug-print u->ftp_type.
9225
9226 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9227
9228         * ftp.c (ftp_loop_internal): Disable padding.
9229         (getftp): Ditto.
9230
9231         * http.c (http_loop): Disable padding.
9232
9233         * retr.c (show_progress): Use it to enable padding.
9234
9235         * retr.c (rate): Optional parameter PAD for padding the rate.
9236
9237 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9238
9239         * retr.c (show_progress): Make sure that the last output line
9240         includes progress.
9241
9242 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
9243
9244         * retr.c (show_progress): Print the download rate along with the
9245         percentages.
9246         Along with Anders Thorsby <anders@thorsby.dk>.
9247
9248 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
9249
9250         * ftp.h: Rename enums `command' to `wget_ftp_command' and
9251         `fstatus' to `wget_ftp_status' because old names clash with Tru64
9252         net/if.h.
9253
9254 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
9255
9256         * gen_sslfunc.c: verify_callback is now static
9257
9258         * gen_sslfunc.c (init_ssl): load certificate if specified
9259
9260         * gen_sslfunc.c (ssl_printerr): new function
9261
9262         * init.c: added new --sslcertfile and --sslcertkey switches
9263
9264         * main.c: ditto
9265
9266         * options.h: ditto
9267
9268         * http.c (gethttp): abort when init_ssl fails
9269
9270 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
9271
9272         * mswindows.h: Include <malloc.h>; it's needed for alloca().
9273
9274 2001-01-10  Dan Harkless  <wget@harkless.org>
9275
9276         * url.c (str_url): Clarified this function's comment header after
9277         Hrvoje answered my question on the list as to when hide != 1.
9278         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
9279
9280 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9281
9282         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
9283         Drazen Kacar <dave@arsdigita.com>.
9284         (conaddr): Ditto.
9285
9286 2001-01-09  Dan Harkless  <wget@harkless.org>
9287
9288         * html-url.c: A bunch of fixup of `--page-requisites'-related
9289         comments to reflect Hrvoje's changes to my code when transplanting
9290         it into this new file, to fix spelling mistakes, to clarify, etc.
9291
9292         * url.c (write_backup_file): Clarified a comment.
9293         (str_url): Henrik van Ginhoven pointed out on the list that we
9294         shouldn't give away the number of characters in the password by
9295         replacing each character with a 'x'.  Use "<password>" instead.
9296
9297         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
9298         directories didn't work if logging in put you in a directory other
9299         than "/" is fixed now.  Removed the comment here warning of the bug.
9300
9301         * main.c (print_help): --continue's description was misleading.
9302         We don't "restart", we "resume".  Also, better to say
9303         "partially-downloaded file" rather than just "existing file".
9304
9305 2001-01-06  Dan Harkless  <wget@harkless.org>
9306
9307         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
9308         the best way to go about my aim.  Removed them in favor of:
9309
9310         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
9311
9312 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9313
9314         * url.c (replace_attr): New function, to be used by both
9315         TO_COMPLETE and TO_RELATIVE case in convert_links.
9316         (find_fragment): New function for finding URL fragments.
9317         (replace_attr): Better handle the case where the original string
9318         is not quoted.  Use find_fragment.
9319         (convert_links): Use replace_attr().
9320
9321 2000-12-31  Dan Harkless  <wget@harkless.org>
9322
9323         * ChangeLog: Since this flat file doesn't have multiple branches,
9324         looking at the dates would make you think that things went into
9325         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
9326         in 1.6 branch.]" where appropriate to clarify.
9327
9328 2000-12-30  Dan Harkless  <wget@harkless.org>
9329
9330         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
9331         patch to deal with h_errno not being defined in netdb.h under Cygwin.
9332
9333 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
9334
9335         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
9336
9337 2000-12-17  Igor Khristophorov  <igor@atdot.org>
9338
9339         * http.c (check_end): Fix test for '+' or '-'.
9340
9341 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9342
9343         * url.c (parseurl): Rename inner loop var from i to ind to avoid
9344         clash with the function top-level-declared variable i.
9345         (str_url): Likewise, rename inner-loop i to j.
9346
9347         * recur.c (parse_robots): Don't declare LEN at top of function.
9348         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
9349         global variable.
9350
9351         * main.c (main): Change erroneous use of bitwise and to logical.
9352
9353         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
9354         the stack because it will be copied to closure.
9355
9356         Thanks to Csaba Raduly's run of PC-LINT over the sources.
9357
9358 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9359
9360         * http.c (basic_authentication_encode): Use xmalloc(), not
9361         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
9362         sources.
9363
9364 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
9365
9366         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
9367         compilation.
9368
9369 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9370
9371         * mswindows.c: Include <errno.h>.
9372
9373         * gen_sslfunc.c: Include <errno.h>.
9374
9375         * ftp-basic.c: Don't attempt to declare errno or h_errno because
9376         they're not used.
9377
9378         * main.c: Include <errno.h> because errno is used.
9379
9380         * ftp.c: Ditto.
9381
9382         * http.c: Include <netdb.h> for h_errno.
9383
9384 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9385
9386         * html-parse.c (advance_declaration): MSVC assert() chokes on
9387         '\"'.  Use '"' instead.
9388
9389 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9390
9391         * utils.c (xfree_real): Removed.
9392         (xfree_debug): Just call free().
9393
9394         * wget.h (xfree): Make it an alias for free.
9395
9396 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9397
9398         * http.c (http_loop): Furthermore, touch output_document only if
9399         it is known to be an existing regular file.
9400
9401 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9402
9403         * ftp.c (ftp_retrieve_list): Ditto.
9404
9405         * http.c (http_loop): Touch output_document if that is used for
9406         output.
9407
9408 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9409
9410         * http.c: Include gen_sslfunc.h after including Wget's headers.
9411         (persistent_available_p): Needed coma before `int ssl'.
9412
9413 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9414
9415         * ftp.c (ftp_loop_internal): Ditto.
9416
9417         * http.c (http_loop): Use it.
9418
9419         * retr.c (sleep_between_retrievals): New function that handles the
9420         logic of opt.wait and opt.waitretry.
9421
9422 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9423
9424         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
9425         rbuf_read_bufferful when the buffer is depleted.
9426
9427         * rbuf.c (rbuf_read_bufferful): New function.
9428
9429 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9430
9431         * gen_sslfunc.h: Use ansi2knr style function declarations.
9432
9433         * gen_sslfunc.c: Reformat according to the GNU coding standards.
9434         More should be done.
9435
9436         * http.c (persistent_available_p): Place the cheap SSL test nearer
9437         the top of the function.
9438         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
9439
9440 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9441
9442         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
9443         char.
9444
9445 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
9446
9447         * Makefile.in: added gen_sslfunc object
9448         * config.h.in: added HAVE_SSL define
9449         * connect.c: changed select_fd from static int to int
9450         * connect.h: ditto
9451         * gen_sslfunc.h: New file
9452         * gen_sslfunc.c: ditto
9453         * http.c: added HTTPS fuctionality
9454         * retrc.c: ditto
9455         * url.c: ditto
9456         * init.c: added opt.httpsproxy
9457         * options.h: ditto
9458         * rbuf.h: added alternate rbuf struct
9459         * wget.h: added CONSSLERR
9460         * rbuf.c: ditto
9461
9462         * http.c: Added HTTPS fuctionality.
9463
9464         * retrc.c: Ditto.
9465
9466         * url.c: Ditto.
9467
9468         * init.c: Added opt.httpsproxy.
9469
9470         * options.h: Ditto.
9471
9472         * rbuf.h: Added alternate rbuf struct.
9473
9474         * wget.h: Added CONSSLERR.
9475
9476         * rbuf.c: Ditto.
9477
9478 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9479
9480         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
9481         "ignore_perms" to ignore file and directory permissions for
9482         Windows NT FTP server listings.
9483         (ftp_parse_winnt_ls): New function.
9484         (ftp_parse_ls): Parses UNIX and Windows NT listings
9485         separately. Simple heuristics for distinguishing between UNIX and
9486         MS-DOS-like FTP listing provided by Windows NT FTP service.
9487
9488 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9489
9490         * ftpparse.c, ftpparse.h: New files.
9491
9492         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
9493         only. Use ftp_parse_nonunix_ls otherwise.
9494         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
9495         exotic FTP servers.
9496
9497         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
9498         FTP servers.
9499
9500         * ftp.c: New static wariables host_type, pwd, and pwd_len.
9501         (getftp): Support for VMS. Support for FTP servers that do not
9502         place you in the root directory after login.
9503         (ftp_retrieve_list): VMS is silent about the real file size, issue
9504         a more appropriate message.
9505         (ftp_get_listing): Pass host_type to ftp_parse_ls.
9506
9507         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
9508
9509 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9510
9511         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
9512         "ignore_perms" to ignore file and directory permissions for
9513         Windows NT FTP server listings.
9514         (ftp_parse_winnt_ls): New function.
9515         (ftp_parse_ls): Parses UNIX and Windows NT listings
9516         separately. Simple heuristics for distinguishing between UNIX
9517         and MS-DOS-like FTP listing provided by Windows NT FTP service.
9518
9519 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
9520
9521         * netrc.c (parse_netrc): Get rid of line ending.
9522
9523 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9524
9525         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
9526         Dan.
9527
9528 2000-11-24  Karl Eichwalder  <ke@suse.de>
9529
9530         * main.c (print_help): Untabify.
9531
9532 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
9533
9534         * utils.c (xrealloc_debug): Do the unregister/register thing only
9535         if the pointer has actually changed.
9536         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
9537         (xfree_real): Ditto.
9538         (xrealloc_real): Ditto.
9539         (xstrdup_real): Ditto.
9540
9541 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
9542
9543         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
9544         string; no need to strdup() it.
9545         (getftp): Make pwd_len a local variable.
9546         (ftp_loop): Free PWD before returning.
9547
9548         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
9549
9550 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
9551
9552         * all: Use xfree() instead of free.
9553
9554         * utils.c (xfree): New function.
9555
9556 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9557
9558         * url.c (convert_links): HTML-quote the converted string.
9559
9560         * utils.c (html_quote_string): Move here from ftp-ls.c
9561         (html_quote_string): Make non-static; declare in utils.h.
9562         (html_quote_string): Convert SP to &#32;.
9563
9564 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9565
9566         * ftp.c (getftp): Reformat Jan's code according to GNU coding
9567         standards; remove (debugging?) printf's; use '\0' for the ASCII
9568         zero character.  Use alloca() instead of malloc() for
9569         inter-function temporary allocations.
9570
9571 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9572
9573         * ftpparse.c, ftpparse.h: New files.
9574
9575         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
9576         only. Use ftp_parse_nonunix_ls otherwise.
9577         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
9578         exotic FTP servers.
9579
9580         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
9581         FTP servers.
9582
9583         * ftp.c: New static wariables host_type, pwd, and pwd_len.
9584         (getftp): Support for VMS. Support for FTP servers that do not
9585         place you in the root directory after login.
9586         (ftp_retrieve_list): VMS is silent about the real file size, issue
9587         a more appropriate message.
9588         (ftp_get_listing): Pass host_type to ftp_parse_ls.
9589
9590         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
9591
9592 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9593
9594         * hash.c (hash_table_put): Don't overwrite deleted mappings.
9595
9596 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9597
9598         * hash.c (find_mapping): New function.
9599         (hash_table_get): Use it.
9600         (hash_table_get_pair): Ditto.
9601         (hash_table_exists): Ditto.
9602         (hash_table_remove): Ditto.
9603         (hash_table_remove): Really delete the entry if the mapping
9604         following LOCATION is empty.
9605
9606         * utils.c (string_set_add): Check whether the element has existed
9607         before.
9608
9609         * hash.c (hash_table_get_pair): New function.
9610
9611 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9612
9613         * http.c (http_process_type): Ignore trailing whitespace; use
9614         strdupdelim().
9615
9616         * recur.c (recursive_retrieve): Use the new `convert' field.
9617         (convert_all_links): Ditto.
9618         (convert_all_links): Don't respect meta_disallow_follow.
9619
9620         * html-url.c (handle_link): Fill out link_relative_p and
9621         link_complete_p.
9622
9623         * url.h (struct _urlpos): Make elements more readable.
9624
9625         * recur.c (recursive_retrieve): Call slist_prepend instead of
9626         slist_append.
9627         (convert_all_links): Call slist_nreverse before iterating through
9628         urls_html.
9629
9630         * utils.c (slist_prepend): New function.
9631         (slist_nreverse): Ditto.
9632
9633 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9634
9635         * http.c (check_end): Constify.
9636
9637 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9638
9639         * http.c (http_loop): If username and password are known, try the
9640         `Basic' authentication scheme by default.
9641
9642         * connect.h: Declare test_socket_open.
9643
9644 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9645
9646         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
9647
9648 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9649
9650         * http.c (gethttp): Don't use the return value of sprintf().
9651         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
9652
9653 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
9654
9655         * recur.c (recursive_retrieve): Print the "so we don't load"
9656         debugging message only if we really don't load.
9657
9658         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
9659         (gethttp): Don't request keep-alive if keep-alive is inhibited.
9660
9661 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
9662
9663         * http.c (gethttp): Make the HTTP persistent connections more
9664         robust.
9665
9666 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
9667
9668         * retr.c (get_contents): If use_expected, make sure that the
9669         appropriate amount of data is being read.
9670
9671         * http.c (gethttp): Check for both `Keep-Alive: ...' and
9672         `Connection: Keep-Alive'.
9673
9674         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
9675         turned on.
9676
9677 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
9678
9679         * http.c (connection_available_p): Use it.
9680
9681         * connect.c (test_socket_open): New function.
9682
9683         * http.c (gethttp): Support persistent connections.  Based on the
9684         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
9685         (register_persistent): New function.
9686         (connection_available_p): Ditto.
9687         (invalidate_connection): Ditto.
9688
9689 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
9690
9691         * url.c (convert_links): Handle UREL2ABS case.
9692
9693         * recur.c (recursive_retrieve): Instead of the list
9694         urls_downloaded, use hash tables dl_file_url_map and
9695         dl_url_file_map.
9696         (convert_all_links): Use them to retrieve data.
9697
9698         * host.c (clean_hosts): Free the hash tables.
9699
9700         * main.c (private_initialize): Call host_init().
9701
9702         * host.c (store_hostaddress): Use a saner, hash table-based data
9703         model.
9704         (realhost): Ditto.
9705         (host_init): Initialize the hash tables.
9706
9707 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
9708
9709         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
9710         used for what the sorted slists used to be used for.
9711         (slist_contains): Don't rely on the list being sorted.
9712         (slist_append): Simplify the code.
9713
9714         * recur.c (recursive_cleanup): Use free_string_set.
9715
9716         * utils.c (string_set_add, string_set_exists, string_set_free):
9717         New functions for easier freeing of hash tables whose keys are
9718         strdup'ed strings.
9719
9720         * recur.c (recursive_retrieve): Use the hash table functions for
9721         storing undesirable URLs.
9722
9723         * hash.c: New file.
9724
9725 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9726
9727         * main.c (private_initialize): Call url_init.
9728         (main): Call private_initialize.
9729
9730         * url.c (unsafe_char_table): New table.
9731         (UNSAFE_CHAR): Use it.
9732         (init_unsafe_char_table): New function.
9733         (url_init): New function; call init_unsafe_char_table.
9734
9735 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
9736
9737         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
9738         _vsnprintf respectively.
9739
9740 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
9741
9742         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
9743         on Linux.
9744
9745 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
9746
9747         * html-url.c (handle_link): Handle HTML fragment identifiers.
9748
9749         * recur.c (recursive_retrieve): If norobot info is respected and
9750         the file is specified not to be followed by robots, respect that.
9751
9752         * html-url.c (collect_tags_mapper): Handle <meta name=robots
9753         content=X>.  For us the important cases are where X is NONE or
9754         where X contains NOFOLLOW.
9755         (get_urls_html): Propagate that information to the caller.
9756
9757 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9758
9759         * url.c (convert_links): Unlink the file we might be reading from
9760         before writing to it.
9761         (convert_links): Use alloca instead of malloc for
9762         filename_plus_orig_suffix.
9763
9764 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
9765
9766         * host.c (realhost): Add HOST to the list with quality==0 only if
9767         it wasn't already there.
9768         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
9769
9770 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9771
9772         * url.c (get_urls_file): Ditto.
9773         (convert_links): Ditto.
9774
9775         * html-url.c (get_urls_html): Use read_file() instead of
9776         load_file().
9777
9778         * utils.c (read_file): New function, instead of the old
9779         load_file().
9780         (read_file_free): Ditto.
9781
9782         * url.c (findurl): Search only for the supported protocols.
9783         (convert_links): Use fwrite() when writing out a region of
9784         characters.
9785
9786 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9787
9788         * ftp-ls.c: Move html_quote_string and ftp_index here.
9789
9790         * url.c: Remove get_urls_html, since that's now in html-url.c.
9791
9792         * html-url.c: New file.
9793
9794         * html-parse.c: New file.
9795
9796 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9797
9798         * init.c (run_wgetrc): Don't bother killing off '\r' since
9799         pars_line() skips whitespace at end of line anyway.
9800         (parse_line): Oops, it didn't.  Now it does.
9801
9802         * recur.c (parse_robots): Ditto here.
9803
9804         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
9805         manually because read_whole_line no longer does.
9806
9807         * utils.c (read_whole_line): Rewrite to: a) use less memory
9808         (reallocates to needed size after work), b) work faster -->
9809         fgets() instead of getc, c) be more correct --> doesn't kill the
9810         newline character at the end of line.
9811
9812 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9813
9814         * init.c (comind): Initialize MAX to array size - 1.
9815
9816 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9817
9818         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
9819         Suggested by Edward J. Sabol.
9820
9821 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9822
9823         * url.c (construct): Handle the case where host name is not
9824         followed by a slash.
9825
9826 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9827
9828         * init.c: commands[] need to be sorted!  ("base" wasn't.)
9829
9830 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9831
9832         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
9833         `if'.
9834
9835 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9836
9837         * url.c (construct): Insert unneeded initialization for the
9838         compiler to shut up.
9839
9840         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
9841         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
9842         otherwise gets lost when you define _XOPEN_SOURCE.
9843
9844         * utils.c (touch): Include the file name in the error message.
9845         From Debian.
9846
9847 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9848
9849         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
9850         resize the buffer to fit the formated message.  That way, messages
9851         of arbitrary size may be printed.
9852         (logvprintf): Use saved_append() to optionally log the last
9853         several lines of output.
9854         (logputs): Ditto.
9855         (log_close): Adapt to new data structures.
9856         (log_dump): Ditto.
9857         (redirect_output): Print messages to stderr, not to stdout.
9858
9859         * log.c (saved_append_1): New function.  Replaces the old logging
9860         system ("log all output until 10M characters") with a new, much
9861         more reasonable one ("log last screenful of text").
9862         (saved_append): New function; call saved_append_1.
9863         (free_log_line): New function.
9864
9865 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9866
9867         * url.c (construct): Fix comment.
9868         (find_last_char): Document.
9869
9870 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9871
9872         * snprintf.c: New file.
9873
9874 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
9875
9876         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
9877         types to logprintf() and debug_logprintf().
9878
9879 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9880
9881         * ftp.c (ftp_loop_internal): Hide the password from the URL when
9882         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
9883         <darekm@bydg.lomac.com.pl>.
9884
9885 2000-11-02  Junio Hamano  <junio@twinsun.com>
9886
9887         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
9888
9889 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
9890
9891         * http.c (known_authentication_scheme_p): Recognize NTML
9892         authentication.
9893         (create_authorization_line): Treat NTML the same as `Basic'.
9894
9895 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9896
9897         * retr.c (retrieve_url): Free url before returning.
9898         (retrieve_url): Free mynewloc before returning.
9899         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
9900
9901 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9902
9903         * url.c (parseurl): Remove possible reading past the end of
9904         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
9905
9906 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9907
9908         * main.c (main): In case of opt.downloaded overflowing, print
9909         <overflow> instead of a totally bogus random value.
9910
9911         * retr.c (retrieve_from_file): Ditto.
9912
9913         * recur.c (recursive_retrieve): Ditto.
9914
9915         * main.c (main): Ditto.
9916
9917         * http.c (http_loop): Ditto.
9918
9919         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
9920         `+=', and downloaded_exceeds_quota() instead of the simple-minded
9921         check.
9922         (ftp_retrieve_list): Ditto.
9923         (ftp_retrieve_dirs): Ditto.
9924         (ftp_retrieve_glob): Ditto.
9925
9926         * retr.c (downloaded_increase): New function.  Notice overflows of
9927         opt.downloaded.
9928         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
9929         used if it overflowed.
9930
9931         * options.h (struct options): New member downloaded_overflow.
9932
9933 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9934
9935         * wget.h (enum): Remove extra space after last enumeration.
9936
9937 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9938
9939         * main.c (main): Use legible_very_long() for printing
9940         opt.downloaded.
9941
9942         * utils.c (legible_1): New function that operates on strings and
9943         does the brunt of legible()'s work.
9944         (legible): Use legible_1().
9945         (legible_very_long): New function; dump the argument with
9946         sprintf(), and call legible_1().
9947
9948         * options.h (struct options): Use VERY_LONG_TYPE for
9949         opt.downloaded.
9950
9951         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
9952         type.
9953
9954         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
9955         defined.  Define HAVE_LONG_LONG if long long is available.
9956
9957 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9958
9959         * utils.c (long_to_string): Update with a later, better version.
9960
9961 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9962
9963         * url.c (path_simplify_with_kludge): New function.
9964         (path_simplify_with_kludge): Disable it.  Instead...
9965         (parse_dir): ...make sure that at this point the right thing is
9966         done, i.e. that "query" part of the URL (?...) is always assigned
9967         to the file, never to the directory portion of the path.
9968
9969 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9970
9971         * retr.c (retrieve_url): Detect redirection cycles.
9972
9973 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9974
9975         * url.c (get_urls_html): Decode HTML entities using
9976         html_decode_entities.
9977
9978         * html.c (htmlfindurl): Don't count the `#' in numeric entities
9979         (&#NNN;) as an HTML fragemnt.
9980         (html_decode_entities): New function.
9981
9982 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9983
9984         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
9985
9986 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9987
9988         * url.c (construct): Rewritten for clarity.  Avoids the
9989         unnecessary copying and stack-allocation the old version
9990         performed.
9991
9992 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9993
9994         * ftp.c (getftp): Ditto.
9995
9996         * http.c (gethttp): Rewind the stream when retrying from scratch.
9997
9998 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9999
10000         * retr.c (retrieve_url): Use url_concat() to handle relative
10001         redirections instead of /ad hoc/ code.
10002
10003         * url.c (url_concat): New function encapsulating weird
10004         construct().
10005         (urllen_http_hack): New function.
10006         (construct): When constructing new URLs, recognize that `?' does
10007         not form part of the file name in HTTP.
10008
10009 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
10010
10011         * retr.c: Add msec timing support for WINDOWS.
10012         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
10013         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
10014
10015 2000-10-27  Dan Harkless  <wget@harkless.org>
10016
10017         * retr.c (retrieve_url): Manually applied T. Bharath
10018         <TBharath@responsenetworks.com>'s patch to get wget to grok
10019         illegal relative URL redirects.  Reformatted and re-commented it.
10020
10021 2000-10-23  Dan Harkless  <wget@harkless.org>
10022
10023         * connect.c (make_connection and bindport): Manually applied Rob
10024         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
10025         changing coding style to GNU's.
10026
10027         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
10028         files downloaded via FTP.  Per a comment, .listing files were not
10029         counted towards number of bytes and files downloaded because they're
10030         deleted anyway.  Well, they aren't under -nr, so count them then.
10031
10032         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
10033         --bind-address, alphabetizing, changing coding style to GNU's,
10034         commenting, and renaming cmd_ip_address() to cmd_address() to
10035         imply hostnames also okay.
10036
10037         * main.c (main): --delete-after didn't delete the root of the
10038         tree.  Ignore --convert-links if --delete-after was specified.
10039         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
10040         fixing duplicate use of added-since-1.5.3 case value.
10041         (print_help): Clarified that --delete-after deletes local files.
10042         Rob forgot to add a line for his new --bind-address option.
10043
10044         * options.h (struct options): Manually applied Rob Mayoff's patch
10045         to add --bind-address (bind_address structure member).
10046
10047         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
10048         Ignore --convert-links if --delete-after was specified.
10049
10050         * retr.c (retrieve_from_file): Just added a DEBUGP().
10051
10052 2000-10-19  Dan Harkless  <wget@harkless.org>
10053
10054         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
10055         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
10056         patch to work around FTP servers that incorrectly respond to the
10057         "REST" command with the remaining size rather than the total file size.
10058
10059         * http.c (gethttp): Improved a comment and added code to tack on
10060         ".html" to text/html files without that extension when -E specified.
10061         (http_loop): Use new downloaded_file() enumerators and deal with
10062         the case of gethttp() called xrealloc() on u->local.
10063
10064         * init.c (commands): Added new "htmlextension" command.
10065         Also renamed John Daily's cmd_quad() to the more descriptive
10066         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
10067         removed duplicate cmd_boolean() declaration.
10068
10069         * main.c (print_help): Added my new -E / --html-extension option.
10070         (main): Undocumented --email-address option previously used -E synonym.
10071         Stole it away for the much more deserving --html-extension's use.
10072
10073         * options.h (struct options): Added html_extension field.
10074
10075         * url.c (convert_links): URL X that we saved as X.html locally due
10076         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
10077         (downloaded_file): Now remembers if we added .html extension to a file.
10078
10079         * url.h (downloaded_file_t): Added extra enumerators to support above.
10080         (downloaded_file): Now takes and returns a downloaded_file_t.
10081
10082         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
10083
10084 2000-10-09  Dan Harkless  <wget@harkless.org>
10085
10086         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
10087
10088         * main.c (print_help): Clarified what --retr-symlinks does.
10089
10090 2000-09-15  John Daily  <jdaily@cyberdude.com>
10091
10092         * init.c: Add support for "always" and "never" values to allow
10093         .wgetrc to override commandline (useful e.g. with .pm files
10094         calling `wget --passive-ftp' when your firewall doesn't allow that).
10095
10096         * ftp.c (getftp): passive_ftp is first option to support always/never.
10097
10098 2000-08-30  Dan Harkless  <wget@harkless.org>
10099
10100         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
10101
10102         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
10103         Wrapped some > 80-column lines.  When -p is specified and we're at a
10104         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than
10105         <LINK REL="stylesheet">.
10106
10107         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
10108
10109         * init.c: Added new -p / --page-requisites / page_requisites option.
10110
10111         * main.c (print_help): Clarified that -l inf and -l 0 both allow
10112         infinite recursion.  Changed the unhelpful --mirrior description
10113         to simply give the options it's equivalent to.  Added new -p option.
10114         (main): Added some comments; handle new -p / --page-requisites.
10115
10116         * options.h (struct options): Added new page_requisites field.
10117
10118         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
10119         Calculate and pass down new `dash_p_leaf_HTML' parameter to
10120         get_urls_html().  Use new INFINITE_RECURSION #define.
10121
10122         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
10123         final `dash_p_leaf_HTML' parameter.
10124
10125         * url.c: get_urls_html() and htmlfindurl() now take final
10126         `dash_p_leaf_HTML' parameter.
10127
10128         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
10129
10130         * wget.h: Added some comments and new INFINITE_RECURSION #define.
10131
10132 2000-08-23  Dan Harkless  <wget@harkless.org>
10133
10134         * main.c (print_help): -B / --base was not mentioned.
10135
10136 2000-08-22  Dan Harkless  <wget@harkless.org>
10137
10138         * main.c (print_help): Modified -nc description to mention that it
10139         also prevents the creation of multiple versions of the same file
10140         with ".<number>" suffixes.
10141
10142 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
10143
10144         * retr.c (retrieve_url): Consistently strdup opt.referer when
10145         setting u->referer.
10146
10147 2000-06-09  Dan Harkless  <wget@harkless.org>
10148
10149         * main.c (print_help): --help output for --waitretry was over 80 cols.
10150
10151 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
10152
10153         * url.c (encode_string): Fix comment.
10154         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
10155
10156 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
10157
10158         * ftp.c (ftp_retrieve_list): Change permissions only on plain
10159         files.
10160
10161 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
10162
10163         * url.c (str_url): Print the port number only if it's different
10164         from the default port number for that protocol.
10165
10166 2000-05-22  Dan Harkless  <wget@harkless.org>
10167
10168         * main.c (print_help): Added --help line for Damir Dzeko
10169         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
10170         Removed comments that --referer and --waitretry were undocumented.
10171         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
10172         line for --execute.
10173
10174 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
10175
10176         * ftp.c (getftp): Ditto.
10177
10178         * http.c (gethttp): Check for return value of fclose/fflush.
10179
10180 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
10181
10182         * host.c (store_hostaddress): Instead of shifting ADDR, start
10183         copying from the correct address.
10184
10185 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
10186
10187         * http.c (gethttp): Don't free REQUEST -- it was allocated with
10188         alloca().
10189         Pointed out by Gisle Vanem <gvanem@eunet.no>.
10190
10191 2000-04-04  Dan Harkless  <wget@harkless.org>
10192
10193         * host.c (store_hostaddress): R. K. Owen's patch introduces a
10194         "left shift count >= width of type" warning on 32-bit
10195         architectures.  Got rid of it by tricking the compiler w/ a variable.
10196
10197         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
10198         characters per RFC1738, namely everything above '~'.  It also
10199         generated a warning on OSes where char =~ unsigned char.  Fixed.
10200
10201 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
10202
10203         * http.c (http_process_type): Removed needless strdup(), a memory
10204         leak.
10205
10206 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
10207
10208         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
10209
10210 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
10211
10212         * init.c (wgetrc_file_name): Don't free HOME under Windows.
10213
10214 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
10215
10216         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
10217
10218 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
10219
10220         * url.c (UNSAFE_CHAR): New macro.
10221         (contains_unsafe): Use it.
10222         (encode_string): Ditto.
10223
10224 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
10225
10226         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
10227
10228 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10229
10230         * Use TOUPPER/TOLOWER.
10231
10232 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
10233
10234         * ftp-opie.c (btoe): Zero-terminate OSTORE.
10235
10236 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
10237
10238         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
10239
10240         * sysdep.h (ISALNUM): New macro.
10241         (TOLOWER): Ditto.
10242         (TOUPPER): Ditto.
10243
10244 2000-03-10  Dan Harkless  <wget@harkless.org>
10245
10246         * html.c (idmatch): Implemented checking of my new --follow-tags
10247         and --ignore-tags options.
10248
10249         * init.c (commands): Added comment reminding people adding new
10250         entries doing allocation to add corresponding freeing in cleanup().
10251         (commands): Added new followtags and ignoretags commands.
10252         (cleanup): Free storage for new followtags and ignoretags.
10253
10254         * main.c: Use of "comma-separated list" was random -- normalized
10255         it.  Did some alphabetization.  Added comments pointing out
10256         "Options without arguments" and "Options accepting an argument"
10257         sections of long_options[].  Added new options --follow-tags and
10258         -G / --ignore-tags.  Added comment that Damir's --referer is
10259         currently undocumented.  Added comment that Heiko's --waitretry is
10260         partially undocumented (mentioned in --help but not in
10261         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
10262
10263         * options.h (struct options): Added new fields follow_tags and
10264         ignore_tags.
10265
10266         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
10267
10268 2000-03-02  Dan Harkless  <wget@harkless.org>
10269
10270         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
10271         braces to avoid ambiguous `else'" warnings.  Eliminated them.
10272
10273         * http.c (gethttp): Dan Berger's query string patch is totally
10274         bogus.  If you have two different URLs, gen_page.cgi?page1 and
10275         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
10276         second will overwrite the first.  Also, parameters to implicit
10277         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
10278         be printed with trailing garbage characters, and could seg fault.
10279         Backing out the patch, which Dan B. informed me by email was just
10280         a kludge to download StarOffice from Sun made necessary due to
10281         wget's unconditional escaping of certain characters (room for an
10282         option there?).
10283         (http_loop): Heiko introduced "suggest explicit braces to avoid
10284         ambiguous `else'" warnings.  Eliminated them.
10285
10286         * main.c: Heiko's --wait / --waitretry backwards compatibility
10287         code looks to have been totally untested -- automatic variable
10288         'wr' was used without being initialized, and a long int was passed
10289         into setval()'s char* val parameter.
10290
10291         * recur.c (parse_robots): Applied Edward J. Sabol
10292         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
10293         problem with "User-agent:<space>*<space>" lines in robots.txt.
10294
10295         * url.c (parseurl, str_url): Removing Dan Berger's code (see
10296         http.c above for explanation).
10297
10298 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
10299
10300         * ftp.c: Respect new option waitretry.
10301
10302 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
10303
10304         * http.c (gethttp): Send custom Referer, if required.
10305
10306 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
10307
10308         * netrc.c (parse_netrc): Allow passwords to contain spaces.
10309
10310         * netrc.c (parse_netrc): New function.
10311
10312 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
10313
10314         * http.c (gethttp): Send it.
10315
10316         * url.c (parseurl): Detect query string in HTTP URL-s.
10317         (str_url): Print it.
10318
10319 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
10320
10321         * html.c (html_allow): Add <link href=...> and <script src=...>.
10322
10323 1999-05-02  andrew deryabin  <djsf@softhome.net>
10324
10325         * http.c (gethttp): Specify port in `Host' header only if it's
10326         different from 80.
10327
10328 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
10329
10330         * recur.c (recursive_retrieve): If a finite maximum depth is
10331         specified, and we're are already at that depth, don't download the
10332         HTML file for parsing.
10333
10334 2000-03-01  Dan Harkless  <wget@harkless.org>
10335
10336         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
10337         even though we don't do conversion on HTML files retrieved via
10338         FTP, so _current_ usage of downloaded_file() makes this call unneeded.
10339         (ftp_retrieve_list): Added a comment saying where we need to
10340         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
10341         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
10342         a lie -- reworded as "Server file no newer than local file '%s' --".
10343
10344         * http.c (http_loop): Fixed a typo and clarified a comment.
10345         (http_loop): When -K and -N are specified together, compare size
10346         and timestamp of server file X against local file X.orig (if
10347         extant) rather than converted local file X.
10348         (http_loop): "Local file '%s' is more recent," is sometimes a lie
10349         -- reworded as "Server file no newer than local file '%s' --".
10350         (http_loop): Call new downloaded_file() function to prevent
10351         wrongful overwriting of .orig file when -N is specified.
10352
10353         * url.c (convert_links): When -K specified, only rename X to
10354         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
10355         file X due to -N, we clobber an X.orig from a previous invocation.
10356         (convert_links): Call the failsafe xstrdup(), not the real strdup().
10357         (convert_links): Added a note asking anyone who understands how
10358         multiple URLs can correspond to a single file to comment it.
10359         (downloaded_file): Added this new function.
10360
10361         * url.h (downloaded_file): Added prototype for this new function
10362         as well as its downloaded_file_t enum type.
10363
10364         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
10365
10366 2000-02-29  Dan Harkless  <wget@harkless.org>
10367
10368         * version.c: Upped version to developer-only "1.5.3+dev".
10369
10370 2000-02-18  Dan Harkless  <wget@harkless.org>
10371
10372         * init.c (backup_converted): Added this new option.
10373
10374         * main.c (-K / --backup-converted): Added this new option.
10375
10376         * options.h (backup_converted): Added this new option.
10377
10378         * url.c (convert_links): When backup_converted is specified, save
10379         file X as X.orig before converting.
10380
10381         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
10382
10383 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
10384
10385         * version.c: Wget 1.5.3 is released.
10386
10387 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
10388
10389         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local
10390         address doesn't yield FQDN.
10391
10392 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10393
10394         * cmpt.c (strerror): Fix declaration of sys_errlist.
10395
10396 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
10397
10398         * main.c (main): Don't use an array subscript as the first
10399         argument to STRDUP_ALLOCA.
10400         From Kaveh R. Ghazi.
10401
10402 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
10403
10404         * html.c (htmlfindurl): Download table background.
10405
10406 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
10407
10408         * init.c (parse_line): Would free *com before allocating it.
10409         (parse_line): Would free com instead of *com.
10410
10411 1998-09-10  Howard Gayle  <howard@fjst.com>
10412
10413         * url.c (get_urls_html): Would drop the last character of the
10414         link.
10415
10416 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
10417
10418         * http.c (http_loop): Don't print status code if quiet.
10419
10420 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10421
10422         * log.c: Use <stdarg.h> only when __STDC__.
10423
10424 1998-09-10  Adam D. Moss  <adam@foxbox.org>
10425
10426         * html.c (htmlfindurl): Download <layer src=...>.
10427
10428 1998-09-10  Howard Gayle  <howard@fjst.com>
10429
10430         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file
10431         not retrieved.
10432
10433 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
10434
10435         * utils.c: Include <libc.h> on NeXT.
10436
10437 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
10438
10439         * url.c (get_urls_html): Fix calculation of URL position.
10440
10441 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
10442
10443         * version.c: Wget 1.5.2 is released.
10444
10445 1998-06-23  Dave Love  <d.love@dl.ac.uk>
10446
10447         * ftp.c, init.c, netrc.c: Include errno.h.
10448
10449         * http.c: Include errno.h and time header.
10450
10451         * Makefile.in (exext): Define.
10452         (install.bin, uninstall.bin): Use it.
10453
10454 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
10455
10456         * http.c (http_loop): Don't attempt to compare local and remote
10457         sizes if the remote size is unknown.
10458
10459 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
10460
10461         * url.c (get_urls_html): Use malloc() instead of alloca in the
10462         loop.
10463
10464 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
10465
10466         * version.c: Wget 1.5.2-b4 is released.
10467
10468 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
10469
10470         * url.c (get_urls_html): Ignore spaces before and after the URI.
10471
10472 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
10473
10474         * ftp.c (getftp): Translate `done'.
10475
10476 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
10477
10478         * version.c: Wget 1.5.2-b3 is released.
10479
10480 1998-06-06  Alexander Kourakos  <awk@bnt.com>
10481
10482         * init.c (cleanup): Close dfp, don't free it.
10483
10484 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
10485
10486         * utils.c (make_directory): Twiddle.
10487
10488         * config.h.in: Added template for access().
10489
10490 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
10491
10492         * html.c (htmlfindurl): Download <input src=...>
10493
10494 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
10495
10496         * utils.c (file_exists_p): Use access() with two arguments.
10497
10498 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
10499
10500         * netrc.c (parse_netrc): Correct logic.
10501
10502 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
10503
10504         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
10505         <ljm@ljm.wownet.net>.
10506
10507 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
10508
10509         * version.c: Wget 1.5.2-b2 is released.
10510
10511 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
10512
10513         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
10514
10515 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
10516
10517         * retr.c (elapsed_time): Return correct value when
10518         HAVE_GETTIMEOFDAY is undefined.
10519
10520 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
10521
10522         * version.c: Wget 1.5.2-b1 is released.
10523
10524 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
10525
10526         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
10527         (_getopt_internal): Don't translate `#if 0'-ed strings.
10528
10529 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
10530
10531         * mswindows.c (ws_handler): Use fork_to_background().
10532
10533 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
10534
10535         * version.c: Wget 1.5.1 is released.
10536
10537 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
10538
10539         * http.c (parse_http_status_line): Avoid `minor' and `major'
10540         names.
10541
10542 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
10543
10544         * utils.c (mkdirhier): Renamed to make_directory.
10545
10546 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
10547
10548         * mswindows.c (fork_to_background): Define under Windows.
10549
10550         * utils.c (fork_to_background): New function.
10551
10552         * html.c (htmlfindurl): Removed rerdundant casts.
10553
10554 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
10555
10556         * mswindows.c (ws_mypath): Cache the path.
10557
10558 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
10559
10560         * ftp.h: Prefix enum ftype members with FT_.
10561
10562         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
10563
10564         * mswindows.h: Use stat under Borland, _stat under MSVC.
10565
10566 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
10567
10568         * http.c (known_authentication_scheme_p): New function.
10569         (gethttp): Handle authorization more correctly.
10570
10571         * ftp-basic.h: Removed.
10572
10573         * cmpt.h: Removed.
10574
10575         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
10576         with gcc 2.8.
10577         (numdigit): Use `while' loop.
10578
10579         * http.c (create_authorization_line): Detect authentication
10580         schemes case-insensitively.
10581
10582         * http.c (extract_header_attr): Use strdupdelim().
10583         (digest_authentication_encode): Move declaration of local
10584         variables to smaller scope.
10585         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
10586         (create_authorization_line): Detect authentication schemes
10587         case-insensitively.
10588
10589         * utils.c (touch): Constify.
10590
10591         * http.c (gethttp): Report a nicer error when no data is received.
10592
10593         * rbuf.h (RBUF_READCHAR): Ditto.
10594
10595         * ftp-basic.c (ftp_response): Use sizeof.
10596
10597 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
10598
10599         * retr.c (print_percentage): EXPECTED is long, not int.
10600         (print_percentage): Use floating-point arithmetic to avoid
10601         overflow with large files' sizes multiplied with 100.
10602
10603 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
10604
10605         * config.h.in: Added pid_t stub.
10606
10607         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
10608         define it).
10609
10610 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
10611
10612         * version.c: Wget 1.5.0 is released.
10613
10614 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
10615
10616         * url.c (str_url): Ditto.
10617
10618         * ftp-basic.c (ftp_rest): Use new name.
10619
10620         * utils.c (long_to_string): Renamed from prnum().
10621
10622 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
10623
10624         * version.c: Wget 1.5-b17 is released.
10625
10626 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
10627
10628         * headers.c (header_get): New argument FLAGS.
10629
10630         * http.c (gethttp): If request is malformed, bail out of the
10631         header loop.
10632         (gethttp): Check for empty header *after* the status line checks.
10633         (gethttp): Disallow continuations for status line.
10634
10635 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
10636
10637         * version.c: Wget 1.5-b16 is released.
10638
10639 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
10640
10641         * init.c (commands): Renamed `always_rest' to `continue'.
10642
10643 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
10644
10645         * all: Use it.
10646
10647         * log.c (logputs): New argument.
10648         (logvprintf): Ditto.
10649         (logprintf): Ditto.
10650
10651 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
10652
10653         * http.c (http_atotm): Update comment.
10654
10655         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
10656
10657         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
10658
10659         * main.c (i18n_initialize): New function.
10660         (main): Use it.
10661
10662         * log.c: Include <unistd.h>.
10663
10664         * retr.c (show_progress): Cast alloca to char *.
10665
10666 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
10667
10668         * version.c: Wget 1.5-b15 is released.
10669
10670 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
10671
10672         * utils.h: Declare file_non_directory_p().
10673
10674 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
10675
10676         * main.c (main): It's `tries', not `numtries' now.
10677
10678 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
10679
10680         * init.c (getperms): Removed.
10681
10682 1998-04-01  Tim Charron  <tcharron@interlog.com>
10683
10684         * log.c (logvprintf): Don't use ARGS twice.
10685
10686 1998-04-01  John  <john@futuresguide.com>
10687
10688         * mswindows.c: Cleaned up.
10689
10690 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
10691
10692         * version.c: Wget 1.5-b14 is released.
10693
10694 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
10695
10696         * ftp-opie.c (STRLEN4): New macro.
10697         (btoe): Use it.
10698
10699 1998-04-01  Junio Hamano  <junio@twinsun.com>
10700
10701         * http.c: Document all the Digest functions.
10702
10703 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
10704
10705         * utils.c (file_non_directory_p): Renamed from isfile().
10706
10707         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
10708
10709 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10710
10711         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
10712
10713         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
10714         style.
10715         (cmd_permissions): Removed.
10716
10717         * config.h.in: Add template for WORDS_BIGENDIAN.
10718
10719 1998-03-31  Junio Hamano  <junio@twinsun.com>
10720
10721         * http.c (HEXD2asc): New macro.
10722         (dump_hash): Use it.
10723
10724 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10725
10726         * version.c: Wget 1.5-b13 is released.
10727
10728 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10729
10730         * main.c (main): Don't try to use `com'.
10731
10732 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
10733
10734         * init.c (cmd_permissions): New function.
10735
10736 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
10737
10738         * version.c: Wget 1.5-b12 is released.
10739
10740 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
10741
10742         * init.c (commands): Renamed `numtries' to `tries'.
10743         (cmd_spec_debug): Removed.
10744         (home_dir): Under Windows, return `C:\' if HOME is undefined.
10745
10746 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
10747
10748         * config.h.in: Define _XOPEN_SOURCE.
10749
10750         * init.c (check_user_specified_header): New function.
10751         (cmd_spec_header): Use it.
10752         (cmd_spec_useragent): New function.
10753
10754 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
10755
10756         * version.c: Wget 1.5-b11 is released.
10757
10758 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
10759
10760         * wget.h: Include <libintl.h> only if NLS is enabled.
10761
10762 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
10763
10764         * options.h (struct options): Made `wait' a long.
10765         (struct options): Ditto for `timeout'.
10766
10767 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
10768
10769         * utils.c (exists): Renamed to file_exists_p.
10770         (file_exists_p): Use access() if available.
10771
10772 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
10773
10774         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
10775         infloop.
10776
10777         * log.c: do_logging -> save_log_p.
10778
10779         * config.h.in: Added template for HAVE_VSNPRINTF.
10780
10781 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
10782
10783         * init.c: Ditto.
10784
10785         * http.c: Protect declaration against non-ANSI compiler.
10786
10787         * log.c (logvprintf): Use vsnprintf() if available.
10788
10789         * getopt.c (main): Don't translate test stuff.
10790
10791 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
10792
10793         * version.c: Wget 1.5-b10 is released.
10794
10795 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
10796
10797         * ftp.c (getftp): Don't translate "CWD %s".
10798
10799         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
10800
10801 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
10802
10803         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
10804
10805         * log.c (logputs): New function.
10806         (logvprintf): Renamed from vlogmsg; use logputs().
10807
10808         * retr.c (show_progress): Print `[100%]' when the retrieval is
10809         finished.
10810
10811         * init.c (run_wgetrc): Use FILE, not PATH.
10812         (wgetrc_file_name): Ditto.
10813
10814 1998-03-07  Tim Adam  <tma@osa.com.au>
10815
10816         * recur.c (parse_robots): Correctly reset `entries' on empty
10817         disallow.
10818
10819 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
10820
10821         * init.c (cmd_spec_debug): Use cmd_boolean().
10822
10823 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
10824
10825         * http.c (gethttp): Create proxy-authorization correctly.
10826
10827 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
10828
10829         * md5.c: Ditto.
10830
10831         * getopt.c: Use ANSI function definitions.
10832
10833         * ftp-opie.c: New file.
10834
10835         * options.h: Don't redefine EXTERN.
10836
10837         * init.c: Sort it correctly.
10838
10839 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
10840
10841         * version.c: Wget 1.5-b9 is released.
10842
10843 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
10844
10845         * recur.c (recursive_retrieve): Reset `first_time'.
10846
10847         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
10848
10849         * rbuf.c (rbuf_peek): Simplified.
10850         (rbuf_flush): Use MINVAL.
10851
10852         * wget.h (MINVAL): Moved from url.h.
10853
10854         * rbuf.h (RBUF_FD): New macro.
10855
10856         * url.c (add_url): Add to the head of the list.
10857
10858         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
10859         file.
10860         (getftp): Set the default permissions to 0600.
10861
10862 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
10863
10864         * url.c (get_urls_html): Ditto.
10865         (convert_links): Ditto.
10866
10867         * recur.c (parse_robots): Ditto.
10868
10869         * html.c (ftp_index): Ditto.
10870
10871         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
10872
10873         * init.c (defaults): Initialize `opt' to zero via memset.
10874
10875         * http.c (digest_authentication_encode): goto considered harmful.
10876
10877 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
10878
10879         * ftp.c (delelement): Simplify and fix leak.
10880
10881 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
10882
10883         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
10884
10885         * url.h (HEXD2ASC): Removed warning.
10886
10887         * init.c (comind): Use binary search.
10888         (commands): Reorganized.
10889         (setval): Ditto.
10890         (cmd_boolean): New function.
10891         (cmd_number): Ditto.
10892         (cmd_number_inf): Ditto.
10893         (cmd_string): Ditto.
10894         (cmd_vector): Ditto.
10895         (cmd_directory_vector): Ditto.
10896         (cmd_bytes): Ditto.
10897         (cmd_time): Ditto.
10898         (cmd_spec_debug): Ditto.
10899         (cmd_spec_dirmode): Ditto.
10900         (cmd_spec_dirstruct): Ditto.
10901         (cmd_spec_dotstyle): Ditto.
10902         (cmd_spec_header): Ditto.
10903         (cmd_spec_htmlify): Ditto.
10904         (cmd_spec_mirror): Ditto.
10905         (cmd_spec_outputdocument): Ditto.
10906         (cmd_spec_recursive): Ditto.
10907         (settime): Merged with cmd_time().
10908         (setbytes): Merged with cmd_bytes().
10909         (setonoff): Merged with cmd_boolean().
10910         (onoff): Ditto.
10911
10912 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
10913
10914         * Makefile.in (distclean): Remove `config.h'.
10915
10916 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
10917
10918         * version.c: Wget 1.5-b8 is released.
10919
10920 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
10921
10922         * http.c (digest_authentication_encode): New function.
10923         (create_authorization_line): Use it.
10924         (dump_hash): New function.
10925         (digest_authentication_encode): Use it.
10926
10927         * fnmatch.c: Renamed from `mtch.c'.
10928
10929 1998-02-15  Karl Eichwalder  <ke@suse.de>
10930
10931         * main.c (main): Tag "Written by..." string as translatable.
10932
10933 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
10934
10935         * wget.h (FREE_MAYBE): New macro.
10936
10937         * http.c (create_authorization_line): Don't use ANSI C string
10938         concatenation feature.
10939         (basic_authentication_encode): Use alloca() for temporary
10940         variables.
10941
10942         * recur.h: Ditto.
10943
10944         * http.c: Ditto.
10945
10946         * headers.h: Ditto.
10947
10948         * ftp-basic.c: Protect declaration against non-ANSI compiler.
10949
10950         * http.c (create_authorization_line): Cast `unsigned char *' to
10951         `char *' for sprintf, to shut up the noisy Digital Unix cc.
10952
10953 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
10954
10955         * version.c: Wget 1.5-b7 is released.
10956
10957 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
10958
10959         * cmpt.c (strstr): Synched with glibc-2.0.6.
10960
10961         * ftp-basic.c (calculate_skey_response): Ditto.
10962         (calculate_skey_response): Use alloca().
10963
10964         * http.c (create_authorization_line): Work with FSF's version of
10965         md5.c.
10966
10967         * md5.c: New file, from GNU libc.
10968
10969 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
10970
10971         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
10972
10973 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
10974
10975         * http.c (basic_authentication_encode): New function, instead of
10976         the macro.
10977
10978 1998-02-13  Junio Hamano  <junio@twinsun.com>
10979
10980         * http.c: Add HTTP-DA support.
10981         * ftp-basic.c: Add Opie/S-key support.
10982         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
10983         * md5.c, md5.h: New files.
10984
10985 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
10986
10987         * http.c (http_process_range): Renamed from hprocrange().
10988         (http_process_range): Parse the whole header.
10989
10990         * headers.c: New file.
10991         (header_process): New function.
10992         (header_get): Renamed from fetch_next_header.
10993
10994         * all: Include utils.h only where necessary.
10995
10996         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
10997
10998         * wget.h: Add provisions for dmalloc.
10999
11000 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
11001
11002         * version.c: Wget 1.5-b6 is released.
11003
11004 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
11005
11006         * ftp.c (ftp_loop): Determine `filename' more precisely.
11007
11008         * init.c (setval): Don't set `opt.quiet' if output-document is
11009         `-'.
11010
11011         * log.c (log_init): Print to STDERR instead of STDOUT.
11012         (vlogmsg): Use STDERR by default.
11013         (logflush): Ditto.
11014
11015 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
11016
11017         * host.c: Use addr_in again.
11018
11019 1998-02-08  Karl Eichwalder  <karl@suse.de>
11020
11021         * http.c (gethttp): Fixed typo.
11022
11023 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11024
11025         * version.c: Wget 1.5-b5 is released.
11026
11027 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11028
11029         * retr.c (show_progress): Use it.
11030
11031         * log.c (logflush): New function.
11032
11033         * wget.h: Utilize __attribute__ if on gcc.
11034
11035 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
11036
11037         * http.c (base64_encode_line): New argument LENGTH.
11038         (BASIC_AUTHENTICATION_ENCODE): Use it.
11039         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
11040
11041         * main.c (main): Fixed fprintf() format mismatch.
11042
11043 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
11044
11045         * version.c: Wget 1.5-b4 is released.
11046
11047 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
11048
11049         * host.c: use sockaddr_in instead of addr_in.
11050
11051 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
11052
11053         * init.c (cleanup): Use it.
11054
11055         * recur.c (recursive_cleanup): New function.
11056
11057         * retr.c (retrieve_from_file): Ditto.
11058
11059         * main.c (main): Use it.
11060
11061         * recur.c (recursive_reset): New function.
11062
11063         * retr.c (retrieve_from_file): Ditto.
11064
11065         * main.c (main): Simplify call to recursive_retrieve().
11066
11067         * recur.c (recursive_retrieve): Removed FLAGS argument.
11068
11069         * http.c (gethttp): Changed call to iwrite().
11070
11071 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
11072
11073         * url.c (get_urls_html): Ditto.
11074         (free_urlpos): Ditto.
11075         (mkstruct): Ditto.
11076         (construct): Ditto.
11077
11078         * retr.c (retrieve_url): Move declaration of local variables to
11079         smaller scope.
11080
11081         * url.c (urlproto): Use it.
11082         (parseurl): Ditto.
11083         (str_url): Ditto.
11084         (get_urls_html): Ditto.
11085
11086         * utils.h (ARRAY_SIZE): New macro.
11087
11088         * url.c (proto): Moved from url.h.
11089
11090         * url.h (URL_CLEANSE): Reformatted.
11091         (USE_PROXY_P): Renamed from USE_PROXY.
11092
11093         * ftp-basic.c: Adjust to the new interface of iwrite().
11094
11095         * ftp-basic.c (ftp_port): Use alloca().
11096
11097 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
11098
11099         * version.c: Wget 1.5-b3 is released.
11100
11101         * host.c (ftp_getaddress): Don't print to stderr directly.
11102
11103         * init.c (setbytes): Support `g' for gigabytes.
11104         (cmdtype): New specification CTIME.
11105         (setval): Use it with settime().
11106         (commands): Use it for WAIT and TIMEOUT.
11107
11108 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
11109
11110         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
11111         (gethttp): Use it.
11112
11113         * utils.c (unique_name_1): Moved from url.c.
11114         (unique_name): Ditto.
11115
11116         * url.c (url_filename): Ditto.
11117
11118         * log.c (redirect_output): Changed call to unique_name().
11119
11120         * url.c (unique_name_1): Renamed from unique_name().
11121         (unique_name): Changed interface.
11122
11123         * init.c (enum cmdid): Moved from init.h.
11124         (cmdtype): Ditto.
11125         (struct cmd): Ditto.
11126
11127         * main.c (main): Use it.
11128         (main): Moved `--backups' to not have a short option.
11129
11130         * options.h (struct options): New member BACKGROUND.
11131
11132         * main.c (print_help): Rearranged.
11133         (main): New long options for -n* short options: --no-directories,
11134         --no-host-directories, --non-verbose, --no-host-lookup and
11135         --dont-remove-listing.
11136
11137 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
11138
11139         * main.c (main): Use log_close().
11140
11141         * log.c: New variable LOGFP.
11142         (vlogmsg): Use it.
11143         (redirect_output): Don't open /dev/null; set LOGFP to stdin
11144         instead.
11145         (log_close): New function.
11146
11147         * options.h (struct options): Removed LFILE.
11148
11149         * log.c (log_enable): Removed.
11150
11151         * main.c (main): Use it.
11152
11153         * log.c (log_init): New function.
11154
11155         * url.c (get_urls_html): Removed needless assignment to BASE.
11156
11157         * host.c (add_hlist): Don't set CMP needlessly.
11158
11159         * utils.c (match_backwards): Ditto.
11160         (in_acclist): Ditto.
11161
11162         * url.c (findurl): Ditto.
11163
11164         * netrc.c (parse_netrc): Ditto.
11165
11166         * log.c (log_dump): Ditto.
11167
11168         * html.c (html_quote_string): Ditto.
11169
11170         * ftp-basic.c (ftp_request): Made static.
11171
11172         * connect.c: Made global variables static.
11173
11174         * url.c (construct): Ditto.
11175
11176         * init.c (init_path): Avoid assignment inside `if'-condition.
11177
11178         * ftp.c: Don't include in.h or winsock.h.
11179
11180         * ftp.c (ftp_loop): Use SZ.
11181
11182         * connect.c (bindport): Cast &addrlen to int *.
11183         (conaddr): Ditto.
11184
11185         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
11186
11187 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11188
11189         * ftp.c (getftp): Initialize opt.ftp_pass here.
11190         (ftp_retrieve_dirs): Use alloca().
11191
11192         * init.c (defaults): Don't initialize opt.ftp_pass.
11193
11194         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
11195         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
11196
11197 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11198
11199         * recur.c (parse_robots): Check for comments more correctly.
11200
11201         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
11202         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
11203         hostname.
11204
11205 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11206
11207         * version.c: Wget 1.5-b2 is released.
11208
11209         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
11210
11211         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
11212
11213         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
11214         char.
11215
11216         * log.c: Don't attempt to hide arguments from ansi2knr.
11217
11218         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
11219
11220         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
11221
11222         * ftp.c (getftp): Ditto.
11223
11224         * http.c (gethttp): Use it.
11225
11226         * retr.c (get_contents): New argument EXPECTED; pass it to
11227         show_progress().
11228         (show_progress): New argument EXPECTED; use it to display
11229         percentages.
11230
11231         * init.c (setval): Ditto.
11232
11233         * http.c (gethttp): Ditto.
11234         (http_loop): Ditto.
11235
11236         * ftp.c (getftp): Ditto.
11237         (ftp_loop_internal): Ditto.
11238
11239         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
11240
11241         * sysdep.h (CLOSE): Simplify; use DEBUGP.
11242
11243         * netrc.c (search_netrc): Use alloca().
11244
11245         * init.c (defaults): Initialize no_flush.
11246
11247         * log.c (vlogmsg): Don't flush if no_flush.
11248
11249         * options.h (struct options): New variable no_flush.
11250
11251         * main.c (main): Don't play games with buffering.
11252
11253         * log.c (vlogmsg): Flush the output after every message.
11254
11255 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11256
11257         * init.c (parse_line): Ditto.
11258
11259         * url.c (get_urls_html): Ditto.
11260
11261         * main.c (main): Don't cast to unsigned char.
11262
11263         * init.c (run_wgetrc): Don't cast to unsigned char.
11264         (parse_line): Accept char instead of unsigned char.
11265
11266         * html.c (htmlfindurl): Use char instead of unsigned char.
11267
11268         * all: Use them.
11269
11270         * sysdep.h: Add wrappers to ctype macros to make them
11271         eight-bit-clean:
11272
11273 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
11274
11275         * html.c (htmlfindurl): Download <img lowsrc=...>
11276
11277         * main.c (main): Ignore SIGPIPE.
11278
11279         * connect.c (select_fd): New argument WRITEP.
11280         (iwrite): Call select_fd().
11281
11282 1997-02-27  Fila Kolodny <fila@ibi.com>
11283
11284         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
11285         one already exists, just skip it.
11286
11287 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
11288
11289         * http.c (gethttp): Cosmetic changes.
11290
11291         * http.c (check_end): Allow `+D...' instead of `GMT'.
11292         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
11293
11294         * url.c (process_ftp_type): New function.
11295         (parseurl): Use it.
11296
11297         * connect.c (iwrite): Allow writing in a few chunks.
11298         (bindport): Made SRV static, so addr can point to it.
11299         (select_fd): Removed HPUX kludge.
11300
11301         * host.c (free_hlist): Incorporated into clean_hosts().
11302
11303 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
11304
11305         * host.c (hlist): Made static.
11306         (search_address): Cosmetic change.
11307
11308 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
11309
11310         * version.c: Wget v1.5-b1 is released.
11311
11312         * http.c (hgetlen): Use sizeof() to get the header length.
11313         (hgetrange): Ditto.
11314         (hgettype): Ditto.
11315         (hgetlocation): Ditto.
11316         (hgetmodified): Ditto.
11317         (haccepts_none): Ditto.
11318
11319         * main.c (main): Updated `--version' and `--help' output, as per
11320         Francois Pinard's suggestions.
11321
11322         * main.c: Include locale.h; call setlocale(), bindtextdomain() and
11323         textdomain().
11324
11325         * config.h.in: Define stubs for I18N3.
11326
11327         * wget.h: Include libintl.h.
11328
11329 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
11330
11331         * url.c (mkstruct): Check for opt.cut_dirs.
11332         (mkstruct): alloca()-te more, xmalloc() less.
11333
11334         * utils.c (load_file): Check for ferror().
11335
11336         * url.c (get_urls_file): Close only the files we opened.
11337         (get_urls_html): Ditto.
11338         (count_slashes): New function.
11339
11340         * http.h: Removed.
11341
11342         * http.c (gethttp): Respect username and password provided by
11343         proxy URL.
11344         (base64_encode_line): Write into an existing buffer instead of
11345         malloc-ing a new one.
11346         (struct http_stat): Moved from http.h
11347
11348         * retr.c (retrieve_url): Free SUF.
11349
11350         * all: Removed lots of unnecessary .h dependencies.
11351
11352         * html.c (global_state): Made static.
11353
11354         * utils.h (ALLOCA_ARRAY): New macro.
11355
11356         * main.c (main): New option `--cut-dirs'.
11357
11358         * url.c (construct): Use alloca() for T.
11359
11360         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
11361
11362         * host.c (_host_t): Moved from host.h.
11363         (struct host): Renamed from _host_t.
11364         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
11365         (realhost): Ditto.
11366
11367         * host.h: Don't include url.h.
11368
11369         * ftp.c (LIST_FILENAME): Moved from ftp.h.
11370
11371         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
11372
11373         * main.c (main): Enable log if the output goes to a TTY.
11374
11375         * connect.h: Removed unused constant `BACKLOG'.
11376
11377         * config.h.in: Check for isatty().
11378
11379         * Makefile.in (LINK): Use CFLAGS when linking.
11380
11381 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
11382
11383         * mswindows.c (ws_hangup): Use redirect_output().
11384
11385         * main.c (redirect_output_signal): New function; use
11386         redirect_output().
11387
11388         * log.c (redirect_output): New function, based on hangup(), which
11389         is deleted.
11390
11391         * log.c (vlogmsg): New function.
11392
11393         * wget.h (DEBUGP): Use debug_logmsg().
11394
11395         * main.c (hangup): Use it.
11396
11397         * log.c (log_dump): New function.
11398
11399         * utils.h (DO_REALLOC): Use `long' for various sizes.
11400
11401         * http.c (hskip_lws): Use `while', for clarity.
11402         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
11403         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
11404
11405         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
11406         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
11407
11408         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
11409         (LEGIBLE_SEPARATOR): Ditto.
11410         (FILE_BUFFER_SIZE): Ditto.
11411
11412         * retr.c (BUFFER_SIZE): Moved from retr.h.
11413
11414         * log.c: New file.
11415         (logmsg): Moved from utils.c.
11416         (debug_logmsg): New function.
11417
11418         * mswindows.h: Include it here.
11419
11420         * init.c: Ditto.
11421
11422         * utils.c: Don't include <windows.h>.
11423
11424 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
11425
11426         * host.c (ftp_getaddress): Ditto.
11427
11428         * main.c (main): Use it.
11429
11430         * utils.h (STRDUP_ALLOCA): New macro.
11431
11432         * init.c: Prepend `wget: ' to error messages printed on stderr.
11433
11434         * utils.c (mkdirhier): Renamed from mymkdir.
11435         (touch): Renamed from my_touch.
11436         (pwd_cuserid): Renamed from my_cuserid().
11437
11438 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
11439
11440         * utils.c (accdir): Process wildcards.
11441         (proclist): New function.
11442         (accdir): Use it to avoid code repetition.
11443
11444 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
11445
11446         * recur.c (parse_robots): Respect opt.useragent; use alloca().
11447
11448         * http.c (gethttp): Construct useragent accordingly.
11449
11450         * version.c: Changed version string to numbers-only.
11451
11452         * main.c (print_help): List all the options.
11453
11454         * mswindows.c (windows_main_junk): Initialize argv0 here.
11455
11456 1998-01-24  Karl Heuer  <kwzh@gnu.org>
11457
11458         * netrc.c (search_netrc): Initialize `l' only after processing
11459         netrc.
11460
11461         * main.c (main): Don't trap SIGHUP if it's being ignored.
11462
11463 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
11464
11465         * all: Use logmsg().
11466
11467         * utils.c (time_str): Moved from retr.c.
11468         (logmsg): New function.
11469         (logmsg_noflush): Ditto.
11470
11471         * rbuf.c: New file, moved buf_* functions here.
11472
11473         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
11474
11475         * ftp-basic.c (ftp_rest): Use prnum().
11476
11477         * ftp-basic.c: Ditto.
11478
11479         * ftp.c: Use the new reading functions and macros.
11480
11481         * retr.c (buf_initialize): New function.
11482         (buf_initialized_p): Ditto.
11483         (buf_uninitialize): Ditto.
11484         (buf_fd): Ditto.
11485
11486         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
11487         efficiency.
11488         (gethttp): Use alloca() where appropriate.
11489
11490         * retr.c (buf_readchar): Use it.
11491         (buf_peek): Use rstreams.
11492
11493         * retr.h (BUF_READCHAR): New macro.
11494
11495         * init.c (home_dir): Rewritten for clarity.
11496         (init_path): Ditto.
11497
11498         * mswindows.c (ws_backgnd): Made static.
11499         (read_registry): Ditto.
11500         (ws_cleanup): Ditto.
11501         (ws_handler): Ditto.
11502
11503 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
11504
11505         * alloca.c: New file.
11506
11507         * Makefile.in (ALLOCA): Define.
11508
11509         * mswindows.c (ws_help): Constify.
11510         (ws_help): Use alloca.
11511
11512         * mswindows.c: Reformat.
11513
11514         * all: Added _(...) annotations for I18N snarfing and translation.
11515
11516         * host.c (ftp_getaddress): Nuke SYSINFO.
11517         (ftp_getaddress): Don't use getdomainname().
11518         (ftp_getaddress): Use uname(), where available.
11519
11520         * http.c (gethttp): Protect a stray fprintf().
11521
11522         * init.c (settime): New function.
11523         (setval): Treat WAIT specially, allowing suffixes like `m' for
11524         minutes, etc.
11525
11526 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
11527
11528         * url.c (get_urls_html): Use alloca() for TEMP.
11529
11530 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
11531
11532         * url.c (rotate_backups): New function.
11533
11534         * http.c (gethttp): Ditto.
11535
11536         * ftp.c (getftp): Rotate backups.
11537
11538 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
11539
11540         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
11541         xrealloc() and xstrdup().  Use the new functions.
11542
11543         * url.c (decode_string): Made static.
11544         (has_proto): Ditto.
11545         (parse_dir): Ditto.
11546         (parse_uname): Ditto.
11547         (mkstruct): Ditto.
11548         (construct): Ditto.
11549         (construct_relative): Ditto.
11550
11551         * retr.c (show_progress): Made static.
11552
11553         * recur.c (robots_url): Made static.
11554         (retrieve_robots): Ditto.
11555         (parse_robots): Ditto.
11556         (robots_match): Ditto.
11557
11558         * main.h: Removed.
11559
11560         * main.c (printhelp): Made static.
11561         (hangup): Ditto.
11562
11563         * init.c (comind): Made static.
11564         (defaults): Ditto.
11565         (init_path): Ditto.
11566         (run_wgetrc): Ditto.
11567         (onoff): Ditto.
11568         (setonoff): Ditto.
11569         (setnum): Ditto.
11570         (myatoi): Ditto.
11571         (getperms): Ditto.
11572         (setbytes): Ditto.
11573
11574         * http.c (fetch_next_header): Made static.
11575         (hparsestatline): Ditto.
11576         (hskip_lws): Ditto.
11577         (hgetlen): Ditto.
11578         (hgetrange): Ditto.
11579         (hgettype): Ditto.
11580         (hgetlocation): Ditto.
11581         (hgetmodified): Ditto.
11582         (haccepts_none): Ditto.
11583         (gethttp): Ditto.
11584         (base64_encode_line): Ditto.
11585         (mktime_from_utc): Ditto.
11586         (http_atotm): Ditto.
11587
11588         * html.c (idmatch): Made static.
11589
11590         * host.c (search_host): Made static.
11591         (search_address): Ditto.
11592         (free_hlist): Ditto.
11593
11594         * ftp.c (getftp): Made static.
11595         (ftp_loop_internal): Ditto.
11596         (ftp_get_listing): Ditto.
11597         (ftp_retrieve_list): Ditto.
11598         (ftp_retrieve_dirs): Ditto.
11599         (ftp_retrieve_glob): Ditto.
11600         (freefileinfo): Ditto.
11601         (delelement): Ditto.
11602
11603         * ftp-ls.c (symperms): Made static.
11604         (ftp_parse_unix_ls): Ditto.
11605
11606         * connect.c (select_fd): Made static.
11607
11608         * utils.c (xmalloc): Renamed from nmalloc.
11609         (xrealloc): Renamed from nrealloc.
11610         (xstrdup): Renamed from nstrdup.
11611
11612         * getopt.c (exchange): Use alloca.
11613
11614         * mswindows.c (mycuserid): Use strncpy.
11615
11616         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
11617         systhings.h, windecl.h and winjunk.h removed.
11618
11619         * mswindows.c (sleep): New function.
11620
11621         * utils.c: Include <windows.h> under Windows.
11622
11623 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
11624
11625         * url.h (URL_UNSAFE): Change default under Windows.
11626
11627         * retr.c (retrieve_from_file): Respect opt.delete_after.
11628
11629         * main.c (main): Call ws_help on Windows.
11630
11631         * winjunk.c (windows_main_junk): New function.
11632
11633         * main.c (main): Junk-process argv[0].
11634
11635         * http.c (mktime_from_utc): Return -1 if mktime failed.
11636
11637         * http.c (http_loop): Ditto.
11638
11639         * ftp.c (ftp_loop_internal): Change title on Windows when using a
11640         new URL.
11641
11642         * winjunk.c (getdomainname): Lots of functions.
11643
11644 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
11645
11646         * cmpt.c (strptime_internal): Handle years more correctly for
11647         `%y'.
11648
11649 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
11650
11651         * http.c (gethttp): Allocate enough space for
11652         `Proxy-Authorization' header.
11653
11654 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
11655
11656         * version.c: Wget/1.4.5 is released.
11657
11658 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
11659
11660         * retr.c (get_contents): Check return value of fwrite more
11661         carefully.
11662
11663 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11664
11665         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
11666         year, regardless of century.
11667
11668 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
11669
11670         * utils.c (isfile): Use `lstat' instead of `stat'.
11671
11672 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
11673
11674         * utils.c (numdigit): Use explicit test.
11675
11676 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
11677
11678         * http.c (http_loop): Always use `url_filename' to get u->local.
11679
11680 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
11681
11682         * url.c: Recognize https.
11683
11684 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
11685
11686         * recur.c (recursive_retrieve): Lowercase just the host name.
11687
11688 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
11689
11690         * url.c (get_urls_file): Use the correct test.
11691         (get_urls_html): Ditto.
11692
11693 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
11694
11695         * connect.c: Reverted addrlen to int.
11696
11697         * init.c (parse_line): Check for -1 instead of NONE.
11698
11699         * version.c: Changed version to 1.4.5.
11700
11701 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
11702
11703         * init.c: New option netrc.
11704         (initialize): Don't parse .netrc.
11705
11706         * cmpt.c (recursive): Return rp.
11707         (strptime_internal): Match the long strings first, the abbreviated
11708         second.
11709
11710 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
11711
11712         * http.c (check_end): New function.
11713         (http_atotm): Use it.
11714
11715 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
11716
11717         * http.c (gethttp): Use them.
11718
11719         * init.c: New options proxy_user and proxy_passwd.
11720
11721 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
11722
11723         * ftp.c (ftp_retrieve_list): Create links even if not relative.
11724
11725 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
11726
11727         * recur.c (recursive_retrieve): Lowercase the host name, if the
11728         URL is not "optimized".
11729
11730         * host.c (realhost): Return l->hostname, even if it matches with
11731         host.
11732
11733 1997-02-10  Marin Purgar  <pmc@asgard.hr>
11734
11735         * connect.c: Make addrlen size_t instead of int.
11736         (conaddr): Ditto.
11737
11738 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
11739
11740         * systhings.h: Define S_ISLNK on NeXT too.
11741
11742 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
11743
11744         * version.c: Released 1.4.3.
11745
11746         * url.c: Futher update to list of protostrings.
11747         (skip_proto): Skip `//' correctly for FTP and HTTP.
11748
11749         * url.c (get_urls_html): Handle bogus `http:' things a little
11750         different.
11751
11752         * main.c (main): Removed `follow-ftp' from `f'.
11753         (main): Dumped the `prefix-files' and `file-prefix' options and
11754         features; old and bogus.
11755         (main): Exit on failed setval() in `-e'.
11756
11757         * http.c (fetch_next_header): Use it to detect header continuation
11758         correctly.
11759
11760         * retr.c (buf_peek): New function.
11761
11762 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11763
11764         * wget.h: Include time.h and stuff.
11765
11766 1997-02-08  Roger Beeman  <beeman@cisco.com>
11767
11768         * ftp.c: Include <time.h>
11769
11770 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
11771
11772         * url.c (findurl): Would read over buffer limits.
11773
11774 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
11775
11776         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
11777
11778 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
11779
11780         * http.c (http_atotm): Initialize tm.is_dst.
11781
11782 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
11783
11784         * http.c (gethttp): Don't print the number of retrieved headers.
11785
11786         * main.c (main): New option `--no-clobber', alias for `-nc'.
11787
11788         * url.c: Recognize `https://'.
11789
11790 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
11791
11792         * host.c (herrmsg): Don't use h_errno.
11793
11794 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
11795
11796         * host.c (accept_domain): Use it.
11797
11798         * main.c (main): New option `--exclude-domains'.
11799
11800         * retr.c (retrieve_url): Use it.
11801         (retrieve_url): Bail out when an URL is redirecting to itself.
11802
11803         * url.c (url_equal): New function.
11804
11805 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
11806
11807         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
11808
11809         * http.c (mk_utc_time): New function.
11810         (http_atotm): Use it; handle time zones correctly.
11811
11812 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
11813
11814         * http.c: Ditto.
11815
11816         * ftp-basic.c: Use it instead of WRITE.
11817
11818         * connect.c (iwrite): New function.
11819
11820 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
11821
11822         * cmpt.c (mktime): New function.
11823
11824         * netrc.c: Include <sys/types.h>.
11825
11826         * main.c (main): Wouldn't recognize --spider.
11827
11828         * retr.c (rate): Use `B', `KB' and `MB'.
11829         (reset_timer,elapsed_time): Moved from utils.c.
11830
11831         * ftp.c (ftp_retrieve_list): Ditto.
11832
11833         * http.c (http_loop): Don't touch the file if opt.dfp.
11834
11835 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
11836
11837         * cmpt.c: New file.
11838
11839         * ftp.c (ftp_retrieve_glob): New argument semantics.
11840         (ftp_retrieve_dirs): Use it.
11841         (ftp_loop): Ditto.
11842
11843         * html.c (htmlfindurl): Recognize `'' as the quote char.
11844
11845 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
11846
11847         * ftp.c (ftp_loop_internal): Use it.
11848
11849         * utils.c (remove_link): New function.
11850
11851 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
11852
11853         * retr.c (retrieve_url): Require STRICT redirection URL.
11854
11855         * url.c (parseurl): New argument STRICT.
11856
11857         * http.c (hparsestatline): Be a little-bit less strict about
11858         status line format.
11859
11860 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
11861
11862         * http.c (gethttp): Use it.
11863
11864         * main.c (main): Don't use '<digit>' as options.
11865
11866         * init.c: New option ignore_length.
11867
11868         * http.c (gethttp): Ditto.
11869         (http_loop): Check for redirection without Location:.
11870         (gethttp): Don't print Length unless RETROKF.
11871
11872         * ftp.c (getftp): Use it.
11873
11874         * url.c (mkalldirs): New function.
11875
11876         * utils.c (mymkdir): Don't check for existing non-directory.
11877
11878         * url.c (mkstruct): Don't create the directory.
11879
11880 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
11881
11882         * init.c (setval): Removed NO_RECURSION checks.
11883
11884 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
11885
11886         * version.c: "Released" 1.4.3-pre2.
11887
11888         * recur.c (recursive_retrieve): Bypass host checking only if URL
11889         is ftp AND parent URL is not ftp.
11890
11891         * ftp-basic.c (ftp_request): Print out Turtle Power.
11892
11893         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
11894         wildcard.
11895         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
11896         not glob.
11897
11898         * http.c (gethttp): Be a little bit smarter about status codes.
11899
11900         * recur.c (recursive_retrieve): Always reset opt.recursive when
11901         dealing with FTP.
11902
11903 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
11904
11905         * retr.c (retrieve_url): New variable location_changed; use it for
11906         tests instead of mynewloc.
11907         (retrieve_url): Allow heuristic adding of html.
11908
11909         * url.c (url_filename): Don't use the `%' in Windows file names.
11910
11911         * http.c (http_loop): Always time-stamp the local file.
11912
11913         * http.c (http_loop): Ditto.
11914
11915         * ftp.c (ftp_retrieve_list): Use it.
11916
11917         * utils.c (my_touch): New function.
11918
11919         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
11920         instead of #ifndef NeXT.
11921
11922         * utils.c (strptime): New version, by Ulrich Drepper.
11923
11924 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
11925
11926         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
11927         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
11928         (http_loop): Would remove ACCEPTRANGES.
11929
11930         * ftp.c (getftp): Call ftp_list with NULL.
11931
11932 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
11933
11934         * html.c (ftp_index): Don't print minutes and seconds if we don't
11935         know them; beautify the output.
11936
11937         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
11938
11939 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
11940
11941         * utils.c (strptime): New function.
11942         (strptime): Don't use get_alt_number.
11943         (strptime): Don't use locale.
11944         (match_string): Made it a function.
11945
11946 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
11947
11948         * http.c (http_atotm): New function.
11949         (http_loop): Use it.
11950
11951         * atotm.c: Removed from the distribution.
11952
11953         * http.c (base64_encode_line): Rewrite.
11954
11955 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
11956
11957         * ftp.c (getftp): Use ftp_expected_bytes; print size.
11958
11959         * ftp-basic.c (ftp_response): Use ftp_last_respline.
11960         (ftp_expected_bytes): New function.
11961
11962         * ftp.c (getftp): Print the unauthoritative file length.
11963
11964         * ftp-ls.c: Renamed from ftp-unix.c.
11965         (ftp_parse_ls): Moved from ftp.c.
11966         (ftp_parse_unix_ls): Recognize seconds in time spec.
11967         (ftp_parse_unix_ls): Recognize year-less dates of the previous
11968         year.
11969
11970 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
11971
11972         * ftp-basic.c: Don't declare errno if #defined.
11973
11974         * host.c (ftp_getaddress): Check for sysinfo legally.
11975
11976 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
11977
11978         * connect.c (iread): Use READ.
11979
11980 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
11981
11982         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
11983         schemes.
11984
11985 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
11986
11987         * host.c (ftp_getaddress): Allow `.' in hostname.
11988
11989 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
11990
11991         * wget.h: READ and WRITE macros for use instead of read and write
11992         on sockets, grep READ *.c, grep WRITE *.c
11993
11994         * wsstartup.c: new file - startup for winsock
11995
11996         * wsstartup.h: new file
11997
11998         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
11999
12000         * configure.bat: Configure utility for MSVC
12001
12002         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
12003
12004 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
12005
12006         * version.c: Released 1.4.3-pre.
12007
12008         * utils.c (prnum): Accept long.
12009         (legible): Use prnum().
12010
12011         * connect.c (make_connection): Accept port as short.
12012         (bindport): Ditto.
12013
12014         * http.c (gethttp): Use search_netrc.
12015
12016 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
12017
12018         * ftp.c (getftp): Use search_netrc.
12019
12020         * netrc.c (free_netrc): New function.
12021
12022         * init.c (home_dir): New function.
12023
12024         * url.c (convert_links): Allow REL2ABS changes.
12025
12026 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
12027
12028         * netrc.c: New file.
12029         (parse_netrc, maybe_add_to_list): New functions.
12030
12031 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
12032
12033         * retr.c (retrieve_url): Reset opt.recursion before calling
12034         ftp_loop if it is reached through newloc.
12035
12036         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
12037         error; don't use "Syntax error", since we don't know if it is
12038         really a syntax error.
12039
12040 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
12041
12042         * utils.c (acceptable): Extract the filename part of the path.
12043
12044         * recur.c (recursive_retrieve): Call acceptable() with the right
12045         argument; would bug out on wildcards.
12046
12047         * init.c (parse_line): Likewise.
12048
12049         * html.c (htmlfindurl): Cast to char * when calling stuff.
12050
12051 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
12052
12053         * ftp.c (getftp): Use ftp_pasv.
12054
12055         * ftp-basic.c (ftp_request): Accept NULL value.
12056         (ftp_pasv): New function.
12057
12058         * options.h (struct options): Add passive FTP option.
12059
12060 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
12061
12062         * url.c (parseurl): Debug output.
12063
12064         * utils.c (path_simplify): New one, adapted from bash's
12065         canonicalize_pathname().
12066
12067 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
12068
12069         * ftp.c (getftp): Don't discard the buffer.
12070
12071         * retr.c (get_contents): New parameter nobuf.
12072
12073 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
12074
12075         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
12076
12077         * init.c (setval): Strip the trailing slashes on CVECDIR.
12078
12079 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
12080
12081         * init.c: Make excludes and includes under CVECDIR instead of
12082         CVEC.
12083
12084 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
12085
12086         * url.c (get_urls_html): Skip "http:".
12087
12088 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
12089
12090         * utils.c (strcasecmp): From glibc.
12091         (strncasecmp): Also.
12092         (strstr): Also.
12093
12094         * url.c: Added javascript: to the list of URLs prefixes.
12095
12096 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
12097
12098         * recur.c (retrieve_robots): Print the warning message only if
12099         verbose.
12100
12101 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
12102
12103         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
12104
12105 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
12106
12107         * systhings.h: New file.
12108
12109         * ../configure.in: Check for utime.h
12110
12111         * ftp.c: Check whether we have unistd.h.
12112
12113 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
12114
12115         * recur.c (recursive_retrieve): Send the canonical URL as referer.
12116         (recursive_retrieve): Call get_urls_html with the canonical URL.
12117
12118 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12119
12120         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
12121         ansi2knr support for compilers which don't support ANSI style
12122         function prototypes and signatures.
12123
12124         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
12125
12126 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
12127
12128         * url.c: Use it; Recognize paths ending with "." and ".." as
12129         directories.
12130         (url_filename): Append .n whenever file exists and could be a
12131         directory.
12132
12133         * url.h (ISDDOT): New macro.
12134
12135         * init.c (parse_line): Use unsigned char.
12136
12137         * url.c (get_urls_html): Cast to unsigned char * when calling
12138         htmlfindurl.
12139
12140         * html.c (htmlfindurl): Use unsigned char.
12141
12142         * version.c: Changed version to 1.4.3.
12143
12144 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
12145
12146         * version.c: Released 1.4.2.
12147
12148         * ftp.c (getftp): Simplified assertion.
12149         (ftp_loop_internal): Remove symlink before downloading.
12150         (ftp_retrieve_list): Unlink the symlink name before attempting to
12151         create a symlink!
12152
12153         * options.h (struct options): Renamed print_server_response to
12154         server_response.
12155
12156         * ftp.c (rel_constr): Removed.
12157         (ftp_retrieve_list): Don't use it.
12158         (ftp_retrieve_list): Use opt.retr_symlinks.
12159
12160 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
12161
12162         * main.c (main): New option retr_symlinks.
12163
12164         * url.c (convert_links): Print verbose message.
12165
12166 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
12167
12168         * http.c (http_loop): Reset newloc in the beginning of function;
12169         would cause FMR in retrieve_url.
12170
12171 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
12172
12173         * recur.c (convert_all_links): Find the URL of each HTML document,
12174         and feed it to get_urls_html; would bug out.
12175         (convert_all_links): Check for l2 instead of dl; removed dl.
12176
12177         * url.c (convert_links): Don't refer to freed newname.
12178
12179         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
12180
12181         * main.c (main): Print the OS_TYPE in the debug output, too.
12182
12183         * recur.c (recursive_retrieve): Check for opt.delete_after.
12184
12185         * main.c (main): New option delete-after.
12186
12187         * init.c (setval): Cleaned up.
12188
12189 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
12190
12191         * Makefile.in (wget): Make `wget' the default target.
12192
12193         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
12194         loop.
12195         (ftp_retrieve_list): Warn about non-matching sizes.
12196
12197         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
12198
12199         * init.c (setnum): Renamed from setnuminf; New argument flags.
12200         (setval): Use it.
12201
12202         * main.c (main): Sorted the options.
12203         (main): New option --wait.
12204
12205 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
12206
12207         * html.c (htmlfindurl): Reset s->in_quote after getting out of
12208         quotes.
12209
12210 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
12211
12212         * version.c: Changed version to 1.4.2.
12213
12214 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
12215
12216         * version.c: Released 1.4.1.
12217
12218         * html.c (html_quote_string): New function.
12219         (ftp_index): Use it.
12220         (htmlfindurl): A more gentle ending debug message.
12221
12222         * ftp.c (ftp_loop): Check for opt.htmlify.
12223
12224         * init.c: New command htmlify.
12225
12226         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
12227         strings.
12228         (ftp_loop): Print size of index.html.
12229
12230         * init.c (setval): Implement "styles".
12231
12232         * main.c (main): New option dotstyle.
12233
12234 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
12235
12236         * ftp.c (getftp): Close the master socket in case of errors, after
12237         bindport().
12238
12239         * connect.c (bindport): Initialize msock to -1.
12240
12241         * ftp.c (getftp): Initialize dtsock to -1.
12242
12243         * connect.c (closeport): Don't close sock if sock == -1.
12244
12245 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
12246
12247         * init.c (setnuminf): Nuked default value -- just leave unchanged.
12248         (setval): Don't send default values.
12249         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
12250
12251         * options.h (struct options): Use long for dot_bytes.
12252
12253         * init.c (setquota): Renamed to setbytes.
12254         (setval): Use setbytes on DOTBYTES.
12255
12256 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
12257
12258         * ftp.c (getftp): Initialize con->dltime.
12259
12260         * recur.c (recursive_retrieve): Use same_host instead of
12261         try_robots; simply load robots_txt whenever the host is changed.
12262         (recursive_retrieve): Free forbidden before calling parse_robots.
12263
12264 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
12265
12266         * retr.c (show_progress): Use them.
12267
12268         * options.h (struct options): New options dot_bytes, dots_on_line
12269         and dot_spacing.
12270
12271 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
12272
12273         * recur.c (recursive_retrieve): Retrieve directories regardless of
12274         acc/rej rules; check for empty u->file.
12275
12276 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
12277
12278         * init.c (setval): Use it.
12279
12280         * utils.c (merge_vecs): New function.
12281
12282         * init.c (setval): Reset the list-type functions when encountering
12283         "".
12284
12285 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
12286
12287         * recur.c (recursive_retrieve): Use base_url instead of this_url
12288         for no_parent.
12289
12290 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
12291
12292         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
12293
12294 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
12295
12296         * utils.c (sepstring): Rewrote; don't use strtok.
12297
12298         * recur.c (recursive_retrieve): Enter assorted this_url to slist
12299         when running the first time.
12300         (retrieve_robots): Warn to ignore errors when robots are loaded.
12301
12302         * utils.c (load_file): Moved from url.c.
12303
12304         * http.c: Made static variables const too in h* functions.
12305
12306         * main.c (main): Renamed --continue-ftp to --continue.
12307
12308         * recur.c (recursive_retrieve): Use it.
12309
12310         * utils.c (frontcmp): New function.
12311
12312         * url.c (accdir): New function.
12313
12314         * html.c (htmlfindurl): Recognize <area href=...>.
12315
12316         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
12317
12318         * init.c (setval): Free the existing opt.excludes and
12319         opt.includes, if available.
12320
12321         * main.c (main): New option -I.
12322
12323 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
12324
12325         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
12326
12327         * version.c: Changed version to 1.4.1.
12328
12329 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
12330
12331         * version.c: Released 1.4.0.
12332
12333 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
12334
12335         * main.c (main): Free com and val after parse_line.
12336         (printhelp): Reorder the listing.
12337
12338         * http.c: More robust header parsing.
12339
12340         * http.c: Allow any number of spaces, or no spaces, precede ':'.
12341         (hskip_lws): New function.
12342         (haccepts_bytes): New function.
12343         (gethttp): Use it.
12344
12345         * init.c (setval): Check header sanity.
12346         (setval): Allow resetting of headers.
12347
12348 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
12349
12350         * http.c (http_loop): Don't use has_wildcards.
12351
12352         * http.c (gethttp): Free all_headers -- would leak.
12353
12354         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
12355         0 -- this fixes a long-standing bug in -rl.
12356
12357 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
12358
12359         * ftp.c: Use -1 as "impossible" value for con->fd.
12360
12361         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
12362
12363         * init.c (parse_line): Use isalpha.
12364
12365         * ftp-unix.c: Use HAVE_UNISTD_H.
12366
12367         * mtch.c (has_wildcards): Don't match \.
12368
12369         * http.c (http_loop): Warn on HTTP wildcard usage.
12370
12371 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
12372
12373         * url.c (url_filename): Do not create numbered suffixes if
12374         opt.noclobber -- would bug out on -nc.
12375
12376 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
12377
12378         * recur.c (parse_robots): Don't chuck out the commands without
12379         arguments (`Disallow:<empty>' didn't work).
12380         (parse_robots): Compare versions lowercase.
12381         (parse_robots): Match on base_version, not version_string!
12382         (parse_robots): Handle comments properly.
12383         (parse_robots): Match versions in a sane way.
12384
12385         * init.c: Print nicer error messages.
12386
12387         * version.c: Changed version to 1.4.0.
12388
12389 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
12390
12391         * version.c: Released 1.4.0-test2.
12392
12393         * init.c (run_wgetrc): Close fp.
12394
12395         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
12396         u->dir.
12397
12398 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
12399
12400         * init.c (setquota): Allow inf as quota specification.
12401
12402 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
12403
12404         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
12405         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
12406
12407         * main.c (main): Check for quota by comparison with downloaded
12408         stuff, not from status.
12409
12410         * connect.c (select_fd): Should compile on HPUX without warnings now.
12411
12412         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
12413         returned RETROK.
12414
12415 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
12416
12417         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
12418         (getftp): Return FTPRETRINT on control connection error.
12419
12420         * html.c (htmlfindurl): Recognize <embed src=...> and
12421         <bgsound src=...>.
12422         (ftp_index): Handle username and password correctly.
12423
12424         * main.c (main): Made `-np' a synonim for --no-parent.
12425
12426 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
12427
12428         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
12429         ftp_retrieve_glob.
12430
12431         * version.c: Changed version to 1.4.0-test2.
12432
12433 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
12434
12435         * version.c: Released 1.4.0-test1.
12436
12437         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
12438         directory.
12439         (convert_links): Removed definition of make_backup.
12440
12441         * http.h: Removed definition of MAX_ERROR_LENGTH.
12442
12443         * host.c (ftp_getaddress): Check for "(none)" domains.
12444
12445         * ftp.c (ftp_retrieve_dirs): Docfix.
12446
12447         * http.c (gethttp): Use ou->referer instead of u->referer.
12448
12449         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
12450         this was known to cause coredumps on Linux.
12451
12452         * html.c (ftp_index): Cast the argument to local_time to time_t *.
12453
12454 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
12455
12456         * connect.c (select_fd): Use exceptfds -- once and for all.
12457
12458         * retr.c (retrieve_from_file): Free filename after
12459         recursive_retrieve.
12460         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
12461         first-time retrieval.
12462         (retrieve_from_file): Return uerr_t; new argument, count.
12463         (retrieve_from_file): Break on QUOTEXC.
12464
12465         * init.c (setquota): Fixed a bug that caused rejection of
12466         non-postfixed values..
12467
12468 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
12469
12470         * version.c: Changed name to wget.
12471
12472         * connect.c (iread): Smarter use of select.
12473         (select_fd): Set errno on timeout.  If not timeout, return 1
12474         instead of 0.
12475
12476 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
12477
12478         * ftp.c (ftp_loop_internal): Don't use con->cmd before
12479         establishing it.
12480
12481 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
12482
12483         * http.c (gethttp): Send correct referer when using proxy.
12484         (gethttp): Use struct urlinfo ou to access the relevant data; send
12485         correct authorization in all cases.
12486
12487         * host.c (same_host): Use skip_uname to skip username and
12488         password.
12489
12490         * url.c (skip_uname): New function.
12491         (parseurl): Use it.
12492
12493         * host.c (same_host): Do not assume HTTP -- same_host should now
12494         be totally foolproof.
12495
12496         * url.c (skip_proto): New function.
12497         (parse_uname): Use it.
12498
12499         * http.c (gethttp): Create local user and passwd from what is
12500         given.
12501
12502         * url.c (parseurl): Check for HTTP username and password too.
12503
12504 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
12505
12506         * config.h.in: Removed #define gethostbyname R...
12507
12508 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
12509
12510         * version.c: Changed version to 1.4.0-test1.
12511
12512 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
12513
12514         * version.c: "Released" 1.4b29.
12515
12516         * recur.c (recursive_retrieve): Check for no_parent.
12517
12518         * init.c (setval): Option update.
12519
12520         * main.c (main): New option no-parent.
12521
12522         * options.h (struct options): New variable no_parent.
12523
12524         * recur.c (recursive_retrieve): Only files are checked for
12525         opt.accepts and opt.rejects.
12526         (recursive_retrieve): Check directories for opt.excludes.
12527         (recursive_retrieve): Make the dir absolute when checking
12528         opt.excludes.
12529
12530         * html.c (htmlfindurl): Recognize <applet code=...> and <script
12531         src=...>
12532
12533 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
12534
12535         * ftp.c (getftp): Do not line-break assert entries at all.
12536         (ftp_retrieve_dirs): docfix.
12537
12538         * connect.c (select_fd): Use fd + 1 as nfds.
12539
12540         * version.c: Changed version to 1.4b29.
12541
12542 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
12543
12544         * version.c: "Released" 1.4b28.
12545
12546         * ftp.c (ftp_loop_internal): Check whether f->size == len and
12547         don't continue the loop if it is.
12548         (ftp_get_listing): Remove list_filename on unsuccesful loop.
12549
12550 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
12551
12552         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
12553         (getftp): Do not use multiline assert.
12554
12555         * http.c (hparsestatline): Use mjr and mnr instead of major and
12556         minor, which don't compile on Ultrix.
12557         (http_loop): Use strcpy() to initialize tmp.
12558
12559         * all: Geturl -> Fetch
12560
12561 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
12562
12563         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
12564         ':'.
12565
12566         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
12567         moving `bufsize &&' to the beginning of each check in for-loops.
12568
12569         * recur.c (parse_robots): Close fp on exit.
12570
12571         * url.c (mymkdir): Check for each directory before creating.
12572
12573 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
12574
12575         * version.c: Changed version to 1.4b28.
12576
12577 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
12578
12579         * version.c: "Released" 1.4b27.
12580
12581         * init.c (parse_line): Use isspace.
12582         (parse_line): Free *com on all errors.
12583
12584         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
12585         (delelement): Use next instead of f->next and prev instead of
12586         f->prev.
12587         (delelement): Free the members of the deleted element.
12588
12589         * http.c (http_loop): Do not return RETROK on code != 20x.
12590
12591         * init.c (cleanup): Free opt.user_header.
12592         (cleanup): Free opt.domains.
12593
12594         * url.c (freelists): Moved to cleanup().
12595
12596         * http.c (hparsestatline): Docfix.
12597
12598         * main.c (main): Return with error status on unsuccesful
12599         retrieval.
12600
12601         * init.c (setval): Do not remove listing when mirroring.
12602
12603         * url.c (url_filename): Use opt.fileprefix.
12604
12605         * ftp.c (ftp_get_listing): Use url_filename to get filename for
12606         .listing.
12607
12608         * main.c (main): New option: -rn.
12609
12610 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
12611
12612         * Makefile.in (RM): Added RM = rm -f.
12613
12614         * host.c (clean_hosts): New function.
12615         (free_hlist): Just free the list, no reset.
12616
12617         * version.c: Changed version to 1.4b27.
12618
12619 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
12620
12621         * version.c: "Released" 1.4b26.
12622
12623         * retr.c (retrieve_from_file): If call get_urls_html with
12624         opt.spider to make it silent in spider mode.
12625
12626         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
12627
12628         * url.h (CLEANDUP): New macro.
12629
12630         * http.c (gethttp): Fixed a bug that freed location only when it
12631         was NULL.
12632
12633         * retr.c (retrieve_url): Free url if it will not be stored,
12634         i.e. newloc is NULL.
12635
12636         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
12637         old version would bug out on <a href="x#a"href="y">.
12638
12639         * html.h (state_t): New member in_quote.
12640
12641         * html.c (htmlfindurl): Free s->attr at the beginning of
12642         attr-loop.
12643
12644         * recur.c (recursive_retrieve): Recognize RCLEANUP.
12645         (tried_robots): Make hosts a global variable.
12646         (recursive_retrieve): Free constr after URL host optimization.
12647         (tried_robots): Free urlinfo before exiting.
12648
12649         * utils.c (free_slist): New function.
12650
12651         * recur.c (recursive_retrieve): Use flags to add cleanup
12652         possibility.
12653
12654         * main.c (main): Free filename after recursive_retrieve.
12655
12656         * http.c (gethttp): Store successful responses too.
12657
12658 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
12659
12660         * all: Constified the whole source.  This required some minor
12661         changes in many functions in url.c, possibly introducing bugs -- I
12662         hope not.
12663
12664         * ftp-basic.c: Removed last_respline.
12665
12666         * http.c (gethttp): Free type.
12667
12668         * host.c (same_host): Free real1 and real2.
12669
12670         * main.c (main): New option --spider.
12671
12672         * retr.c (get_contents): Don't reset errno.
12673
12674         * main.c (main): Sorted the options.
12675
12676         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
12677         uninitialized by select().
12678
12679         * http.c (http_loop): Print the time when the connection is
12680         closed.
12681         (gethttp): Debug-print the HTTP request.
12682
12683 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
12684
12685         * connect.c (iread): Do not try reading after timeout.
12686
12687         * main.c (main): Would bug out on -T.
12688
12689         * connect.c (select_fd): Do not use exceptfds.
12690         (iread): Set ETIMEDOUT on select_fd <= 0.
12691
12692         * version.c: Changed version to 1.4b26.
12693
12694 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
12695
12696         * version.c: "Released" 1.4b25.
12697
12698         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
12699         or link name.
12700
12701         * http.c (gethttp): Add errcode to struct hstat.
12702         (http_loop): Use it.
12703
12704         * url.c (no_proxy_match): Simplify using char** for no_proxy.
12705
12706         * options.h (struct options): Make opt.no_proxy a vector.
12707
12708         * utils.c (sepstring): Use !*s instead of !strlen(s).
12709
12710         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
12711         (getperms): Use ISODIGIT instead of isdigit.
12712
12713         * ftp.c (getftp): Print time.
12714
12715         * main.c (main): Use legible output of downloaded quantity.
12716
12717         * ftp.c (getftp): Use elapsed_time().
12718         (ftp_loop_internal): Use rate().
12719
12720         * http.c (http_loop): Add download ratio output; Use rate().
12721
12722         * utils.c (rate): New function.
12723
12724 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
12725
12726         * http.c (http_loop): Use timer.
12727
12728         * ftp.c: Split to ftp-basic.c and ftp.c
12729
12730         * utils.c (reset_timer): New function.
12731         (elapsed_time): New function.
12732
12733         * retr.c (show_progress): Make bytes_in_line and offs long; should
12734         work on 16-bit machines.
12735
12736 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
12737
12738         * url.c (in_acclist): New argument backward.
12739
12740         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
12741         a file should be retrieved according to suffix.
12742         (ftp_get_listing): Check the return value of unlink; Do not call
12743         ftp_retrieve_dirs if depth reached maxreclevel.
12744         (ftp_retrieve_dirs): Check whether the directory is in
12745         exclude-list.
12746
12747         * main.c (main): Print the version number at the beginning of
12748         DEBUG output.
12749         (main): Use strrchr when creating exec_name.
12750
12751         * ftp.c (ftp_retrieve_glob): Do not close control connection.
12752
12753         * version.c: Changed version to 1.4b25.
12754
12755 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
12756
12757         * version.c: "Released" 1.4b24.
12758
12759         * Makefile.in: Rewrite.
12760
12761         * ftp.c (ftp_loop_internal): Likewise.
12762
12763         * retr.c (time_str): Check for failed time().
12764
12765         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
12766         HTML3.0.
12767
12768         * retr.c (time_str): Return time_t *.
12769
12770         * connect.c (bindport): Close msock on unsuccesful bind.
12771         (bindport): The same for getsockname and listen.
12772
12773         * retr.c (retrieve_url): Allow any number of retries on
12774         proxy.
12775
12776         * http.c (gethttp): Do not treat errno == 0 as timeout.
12777         (http_loop): Likewise.
12778         (http_loop): Cosmetic changes.
12779
12780         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
12781
12782         * retr.c (get_contents): Reset errno.
12783
12784         * ftp.c (getftp): Minor fixes.
12785
12786 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
12787
12788         * http.c: Do not use backups.
12789
12790         * geturl.1 (WARNING): Warn that man-page could be obsolete.
12791
12792         * getopt.c (getopt_long): Moved to getopt.c
12793
12794         * geturl.texi: Enhanced.
12795
12796         * main.c (main): Use it.
12797
12798         * recur.c (convert_all_links): New function.
12799
12800         * utils.c (add_slist): New argument flags.
12801
12802         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
12803         (parse_robots): Do not chuck out empty value fields.
12804         (parse_robots): Make yourself welcome on empty Disallow.
12805
12806         * version.c: Changed version to 1.4b24.
12807
12808 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
12809
12810         * version.c: "Released" 1.4b23.
12811
12812         * ftp.c (ftp_loop_internal): Get the time after getftp.
12813
12814         * Makefile.in (install.info): New target.
12815         (install): Use it.
12816
12817         * http.c (http_loop): Fix output when doing -O.
12818
12819 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
12820
12821         * geturl.texi: New file.
12822
12823         * main.c (main): Do not print the warnings and download summary if
12824         opt.quiet is set.
12825
12826         * version.c: Changed version to 1.4b23.
12827
12828 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
12829
12830         * "Released" 1.4b22.
12831
12832         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
12833         to avoid redefinition warnings.
12834
12835         * host.c (store_hostaddress): Use memcpy() to copy the address
12836         returned by inet_addr.
12837
12838         * version.c: Changed version to 1.4b22.
12839
12840 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
12841
12842         * version.c: "Released" 1.4b21.
12843
12844         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
12845
12846         * ftp.c (ftp_port): Use conaddr.
12847         (getftp): Print the file length.
12848         (ftp_retrieve_list): Check the stamps of plain files only.
12849
12850         * connect.c (closeport): Do not call shutdown().
12851         (conaddr): New function.
12852
12853         * html.c (ftp_index): Made it dfp-aware.
12854
12855         * init.c (cleanup): New name of freemem. Close opt.dfp.
12856
12857         * ftp.c (getftp): Use opt.dfp if it is set.
12858
12859         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
12860
12861         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
12862         CWDs to be sent with recursive FTP retrievals.
12863
12864 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
12865
12866         * recur.c (parse_robots): Made it more compliant with "official"
12867         specifications.
12868
12869         * http.c: New function.
12870
12871         * ftp-unix.c (ftp_parse_ls): Added better debug output.
12872
12873         * ftp.c (getftp): Print out the LIST in case of
12874         opt.print_server_response.
12875
12876         * version.c: Changed version to 1.4b21.
12877
12878 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
12879
12880         * version.c: "Released" 1.4b20.
12881
12882         * README: Update.
12883
12884         * http.c (gethttp): Preset lengths of various headers instead of
12885         calculating them dynamically.
12886         (gethttp): Check for 206 partial contents.
12887
12888 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
12889
12890         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
12891
12892         * http.c (gethttp): Send the port number in the Host: header.
12893
12894 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
12895
12896         * http.c (gethttp): Send host: header.
12897         (gethttp): Add the possibility of user-defined headers.
12898         (gethttp): Move decision about pragma: no-cache to http_loop,
12899         where it belongs.
12900         (gethttp): Pass a struct instead of enormous argument list.
12901         (http_loop): Use a new, fancier display format.
12902         (ftp_loop): Likewise.
12903
12904         * main.c: (hangup): Turn off buffering of the new log file.
12905
12906         * install-sh: Likewise.
12907
12908         * config.sub: Replace with the one in autoconf-2.10
12909
12910         * geturl.1: Update.
12911
12912         * init.c: New options httpuser and httppasswd.
12913
12914         * http.c: (base64_encode_line): New function.
12915         (gethttp): Send authentication.
12916
12917         * connect.c (make_connection): Use store_hostaddress.
12918
12919 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
12920
12921         * host.c (store_hostaddress): New function.
12922
12923         * NEWS: Update.
12924
12925         * http.c (hgetrange): New function.
12926         (gethttp): Use ranges.
12927
12928         * utils.c (numdigit): Accept long instead of int.
12929
12930         * http.c (http_loop): Add restart capabilities.
12931
12932         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
12933         being used uninitialized.
12934         (ftp_retrieve_list): Similar fix.
12935
12936         * host.c (add_hlist): Fixed a bug that could cause cmp being used
12937         uninitialized.
12938
12939         * url.c (construct_relative): New function.
12940
12941         * recur.c (recursive_retrieve): Use it.
12942
12943         * retr.c (convert_links): New function.
12944
12945 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
12946
12947         * url.c (free_urlpos): New function.
12948
12949         * recur.c (recursive_retrieve): Adapt.
12950
12951         * url.c (get_urls_html): Return a linked list instead of a vector.
12952
12953         * url.c (get_urls_file): Return a linked list instead of a vector.
12954
12955         * geturl.1: Update.
12956
12957         * http.c (gethttp): Implement it.
12958
12959         * init.c (setval): New option: SAVEHEADERS
12960
12961         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
12962         be retrieved. Lack of this test caused bugs when the connection
12963         was lost during listing.
12964
12965         * retr.c (retrieve_url): Fixed a bug that caused
12966         coredumps. *newloc is now reset by default.
12967         (retrieve_url): Lift the twenty-tries limit on proxies.
12968
12969         * version.c: Changed version to 1.4b20.
12970
12971 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
12972
12973         * version.c: "Released" 1.4b19.
12974
12975 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
12976
12977         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
12978         (getftp): Changed prototype to accept ccon *.
12979
12980 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
12981
12982         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
12983         incorrect values to files pointed to by symbolic links.
12984         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
12985
12986 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
12987
12988         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
12989
12990         * main.c (main): New option: --user-agent.
12991
12992         * geturl.1: Ditto.
12993
12994         * init.h: Ditto.
12995
12996         * init.c (setval): Ditto.
12997
12998         * main.c (main): Rename "server-headers" to "server-response".
12999
13000         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
13001         executables in 'ls -F' listings.
13002
13003 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
13004
13005         * url.c (parseurl): Remove realloc() and sprintf().
13006         (str_url): Get rid of sprintf().
13007
13008         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
13009         servers.
13010
13011         * url.h (URL_CLEANSE): Made it else-resistant.
13012         (USE_PROXY): New macro.
13013
13014 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
13015
13016         * NEWS: Update.
13017
13018         * version.c: Changed version to 1.4b19.
13019
13020 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
13021
13022         * version.c: "Released" 1.4b18.
13023
13024         * url.c: Made it reallocate space exponentially.
13025
13026 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
13027
13028         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
13029         the list of stuff to fetch.
13030
13031 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
13032
13033         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
13034         -Fi.
13035
13036         * html.c (htmlfindurl): Rewrite.
13037
13038         * http.c (gethttp): Use opt.proxy_cache.
13039
13040         * main.c (main): Added --cache option.
13041
13042         * ftp.c (ftp_response): Print server response if opt.print_server
13043         response is set.
13044         (getftp): Print newlines after each request if the server response
13045         is to be printed.
13046         (ftp_response): Copy the last response line to last_respline.
13047
13048         * http.c (gethttp): Add Pragma: nocache for retried
13049         proxy-retrievals.
13050
13051         * ftp.c (getftp): Use it.
13052
13053         * retr.c (buf_discard): New function.
13054
13055         * ftp.c (ftp_response): Use buf_readchar().
13056         (getftp): Flush the control connection buffer before calling
13057         get_contents().
13058
13059         * retr.c (buf_readchar): New function.
13060         (buf_flush): New function.
13061         (get_contents): Use buf_readchar() instead of read(x, x, 1).
13062         (get_contents): Use buf_flush.
13063
13064 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
13065
13066         * ftp.c: Incorporate changes to ftp_response.
13067
13068         * ftp.c (ftp_response): Allocate the server response dynamically,
13069         as in read_whole_line and fetch_next_header.
13070
13071         * utils.c (read_whole_line): Fixed a bug that prevented reading
13072         the last line if it is not \n-terminated. Also fixed a possible
13073         memory overflow.
13074
13075         * http.c (fetch_next_header): Return malloc-ed string as large as
13076         needed.
13077         (gethttp): Use new fetch_next_header.
13078
13079 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
13080
13081         * http.c (hgetlen): Compute the header length the first time only.
13082         (hgettype): Ditto.
13083         (hgetlocation): Ditto.
13084         (hgetmodified): Ditto.
13085
13086 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
13087
13088         * sample.geturlrc: Update.
13089
13090 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
13091
13092         * http.c (http_loop): Ditto.
13093
13094         * ftp.c (getftp): Open the output file as binary.
13095
13096         * version.c: Changed version to 1.4b18.
13097
13098 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
13099
13100         * version.c: "Released" 1.4b17.
13101
13102         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
13103         instead of failed assertion.
13104
13105 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
13106
13107         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
13108         if a file of that name already exists.
13109
13110 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
13111
13112         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
13113
13114         * config.h.in: Define gethostbyname as Rgethostbyname when using
13115         Socks.
13116
13117         * configure.in: Check for -lresolv if using Socks.
13118
13119         * version.c: Changed version to 1.4b17.
13120
13121 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
13122
13123         * version.c: "Released" 1.4b16.
13124
13125         * http.c (gethttp): More intelligent check for first line of HTTP
13126         response.
13127         (gethttp): Would bug out on time-stamping.
13128
13129         * version.c: Changed version to 1.4b16.
13130
13131 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
13132
13133         * version.c: Released 1.4b15.
13134
13135         * http.c (http_loop): Print \n after the loop entry, not before.
13136
13137         * url.c (url_filename): Use ISDOT.
13138
13139         * url.h (ISDOT): New macro.
13140
13141         * recur.c (recursive_retrieve): Change only opt.recursive for
13142         following FTP.
13143
13144 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
13145
13146         * socks/geturl.cgi: Fixed version No.
13147
13148         * socks/download-netscape.html: Ditto.
13149
13150         * socks/download.html: Changed socks.html to download.html.
13151
13152 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
13153
13154         * url.c (url_filename): Check for opt.dirstruct instead for
13155         opt.recursive && opt.dirstruct.
13156
13157         * init.c (defaults): Ditto.
13158         (defaults): Reset dirstruct by default.
13159         (setval): Set opt.dirstruct whenever setting recursive.
13160
13161         * init.h: Removed FORCEDIRHIER.
13162
13163         * INSTALL: Added -L to socks-description.
13164
13165         * version.c: Changed version to 1.4b15.
13166
13167 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
13168
13169         * version.c: "Released" 1.4b14.
13170
13171         * geturl.1: Update AUTHOR to include Rosella as contributor.
13172
13173         * NEWS: Update.
13174
13175         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
13176
13177         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
13178         (cal_time): Fix == to eq.
13179
13180         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
13181
13182         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
13183
13184         * Makefile.in: Use @VERSION@.
13185
13186         * configure.in: Check version from version.c.
13187
13188         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
13189
13190         * socks/download.html: Created from download-netscape.html, made
13191         HTML-2.0 compliant.
13192
13193         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
13194         following FTP links from recursions.
13195
13196 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
13197
13198         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
13199         absolute directories correctly.
13200
13201         * version.c: Changed version to 1.4b14.
13202
13203 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
13204
13205         * version.c: "Released" 1.4b13.
13206
13207         * url.c (make_backup): New function.
13208
13209         * http.c (http_loop): Make a backup copy of the local file (using
13210         rename(2)) before opening it.
13211
13212         * main.c (main): Added --backups.
13213
13214         * host.c (ftp_getaddress): Bail out on failed mycuserid().
13215         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
13216         (ftp_getaddress): Check for empty, null or (null) domain.
13217
13218         * url.c (get_urls_html): If this_url is NULL, the base must have a
13219         protocol.
13220         (parseurl): Use has_proto.
13221
13222         * retr.c (retrieve_url): Warn when proxy is used with more than 20
13223         retries.
13224
13225         * url.c (mkstruct): Create the directory (calling mymkdir()) only
13226         if it is not already there.
13227         (has_proto): New function.
13228         (get_urls_html): Eliminate the remaining call to findurl -- use
13229         has_proto.
13230
13231         * geturl.1: Ditto.
13232
13233         * main.c: Change -X to -x.
13234
13235         * url.c (url_filename): Simplify creation of filename if
13236         prefix_files is set.
13237         (url_filename): Simplify everything. And I do mean *everything*.
13238         (mkstruct): Add dir_prefix before hostname.
13239         (path_simplify): Fixed a bug that caused writing outside the path
13240         string in case of "." and ".." path strings.
13241
13242 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
13243
13244         * init.c: Added --mirror.
13245
13246         * main.c (main): Added -X to force saving of directory hierarchy.
13247
13248         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
13249         (ftp_retrieve_list): Check whether quota is exceeded.
13250
13251         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
13252
13253         * http.c (gethttp): Use referer if present.
13254
13255         * recur.c (recursive_retrieve): Set u->referer before calling
13256         retrieve_url.
13257
13258         * url.c (newurl): Use memset to nullify the struct members.
13259         (freeurl): Free the referer field too.
13260
13261         * url.h: Added referer to urlinfo.
13262
13263         * geturl.1: Updated the manual to document some of the new features.
13264
13265         * utils.c (numdigit): Moved from url.c.
13266
13267         * README: Rewritten.
13268
13269         * config.h.in: Add the support for socks.
13270
13271         * configure.in: Add the support for socks.
13272
13273         * url.c (url_filename): If the dir_prefix is ".", work with just
13274         the file name.
13275         (url_filename): Do not look for .n extensions if timestamping if
13276         turned on.
13277
13278         * retr.c (show_progress): Skip the over-abundant restval data, and
13279         print the rest of it with ',' instead of '.'.
13280
13281 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
13282
13283         * retr.c (show_progress): Changed second arg. to long (as it
13284         should be).
13285         (show_progress): Moved to retr.c.
13286         (get_contents): Moved to retr.c.
13287
13288         * version.c: Change version to 1.4b13.
13289
13290 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
13291
13292         * url.c (in_acclist): Would return after the first suffix.
13293
13294 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
13295
13296         * version.c: "Released" 1.4b12.
13297
13298         * url.c (path_simplify): More kludgifications.
13299         (get_urls_html): Use new parameters for htmlfindurl.
13300
13301         * html.c: Removed memorizing "parser states", since the new
13302         organization does not require them.
13303
13304         * init.c (run_geturlrc): Use read_whole_line.
13305
13306         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
13307
13308         * recur.c (parse_robots): Use read_whole_line.
13309
13310         * utils.c (read_whole_line): New function.
13311
13312         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
13313
13314         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
13315         tested on OSF and Ultrix.
13316         (add_hlist): New function.
13317         (free_hlist): New function.
13318         (search_host): New function.
13319         (search_address): New function.
13320         (realhost): Use search_host, search_address and add_hlist.
13321         (same_host): Replaced realloc() with strdupdelim(), made
13322         case-insensitive, fixed a memory leak.
13323
13324         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
13325         tm_min, like intended.
13326
13327         * version.c: Change user agent information to
13328         Geturl/version.
13329
13330 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
13331
13332         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
13333
13334         * url.c (acceptable): Always accept directories.
13335
13336         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
13337         servers by stripping trailing @ from symlinks and trailing / from
13338         directories.
13339
13340         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
13341
13342         * url.c (skip_url): Use toupper instead of UCASE.
13343
13344         * host.c (sufmatch): Made it case-insensitive.
13345
13346         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
13347         (match_backwards): New function, instead of
13348         match_backwards_or_pattern.
13349
13350         * recur.c (recursive_retrieve): Increased performance by
13351         introducing inl, which reduces number of calls to in_slist to only
13352         one.
13353
13354         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
13355         routine to use.
13356
13357         * main.c (printhelp): Removed the warranty stuff.
13358
13359 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
13360
13361         * url.c (add_slist): Simplify.
13362         (match_backwards_or_pattern): New function.
13363         (in_acclist): Use match_backwards_or_pattern.
13364         (matches): Remove.
13365
13366 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
13367
13368         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
13369         recursive.
13370
13371         * html.c (ftp_index): Fixed to work. Beautified the output.
13372
13373         * ftp.c (ftp_retrieve_glob): Another argument to control whether
13374         globbing is to be used.
13375         (ftp_retrieve_list): Compare the time-stamps of local and remote
13376         files to determine whether to download.
13377
13378 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
13379
13380         * ftp.c (rel_constr): New function.
13381
13382         * retr.c (retrieve_from_file): Check for text/html before
13383         retrieving recursively.
13384
13385         * main.c (main): Check whether the file is HTML before going into
13386         recursive HTML retrieving.
13387
13388         * ftp.c (ftp_retrieve_list): Manage directories.
13389         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
13390         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
13391         initialized, causing bugchecks in getftp to fail.
13392
13393         * configure.in: Check for symlink.
13394
13395         * ftp.c (ftp_retrieve_list): Added support for symlinks.
13396
13397         * version.c: "Released" 1.4b10.
13398
13399         * atotm.c (atotm): Redeclared as time_t.
13400
13401         * init.c: New variable "timestamping".
13402
13403         * main.c (main): New option 'N'.
13404
13405         * http.c (hgetlocation): Case-insensitive match.
13406         (hgetmodified): New function.
13407         (http_loop): Implement time-stamping.
13408
13409 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
13410
13411         * version.c: Changed version to 1.4b10
13412
13413         * atotm.c: New file, from phttpd.
13414
13415         * options.h (struct options): New parameter timestamping.
13416
13417         * version.c: 1.4b9 "released".
13418
13419         * recur.c (recursive_retrieve): Used linked list (ulist) for
13420         faster storing of URLs.
13421
13422         * url.c (get_urls_html): Removed the old kludge with comparing the
13423         outputs of htmlfindurl and findurl.
13424         (get_urls_html): Added better protocol support here.
13425         (create_hash): Removed, as well as add_hash and in_hash.
13426         (addslist): New function.
13427         (in_slist): ditto
13428
13429         * version.c: Released 1.4b8, changed version to b9.
13430
13431 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
13432
13433         * ftp.c (freefileinfo): New function.
13434         (delelement): New function.
13435
13436         * everywhere: GPL!
13437
13438         * ftp.c (ftp_loop): Use ccon.
13439         (ftp_retrieve_glob): Likewise.
13440
13441         * ftp.h: Define ccon, to define status of control connection.
13442
13443         * ftp.c (ftp_get_listing): New function.
13444         (ftp_retrieve_more): New function.
13445         (ftp_retrieve_glob): New function.
13446
13447 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
13448
13449         * configure.in: Removed the search for cuserid().
13450
13451         * init.c (getmode): Renamed to getperms.
13452
13453 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
13454
13455         * version.c: New version.
13456
13457         * main.c (hangup): New function, that handles hangup. Hangup
13458         signal now causes geturl to stop writing on stdout, and to write
13459         to a log file.
13460
13461         * ftp.c (getftp): "Released" 1.4b7.
13462
13463         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
13464         (ftp_index): Use fileinfo/urlinfo.
13465
13466         * ftp-unix.c (ftp_parse_ls): New function.
13467         (symperms): New function.
13468
13469         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
13470
13471         * retr.c (retrieve_url): Added FTP support.
13472
13473 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
13474
13475         * geturl.h: Removed NOTFTP2HTML enum.
13476         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
13477
13478         * ftp.c (getftp): Resynched with urlinfo.
13479         (getftp): Removed HMTL-ization of index.html from getftp.
13480
13481         * version.c: 1.4b6 "released".
13482
13483         * options.h (options): New struct, to keep options in.
13484
13485         * http.c (http_loop,gethttp): Synched with proxy.
13486
13487         * retr.c (retrieve_url): Implemented proxy retrieval.
13488
13489         * main.c (main): Use retrieve_from_file.
13490
13491 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
13492
13493         * retr.c (retrieve_from_file): New function.
13494
13495         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
13496         can be found in u->proto.
13497
13498         * ftp.c (ftp_response): Fixed to accept multi-line responses as
13499         per RFC 959.
13500
13501         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
13502
13503         * url.c (mymkdir): Removed the file of the same name, if one
13504         exists.
13505         (isfile): New function.
13506         (mkstruct): Fixed the '/' glitches.
13507         (path_simplify): Hacked to treat something/.. correctly.
13508
13509 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
13510
13511         * http.c (gethttp): Close the socket after error in headers.
13512         (http_loop): HEOF no longer a fatal header.
13513
13514         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
13515         simplifies the syntax of calling retrieve_url.
13516
13517         * recr.c (recursive_retrieve): Modified to use get_urls_html.
13518
13519         * url.c (get_urls_file): New function.
13520         (get_urls_html): New function.
13521
13522         * recr.c (recursive_retrieve): Patched up to conform to the
13523         standards.
13524
13525         * http.c (gethttp): Synched with the rest...
13526         (gethttp): Treat only CONREFUSED specially, with connection
13527         errors.
13528
13529         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
13530
13531 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
13532
13533         * http.c (http_loop): New function.
13534
13535         * loop.c: Removed *lots* of stuff from retrieve_url.
13536
13537         * url.c (parseurl): Changed to work with urlinfo. Integrated
13538         username finding and path parsing.
13539         (newurl): New function.
13540         (freeurl): New function.
13541         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
13542         (url_filename): Likewise.
13543         (path_simplify): Accept relative paths too.
13544         (opt_url): Made urlinfo-compliant, removed bogosities.
13545         (path_simplify): Expanded to accept relative paths.
13546         (str_url): A replacement for hide_url
13547         (decode_string): Fixed a bug that caused malfunctioning when
13548         encountering an illegal %.. combination.
13549         (opt_url): Removed the argument. Dot-optimizations are now default.
13550
13551         * nmalloc.c (strdupdelim): New function.
13552
13553         * url.h: Added the urlinfo structure
13554
13555 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
13556
13557         * url.c (hide_url): Thrown out the protocol assertion. Do not
13558         change the URL if the protocol if not recognized.
13559         (findurl): Put continue instead of break.
13560
13561 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
13562
13563         * sample.geturlrc: Changed the defaults to be commented out and
13564         harmless (previous defaults caused pains if copied to
13565         ~/.geturlrc).
13566
13567         * http.c (gethttp): Print the HTTP request in debug mode.
13568
13569         * connect.c (iread): Added EINTR check loop to select-ing
13570         too. EINTR is now correctly handled with select().
13571
13572         * TODO: new file
13573
13574 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
13575
13576         * host.c (same_host): Made the function a little bit more
13577         intelligent regarding diversified URL syntaxes.
13578
13579         * url.c (skip_url): Spaces are now skipped after URL:
13580
13581         * Released 1.3.1 with the patch to prevent crashing when sending
13582         NULL to robot* functions and the patch to compile "out of the box"
13583         on AIX.
13584
13585         * recr.c (recursive_retrieve): Added checking whether this_url is
13586         NULL when calling the robot functions.
13587
13588         * ChangeLog: New file.