]> sjero.net Git - wget/blob - src/ChangeLog
Fix compiler warnings
[wget] / src / ChangeLog
1 2014-03-26  Darshit Shah  <darnir@gmail.com>
2
3         * ftp.c (getftp): Rearrange parameters to fix compiler warning
4         * utils.c (get_dir_matches_p): Do not pass a const char** to a function that
5         expects char**
6
7 2014-03-25  Daniel Stenberg  <daniel@haxx.se>
8
9         * url.c (shorten_length): Remove unused function.
10
11 2014-03-19  Yousong Zhou  <yszhou4tech@gmail.com>
12
13         * init.c, main.c, options.h: Add option --start-pos for specifying
14         start position of a download.
15         * http.c: Utilize opt.start_pos for HTTP download.
16         * ftp.c: Utilize opt.start_pos for FTP retrieval.
17
18 2014-03-04  Giuseppe Scrivano  <gscrivan@redhat.com>
19
20         * http.c (modify_param_value, extract_param): Aesthetic change.
21
22 2014-02-14  Vladimír Pýcha  <vpycha@gmail.com> (tiny change)
23
24         * http.c (parse_content_disposition, extract_param)
25         (append_value_to_filename, digest_authentication_encode): URL-decode the
26         filename parameter of Content-Disposition HTTP header if it is encoded. This
27         is related to --content-disposition.
28         New parameter of extract_param(), "is_url_encoded".
29         Add argument NULL to the call of extract_param() in
30         digest_authentication_encode().
31         * http.h: Add the new parameter to the declaration of extract_param().
32         * cookies.c (parse_set_cookie, test_cookies): Add argument NULL to the calls
33         of extract_param().
34         * url.c (url_unescape): Remove "static" modifier.
35         * url.h: Add declaration of url_unescape().
36
37 2014-02-06  Giuseppe Scrivano  <gscrivan@redhat.com>
38
39         * main.c (print_version): Move copyright year out of the localized
40         string and update it.
41
42 2014-01-29  Darshit Shah  <darnir@gmail.com>
43
44         * main.c: Remove pre-processor variable WHEN_DEBUG
45         (option_data[]): Do not fail on --debug even if debug support is not
46         compiled in.
47         (main): Explicitly set opt.debug to false in case debugging support was not
48         compiled.
49         * init.c (commands[]): Support --debug wven when support is not compiled in.
50         * options.h: Same
51
52 2014-01-17  Darshit Shah  <darnir@gmail.com>
53
54         * init.c (commands[]): Add --no-config.
55         * options.h: Same.
56         * main.c (option_data[]): Same.
57         (print_help): Same.
58         (main): If --no-config is set, then do not read the wgetrc files.
59
60 2014-01-05  Håkon Vågsether <hauk142@gmail.com> (tiny change)
61
62         * http.c (http_loop): Fix checking the URL length when filename is
63         specified.
64
65 2013-12-29  Giuseppe Scrivano  <gscrivan@redhat.com>
66
67         * init.c (home_dir): Remove useless 'if'.
68         * warc.c (warc_start_new_file): Likewise.
69         (warc_process_cdx_line): Likewise.
70         (warc_write_response_record): Likewise.
71
72 2013-12-26  Tim Ruehsen  <tim.ruehsen@gmx.de>
73
74         * gnutls.c (ssl_connect_wget): Fix connect timeout failure
75
76 2013-11-02  Giuseppe Scrivano  <gscrivan@redhat.com>
77
78         * http.c (gethttp): Increase max header value length to 512.
79
80 2013-01-30  Pavel Mateja  <pavel@netsafe.cz> (tiny change)
81
82         * http.c (gethttp): Specify "Host" for CONNECT method.
83
84 2013-10-30  Giuseppe Scrivano  <gscrivan@redhat.com>
85
86         * http.c (skip_short_body): Remove assert which is always true.
87         Reported by: David Binderman <dcb314@hotmail.com>
88
89 2013-10-17  Andrea Urbani  <matfanjol@mail.com>
90
91         * ftp.c (getftp): force "LIST" or "LIST -a"
92           according to the remote system type. If the remote
93           system is not known, it tries, only the first time,
94           "LIST -a", after "LIST" and decides which one to use.
95           For more information look for "__LIST_A_EXPLANATION__"
96         * ftp.h (enum ustype): New ustype enum.
97         * ftp.h (ftp_syst): New enum ustype *unix_type parameter.
98         * ftp.h (ftp_list): Removed enum stype rs parameter, added.
99           bool avoid_list_a, bool avoid_list, bool *list_a_used
100           parameters.
101         * ftp.h (wget_ftp_fstatus): New AVOID_LIST_A, AVOID_LIST,
102           LIST_AFTER_LIST_A_CHECK_DONE values.
103         * ftp-basic.c (ftp_list): it handles the new avoid_list_a,
104           avoid_list and list_a_used parameters.
105         * ftp.h (ftp_syst): it stores information about the "215 UNIX"
106           systems into the new unix_type parameter.
107
108 2013-10-26  Bykov Aleksey <gnfalex@rambler.ru>
109
110         * utils.c (match_tail): Fix cookies reject
111
112         * ftp-ls.c (ftp_parse_unix_ls): Fix parsing month name in uppercase
113
114 2013-09-09  Tim Ruehsen  <tim.ruehsen@gmx.de>
115
116         * gnutls.c (ssl_connect_wget): changed checking of option "PFS"
117           to be better prepared for some kinds of backports.
118           Reported by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
119
120 2013-10-10  Giuseppe Scrivano  <gscrivan@redhat.com>
121
122         * url.c (url_parse): Try to convert UTF-8 URLs to IDN.
123         * html-url.c (append_url): Parse URLs specifying an IRI structure.
124
125 2013-09-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
126
127         * recur.c (download_child_p): fix compile error when
128           configured using --without-ssl.
129
130 2013-09-07  Tim Ruehsen  <tim.ruehsen@gmx.de>
131
132         * gnutls.c (ssl_connect_wget): use gnutls_check_version()
133           to check if option "PFS" is available
134           Reported by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
135
136 2013-09-03  Tim Ruehsen  <tim.ruehsen@gmx.de>
137
138         * main.c: Add new value 'PFS' to --secure-protocol to
139           enforce the so-called Perfect Forward Security.
140         * init.c (cmd_spec_secure_protocol): added secure_protocol_pfs
141         * openssl.c, gnutls.c, options.h: likewise
142
143 2013-08-22  Tim Ruehsen  <tim.ruehsen@gmx.de>
144
145         * main.c: Add new option --https-only.
146         * options.h: Likewise.
147         * recur.c (download_child_p): add check for HTTPS.
148
149 2013-08-09  Tim Ruehsen  <tim.ruehsen@gmx.de>
150
151         * gnutls.c (ssl_init): Prevent CA files from being loaded twice
152           if possible.
153         * gnutls.c (ssl_check_certificate): Added some error messages
154         * gnutls.c: Fixed some compiler warnings
155
156 2013-08-08  Will Dietz  <w@wdtz.org> (tiny change):
157
158         * main.c (format_and_print_line): Wrap correctly long tokens.
159
160 2013-07-16  Darshit Shah  <darnir@gmail.com>
161
162         * wget.h (err_t): Added new errors, ATTRMISSING and UNKNOWNATTR to
163         handle missing attributes and Unknown attribute values respectively in
164         HTTP Headers.
165         * exits.c (get_status_for_err): ATTRMISSING is a Protocol Error while
166         UNKNOWNATTR is a general error, presumably because of a feature that
167         is not yet implemented.
168         * http.c (gethttp): Call create_authorization_line () separately. In
169         case the auth_err flag has been set with an error, handle it and exit.
170         * http.c (create_authorization_line): Pass a pointer, auth_err to set
171         the flag for different kinds of errors encountered.
172         * http.c (http_loop): Handle the errors raised by the authentication
173         handlers.
174         * http.c (digest_authentication_encode): Pass pointer auth_err to set
175         the error flags.
176         Set qop to NULL in case the value of the qop / algorithm attribute is
177         unknown to Wget. Set an appropriate error too.
178
179 2013-07-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
180
181         * http.c (digest_authentication_encode): Fix a crash when the algorithm
182         is not specified in the server response.  Free dynamic memory used by
183         the function when the function exits.
184         * http-ntlm.c [HAVE_NETTLE]: Include <nettle/md4.h> and <nettle/des.h>.
185         (setup_des_key) [HAVE_NETTLE]: New function to deal with
186         libnettle.
187         (calc_resp) [HAVE_NETTLE]: Add support for libnettle.
188         (mkhash) [HAVE_NETTLE]: Likewise.
189         Reported by: Tim Ruehsen  <tim.ruehsen@gmx.de>.
190
191 2013-07-13  Steven M. Schweda <sms@antinode.info>
192
193         * warc.c (warc_tempfile): Fix a portability issue on VMS.
194
195 2013-07-10  Giuseppe Scrivano  <gscrivano@gnu.org>
196
197         * http.c (read_response_body) [ALLOW_CLOBBER]: Move definition to..
198         * options.h (struct options): Make `backups' an int.
199         * url.h [ALLOW_CLOBBER]: .. Here.  Do not clobber when backups are used.
200         * url.c (url_file_name): Use the ALLOW_CLOBBER macro instead of
201         repeating the code.
202
203 2013-07-08  Steven M. Schweda <sms@antinode.info>
204
205         * retr.c (rotate_backups): Support for VMS files.
206
207 2013-07-12  Giuseppe Scrivano  <gscrivano@gnu.org>
208
209         * http.c (digest_authentication_encode): Set default value of
210         `algorithm' to "MD5".  Check if `qop' is not-NULL before access it.
211
212 2013-07-11  Karsten Hopp  <karsten@redhat.com>
213
214         * openssl.c (struct openssl_read_args, struct scwt_context): New struct.
215         (openssl_read, ssl_connect_with_timeout_callback): New function.
216         (ssl_connect_wget): respect connect timeout.
217
218 2013-07-11  Tim Ruehsen  <tim.ruehsen@gmx.de>
219
220         * gnutls.c (ssl_connect_wget): respect connect timeout.
221
222 2013-07-11  Tomas Hozza  <thozza@redhat.com>
223
224         * ftp.c (ftp_loop): Use ftp_retrieve_glob() also in case
225         --preserve-permissions was specified.
226
227 2013-03-20  Tomas Hozza  <thozza@redhat.com>
228
229         * http.c (gethttp): Set "sock" to -1 if it's not and we have no
230         persistent connection
231
232 2013-04-26  Tomas Hozza  <thozza@redhat.com> (tiny change)
233
234         * log.c (redirect_output): Use DEFAULT_LOGFILE in diagnostic message
235         when `logfile' is NULL.
236         * utils.c (unique_create): Ensure `logfile' has always a value.
237
238 2013-06-26  Darshit Shah <darnir@gmail.com>
239
240         * http.c (gethttp): Reverse change by commit 90896 that prevented
241         downloading response body data to non-GET Request methods.
242
243 2013-06-19 Ciprian Vieru <devel.php@gmail.com> (tiny change)
244
245         * html-url.c: Define TAG_TD, TAG_TH, TAG_VIDEO, TAG_AUDIO, TAG_SOURCE.
246         (tag_url_attributes, known_tags): Likewise.
247
248 2013-06-22  Ángel González <keisial@gmail.com>
249
250         * init.c (cmd_string_uppercase): Rewrite function.
251
252 2013-06-19  Tim Ruehsen  <tim.ruehsen@gmx.de>
253
254         * connect.c (socket_ip_address): zero out ip address structure to
255         avoid access to uninitialized values by inet_ntop().
256         * ftp.c (ftp_loop_internal): fix segfault caused by warc_tmp NULL pointer.
257
258 2013-05-21  Ray Satiro  <raysatiro@yahoo.com>
259
260         * url.c (url_file_name): Use MAX_PATH in Windows.
261
262 2013-06-13  Darshit Shah  <darnir@gmail.com>
263
264         * http.c (gethttp): Follow RFC 2616 and httpbis specifications when
265         handling redirections. Do not suspend the method on 301/302 redirects.
266         (gethttp): If method if not GET, we do not intend to download
267         anything.
268         * main.c (main): Set spider mode when opt.method is HEAD. This will
269         prevent Wget from downloading any file.
270         * retr.c (SUSPEND_METHOD): Rename macro SUSPEND_POST_DATA to
271         SUSPEND_METHOD to more accurately reflect its use. Similarly rename
272         related variables.
273
274 2013-05-14 Bykov Aleksey <gnfalex@rambler.ru>
275
276         * warc.c (warc_tempfile): For fix "Could not open temporary WARC manifest
277         file." issue in Win system force to use `mkostemp(filename, O_TEMPORARY)'
278         instead  of `mkstemp(filename)'. Thank to Angel Gonzalez for help.
279
280 2013-05-14  Tim Ruehsen  <tim.ruehsen@gmx.de>
281
282         * cookies.c (cookie_jar_load): Replaced read_whole_file() by getline().
283         * init.c (run_wgetrc): Likewise.
284         * netrc.c (parse_netrc): Likewise.
285         * utils.c: Likewise.
286         * ftp.c (getftp): Likewise.
287         * ftp-ls.c (ftp_parse_unix_ls, ftp_parse_winnt_ls, ftp_parse_vms_ls): Likewise.
288         * ftp-ls.c (clean_line): Accept the string length as parameter.
289         * ftp-ls.c: Replaced indent tabs by spaces.
290         * ftp.c: Likewise.
291         * utils.c: Removed read_whole_file() definition.
292         * netrc.c: Removed read_whole_file() definition for STANDALONE.
293         * utils.h: Removed read_whole_file() declaration.
294
295 2013-05-09  Tim Ruehsen  <tim.ruehsen@gmx.de>
296
297         * utils.c (acceptable): use standard string functions instead of
298         self-written code.
299         (match_tail): Likewise.
300         (suffix): Likewise.
301         (has_wildcards_p): Likewise.
302         (test_subdir_p): Fix some warnings.
303         (test_dir_matches_p): Likewise.
304
305 2013-05-05  mancha  <mancha1@hush.com> (tiny change)
306
307         * gnutls.c (ssl_connect_wget): Don't abort on non-fatal alerts
308         received during handshake. For example, when connecting to servers
309         using TSL-SNI that send warning-level unrecognized_name alerts.
310
311 2013-05-04  Darshit Shah <darnir@gmail.com>
312
313         * init.c (cmd_string_uppercase): Fix issue that cased invalid headers
314         when converting to uppercase.
315
316 2013-05-01  Gijs van Tulder  <gvtulder@gmail.com>
317
318         * retr.c (retrieve_url): New variable `saved_method'.
319         (SUSPEND_POST_DATA): Save the method to `saved_method'.
320         (RESTORE_POST_DATA): Restore the method from `saved_method'.
321
322 2013-05-01  Giuseppe Scrivano  <gscrivano@gnu.org>
323
324         * init.c: Declare `cmd_string_uppercase'.
325         (commands): Now `method' uses cmd_string_uppercase.
326         (cmd_string_uppercase): New method
327         * http.c (gethttp): Do not transform opt.method to uppercase.
328         Reported by: Stefano Lattarini <stefano.lattarini@gmail.com>
329
330 2013-04-24  Darshit Shah <darnir@gmail.com>
331
332         * http.c (gethttp): Remove check for opt.post_data and
333         opt.post_file_name.
334         * main.c (main): Change location in code where --post-data and
335         --post-file options are converted to --body-data --body-file.
336
337 2013-04-21  Gijs van Tulder  <gvtulder@gmail.com>
338
339         * http.c: Copy opt.body_data to the WARC file, instead of
340         opt.post_data (the old option).
341
342 2013-04-12  Gijs van Tulder  <gvtulder@gmail.com>
343
344         * warc.c: Generate unique UUIDs for the manifest and the record
345         holding the command-line arguments.
346         Write the manifest to a "metadata" record to follow the WARC
347         implementation guidelines.
348         * warc.h: Declare new function warc_write_metadata_record.
349
350 2013-03-15  Darshit Shah <darnir@gmail.com>
351
352         * http.c (post_file): Rename function to body_file_send to more
353         accurately reflect its use.
354         * http.c (gethttp): Add support for --method, --body-data and
355         --body-file
356         * init.c (commands): Same.
357         * options.h (options): Same.
358         * main.c (option_data): Same.
359         * main.c (print_help): Add --method command.
360         * main.c (main): Make old --post-{data,file} commands aliases to
361         --method.
362         Add sanity checks for --method, --body-data and --body-file.
363         * retr.c (SUSPEND_POST_DATA): Edit Macro Definition to use body_data.
364         * retr.c (RESTORE_POST_DATA): Same.
365
366 2013-03-31  Gijs van Tulder  <gvtulder@gmail.com>
367
368         * warc.c: Correctly write the field length in the skip length field
369         of .warc.gz files. (Following the GZIP spec in RFC 1952.)
370
371 2013-03-12  Darshit Shah <darnir@gmail.com>
372
373         * http.c (gethttp): Make wget return FILEBADFILE error and abort if
374         post-file does not exist.
375
376         * http.c (http_loop): Handle FILEBADFILE as a valid err.
377
378         * exits.c (get_status_for_err): Mark FILEBADFILE as an IO error.
379
380 2013-02-15  Darshit Shah <darnir@gmail.com>
381
382         * cookies.c (cookie_handle_set_cookie): Set cookie->discard_requested
383         to true on domain mismatch.
384
385 2012-12-20  Tim Ruehsen  <tim.ruehsen@gmx.de>
386
387         * gnutls.c (ssl_connect_wget): added +VERS-SSL3.0 to fix
388         --secure-protocol=SSLv2/SSLv3.
389
390 2012-12-09  Giuseppe Scrivano  <gscrivano@gnu.org>
391
392         * main.c (main): Keep looking for "config" until there are
393         arguments to parse.
394         Reported by: Adrien Dumont <adr.dum@hotmail.fr>
395
396         * test.c: Include "wget.h".
397
398 2012-12-08  Michael Stapelberg <michael@stapelberg.de> (tiny change)
399
400         * retr.c (retrieve_url): Set iri->orig_url to NULL after it is
401         freed.
402
403 2012-11-26  Giuseppe Scrivano  <gscrivano@gnu.org>
404
405         * wget.h (MAX_INT_TO_STRING_LEN): Define macro.
406         * warc.c (warc_write_block_from_file): Use `MAX_INT_TO_STRING_LEN'
407         to find the buffer size.
408         (warc_write_cdx_record): Likewise.
409
410 2012-09-03  Tim Ruehsen  <tim.ruehsen@gmx.de>
411
412         * http.c (digest_authentication_encode): Add support for RFC 2617
413         MD5-sess authentication algorithm.
414         Feature request and testing by: Avinash <pavinash@gmail.com>
415
416 2012-11-14  Ángel González  <keisial@gmail.com>
417
418         * warc.c (warc_sha1_stream_with_payload): Fix compilation under
419         gcc -std=c89.
420
421 2012-11-24  Gijs van Tulder  <gvtulder@gmail.com>
422
423         * warc.c (warc_write_cdx_record): Use `number_to_string' to
424         convert the offset to a string.
425
426 2012-11-24  Giuseppe Scrivano  <gscrivano@gnu.org>
427
428         * warc.c (warc_write_block_from_file): Use `number_to_string' to
429         convert the content-length to a string.
430
431 2012-11-15  Giuseppe Scrivano  <gscrivano@gnu.org>
432
433         * retr.c (write_data): Fix comment.
434
435 2012-11-13  Giuseppe Scrivano  <gscrivano@gnu.org>
436
437         * retr.c (fd_read_body): Correctly check the return code from
438         write_data.
439         Reported by: Torsten Scheck <torsten.scheck@gmx.de>
440
441 2012-08-29  Rohit Mathulla <rohit_mathulla@yahoo.com> (tiny change)
442
443         * html-url.c (get_urls_file): Convert shorthand URLs.
444
445 2012-10-07  Ray Satiro <raysatiro@yahoo.com>
446
447         * url.c: Change the functions of a growable string object to null
448         terminate the string.
449         * url.c (append_null): New function to null terminate a growable
450         string object.
451         * url.c (shorten_length): New function to shorten the length of a
452         growable string object.
453
454 2012-10-03 Merinov Nikolay <kim.roader@gmail.com>
455
456         * ftp.c (ftp_loop_internal): Ignore --no-clobber option when
457         receiving directory listing.
458
459 2012-10-07  Tim Ruehsen  <tim.ruehsen@gmx.de>
460             Giuseppe Scrivano  <gscrivano@gnu.org>
461
462         * utils.c (get_max_length): If `pathconf' is not available
463         fallback to PATH_MAX.
464
465 2012-10-06  Giuseppe Scrivano  <gscrivano@gnu.org>
466
467         * http.c (http_loop): Send a HEAD request when -c and
468         --content-disposition are used together.
469
470 2012-09-29 Merinov Nikolay <kim.roader@gmail.com>
471
472         * ftp-ls.c (ftp_parse_winnt_ls): Support filename extracting with
473         new listing format.
474
475 2012-09-29  Tim Ruehsen  <tim.ruehsen@gmx.de>
476
477         * url.h (CHOMP_BUFFER): Add definition.
478         * url.c (url_file_name): New local variables `fname_len_check' and
479         `max_length'. Check that the length of the file name is acceptable.
480         * utils.h (get_max_length): Declare function.
481         * utils.c (get_max_length): New function.
482
483 2012-09-28  Steven Schubiger  <stsc@member.fsf.org>
484
485         * src/recur.c (retrieve_tree): Combine duplicated code.
486
487 2012-09-02  Nguyễn Thái Ngọc Duy  <pclouds@gmail.com> (tiny change)
488
489         * src/main.c (main): mark more strings for translation.
490         * src/mswindows.c (fork_to_background): Likewise.
491         * src/recur.c (download_child_p): Likewise.
492
493 2012-08-28  Tim Ruehsen  <tim.ruehsen@gmx.de>
494
495         * gnutls.c (ssl_check_certificate): deinit gnutls_x509_crt_t.
496         * gnutls.c (ssl_init): don't error if CA directory is empty.
497
498 2012-07-07  Giuseppe Scrivano  <gscrivano@gnu.org>
499
500         * html-url.c (cleanup_html_url): Remove "static" modifier.
501         * init.c (cleanup_html_url): Likewise.
502         Reported by: Mike Frysinger <vapier@gentoo.org>.
503
504 2012-08-25  Hrvoje Niksic  <hniksic@gmail.com>
505
506         * warc.c (warc_find_duplicate_cdx_record): Use hash_table_get
507         instead of hash_table_get_pair.
508
509 2012-08-21  <y-iida@secom.co.jp> (tiny change)
510
511         * connect.c (connect_to_ip) [ENABLE_IPV6]: Attempt to use IPv6.
512         * http.c (gethttp): Likewise.
513
514 2012-07-03  Steven Schubiger  <stsc@member.fsf.org>
515
516         * init.c: Include warc.h for warc_close in cleanup function.
517
518 2012-07-08  Steven Schubiger  <stsc@member.fsf.org>
519
520         * exits.h: Fix comment.
521         * exits.c: Likewise.
522
523 2012-07-07  Tim Ruehsen <tim.ruehsen@gmx.de>
524
525         (digest_authentication_encode): Add support for RFC 2617 Digest
526         Access Authentication.
527
528 2012-07-07  Giuseppe Scrivano  <gscrivano@gnu.org>
529
530         * http.c (http_loop): Fix log message.
531         * main.c (main): Likewise.
532         Reported by: Petr Pisar <petr.pisar@atlas.cz>
533
534 2012-06-17  Giuseppe Scrivano  <gscrivano@gnu.org>
535
536         * wget.h: Define `CLOSEFAILED'.
537         * init.c: Include "exits.h".
538         (cleanup): Check `fclose' failure.
539         * exits.c (get_status_for_err): Handle `CLOSEFAILED'.
540
541 2012-06-16  Giuseppe Scrivano  <gscrivano@gnu.org>
542
543         * main.c (main): Move some cleanup related function to...
544         * init.c (cleanup): ...here.
545
546         * main.c: Do not include "stdout.h".
547         (main): Do not register `close_stdout' at exit.
548         Reported by: Micah Cowan  <micah@cowan.name>.
549
550 2012-06-09  Giuseppe Scrivano  <gscrivano@gnu.org>
551
552         * main.c (print_help): Move --report-speed under the section
553         "Logging and input file".
554
555 2012-06-06  Giuseppe Scrivano  <gscrivano@gnu.org>
556
557         * main.c (print_help): Rename --bits to --report-bps.
558         (cmdline_options): Likewise.
559         * init.c (commands): Rename --report-bps to --report-speed.
560         (cmd_spec_report_speed): New function.
561
562         * options.h (struct options): Rename `bits_fmt' to `report_bps'.
563         * main.c (print_help): Rename --bits to --report-bps.
564         (cmdline_options): Likewise.
565         * init.c (commands): Likewise
566
567         * progress.c (create_image): Adjust caller.
568         * retr.c (retr_rate): Likewise.
569         * utils.c (convert_to_bits): Likewise.
570
571 2012-06-04  Tim Ruehsen  <tim.ruehsen@gmx.de>
572
573         * main.c (main): Check for filename != NULL.
574         * warc.c (warc_process_cdx_line): Fix memory leak.
575         * utils.c (match_posix_regex, compile_posix_regex): Remove dead
576    assignment.
577         * openssl.c (ssl_init): Fix old-style function definition.
578
579 2012-06-02  Giuseppe Scrivano  <gscrivano@gnu.org>
580
581         * connect.c: Include <sys/socket.h> and <sys/select.h>.
582
583 2012-05-30  Gijs van Tulder  <gvtulder@gmail.com>
584
585         * warc.c: Fix segfault if CDX record is not found.
586
587 2011-05-26  Steven Schweda  <sms@antinode.info>
588         * connect.c [HAVE_SYS_SOCKET_H]: Include <sys/socket.h>.
589         [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
590
591 2012-05-26  Mike Frysinger <vapier@gentoo.org>
592
593         * warc.c: Change type of `warc_current_gzfile' to gzFile.
594
595 2012-05-26  Giuseppe Scrivano  <gscrivano@gnu.org>
596
597         * warc.c (warc_load_cdx_dedup_file): Change type of `line_length' to
598         ssize_t.
599         Suggested by: Ángel González <keisial@gmail.com>
600
601 2012-05-18  Tim Ruehsen  <tim.ruehsen@gmx.de>
602
603         * gnutls.c (wgnutls_poll): Honor the specified `timeout' value.
604         (wgnutls_peek): Likewise.
605
606 2012-05-19  illusionoflife  <illusion.of.life92@gmail.com> (tiny change)
607
608         * convert.c (register_html,register_css): Fixed functions signature to
609         not accept unused argument
610         * retr.c (retrieve_url): Changed register_{css,html} usage according
611         new signature.
612
613 2012-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
614
615         * warc.h: Cut length lines to 80 columns.
616         * warc.c: Likewise.
617
618 2012-05-14  Tim Ruehsen  <tim.ruehsen@gmx.de>
619
620         * gnutls.c (wgnutls_read_timeout): removed warnings, moved fcntl stuff
621         outside loop.
622
623         * hash.h (hash_table_put): Make argument "value" const.
624         * hash.c (hash_table_put): Make argument value const.  Cast `value' to
625         void.
626         * http.c (request_set_header): Make argument `name' const.  Cast `value'
627         and `name' to void*.
628         (request_remove_header): Make argument `name' const.
629         * url.c (url_file_name): Make `index_filename' static.
630         * warc.h (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
631         `payload_digest', `redirect_location', `warc_filename', response_uuid'
632         arguments const. Make `checksum' const.
633         * warc.c (warc_write_date_header): Make the `timestamp' argument const.
634         Make `extension' const.
635         (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
636         `payload_digest', `redirect_location', `warc_filename', response_uuid'
637         arguments const. Make `checksum' const.
638
639 2012-05-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
640
641         * gnutls.c (credentials): Change type to
642         gnutls_certificate_credentials_t.
643         (ssl_init): Do not use deprecated types.
644         (ssl_connect_wget): Likewise.
645
646 2012-04-11  Gijs van Tulder  <gvtulder@gmail.com>
647
648         * init.c: Add --accept-regex, --reject-regex and --regex-type.
649         * main.c: Likewise.
650         * options.c: Likewise.
651         * recur.c: Likewise.
652         * utils.c: Add regex-related functions.
653         * utils.h: Add regex-related functions.
654
655 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de>
656
657         * convert.c (convert_links_in_hashtable): Mmake it static.
658         * cookies.c (parse_set_cookie): Remove empty else branches.
659         * css-url.c: Include "css-url.h".
660         (get_uri_string): Make it static.
661         * css-url.h (get_urls_css): Add protoype.
662         * gnutls.c (ssl_init): Add prototype.
663         * html-parse.c (tagstack_push): Make it static.
664         * html-parse.c (tagstack_pop): Make it static.
665         * html-parse.c (tagstack_find): Make it static.
666         * html-url.c (cleanup_html_url): Make it static.
667         * progress.c (count_cols): Make it static.
668         * progress.c (get_eta): Make it static.
669         * retr.h (convert_to_bits): Remove prototype.
670         * util.h (convert_to_bits): Add prototype.
671         * spider.c (spider_cleanup): Make it static.
672         * warc.c (warc_write_start_record): Add prototype.
673         * warc.c (warc_write_end_record): Add prototype.
674         * warc.c (warc_start_cdx_file): Add prototype.
675         * warc.c (warc_init): Add prototype.
676         * warc.c (warc_load_cdx_dedup_file): Add prototype.
677         * warc.c (warc_write_metadata): Add prototype.
678         * warc.c (warc_close): Add prototype.
679         * warc.c (warc_tempfile): Add prototype.
680         * warc.c (warc_write_warcinfo_record): Make it static.
681         * warc.c (warc_load_cdx_dedup_file): Make it static.
682         * warc.c (warc_write_metadata): Make it static.
683         * warc.h (warc_init): Fix prototype.
684         * warc.h (warc_close): Fix prototype.
685         * warc.h (warc_tempfile): Fix prototype.
686
687 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de>
688
689         * url.c: Use empty query in local filenames.
690
691 2012-04-22  Tim Ruehsen <tim.ruehsen@gmx.de>
692
693         * main.c (main): Dynamically allocate `opt.progress_type'.
694
695 2012-04-21  Tim Ruehsen  <tim.ruehsen@gmx.de>
696
697         * ftp-basic.c (ftp_pasv): Fix memory leak.
698
699         * http.c (gethttp): Fix memory leak.
700
701         * ftp.c (getftp): Silent compiler warning.
702
703 2009-06-14  Phil Pennock  <mutt-dev@spodhuis.org> (tiny change)
704         * host.h: Declare `is_valid_ip_address'.
705         * host.c (is_valid_ip_address): New function.
706         * http.c (gethttp): Specify the hostname to ssl_connect_wget.
707         * gnutls.c (ssl_connect_wget): Specify the server name.
708         * openssl.c (ssl_connect_wget): Likewise.
709         * ssl.h: Change method signature for ssl_connect_wget.
710
711 2012-04-13  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
712
713         * warc.c (warc_load_cdx_dedup_file): Fix a memory leak by freeing
714         `lineptr'.
715
716 2012-04-07  Daniel Kahn Gillmor <dkg@fifthhorseman.net> (tiny change)
717
718         * gnutls.c (key_type_to_gnutls_type): New function.
719         (ssl_init): Use correctly the specified gnutls certificate.
720
721 2012-04-01  Gijs van Tulder  <gvtulder@gmail.com>
722
723         * html-url.c: Prevent crash on incomplete STYLE tag.
724
725 2012-04-01  Giuseppe Scrivano  <gscrivano@gnu.org>
726
727         * gnutls.c (wgnutls_read_timeout): Ensure timer is freed.
728
729         * gnutls.c (wgnutls_read_timeout): Do not use timer if it is not
730         allocated.
731         Reported by: Xu Zhongxing <xu_zhong_xing@163.com>
732
733 2012-03-30  Tim Ruehsen  <tim.ruehsen@gmx.de> (tiny change)
734
735         * warc.c: make warc_uuid_str() implementation depend on HAVE_LIBUUID.
736
737 2012-03-29  Tim Ruehsen <tim.ruehsen@gmx.de> (tiny change)
738
739         * utils.c (library): Include <sys/time.h>.
740
741 2012-03-25  Giuseppe Scrivano  <gscrivano@gnu.org>
742
743         * utils.c: Include <sys/ioctl.h>.
744
745         * ptimer.c: Include <sys/time.h>.
746
747         * connect.c: Include <sys/socket.h>, <sys/select.h>, <sys/time.h>.
748         Reported by: Ray Satiro <raysatiro@yahoo.com>.
749
750 2012-03-25 Ray Satiro <raysatiro@yahoo.com>
751
752         * build_info.c.in: Check that HAVE_LIBSSL32 is defined when OpenSSL
753         is used.
754
755 2012-03-07  Steven Schubiger  <stsc@member.fsf.org>
756
757         * init.c (wgetrc_user_file_name): Correct typo.
758
759 2012-03-06   Sasikantha Babu   <sasikanth.v19@gmail.com>
760
761         * utils.c (convert_to_bits): Added new function convert_to_bits to
762         convert bytes to bits.
763         * retr.c (calc_rate): Modified the function to handle --bits
764         option and download rate calculated as bits per sec (SI-prefix)
765         for --bits otherwise bytes (IEC-prefix).
766         (retr_rate): Rates will display in bits per sec for --bits.
767         * options.h (struct opt): Added --bit option bool variable bits_fmt.
768         * main.c (print_help) : Added help for --bit.
769         * init.c: Defined command for --bit option.
770         * retr.h: Added function prototype.
771
772 2012-02-26  Giuseppe Scrivano  <gscrivano@gnu.org>
773
774         * main.c: Include "closeout.h"
775         (main): Register close_stdout at exit.
776
777 2012-02-01  Gijs van Tulder  <gvtulder@gmail.com>
778
779         * warc.c: Fix large file support with ftello, fseeko.
780         * warc.h: Fix large file support.
781         * http.c: Fix large file support.
782
783 2012-02-23  Giuseppe Scrivano  <giuseppe@southpole.se>
784
785         * main.c (main): Write diagnostic messages to `stderr' not to `stdout'.
786
787         * main.c (main): Fail gracefully if `malloc' fails.
788
789         * gnutls.c (wgnutls_read): Remove unused variables `timer' and `flags'.
790
791 2012-02-17  Steven Schubiger  <stsc@member.fsf.org>
792
793         * warc.c: Add license header.
794
795 2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
796
797         * retr.c (fd_read_body): If the response is chunked, the chunk
798         headers are now written to the WARC file, making the WARC file
799         an exact copy of the HTTP response.
800
801 2012-01-27  Gijs van Tulder  <gvtulder@gmail.com>
802
803         * retr.c (fd_read_body): Fix a memory leak with chunked responses.
804         * http.c (skip_short_body): Fix the same memory leak.
805
806 2012-01-09  Gijs van Tulder  <gvtulder@gmail.com>
807
808         * init.c: Disable WARC compression if zlib is disabled.
809         * main.c: Do not show the 'no-warc-compression' option if zlib is
810         disabled.
811         * warc.c: Do not compress WARC files if zlib is disabled.
812
813 2012-01-09  Sasikantha Babu   <sasikanth.v19@gmail.com> (tiny change)
814         * connect.c (connect_to_ip): properly formatted ipv6 address display.
815         (socket_family): New function - returns socket family type.
816         * http.c (gethttp): properly formatted ipv6 address display.
817
818 2011-11-09  Gijs van Tulder  <address@hidden>
819
820         * warc.c: Call gzdopen() with wb9 instead of wb+9, which fails on
821         zlib version >= 1.2.4.
822
823 2011-11-04  Steven Schweda  <address@hidden>
824
825         * warc.c [! WINDOWS]: Include <libgen.h>.
826         (warc_write_warcinfo_record): Assign a new allocated buffer and
827         free it on errors.
828
829 2011-11-01  Steven Schweda  <address@hidden>
830
831         * gnutls.c (ssl_init): Ensure GNU TLS is loaded only once.
832
833 2011-10-07  Steven Schweda  <address@hidden>
834
835         * connect.c: Add HAVE_SYS_SELECT_H and HAVE_SYS_SOCKET_H conditions
836         on includes of <sys/select.h> and <sys/socket.h>, respectively.
837         * ftp.c (getftp): Move BIN_TYPE_TRANSFER macro into VMS-specific
838         section.  On VMS, use Stream_LF attributes for listing files.  Pass
839         BIN_TYPE_FILE to fopen_excl() instead of constant-everywhere "true".
840         * ftp.c (ftp_retrieve_list): Restore lost test of opt.preserve_perm
841         (--preserve-permissions) on the chmod() operation.
842         * init.c, main.c: Remove "deprecated" from opt.preserve_perm
843         (--preserve-permissions).
844         * init.c (initialize): Use distinct messages for errors in C macro
845         SYSTEM_WGETRC and environment-variable SYSTEM_WGETRC.  Avoid use of
846         C macro SYSTEM_WGETRC when it's not defined.
847         * log.c (log_close): Avoid closing logfp when it's stderr.
848         * main.c (print_help):  Restore --preserve-permissions.
849         * main.c (main): Avoid using a negative value of longindex as a
850         subscript (for long_options[]) when searching for "--config".
851         * main.c (main): Exit the program using exit() instead of "return".
852         (VMS handles these differently, and exit() is better.)
853         * openssl.c (ssl_init): Add type cast (SSL_METHOD *) to newly "const"
854         "meth" argument to accommodate OpenSSL version 0.9.8, where that
855         argument is not "const" in the OpenSSL function (SSL_CTX_new).
856         * test.c: Declare "program_argstring".
857         * utils.c (fopen_excl): Comment typography.
858         * warc.h: New file.
859         * warc.c: New file.
860
861 2011-10-02  Henrik Holst <henrik.holst@millistream.com> (tiny change)
862         * http.c (gethttp): If 'contentonerror' is used then do not
863         skip the http body on 4xx and 5xx errors.
864
865         * init.c (commands): Add 'contentonerror'.
866
867         * main.c (print_help, option_data): Add new option 'contentonerror'
868         to make wget not skip the http content on 4xx and 5xx errors.
869
870         * options.h: New variable 'content_on_error'.
871
872 2011-09-19  Giuseppe Scrivano  <gscrivano@gnu.org>
873
874         * main.c (print_version): Update copyright year.
875         (print_version): Fix typo.
876
877 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
878
879         * ftp.c (ftp_retrieve_glob): Propagate correctly the `res' error
880         code.
881
882 2011-09-07  Giuseppe Scrivano  <gscrivano@gnu.org>
883
884         * http.c (gethttp): Don't inhibit arest request if opt.timestamping is
885         set.
886         Reported by <natrio@list.ru>
887
888 2011-09-06  Jakob Matthes <jakob.matthes@gmail.com> (tiny change)
889
890         * main.c (print_version): Do not exit prematurely when --help is passed.
891
892 2011-09-04  Christian Jullien <eligis@orange.fr> (tiny change)
893
894         * gnutls.c: Include <sys/fcntl.h>.
895
896 2011-09-02  Mojca Miklavec <mojca.miklavec.lists@gmail.com> (tiny change)
897
898         * main.c (print_version): Do not exit prematurely when --version is passed.
899
900 2011-08-30  Giuseppe Scrivano  <gscrivano@gnu.org>
901
902         * gnutls.c (wgnutls_read_timeout): Use the non blocking socket only for
903         `gnutls_record_recv'.  Set errno to ETIMEDOUT on a read timeout.
904
905 2011-08-29  Giuseppe Scrivano  <gscrivano@gnu.org>
906
907         * gnutls.c (wgnutls_read_timeout): New function.
908         (wgnutls_read): Use wgnutls_read_timeout.
909         (wgnutls_peek): Likewise.
910
911 2011-08-27  Giuseppe Scrivano  <gscrivano@gnu.org>
912
913         * main.c (print_help): Exit with an error status if print to stdout
914         fails.
915         (print_usage): Change method signature and return a status code.
916         (print_version): Likewise.
917
918 2011-08-26  Giuseppe Scrivano  <gscrivano@gnu.org>
919
920         * gnutls.c: Include "ptimer.h".
921         (wgnutls_read): Honor read timeout.
922
923         * openssl.c (ssl_init): Make `meth' const.
924
925 2011-08-25  Giuseppe Scrivano  <gscrivano@gnu.org>
926
927         * utils.c [HAVE_UTIME && HAVE_UTIME_H]: Include <utime.h>.
928         [HAVE_UTIME && HAVE_SYS_UTIME_H]: Include <sys/utime.h>.
929         (touch) [HAVE_UTIME: Prefers utime over futimens when it is available.
930         It was reported that Cygwin has a not working futimens.
931
932 2011-08-19  Giuseppe Scrivano  <gscrivano@gnu.org>
933
934         * init.c (home_dir) [MSDOS]: Move local variable `len' here.
935
936 2011-08-18  Giuseppe Scrivano  <giuseppe@southpole.se>
937
938         * http.c (gethttp): Fix a memory leak on some errors.  Free the head
939         buffer.
940
941         * Makefile.am: Use an additional file "css_.c" which in turn includes
942         "wget.h" and immediately "css.c".
943
944         * http.c (gethttp): Reset chunked_transfer_encoding on redirections.
945
946 2011-08-13  Giuseppe Scrivano  <gscrivano@gnu.org>
947
948         * retr.c (fd_read_body): Ensure max is not already defined.
949
950         * mswindows.h (snprintf): Remove definition.
951         (vsnprintf): Likewise.
952
953 2011-08-12  Giuseppe Scrivano  <gscrivano@gnu.org>
954
955         * css.l: Remove include "wget.h".
956         Reported by: Perry Smith <pedzsan@gmail.com>.
957
958 2011-08-11  Giuseppe Scrivano  <gscrivano@gnu.org>
959
960         * utils.c (abort_run_with_timeout): Use sigprocmask instead of
961         sigsetmask.
962
963         * gnutls.c (ssl_connect_wget): Remove call to deprecated function
964         `gnutls_certificate_type_set_priority'.
965
966         * Makefile.am (version.c): Don't invoke hg to set version string.
967
968 2011-08-10  Giuseppe Scrivano  <gscrivano@gnu.org>
969
970         Fix a linker error on systems with an older gnutls version.
971         * gnutls.c (ssl_connect_wget)
972         [HAVE_GNUTLS_PRIORITY_SET_DIRECT]:  Use gnutls_priority_set_direct.
973         [! HAVE_GNUTLS_PRIORITY_SET_DIRECT]:  Use gnutls_protocol_set_priority.
974         Reported by: Karl Berry <karl@freefriends.org>
975
976 2011-08-06  Jochen Roderburg <Roderburg@Uni-Koeln.DE>
977
978         * host.c (lookup_host): Ensure it doesn't print more IPs than available
979         ones.
980
981 2011-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
982
983         * init.c (defaults): Set default value for show_all_dns_entries.
984
985         * host.c (lookup_host): If `showalldnsentries' is used then print all
986         the IP corresponding to a DNS entry.
987         * init.c (commands): Add `showalldnsentries'.
988         Suggested by: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
989
990         * http.c (gethttp): Add the Cache-Control HTTP header when --no-cache
991         is specified.
992         Reported by: Коренберг Марк <socketpair@gmail.com>.
993
994 2011-08-05  Giuseppe Scrivano  <gscrivano@gnu.org>
995
996         * utils.c (acceptable): Accept always the file if it is the specified
997         output destination.
998         Reported by: Shai Berger <shai@platonix.com>
999
1000 2011-08-05  Giuseppe Scrivano  <giuseppe@southpole.se>
1001
1002         * gnutls.c (ssl_connect_wget): Use `gnutls_priority_set_direct' instead
1003         of the deprecated `gnutls_protocol_set_priority'.
1004
1005 2011-08-02  Giuseppe Scrivano  <giuseppe@southpole.se>
1006
1007         * cookies.c (parse_set_cookie): If the value is quoted, do not modify
1008         it.
1009         Reported by: Nirgal Vourgère <jmv_deb@nirgal.com>
1010
1011 2011-07-29  Giuseppe Scrivano  <giuseppe@southpole.se>
1012
1013         * log.c (logprintf): Exit immediately on a SIGPIPE error.
1014         Reported by: Noèl Köthe  <noel@debian.org>.
1015
1016 2011-07-26  Carlos Martín Nieto  <carlos@cmartin.tk>  (tiny change)
1017
1018         * init.c (home_dir): Allocate path buffer dinamically.
1019
1020 2011-07-26  Giuseppe Scrivano  <giuseppe@southpole.se>
1021
1022         * retr.c (retrieve_url): Do not register redirects when in spider mode.
1023
1024 2011-07-20 Merinov Nikolay <kim.roader@gmail.com>
1025
1026         * iri.c (remote_to_utf8): Add test for non-ASCII symbols with
1027         UTF-8 URI encoding.
1028         * res.c (res_retrieve_file): Fix url_parse call.
1029
1030 2011-06-08  Giuseppe Scrivano  <giuseppe@southpole.se>
1031
1032         * retr.c (retrieve_from_file): Parse the url careless if IRI is enabled.
1033         Reported by: Volker Kuhlmann <list0570@paradise.net.nz>.
1034
1035 2011-05-24  Giuseppe Scrivano  <gscrivano@gnu.org>
1036
1037         * retr.c (fd_read_body): Define max.
1038
1039 2010-12-28  Adrien Nader  <adrien@notk.org> (tiny change)
1040
1041         * main.c [WINDOWS]: Include <io.h> and <fcntl.h>.
1042         (main) [WINDOWS]: Set the stdout file mode to binary.
1043         Submitted also by: Martin Panter <vadmium@gmail.com>
1044
1045 2011-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
1046
1047         * retr.c (fd_read_body): Be sure the buffer size is at least 8Kb.
1048         BUFSIZ may assume very small values with a negative impact on the
1049         performances.
1050
1051         * mswindows.h [NEED_GAI_STRERROR]: remove definition for gai_strerror.
1052
1053 2011-05-15  Ray Satiro <raysatiro@yahoo.com>
1054
1055         * connect.c (select_fd) [WINDOWS]: Ensure the socket is blocking.
1056         * mswindows.h: Add declaration for set_windows_fd_as_blocking_socket.
1057         * mswindows.c (set_windows_fd_as_blocking_socket): New function.
1058
1059         * openssl.c (openssl_read): Prevent loops on read errors.
1060
1061 2011-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
1062
1063         * html-url.c: Include "exists.h".
1064         * gnutls.c (wgnutls_peek): Remove local variable `ret'.
1065
1066 2011-04-21  Daniel Manrique <roadmr@tomechangosubanana.com> (tiny change)
1067         * main.c (main): Set exit status when invalid host name given in
1068         command line.
1069         * html-url.c (get_urls_file): Set exit status when invalid host
1070         name given in input file.
1071
1072 2011-04-19  Giuseppe Scrivano  <gscrivano@gnu.org>
1073
1074         * gnutls.c: Do not include <fcntl.h>.
1075         * gnutls.c (wgnutls_peek): Ensure there is data available before attempt
1076         a read on the blocking socket.
1077
1078         * Makefile.am (LIBS): Add $(LIB_CLOCK_GETTIME)
1079         * utils.c: Include <sys/stat.h>.  Do not include <sys/time.h>.
1080         (touch): Use `futimens' instead of `utimes'.
1081
1082         * mswindows.h: Do not include <direct.h>.  Remove macro definition for
1083         mkdir.
1084
1085 2011-04-18  Giuseppe Scrivano  <gscrivano@gnu.org>
1086
1087         * utils.c: Include <sys/time.h>.  Do not include <sys/utime.h>.
1088         (touch): Use `utimes' instead of `utime'.
1089
1090         * openssl.c (openssl_read): Fix build error.
1091
1092 2011-04-17  Giuseppe Scrivano  <gscrivano@gnu.org>
1093
1094         * wget.h [HAVE_LIBSSL32]: Define HAVE_SSL.
1095
1096         * gnutls.c (wgnutls_peek): Use correctly FIONBIO codes under Mingw32.
1097         Reported by: Ray Satiro <raysatiro@yahoo.com>
1098
1099 2011-04-13  Giuseppe Scrivano  <gscrivano@gnu.org>
1100
1101         * openssl.c (openssl_poll): Check if the specified timeout is zero after
1102         SSL_pending.
1103         (openssl_peek): Make the call non-blocking.
1104
1105 2011-04-11  Cristian Rodríguez  <crrodriguez@opensuse.org> (tiny change)
1106
1107         * openssl.c (ssl_init) [! OPENSSL_NO_SSL2]: Use SSLv2 only when
1108         available.
1109
1110 2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
1111
1112         * gnutls.c (ssl_init): Allow X509 v1 certificates.
1113         Suggested by: Ray Satiro <raysatiro@yahoo.com>
1114
1115         (wgnutls_peek): Remove tight loop around gnutls_record_recv.
1116
1117 2011-04-07  Ray Satiro  <raysatiro@yahoo.com> (tiny change)
1118
1119         (wgnutls_read): Check for the GNUTLS_E_AGAIN return code in the recv
1120         tight loop.
1121         (wgnutls_write): Likewise.
1122         (wgnutls_peek): Likewise.
1123
1124 2011-04-07  Giuseppe Scrivano  <gscrivano@gnu.org>
1125
1126         * gnutls.c (wgnutls_peek): New local variable `read'.
1127         Use `read' instead of `ret' to store the number of read bytes.
1128         Reported by: Ray Satiro <raysatiro@yahoo.com>
1129
1130 2011-04-04  Giuseppe Scrivano  <gscrivano@gnu.org>
1131
1132         * openssl.c [WINDOWS]: Include <w32sock.h>.
1133         (openssl_read): Retry the read on SSL_ERROR_WANT_READ.
1134
1135         * host.c [WINDOWS]: Include <winsock2.h> and <ws2tcpip.h>.
1136         Suggested by: Ray Satiro <raysatiro@yahoo.com>.
1137
1138         * Makefile.am (LIBS): Remove  @LIBSSL@ @W32LIBS@
1139
1140 2011-04-03  Giuseppe Scrivano  <gscrivano@gnu.org>
1141
1142         * gnutls.c: Include <fcntl.h>.
1143         (wgnutls_peek): Make the socket non blocking before attempt a read.
1144
1145         * gnutls.c: Include <sys/ioctl.h>.
1146         (wgnutls_peek) [F_GETFL]: Use fcntl.
1147         (wgnutls_peek) [! F_GETFL]: Use ioctl.
1148
1149
1150 2011-03-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1151
1152         * recur.c (download_child_p): When --no-parent is used, check that the
1153         ports are the same only in case the same protocol is used.
1154         Reported by: Karl Berry <karl@freefriends.org>
1155
1156         * res.c (res_parse): Add new line to debug messages.
1157
1158 2011-03-21  Giuseppe Scrivano  <gscrivano@gnu.org>
1159
1160         * iri.h (parse_charset) [!ENABLE_IRI]: Use the parameter to avoid a
1161         compiler warning.
1162
1163         * iri.h: Declare `dummy_iri' as extern not static.
1164         * main.c [!ENABLE_IRI]: Define `dummy_iri'.
1165         (main) [!ENABLE_IRI]: Initialize `dummy_iri'.
1166
1167 2011-03-11  Giuseppe Scrivano  <gscrivano@gnu.org>
1168
1169         * ftp.c (getftp): Fix some memory leaks.
1170         * ftp-ls.c (ftp_parse_winnt_ls): Likewise.
1171         Reported by: Zhenbo Xu <zhenbo1987@gmail.com>.
1172
1173 2010-11-20  Filipe Brandenburger <filbranden@gmail.com> (tiny change)
1174
1175         * http.c (gethttp): Repeat a POST request on a 307 response.
1176         * retr.c (retrieve_url): Use NEWLOCATION_KEEP_POST.
1177         * wget.h: Define NEWLOCATION_KEEP_POST.
1178
1179 2011-03-02  Tomasz Buchert <tomek.buchert@gmail.com> (tiny change)
1180
1181         * http.c (ensure_extension): Do not adjust the extension if the file
1182         ends in .htm.
1183
1184 2011-02-22  Gilles Carry  <gilles.carry@st.com>
1185
1186         * main.c (prompt_for_password): Use stderr instead of stdout
1187         to prompt password. This allows to use --output-document=- and
1188         --ask-password simultaneously. Without this, redirecting stdout
1189         makes password prompt invisible and mucks up payload such as in
1190         this example:
1191         wget --output-document=- --ask-password -user=foo \
1192                 http://foo.com/tarball.tgz | tar zxf -
1193
1194 2011-02-22  Steven Schubiger  <stsc@member.fsf.org>
1195
1196         * http.c (gethttp, http_loop): Move duplicated code which is run
1197         when an existing file is not to be clobbered to a function.
1198         (get_file_flags): New static function.
1199
1200 2010-12-10  Evgeniy Philippov <egphilippov@googlemail.com> (tiny change)
1201
1202         * main.c (main): Initialize `total_downloaded_bytes'.
1203
1204 2010-12-09  Giuseppe Scrivano  <gscrivano@gnu.org>
1205
1206         * main.c (main): If --no-clobber and --convert-links are used at the
1207         same time, use only the latter.
1208         Reported by: Romain Vimont <rom@rom1v.com>
1209
1210 2010-12-07  Jessica McKellar <jesstess@mit.edu> (tiny change)
1211
1212         * main.c: Make help message clearer.
1213
1214 2010-12-02  Giuseppe Scrivano  <gscrivano@gnu.org>
1215
1216         * build_info.c.in: Do not list md5.
1217
1218 2010-12-01  Giuseppe Scrivano  <gscrivano@gnu.org>
1219
1220         * cmpt.c: Include <unistd.h> inconditionally.
1221         * connect.c: Likewise.
1222         * convert.c: Likewise.
1223         * ftp-basic.c: Likewise.
1224         * ftp-ls.c: Likewise.
1225         * ftp.c: Likewise.
1226         * gnutls.c: Likewise.
1227         * http.c: Likewise.
1228         * init.c: Likewise.
1229         * log.c: Likewise.
1230         * main.c: Likewise.
1231         * openssl.c: Likewise.
1232         * progress.c: Likewise.
1233         * ptimer.c: Likewise.
1234         * recur.c: Likewise.
1235         * retr.c: Likewise.
1236         * url.c: Likewise.
1237         * utils.c: Likewise.
1238
1239         * retr.c (fd_read_body): Dinamically allocate `dlbuf'.
1240
1241 2010-11-27  Reza Snowdon  <vivi@mage.me.uk>
1242
1243         * init.c (initialize): If 'ok' is not zero; exit, as this
1244         indicates there was a problem parsing 'SYSTEM_WGETRC'.
1245         Fixes bug #20370.
1246
1247 2010-11-22  Giuseppe Scrivano  <gscrivano@gnu.org>
1248
1249         Revert last commit.
1250         * ftp.c (getftp): When count > 0, don't append to the existing file.
1251         * http.c (gethttp): Likewise.
1252
1253 2010-11-21  Giuseppe Scrivano  <gscrivano@gnu.org>
1254
1255         * ftp.c (getftp): If `count' is bigger than zero, try to resume the
1256         download, not restart it.
1257         * http.c (gethttp): Likewise.
1258         Suggested by: Evgeny Kapun <abacabadabacaba@gmail.com>.
1259
1260 2010-11-19  Giuseppe Scrivano  <gscrivano@gnu.org>
1261
1262         * ftp.c (getftp): Accept new argument `count'.  When `count' is
1263         bigger than zero, assume the file can be overwritten.
1264         (ftp_loop_internal): Pass new argument `count' to `getftp'.
1265
1266         * http.c (gethttp): Accept new argument `count'.  When `count' is
1267         bigger than zero, assume the file can be overwritten.
1268         (http_loop): Pass new argument `count' to `gethttp'.
1269         Reported by: Evgeny Kapun <abacabadabacaba@gmail.com>.
1270
1271 2010-08-08  Reza Snowdon <vivi@mage.me.uk>
1272
1273         * main.c (main): inserted 'defaults'.
1274           Added additional 'getopt_long' while loop to search and apply a
1275           user specified config file before any other options.
1276           New variables 'retconf', 'use_userconfig',
1277           'confval', 'userrc_ret', 'config_opt'.
1278         * init.c: Include stdbool.h.
1279           (commands): Added config details.
1280           (defaults): Removed static.
1281           (wgetrc): Removed static.
1282           (initialize): Removed 'defaults ()',
1283           changed 'int ok' to 'bool ok'.
1284         * options.h: New variable 'choose_config'.
1285         * init.h (defaults): exported function.
1286           (run_wgetrc): exported function.
1287
1288 2010-10-24  Jessica McKellar <jesstess@mit.edu> (tiny change)
1289
1290         * main.c (main): Print the total download time as part of the
1291         summary for downloads using the recursive or page requisites
1292         options. Fixes bug #21359.
1293
1294 2010-10-24  Giuseppe Scrivano  <gscrivano@gnu.org>
1295
1296         * gnutls.c (wgnutls_peek): Do not return an error when
1297         `gnutls_record_recv' fails but some data is already available.
1298
1299 2010-10-23  Giuseppe Scrivano  <gscrivano@gnu.org>
1300
1301         * Makefile.am (LIBS): Remove @LIBGNUTLS@ and use @W32LIBS@ as last
1302         component.
1303
1304         * gnutls.c (wgnutls_peek): Block until data is available.
1305
1306 2010-10-21  Giuseppe Scrivano  <gscrivano@gnu.org>
1307
1308         * retr.c (retrieve_url): Do not register HTML files twice.
1309         Reported by: Manfred Koizar <mkoi-pg@aon.at>.
1310
1311 2010-10-18  Manfred Koizar <mkoi-pg@aon.at> (tiny change)
1312
1313         * html-url.c (tag_handle_link): Do not assume external links type
1314         to be always "text/html".
1315
1316 2010-10-16  Giuseppe Scrivano  <gscrivano@gnu.org>
1317
1318         * connect.c (socket_ip_address): Initialize `sockaddr' to zero.
1319         * ftp-basic.c (ftp_epsv): Remove dead assignment to `s'.
1320         * ftp-ls.c (ftp_parse_vms_ls): Remove dead assignment to `len'.
1321         * http.c (skip_short_body): Remove dead assignment to `ret'.
1322         * init.c (wgetrc_user_file_name): Remove dead assignment to `home'.
1323         * main.c (main): Silent warning reported by clang.
1324         (http_loop): Silent warning reported by clang.
1325         * retr.c (retrieve_url): Likewise.
1326         * url.c (init_seps): Remove dead assignment to `p'.
1327
1328 2010-10-11  Giuseppe Scrivano  <gscrivano@gnu.org>
1329
1330         * ftp.c (getftp): Fix indentation.
1331
1332 2010-10-11  Steven Schubiger <stsc@member.fsf.org>
1333
1334         * ftp.c (getftp): Initialize `targ'.
1335
1336 2010-10-08  Ivanov Anton <x86mail@gmail.com> (tiny change)
1337
1338     * src/html-url.c (check_style_attr): Skip quotes when they are present.
1339
1340 2010-10-06  Giuseppe Scrivano  <gscrivano@gnu.org>
1341
1342         * main.c (main): Remove unused variable `status'.
1343
1344 2010-09-25  Merinov Nikolay  <kim.roader@gmail.com>
1345
1346         * init.c: Add "unlink" command into command list.
1347         * main.c: Add "unlink" option into option_data list.
1348         * options.h: Adding unlink field into struct options.
1349         * wget.h: Addind UNLINKERR error into uerr_t enum.
1350         * exits.c (get_status_for_err): define status for UNLINKERR.
1351         * ftp.c (getftp): unlink file if exists, instead clobbering.
1352         (ftp_loop_internal): processing UNLINKERR.
1353         * http.c (gethttp): unlink file if exists, instead clobbering.
1354         (http_loop): processing UNLINKERR.
1355
1356 2010-09-24  Dennis, CHENG Renquan <crquan@fedoraproject.org>
1357
1358         Fix problem when content-disposition is used with recursive downloading.
1359         * url.h (url_file_name): Add a new argument `replaced_filename'.
1360         * url.c (url_file_name): Likewise.
1361         * http.c (parse_content_disposition): Do not add a prefix to the return
1362         value.
1363         (test_parse_content_disposition): Adjust tests.
1364         (gethttp): Pass additional parameter to `url_file_name'.
1365         (http_loop): Likewise.
1366         * ftp.c (ftp_loop_internal, ftp_get_listing, ftp_retrieve_list)
1367         (ftp_loop): Likewise.
1368
1369 2010-09-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1370
1371         * convert.c (local_quote_string): Accept new parameter `no_html_quote'.
1372         Inhibit HTML quoting when `no_html_quote'.
1373         (convert_links): Disable HTML quoting in CSS files.
1374         Reported by: Manuel Reinhardt <reinhardt@syslab.com>.
1375
1376 2010-09-12  Giuseppe Scrivano  <gscrivano@gnu.org>
1377
1378         * main.c (print_help): Align --trust-server-names help text with
1379         the rest of the text.
1380         Suggested by: Mike Frysinger  <vapier@gentoo.org>.
1381
1382 2010-08-20  Giuseppe Scrivano  <gscrivano@gnu.org>
1383
1384         * convert.c: Include "iri.h".
1385         (convert_links_in_hashtable): Parse the url, if
1386         necessary, before check if it is present in the dowloaded url
1387         map.
1388         Reported by: <sk.random@gmail.com>.
1389
1390 2010-08-09  Giuseppe Scrivano  <gscrivano@gnu.org>
1391
1392         Fix a problem with HTTP/1.0 proxies.
1393         * http.c (gethttp): Specify the connection header when keep alive
1394         connections are not used.
1395
1396         Use persistent connections with proxies supporting them.
1397         * http.c (gethttp): Specify Proxy-Connection to the HTTP proxy.
1398
1399 2010-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
1400
1401         * css-url.c (get_uri_string): Skip empty urls.
1402
1403 2010-07-25  John Trengrove  <jtrengrove@gmail.com> (tiny change)
1404
1405         * ftp.h: Added enum `parsetype'.  Modified struct to hold parsetype.
1406
1407         * ftp-ls.c (ftp_parse_unix_ls): Default to TT_DAY. Change to TT_HOUR_MIN
1408         if hours/minutes parsed.
1409         (ftp_parse_winnt_ls): Default to TT_HOUR_MIN.
1410         (ftp_parse_vms_ls): Default to TT_HOUR_MIN.
1411         (ftp_index): Print only if fileinfo struct value ttype set to TT_HOUR_MIN.
1412
1413 2010-07-30  Giuseppe Scrivano  <gscrivano@gnu.org>
1414
1415         * html-url.h (struct map_context): Remove member `tail'.
1416
1417         * html-url.c (append_url): Append the new url ordered by `position'.
1418         (get_urls_html): Do not initialize `ctx.tail'.
1419
1420         * css-url.c (get_urls_css_file): Do not initialize `ctx.tail'.
1421
1422 2010-07-29  Giuseppe Scrivano  <gscrivano@gnu.org>
1423
1424         * gnutls.c (wgnutls_peek): Don't read more data if the buffered peek
1425         data is sufficient.
1426
1427 2010-07-28  Giuseppe Scrivano  <gscrivano@gnu.org>
1428
1429         * http.h (http_loop): Add new argument `original_url'
1430         * http.c (http_loop): Add new argument `original_url'.  Use
1431         `original_url' to get a filename if `trustservernames' is false.
1432
1433         * init.c (commands): Add "trustservernames".
1434
1435         * options.h (library): Add variable `trustservernames'.
1436
1437         * main.c (option_data): Add trust-server-names.
1438         (print_help): Describe --trust-server-names.
1439
1440         * retr.c (retrieve_url): Pass new argument to `http_loop'.
1441
1442 2010-07-20  Alan Jenkins <alan-jenkins@tuffmail.co.uk> (tiny change)
1443
1444         * http.c (gethttp): Check content-length was set before trying to
1445         compare it with the already downloded filesize.
1446
1447 2010-07-20  Leonid Petrov <nouser@lpetrov.net>
1448
1449         * ftp.c (getftp): Don't attempt to retrieve the file if it is already
1450         completely.
1451         (ftp_loop_internal): Force the length to be zero for symlinks.
1452
1453 2010-07-18  Giuseppe Scrivano  <gscrivano@gnu.org>
1454
1455         * http.c (gethttp): If -N is used, don't exit immediately if the content
1456         length is less or equal than the existing file size.  Specify "Range"
1457         only if -N is not used.
1458         Reported by: Caleb Cushing <xenoterracide@gmail.com>.
1459
1460 2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1461
1462         * ftp.c (max): Remove definition.
1463         (getftp): New variable `got_expected_bytes'.  Let `expected_bytes' be
1464         the value SIZE returns, otherwise use the bytes count returned by RETR.
1465         Suggested by Daniel Stenberg <daniel@haxx.se>.
1466
1467 2010-07-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1468
1469         * ftp.c (max): Add definition.
1470         (getftp): Consider for `expected_bytes' the greatest value between the
1471         bytes count returned by SIZE and the bytes count returned by RETR.
1472         Reported by: Jozua <jozua@sparky.za.net>.
1473
1474 2010-07-11  Giuseppe Scrivano  <gscrivano@gnu.org>
1475
1476         * http.c (http_loop): New variable `force_full_retrieve'.  If the remote
1477         file is newer that the local one then inhibit -c.
1478         Reported by: Caleb Cushing <xenoterracide@gmail.com>.
1479
1480 2010-07-09  Giuseppe Scrivano  <gscrivano@gnu.org>
1481
1482         * css-url.c (get_urls_css_file): Use `wget_read_file' instead of
1483         `read_file'.  Use `wget_read_file_free' instead of `read_file_free'.
1484         * convert.c (convert_links): Likewise.
1485         * html-url.c (get_urls_html, get_urls_file): Likewise.
1486         * res.c (res_parse_from_file): Likewise.
1487
1488         * utils.h: Rename `read_file' to `wget_read_file'.  Rename
1489         `read_file_free' to `wget_read_file_free'.
1490
1491         * utils.c (wget_read_file): Renamed from `read_file'.
1492         (wget_read_file_free): Renamed from `read_file_free'.
1493
1494 2010-07-05  Giuseppe Scrivano  <gscrivano@gnu.org>
1495
1496         * gnutls.c (ssl_init): New local variables `ca_directory' and `dir'.
1497         Load default root certificates under the `ca_directory' directory.
1498
1499 2010-07-03  Giuseppe Scrivano  <gscrivano@gnu.org>
1500
1501         * gnutls.c (ssl_connect_wget): New local variable `allowed_protocols'.
1502         Honor the --secure-protocol flag.
1503
1504 2010-06-20  Giuseppe Scrivano  <gscrivano@gnu.org>
1505
1506         * main.c (print_help): Fix help string for --random-wait.  Its range is
1507         [0.5*wait, 1.5*wait) not [0, 2*wait).
1508         Reported by: Tom Mizutani <gombei1970@gmail.com>.
1509
1510 2010-06-15  Giuseppe Scrivano  <gscrivano@gnu.org>
1511
1512         * gnutls.c [WIN32]: Include "w32sock.h".
1513         (FD_TO_SOCKET): Add definition.
1514         (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
1515         Define FD_TO_SOCKET if it is not yet defined.
1516
1517 2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1518
1519         * gnutls.c: Include <stdlib.h>.
1520         (struct wgnutls_transport_context): Remove `peekstart'.
1521         (ssl_connect_wget): Renamed from `ssl_connect'.
1522         (wgnutls_poll): New variable `ctx'.
1523         (wgnutls_read): Don't use `ctx->peekstart'.
1524         (wgnutls_peek): Likewise.  Don't attempt to read if there is not
1525         ready data.
1526
1527 2010-06-14  Giuseppe Scrivano  <gscrivano@gnu.org>
1528         * http.c (http_loop): Always send a HEAD request when -N is used
1529         together with --content-disposition.
1530         Reported by: Jochen Roderburg <Roderburg@Uni-Koeln.DE>.
1531
1532 2010-06-10  Muthu Subramanian K <muthusuba@gmail.com> (tiny change)
1533
1534         * http.c (http_loop): Increase `total_downloaded_bytes' by
1535         `hstat.rd_size', not `hstat.len'.
1536
1537 2010-06-10  Giuseppe Scrivano  <gscrivano@gnu.org>
1538
1539         * main.c (print_version): Drop the current maintainer line.
1540
1541 2010-06-10  Giuseppe Scrivano  <gscrivano@gnu.org>
1542
1543         * Makefile.am (build_info.c): Generate the `build_info.c' file under
1544         the build directory.
1545         Patch by: Daniel Stenberg <daniel@haxx.se>.
1546
1547 2010-06-03  Giuseppe Scrivano  <gscrivano@gnu.org>
1548
1549         * http.c (http_loop): Do not send a HEAD request before the GET request
1550         when --content-disposition is used.
1551         Reported by: alex_wh@mail.ru.
1552
1553 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1554
1555         * css.l: Use option "nounput".
1556         (YY_NO_INPUT): Add macro definition.
1557
1558 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1559
1560         * html-parse.c (map_html_tags): Fix condition for closed tag.  Handle
1561         the case '>' is not specified after '/'.
1562
1563 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1564
1565         * sysdep.h (_SVID_SOURCE): Remove definition.
1566         (_BSD_SOURCE): Remove definition.
1567
1568 2010-05-31  Giuseppe Scrivano  <gscrivano@gnu.org>
1569
1570         * recur.c (retrieve_tree): Remove variable `up_error_code'.
1571
1572         * iri.c (open_locale_to_utf8): Remove function.
1573
1574 2010-05-30  Giuseppe Scrivano  <gscrivano@gnu.org>
1575
1576         * html-parse.c (NAME_CHAR_P): Consider '<' an invalid character.
1577         (advance_declaration): Close the tag if '<' is found.
1578         (map_html_tags): Likewise.
1579
1580 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1581
1582         * main.c (print_usage): Accept a new parameter `error'.
1583         (main): Print diagnostic messages to stderr, not stdout.
1584
1585 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1586
1587         * Makefile.am (wget_SOURCES): Remove `snprintf.c'.
1588
1589         * snprintf.c: Remove file.
1590
1591 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1592
1593         * main.c (main): Exit with failure when -k is specified and -O is not
1594         a regular file.
1595
1596 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
1597
1598         * http.c (gethttp): Consider new cookies retrieved when the
1599         authorization fails.
1600
1601 2010-05-25  Giuseppe Scrivano  <gscrivano@gnu.org>
1602
1603         * host.c (sufmatch): Do not consider zero length entries.
1604
1605         * http.c (H_10X): New macro.
1606         (gethttp): Silently ignore 1xx responses.
1607
1608 2010-05-24  Giuseppe Scrivano  <gscrivano@gnu.org>
1609
1610         * iri.h (dummy_iri): Define static.
1611
1612         * css-tokens.h (css_tokens): Remove variable.
1613
1614 2010-05-23  Giuseppe Scrivano  <gscrivano@gnu.org>
1615
1616         * http.c (http_atotm): Count the NUL character when copying the locale
1617         string.
1618         Reported by: Florian Weimer <fw@deneb.enyo.de>
1619
1620 2010-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
1621
1622         * Makefile.am (LDADD): Remove MD5_LDADD.
1623         (MD5_LDADD): Remove definition.
1624         (AM_CPPFLAGS): Remove MD5_CPPFLAGS.
1625         (version.c): Remove dependency from MD5_LDADD.
1626         (../md5/libmd5.a): Remove rule.
1627
1628         * ftp-opie.c: Include "md5.h".  Do not include "gen-md5.h".
1629         (skey_response): New variable ctx.  Use md5 functions from the gnulib
1630         module instead of functions defined previously in the "gen-md5.h" file.
1631
1632         * gen-md5.h: Remove file.
1633         * gen-md5.c: Likewise.
1634
1635         * http.c: Include "md5.h".  Do not include "gen-md5.h".
1636         (digest_authentication_encode): New variable ctx.  Use md5 functions
1637         from the gnulib module instead of functions defined previously in the
1638         "gen-md5.h" file.
1639
1640 2010-05-15  Giuseppe Scrivano  <gscrivano@gnu.org>
1641
1642         * Makefile.am: Quote any path using $(top_srcdir) or $(top_builddir).
1643         (version.c): Remove dependency from configure.ac and Makefile.am.
1644
1645         * css.l: Include "wget.h".
1646
1647 2010-05-08  Giuseppe Scrivano  <gscrivano@gnu.org>
1648
1649         * Makefile.am: Update copyright years.
1650         * cmpt.c: Likewise.
1651         * connect.h: Likewise.
1652         * convert.c: Likewise.
1653         * convert.h: Likewise.
1654         * cookies.c: Likewise.
1655         * cookies.h: Likewise.
1656         * css-tokens.h: Likewise.
1657         * css-url.c: Likewise.
1658         * css-url.h: Likewise.
1659         * css.l: Likewise.
1660         * exits.c: Likewise.
1661         * exits.h: Likewise.
1662         * ftp-basic.c: Likewise.
1663         * ftp-ls.c: Likewise.
1664         * ftp-opie.c: Likewise.
1665         * ftp.c: Likewise.
1666         * ftp.h: Likewise.
1667         * gen-md5.c: Likewise.
1668         * gen-md5.h: Likewise.
1669         * gettext.h: Likewise.
1670         * gnutls.c: Likewise.
1671         * hash.c: Likewise.
1672         * hash.h: Likewise.
1673         * host.c: Likewise.
1674         * host.h: Likewise.
1675         * html-parse.c: Likewise.
1676         * html-parse.h: Likewise.
1677         * html-url.c: Likewise.
1678         * html-url.h: Likewise.
1679         * http-ntlm.c: Likewise.
1680         * http-ntlm.h: Likewise.
1681         * http.c: Likewise.
1682         * http.h: Likewise.
1683         * init.c: Likewise.
1684         * init.h: Likewise.
1685         * iri.c: Likewise.
1686         * iri.h: Likewise.
1687         * log.c: Likewise.
1688         * log.h: Likewise.
1689         * main.c: Likewise.
1690         * mswindows.c: Likewise.
1691         * mswindows.h: Likewise.
1692         * netrc.c: Likewise.
1693         * netrc.h: Likewise.
1694         * openssl.c: Likewise.
1695         * options.h: Likewise.
1696         * progress.c: Likewise.
1697         * progress.h: Likewise.
1698         * ptimer.c: Likewise.
1699         * ptimer.h: Likewise.
1700         * recur.c: Likewise.
1701         * recur.h: Likewise.
1702         * res.c: Likewise.
1703         * res.h: Likewise.
1704         * retr.c: Likewise.
1705         * retr.h: Likewise.
1706         * spider.c: Likewise.
1707         * spider.h: Likewise.
1708         * ssl.h: Likewise.
1709         * sysdep.h: Likewise.
1710         * test.c: Likewise.
1711         * test.h: Likewise.
1712         * url.c: Likewise.
1713         * url.h: Likewise.
1714         * utils.c: Likewise.
1715         * utils.h: Likewise.
1716         * wget.h: Likewise.
1717
1718 2010-05-07  Giuseppe Scrivano  <gscrivano@gnu.org>
1719
1720         * gnutls.c (wgnutls_close): Use always `close', not `closesocket'.
1721         * openssl.c (openssl_close): Use always `close', not `closesocket'.
1722         (ssl_connect_wget): Get the real socket handle by FD_TO_SOCKET.
1723         Define FD_TO_SOCKET if it is not yet defined.
1724         * Makefile.am (libunittest_a_CPPFLAGS): Add -I$(top_builddir)/lib.
1725         * mswindows.h: Always include <winsock2.h> and <ws2tcpip.h>.  Do not
1726         include <winsock.h>.
1727         [! INHIBIT_WRAP]: Remove macro's socket, bind, connect, accept, recv,
1728         send, select, getsockname, getpeername, setsockopt, closesocket.
1729         Remove wrapped_socket, wrapped_bind, wrapped_connect, wrapped_listen,
1730         wrapped_accept, wrapped_recv, wrapped_send, wrapped_select,
1731         wrapped_getsockname, wrapped_getpeername, wrapped_setsockopt,
1732         wrapped_closesocket prototypes.
1733         * mswindows.c:  Remove wrapped_socket, wrapped_bind, wrapped_connect,
1734         wrapped_listen, wrapped_accept, wrapped_recv, wrapped_send,
1735         wrapped_select, wrapped_getsockname, wrapped_getpeername,
1736         wrapped_setsockopt, wrapped_closesocket functions.  Remove WRAP macro.
1737         * host.h [WINDOWS]: Include <winsock2.h> not <winsock.h>.
1738         * connect.c: Include <sys/socket.h> and <sys/select.h> on any platform,
1739         gnulib ensures they exist.  Remove `read', `write', `close' macros.
1740         * Makefile.am: Copy build_info.c.in only if we are working in a VPATH.
1741         (AM_CPPFLAGS): Add directory with generated gnulib files.
1742
1743 2010-05-06  Giuseppe Scrivano  <gscrivano@gnu.org>
1744
1745         * Makefile.am (build_info.c): Generate build_info.c in the builddir,
1746         not srcdir.
1747
1748 2010-05-05  Giuseppe Scrivano  <gscrivano@gnu.org>
1749
1750         * http.c (gethttp): Give a nicer message on a malformed status line.
1751
1752 2010-05-04  Giuseppe Scrivano  <gscrivano@gnu.org>
1753
1754         * http.c (gethttp): Check `resp_status' return code and handle
1755         errors.
1756
1757 2010-05-01  Giuseppe Scrivano <gscrivano@gnu.org>
1758
1759         * http.c (request_send): Specify 1.1 as HTTP version for requests.
1760         (skip_short_body): Accept new parameter `chunked'.  New variable
1761         `remaining_chunk_size'.  Handle the chunked transfer encoding.
1762         (gethttp): New variable `chunked_transfer_encoding`.  Set `keepalive'
1763         by default to true.  Check if the server is using the chunked transfer
1764         encoding.
1765
1766         * retr.h: Define `rb_chunked_transfer_encoding'.
1767
1768         * retr.c (fd_read_body): New variable `chunked'.  New variable
1769         `remaining_chunk_size'.  Handle the chunked transfer encoding.
1770
1771 2010-03-04  Steven Schubiger  <stsc@member.fsf.org>
1772
1773         * ftp.c (ftp_loop_internal): Omit input file from being
1774         deleted after retrieval.
1775
1776         * retr.c (input_file_url): New function.
1777
1778         * retr.h: Add declaration for input_file_url.
1779
1780 2010-03-02  Steven Schubiger  <stsc@member.fsf.org>
1781
1782         * retr.c (retrieve_from_file): Improve checking for a URL
1783         by invoking url_valid_scheme instead of url_has_scheme.
1784
1785         * url.c (url_valid_scheme): New function.
1786
1787         * url.h: Add declaration for url_valid_scheme.
1788
1789 2010-03-02  Steven Schubiger  <stsc@member.fsf.org>
1790
1791         * retr.c (retrieve_from_file): Free memory of input file.
1792
1793 2010-03-01  Steven Schubiger  <stsc@member.fsf.org>
1794
1795         * retr.c (retrieve_url): Retrieve the local filename from ftp_loop.
1796         (retrieve_from_file): Return if there's no input file.
1797
1798         * ftp.c (ftp_loop_internal): Duplicate the local filename into
1799         retrieve_url's scope when a valid reference is being passed.
1800         (ftp_loop): Call ftp_loop_internal here with passing a
1801         reference to the local filename, elsewhere with NULL.
1802
1803         * ftp.h: Adjust declaration of ftp_loop.
1804
1805 2010-01-27  Paul Townsend  <aab@purdue.edu>  (tiny change)
1806
1807         * retr.c (fd_read_body): Be sure to measure timer when time has
1808         elapsed, too, not just when we've made progress.
1809
1810 2010-01-13  Micah Cowan  <micah@cowan.name>
1811
1812         * openssl.c: Fixed some mixed declarations-and-code.
1813
1814 2010-01-09  Micah Cowan  <micah@cowan.name>
1815
1816         * init.c, main.c, http.c, ftp.c, options.h: Renamed
1817         --no-match-server-timestamps to --no-use-server-timestamps, and
1818         add it to print_help.
1819
1820 2010-01-09  David Holman  <holman.david@gmail.com>  (tiny change)
1821
1822         * init.c, main.c, http.c, ftp.c, options.h: Added support for
1823         --no-match-server-timestamps.
1824
1825 2009-12-03  Peter Rosin  <peda@lysator.liu.se>
1826
1827         * snprintf.c (dopr): Output %p as unsigned.
1828
1829 2010-01-09  Jeremy Olexa  <darkside@gentoo.org>  (tiny change)
1830
1831         * init.c: Deal with systems which provide PATH_MAX in
1832         sys/param.h rather than limits.h.
1833
1834 2009-10-09  Steven Schweda  <sms@antinode.info>
1835
1836         * utils.c: Added characters " : \ | to the list of normal
1837         caret-escaped (ODS5) characters in the char_prop[] table.
1838
1839 2009-09-22  Arvind Jamuna Dixit  <ardsrk@gmail.com>
1840
1841         * http.c (extract_param, parse_content_disposition): Support
1842         RFC 2231 while parsing Content-Disposition header
1843
1844 2009-10-24  Petr Pisar  <petr.pisar@atlas.cz>
1845
1846         * openssl.c: Implement support for (multiple) subjectAltNames in
1847         X509 certificates, not just the commonName.
1848
1849 2009-10-09  Micah Cowan  <micah@cowan.name>
1850
1851         * main.c: Fix declaration of compiled_features.
1852
1853         * build_info.c.in: Adapt to new input format. Added a check for
1854         large-file support. Replaced the "openssl" and "gnutls"
1855         advertisements with a single "ssl/foo" advertisement.
1856
1857 2009-09-30  Micah Cowan  <micah@cowan.name>
1858
1859         * sysdep.h: Unconditionally include stdbool.h (gnulib has it for
1860         systems that don't supply it.)
1861
1862         * vms.c: Added functions vms_basename(), used to extract the
1863         bare executable name from argv[0], and vms_getpass(), a
1864         VMS-specific replacement for GNU getpass().
1865
1866          vms.c: Added global string constants: compilation_string
1867         (NULL), link_string (NULL), and version_string (real).
1868
1869 2009-09-24  Micah Cowan  <micah@cowan.name>
1870
1871         * vms.c: Moved from vms/vms.c.
1872
1873         * sysdep.h: Use proper prototypes for snprintf, vsnprintf (thanks
1874         to Steven Schweda).
1875
1876 2009-09-24  Steven Schweda  <sms@antinode.info>
1877
1878         * main.c (print_version): Remove VMS-conditional build info
1879         string; the new VMS builders use OS_TYPE.
1880
1881         * ftp.c (getftp): Fix accidental use of target -> targ.
1882
1883 2009-09-24  Micah Cowan  <micah@cowan.name>
1884
1885         * host.c (host_errstr): host_errstr should return const char *.
1886
1887 2009-09-22  Micah Cowan  <micah@cowan.name>
1888
1889         * Makefile.am (version.c): Explicitly tell Mercurial where the
1890         top-source repository should be, so it doesn't accidentally use
1891         the repository for a containing directory (for instance, if the
1892         user's home directory is managed by a Mercurial repo). Also
1893         ensures we find the repository, even if the build directory is
1894         outside the source directory.
1895
1896         * wget.h: define WINDOWS if _WIN32 or __WIN32__ is defined, but
1897         not __CYGWIN__.
1898
1899         * mswindows.c (xsleep): Check for availability of the sleep
1900         function, in addition to the usleep function.
1901         (get_winsock_error, windows_strerror): Removed (gnulib already
1902         supplies this functionality).
1903
1904         * mswindows.h [NEED_GAI_STRERROR]: define gai_strerror
1905         to (gnulib's) strerror, rather than windows_strerror. Removed
1906         error macro definitions provided by gnulib.
1907         (windows_strerror): Removed (gnulib already supplies this
1908         functionality).
1909
1910         * host.c: Don't declare h_errno when building on Windows.
1911
1912         * Makefile.am (LIBS): Added @W32LIBS@.
1913         (EXTRA_wget_SOURCES): Removed (it's in LIBOBJ now).
1914         (version.c): Removed dependency on $(LDADD), since it may include
1915         dependencies that are not part of the Wget sources (-lwsock32, for
1916         instance).
1917
1918         * openssl.c (ssl_check_certificate): Avoid reusing the same buffer
1919         space for successive quoted arguments. Thanks to Steven Schweda
1920         for pointing out the problem.
1921
1922 2009-09-21  Micah Cowan  <micah@cowan.name>
1923
1924         * progress.c (update_speed_ring): "the the" -> "the".
1925
1926         * css-url.c, iri.c, mswindows.c: Removed assert.h inclusion (not
1927         using it).
1928
1929 2009-09-11  Steven Schweda  <sms@antinode.info>
1930
1931         * utils.c, utils.h (fopen_excl): Make second argument an int,
1932         rather than a bool (so it can handle the appropriate VMS version
1933         of the flag).
1934
1935         * main.c (print_version): Don't print LOCALEDIR unless NLS is
1936         enabled.
1937
1938         * http.c (gethttp): Pass FOPEN_BIN_FLAG, instead of true.
1939
1940         * ftp.c (ftp_retrieve_glob): Cast strcmp to assign to cmp, for a
1941         silly HP build environment.
1942
1943 2009-09-08  Steven Schubiger  <stsc@member.fsf.org>
1944
1945         * main.c, init.c: Mark the --preserve-permissions and
1946         --html-extension option as deprecated.
1947
1948 2009-09-06  Micah Cowan  <micah@cowan.name>
1949
1950         * ftp.c (getftp, ftp_loop_internal): Separate "len" input/output
1951         parameter (with different meanings for input and output), into two
1952         separate parameters, one input (passed_expected_bytes) and one
1953         output (qtyread). Fixes bug #26870.
1954
1955 2009-09-05  Steven Schubiger  <stsc@member.fsf.org>
1956
1957         * retr.h: Declare set_local_file() to avoid build warnings.
1958
1959 2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
1960
1961         * connect.c, init.c, main.c, openssl.c, options.h:  Replace
1962         "ifdef MSDOS" with "ifdef USE_WATT32" since DOS-targets in fact
1963         use the Watt-32 tcp/ip stack.
1964
1965 2009-09-04  Micah Cowan  <micah@cowan.name>
1966
1967         * Makefile.am: Move build_info.c to wget_SOURCES from
1968         nodist_wget_SOURCES, reduce dependencies, and invoke build_info.pl
1969         in its new home, $(top_srcdir)/build-aux.
1970
1971 2009-09-03  Micah Cowan  <micah@cowan.name>
1972
1973         * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with
1974         localtime, as not all platforms have localtime_r.
1975
1976         * Makefile.am (wget_SOURCES): Rearranged some of the file order,
1977         so .c files and .h files are apart. Added gettext.h, so that it
1978         shows up in the dist.
1979
1980 2009-09-02  Micah Cowan  <micah@cowan.name>
1981
1982         * gettext.h: Refreshed from gettext 0.17.
1983
1984         * test.c: Added definition of program_name variable, required by
1985         lib/error.c (libgnu.a). Doesn't cause problems until you try to
1986         build on a non-GNU system...
1987
1988         * build_info.c.in: Removed useless "+gettext" feature ad.
1989
1990 2009-08-29  Steven Schubiger  <stsc@member.fsf.org>
1991
1992         * convert.c (local_quote_string): Percent-encode semicolons
1993         in local file strings.
1994
1995 2009-08-27  Micah Cowan  <micah@cowan.name>
1996
1997         * wget.h (uerr_t): added new VERIFCERTERR code for SSL certificate
1998         problems. Marked exit codes that are defined but never used (at
1999         least, the ones I could find).
2000
2001         * retr.c, retr.h (retrieve_url): Added a new boolean argument to
2002         determine whether an exit status should be recorded.
2003         (retrieve_from_file): Adjust to new retrieve_url signature.
2004
2005         * res.c (res_retrieve_file): Don't have retrieve_url record an
2006         exit status for robots.txt.
2007
2008         * recur.c (retrieve_tree): Adjust to new retrieve_url signature.
2009
2010         * main.c (main): Use the exit status stored by retrieve_url.
2011
2012         * http.c (gethttp): Distinguish certificate verification problems
2013         from SSL connection issues.
2014         (http_loop): Handle newly-created VERIFCERTERR error code.
2015
2016         * exits.c, exits.h: Newly added.
2017
2018         * Makefile.am (wget_SOURCES): Add exits.c and exits.h.
2019
2020 2009-08-27  Micah Cowan  <micah@cowan.name>
2021
2022         * http.c (gethttp): Make sure Wget heeds cookies when they
2023         are sent with a 401 response; or any other sort of response for
2024         that matter (#26775).
2025
2026 2009-08-19  Micah Cowan  <micah@cowan.name>
2027
2028         * openssl.c (ssl_check_certificate): Only warn about an attack if
2029         the hostname would otherwise have matched. Also some formatting
2030         cleanup.
2031
2032 2009-08-19  Joao Ferreira  <joao@joaoff.com>
2033
2034         * openssl.c (ssl_check_certificate): Detect embedded NUL
2035         characters in the SSL certificate common name.
2036
2037 2009-08-17  Tony Lewis  <tlewis@exelana.com>
2038
2039         * http.c (gethttp): Ensure that we parse Content-Length before we
2040         attempt to refer to its value. Without this fix, NTLM support was
2041         completely buggered. #27192
2042
2043 2009-08-09  Michael Baeuerle  <michael.baeuerle@gmx.net>
2044
2045         * ftp.c: #include <strings.h> for strcasecmp.
2046
2047 2009-07-28  Micah Cowan  <micah@cowan.name>
2048
2049         * main.c (option_data): Rename --html-extension to
2050         --adjust-extension.
2051         (print_help): Ditto.
2052
2053         * options.h (struct option): Rename html_extension to
2054         adjust_extension.
2055         * http.c (gethttp): Ditto.
2056         * convert.c (local_quote_string): Ditto.
2057
2058         * init.c (commands): Add "adjustextension", and reflect rename
2059         change for opt.adjust_extension, for both "adjustextension" and
2060         "htmlextension".
2061
2062 2009-07-27  Micah Cowan  <micah@cowan.name>
2063
2064         * options.h (struct options): Added restrict_files_nonascii
2065         boolean field.
2066
2067         * url.c (FILE_CHAR_TEST): Add check for chars outside the ASCII
2068         range.
2069
2070         * init.c (defaults): Add restrict_files_nonascii to initialization.
2071         (cmd_spec_restrict_file_names): Allow parsing of "ascii" keyword.
2072
2073 2009-07-27  Marcel Telka  <marcel@telka.sk>
2074
2075         * iri.c (do_conversion): Typo: invalide -> invalid
2076
2077 2009-07-27  Petr Pisar  <petr.pisar@atlas.cz>
2078
2079         * main.c (print_help): Fixed a couple typos.
2080
2081 2009-07-26  Micah Cowan  <micah@cowan.name>
2082
2083         * main.c (option_data): Rename --locale option to --local-encoding
2084         (print_help): Document --no-iri, --local-encoding, and
2085         --remote-encoding, within usage message. Remove defunct
2086         --preserve-permissions.
2087
2088 2009-07-23  Micah Cowan  <micah@cowan.name>
2089
2090         * progress.c (get_eta): Change "Translation note" in comment to
2091         "TRANSLATORS", so it actually appears in wget.pot.
2092
2093 2009-07-06  Micah Cowan  <micah@cowan.name>
2094
2095         * main.c (print_help): Improve documentation of --base.
2096
2097 2009-07-05  Micah Cowan  <micah@cowan.name>
2098
2099         * html-url.c (tag_handle_meta): Handle meta name="robots"
2100         properly: deal with whitespace, commas after...
2101
2102         * netrc.c (parse_netrc): Rename local-scope variable "quote" to
2103         "qmark", to avoid conflict with the function name.
2104
2105 2009-07-05  Petr Pisar  <petr.pisar@atlas.cz>
2106
2107         * main.c (print_version): Mark initial line for translation, along
2108         with (env), (user), and (system). Change copyright year to 2009.
2109
2110         * http.c (http_loop): Space after colon.
2111
2112         * gnutls.c (ssl_check_certificate): Use quote function, rather
2113         than explicit quotes.
2114
2115 2009-07-05  Micah Cowan  <micah@cowan.name>
2116
2117         * Makefile.am (version.c): Add dependency on configure.ac.
2118
2119         * iri.c: Mark some strings for translation.
2120
2121 2009-07-04  Steven Schweda  <sms@antinode.info>
2122
2123         * wget.h (ORIG_SFX): Macro added, to supply an alternative "_orig"
2124         suffix on VMS.
2125
2126         * connect.c, host.c, host.h, main.c: Include "vms_ip.h" rather
2127         than <netdb.h> on VMS systems.
2128
2129         * convert.c (write_backup_file): Use "_orig" rather than ".orig"
2130         on VMS.
2131
2132         * ftp-basic.c (ftp_list): Don't use LIST -a on VMS servers.
2133
2134         * ftp.c [__VMS]: Include "vms.h"
2135         * ftp.c (getftp): Disable some unhelpful "for VMS" code. Pass the
2136         OS type to ftp_list.
2137         (getftp) [__VMS]: Alter the filename as required, and invoke fopen
2138         with extra optional arguments.
2139         (ftp_retrieve_list): Set permissions before setting the times.
2140
2141         * ftp-ls.c [__VMS]: Various improvements.
2142
2143         * http.c (SET_USER_AGENT): Added. Include operating-system info in
2144         the User-Agent header.
2145         (gethttp): Use ORIG_SFX macro.
2146         (gethttp) [__VMS]: invoke fopen with extra arguments to
2147         communicate file type.
2148         (http_loop): Add cast to time_t.
2149
2150         * init.c (wgetrc_user_file_name) [__VMS]: Adjustments for where to
2151         find the .wgetrc.
2152
2153         * log.c: Adjustments to improve handling of log files on VMS.
2154
2155         * main.c [__VMS]: Added --ftp-stmlf option (and associated
2156         documentation). Adjust description of backup-suffixes, as they now
2157         differ for VMS.
2158         (print_help, print_version): Include OS type in version
2159         information.
2160         (main) [__VMS]: Invoke fopen with extra options, to specify file
2161         type information.
2162
2163         * netrc.c (search_netrc) [__VMS]: Fix .netrc-finding.
2164
2165         * openssl.c, openssl.h (ssl_connect_wget): Renamed from ssl_connect.
2166
2167         * options.h (struct options): Add ftp_stmlf field.
2168
2169         * retr.c (write_data) [__VMS]: Avoid fflush.
2170
2171         * url.c [__VMS]: Include vms.h.
2172         * url.c (url_file_name) [__VMS]: Handle naming as required for VMS.
2173
2174         * utils.c [__VMS]: Include vms.h. Various added facilities for VMS
2175         needs.
2176
2177 2009-07-04  Micah Cowan  <micah@cowan.name>
2178
2179         * main.c (print_version): Allow localization of the version-info
2180         labels, eschew attempts at alignment (which is complicated when
2181         handling translated strings), and avoid using printf() with
2182         variable-stored format strings that lack conversion
2183         specifications.
2184         (format_and_print_line): For similar reasons, don't calculate
2185         line-continuation tabulation based on the number of bytes in a
2186         string.
2187
2188 2009-07-04  Steven Schubiger  <stsc@member.fsf.org>
2189
2190         * url.c (url_parse): If an URL scheme is invalid, distinguish
2191         between an unsupported or missing scheme.
2192
2193         * url.c: Add a "missing scheme" entry to parse_errors.
2194
2195 2009-07-03  Micah Cowan  <micah@cowan.name>
2196
2197         * iri.h (iri_dup): Provide macro definition for when IRIs are
2198         disabled.
2199
2200         * Makefile.am (LIBS): Added @LIBICONV@.
2201         (wget_SOURCES): Added iri.h.
2202         (EXTRA_wget_SOURCES): Added iri.c, so it gets packaged even if IRI
2203         support was disabled.
2204
2205 2009-07-02  Micah Cowan  <micah@cowan.name>
2206
2207         * recur.c (url_enqueue): Quote enqueue/dequeue debug messages.
2208
2209         * html-url.c (append_url): Change "merge()" quoting style from
2210         locale_quoting_style to escape_quoting_style.
2211
2212 2009-07-01  Micah Cowan  <micah@cowan.name>
2213
2214         * retr.c (retrieve_url): Use the existing "redirect" label,
2215         instead of superfluous "second_try". Removed no-longer-accurate
2216         debug statement. Use the "newloc" parameter to store the fallback
2217         URL, when IRI version was rejected.
2218
2219         * recur.c (retrieve_tree): Always use the parsed URL for tracking
2220         the Referer, since that's the one we actually requested (if
2221         there's a difference in terms of percent-encodings and such).
2222
2223 2009-07-01  Steven Schubiger  <stsc@member.fsf.org>
2224
2225         * Makefile.am: Add a rule to generate build_info.c and list
2226         the build_info.c.in file in EXTRA_DIST. Adjust elsewhere
2227         where needed.
2228
2229         * build_info.c: Remove this static source file.
2230
2231         * build_info.c.in: Data for generation of build_info.c.
2232
2233 2009-06-29  Micah Cowan  <micah@cowan.name>
2234
2235         * html-url.c (append_url): Quote some more arguments that might
2236         contain characters that are inappropriate to display for the
2237         current locale.
2238
2239         * retr.c (retrieve_from_file): Be sure to pass iri information
2240         when parsing an input-fle url, and be sure to hand a clean iri
2241         struct, off to retrieve_tree and retrieve_url.
2242
2243         * iri.c, iri.h (iri_dup): Added.
2244
2245         * retr.c (retrieve_url): Re-parse for IRI fallback.
2246
2247         * main.c (main): Set up iri before the url_parse invocation (so we
2248         can use it).
2249
2250 2009-06-20  Jay Krell  <jay.krell@cornell.edu>
2251
2252         * sysdep.h (_ALL_SOURCE): (small change) Define the _ALL_SOURCE
2253         macro on INTERIX systems. (I switched the location from ftp.c to
2254         sysdep.h --mjc)
2255
2256 2009-06-15  Micah Cowan  <micah@cowan.name>
2257
2258         * ftp.c (getftp): If we can't accept the connection, return
2259         CONERROR, not whatever the contents of err happens to be. Fixes
2260         bug #25015.
2261
2262         * retr.c (fd_read_body): Make both args to progress_create
2263         consistent, resulting in an accurate progress display. Fixes bug
2264         #24948.
2265
2266 2009-06-14  Micah Cowan  <micah@cowan.name>
2267
2268         * Makefile.am (wget_SOURCES): css-tokens.h needs to ship with
2269         dist, too.
2270
2271 2009-06-13  Micah Cowan  <micah@cowan.name>
2272
2273         * init.c: Rename setval_internal_wrapper to setval_internal_tilde,
2274         ensure we don't "replace" the tilde unless it's actually
2275         present. Clean up some minor GNU style issues.
2276
2277 2009-06-13  Julien Pichon  <julienpichon7@gmail.com>
2278
2279         * init.c: Handle tilde-expansion in wgetrc commands, without
2280         resorting to setting/unsetting globals to change behavior in one
2281         call location.
2282
2283 2009-06-12  Micah Cowan  <micah@cowan.name>
2284
2285         * host.c: Include <sys/types.h> before <sys/socket.h>. Not
2286         required by POSIX any more, but some older systems (such as
2287         FreeBSD 4.1) still need it, and it doesn't seem like it could
2288         hurt...
2289
2290         * build_info.c (library): Handle "https" as a feature in its own
2291         right, apart from "gnutls" and "openssl".
2292
2293         * host.c: Declare h_errno if no declaration is provided. Idea
2294         thanks to Maciej W. Rozycki.
2295
2296 2009-06-11  Xin Zou  <zouxin2008@gmail.com>
2297
2298         * http.c (gethttp): Fix some memory leaks.
2299
2300 2009-06-11  Micah Cowan  <micah@cowan.name>
2301
2302         * http.c (http_atotm): Handle potential for setlocale's return
2303         value to be static storage. Thanks to Benjamin Wolsey
2304         <bwy@benjaminwolsey.de>.
2305
2306         * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
2307         systems, too. Thanks to Robert Millan.
2308
2309 2009-05-28  Steven Schubiger  <stsc@member.fsf.org>
2310
2311         * ftp.c (ftp_get_listing): Update the "listing file"
2312         string after calling ftp_loop_internal().
2313
2314 2009-05-27  Steven Schubiger  <stsc@member.fsf.org>
2315
2316         * ftp.c (ftp_get_listing): Duplicate the "listing file"
2317         string to avoid memory corruption when FOPEN_EXCL_ERR is
2318         encountered.
2319
2320 2009-05-17  Steven Schubiger  <stsc@member.fsf.org>
2321
2322         * progress.c (eta_to_human_short): Fix the remaining hours
2323         to be displayed. Spotted by Tadeu Martins (#26411).
2324
2325 2009-04-24  Micah Cowan  <micah@cowan.name>
2326
2327         * hash.c: Change stdint.h inclusion to use HAVE_STDINT_H, not C99
2328         check.
2329
2330         * connect.c: stdint.h inclusion added.
2331
2332         Thanks to Markus Duft <mduft@gentoo.org> for a similar patch.
2333
2334 2009-04-20  Micah Cowan  <micah@cowan.name>
2335
2336         * Makefile.am (version.c): Fix unportable use of "echo -n".
2337
2338 2009-04-13  Steven Schubiger  <stsc@member.fsf.org>
2339
2340         * ftp.c (ftp_retrieve_list): Move the duplicated code that
2341         determines the local file to a function.
2342
2343         * http.c (http_loop): Likewise.
2344
2345         * retr.c (set_local_file): New function.
2346
2347 2009-04-11  Steven Schubiger  <stsc@member.fsf.org>
2348
2349         * init.c (initialize): Run a custom SYSTEM_WGETRC when
2350         provided as an environment variable.
2351
2352 2009-02-27  Gisle Vanem  <gvanem@broadpark.no>
2353
2354         * main.c (main): "freopen (NULL,.." causes an assertion in MSVC
2355         debug-mode.  I.e. NULL isn't legal. But the "CONOUT$" device works
2356         fine.
2357
2358 2009-02-27  Steven Schubiger  <stsc@member.fsf.org>
2359
2360         * ftp.c (ftp_loop_internal): Don't claim for FTP retrievals
2361         when writing to standard output either that the document
2362         has been saved. Addresses bug #20520 again.
2363
2364 2009-02-21  Steven Schubiger  <stsc@member.fsf.org>
2365
2366         * http.c (http_loop): When a document is written to
2367         standard output, don't claim it has been saved to a file.
2368         Addresses bug #20520.
2369
2370 2009-02-18  Steven Schubiger  <stsc@members.fsf.org>
2371
2372         * recur.h: Remove the dangling declaration for recursive_cleanup().
2373
2374 2009-02-01  Gerardo E. Gidoni  <gerel@gnu.org>
2375
2376         * main.c, recur.c, recur.h, res.c, retr.c, retr.h: restructured code to
2377         avoid multiple 'url_parse' calls.
2378
2379 2008-11-13  Micah Cowan  <micah@cowan.name>
2380
2381         * http.c (gethttp): Don't do anything when content-length >= our
2382         requested range.
2383
2384 2008-11-27  Saint Xavier  <wget@sxav.eu>
2385
2386         * http.c (gethttp): Move authentication code before filename
2387         allocation avoiding fallbacking on default filename because
2388         "Content-Disposition" header wasn't present before authentcation
2389         has been completed. Fixes bug #24862.
2390
2391 2008-11-16  Steven Schubiger  <stsc@members.fsf.org>
2392
2393         * main.c: Declare and initialize the numurls counter.
2394
2395         * ftp.c, http.c: Make the counter visible here and use it.
2396
2397         * options.h: Remove old declaration from options struct.
2398
2399 2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
2400
2401         * init.c (defaults): Set default waitretry value.
2402
2403 2008-11-14  Steven Schubiger  <stsc@members.fsf.org>
2404
2405         * main.c (format_and_print_line): Use a custom format
2406         string for printing leading spaces.
2407
2408 2008-11-12  Micah Cowan  <micah@cowan.name>
2409
2410         * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.
2411
2412 2008-11-12  Alexander Belopolsky  <alexander.belopolsky@gmail.com>
2413
2414         * url.c, url.h (url_escape_unsafe_and_reserved): Added.
2415
2416         * ftp-ls.c (ftp_index): URL-escape, rather than HTML-escape, the
2417         filename appearing in the link.
2418
2419 2008-11-12  Steven Schubiger  <stsc@members.fsf.org>
2420
2421         * main.c (print_version): Hand the relevant
2422         xstrdup/xfree calls back to format_and_print_line().
2423
2424 2008-11-11  Steven Schubiger  <stsc@members.fsf.org>
2425
2426         * main.c (format_and_print_line): Move both the memory
2427         allocating and freeing bits upwards to print_version().
2428
2429 2008-11-10  Saint Xavier  <wget@sxav.eu>
2430
2431         * http.c: Make --auth-no-challenge works with user:pass@ in URLs.
2432
2433 2008-11-05  Micah Cowan  <micah@cowan.name>
2434
2435         * ftp.c (print_length): Should print humanized "size remaining"
2436         only when it's at least 1k.
2437
2438 2008-10-31  Micah Cowan  <micah@cowan.name>
2439
2440         * main.c (print_version): Add information about the mailing list.
2441
2442 2008-10-31  Alexander Drozdov  <dzal_mail@mtu-net.ru>
2443
2444         * retr.c (fd_read_hunk): Make assert deal with maxsize == 0.
2445
2446         * ftp-ls.c (clean_line): Prevent underflow on empty lines.
2447
2448 2008-10-26  Gisle Vanem  <gvanem@broadpark.no>
2449
2450         * main.c (format_and_print_line): Put variables on top of
2451         blocks (not all compilers are C99). Add an extra '\n' if
2452         SYSTEM_WGETRC isn't defined and printed.
2453
2454 2008-09-09  Gisle Vanem  <gvanem@broadpark.no>
2455
2456         * url.c (url_error): Use aprintf, not asprintf.
2457
2458 2008-09-09  Micah Cowan  <micah@cowan.name>
2459
2460         * init.c (home_dir): Save the calculated value for home,
2461         to avoid duplicated work on repeated calls.
2462         (wgetrc_file_name) [WINDOWS]: Define and initialize home var.
2463
2464         * build_info.c, main.c: Remove unnecessary extern vars
2465         system_wgetrc and locale_dir.
2466
2467         * main.c: Define program_name for lib/error.c.
2468
2469 2008-09-02  Gisle Vanem  <gvanem@broadpark.no>
2470
2471         * mswindows.h: Must ensure <stdio.h> is included before
2472         we redefine ?vsnprintf().
2473
2474 2008-08-08  Steven Schubiger  <stsc@members.fsf.org>
2475
2476         * main.c, utils.h: Removed some dead conditional DEBUG_MALLOC code.
2477
2478 2008-08-03  Micah Cowan  <micah@cowan.name>
2479
2480         * main.c (print_help): Added --default-page.
2481
2482 2008-08-01  Joao Ferreira  <joao@joaoff.com>
2483
2484         * init.c, main.c, options.h, url.c: Added option --default-page
2485         to support alternative default names for index.html
2486
2487 2008-08-03  Micah Cowan  <micah@cowan.name>
2488
2489         * build_info.c, css-url.c: #include wget.h, not config.h.
2490
2491 2008-08-03  Steven Schubiger  <stsc@members.fsf.org>
2492
2493         * url.c, url.h (url_error): Better messages for unsupported
2494         schemes, especially https.
2495
2496         * html-url.c, recur.c, retr.c: Adjust to new url_error
2497         invocation, and free result.
2498
2499 2008-07-17  Steven Schubiger  <stsc@members.fsf.org>
2500
2501         * retr.c (retrieve_from_file): When given an URL as input file,
2502         use it as baseref if none was specified and treat the input file
2503         as HTML if its content type is text/html.
2504
2505         * init.c (cleanup): Free the memory associated with the base
2506         option (when DEBUG_MALLOC is defined).
2507
2508 2008-07-02  Xavier Saint  <wget@sxav.eu>
2509
2510         * iri.c, iri.h  : New function idn_decode() to decode ASCII
2511         encoded hostname to the locale.
2512
2513         * host.c : Show hostname to be resolved both in locale and
2514         ASCII encoded.
2515
2516 2008-06-28  Steven Schubiger  <stsc@members.fsf.org>
2517
2518         * retr.c (retrieve_from_file): Allow for reading the links from
2519         an external file (HTTP/FTP).
2520
2521 2008-06-26  Xavier Saint  <wget@sxav.eu>
2522
2523         * iri.c, iri.h : New functions locale_to_utf8() and
2524         idn_encode() adding basic capabilities of IRI/IDN.
2525
2526         * url.c : Convert URLs from locale to UTF-8 allowing a basic
2527         support of IRI/IDN
2528
2529 2008-06-25  Steven Schubiger  <stsc@members.fsf.org>
2530
2531         * ftp.c (getftp): When spidering a FTP URL, emit a diagnostic
2532         message if the remote file exists.
2533
2534 2008-06-24  Steven Schubiger  <stsc@members.fsf.org>
2535
2536         * http.c (http_loop): Replace escnonprint() occurence with
2537         a quotearg_style() call.
2538
2539 2008-06-24  Micah Cowan  <micah@cowan.name>
2540
2541         * ftp-ls.c (ftp_index): Don't assume time_t* is compatible with
2542         long*. Fixes crash on Windows, and probably other systems.
2543
2544 2008-06-22  Steven Schubiger  <stsc@members.fsf.org>
2545
2546         * http.c: Explicitly initialize and deallocate the message
2547         string used by the -nv --spider functionality.
2548
2549 2008-06-22  Steven Schubiger  <schubiger@gmail.com>
2550
2551         * http.c: Make -nv --spider include the file's name when it
2552         exists.
2553
2554 2008-06-22  Micah Cowan  <micah@cowan.name>
2555
2556         * Makefile.am (version.c): Fixed version string invocation so it
2557         once again can't result in unterminated strings, made all the
2558         string vars pointers-to-const, and moved line lengths
2559         below 80 (in Makefile.am, not in version.c).
2560
2561 2008-06-19  Xavier Saint  <wget@sxav.eu>
2562
2563         * iri.c, iri.h : New function check_encoding_name() as
2564         a preliminary encoding name check.
2565
2566         * main.c, iri.c : Make use of check_encoding_name().
2567
2568 2008-06-19  Xavier Saint  <wget@sxav.eu>
2569
2570         * iri.c : Include missing stringprep.h file and add a
2571         cast.
2572
2573         * init.c : set a default initial value for opt.enable_iri,
2574         opt.locale and opt.encoding_remote.
2575
2576 2008-06-19  Xavier Saint  <wget@sxav.eu>
2577
2578         * iri.c, iri.h : Add a new function find_locale() to find
2579         out the local system encoding.
2580
2581         * main.c : Make use of find_locale().
2582
2583 2008-06-19  Xavier Saint  <wget@sxav.eu>
2584
2585         * html-url.c : Add "content-type" meta tag parsing for
2586         retrieving page encoding.
2587
2588         * iri.h : Make no-op version of parse_charset() return
2589         NULL.
2590
2591 2008-06-16  Micah Cowan  <micah@cowan.name>
2592
2593         * http.c (http_loop): When hstat.len is higher than the
2594         successfully completed content's length, but it's because we
2595         _set_ it that way, don't abort.
2596
2597 2008-06-14  Xavier Saint  <wget@sxav.eu>
2598
2599         * iri.c, iri.h : New files.
2600
2601         * Makefile.am : Add files iri.h and conditional iri.c.
2602
2603         * build_info.c : Add compiled feature "iri".
2604
2605         * http.c : include iri.h and parse charset from Content-Type
2606         header.
2607
2608         * init.c, main.c, options.h : if an options isn't supported
2609         at compiled time, don't get rid off it and show a dummy
2610         message instead if they are used.
2611
2612 2008-06-13  Micah Cowan  <micah@cowan.name>
2613
2614         * build_info.c: ENABLE_NTLM, not HAVE_NTLM; distinguish OpenSSL
2615         from "ssl".
2616
2617 2008-06-13  Madhusudan Hosaagrahara <com.gmail.hrmadhu>
2618
2619         * Makefile.am, main.c, init.c, init.h, build_info.c: Adds build
2620         information to the --version command line option. Fixes bug
2621         #20636.
2622
2623 2008-06-01  Micah Cowan  <micah@cowan.name>
2624
2625         * main.c [WINDOWS]: Reopen stdout in binary mode, when -O - is
2626         given.
2627
2628 2008-05-31 Micah Cowan  <micah@cowan.name>
2629
2630         * html-url.c, http.c: Avoid casts in a couple spots.
2631
2632 2008-05-30 Henri Häkkinen  <henux@users.sourceforge.net>
2633
2634         * cookies.c, ftp-basic.c, hash.c, html-url.c, http-ntlm.c, http.c,
2635         init.c, log.c, main.c, progress.c, ptimer.c, spider.c, url.c,
2636         utils.c: Minor changes to silence warnings when using -Wall.
2637
2638 2008-05-26  Steven Schubiger  <schubiger@gmail.com>
2639
2640         * ftp.c (getftp): Replace last remaining invocation of escnonprint
2641         with gnulib quote.
2642
2643 2008-05-19  Micah Cowan  <micah@cowan.name>
2644
2645         * main.c (main): Password prompt should be done only once (not
2646         once per argument), and should be done prior to the background
2647         fork.
2648
2649 2008-05-17  Steven Schubiger  <schubiger@gmail.com>
2650
2651         * init.c (defaults): Set the preferred IP family to `none' by
2652         default.
2653
2654 2008-05-17  Kenny Parnell  <k.parnell@gmail.com>
2655
2656         (cmd_spec_prefer_family): Initialize prefer_family to prefer_none.
2657
2658 2008-05-17  Micah Cowan  <micah@cowan.name>
2659
2660         * main.c (main): Handle Ctrl-D on command-line.
2661
2662 2008-05-15  Steven Schubiger  <schubiger@gmail.com>
2663
2664         * ftp.c (getftp): Verify that the file actually exists in FTP, by
2665         checking it against the listing.
2666
2667 2008-05-15  Micah Cowan  <micah@cowan.name>
2668
2669         * main.c (prompt_for_password): Use the quote module.
2670
2671 2008-05-14  Micah Cowan  <micah@cowan.name>
2672
2673         * ftp.c (ftp_retrieve_list): Symlinks and other filenames
2674         should be fully quoted.
2675
2676 2008-05-12  Micah Cowan  <micah@cowan.name>
2677
2678         * main.c (main): Downgrade "-N with -O" to a warning, and switch
2679         it off to avoid confusing messages.
2680
2681 2008-04-30  Micah Cowan  <micah@cowan.name>
2682
2683         * progress.c (create_image): Fix glitch where too many spaces are
2684         printed on lines that don't display the ETA, in multibyte
2685         locales.
2686
2687 2008-04-30  Steven Schubiger  <stsc@members.fsf.org>
2688
2689         * main.c (main): New code that handles prompting for passwords
2690         when specified explicitly via command-line option (using gnulib's
2691         getpass-gnu module).
2692         (main): Include the getpass header.
2693
2694         * init.c: Add "ask-password" to the list of recognized commands.
2695
2696         * options.h: Add an according boolean member to the options
2697         struct.
2698
2699         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE
2700         out, because they're now defined independently by config.h.
2701
2702 2008-04-27  Rabin Vincent  <rabin@rab.in>
2703
2704         * http.c (http_loop): Fix return for the case where we don't
2705         download a file because of -nc.
2706
2707 2008-04-27  Micah Cowan  <micah@cowan.name>
2708
2709         * url.c (path_simplify): Go back to allowing leading ".." in
2710         paths, but only for FTP URLs.
2711         (test_path_simplify): Add scheme-specificness to tests, adapt for
2712         mu_run_test.
2713
2714         * test.c (all_tests): Add test_path_simplify.
2715
2716         * main.c (main): Downgrade -r, -p with -O to a warning rather than
2717         an error; elaborate just a bit more for other -O combination
2718         cases.
2719
2720 2008-04-26  Micah Cowan  <micah@cowan.name>
2721
2722         * http.c (gethttp): Move proxy CONNECT handling to below the
2723         retry_with_auth label, to deal with properly reconnecting to
2724         proxies when we need to authenticate.
2725
2726 2008-04-25  Micah Cowan  <micah@cowan.name>
2727
2728         * Makefile.am: -I foo -> -Ifoo.
2729
2730 2008-04-24  Micah Cowan  <micah@cowan.name>
2731
2732         * main.c: Revised usage description of --convert-links to apply
2733         to CSS as well as to HTML.
2734
2735 2008-04-23  Micah Cowan  <micah@cowan.name>
2736
2737         * utils.c (test_dir_matches_p): Added a test for the case
2738         described in issue #20518.
2739
2740 2008-04-22  Micah Cowan  <micah@cowan.name>
2741
2742         * Makefile.am, css.lex, css.l: Renamed css.lex to css.l.
2743         * recur.c (retrieve_tree): Fix typo to allow text/css files to
2744         be parsed.
2745
2746 2008-04-22  Ted Mielczarek  <ted.mielczarek@gmail.com>
2747
2748         * css.lex, css-url.c, css-url.h: Added to implement support for
2749         parsing CSS in Wget.
2750         * convert.c: Convert links in CSS files, too.
2751         * convert.h (convert_options): Added for options link_css_p,
2752         link_expect_css.
2753         * convert.h: Added prototype for new register_css function.
2754         * html-parse.c: Added support for parsing element content, in
2755         addition to tag starts and ends.
2756         * html-parse.h (taginfo): Added delimiter fields for element
2757         content.
2758         * html-url.h: Added.
2759         * html-url.c (append_url): No longer internal-linkage only. Now
2760         takes position and size as explicit parameters.
2761         * html-url.c: Use new html-url.h header, add support for
2762         handling of "style" HTML attributes. Mark URIs obtained from
2763         link tags with rel="stylesheet" with link_expect_css. Adapt
2764         uses of append_url to supply the newly-added parameters for
2765         position and size.
2766         * http.c: Add detection for when the content-type is text/css;
2767         and ensure that such files have the ".css" filename extension,
2768         when --convert-links is active.
2769         * recur.h: Remove declarations for functions found in
2770         html-url.c (moved to html-url.h).
2771         * recur.c: Add support for culling links from CSS files, too,
2772         and tracking for when we're expecting the file to be CSS (even
2773         when its content type isn't text/css).
2774         * retr.c (retrieve_url): Add registration of CSS files.
2775         * wget.h: Added TEXTCSS to dt flags enum.
2776         * Makefile.am: Added css.lex, css-url.c, css-url.h, html-url.h
2777         to wget_SOURCES.
2778
2779 2008-04-22  Jim Paris  <jim@jtan.com>
2780
2781         * openssl.c (ssl_init): Enable combined certificate/key in
2782         single file (apparent regression from ~1.9). Resolves issue
2783         #22767.
2784
2785 2008-04-22  Steven Schubiger  <schubiger@gmail.com>
2786
2787         * http.c (print_response_line): Changed to make responses always
2788         be logged, even in --quiet mode, if --server-response was
2789         specified. This is to bring http.c's handling of the situation
2790         in line with ftp.c's.
2791
2792 2008-04-22  Pranab Shenoy  <pranab.loosinit.shenoy@gmail.com>
2793
2794         * init.c: Added test_commands_sorted unit test to check is
2795         commands are sorted.  Fixes bug #21245.
2796
2797         * test.c: Added test_commands_sorted to the test suite.
2798
2799 2008-04-22  Rabin Vincent  <rabin@rab.in>
2800
2801         * ftp.c (ftp_get_listing): Only remove .listing if it has been
2802         created.
2803
2804 2008-04-22  Alain Guibert  <alguibert+bts@free.fr>
2805
2806         * test.h (mu_run_test): Move declaration before statements, for
2807         C90 conformance. Fixes bug #22789.
2808
2809 2008-04-22  Mike Frysinger  <vapier@gentoo.org>
2810
2811         * Makefile.am: Move @LIBS@ after other libraries, for better
2812         static-linking support. Fixes bug #22143.
2813
2814 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
2815
2816         * ftp.c: Use Gnulib's quote function for printing filenames and
2817         such.
2818         * connect.c: Likewise.
2819         * convert.c: Likewise.
2820         * cookies.c: Likewise.
2821         * ftp-opie.c: Likewise.
2822         * gnutls.c: Likewise.
2823         * init.c: Likewise.
2824         * log.c: Likewise.
2825         * mswindows.c: Likewise.
2826         * openssl.c: Likewise.
2827         * progress.c: Likewise.
2828         * recur.c: Likewise.
2829         * res.c: Likewise.
2830         * utils.c: Likewise.
2831
2832 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
2833
2834         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE
2835         out, because they're now defined independently by config.h.
2836
2837 2008-04-14  Steven Schubiger  <schubiger@gmail.com>
2838
2839         * http.c: Use Gnulib's quote function for printing filenames and
2840         such.
2841         * wget.h: #include "quote.h".
2842
2843 2008-04-12  Rabin Vincent  <rabin@rab.in>
2844
2845         * mswindows.c (fake_fork_child): Don't create a logfile for
2846         --background when --quiet is used, but not --server-response.
2847         Fixes bug #20917.
2848
2849         * utils.c (fork_to_background): Likewise.
2850
2851 2008-04-12  Micah Cowan  <micah@cowan.name>
2852
2853         * utils.c (aprintf): Minor formatting changes to Alex's code (80-
2854         column limit, concatenated string literals, avoiding nesting
2855         levels), and removed invocation of free (since we're aborting
2856         anyway).
2857
2858 2008-04-11  Alexander Dergachev  <cy6erbr4in@gmail.com>
2859
2860         * utils.c (aprintf): Now we are setting limits (1 Mb) for text
2861         buffer when we use non-C99 vsnprintf.
2862
2863 2008-04-11  Micah Cowan  <micah@cowan.name>
2864
2865         * ftp.c (getftp, ftp_loop_internal): Don't append to an existing
2866         .listing when --continue is used.  Fixes bug #22825. Thanks to
2867         Rabin Vincent <rabin@rab.in> for pointing the way with a
2868         suggested fix!
2869
2870 2008-04-10  Alexander Dergachev  <cy6erbr4in@gmail.com>
2871
2872         * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an
2873         "unknown" value for the attempted allocation size.
2874         * utils.c (aprintf): Now calls memfatal, instead of aborting.
2875
2876 2008-03-19  Micah Cowan  <micah@cowan.name>
2877
2878         * utils.c (test_dir_matches_p): More tests related for
2879         dir_matches_p.
2880
2881 2008-03-17  Micah Cowan  <micah@cowan.name>
2882
2883         * connect.c: Include sys/time.h to support use of the select
2884         function on older systems.
2885
2886 2008-02-11  Benno Schulenberg  <bensberg@justemail.net>
2887
2888         * http.c: More accurate and descriptive messages for when a file
2889         won't be retrieved during spider-mode.
2890
2891 2008-02-10  Micah Cowan  <micah@cowan.name>
2892
2893         * http.c: Added existence_checked member to the http_stat
2894         struct.
2895         (gethttp): Mark hs->existence_checked when we've checked whether
2896         a file-to-download exists; so we don't check it again if the
2897         connection gets lost (and potentially pick a new "unique" name).
2898         This fixes bug 22251.
2899         * progress.c (create_image): Add space for an extra column in
2900         the "eta" portion of the progress bar image; to deal with
2901         too-long Czech translation.
2902         * main.c, http.c, init.c: Added --auth-no-challenge option, to
2903         bring back 1.10.2 unsafe auth behavior when needed. This fixes
2904         bug #22242.
2905
2906 2008-02-07  Micah Cowan  <micah@cowan.name>
2907
2908         * progress.c (create_image): Remove assertion on exceeding
2909         screen width, which given the less-than-robust code there, can
2910         be broken by a number of factors (such as large file downloads).
2911
2912 2008-02-06  Micah Cowan  <micah@cowan.name>
2913
2914         * progress.c (countcols): Use strlen() when mbtowc or wcwidth
2915         not available (or not using NLS).
2916         * utils.c: Ensure we use single-byte separators when not doing
2917         NLS progress-bars.
2918         * wget.h: Determine whether to use NLS for progress-bars, based
2919         on whether wcwidth and mbtowc are available.
2920
2921 2008-02-03  Micah Cowan  <micah@cowan.name>
2922
2923         * progress.c (create_image): Use number of characters/columns
2924         consumed, rather than number of bytes, to determine how much of
2925         a line we've used. Fixes assertion errors and field alignment
2926         bugs (#22161, #20481)
2927         (get_eta, count_cols): Added to support the changes for
2928         create_image.
2929         * http.c (http_loop): Put no-clobber logic back into http_loop,
2930         before starting to fetch, for when we're not doing
2931         content-disposition.
2932
2933 2008-01-31  Micah Cowan  <micah@cowan.name>
2934
2935         * http.c (gethttp): Don't derive hs->contlen from possibly
2936         invalid/missing Content-Length; instead, get the appropriate
2937         value from the Content-Range header values.
2938         (parse_content_range): Handle '*' instance-length field.
2939
2940 2008-01-25  Micah Cowan  <micah@cowan.name>
2941
2942         * main.c: Added notes to translators regarding (C), diacritics
2943         in names.
2944         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
2945         cookies.c, cookies.h, ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c,
2946         ftp.h, gen-md5.c, gen-md5.h, gnutls.c, hash.c, hash.h, host.c,
2947         host.h, html-parse.c, html-parse.h, html-url.c, http-ntlm.c,
2948         http-ntlm.h, http.c, http.h, init.c, init.h, log.c, log.h,
2949         main.c, mswindows.c, mswindows.h, netrc.c, netrc.h, openssl.c,
2950         options.h, progress.c, progress.h, ptimer.c, ptimer.h, recur.c,
2951         recur.h, res.c, res.h, retr.c, retr.h, spider.c, spider.h,
2952         ssl.h, sysdep.h, test.c, test.h, url.c, url.h, utils.c,
2953         utils.h, wget.h, xmalloc.c, xmalloc.h: Updated copyright year.
2954
2955 2007-12-10  Micah Cowan  <micah@cowan.name>
2956
2957         * main.c: The option is --content-disposition, not
2958         --no-content-disposition (at the moment).
2959
2960 2007-12-08  Hrvoje Niksic  <hniksic@xemacs.org>
2961
2962         * ftp.c (ftp_retrieve_glob): Print both arguments of fnmatch in
2963         fnmatch error message.
2964         (ftp_retrieve_glob): Don't match with fnmatch if we're only
2965         supposed to get one file.
2966
2967 2007-12-07  Micah Cowan  <micah@cowan.name>
2968
2969         * Makefile.am: Plug in vars to include stuff from
2970         $(top_srcdir)/md5 when appropriate.
2971
2972 2007-12-05  Micah Cowan  <micah@cowan.name>
2973
2974         * utils.c (subdir_p): Handle the case where d1 is "".
2975         * convert.c (convert_all_links): Don't return without
2976         deallocating timer.
2977
2978 2007-11-28  Micah Cowan  <micah@cowan.name>
2979
2980         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
2981         convert.h, cookies.c, cookies.h, ftp-basic.c, ftp-ls.c,
2982         ftp-opie.c, ftp.c, ftp.h, gen-md5.c, gen-md5.h, gnutls.c,
2983         hash.c, hash.h, host.c, host.h, html-parse.c, html-parse.h,
2984         html-url.c, http-ntlm.c, http-ntlm.h, http.c, http.h, init.c,
2985         init.h, log.c, log.h, main.c, mswindows.c, mswindows.h,
2986         netrc.c, netrc.h, openssl.c, options.h, progress.c, progress.h,
2987         ptimer.c, ptimer.h, recur.c, recur.h, res.c, res.h, retr.c,
2988         retr.h, safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h,
2989         sysdep.h, test.c, test.h, url.c, url.h, utils.c, utils.h,
2990         wget.h, xmalloc.c, xmalloc.h: Updated license exception for
2991         OpenSSL, per the SFLC.
2992
2993 2007-10-30  Micah Cowan  <micah@cowan.name>
2994
2995         * main.c (main): Declare argv parameter as char **argv, rather
2996         than char *const *argv. This fixes usage of getopt_long,
2997         regardless of whether getopt_long has a constified argv or not.
2998
2999 2007-10-22  Gisle Vanem  <gvanem@broadpark.no>
3000
3001         * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h
3002         inclusion.
3003
3004 2007-10-18  Steven Schweda  <sms@antinode.org>
3005
3006         * sysdep.h: #include <stdint.h> as well as <inttypes.h>, to work
3007         around a glitch on Tru64 systems.
3008
3009 2007-10-18  Micah Cowan  <micah@cowan.name>
3010
3011         * Makefile.am: version.c should not be distributed. Removed
3012         config-post.h. Add version.c dependency and gnulib include path
3013         for libunittest.a.
3014         * sysdep.h: Got contents of config-post.h
3015         * config-post.h: Removed.
3016         * wget.h: #include "config.h".
3017         * alloca.c, cmpt.c, connect.c, convert.c, cookies.c,
3018         ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c, gen-md5.c, gnutls.c,
3019         hash.c, host.c, html-parse.c, html-url.c, http-ntlm.c, http.c,
3020         init.c, log.c, main.c, mswindows.c, netrc.c, openssl.c,
3021         progress.c, ptimer.c, recur.c, res.c, retr.c, spider.c, url.c,
3022         utils.c, xmalloc.c: Use wget.h at very top, and instead of
3023         config.h.
3024
3025 2007-10-15  Micah Cowan  <micah@cowan.name>
3026
3027         * Makefile.am: Remove intermediary hg-id file generation, make
3028         version.c-generation more portable.
3029
3030 2007-10-14  Micah Cowan  <micah@cowan.name>
3031
3032         * cmpt.c, cookies.c, ftp-basic.c, ftp-ls.c, ftp.c, hash.c,
3033         host.c, html-parse.c, html-url.c, http-ntlm.c, http.c, init.c,
3034         log.c, main.c, netrc.c, openssl.c, res.c, url.c, utils.c,
3035         wget.h: Replace uses of ISSPACE, etc with c_isspace, etc.
3036         * gnu-md5.c, gnu-md5.h: Removed, in deference to gnulib.
3037         * Makefile.am: Removed gnu-md5.h from wget_SOURCES.
3038         * gen-md5.c: Changed #inclusion of gnu-md5.h to md5.h (gnulib's).
3039         * recur.c (download_child_p): Print error if unlink of
3040         robots.txt fails.
3041         * main.c (main): --spider or --delete-after now implies
3042         --no-directories (thanks, Josh Williams).
3043
3044 2007-10-14  Joshua David Williams  <yurimxpxman@gmail.com>
3045
3046         * recur.c (download_child_p): Remove robots.txt if
3047         --delete-after or --spider is on.
3048
3049 2007-10-13  Micah Cowan  <micah@cowan.name>
3050
3051         * Makefile.am: Make version.c depend on Wget dependencies (source
3052         files, plus such things as LIBOBJS so we get things like
3053         http-ntlm.c). Removed getopt.[ch], as we're now using gnulib for
3054         these.
3055
3056 2007-10-10  Micah Cowan  <micah@cowan.name>
3057
3058         * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
3059         hoping it'll be included by accident in openssl/des.h.
3060
3061 2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
3062
3063         * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
3064         needed.  Hence simply the prototype. Free 'exec_name' at exit.
3065
3066 2007-10-09  Micah Cowan  <micah@cowan.name>
3067
3068         * gettext.h: Imported from /usr/share/gettext, fuller handling
3069         of --disable-nls.
3070         * wget.h: Remove logic for handling lack of NLS (now in
3071         gettext.h).
3072         * main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS.
3073         * Makefile.am: added @LIBINTL@ to LIBS (though it probably
3074         belongs in LDADD, along with everything else currently assigned
3075         to LIBS).
3076
3077 2007-10-08  Micah Cowan  <micah@cowan.name>
3078
3079         * http.c (http_loop): Add send_head_first conditional back
3080         around code that needs it, but not around the last-modified
3081         header-parsing stuff this time. Removed no-longer-useful (was it
3082         ever?) restart_loop boolean, continuing unconditionally at end
3083         of send_head_first conditional block (if we haven't jumped out).
3084
3085 2007-10-04  Micah Cowan  <micah@cowan.name>
3086
3087         * http.c (http_loop): We've got_name if content_disposition
3088         support isn't on; make sure we continue properly in that case,
3089         even though we're not sending HEAD.
3090         * Makefile.in: Removed, replaced by Makefile.am.
3091         * Makefile.am: Converted from Makefile.in.
3092
3093 2007-10-02  Gisle Vanem  <gvanem@broadpark.no>
3094
3095         * ftp.c: Use "_listing" for MSDOS (".listing" is illegal).
3096
3097         * url.c: Update comment for 'filechr_not_windows'.
3098
3099         * utils.c: Include <process.h> for 'getpid()' on Watcom.
3100
3101 2007-10-02  Micah Cowan  <micah@cowan.name>
3102
3103         * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main
3104         (main): Use datetime_str instead of time_str, for those who have
3105         potentially long-running sessions. Based on suggestions by Saso
3106         Tomat <miskox@hotmail.com> and Steven M. Schweda
3107         <sms@antinode.org>.
3108         * http.c (gethttp): Warn about host lookup failures. Adjusted
3109         from Stephen Gildea's patch.
3110
3111 2007-10-02  Stephen Gildea  <stepheng+wget@gildea.com>
3112
3113         * connect.c (connect_to_host): Warn about host lookup failures.
3114
3115 2007-09-25  Micah Cowan  <micah@cowan.name>
3116
3117         * Makefile.in: Use EXEEXT instead of exeext.
3118
3119 2007-09-24  Gisle Vanem  <giva@bgnett.no>
3120
3121         * connect.c, init.c, main.c, openssl.c, options.h, sysdep.h,
3122         url.c, utils.c: Added support for building on MS-DOS.
3123
3124 2007-09-24  Jochen Roderburg  <roderburg@uni-koeln.de>
3125
3126         * http.c (http_zero): Remove no-longer-used local_size variable.
3127         Fixes bug #21057.
3128
3129 2007-09-12  Micah Cowan  <micah@cowan.name>
3130
3131         * http.c (http_loop): Remove send_head_first from condition for
3132         parsing timestamp.
3133
3134 2007-08-29  Micah Cowan  <micah@cowan.name>
3135
3136         * openssl.c (ssl_init): Re un-const-ified the meth local
3137         variable, to match current versions of openssl.
3138         * spider.c: Removed visited_url function, as it may be very
3139         inefficient.
3140         (print_broken_links): Removed traversal of referrers, until such
3141         time as a more efficient implementation can be written.
3142         * spider.h: Replaced declaration of visited_url with an
3143         empty-bodied, function-like macro.
3144
3145 2007-08-27  Gisle Vanem  <giva@bgnett.no>
3146
3147         * mswindows.c (run_with_timeout): Ensure that the correct
3148         conversion specification is used for the return result of
3149         the GetLastError function.
3150         * getopt.c: Fix missing (but, accidentally, legal) comment
3151         delimiter after licensing text.
3152         * recur.c (retrieve_tree): Inserted missing cast for strip_auth.
3153         Includes adjustment by Ralf Wildenhues.
3154         * openssl.c (ssl_init): const-ified the meth local variable.
3155         * main.c: Include all the static function definitions in the
3156         "#ifndef TESTING" clause, leaving just the definitions for
3157         exec_name (not set), and opt.
3158         * utils.c (run_with_timeout): Now returns bool, to align with
3159         declaration in utils.h.
3160
3161 2007-08-27  Micah Cowan  <micah@cowan.name>
3162
3163         * wget.h: Added macro replacement for ngettext, for environs
3164         that lack NLS.
3165
3166 2007-08-26  Micah Cowan  <micah@cowan.name>
3167
3168         * spider.c (print_broken_links): Fixed incorrect plurals msgid
3169         usage, switched to use ngettext function.
3170
3171 2007-08-24  Micah Cowan  <micah@cowan.name>
3172
3173         * http.c (http_loop): Introduced time_came_from_head boolean
3174         flag, to help avoid parsing the same Last-Modified header twice.
3175         Replaced spidering returns of RETRUNNEEDED for some situations,
3176         to RETROK, as otherwise it will be interpreted as an error.
3177         RETRUNNEEDED appears never to be referenced outside of
3178         http.c (and wget.h), and, when returned by gethttp, is
3179         translated by http_loop to RETROK.
3180         * url.c (are_urls_equal): Don't call getchar_from_escaped_string
3181         if u2 is shorter than u1.
3182         (getchar_from_escaped_string): Don't decode reserved characters.
3183         Handle illegally appearing '%'s as literal '%'s. Ensure hex
3184         digits before attempting to decode.
3185         (test_are_urls_equal): Added tests to handle u2 shorter than u1,
3186         and %2f not treated the same as /.
3187         * spider.c (in_url_list_p): Don't call are_urls_equal if one of
3188         them is NULL.
3189
3190 2007-08-23  Joshua David Williams  <yurimxpxman@gmail.com>
3191
3192         * spider.c (in_url_list_p): Removed the bool verbose argument
3193
3194 2007-08-22  Mauro Tortonesi  <mauro@ferrara.linux.it>
3195
3196         * http.c (http_loop): Fall back to GET if HEAD fails with a 500 or 501
3197         error code.
3198
3199 2007-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
3200
3201         * http.c (http_loop): Send preliminary HEAD request if -N is given and
3202         the destination file exists already.
3203
3204 2007-08-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
3205
3206         * http.c (http_loop): Fixed HTTP HEAD requests logic when --spider is
3207         given.
3208
3209 2007-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3210
3211         * url.c (append_uri_pathel): Do not assume dest string to be
3212         zero-terminated.
3213         (test_append_uri_pathel): Terminate string to fix test failure.
3214
3215 2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3216
3217         * url.c (url_string): Use comparison, not assignment, in
3218         check for auth_mode == URL_AUTH_HIDE_PASSWD.
3219
3220 2007-08-09  Micah Cowan  <micah@cowan.name>
3221
3222         * http.c (http_loop): If we got a HEAD and then a GET, and the
3223         GET had a timestamp, use that one, not any we may have gotten
3224         from the HEAD.
3225
3226 2007-08-08  Micah Cowan  <micah@cowan.name>
3227
3228         * init.c (defaults): Content disposition will not be default,
3229         since it currently results in extra round-trips.
3230
3231 2007-07-31  Micah Cowan  <micah@cowan.name>
3232
3233         * http.c (gethttp): Set contlen = -1 when we encounter a
3234         negative-valued Content-Length header, so we don't consider it
3235         an internal error later on and call abort().
3236
3237 2007-07-29  Micah Cowan  <micah@cowan.name>
3238
3239         * url.h, url.c (url_string): Replaced bool arg of the url_string
3240         function with enum url_auth_mode, with added option to
3241         completely remove user/pass auth information.
3242         * http.c, ftp.c, url.c, recur.c: Adapted call to url_string
3243         function to fit new usage.
3244         * recur.c (retrieve_tree): Remove auth info from Referer header.
3245
3246 2007-07-28  Micah Cowan  <micah@cowan.name>
3247
3248         * options.h, init.c, retr.c, main.c: renamed opt maxredirect
3249         field to max_redirect, for improved consistency.
3250         * init.c: changed max_redirect parser from cmd_number_inf to
3251         cmd_number, as infinite redirects may not be appropriate.
3252         Alternatively, if cmd_number_inf should be used, then
3253         opt.max_redirect's value should be checked a bit differently in
3254         retr.c, to allow for the "infinite" meaning of zero.
3255
3256 2007-07-25  Micah Cowan  <micah@cowan.name>
3257
3258         * http.c (create_authorization_line)
3259         (basic_authentication_encode, known_authentication_scheme_p)
3260         (load_cookies): Moved declarations up.
3261         (basic_authed_hosts): Added. Tracks what hosts have issued Basic
3262         challenge and been given the global username, password.
3263         (maybe_send_basic_creds): Added. Sends Basic creds for hosts that
3264         have issued Basic challenges.
3265         (register_basic_auth_host): Added. Instantiates
3266         basic_authed_hosts if necessary, then registers the host that
3267         has issued a challenge.
3268         (gethttp) <auth>: Only send authentication credentials after
3269         we've received a challenge from that host. This is a stop-gap
3270         fix until a proper fix can be implemented; still isn't quite
3271         right, as we should only be sending credentials automatically
3272         for authenticated paths and below, and not for the entire host.
3273
3274 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
3275
3276         * options.h: added maxredirect to options struct
3277         * init.c: added maxredirect to list of variables
3278         * retr.c (retrieve_url): replaced MAX_REDIRECTIONS with opt.maxredirect
3279         * main.c: added option --max-redirect
3280
3281 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
3282
3283         * test.h: tests made more verbose; now displays the name
3284         of each test run.
3285
3286 2007-07-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
3287
3288         * http.c (http_loop): Fixed the HTTP requests logic. Now it skips the
3289         preliminary HEAD request if either -O or --no-content-disposition are
3290         given, and neither --spider and -N are given.
3291
3292 2007-07-05  Micah Cowan  <micah@cowan.name>
3293
3294         * cmpt.c, connect.c, connect.h, convert.c, convert.h:
3295         * cookies.c, cookies.h, ftp-basic.c, ftp.c, ftp.h, ftp-ls.c:
3296         * ftp-opie.c, gen-md5.c, gen-md5.h, getopt.c, getopt.h, gnu-md5.c:
3297         * gnu-md5.h, gnutls.c, hash.c, hash.h, host.c, host.h:
3298         * html-parse.c, html-parse.h, html-url.c, http.c, http.h:
3299         * http-ntlm.c, http-ntlm.h, init.c, init.h, log.c, log.h, main.c:
3300         * Makefile.in, mswindows.c, mswindows.h, netrc.c, netrc.h:
3301         * openssl.c, options.h, progress.c, progress.h, ptimer.c:
3302         * ptimer.h, recur.c, recur.h, res.c, res.h, retr.c, retr.h:
3303         * safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h, sysdep.h:
3304         * test.c, test.h, url.c, url.h, utils.c, utils.h, wget.h:
3305         * xmalloc.c, xmalloc.h:
3306         Updated GPL reference to version 3 or later, removed FSF
3307         address.
3308
3309 2007-07-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
3310
3311         * http.c (http_loop): Skip HEAD request and start immediately with GET
3312         if -O is given.
3313
3314 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
3315
3316         * http.c (print_server_response): Escape non-printable characters
3317         in server respone.
3318
3319 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
3320
3321         * netrc.c: Don't make netrc_list static, as it prevents
3322         compilation with DEBUG_MALLOC.
3323
3324         * utils.c (aprintf): Don't use vasprintf when DEBUG_MALLOC is
3325         requested because, in that case, we want the calls to malloc to be
3326         coming from us.
3327
3328 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
3329
3330         * cookies.c (parse_set_cookie): Would erroneously discard cookies
3331         with unparsable expiry time.
3332
3333 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
3334
3335         * progress.c (create_image): Check for ETA overflow.
3336         (print_row_stats): Ditto.
3337
3338 2007-01-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
3339
3340         * init.c (cmd_spec_prefer_family): Small fix to get rid of a gcc
3341         warning about strict-aliasing violation.
3342
3343 2007-01-09  Steven M. Schweda  <sms@antinode.org>
3344
3345         * ftp-basic.c (ftp_syst): Fixed segfault if response text is missing.
3346
3347 2006-12-29  Gisle Vanem  <giva@bgnett.no>
3348
3349         * mswindows.c: Avoid a warning if 'ws_hangup()' is unused.
3350
3351 2006-12-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
3352
3353         * http.c (parse_content_disposition): Consider directory prefix, if
3354         specified.
3355
3356 2006-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
3357
3358         * retr.c (retrieve_from_file): Ditto.
3359         (url_uses_proxy): New function.
3360
3361         * main.c (main): Don't check for opt.use_proxy when deciding
3362         whether to call retrieve_url or retrieve_tree; check whether the
3363         proxy would be used for *this* URL.
3364
3365 2006-10-17  Mike Grant  <mggr@pml.ac.uk>
3366
3367         * ftp.c (ftp_loop_internal): Would incorrectly skip changing
3368         working directory when retrying after a failed FTP attempt.
3369         Originally reported by Nate Eldredge.
3370
3371 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
3372
3373         * convert.c (downloaded_file): Fixed bug which used to break -E -k -K
3374         mode.
3375
3376 2006-08-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
3377
3378         * http.c: #include'd spider.h to get rid of compiler warnings.
3379
3380         * main.c: Ditto.
3381
3382         * recur.c: Ditto.
3383
3384 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
3385
3386         * Makefile.in: Added spider.c to the list of files to compile and
3387         spider.h to the list of header files. Updated copyright information.
3388
3389         * http.c: Major changes to recursive spider mode. Now for every
3390         resource we are supposed to check, we send a HEAD request to find out
3391         if it exists. If the resource is a HTML file, we retrieve it and parse
3392         it to discover links to other resources.
3393
3394         * recur.c: Ditto.
3395
3396         * res.c (res_retrieve_file): Disable opt.timestamping and opt.spider
3397         when retrieving robots.txt. Updated copyright information.
3398
3399         * convert.c: Moved code tracking broken links to spider.c.
3400
3401         * convert.h: Ditto.
3402
3403         * spider.c: Created new file to keep track of visited URLs in spider
3404         mode.
3405
3406         * spider.h: Ditto.
3407
3408 2006-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
3409
3410         * http.c: Fixed timestamping-related bug.
3411
3412 2006-08-16  Mauro Tortonesi  <mauro@ferrara.linux.it>
3413
3414         * http.c: Fixed bug which broke --continue feature. Now if -c is
3415         given, http_loop sends a HEAD request to find out the destination
3416         filename before resuming download.
3417
3418 2006-08-08  Hrvoje Niksic  <hniksic@xemacs.org>
3419
3420         * utils.c (datetime_str): Avoid code repetition with time_str.
3421
3422 2006-07-21  Hrvoje Niksic  <hniksic@xemacs.org>
3423
3424         * init.c (commands): Correctly place "contentdisposition".
3425
3426 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
3427
3428         * sysdep.h: If intptr_t isn't defined, simply typedef it to long.
3429
3430         * http.c: Added explicit cast to int in logprintf call to remove
3431         compiler warnings on 64-bit platforms.
3432
3433         * connect.c: Added a few casts to intptr_t to remove compiler warnings
3434         on 64-bit platforms.
3435
3436         * main.c: Disable -r, -p and -N when -O is used. Disable -k when -O is
3437         used and multiple URLs are given. Update maintainer information.
3438
3439         * all: Update copyright information.
3440
3441 2006-07-10  KJKHyperion  <hackbunny@reactos.com>
3442
3443         * url.c (filechr_table): Mark DEL (0x7f) as a control character
3444         and | as a character Windows can't handle.
3445
3446 2006-06-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
3447
3448         * res.c: Implemented is_robots_txt_url function for detection of
3449         robots.txt URLs and related test routine.
3450
3451         * res.h: Ditto.
3452
3453         * url.c: Implemented are_urls_equal function for URL comparison and
3454         related testing routine.
3455
3456         * url.h: Ditto.
3457
3458         * convert.c: Fixes for recursive spider mode: don't consider
3459         non-existing robots.txt as a broken link, and use are_urls_equal
3460         instead of strcasecmp for referrer URLs comparison.
3461
3462         * test.c: Call tests routines for are_urls_equal and
3463         is_robots_txt_url.
3464
3465 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3466
3467         * wget.h (wgint): Typedef to any 64-bit (or larger) type we can
3468         find, not necessarily off_t or long.
3469
3470 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
3471
3472         * cmpt.c (strtoll): Check for overflow and underflow without
3473         relying on (technically) undefined behavior.  Don't assume that
3474         strtoll_type is 64 bits wide.
3475
3476 2006-06-21  Hrvoje Niksic  <hniksic@xemacs.org>
3477
3478         * utils.c (base64_encode): Cast void pointer to char * before
3479         doing arithmetic.
3480
3481 2006-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
3482
3483         * utils.c (base64_encode): Made TBL const.
3484         (base64_decode): Made the base64_char_to_value table const.
3485
3486 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3487
3488         * utils.c (base64_encode): Made the DATA pointer void * so the
3489         callers can pass it any kind of pointer (including both signed and
3490         unsigned char pointers).
3491         (base64_decode): Ditto for DEST.
3492
3493 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
3494
3495         * utils.c (base64_encode): Would read past end of STR.
3496         Reported by rick@eckle.org.
3497
3498 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
3499
3500         * options.h (struct options): Introduced member restrict_files_case to
3501         keep track of preferences on character case restrictions for
3502         filenames.
3503
3504         * init.c: Modified defaults and cmd_spec_restrict_file_names to
3505         support character case restrictions for filenames. Added
3506         test_cmd_spec_restrict_file_names unit test.
3507
3508         * url.c: Modified append_uri_pathel to support character case
3509         restrictions for filenames. Added test_append_uri_pathel unit test.
3510
3511         * test.c: Added test_cmd_spec_restrict_file_names and
3512         test_append_uri_pathel to the list of unit tests to run.
3513
3514 2006-06-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
3515
3516         * retr.c (retrieve_from_file): Use retrieve_tree and automatically
3517         turn on opt.follow_ftp in case of recursive FTP retrieval through HTTP
3518         proxy.
3519
3520         * main.c: Automatically turn on opt.follow_ftp in case of recursive
3521         FTP retrieval through HTTP proxy.
3522
3523 2006-06-12  Tony Lewis  <tlewis@exelana.com>
3524
3525         * main.c: Improved CHEN Peng's patch by proposing a simpler logic.
3526
3527 2006-06-12  CHEN Peng  <chenpeng@alumni.nus.edu.sg>
3528
3529         * main.c: Use retrieve_tree in case of recursive FTP retrieval through
3530         HTTP proxy.
3531
3532 2006-05-25  Mauro Tortonesi  <mauro@ferrara.linux.it>
3533
3534         * convert.c: Added mechanisms to keep track broken links.
3535
3536         * convert.h: Ditto.
3537
3538         * wget.h: Reordered and enumerated uerr_t constants.
3539
3540         * recur.c: Fixes to support recursive spider mode.
3541
3542         * http.c: Ditto.
3543
3544         * main.c: Print broken links in case of recursive spider mode.
3545
3546         * retr.c: Changed interface of retrieve_url.
3547
3548         * retr.h: Ditto.
3549
3550         * ftp.c: Changed interface of ftp_loop.
3551
3552         * ftp.h: Ditto.
3553
3554         * res.c: Minor change to reflect changes in interface of retrieve_url.
3555
3556 2006-05-18  Lawrence Jones  <lawrence.jones@ugs.com>
3557
3558         * ftp-ls.c (ftp_parse_unix_ls): Correct size parsing, add size
3559         and filename debugging output.
3560
3561 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
3562
3563         * http.c: If Content-Disposition header is present, allow unique
3564         filename generation unless -nc is given. Permit to disable parsing of
3565         Content-Disposition header.
3566
3567         * options.h: Added option --no-content-disposition to disable parsing
3568         of HTTP Content-Disposition header.
3569
3570         * init.c: Ditto.
3571
3572         * main.c: Ditto.
3573
3574 2006-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3575
3576         * hash.c (TOLOWER): Wrap macro arg in parentheses.
3577
3578 2006-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3579
3580         * http.c (parse_content_disposition): Doc fix.
3581
3582 2006-03-15  Mauro Tortonesi  <mauro@ferrara.linux.it>
3583
3584         * utils.c: Restricted operational semantics of frontcmp and proclist
3585         from generic strings to directory names and them to subdir_p and
3586         dir_matches_p respectively.  Applied George Ogata's one line patch to
3587         restrict algorithm of subdir_p to full directory name matching.  Added
3588         testcases for subdir_p and dir_matches_p.
3589
3590         * utils.h: Changed all frontcmp occurrences to subdir_p.
3591
3592         * recur.c: Ditto.
3593
3594         * test.c: Changed type returned by test functions from char * to const
3595         char *.  Added test_subdir_p and test_dir_matches_p to the list of
3596         tests to run.
3597
3598         * http.c (test_parse_content_disposition): Changed return type from
3599         char * to const char *.
3600
3601 2006-03-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
3602
3603         * recur.c (struct queue_element): Changed type of html_allowed member
3604         to bool.
3605
3606 2006-03-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
3607
3608         * ftp.c (ftp_list): Try `LIST -a' command first and revert to `LIST'
3609         in case of failure.
3610
3611 2006-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3612
3613         * hash.c (TOLOWER): Fix definition when STANDALONE.
3614         Reported by Beni Serfaty.
3615
3616 2006-03-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
3617
3618         * http.c (http_loop): Fixed recursive HTTP retrieval.
3619
3620 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
3621
3622         * http.c (extract_param): Declare extern so it can be used from
3623         other files.
3624         (extract_param): Return error for empty name.
3625
3626 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
3627
3628         * url.c (find_last_char): Define in terms of memrchr.
3629
3630         * cmpt.c (memrchr): Define it on systems that don't have it.
3631
3632         * http.c (extract_param): New function for parsing header values
3633         with parameters.
3634         (parse_content_disposition): Use it.  Don't allow slashes and
3635         backslashes in the file name.
3636
3637 2006-02-27  Hrvoje Niksic  <hniksic@xemacs.org>
3638
3639         * url.c (path_simplify): Don't preserve ".." at beginning of path.
3640         Suggested by Frank McCown.
3641
3642 2006-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
3643
3644         * http.c (gethttp): Only use FILE.N.html if FILE.html exists.
3645
3646 2006-02-09  Hrvoje Niksic  <hniksic@xemacs.org>
3647
3648         * mswindows.c (run_with_timeout): Made thread_hnd non-static.
3649
3650 2006-02-05  Hrvoje Niksic  <hniksic@xemacs.org>
3651
3652         * retr.c (sleep_between_retrievals): Sleep at a minimum of 1/2 of
3653         the specified wait period.
3654
3655 2006-02-03  Hrvoje Niksic  <hniksic@xemacs.org>
3656
3657         * utils.c (number_to_string): Don't use sprintf for printing
3658         WGINT_MIN; simply divide n by 10 and defer printing the last
3659         digit.
3660         (number_to_string): Removed the SPRINTF_WGINT macro.
3661
3662 2006-02-03  Mauro Tortonesi  <mauro@ferrara.linux.it>
3663
3664         * http.c: Fixed support for Content-Disposition header.
3665
3666         * test.c: Added test_parse_content_disposition to the list of unit
3667         tests to run.
3668
3669 2006-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
3670
3671         * hash.c: Don't define countof if it's already defined.
3672
3673         * hash.c: Obtain the definition of uintptr_t when standalone.
3674
3675 2006-01-30  Mauro Tortonesi  <mauro@ferrara.linux.it>
3676
3677         * http.c: Changed output format. Removed excessively verbose debugging
3678         output.
3679
3680 2005-12-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
3681
3682         * http.c: Fixed pre-download verbose output which was broken by
3683         HTTP code refactoring.
3684
3685 2005-11-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
3686
3687         * http.c: Refactored HTTP code.  If -O is not used, the new code
3688         delays the choice of the file name where the downloaded resource
3689         will be saved until the HTTP headers have been retrieved.
3690         Added support for Content-Disposition header.
3691
3692 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
3693
3694         * hash.c (INVALID_PTR): Use uintptr_t instead of unsigned long.
3695         (hash_pointer): Don't assume a pointer fits in `unsigned long'.
3696
3697 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
3698
3699         * Makefile.in: Removed support for unit testing (now it is in
3700         tests/Makefile.in).
3701
3702 2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
3703
3704         * Makefile.in: Added basic support for unit testing.
3705
3706         * test.c: Ditto.
3707
3708         * test.h: Ditto.
3709
3710 2005-10-13  Daniel Stenberg  <daniel@haxx.se>
3711
3712         * http-ntlm.c (ntlm_output): Fixed buffer overflow vulnerability.
3713
3714 2005-10-09  Russ Allbery  <rra@stanford.edu>
3715
3716         * snprintf.c: Remove round to round_int and pow10 to pow10_int, to
3717         avoid warnings from GCC 4.0.
3718
3719 2005-10-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
3720
3721         * retr.c: Changed semantics of no_proxy_match.
3722
3723 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3724
3725         * main.c (main): Don't print the summary if nothing has been downloaded.
3726
3727 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3728
3729         * retr.c (retr_rate): Rename parameter from MSECS to SECS since it
3730         no longer holds milliseconds.
3731
3732 2005-09-01  Hrvoje Niksic  <hniksic@xemacs.org>
3733
3734         * progress.c: Introduce symbolic constants for "magic" values of
3735         0.2 and 0.9, REFRESH_INTERVAL and ETA_REFRESH_INTERVAL.
3736
3737 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
3738
3739         * cmpt.c (strtoll): Correctly handle strtoll("0x", ptr, 0) and
3740         strtoll("0x<nonhexchar>", ptr, 0) -- in both cases *ptr must be
3741         set to the position of 'x', not after it.
3742
3743 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
3744
3745         * hash.c (hash_table_map): Rename to hash_table_for_each and
3746         update callers.
3747         Document the meaning of the callback's return value.
3748         (hash_table_iterate): New function.
3749         (hash_table_iter_next): Likewise.
3750         Update most places that used hash_table_for_each to use the
3751         iteration, which doesn't require a temporary function with
3752         explicit state management.
3753
3754 2005-08-26  Albert Chin  <wget@mlists.thewrittenword.com>
3755
3756         * Makefile.in: Use @datadir@.  Define localedir as $(datadir)/locale.
3757
3758 2005-08-26  Jeremy Shapiro  <jnshapiro@gmail.com>
3759
3760         * openssl.c (ssl_init): Set SSL_MODE_AUTO_RETRY.
3761
3762 2005-08-23  Hrvoje Niksic  <hniksic@xemacs.org>
3763
3764         * host.c (address_list_from_ipv4_addresses): Use IP_INADDR_DATA.
3765
3766 2005-08-12  Hrvoje Niksic  <hniksic@xemacs.org>
3767
3768         * wget.h: Renamed strtoll_return to strtoll_type.
3769
3770 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
3771
3772         * progress.c (eta_to_human_short): Switch to days when printing
3773         more than 48h rather than 100h.  (It's not immediately apparent
3774         how many days there are in 83h.)
3775
3776 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
3777
3778         * cmpt.c (strtoll): Define it if missing on the system and if Wget
3779         needs it.
3780
3781         * mswindows.c (str_to_int64): Move to cmpt.c and rename to strtoll.
3782
3783 2005-08-10  Hrvoje Niksic  <hniksic@xemacs.org>
3784
3785         * host.c (print_address): Always use inet_ntop when IPv6 is
3786         enabled.
3787
3788         * host.h (ip_address): Simplify the data union.
3789
3790 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
3791
3792         * mswindows.c (inet_ntop): Also handle IPv4 addresses for
3793         completeness.
3794
3795 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
3796
3797         * http.c (gethttp): Don't read more than the amount of data
3798         specified by the content-length header.
3799
3800 2005-08-09  Vasil Dimov  <vd@datamax.bg>
3801
3802         * ftp.c (getftp): Don't free RESPLINE if ftp_response returns a
3803         status other than FTPOK.
3804
3805 2005-08-04  Giuseppe Bonacci  <g.bonacci@libero.it>
3806
3807         * ftp-ls.c (ftp_parse_unix_ls): Remember the position of the
3808         previous token instead of backtracking back to it.
3809
3810 2005-07-08  Gisle Vanem  <giva@bgnett.no>
3811
3812         * mswindows.h: Include process.h to get getpid() declaration.
3813
3814 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
3815
3816         * utils.c (aprintf): Use vasprintf where available.
3817
3818 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
3819
3820         * url.c (rewrite_shorthand_url): Simplify code using aprintf and
3821         strspn.
3822
3823 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3824
3825         * gnutls.c (ssl_check_certificate): Check for the validity of the
3826         presented X509 certificate.
3827
3828 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3829
3830         * openssl.c (ssl_check_certificate): Print custom error messages
3831         for frequent X509 certificate problems.
3832
3833 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
3834
3835         * mswindows.h: Define an alias for stat and fstat, as requested by
3836         config-compiler.h.
3837         (gai_strerror): Define to windows_strerror if NEED_GAI_STRERROR is
3838         defined.
3839
3840 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3841
3842         * mswindows.h: Use strtoll where available.
3843
3844 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3845
3846         * sysdep.h: Add a full declaration of fnmatch.h.
3847
3848 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3849
3850         * utils.c: Unconditionally include <setjmp.h>.
3851
3852 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3853
3854         * utils.c (fnmatch_nocase): New function.
3855         (proclist): Use it instead of fnmatch when opt.ignore_case is
3856         requested.
3857         (in_acclist): Respect opt.ignore_case.
3858         (frontcmp): Respect opt.ignore_case.
3859
3860         * options.h (struct options): New flag opt.ignore_case.
3861
3862 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3863
3864         * ptimer.c: Measure time in seconds rather than milliseconds.
3865         Adjusted all callers.
3866
3867 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
3868
3869         * http.c (gethttp): When freeing MESSAGE, take into account that
3870         it can be NULL.
3871
3872 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3873
3874         * cmpt.c (timegm): Handle years after 2099.
3875
3876 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3877
3878         * cmpt.c (timegm): Remove unused variable.
3879
3880 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3881
3882         * cmpt.c (timegm): Don't call mktime; simply count the seconds
3883         between 1970-01-01 and the specified date.
3884
3885 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3886
3887         * wget.h (or): Define HAVE_SSL when either HAVE_OPENSSL or
3888         HAVE_GNUTLS are defined.
3889
3890         * gnutls.c: New file.
3891
3892 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
3893
3894         * http.c (gethttp): Don't print the request write error message
3895         twice.
3896
3897 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3898
3899         * openssl.c (openssl_errstr): Instead of always using a large
3900         static buffer, only allocate the error string when there is an
3901         actual error.
3902
3903 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3904
3905         * xmalloc.c (debugging_free): Prefix hex pointer value with "0x"
3906         when printing.
3907
3908 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3909
3910         * utils.c (NEXT_BASE64_CHAR): Rename to NEXT_CHAR and simplify to
3911         get the next non-whitespace character.
3912
3913 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3914
3915         * utils.c (base64_decode): Don't silently tolerate non-base64
3916         non-white-space characters in the base64 stream.
3917
3918 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3919
3920         * connect.c (LAZY_RETRIEVE_INFO): Make last_tick unsigned to match
3921         transport_map_modified_tick.
3922
3923 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3924
3925         * config-post.h (alloca): Updated declaration to not enumerate all
3926         Windows compilers.
3927
3928 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
3929
3930         * openssl.c (openssl_errstr): Separate error messages with "; ".
3931
3932 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3933
3934         * ftp.c (getftp): Ditto.
3935
3936         * http.c (gethttp): Use fd_errstr.
3937
3938         * connect.c (fd_register_transport): Restructure parameters to
3939         include only a single structure that describes transport
3940         implementation.
3941
3942         * openssl.c (openssl_errstr): New function: dump SSL error strings
3943         into a static buffer and return a pointer to the buffer.
3944
3945         * connect.c (fd_errstr): New function; returns transport-specific
3946         error message, or strerror(errno) if transport doesn't supply one.
3947
3948 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3949
3950         * mswindows.h: Also wrap accept() and listen().
3951
3952 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
3953
3954         * url.c (path_end): Skip separators appropriate for the scheme.
3955         (strpbrk_or_eos): Remove gcc-specific version, as the optimization
3956         it tried to perform no longer applies.
3957
3958 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3959
3960         * host.c: Don't include "connect.h" now that we no longer have
3961         socket_has_inet6.
3962
3963 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3964
3965         * host.c: Remove extraneous definition of netdb.h.
3966
3967 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3968
3969         * http.c (gethttp): Skip error message body in the keep-alive
3970         case.
3971
3972 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3973
3974         * url.c (url_parse): Would crash when parsing fragments.  Support
3975         fragments for FTP URLs too.
3976
3977 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3978
3979         * version.c: Don't use "cvs" in version name, since we're not
3980         using CVS anymore.
3981
3982 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3983
3984         * progress.c (create_image): Ditto.
3985
3986         * retr.c (retr_rate): Display smaller rate numbers with greater
3987         precision.
3988
3989 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
3990
3991         * http.c (response_head_terminator): Minor optimization.
3992
3993         * retr.c (fd_read_hunk): Call terminator with pointer to the start
3994         of the data and the pointer to the current data.  Changed all
3995         callers.
3996
3997 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
3998
3999         * url.c (url_parse): Make sure u->params is not initialized for
4000         http/https URLs.
4001         (url_parse): Don't crash on garbage following []-delimited IPv6
4002         addresses.
4003
4004 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
4005
4006         * main.c (print_help): Don't refer to the non-existent -nr in
4007         description of --mirror.
4008
4009 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
4010
4011         * host.c (pretty_print_address): Renamed to just print_address.
4012         Clarify documentation.
4013
4014 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
4015
4016         * http.c (gethttp): Explicitly document the different cases when
4017         generating the Host header.
4018
4019 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
4020
4021         * host.c (pretty_print_address): Handle error result from
4022         inet_ntop.
4023
4024 2005-06-30  Gisle Vanem  <giva@bgnett.no>
4025
4026         * mswindows.c (inet_ntop): New function.  Print IPv6 addresses
4027         using WSAAddressToString.
4028
4029 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4030
4031         * progress.c (dot_update): Remove unused variable row_qty.
4032
4033 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
4034
4035         * main.c: Check for both SIGHUP and SIGUSR1 before using them.
4036
4037 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
4038
4039         * utils.c: Unconditionally include locale.h.
4040
4041 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
4042
4043         * ptimer.c: Include sys/time.h to get struct timeval.
4044
4045 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
4046
4047         * wget.h: Remove obsolete definition of with_thousand_seps_sum.
4048
4049 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
4050
4051         * gnu-md5.h: Unconditionally include limits.h.
4052
4053 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
4054
4055         * utils.c (random_number): Use lrand48 if available.
4056         (random_float): Use drand48 if available.
4057
4058 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
4059
4060         * main.c (secs_to_human_time): Use print_decimal when printing
4061         total download time in seconds.
4062
4063         * progress.c (print_row_stats): Use it to print total download
4064         time at the end of the download.
4065         (create_image): Ditto.
4066
4067         * utils.c (print_decimal): New function; print small decimal
4068         numbers with more precision than large ones.
4069
4070         * progress.c (print_row_stats): New function.  Print ETA after the
4071         download rate at the end of each row.
4072
4073 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
4074
4075         * init.c (parse_line): Check for alphanumerics.
4076
4077 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
4078
4079         * (dot_create): Remove unnecessary casts.
4080
4081 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
4082
4083         * ftp.c (getftp): Delete trailing newlines from LIST output so
4084         lines don't come out with trailing \015\012 with -S.
4085
4086 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4087
4088         * mswindows.h: Remove superfluous includes.
4089
4090 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4091
4092         * config-post.h (alloca): Amend alloca declaration to take care of
4093         all Win32 compilers, not just MSVC and MinGW.
4094
4095 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4096
4097         * utils.c (get_grouping_data): Force separator to "." rather than
4098         " " when "," is taken.
4099
4100 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4101
4102         * wget.h (PTR_FORMAT): Cast the result of sizeof to int before
4103         passing it to printf's %*.
4104
4105         * retr.h: Declare output_stream and output_stream_regular.
4106
4107         * ftp.h: Declare ftp_last_respline.
4108
4109         * convert.h: Declare dl_url_file_map.
4110
4111         * http.h: New file.
4112
4113 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4114
4115         * cookies.c: Make cookies_now static.
4116
4117 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4118
4119         * utils.c (human_readable): Remove intermediary cast to long; MSVC
4120         has problems casting *unsigned* __int64 to double.
4121
4122 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4123
4124         * sysdep.h: Use the system-provided fnmatch by default.
4125
4126 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4127
4128         * http.c (mktime_from_utc): Renamed to timegm and moved to cmpt.c.
4129         Don't compile it if GNU timegm is available.
4130         (http_atotm): Use timegm.
4131
4132 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4133
4134         * http.c (http_atotm): Correctly query the old locale value.
4135
4136 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4137
4138         * config-post.h (alloca): Don't #define alloca under MinGW32,
4139         which defines it in malloc.h, included from mswindows.h.
4140
4141 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4142
4143         * utils.c (get_grouping_data): Force the use of separators in C
4144         locale.
4145
4146 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4147
4148         * main.c (i18n_initialize): Set all locale categories.
4149
4150         * http.c (http_atotm): Temporarily set locale to "C".
4151
4152 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4153
4154         * http.c (gethttp): Improve "POST data file missing" error
4155         message.
4156
4157 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4158
4159         * progress.c (set_progress_implementation): Type COLON as const
4160         char *.
4161
4162 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
4163
4164         * utils.c (with_thousand_seps): Handle negative numbers.
4165
4166 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
4167
4168         * progress.c (create_image): Mark the "eta" string for translation.
4169
4170 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
4171
4172         * html-url.c (get_urls_file): Don't explicitly set entry->next to
4173         NULL since entry is already zeroed out.
4174
4175 2005-06-26  Gisle Vanem  <giva@bgnett.no>
4176
4177         * mswindows.h: Define gai_strerror under MinGW.
4178
4179 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
4180
4181         * utils.c (with_thousand_seps): Correctly implement thousand seps
4182         consisting of more than one character.
4183
4184 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
4185
4186         * main.c (secs_to_human_time): Ditto.
4187
4188         * progress.c (create_image): Print more exact duration of very
4189         short downloads.
4190
4191         * main.c (secs_to_human_time): Don't translate time suffixes "h",
4192         "m", and "s", which are not strictly SI, but are "accepted for use
4193         with SI".
4194         (secs_to_human_time): Print really small intervals as 0s, not
4195         0.00s.
4196
4197 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
4198
4199         * config-post.h: Replace the alloca declaration with the one from
4200         the latest Autoconf manual.  This should remove a warning with GCC
4201         on AIX.
4202
4203 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
4204
4205         * ftp.c (getftp): Always invoke SIZE, not only when continuing a
4206         download.
4207
4208         * main.c (main): Ditto here.
4209
4210         * progress.c (create_image): When the download is finished, print
4211         how long it took.
4212
4213 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
4214
4215         * main.c (main): Print the downloaded and quota amounts with the
4216         "human_readable" function.
4217
4218         * ftp.c (print_length): Ditto.
4219
4220         * http.c (gethttp): Don't display thousand separators.
4221
4222         * utils.c (with_thousand_seps): Rewritten to respect locale
4223         settings and to be type size agnostic.
4224
4225 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
4226
4227         * utils.c (human_readable): Divide with 1024 instead of shifting
4228         so the operation can work with non-integer N.
4229
4230 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
4231
4232         * progress.c (eta_to_human): New logic for more human-readable
4233         ETA.
4234
4235 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
4236
4237         * utils.c (with_thousand_seps_sum): Decrease buffer size so it
4238         cannot overrun add_thousand_seps's buffer.
4239
4240 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
4241
4242         * utils.c (SPRINTF_WGINT): The correct format is %I64d, not just
4243         %I64.
4244
4245 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
4246
4247         * http.c (http_loop): Don't warn about wildcards in HTTP URLs if
4248         globbing isn't requested in the first place.
4249
4250         * retr.c (retrieve_url): Temporarily turn off globbing when
4251         processing HTTP->FTP redirects.
4252
4253 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
4254
4255         * utils.c (with_thousand_seps_sum): Now defined only if
4256         SUM_SIZE_INT is double.
4257
4258         * wget.h (SUM_SIZE_INT): Instead of bothering with long, long
4259         long, __int64, and friends, simply either use wgint or double, end
4260         of story.  Since we know how to print either, we no longer need
4261         LARGE_INT_FMT.
4262
4263         * sysdeps.h (LARGE_INT): Renamed to SUM_SIZE_INT to better reflect
4264         its intent, and moved to wget.h.
4265
4266 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
4267
4268         * Makefile.in: No need to clean .libs.
4269
4270 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
4271
4272         * cookies.c (parse_set_cookies): Cast pointer subtraction to int
4273         before using it with %d; AIX compiler warns on this.
4274         Reported by Jens Schleusener.
4275
4276 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
4277
4278         * http.c (gethttp): Don't prepend / here.
4279
4280         * cookies.c (cookie_handle_set_cookie): Prepend / to PATH.
4281         (cookie_header): Ditto.
4282
4283 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
4284
4285         * init.c: opt.verbose must be declared as int.
4286
4287 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
4288
4289         * cmpt.c (strpbrk): Removed.
4290         (mktime): Removed.
4291         Include <time.h>.
4292
4293 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
4294
4295         * utils.c (read_file): Ditto.
4296
4297         * main.c (main): Use struct_fstat.
4298
4299         * mswindows.h (struct_fstat): Define a struct_fstat to deal with
4300         the fact that Borland 5.5 has 64-bit stat, but not 64-bit fstat!
4301
4302 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
4303
4304         * sysdep.h: Remove code that deals with Watcom.
4305
4306 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4307
4308         * all: Use bool instead of int and false/true instead of 0/non-0
4309         for boolean variables and values.
4310
4311 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4312
4313         * sysdep.h: Include the stdbool.h/_Bool/bool blurb from Autoconf.
4314
4315 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4316
4317         * init.c (cmd_lockable_boolean): Removed.
4318
4319 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4320
4321         * cookies.c (struct cookie): Use 1-bit bitfields for booleans
4322         which makes the structure takes less space at no cost in
4323         complexity.
4324
4325 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4326
4327         * Makefile.in ($(OBJ)): Add the config.h dependency.
4328
4329 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4330
4331         * openssl.c, connect.c, host.c: Replace instances of #ifdef
4332         ENABLE_DEBUG if (opt.debug) {...} #endif with IF_DEBUG {...}.
4333
4334         * main.c: Rename the IF_DEBUG defined here to WHEN_DEBUG.
4335
4336         * wget.h (IF_DEBUG): New macro.
4337         (DEBUGP): Define in terms of IF_DEBUG.
4338
4339 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4340
4341         * http.c (gethttp): Only handle --set-cookies (and assert that
4342         cookie jar exists) if opt.cookies is true.  Failure to do so
4343         triggered the assert when --no-cookies was used and the server
4344         sent a Set-Cookie header.  Ouch!
4345
4346 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4347
4348         * connect.c (select_fd): Expect select() to exist.
4349
4350         * utils.c (xsleep): Always use select() as sleep fallback on
4351         non-Windows platforms.
4352
4353         * ptimer.c: Delete the implementation of PTIMER_TIME.
4354
4355         * main.c: Assume existence of signal(), test for different signal
4356         names instead.
4357
4358         * cmpt.c: Better document reasons why certain functions are
4359         included.
4360
4361 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
4362
4363         * Makefile.in: Remove the manually maintained dependency list;
4364         make all object files depend on every header.
4365
4366 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
4367
4368         * hash.c: Rename "mapping" to "cell" to avoid confusion with the
4369         term "mapping" (or "map") sometimes being used for the entire hash
4370         table.  Also rename "non-empty" to "occupied" for easier reading
4371         of if (!NON_EMPTY (...)) ... .
4372
4373 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
4374
4375         * main.c, ptimer.c, sysdep.h, utils.c: Use #elif to simplify reading of
4376         chained if-else-else-else-... statements.
4377
4378 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
4379
4380         * all: Return type of signal handlers is `void'.  Include signal.h
4381         unconditionally.
4382
4383         * all: Don't explicitly cast values returned by malloc.  We no
4384         longer support ancient compilers that don't declare malloc, and we
4385         never supported C++ builds.
4386
4387 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
4388
4389         * all: Don't declare errno.  Include both time.h and sys/time.h,
4390         as long as sys/time.h exists.  Don't dereference function pointers
4391         when invoking the functions they point to.
4392
4393         * cmpt.c (memmove): Remove function mandated by C89.
4394         (strerror): Ditto.
4395         (strstr): Ditto.
4396
4397         * all: Undo the K&R-ization changes from 2005-05-03.
4398
4399         * all: Remove support for K&R compilers: use C89 function
4400         declarations, remove definition of PARAMS, remove support for
4401         varargs, and remove ansi2knr.  Assume the presence of time.h,
4402         string.h, and other headers mandated by C89.
4403
4404 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
4405
4406         * init.c (cmd_lockable_boolean): Don't recognize literal "2" and
4407         "-1" values; unlike 0 and 1, those should never be exposed to the
4408         user.  Update the error message to be more self-consistent, as
4409         proposed by Benno Schulenberg.
4410
4411 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
4412
4413         * http.c (gethttp): Don't free "head" before using it to save
4414         headers.
4415
4416 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
4417
4418         * http.c (gethttp): When -E is in use, check for file existence
4419         after appending ".html" to the name and modify the file name if
4420         necessary.
4421
4422 2005-06-17  Hrvoje Niksic  <hniksic@xemacs.org>
4423
4424         * connect.c (socket_has_inet6): Removed.
4425
4426         * host.c (lookup_host): Don't use the AI_ADDRCONFIG getaddrinfo
4427         hint.
4428
4429 2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
4430
4431         * init.c (cmd_lockable_boolean): Improve the error message so it
4432         lists the more useful values first.
4433
4434 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
4435
4436         * http.c (gethttp): Also report the system error when the POST
4437         data file is missing.
4438
4439 2005-06-15  Benno Schulenberg  <benno@nietvergeten.nl>
4440
4441         * ftp.c, http.c, connect.c, cookies.c, html-url.c, init.c, res.c:
4442         Gettext-ize messages that were previously missed.
4443
4444 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
4445
4446         * host.h (ip_address): Remove the trailing comma from the type
4447         enum in the no-IPv6 case.
4448
4449         * main.c (struct cmdline_option): Remove the trailing comma from
4450         the enum.
4451
4452         Reported by Jens Schleusener.
4453
4454 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4455
4456         * url.c (strpbrk_or_eos): Check for a recent GCC version before
4457         using the statement-as-expression extension.
4458
4459 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4460
4461         * http.c (gethttp): Don't attempt to "skip short body" if we're
4462         issuing a HEAD request (in which case the response head is not
4463         followed by a body).
4464
4465 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
4466
4467         * init.c (cmd_spec_header): Don't split the string along the
4468         commas using cmd_vector; just append the new value using
4469         vec_append instead.
4470
4471         * utils.c (vec_append): New function.
4472
4473 2005-05-27  Andreas Beckmann  <debian@abeckmann.de>
4474
4475         * html-url.c (tag_handle_link): Mark the content from the <link
4476         src="..."> tag as expecting HTML.
4477
4478 2005-05-24  Hrvoje Niksic  <hniksic@xemacs.org>
4479
4480         * http.c (http_atotm): Document the origin of the "cookie date"
4481         format.
4482
4483 2005-05-21  Hrvoje Niksic  <hniksic@xemacs.org>
4484
4485         * init.c (setval_internal): Report exact command name alongside
4486         the "display name".
4487
4488 2005-05-18  Hrvoje Niksic  <hniksic@xemacs.org>
4489
4490         * cookies.c (update_cookie_field): Explicitly cast -1 to time_t to
4491         cope with systems where time_t is unsigned.
4492
4493         * cookies.c: Remove unnecessary casts to time_t from values
4494         already of that type.
4495
4496 2005-05-17  Hrvoje Niksic  <hniksic@xemacs.org>
4497
4498         * ftp.c (ftp_loop_internal): Same here.
4499
4500         * http.c (http_loop): Don't clobber the file when -c is specified
4501         and the first attempt to retrieve the file fails.
4502
4503 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4504
4505         * openssl.c (ssl_check_certificate): Print all issues with a
4506         certificate.
4507
4508 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4509
4510         * ftp-basic.c: Don't xfree() the line returned by ftp_response if
4511         the returned code is not FTPOK.
4512
4513 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4514
4515         * init.c (cleanup): Don't free the non-existent opt.ftp_acc.  Free
4516         the SSL-related stuff.
4517
4518 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
4519
4520         * ftp.c (print_length): Consistently print \n at end of the
4521         "Length" line.
4522
4523 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
4524
4525         * openssl.c (ssl_connect): Announce the beginning and the end of
4526         the SSL handshake when in debug mode.
4527
4528         * wget.h (PTR_FORMAT): New macro for easier printing of pointer
4529         values.  Use %0*lx along with PTR_FORMAT instead of %p.
4530
4531 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
4532
4533         * http.c (gethttp): Would forget to close the connection when
4534         keep_alive was not used.
4535
4536 2005-05-13  Hrvoje Niksic  <hniksic@xemacs.org>
4537
4538         * openssl.c (pattern_match): Document the code that decides
4539         whether "*" matches ".".
4540
4541 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
4542
4543         * ftp-ls.c (ftp_index): Use %d to print the port number, which is
4544         now int.
4545         From Steven M. Schweda's VMS patches.
4546
4547 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
4548
4549         * url.c (rewrite_shorthand_url): Don't rewrite "https://host" to
4550         "ftp://https//host" when SSL is not used.
4551
4552 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4553
4554         * openssl.c (ssl_check_server_identity): Renamed to
4555         ssl_check_certificate because it does more than just checking the
4556         server's identity.
4557         (ssl_check_certificate): Tell the user about
4558         --no-check-certificate.
4559
4560 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4561
4562         * openssl.c (ssl_init): Always use SSL_VERIFY_NONE, so that the
4563         handshake finishes even if the certificate is invalid.  That way
4564         ssl_check_server_identity can provide better diagnostics on why
4565         the verification failed.
4566
4567 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
4568
4569         * openssl.c (pattern_match): New function.
4570         (ssl_check_server_identity): Treat peer certificate common name as
4571         wildcard.
4572
4573 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4574
4575         * openssl.c (ssl_check_server_identity): Print certificate subject
4576         and issuer.
4577
4578 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4579
4580         * res.c (res_register_specs): Correctly pass pointers to
4581         hash_table_get_pair.
4582
4583 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
4584
4585         * http.c (gethttp): Call ssl_check_server_identity.
4586
4587         * openssl.c (ssl_check_server_identity): New function, verifies
4588         that the host name in the certificate matches the actual host
4589         name.
4590         (verify_cert_callback): Removed, since it didn't do anything
4591         except returning the preverify_ok argument.
4592
4593         * connect.c (fd_transport_context): Allow retrieval of the context
4594         pointer registered with fd_register_transport.
4595
4596 2005-05-09  Hrvoje Niksic  <hniksic@xemacs.org>
4597
4598         * openssl.c (verify_cert_callback): Renamed from verify_callback.
4599         Always return the received "ok" value.  Print the X509 name in
4600         debug mode.
4601         (ssl_init): Enable partial writes in SSL context.
4602
4603 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4604
4605         * http.c (http_loop): Check for wildcards in the URL path
4606         component, not in the whole URL.
4607
4608         * ftp.c (ftp_loop): Check for wildcards in URL path before
4609         unescaping, so the users can escape globbing metacharacters with %
4610         escapes.
4611
4612 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4613
4614         * init.c (run_command): Correctly interpret the return value of
4615         parse_line.
4616         (commands): Re-alphabetize.
4617
4618 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4619
4620         * netrc.c (parse_netrc): Explicitly check for assignment != NULL
4621         to silence warning from Borland C.
4622
4623         * url.c (sync_path): Don't unnecessarily increment p.
4624         (url_parse): Don't unnecessarily set url_encode to NULL just
4625         prior to return from the function.
4626
4627 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4628
4629         * log.c (escnonprint_internal): Place variable declarations
4630         before other statements.
4631
4632 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
4633
4634         * html-url.c: Include recur.h.
4635
4636         * http.c (request_new): Define as accepting no args.
4637
4638 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4639
4640         * url.c (strpbrk_or_eos): Made inline.  Use strchr(s, '\0') for
4641         finding the NUL char position.
4642
4643 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4644
4645         * url.c (decide_copy_method): Renamed to char_needs_escaping.
4646         Since it now returns only two possible values, change it to return
4647         boolean (int).
4648
4649 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4650
4651         * ftp-basic.c (ftp_request): Prevent newlines in VALUE causing
4652         inadvertent sending of multiple FTP commands.
4653
4654 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4655
4656         * url.c (decide_copy_method): Never cause reencode_escapes to
4657         decode % escapes; it is too intrusive and breaks some servers.
4658
4659 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
4660
4661         * http.c (gethttp): When tunnelling SSL traffic over proxy with
4662         CONNECT, we're really talking to the remote server directly.
4663         Because of this, the request-line argument must be the URL path
4664         rather than the whole URL, as it would be when using regular
4665         proxies.
4666         Reported by Charles Lane.
4667
4668 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4669
4670         * init.c (cmd_spec_useragent): Allow empty User-Agent.
4671
4672         * http.c (gethttp): Don't print "unknown authentication scheme"
4673         for failed Basic authentication.
4674         (SET_USER_AGENT): Don't set user-agent if opt.useragent is empty.
4675         (gethttp): Use alloca for allocation of www_authenticate.
4676
4677 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4678
4679         * main.c (print_help): Fix wording of --secure-protocol help text.
4680
4681 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
4682
4683         * cmpt.c (strstr): Updated from glibc 2.3.5.
4684
4685 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4686
4687         * http.c (http_atotm): Zero out the whole struct tm being passed
4688         to strptime.
4689
4690 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4691
4692         * main.c (main): Propagate option name to setoptval.
4693
4694         * init.c (setoptval): Accept another argument, OPTNAME.  Propagate
4695         that argument as the option name independently of the actual
4696         command, determined by command_by_name(com).
4697
4698 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4699
4700         * init.c (parse_line): Make the return value indicate whether
4701         there was a syntax error or a setter failed.
4702         (run_wgetrc): Return an indication on whether an error has been
4703         encountered.
4704         (initialize): Abort if there have been errors running either
4705         .wgetrc file.
4706
4707 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4708
4709         * log.c (copy_and_escape): Slightly reduce code repetition between
4710         the two loops.
4711
4712 2005-05-05  Charles C.Fu  <ccwf@bacchus.com>
4713
4714         * utils.c (proclist): Strip leading slash when calling fnmatch
4715         too, otherwise wildcard comparisons always fail.
4716
4717 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4718
4719         * utils.c (touch): Set access time to current time.
4720
4721 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4722
4723         * url.c (url_unescape): Don't unescape %00, it effectively
4724         truncates the string.
4725
4726 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4727
4728         * log.c (copy_and_escape): Replace the FOR_URI argument with a
4729         slightly more general mechanism for specifying different kinds of
4730         escape.
4731
4732 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4733
4734         * ftp-basic.c (ftp_response): Fix printing FTP server response.
4735
4736 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
4737
4738         * retr.c (limit_bandwidth_reset): Reset sleep_adjust.
4739         (limit_bandwidth): Don't allow huge "adjustment" values that
4740         result from being suspended for a while.
4741
4742 2005-05-04  Hrvoje Niksic  <hniksic@xemacs.org>
4743
4744         * wget.h: If gettext was found but libtintl.h wasn't, declare
4745         gettext's return type to avoid type mismatches.
4746
4747 2005-05-03  Hrvoje Niksic  <hniksic@xemacs.org>
4748
4749         * url.c (url_parse): Rename label `error' to avoid conflict with
4750         identifier.
4751
4752         * retr.c (fd_read_body): Rename label `out' to avoid conflict with
4753         identifier.
4754         (fd_read_hunk): Use explicit double constant.
4755         (retrieve_from_file): Don't use string concatenation.
4756         (sleep_between_retrievals): Make sure xsleep is called with a
4757         `double' argument.
4758         (no_proxy_match): Define as static, like it is declared.
4759
4760         * progress.c (bar_create): Use 0.0 instead of 0 because K&R
4761         compilers can't automatically promote it.
4762
4763         * http-ntlm.c (ntlm_output): Replace \xHH sequences with \OOO for
4764         the sake of old compilers.
4765
4766         * ftp.c (ftp_loop_internal): Don't use string concatenation.
4767
4768         * http.c (request_send): Use explicit double constants when
4769         calling fd_read and fd_write.
4770         (post_file): Ditto.
4771         (gethttp): Ditto.
4772         (skip_short_body): Ditto.
4773
4774         * ftp-basic.c: When calling fd_write, specify the last argument as
4775         a `double' constant for the sake of K&R compilers which don't see
4776         the prototype and therefore can't promote it to double
4777         automatically.
4778
4779         * cookies.c (cookie_jar_load): Rename abort label to abort_cookie
4780         to avoid name conflict in K&R compilers.
4781
4782 2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
4783
4784         * ptimer.c (posix_init): Since we allow _POSIX_MONOTONIC_CLOCK==0,
4785         it is not enough to check for _POSIX_MONOTONIC_CLOCK-0, we must
4786         also check for defined(_POSIX_MONOTONIC_CLOCK).
4787
4788 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4789
4790         * ftp.c, hash.c, connect.c, host.c, http.c: Remove unreached code,
4791         such as "break" following return or abort.
4792
4793 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4794
4795         * init.c (commands): Wrap the use of opt.random_file in #ifdef
4796         HAVE_SSL.
4797
4798 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
4799
4800         * http.c (gethttp): Correctly set the user agent.
4801
4802 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4803
4804         * init.c (cmd_spec_useragent): Free the old value of
4805         opt.useragent before setting the new one.
4806
4807 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
4808
4809         * main.c: Map --ftp-password, --http-password and --proxy-password to
4810         the new ftppassword, httppassword and proxypassword commands
4811         respectively.  Document the --user and --password options in the help
4812         string.
4813
4814 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
4815
4816         * ftp.c: Add support for --user and --password.
4817
4818         * http.c: Add support for --user and --password.
4819
4820         * init.c: Deprecated ftppasswd, httppasswd, login, passwd and
4821         proxypasswd commands.  Added ftppassword, ftpuser, httppassword,
4822         password, proxypassword and user commands.
4823
4824         * main.c: Renamed --ftp-passwd to --ftp-password.  Added --ftp-user,
4825         --http-password, --password, --proxy-password and --user.  Deprecated
4826         --http-passwd and --proxy-passwd.  Added documentation for new options
4827         and removed documentation for deprecated options in the help string.
4828
4829         * options.h (struct options): Added user and passwd members to handle
4830         --user and --password respectively.  Renamed ftp_acc and ftp_pass
4831         members to ftp_user and ftp_passwd for consistency.
4832
4833 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4834
4835         * main.c (print_help): Advertise "DER", not "ASN1".
4836
4837 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4838
4839         * openssl.c (init_prng): Disable the weak random seed by default.
4840
4841         * http.c (gethttp): Simplify SSL initialization; disable SSL when
4842         anything goes wrong with the initialization.
4843
4844         * options.h (struct options): New option opt.random_file.
4845
4846 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4847
4848         * init.c: Wrap private key commands in IF_SSL.
4849
4850 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
4851
4852         * openssl.c (ssl_init): Ditto.
4853
4854         * options.h (struct options): Allow separate specification of key
4855         type and certificate type.
4856
4857         * init.c (cmd_spec_cert_type): Provide a "der" synonym for "asn1"
4858         certificate encoding.
4859
4860 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4861
4862         * openssl.c: Renamed "gen_sslfunc.c" to "openssl.c" and
4863         "gen_sslfunc.h" to "openssl.h".  This reflects the intent of
4864         openssl.c encapsulating the OpenSSL-specific code.
4865
4866 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4867
4868         * init.c: Renamed "closure" (a synonym for context in some
4869         cultures) to "place", which more accurately reflects the usage.
4870
4871 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4872
4873         * gen_sslfunc.c (ssl_init): Use default locations for loading the
4874         certificate bundles.
4875         (ssl_init_prng): Disable the cryptographically weak PRNG
4876         initialization fallback.
4877
4878         * init.c: Renamed SSL command-line arguments and wgetrc commands.
4879         (defaults): Check the server certificate by default.
4880
4881 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4882
4883         * cookies.c (cookie_handle_set_cookie): Delete the part of the
4884         path after the trailing slash.
4885
4886         * http.c (gethttp): Call cookie_handle_set_cookie with path that
4887         begins with '/'.
4888
4889 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
4890
4891         * http.c (gethttp): Call skip_short_body only if keep_alive is in
4892         use.
4893         (gethttp): Send the User-Agent header with the CONNECT request as
4894         well.
4895
4896 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
4897
4898         * main.c (option_data): Removed support for the undocumented flag
4899         --use-proxy.
4900
4901 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
4902
4903         * main.c (option_data): Don't treat -Y as a boolean switch; treat
4904         it as a value switch instead, so "-Y off" continues to work.
4905
4906 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4907
4908         * utils.c (aprintf): Delete unreachable statement.
4909
4910 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4911
4912         * host.c (cmp_prefer_ipv4): New function.
4913         (cmp_prefer_ipv6): New function.
4914         (lookup_host): Use the appropriate comparator according to
4915         opt.prefer_family.
4916
4917         * init.c: New option prefer_family.
4918
4919         * host.c (is_valid_ipv6_address): Spell NS_* constants in lower
4920         case to avoid clash with system headers.
4921         (lookup_host): Reorder the addresses so that IPv4 ones come first.
4922
4923         * utils.c (stable_sort): New function.
4924
4925 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
4926
4927         * connect.c (retryable_socket_connect_error): Return 0 for
4928         ENETUNREACH and EHOSTUNREACH.
4929
4930 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4931
4932         * cmpt.c: Reenable the memmove implementation for systems that
4933         lack it.
4934
4935         * http.c (gethttp): Store the "authorized" state of the persistent
4936         connection.
4937         (request_remove_header): New function.
4938         (gethttp): Don't send the "Basic" authentication if the connection
4939         is already authorized.
4940
4941 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4942
4943         * utils.c (base64_encode): Treat input as unsigned chars.
4944         Required for correct encoding of binary stuff.
4945
4946 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
4947
4948         * http-ntlm.c: Format the function definitions in an
4949         ansi2knr-friendly fashion.
4950
4951 2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
4952
4953         * http.c (gethttp): Handle multiple WWW-Authentication headers,
4954         only one of which is recognized.  Those are sent by IIS with NTLM
4955         authorization.
4956         (create_authorization_line): Propagate information whether
4957         authorization is finished.
4958         (gethttp): Only stop authorization when it's really finished, not
4959         after fixed two steps.
4960
4961 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4962
4963         * gen_sslfunc.c (ssl_init): Fix warning message text; mark the
4964         message as translatable.
4965
4966 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4967
4968         * main.c (print_help): Print the EGD option outside the cluster of
4969         SSL options.
4970
4971 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
4972
4973         * http-ntlm.c (ntlm_output): Fix setting the domain.
4974         Suggested by Sami Krank.
4975
4976 2005-04-20  Mauro Tortonesi  <mauro@ferrara.linux.it>
4977
4978         * connect.c: Set IPV6_V6ONLY socket option when -6 switch is used.
4979
4980 2005-04-20  FUJISHIMA Satsuki  <sf@FreeBSD.org>
4981
4982         * http.c (request_set_header): Fix the check whether a new header
4983         needs to be allocated.
4984
4985 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
4986
4987         * utils.c (base64_encode): Use the parameter order that makes more
4988         sense.  Return the length of the base64 written.  Updated all
4989         callers.
4990
4991 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
4992
4993         * http.c (request_set_header): Free NAME when VALUE is NULL and
4994         freeing the header name is requested.
4995
4996 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
4997
4998         * snprintf.c (fmtstr): Declare VALUE as const char *.
4999         Based on patch by Russ Allbery.
5000
5001 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
5002
5003         * snprintf.c (fmtfp): More correct handling of significant digit
5004         count with %g -- 0.002 has one significant digit, not three.
5005
5006 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
5007
5008         * retr.c (fd_read_body): Respect read timeout with non-interactive
5009         or no progress gauge -- treat ETIMEDOUT specially only when
5010         progress_interactive.
5011         Reported by FUJISHIMA Satsuki.
5012
5013 2005-04-16  FUJISHIMA Satsuki  <sf@FreeBSD.org>
5014
5015         * http.c (gethttp): Don't use HTTP/1.0 persistent connections over
5016         proxy.
5017
5018 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
5019
5020         * snprintf.c: Use the PARAMS macro to handle prototypes.  Write
5021         function definitions in the ansi2knr-friendly way.
5022         (fmtstr): If string precision is specified, don't read VALUE past
5023         it.
5024         (dopr): Actually print %g and %e formats.
5025         (fmtfp): Fix a bug that caused 0.01 to be printed as 0.1.
5026         (fmtfp): Use LLONG in floating point conversions to be able to
5027         convert more digits.
5028         (fmtfp): Interpret precision as number of significant digits with
5029         %g.
5030         (fmtfp): Omit trailing decimal zeros with %g.
5031
5032         * snprintf.c: Don't include <ctype.h> because none of it is used.
5033         Include strings.h/string.h, as per Autoconf.
5034
5035 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
5036
5037         * ptimer.c: Use _POSIX_TIMERS - 0 > 0, which handles the case when
5038         _POSIX_TIMERS is defined but empty, as well as the case when it is
5039         undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
5040         Suggested by Larry Jones.
5041
5042 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
5043
5044         * ptimer.c: Check that _POSIX_TIMERS is defined as well as > 0.
5045         Problem reported by Steven M. Schweda.
5046
5047 2005-04-14  Hrvoje Niksic  <hniksic@xemacs.org>
5048
5049         * http.c (skip_short_body): Print the skipped body data in debug
5050         mode.
5051         (skip_short_body): Don't skip more than 4k of body data.
5052         (skip_short_body): Return whether the skipping was successful.
5053         (gethttp): If skip_short_body failed, invalidate the connection.
5054
5055 2005-04-12  Gisle Vanem  <giva@bgnett.no>
5056
5057         * ftp.c (getftp): Ditto.
5058
5059         * http.c (gethttp): Open the output file in binary mode.
5060
5061 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
5062
5063         * hash.c: Conditionalize including config.h on HAVE_CONFIG_H
5064         instead of on STANDALONE.
5065
5066 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
5067
5068         * gen_sslfunc.c (ssl_print_errors): Made static.
5069         (ssl_print_errors): Eliminate potentially dangerous fixed-size
5070         error buffer.  Passing NULL to ERR_error_string causes it to use
5071         its own static buffer, which is fine for our purposes.
5072
5073         * gen_sslfunc.c: Include gen_sslfunc.h.  Make the declarations of
5074         ssl_init and ssl_conect match the actual definitions.
5075         (ssl_connect): Simply return a boolean, the SSL context is no
5076         longer useful as a return value.
5077
5078         * retr.c: Don't include SSL headers; we don't need them.
5079
5080 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
5081
5082         * config-post.h: Don't define _VA_LIST under Solaris; it breaks
5083         compilation with GCC 3.4 under Solaris 10.  (It was defined to
5084         avoid a warning with previous versions of GCC.)
5085
5086 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
5087
5088         * xmalloc.c (register_ptr): Warn the user to increase SZ prior to
5089         aborting.
5090
5091 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
5092
5093         * convert.c (convert_cleanup): Free converted_files.
5094
5095 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
5096
5097         * wget.h (DEBUGP): Use __builtin_expect to give a hint to GCC that
5098         opt.debug is false in the vast majority of cases.
5099
5100 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
5101
5102         * config-post.h: Declare alloca as void *, not char *.
5103
5104 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
5105
5106         * recur.c (download_child_p): When -p is used, (temporarily)
5107         ignore accept/reject rules for HTMLs, even when they are at the
5108         maximum recursion depth.  That is because with -p we are, if
5109         necessary, overstepping the max. depth to get the requisites.
5110
5111 2004-06-12  Larry Jones <lawrence.jones@ugsplm.com>
5112
5113         * recur.c (download_child_p): Correct the logic in check number 6:
5114         test opt.reclevel (not DEPTH) against INFINITE_RECURSION.
5115
5116 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
5117
5118         * url.c: Use "static const" in preference to "const static".
5119         Sun's cc warns that "storage class after type is obsolescent".
5120
5121         * url.c (urlchr_table): Don't mark ~ as unsafe, too many broken
5122         web sites are confused when ~ is changed to %7E.  Their servers
5123         redirect /%7Efoo/ to /~foo/, which Wget again accesses using %7E,
5124         causing further redirections, therefore looping infinitely.  See
5125         Debian bug #301624 for an example.
5126
5127 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
5128
5129         * alloca.c: Include wget.h to be able to use xmalloc.  In addition
5130         to defining malloc to xmalloc, also define free to xfree.
5131
5132 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
5133
5134         * http-ntlm.c (ntlm_output): Use "char", not "unsigned char" for
5135         ntlmbuf.  Our base64 functions accept char anyway.
5136         (ntlm_output): Join up the format string, since we nominally
5137         support K&R compilers.
5138         (ntlm_output): Ditto.
5139
5140 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
5141
5142         * ptimer.c: Use Windows timers under Cygwin, whose POSIX timer
5143         implementation is incomplete.
5144
5145 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
5146
5147         * ptimer.c (struct ptimer): Remove the unused initialized field.
5148
5149         * ptimer.c: Renamed function parameters from WT (which used to
5150         stand for wget_timer or wtimer) to PT.
5151
5152 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
5153
5154         * ptimer.c (posix_init): Be smarter about choosing clocks.  In
5155         decreasing order of preference, use CLOCK_MONOTONIC,
5156         CLOCK_HIGHRES, and CLOCK_REALTIME.
5157         (ptimer_allocate): Removed.
5158
5159         * ptimer.c: Refactor the code by cleanly separating the
5160         architecture-dependent code from the architecture-independent
5161         code.
5162
5163 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
5164
5165         * ptimer.c (ptimer_init): Explicitly check that
5166         _POSIX_MONOTONIC_CLOCK is *both* defined and >=0.  (Undefined
5167         symbols are >=0.)
5168
5169 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
5170
5171         * ptimer.c (ptimer_diff): Fix typo affecting Windows build.
5172
5173 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
5174
5175         * ptimer.c (ptimer_init): In fact, _POSIX_MONOTONIC_CLOCK needs to
5176         be >= 0.
5177
5178         * ptimer.c (ptimer_init): Check whether _POSIX_MONOTONIC_CLOCK is
5179         defined instead of whether it's greater than 0.  glibc defines it
5180         to 0, but still makes it available via sysconf.
5181
5182 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
5183
5184         * mswindows.c (str_to_int64): Rename OVERFLOW and UNDERFLOW to
5185         INT64_OVERFLOW and INT64_UNDERFLOW, since those names are used.
5186
5187 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
5188
5189         * ptimer.c: New file.  Move the "wtimer" functions from utils.c to
5190         this file and rename them to ptimer_.
5191
5192 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
5193
5194         * host.c (NO_ADDRESS): Define NO_ADDRESS only after the system
5195         headers have been included.
5196
5197 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
5198
5199         * http.c (pconn): Include NTLM data, which is per-connection.
5200         (known_authentication_scheme_p): Recognize NTLM authorization.
5201         (create_authorization_line): Call ntlm_input and ntlm_output.
5202
5203         * http-ntlm.c: New file, donated by Daniel Stenberg and originally
5204         written for curl, heavily modified for Wget.
5205
5206         * utils.c (base64_encode): Relocated from http.c, since it is now
5207         used by http-ntlm.c, and will possibly be used elsewhere.
5208         (base64_decode): New function, originally based on code from GNU
5209         recode.
5210
5211 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
5212
5213         * ftp.c (ftp_loop): Ditto.
5214
5215         * ftp-basic.c (ftp_pasv): Use the xzero shorthand for memset(0).
5216         (ftp_lpsv): Ditto.
5217
5218 2005-04-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
5219
5220         * Makefile.in: removed string_t.c from list of source files.
5221
5222 2005-04-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
5223
5224         * string_t.c: Removed.
5225
5226         * string_t.h: Removed.
5227
5228 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
5229
5230         * url.c (rewrite_shorthand_url): Only accept recognized schemes.
5231         That way "foo:80" will correctly be rewritten to "http://foo:80"
5232         instead of left unchanged and ultimately rejected because of
5233         "unsupported scheme foo".
5234
5235 2005-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
5236
5237         * utils.c (number_to_string): Avoid explicit 64-bit constants;
5238         construct them by multiplication at compile-time.
5239
5240         * utils.c, elsewhere: Don't append "L" to 32-bit integer
5241         constants; we aren't really compilable on 16-bit systems anyway.
5242
5243         * hash.c (prime_size): Remove primes larger than 2^31, but include
5244         2^31-1, which is prime.
5245
5246 2005-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
5247
5248         * utils.c (string_set_to_array): New function.
5249
5250         * convert.c: Replace the use of "slists" with sets/hash-tables,
5251         which in fact suit the intended purpose much better.
5252         downloaded_html_list is removed altogether.
5253
5254 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
5255
5256         * ftp.h (enum): Rename GLOBALL, GETALL, and GETONE to
5257         GLOB_GLOBALL, GLOB_GETALL, and GLOB_GETONE to avoid conflict with
5258         Linux headers.
5259
5260 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
5261
5262         * utils.c (numdigit): More correct handling of negative numbers.
5263
5264 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
5265
5266         * http.c (gethttp): Print the human-readable size.
5267
5268         * ftp.c (getftp): Print the human-readable size of the file to be
5269         downloaded.
5270
5271         * utils.c (human_readable): New function.
5272
5273         * utils.c: Renamed "legible" to "with_thousand_seps",
5274         "legible_large_int" to "with_thousand_seps_large", and "legible_1"
5275         to "add_thousand_seps".
5276
5277 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
5278
5279         * http.c (gethttp): Inhibit persistent connections when talking to
5280         proxies, as mandated by RFC 2068.
5281
5282 2005-03-20  Hrvoje Niksic  <hniksic@xemacs.org>
5283
5284         * url.c (unescape_single_char): New function.
5285         (url_escape_dir): Use it to unescape slashes in directory
5286         components.
5287         (url_string): Escape unsafe chars in host name, except for the ':'
5288         charaters, which can appear in IPv6 addresses.
5289
5290         * main.c (main): Don't access the cookie jar directly.
5291
5292         * log.c (escnonprint_internal): Correctly calculate the needed
5293         string size.  Don't forget the buffer's new size after having
5294         reallocated it.
5295         (log_cleanup): New function.  Free the escnonprint ring data.
5296
5297         * init.c (cleanup): Don't free the cookie jar explicitly, it is
5298         now done by http_cleanup.
5299         (cleanup): opt.user_headers is now a vector, free it with
5300         free_vec.
5301
5302         * http.c (gethttp): Make sure to free the request data, the status
5303         message, and the response data before returning from the function.
5304         (save_cookies): New function.
5305         (http_cleanup): Free the cookie jar here.
5306
5307         * hash.c: Renamed string_hash to hash_string and ptrhash to
5308         hash_pointer.  Exported hash_pointer.
5309
5310         * xmalloc.c: Organized malloc_table (previously malloc_debug) as a
5311         simple EQ hash table.  register_ptr and unregister_ptr are now of
5312         O(1) complexity.
5313
5314         * xmalloc.c: Renamed "*_debug" to debugging_* and "*_real" to
5315         checking_*.
5316
5317 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
5318
5319         * utils.c (debug_test_md5): Moved to gen-md5.c.
5320
5321         * mswindows.h: Don't declare inet_ntop, since we don't use it.
5322
5323         * mswindows.h: For consistency, also wrap closesocket, it being
5324         a Winsock call.
5325
5326         * mswindows.h: Don't declare sleep and usleep; we're defining
5327         xsleep now.
5328
5329         * mswindows.h (mkdir): Don't special-case Borland C, _mkdir
5330         works there as well.
5331
5332         * host.c: Don't include winsock header files; the correct ones
5333         are already included by mswindows.h.
5334
5335         * mswindows.c (xsleep): Round toward the nearest millisecond
5336         in an attempt to avoid average short sleeps.
5337
5338         * utils.c (wtimer_granularity): Report correct values for
5339         Windows timers and for high-resolution timers.
5340
5341         * utils.c (wtimer_initialize_once): New function, called to
5342         initialize the timer frequency.
5343
5344         * utils.c: Replace the use of GetSystemTime with high-resolution
5345         counters under Windows.  When high-resolution counters are
5346         unavailable, use GetTickCount().
5347
5348 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
5349
5350         * retr.c (fd_read_body): Undo the 2004-11-18 change.  Instead,
5351         always be "exact".
5352
5353 2005-03-17  Hrvoje Niksic  <hniksic@xemacs.org>
5354
5355         * ftp-basic.c (ftp_login): Don't free the string if ftp_response
5356         returned an error status because the line didn't get allocated in
5357         the first place.
5358
5359 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
5360
5361         * http.c (read_http_response_head): Limit the response size to 64k
5362         bytes.
5363
5364         * retr.c (fd_read_hunk): Accept a MAXSIZE argument that limits the
5365         number of bytes the function is allowed to allocate.
5366         (fd_read_line): Limit the line to 4096 bytes.
5367
5368 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
5369
5370         * wget.h: Include options.h after wgint has been defined.
5371
5372         * options.h (struct options): Declare options processed with
5373         cmd_bytes as wgint, not long.
5374
5375 2005-03-18  Hrvoje Niksic  <hniksic@xemacs.org>
5376
5377         * init.c (cmd_file): Use concat_strings.
5378
5379         * http.c (basic_authentication_encode): Use concat_strings.
5380
5381         * ftp-ls.c (ftp_index): Use concat_strings.
5382
5383         * ftp-basic.c (ftp_request): Use concat_strings.
5384
5385         * utils.c (concat_strings): New function.
5386
5387 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
5388
5389         * init.c (simple_atof): Handle negative numbers; skip whitespace
5390         before the number.
5391         (simple_atoi): Ditto.  Also, check for overflow and underflow.
5392         (cmd_number): Bail out on negative numbers.
5393         (parse_bytes_helper): Ditto.
5394
5395 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5396
5397         * http.c (gethttp): Handle multiple Set-Cookie headers sent by
5398         remote server.
5399
5400 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5401
5402         * init.c (defaults): Use passive FTP by default.
5403
5404 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5405
5406         * mswindows.c: Provide wrappers to Winsock functions that set
5407         errno to WSAGetLastError() in case of failure.  Also provide a
5408         Windows-specific version of strerror.
5409
5410         * mswindows.h: Wrap calls to socket, bind, connect, recv, send,
5411         select, getsockname, getpeername, and setsockopt.
5412
5413 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5414
5415         * url.c (url_parse): Reject port numbers larger than 65535.  We
5416         also check for overflow while parsing port numbers.
5417
5418 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5419
5420         * utils.c (read_file): Don't use wgint for file size; LFS won't
5421         work since the file is mmap'ed as a whole.
5422
5423         * options.h: Don't include stdio.h.
5424
5425         * log.c: Ditto.
5426
5427         * init.c: Disambiguate assignment from non-zero test to avoid
5428         Borland C warning.
5429
5430         * http.c (response_new): Don't needlessly post-increment count.
5431
5432         * hash.c: Include stdio.h.
5433
5434         * gnu-md5.h: Don't include stdio.h.
5435
5436         * getopt.h (struct option): Always use const.
5437
5438         * ftp.c (getftp): Avoid unnecessary assignment to RES to avoid
5439         Borland C warning.
5440
5441         * ftp-ls.c: Disambiguate assignment from non-zero test to avoid
5442         Borland C warning.
5443
5444         * cmpt.c (strptime_internal): Don't initialize rp_backup when
5445         !_NL_CURRENT to avoid Borland C warning.
5446
5447 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
5448
5449         * utils.c (fopen_excl): Fix parse error when O_BINARY is
5450         available.
5451
5452 2005-03-05  Hrvoje Niksic  <hniksic@xemacs.org>
5453
5454         * url.c (url_file_name): Don't allow hosts named ".." to be
5455         appended as path elements.
5456
5457 2005-03-03  Hrvoje Niksic  <hniksic@xemacs.org>
5458
5459         * retr.c (retrieve_url): Escape location header.
5460
5461         * http.c (print_server_response_1): Escape server response when
5462         printing it.
5463         (gethttp): Escape host name, status message, location header, and
5464         content type.
5465         (http_loop): Escape error message from server.
5466
5467         * host.c (lookup_host): Escape host name when printing it.
5468
5469         * ftp.c (getftp): Escape user name when printing it.
5470         (getftp): Escape remote file and directory for printing.
5471         (getftp): Escape server listing when printing it.
5472         (ftp_retrieve_list): Escape link name and file name.
5473         (ftp_retrieve_glob): Escape file name.
5474
5475         * ftp-basic.c (ftp_response): Escape server response when printing
5476         it.
5477
5478         * cookies.c (parse_set_cookies): Escape the cookie field when
5479         printing it.
5480         (parse_set_cookies): Escape contents of remote header.
5481         (cookie_handle_set_cookie): Escape host name and cookie domain.
5482
5483         * connect.c (connect_to_ip): Escape the host name.
5484
5485         * log.c (escnonprint): New function, used for printing strings
5486         coming from the server that possibly contain non-ASCII characters.
5487         (escnonprint_uri): Ditto.
5488
5489 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5490
5491         * ftp.c (getftp): Ditto.
5492
5493         * http.c (gethttp): When we're not supposed to overwrite files,
5494         use fopen_excl to open the file and recompute the file name.
5495
5496         * log.c (redirect_output): Use unique_create to avoid a race
5497         condition.
5498
5499         * mswindows.c (fake_fork_child): Use unique_create.
5500
5501         * utils.c (fopen_excl): New function that opens a stdio stream
5502         with the O_EXCL flag (where available).
5503         (unique_create): New function, like unique_name, but also creating
5504         the file and returning a file pointer.
5505         (fork_to_background): Use unique_create to create the file
5506         immediately to avoid race condition with multiple instances of
5507         wget -b.
5508
5509 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5510
5511         * host.c (lookup_host): Test for AI_ADDRCONFIG directly, instead
5512         of checking for HAVE_GETADDRINFO_AI_ADDRCONFIG.
5513
5514 2005-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
5515
5516         * host.c (is_valid_ipv6_address): Move here from url.c.
5517         (lookup_host): If the address is numeric, don't print the
5518         "resolving..." line, don't set up DNS timeouts, and set the
5519         AI_NUMERICHOST hint, where available.
5520
5521 2005-02-26  Gisle Vanem  <giva@bgnett.no>
5522
5523         * utils.c: Use the nnnLL syntax under GCC.  Define struct_stat to
5524         struct _stati64 under __MINGW32__ as well as under MS VC.
5525
5526 2005-02-26  Hrvoje Niksic  <hniksic@xemacs.org>
5527
5528         * utils.c: Use the nnnI64 syntax for __int64 constants under all
5529         Windows compilers.
5530         (SPRINTF_WGINT): Use "%I64" under all Windows compilers.
5531
5532         * mswindows.h (WGINT_MAX): Use the nnnI64 syntax for
5533         __int64 constants under all Windows compilers.
5534         (struct_stat): Use `struct stati64' under Borland C.
5535         (fstat): Don't redefine to _fstati64 under Borland.
5536
5537         * mswindows.c: Define str_to_int64 under Borland C as well as
5538         under (older) Visual C.
5539
5540 2005-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
5541
5542         * ftp.c (getftp): Initialize err to suppress compiler warning.
5543
5544 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5545
5546         * ftp.c (ftp_expected_bytes): Fix bug that caused infloop because
5547         of not correctly skipping the '(' character.
5548
5549 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
5550
5551         * mswindows.c (wget_ftello): Removed.
5552
5553         * mswindows.h: Remove bogus definition of stat.
5554         (wget_ftello): Remove the leftover ftello replacement.
5555
5556 2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
5557
5558         * mswindows.c (wget_ftello): Wget's replacement for ftello.
5559
5560         * utils.c (file_size): Use ftello where available.
5561
5562         * ftp-ls.c (ftp_parse_unix_ls): Use str_to_wgint to parse the file
5563         size.
5564         (ftp_parse_winnt_ls): Ditto.
5565
5566         * ftp-basic.c (ftp_size): Use str_to_wgint to convert number to
5567         wgint; pass 10 instead of 0 as the BASE argument.
5568
5569         * ftp.c (ftp_expected_bytes): Use str_to_wgint to parse the file
5570         size.
5571
5572         * sysdep.h (LARGE_INT_FMT): Use __int64 as LARGE_INT on
5573         MSVC/Windows; print it with "%I64".
5574
5575         * wget.h: Define a `wgint' type, normally aliased to (the possibly
5576         64-bit variant of) off_t.
5577
5578         * all: Use `wgint' instead of `long' for numeric variables that
5579         can hold file sizes.
5580
5581         * utils.c (number_to_string): Support printing of `wgint'
5582         argument.
5583         (number_to_static_string): New function.
5584
5585         * all: Replace printf("%ld", long_value) with printf("%s",
5586         number_to_static_string(wgint_value)).
5587
5588 2005-02-18  Mauro Tortonesi <mauro@ferrara.linux.it>
5589
5590         * main.c: Added the --ftp-passwd command line option.
5591
5592         * init.c: Renamed command passwd to ftppasswd.
5593
5594 2005-02-11  Mauro Tortonesi <mauro@ferrara.linux.it>
5595
5596         * string_t.c: Fixed a bug in do_escape and triggered escape of
5597         backslashes in string_escape to avoid ambiguities in the result
5598         string.
5599
5600 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
5601
5602         * string.h: Renamed to string_t.h to fix a compilation conflict
5603         with the string.h header in the standard C library.
5604
5605         * string.c: Renamed to string_t.c for consistency with string.h.
5606
5607         * string_t.c: Ditto.
5608
5609         * string_t.h: Ditto.
5610
5611 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
5612
5613         * string.c: New file.
5614
5615         * string.h: New file.
5616
5617         * Makefile.in: Added string.c to the list of modules to compile.
5618
5619         * main.c: Updated copyright.
5620
5621 2004-11-18  Ulf Harnhammar <ulf.harnhammar.9485@student.uu.se>
5622
5623         * ftp-ls.c: Fixed a problem in ftp_parse_winnt_ls that could allow a
5624         malicious remote FTP server to crash wget.
5625
5626 2004-11-18  Hans-Andreas Engel <engel@node.ch>
5627
5628         * http.c: Enable --convert-links (-k) when a single page is downloaded
5629         via --output-document (-O).
5630
5631 2004-11-18  Mauro Tortonesi <mauro@deepspace6.net>
5632
5633         * connect.c: Minor correction to the comment in front of fd_peek.
5634
5635 2004-11-18  Leonid Petrov <nouser@lpetrov.net>
5636
5637         * retr.c: Fix a timeout problem in fd_read_body when using http_proxy.
5638
5639 2004-11-15  YAMAZAKI Makoto <Yamazaki.Makoto@fujixerox.co.jp>
5640
5641         * netrc.c: Fix termination by assertion bug in netrc parsing.
5642
5643 2004-05-09  David Fritz  <zeroxdf@att.net>
5644
5645         * mswindows.c (fake_fork): Pass entire command line to the child
5646         process.
5647
5648 2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
5649
5650         * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
5651
5652 2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
5653
5654         * http.c (gethttp): Send the Proxy-Authorization header over
5655         non-SSL connections too.
5656
5657 2004-03-25  David Fritz  <zeroxdf@att.net>
5658
5659         * mswindows.c (fake_fork_child): Ignore error code when
5660         OpenFileMapping() fails; assume it failed because the object does
5661         not exist.
5662
5663 2004-03-24  David Fritz  <zeroxdf@att.net>
5664
5665         * mswindows.c (fake_fork): New function.
5666
5667         * mswindows.c (fork_to_background): Use it.
5668
5669 2004-03-19  David Fritz  <zeroxdf@att.net>
5670
5671         * mswindows.c (ws_hangup): Incorporate old fork_to_background()
5672         code.  Add event name argument.
5673         (fork_to_backgorund): Now a simple wrapper around ws_hangup().
5674         (ws_handler): Correctly handle the case when neither CTRLC_BACKGND
5675         nor CTRLBREAK_BACKGND are defined.  Don't bother handling close,
5676         logoff, or shutdown events.  Call ws_hangup() with the correct
5677         event name; don't assume it was CTRL+Break.
5678
5679 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
5680
5681         * url.c (url_parse): Decode %HH sequences in host name.
5682
5683 2004-03-04  Hrvoje Niksic  <hniksic@xemacs.org>
5684
5685         * convert.c (local_quote_string): Quote "#" as "%23" and "%" as
5686         "%25" when creating links to local files.
5687
5688 2004-03-02  David Fritz  <zeroxdf@att.net>
5689
5690         * mswindows.c (ws_percenttitle): Guard against future changes by
5691         doing nothing if the proper variables have not been initialized.
5692         Clamp percentage value.
5693
5694 2004-03-04  Gisle Vanem  <giva@bgnett.no>
5695
5696         * retr.c (fd_read_body): Don't change console title if quiet.
5697
5698 2004-02-25  David Fritz  <zeroxdf@att.net>
5699
5700         * mswindows.c (set_sleep_mode): Remove argument and return value.
5701         Call GetModuleHandle() instead of LoadLibrary()/FreeLibrary() for
5702         kernel32.dll.  Use typedef for function-pointer.  Don't cast
5703         l-value.  Don't use dereference operator when calling through
5704         function-pointer.
5705         (ws_startup): Update call to set_sleep_mode().
5706         (ws_cleanup): Remove call to set_sleep_mode().
5707
5708 2004-02-23  David Fritz  <zeroxdf@att.net>
5709
5710         * http.c (http_loop): Ditto.
5711
5712         * ftp.c (ftp_loop_internal): Update call to ws_changetitle().
5713
5714         * main.c (main): Don't bother calling ws_changetitle().
5715
5716         * mswindows.h (ws_changetitle): Update prototype.
5717
5718         * mswindows.c (ws_changetitle): Remove second argument.  Use
5719         xfree_null().
5720         (ws_percenttitle): Only update title when percentage has changed.
5721
5722 2004-02-23  David Fritz  <zeroxdf@att.net>
5723
5724         * mswindows.h: Ditto.
5725
5726         * mswindows.c: Misc. formatting/comment tweaks throughout.
5727
5728 2004-02-20  David Fritz  <zeroxdf@att.net>
5729
5730         * main.c (print_help): Remove call to ws_help().
5731
5732         * mswindows.c (ws_help): Remove.
5733
5734         * mswindows.h (ws_help): Remove.
5735
5736 2004-02-16  David Fritz  <zeroxdf@att.net>
5737
5738         * init.c (home_dir): Use aprintf() instead of xmalloc()/sprintf().
5739         Under Windows, if $HOME is not defined, use the directory that
5740         contains the Wget binary instead of hard-coded `C:\'.
5741         (wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
5742         not found, look for wget.ini in the directory of the Wget binary.
5743
5744         * mswindows.c (ws_mypath): Employ slightly more robust methodology.
5745         Strip trailing path separator.
5746
5747 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
5748
5749         * http.c (gethttp): Respect --ignore-length.
5750         (gethttp): Inhibit keep-alive if --ignore-length is specified.
5751
5752 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
5753
5754         * connect.c (sockaddr_set_data): Zero out
5755         sockaddr_in/sockaddr_in6.  Apparently BSD-derived stacks need this
5756         when binding a socket to local address.
5757
5758 2004-02-04  Hrvoje Niksic  <hniksic@xemacs.org>
5759
5760         * hash.c: Make the file compilable outside Wget source tree when
5761         -DSTANDALONE is used.
5762
5763 2004-01-29  Hrvoje Niksic  <hniksic@xemacs.org>
5764
5765         * utils.c (determine_screen_width): Return 0 if not running on
5766         Windows or on a TIOCGWINSZ-capable system.
5767
5768 2004-01-28  David Fritz  <zeroxdf@att.net>
5769
5770         * utils.c (determine_screen_width): Correctly determine console
5771         width under Windows.
5772
5773 2004-01-28  Christian Biere  <christianbiere@gmx.de>
5774
5775         * progress.c (bar_set_params): Fixed syntax error when HAVE_ISATTY
5776         was undefined.
5777
5778         * ftp.c (ftp_loop_internal): Allocate a larger buffer in case
5779         "try" gets translated to something large.  Ditto in http_loop in
5780         http.c.
5781
5782         * http.c (response_header_copy): Don't write to buf[BUFSIZE].
5783
5784         * ftp-opie.c (skey_response): Eliminate unnecessary string
5785         concatenation; just call gen_md5_update twice.
5786
5787 2004-01-25  Hrvoje Niksic  <hniksic@xemacs.org>
5788
5789         * utils.c (xsleep): Don't call usleep with values larger than
5790         1,000,000.
5791
5792 2003-12-16  Hrvoje Niksic  <hniksic@xemacs.org>
5793
5794         * http.c (gethttp): Fix generation of `Content-Length'.
5795
5796 2003-12-15  Gisle Vanem  <giva@bgnett.no>
5797
5798         * url.c (url_skip_credentials): Fixed return value; 'url' if no
5799         credentials.
5800
5801 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
5802
5803         * url.c (url_skip_credentials): Return a pointer directly.
5804
5805 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
5806
5807         * url.c (url_file_name): Ditto.
5808         (parse_errors): Ditto.
5809
5810         * retr.c (retr_rate): Ditto.
5811
5812         * progress.c (create_image): Ditto.
5813
5814         * netrc.c (parse_netrc): Ditto.
5815
5816         * main.c (struct cmdline_option): Ditto.
5817         (redirect_output_signal): Ditto.
5818
5819         * init.c (commands): Ditto.
5820
5821         * ftp-ls.c (ftp_index): Ditto.
5822
5823         * cookies.c (check_domain_match): Declare the pointer to a literal
5824         string as `const'.
5825
5826 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5827
5828         * retr.c (fd_read_body): Pass total size to progress_create, not
5829         the remaining amount.
5830
5831 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5832
5833         * retr.c (fd_read_body): Don't fiddle with "interactive timeout"
5834         if read timeout is unset.
5835
5836 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
5837
5838         * connect.c (bind_local): Don't set the IPV6_V6ONLY option on the
5839         socket.
5840
5841 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
5842
5843         * url.c (url_file_name): Respect the setting of
5844         opt.protocol_directories.
5845
5846         * main.c (main): Only check for ret=='?' when longindex is unset.
5847         (option_data): New option --protocol-directories.
5848
5849 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
5850
5851         * ftp.c (getftp): Ditto.
5852
5853         * http.c (gethttp): Correctly calculate bandwidth as total data
5854         read divided with download time.
5855
5856         * retr.c (fd_read_body): Separate the return values for data
5857         written and read.
5858
5859 2003-12-05  Hrvoje Niksic  <hniksic@xemacs.org>
5860
5861         * http.c (H_REDIRECTED): Respect the HTTP/1.1 "303 See Other"
5862         response code.
5863         Suggested by Dan Razzell.
5864
5865 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5866
5867         * retr.c (fd_read_body): Report the amount of data *written* as
5868         amount_read.  This is not entirely logical, but that's what the
5869         callers expect, and it's not easy to change.
5870
5871         * ftp.c (ftp_loop_internal): Ditto.
5872
5873         * http.c (http_loop): Be smarter about assigning restval; if we're
5874         in the nth pass of a download, simply use the information we have
5875         about how much data has been retrieved as restval.
5876
5877         * ftp.c (getftp): Ditto for FTP "REST" command.
5878
5879         * http.c (gethttp): When the server doesn't respect range, skip
5880         the first RESTVAL bytes of the read body.  Never truncate the
5881         output file.
5882
5883         * retr.c (fd_read_body): Support skipping initial STARTPOS octets.
5884
5885 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5886
5887         * http.c (skip_short_body): Renamed skip_body to skip_short_body;
5888         don't bother calling fd_read_body.
5889
5890 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5891
5892         * retr.c (fd_read_body): Sanitize arguments and document them
5893         better.  Make sure the timer is created and updated only if
5894         necessary.  Updated callers.
5895
5896 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
5897
5898         * http.c (skip_body): New function.
5899         (gethttp): Use it to skip the body of the responses we don't care
5900         to download.  That allows us to reuse the connection.
5901         (gethttp): Trust that the HEAD requests will not generate body
5902         data.
5903
5904         * retr.c (fd_read_body): Don't write to OUT if it's NULL.
5905
5906 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
5907
5908         * http.c (gethttp): Initialize SSL only the first time when SSL
5909         URL is downloaded.
5910
5911 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
5912
5913         * cookies.c (cookie_header): Only generate the contents of the
5914         header, not the leading "Cookie: " or the trailing "\r\n".
5915
5916         * http.c (gethttp): When adding headers specified with `--header',
5917         allow them to override the headers generated by Wget.
5918
5919         * init.c (cmd_spec_header): Made opt.user_headers a vector.
5920
5921         * http.c (request_new): New function.  Returns a request structure
5922         which can be modified in various ways, most notably by adding HTTP
5923         headers to the request.
5924         (request_set_header): New function for adding the header to the
5925         request.  If the header is already available, it gets replaced.
5926         (request_send): Construct and send the request.
5927         (gethttp): Use the request_* functions to generate the request.
5928
5929 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5930
5931         * http.c (gethttp): Don't include the Proxy-Authorization header
5932         in the request tunneled through proxy.
5933
5934 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5935
5936         * http.c (gethttp): Use the CONNECT handle to establish SSL
5937         passthrough through non-SSL proxies.
5938
5939 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5940
5941         * init.c: Don't #include netinet/Winsock stuff.
5942
5943 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
5944
5945         * http.c: Deleted the old functions header_process,
5946         header_extract_number, header_exists, header_strdup,
5947         http_process_range, http_process_none, http_process_type, and
5948         http_process_connection.
5949
5950         * http.c (response_new): New function.
5951         (response_header_bounds): Ditto.
5952         (response_header_copy): Ditto.
5953         (response_header_strdup): Ditto.
5954         (response_status): Ditto.
5955         (gethttp): Use the new response_* functions to parse the response.
5956         Support HTTP/0.9 responses.
5957
5958 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
5959
5960         * progress.c (create_image): Don't calculate ETA if nothing has
5961         been downloaded yet, because it causes division by zero.
5962
5963 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
5964
5965         * connect.c (bind_local): Rename sa_len to addrlen because IRIX
5966         headers define sa_len as a macro.
5967
5968 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5969
5970         * html-parse.c (convert_and_copy): Remove embedded newlines when
5971         AP_TRIM_BLANKS is specified.
5972
5973 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5974
5975         * ftp.c: Set con->csock to -1 where rbuf_uninitialize was
5976         previously used.
5977
5978 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
5979
5980         * Makefile.in (http$o): Added the trailing backslash that was
5981         missing.
5982
5983 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
5984
5985         * headers.c: Removed.  The file is no longer relevant, now that no
5986         special handling of headers is done by the rbuf code.  Moved
5987         portions to http.c.
5988
5989 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
5990
5991         * rbuf.c: Removed.
5992
5993         * ftp-basic.c (ftp_response): Use fd_read_line.  No longer use
5994         struct rbuf.  Updated all callers.
5995
5996         * http.c (gethttp): Use fd_read_head to read all the headers in
5997         one go.
5998         (next_header): New function.
5999
6000         * retr.c (fd_read_line): New function: reads a line from FD,
6001         leaving the rest of the data unread.
6002         (fd_read_head): New function.
6003
6004         * connect.c (fd_peek): New function, implements peeking.
6005         (poll_internal): New function.
6006         (fd_read): Use it.
6007         (fd_write): Ditto.
6008         (fd_peek): Ditto.
6009         (fd_register_transport): Allow registering a "peeker" callback.
6010
6011 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
6012
6013         * connect.c: Renamed xread/xwrite/xclose to
6014         fd_read/fd_write/fd_close.  The "x" prefix is not appropriate
6015         because the semantics have diverged from read/write/close too
6016         significantly.  Updated all callers.
6017
6018 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
6019
6020         * connect.c (sock_write): It's not necessary to initialize RES.
6021
6022 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
6023
6024         * main.c (main): Don't reference opt.ipv4_only and opt.ipv6_only
6025         if IPv6 is disabled.
6026
6027 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
6028
6029         * connect.c (socket_has_inet6): Only compile it if IPv6 is enabled
6030         and AI_ADDRCONFIG is missing.
6031
6032 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
6033
6034         * gen_sslfunc.c (ssl_init_prng): Warn the user when using a weak
6035         random seed.
6036
6037 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
6038
6039         * host.c (address_list_contains): Renamed address_list_find to
6040         address_list_contains because its result is boolean.
6041
6042 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
6043
6044         * connect.c (select_fd): Return 1 if select is not available.
6045
6046 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
6047
6048         * connect.c (connect_to_host): Don't reference address list after
6049         releasing it.
6050
6051 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
6052
6053         * main.c (print_help): Fix alignment of FTP options output.
6054
6055 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
6056
6057         * host.c (lookup_host): Check for the ability to create IPv6
6058         sockets here.
6059
6060         * init.c (defaults): Don't auto-set --inet4-only on IPv6-less
6061         systems.
6062
6063 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
6064
6065         * main.c (print_help): Fix typo in `-O' help message.  Fix docs of
6066         -Y/--proxy.  Fix docs of `--cookies' and `--glob'.  Improve docs
6067         of --convert-links.  Fix docs of SSL options.
6068
6069 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
6070
6071         * ftp-basic.c: Don't include <arpa/inet.h> and others because
6072         they're no longer needed.
6073
6074 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
6075
6076         * main.c (main): Don't allow setting of both opt.ipv4_only and
6077         opt.ipv6_only.
6078
6079         * init.c (defaults): Mark opt.ipv4_only specially when set
6080         automatically.
6081
6082 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
6083
6084         * host.c (lookup_host): Use AI_ADDRCONFIG only if the family is
6085         unspecified.  This ensures that specifying `--no-inet4' on systems
6086         where IPv6 resolves, but doesn't work behaves the same regardless
6087         of the availability of AI_ADDRCONFIG.
6088
6089 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
6090
6091         * host.c: Don't refer to the now-removed function
6092         forget_host_lookup in the documentation of lookup_host.
6093
6094 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
6095
6096         * http.c (persistent_available_p): Correctly specify the endpoint
6097         argument to socket_ip_address.
6098         (gethttp): When printing the "reusing connection to..." message,
6099         specify the host name of the reused connection, not the current
6100         host name.  That makes more sense because it provides a useful
6101         piece of information -- we know to which host we're supposed to
6102         connect anyway!
6103
6104 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
6105
6106         * init.c: Make sure the options are in alphabetic order!
6107
6108         * host.c (lookup_host): Merge lookup_host_passive and lookup_host
6109         after all -- having both would result in some code duplication.
6110         (lookup_host): Set hints.ai_family to AF_INET if ipv4_only is
6111         requested.  Likewise, set it to AF_INET6 for ipv6_only.  Specify
6112         AI_ADDRCONFIG where available.
6113         (lookup_host): New flag LH_REFRESH that specifies that a cached
6114         entry for HOST should be refreshed.
6115         (cache_query): New function.
6116         (cache_store): Ditto.
6117         (cache_remove): Ditto.
6118         (forget_host_lookup): No longer necessary, replaced with static
6119         function cache_remove.
6120
6121 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
6122
6123         * main.c: Enable -4 and -6 only if IPv6 is enabled.
6124
6125 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
6126
6127         * connect.c (register_transport): Renamed from register_extended.
6128         Explain the intended usage.
6129
6130 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
6131
6132         * url.c (uri_merge): Merging "foo" and "bar" should result in
6133         "bar", not in "foo/bar".
6134         (path_simplify): Don't remove empty path elements; don't
6135         special-case leading slash.
6136         (path_simplify): Don't swallow ".."'s at the beginning of string.
6137         E.g. simplify "foo/../../bar" as "../bar", not as "bar".
6138         (append_uri_pathel): Defang ".." path element upon encountering
6139         it.
6140
6141 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
6142
6143         * http.c (persistent_available_p): Don't attempt to talk to two
6144         different SSL sites over the same secure connection.
6145
6146 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
6147
6148         * http.c (gethttp): Ditto.
6149
6150         * ftp.c (getftp): Use retryable_socket_connect_error instead of
6151         CONNECT_ERROR.
6152
6153         * wget.h (CONNECT_ERROR): Removed.
6154
6155         * connect.c (retryable_socket_connect_error): New function instead
6156         of unsupported_socket_family_error.
6157
6158 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
6159
6160         * wget.h (CONNECT_ERROR): Use it.
6161
6162         * connect.c (unsupported_socket_family_error): New function.
6163
6164 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
6165
6166         * connect.c (bind_local): Renamed bindport to bind_local; return
6167         the socket directly.  Updated callers.
6168         (accept_connection): Renamed acceptport to accept_connection;
6169         return the created socket directly.  Updated callers.
6170
6171 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
6172
6173         * init.c (defaults): Turn on opt.ipv4_only if we're compiling with
6174         IPv6, and AI_ADDRINFO is not available, and AF_INET6 sockets can't
6175         be created.
6176
6177 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
6178
6179         * host.c (lookup_host): Document the fact that the addresses are
6180         returned in order.
6181
6182 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
6183
6184         * utils.c: Use limits.h only where available.
6185
6186         * hash.c: Use INVALID_PTR and INVALID_PTR_BYTE.  Include limits.h.
6187
6188 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
6189
6190         * main.c: Added options --inet4-only and --inet6-only.
6191
6192 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
6193
6194         * host.c (host_errstr): Use the more standard message "Unknown
6195         host".
6196
6197 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
6198
6199         * connect.c (connect_to_host): Use that flag to decide whether to
6200         re-resolve the host name.
6201
6202         * host.c (struct address_list): Added a flag that maintains
6203         whether the connection worked at some point.
6204
6205 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
6206
6207         * host.c (lookup_host): Special-case the numeric addresses only in
6208         the non-IPv6 case.
6209
6210 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
6211
6212         * connect.c (resolve_bind_address): Call lookup_host_passive.
6213         Make sure that opt.bind_address is resolved only once.
6214
6215         * host.c (lookup_host_passive): New function, handles "passive"
6216         lookups.
6217         (lookup_host): Remove the passive flags.  Remove the
6218         family-related flags -- use ip_default_family instead.
6219
6220 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
6221
6222         * html-url.c: Get URLs from <object data="...">.
6223
6224 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
6225
6226         * main.c (option_data): Specify the command to use for --mirror.
6227
6228 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6229
6230         * cookies.c (cookie_handle_set_cookie): Specify exact match for
6231         unspecified domains.
6232
6233 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6234
6235         * main.c (main): Removed one-letter options `-C', `-g', `-G', and
6236         `-s'.
6237
6238 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6239
6240         * main.c (main): Add --dont-remove-listing for backward
6241         compatibility with previous versions.
6242         (print_help): Fix typo, spotted by Dennis Smit.
6243
6244 2003-11-08  Gisle Vanem  <giva@bgnett.no>
6245
6246         * ftp-basic.c: Support Windows-2000 ftp servers. Win-2000 *is*
6247         Win-NT 5.0 so calling it ST_WINNT is okay I guess.
6248
6249 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6250
6251         * progress.c (update_speed_ring): Clear the speed ring when the
6252         download stalls.
6253
6254         * retr.c (get_contents): Specify 0.95s read timeout, so that the
6255         progress gauge can be updated even when data arrives very slowly
6256         or stalls.
6257
6258 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6259
6260         * utils.c (wtimer_allocate): Bless the use of wtimer_read on a
6261         timer that has merely been allocated because get_contents() does
6262         that.
6263         (wtimer_update): Abort if the timer is not initialized.
6264
6265 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6266
6267         * retr.c (get_contents): Pass the timer to limit_bandwidth().
6268
6269         * utils.c (wtimer_update): New function instead of wget_elapsed;
6270         just update the timer, but don't return anything.
6271         (wtimer_read): Read and return the last known value of the timer.
6272
6273 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6274
6275         * http.c (persistent_available_p): Instead of matching all the
6276         addresses of HOST and last host, determine the peer's IP address
6277         with socket_ip_address and see if that address is one of those
6278         HOST resolves to.
6279
6280         * host.c (address_list_match_all): Removed.
6281         (address_list_find): New function, finds an IP address in the
6282         address list.
6283
6284         * ftp.c (ftp_do_pasv): Get the peer's address here, and pass it to
6285         ftp_epsv so it doesn't need to call getpeername.
6286
6287         * ftp-basic.c (ftp_port): Use socket_ip_address instead of
6288         getpeername.
6289         (ftp_lprt): Ditto.
6290
6291         * connect.c (socket_ip_address): Replaces conaddr, generalized to
6292         either get peer's or local address.
6293         (sockaddr_get_data): Made local to this file.
6294
6295 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6296
6297         * hash.c (HASH_POSITION): Explicitly accept the hash function.
6298         (grow_hash_table): Extract ht->hash_function outside the loop.
6299         (hash_table_remove): Ditto.
6300         (hash_table_clear): Fill entries with 0xff to clear them.
6301         (hash_table_remove): Mark entries as deleted with the correct
6302         marker.
6303
6304 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6305
6306         * http.c (persistent_available_p): No reason for the host lookup
6307         to be silent -- it's a lookup like any other.
6308
6309 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
6310
6311         * connect.c (register_extended): Check that fd >= 0.
6312
6313 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
6314
6315         * connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
6316
6317 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
6318
6319         * hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
6320         the field is empty.  This allows NULL pointer and 0 value to be
6321         used as keys, which is necessary for the connect.c code to work
6322         when fd==0.
6323         (hash_table_new): Fill mappings with 0xff.
6324         (grow_hash_table): Ditto.
6325
6326 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
6327
6328         * url.c (url_parse): Allow empty ports.
6329
6330 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
6331
6332         * main.c (print_help): Break the help string into multiple chunks.
6333         (cmdline_option): New option handler OPT_FUNCALL.  Generalized
6334         HANDLE_CMD to generic DATA.
6335         (option_data): Use the new OPT_FUNCALL feature.
6336
6337 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
6338
6339         * log.h: Declare log_init, log_close, and
6340         log_request_redirect_output here.
6341
6342 2003-11-05  Dennis Smit  <ds@nerds-incorporated.org>
6343
6344         * main.c: (main): added --preserve-permissions option.
6345
6346         * ftp.c (ftp_retrieve_list): added support for
6347         --preserve-permissions option.
6348
6349         * init.c: added support for --preserve-permission option.
6350
6351         * option.h: added support for --preserve-permission option.
6352
6353 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
6354
6355         * main.c (init_switches): New function.  Convert option_data to
6356         long_options and short_options, which can be fed to getopt_long.
6357         (main): Execute command-line options by consulting option_data.
6358
6359 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
6360
6361         * gen_sslfunc.c (ssl_read): Implement a more correct check for
6362         EINTR.
6363         (ssl_write): Ditto.
6364         (init_ssl): Use a global SSL context.
6365
6366 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
6367
6368         * connect.c (xclose): Free INFO even if it doesn't provide a
6369         closer.
6370
6371 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
6372
6373         * connect.c: Updated all callers of
6374         iread/ssl_iread/iwrite/ssl_iwrite to use xread and xwrite instead.
6375
6376         * rbuf.h (struct rbuf): Removed the SSL member because SSL is
6377         handled automatically by xread.
6378
6379         * hash.c (ptrhash): Made private.
6380         (ptrcmp): Ditto.
6381         (inthash): Removed.
6382
6383         * connect.c (select_fd): Don't set errno, leave it to the caller.
6384
6385         * gen_sslfunc.c (connect_ssl): Use register_extended to register
6386         SSL callbacks for communication with SSL-enabled endpoints.
6387         (ssl_read): New function.
6388         (ssl_write): Ditto.
6389         (ssl_poll): Ditto.
6390         (ssl_close): Ditto.
6391
6392         * connect.c (register_extended): New function -- register
6393         callbacks for basic socket operations.
6394         (xread): Ditto.
6395         (xwrite): Ditto.
6396         (xclose): Ditto.
6397         (sock_read): New function, default implementation for reading.
6398         (sock_write): Ditto for writing.
6399         (sock_poll): Ditto for polling.
6400         (sock_close): Ditto for closing.
6401
6402 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
6403
6404         * connect.c (bindport): Fix compilation under pre-C99 compilers.
6405
6406 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
6407
6408         * connect.c (connect_to_ip): More compact error checking.
6409         (bindport): Don't treat failed setsockopt as a fatal error.
6410
6411 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
6412
6413         * connect.c (resolve_bind_address): Use a more accurate error
6414         message -- we're not binding to ANY, we're disabling bind
6415         altogether.
6416
6417 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
6418
6419         * cookies.c (save_cookies_mapper): Respect the setting of
6420         keep-session-cookies.
6421         (cookie_jar_load): Import session cookies.
6422         Based on code submitted by Nicolas Schodet.
6423
6424         * utils.c (datetime_str): Use information in TM when it's
6425         non-NULL.
6426
6427         * main.c (main): New option `--keep-session-cookies'.
6428
6429 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
6430
6431         * Makefile.in (realclean): Delete config.h.in.
6432
6433 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
6434
6435         * config-post.h: New file, included from now autogenerated
6436         config.h.in.
6437
6438 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
6439
6440         * progress.c (progress_handle_sigwinch): Don't call
6441         determine_screen_width() from the signal handler.  Instead, just
6442         set a volatile variable.
6443         (bar_create): Check whether SIGWINCH was received.
6444         (bar_update): Ditto.
6445
6446         * sysdep.h: Define SYSTEM_FNMATCH only if HAVE_FNMATCH_H is true.
6447
6448 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6449
6450         * utils.c (xsleep): New function.  Uses nanosleep where available,
6451         resuming sleeps interrupted by signals.  Updated callers of sleep
6452         and usleep to use xsleep.
6453
6454 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6455
6456         * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
6457         declaration of SEED.
6458
6459 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6460
6461         * log.c (logvprintf): Documented better.  Renamed to
6462         log_vprintf_internal to avoid confusion with the public API
6463         functions logprintf and logputs.
6464
6465 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6466
6467         * wget.h (N_): Don't parenthesize argument.
6468
6469 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6470
6471         * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
6472         because that doesn't work on machines that define it as bitfield.
6473
6474 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
6475
6476         * connect.c (select_fd): Generalize the third argument into WAIT,
6477         so that the caller can request waiting for both read and write.
6478         Updated callers.
6479
6480 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6481
6482         * html-url.c (cleanup_html_url): Destroy the hash tables, don't
6483         just call free on them.
6484         (init_interesting): Use hash_table_put instead of string_set_add
6485         because we don't need the strdup that the latter function
6486         performs.
6487
6488         * init.c (cleanup): Don't pass NULL to cookie_jar_delete.
6489
6490         * xmalloc.c (xfree_real): Abort when passed a NULL pointer.
6491         (xfree_debug): Print at the file and line of the offending call to
6492         free.
6493
6494 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6495
6496         * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE
6497         define to log.h.  Moved the INFINITE_RECURSION define to recur.h.
6498
6499         * xmalloc.h: Renamed FREE_MAYBE to xfree_null and moved the
6500         definition from wget.h to xmalloc.h.
6501
6502 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
6503
6504         * html-parse.c (decode_entity): New function; split the decoding
6505         of entities here.
6506         (convert_and_copy): Use it to decode entities.
6507         (decode_entity): Handle the &apos entity.
6508         (decode_entity): Don't decode Latin 1 numeric entities.  Don't
6509         decode &#0.
6510
6511 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6512
6513         * ftp-opie.c (calculate_skey_response): Use uint32_t instead of
6514         `unsigned long' for the cheksum array.  Document the function.
6515
6516 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6517
6518         * connect.c (acceptport): Don't call select_fd when timeout is not
6519         requested.
6520
6521 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
6522
6523         * host.c: Removed the ip_default_family global variable.
6524
6525         * host.c (lookup_host): Document the function.  Fixed declaration
6526         of VEC.
6527
6528 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6529
6530         * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array
6531         in various places.
6532
6533 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6534
6535         * wget.h: Move declarations of malloc and logging code to
6536         xmalloc.h and log.h respectively to unclutter this file.
6537         (STRDUP_ALLOCA): Made it side-effect free.
6538
6539         * xmalloc.h: New files.  Define macros xnew, xnew0, xnew_array,
6540         and xnew0_array.
6541
6542         * xmalloc.c: New file.  Move the xmalloc routines here.
6543
6544 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6545
6546         * connect.c (sockaddr_set_data): Remove the broken code that
6547         checked for NULL address.
6548
6549 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6550
6551         * host.c (address_list_from_single): Removed.
6552         (address_list_from_ipv4_addresses): Renamed from
6553         address_list_from_vector.
6554
6555 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
6556
6557         * sysdep.h (CLOSE): Don't call close on file descriptors less than
6558         0, i.e. on uncreated sockets.
6559
6560         * connect.c (resolve_bind_address): Work on struct sockaddr
6561         directly.
6562         (connect_to_host): Replacement for connect_to_many.  Resolve HOST
6563         and connect to any of its addresses.  If we can't connect and the
6564         host name lookup was cached, try to resolve it again.  This should
6565         fix problems with hosts behind dynamic DNS.  Updated all callers.
6566         (connect_to_ip): Replacement for connect_to_one.  Removed SILENT;
6567         added the argument PRINT instead.  Updated all callers.
6568         (set_connection_host_name): Removed.
6569
6570         * host.c (address_list_address_at): New function instead of
6571         address_list_copy_one. It returns a pointer to ip_address *, so
6572         it's not necessary to copy the data.
6573         (address_list_cached_p): New function.
6574         (forget_host_lookup): Ditto.
6575
6576         * connect.c: Got rid of the MSOCK global variable.  Made bindport
6577         return the local socket it creates.  Added a new argument to
6578         acceptport, the socket to call accept on.  Updated callers.
6579         (closeport): Removed.
6580
6581         * connect.c: Moved the sockaddr code from host.c to this file,
6582         because most of that stuff is used for connecting, and has nothing
6583         to do with host names anyway.
6584         (sockaddr_set_data, sockaddr_get_data): New functions, replace the
6585         old sockaddr_set_address, sockaddr_set_port, sockaddr_get_address,
6586         and sockaddr_get_port.
6587
6588 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6589
6590         * sysdep.h: Use `S >= 8' rather than `S == 8' when looking for
6591         large integers.
6592
6593 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6594
6595         * url.c (append_uri_pathel): New argument ESCAPED_P that says
6596         whether [B, E) is to be treated as URL-escaped or not.  If
6597         ESCAPED_P is false, don't unescape the region.
6598         (url_file_name): u->file is not URL-escaped.
6599
6600 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
6601
6602         * retr.c (retrieve_from_file): Use retrieve_tree for
6603         page-requisites.
6604
6605         * main.c (main): Don't define opt.recursive when -p is used.
6606         Instead, make sure that recursion is used for HTTP in that case.
6607
6608 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
6609
6610         * host.h: Defined accessors for elements of ip_address.  Updated
6611         all callers.
6612         (address_list_match_all): Use memcmp in the non-IPv6 case.
6613
6614         * wget.h (CONNECT_ERROR): Don't retry connecting if connect()
6615         returned EAFNOSUPPORT.
6616
6617 2003-10-27  Mauro Tortonesi <mauro@deepspace6.net>
6618
6619         * connect.h: changed bindport prototype and added the related
6620         BIND_ON_IPV4_ONLY and BIND_ON_IPV6_ONLY flags.
6621
6622         * connect.c: changed bindport and resolve_bind_address to allow
6623         protocol-version specific DNS resolution. modified conaddr,
6624         acceptport and connect_to_one to make use of struct
6625         sockaddr_storage and of the new ip_address structure.
6626
6627         * ftp-basic.c: added LPRT/LPSV (RFC1639) support, refactored
6628         PORT/PASV (RFC959) and EPRT/EPSV (RFC2428) support code.
6629
6630         * ftp.c: added the ftp_do_port and ftp_do_pasv functions to
6631         handle FTP over IPv6.
6632
6633         * ftp.h: changed prototype of ftp_epsv and added prototypes for
6634         ftp_lpsv, ftp_lprt and ftp_eprt.
6635
6636         * host.c: renamed the
6637         wget_sockaddr_set_address and wget_sockaddr_get_addr, and
6638         wget_sockaddr_{s,g}et_port couples to sockaddr_{s,g}et_address and
6639         sockaddr_{g,s}et_port respectively.  changed
6640         address_list_match_all, address_list_from_addrinfo sockaddr_len,
6641         pretty_print_address, lookup_host, sockaddr_{s,g}et_address and
6642         sockaddr_{g,s}et_port to make use of struct sockaddr_storage and
6643         of the new ip_address structure.  removed map_ipv4_to_ip and
6644         map_ip_to_ipv4.
6645
6646         * host.h: redefined structure ip_address and removed structure
6647         wget_sockaddr.
6648
6649 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
6650
6651         * sysdep.h: Include inttypes.h where available.
6652
6653         * host.c: Switch from u_int32_t to uint32_t.
6654
6655 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
6656
6657         * netrc.c (parse_netrc): Reset the QUOTE flag after the closing
6658         quote.
6659
6660 2003-10-25  Hrvoje Niksic  <hniksic@xemacs.org>
6661
6662         * url.c (is_valid_ipv6_address): Reformat to GNU coding style.
6663         Use enums for NS_IN* constants.  Use ISXDIGIT.
6664
6665         * convert.c (construct_relative): Document better how the function
6666         works.
6667
6668 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6669
6670         * config.h.in: Deploy preprocessor magic to avoid Ultrix's
6671         <netdb.h> include <bitypes.h> which defines its own u_int32_t.
6672         Reported by Bernhard Simon.
6673
6674 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6675
6676         * version.c: Bump version.
6677
6678 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
6679
6680         * url.c: Ditto.
6681
6682         * html-parse.c (advance_declaration): Don't use trailing comma in
6683         enum because older compilers don't support it.
6684
6685         * utils.c: Don't redefine HAVE_SIGSETJMP.
6686
6687 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
6688
6689         * convert.c (construct_relative): Don't handle absolute files
6690         specially -- for example, -P/tmp/foo shouldn't imply that
6691         converted files must refer to "/tmp/foo/..."!
6692
6693 2003-10-15  Hrvoje Niksic  <hniksic@xemacs.org>
6694
6695         * http.c: Consider status 307 a valid redirect.
6696
6697 2003-10-15  Philip Stadermann  <philip.stadermann@credativ.de>
6698
6699         * ftp.c (ftp_retrieve_glob): Correctly loop through the list whose
6700         elements might have been deleted.
6701
6702 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
6703
6704         * html-url.c (tag_handle_meta): Set the Refresh link to expect
6705         HTML.
6706         (append_one_url): Renamed to append_url.
6707
6708 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
6709
6710         * sysdep.h: Only define u_int32_t.
6711
6712 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6713
6714         * utils.c (large_int_to_string): Use snprintf() to print the
6715         number.  This will work even on systems where libc doesn't
6716         understand %lld, but the compiler does, because it will use our
6717         snprintf replacement.
6718
6719         * init.c (parse_bytes_helper): New function.
6720         (cmd_bytes): Use it to parse bytes, but cast the result to long.
6721         (cmd_bytes_large): Ditto, but store the result to LARGE_INT.  Used
6722         for --quota so that --quota=10G works even on machines without
6723         long long.
6724
6725         * options.h (struct options): Declare quota as LARGE_INT.
6726
6727         * retr.c (downloaded_exceeds_quota): Removed.
6728         (downloaded_increase): Ditto.
6729         (total_downloaded_bytes): New variable, replaces opt.downloaded,
6730         which was the wrong place for it anyway.  Updated callers of
6731         downloaded_exceeds_quota and downloaded_increase to check this
6732         variable directly.
6733
6734         * sysdep.h: Get rid of VERY_LONG_TYPE.  Use LARGE_INT for the same
6735         purpose, defined as `long', `long long' or `double', depending on
6736         size of long and whether long long is available.
6737
6738 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6739
6740         * sysdep.h: Also check size of short for int32_t.
6741
6742 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6743
6744         * host.c (lookup_host): Use u_int32_t to store the result of
6745         inet_addr().  That removes the need for offset fiddling, caring
6746         about endian-ness, etc.
6747
6748         * sysdep.h: Define int32_t and u_int32_t if not available.
6749
6750 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
6751
6752         * ftp-basic.c (ftp_epsv): Use socklen_t * as the third argument to
6753         getpeername.
6754
6755         * config.h.in: Define socklen_t stub.
6756
6757         * host.c (sockaddr_len): Return socklen_t.
6758
6759         * connect.c (conaddr): Use socklen_t as the third argument to
6760         accept, getsockname, and connect.
6761
6762 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6763
6764         * recur.c (retrieve_tree): Don't descend into documents that are
6765         not expected to contain HTML, regardless of their content-type.
6766
6767         * html-url.c (tag_url_attributes): Record which attributes are
6768         supposed to yield HTML links that can be followed.
6769         (tag_find_urls): Propagate that information to the caller through
6770         struct urlpos.
6771
6772 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6773
6774         * hash.c (find_mapping): Return the next available mapping when
6775         the key is not found, not NULL.
6776         (hash_table_put): Use find_mapping to find the storage for the new
6777         data.
6778         (hash_table_put): Grow the table before exceeding maximum
6779         fullness, not afterwards.
6780
6781 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
6782
6783         * hash.c (hash_table_new): Slightly change the meaning of the
6784         first parameter.  Instead of being the minimum initial size, it is
6785         now the minimum number of items that the hash table can take
6786         without needing to resize.
6787
6788 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
6789
6790         * html-url.c (init_interesting): Initialize interesting_tags and
6791         interesting_attributes as hash tables.  This simplifies the code
6792         immensely because hash tables handle allocation and remove
6793         duplicates automatically.
6794         (find_tag): Removed.
6795         (collect_tags_mapper): Instead of calling find_tag, simply get the
6796         entry from interesting_tags hash table, which is both simpler and
6797         faster.
6798
6799 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
6800
6801         * hash.c (hash_table_get): Declare hash-table argument as const.
6802         (find_mapping): Ditto.
6803         (hash_table_get_pair): Ditto.
6804         (hash_table_contains): Ditto.
6805         (hash_table_count): Ditto.
6806
6807 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6808
6809         * html-url.c (get_urls_html): Parse the appropriate flags to
6810         html-parse.c.
6811
6812         * html-parse.c (map_html_tags): Accept FLAGS from the caller
6813         instead of examining OPT.
6814
6815 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6816
6817         * html-url.c (find_tag): Switch to binary search.
6818
6819 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6820
6821         * main.c (print_help): Fix typo; stured -> stored.
6822
6823 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6824
6825         * getopt.c: Add definitions of getopt_long and getopt_long_only.
6826
6827 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6828
6829         * config.h.in: Renamed DEBUG to ENABLE_DEBUG.  ENABLE_DEBUG is, I
6830         think, a better name, because it implies that debugging output is
6831         merely possible, not "on by default", as might be construed from
6832         just DEBUG.
6833
6834 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6835
6836         * ftp.c (has_insecure_name_p): Define it here.
6837
6838         * utils.c (has_wildcards_p): Define it here.
6839
6840         * sysdep.h: Declare fnmatch-related macros here, if not using
6841         system fnmatch().  Update .c files to not declare fnmatch.h
6842         directly.
6843
6844         * cmpt.c (fnmatch): Moved here.  Use it only under non-GNU libc.
6845
6846 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
6847
6848         * getopt.c: Newer version, imported from Free libit.
6849
6850 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
6851
6852         * cookies.c (struct cookie): Remove unused backpointer to cookie
6853         jar.
6854
6855 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
6856
6857         * cmpt.c (memmove): Comment out, since it's no longer used.
6858
6859         * cookies.c (cookie_jar_generate_cookie_header): Allocate room for
6860         chains in one pass.
6861         (find_chains_of_host): Assume that the caller has allocated DEST
6862         to be sufficiently large to take all the data.
6863         (eliminate_dups): Run through the array and eliminate dups on the
6864         fly instead of using memmove.
6865         (cookie_jar_process_set_cookie): Free cookie->domain before
6866         re-setting it.
6867
6868 2003-10-05  Gisle Vanem  <giva@bgnett.no>
6869
6870         * mswindows.c (set_sleep_mode): Fix type of
6871         _SetThreadExecutionState.
6872
6873 2003-10-05  Hrvoje Niksic  <hniksic@xemacs.org>
6874
6875         * utils.c (file_size): Return -1 if fopen() returns NULL.  Prior
6876         to this patch, wget --post-file=nosuchfile dumped core.
6877
6878 2003-10-04  Gisle Vanem  <giva@bgnett.no>
6879
6880         * mswindows.c (run_with_timeout): Use WaitForSingleObject to wait
6881         for thread termination.
6882
6883 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
6884
6885         * log.c: Use `...' in function definitions; ansi2knr will convert
6886         them to va_dcl.  This allowed removal of the ugly VA_START_1 and
6887         VA_START_2 macros.
6888
6889 2003-10-03  Gisle Vanem  <giva@bgnett.no>
6890
6891         * connect.c: And don't include them here.
6892
6893         * mswindows.h: Include winsock headers here.
6894
6895 2003-10-03  Hrvoje Niksic  <hniksic@xemacs.org>
6896
6897         * html-parse.c (convert_and_copy): Move variable declarations
6898         before statements.
6899
6900 2003-10-02  Gisle Vanem  <giva@bgnett.no>
6901
6902         * mswindows.c (run_with_timeout): For Windows: Run the 'fun' in a
6903         thread via a helper function. Continually query the thread's
6904         exit-code until finished or timed out.
6905
6906 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6907
6908         * wget.h (XMALLOC_ARRAY): Removed.
6909         (ALLOCA_ARRAY): Ditto.
6910
6911         * html-parse.c: Renamed alloca_p to resized.
6912         (GROW_ARRAY): Renamed DO_REALLOC_FROM_ALLOCA to GROW_ARRAY and
6913         returned it to html-parse.c, since nothing else was using it.
6914
6915 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6916
6917         * retr.c (retrieve_url): Initialize DUMMY storage for DT.  Caught
6918         by valgrind.
6919
6920 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6921
6922         * html-parse.c (convert_and_copy): Handle numeric entities in
6923         hexadecimal, &#xHH.
6924         (convert_and_copy): Copy the contents directly to the pool without
6925         a stack-allocated intermediary.
6926
6927 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
6928
6929         * utils.c (alarm_set): New function; use either setitimer or alarm
6930         to set up the alarm.
6931         (alarm_cancel): New function; cancel the alarm set up by
6932         alarm_set.
6933         (run_with_timeout): Use them.
6934
6935 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
6936
6937         * url.c (url_parse): Don't leak memory when a reencoded URL turns
6938         out to be invalid.
6939
6940         * url.c (parse_errors): Mark error messages for translation.
6941         (url_error): Translate error messages returned to the caller.
6942
6943 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
6944
6945         * ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up
6946         the compiler.
6947
6948 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6949
6950         * src/mswindows.c: Added ws_percenttitle() showing progress in the
6951         window titlebar. Called from retr.c. Secured ws_mypath().
6952
6953         * windows/config.h.ms: alloca() prototype not needed.  Removed
6954         "#undef ENABLE_NLS"; should be in Makefile IMHO. Moved
6955         WGET_USE_STDARG from mswindows.h to config.ms.h because of #ifdef
6956         in log.c. (MSVC's vararg.h and stdarg.h are incompatible).
6957
6958 2003-09-29  Aaron Hawley <Aaron.Hawley@uvm.edu>
6959
6960         * ftp.c (getftp): --spider option should now work with FTP
6961         downloads.
6962         (ftp_loop_internal): quiet reports and calculations of downloads
6963         when --spider option set, nor try deleting when --delete-after
6964         also set.
6965         (ftp_loop): --spider will skip HTML-ification of .listing file.
6966
6967 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6968
6969         * mswindows.c (read_registry): Removed.
6970         (set_sleep_mode): New function.
6971         (windows_main_junk): Call it.
6972
6973 2003-09-26  Gisle Vanem  <giva@bgnett.no>
6974
6975         * mswindows.c (read_registry): Fix invocation of registry
6976         functions.
6977
6978         * mswindows.c (read_registry): Condition definitions of sleep and
6979         usleep with not HAVE_SLEEP and HAVE_USLEEP respectively.  Define
6980         HAVE_SLEEP and HAVE_USLEEP under __DMC__.
6981
6982 2003-09-24  Hrvoje Niksic  <hniksic@xemacs.org>
6983
6984         * url.c (url_escape_1): Revert unintentional change to lowercase
6985         xdigit escapes.
6986         (url_escape_dir): Document that this function depends on the
6987         output of url_escape_1.
6988
6989 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
6990
6991         * progress.c (create_image): Print the current ETA if we're done
6992         with the download.
6993         (create_image): Change '-' display char to '+' in the progress bar.
6994
6995         * Makefile.in (clean): Remove .libs.
6996
6997 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
6998
6999         * cookies.c (struct cookie): New flag domain_exact.
7000         (update_cookie_field): Skip leading dot in domain.
7001         (find_matching_chains): Match numeric addresses exactly; don't
7002         needlessly copy HOST to the stack.
7003         (matching_cookie): Added argument HOST.  If cookie->domain_exact
7004         is set, check that HOST is equal to cookie->domain.
7005         (cookie_jar_load): Only use TAB as delimiter.  Document the
7006         meaning of DOMAIN-FLAG.  Skip leading dot in domain.
7007         (cookie_jar_load): Don't ignore DOMAIN-FLAG -- instead, set
7008         domain_exact to true if DOMAIN-FLAG is false.
7009         (save_cookies_mapper): If domain_exact is false, prepend the
7010         domain with dot, like Mozilla does.
7011
7012 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
7013
7014         * progress.c (create_image): Print the initial part of the
7015         download with '-' characters, analogous to how dot progress prints
7016         the initial part with ','.
7017
7018         * hash.c (ptrhash): New function.
7019         (ptrcmp): Ditto.
7020         (hash_table_new): Default to identity hash table.
7021
7022 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
7023
7024         * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
7025         broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
7026         to unsigned short instead.
7027
7028 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
7029
7030         * url.c (path_simplify): Instead of calls to memmove, handle "./"
7031         and "../" by advancing pointers.
7032
7033 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
7034
7035         * retr.c (getproxy): Moved from url.c.
7036
7037         * convert.c: Split off link conversion from url.c into separate
7038         file.  Also included the book-keeping stuff from recur.c.
7039
7040 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
7041
7042         * init.c: Improved documentation of functions.
7043         (cmd_boolean): Attempt to make code that tries to avoid calling
7044         strcmp for "speed" a bit more readable.
7045
7046         * init.c (simple_atof): Report error on encountering non-digit,
7047         non-"." character.
7048         (simple_atoi): Replacement for myatoi(), calling interface
7049         compatible with simple_atof.  Updated myatoi's callers.
7050
7051 2003-09-21  Bertrand Demiddelaer  <bert@b3rt.org>
7052
7053         * url.c (path_simplify): Would read two bytes past the end of the
7054         string in the "./" case.
7055
7056 2003-09-21  Matthew J. Mellon  <mellon@tymenet.com>
7057
7058         * http.c (gethttp): Recognize content-type "application/xhtml+xml"
7059         as what Wget considers "text/html".
7060
7061 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
7062
7063         * connect.c (connect_with_timeout): Made timeout type double.
7064
7065         * options.h (struct options): New members read_timeout,
7066         dns_timeout, and connect_timeout.
7067         Use them.
7068
7069 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
7070
7071         * init.c (simple_atof): New function.
7072         (cmd_time): Use it.
7073         (cmd_bytes): Accept things like "1.5k" and such.  Use simple_atof
7074         to parse decimals.
7075
7076         * retr.c (limit_bandwidth): Adjust each sleep by the error of the
7077         previous one.
7078
7079 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
7080
7081         * main.c (main): Use setoptval() for setting the options.  Use
7082         run_command for `-e'.
7083
7084         * init.c (parse_line): Rewritten to return COMIND right away.
7085         Changed linkage to static.
7086         (run_wgetrc): Use the available comind when calling setval, so it
7087         doesn't have to be computed twice.
7088         (setval_internal): New function, runs the command's action without
7089         any error checking.
7090         (setoptval): New function, does what setval used to do, but exits
7091         in case of error.
7092         (run_command): New function.
7093
7094 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
7095
7096         * connect.c (select_fd): Change MAXTIME's type to double.  Handle
7097         its decimal part.
7098
7099         * retr.c (sleep_between_retrievals): In the random-wait case, use
7100         random_float() to wait between 0 and 2*opt.wait seconds.
7101
7102         * utils.c (run_with_timeout): Accept `double' timeouts.  Correctly
7103         handle timeout values in (0, 1) range.
7104         (random_float): New function.
7105
7106         * options.h (struct options): Change the types of wait, waitretry,
7107         and timeout to double.
7108
7109         * init.c (cmd_time): Accept floating point time.
7110
7111 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
7112
7113         * retr.c (get_contents): Cosmetic fixes.
7114
7115 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
7116
7117         * url.c (uri_merge): Get rid of uri_merge_1.
7118         (uri_merge): Merge "foo//", "bar" as "foo//bar", not "foo///bar",
7119         i.e. don't add an extra slash merely because BASE ends with two
7120         slashes.
7121         (parse_credentials): Renamed from parse_uname.  Rewrittern in
7122         standard [beg, end) calling style.
7123         (url_skip_credentials): Renamed from url_skip_uname.  Made static.
7124         (url_skip_credentials): Include # and ; as terminators.  Old code
7125         would mistakenly consider "http://foo.com#hniksic@iskon.hr" to
7126         contain a username.
7127         (url_skip_scheme): Removed because it was unused.
7128         (url_has_scheme): Require "scheme" to be at least one char long.
7129
7130 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
7131
7132         * url.c (url_file_name): Expect NULL dir_prefix.
7133
7134         * init.c (cmd_file): Use a macro to prevent multiple #ifdef
7135         WINDOWS.
7136         (defaults): Set dir_prefix to NULL by default.
7137
7138 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
7139
7140         * safe-ctype.h (_sch_test): Cast BIT to unsigned char, like latest
7141         gcc does.
7142
7143 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
7144
7145         * wget.h (BOUNDED_TO_ALLOCA): Evaluate PLACE only once.
7146         (ARRAY_SIZE): Renamed to countof.  All callers updated.
7147
7148 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
7149
7150         * main.c (main): New option --strict-comments.
7151
7152         * html-parse.c (find_comment_end): New function: simple BM search
7153         for "-->".
7154         (map_html_tags): Use it if looking at a comment and not in strict
7155         comments mode.
7156
7157 2003-09-17  Aurelien Marchand  <artaxerxes@users.sf.net>
7158
7159         * ftp.h: Added OS400 system in enum
7160         * ftp-basic.c: recognize OS400 systems
7161         * ftp.c: don't prepend the CWD if talking to OS400, since it
7162         breaks the change in library
7163
7164 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
7165
7166         * retr.c (get_contents): Pass the correct argument to ssl_iread.
7167
7168 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
7169
7170         * safe-ctype.h: Don't #define ctype.h macros to errors because
7171         that loses when someone #include's ctype.h after safe-ctype.h.
7172
7173 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
7174
7175         * url.c: Undef U, W, C after use.
7176
7177 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
7178
7179         * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
7180         be augmented by ",nocontrol" which means don't escape the control
7181         characters, but otherwise keep OS settings.
7182
7183         * url.c (file_unsafe_char): Deleted.
7184         (append_uri_pathel): Query filechr_table directly.
7185         (filechr_table): Separated Unix, Windows, and control-unsafe
7186         characters.
7187
7188 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
7189
7190         * url.c (url_escape_1): New function.
7191         (url_escape): Use it.
7192         (sync_path): Handle pathological cases where u->file and u->dir
7193         contain really strange characters.
7194         (ENCODE): Deleted.
7195         (REENCODE): Deleted.
7196
7197 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
7198
7199         * url.c (url_file_name): Don't reallocate FNAME if the file
7200         doesn't exist, as is usually the case.
7201
7202         * utils.c (unique_name): New flag allow_passthrough.
7203
7204 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
7205
7206         * utils.c (wtimer_sys_diff): Convert the time difference to signed
7207         __int64, then to double.  This works around MS VC++ 6 which can't
7208         convert unsigned __int64 to double directly.
7209
7210 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
7211
7212         * Makefile.in (clean): Also remove the core.<number> files
7213         produced by recent Linux systems.
7214
7215 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
7216
7217         * http.c (post_file): Don't pad the file if it's not large
7218         enough.  Bail out instead.
7219
7220 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
7221
7222         * retr.c (get_contents): Reduce the buffer size to the amount of
7223         data that may pass through for one second.  This prevents long
7224         sleeps when limiting bandwidth.
7225
7226         * connect.c (connect_to_one): Reduce the socket's RCVBUF when
7227         bandwidth limitation to small values is requested.
7228
7229 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
7230
7231         * progress.c (update_speed_ring): Moved the speed ring update to a
7232         separate function and documented it better.
7233
7234         * progress.c: Use `double' for most timers to support granularity
7235         smaller than 1ms.
7236
7237 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
7238
7239         * wget.h (XDIGIT_TO_XCHAR): Implement as index into a literal
7240         string.
7241         (XDIGIT_TO_xchar): Ditto.
7242
7243 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
7244
7245         * utils.c: Change the type of timer-related functions from long to
7246         double, for better precision.  On machines supporting gettimeofday
7247         the timers now work with granularity of less than one millisecond.
7248
7249 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
7250
7251         * cookies.c (parse_set_cookies): Fixed the parser to handle more
7252         edge conditions.
7253         (test_cookies): New function, contains a test suite for
7254         parse_set_cookies.
7255
7256 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
7257
7258         * url.c (strpbrk_or_eos): Implement as a macro under Gcc.
7259
7260 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
7261
7262         * cookies.c (parse_set_cookies): Allow trailing space in
7263         set-cookies header.  Also, allow any amount of whitespace, not
7264         only one character.  Allow empty set-cookies header without
7265         spewing an error.
7266
7267 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
7268
7269         * url.c (append_uri_pathel): Use opt.restrict_file_names when
7270         calling file_unsafe_char.
7271
7272         * init.c: New command restrict_file_names.
7273
7274         * main.c (main): New option --restrict-file-names[=windows,unix].
7275
7276         * url.c (url_file_name): Renamed from url_filename.
7277         (url_file_name): Add directory and hostdir prefix here, not in
7278         mkstruct.
7279         (append_dir_structure): New function, does part of the work that
7280         used to be in mkstruct.  Iterates over path elements in u->path,
7281         calling append_uri_pathel on each one to append it to the file
7282         name.
7283         (append_uri_pathel): URL-unescape a path element and reencode it
7284         with a different set of rules, more appropriate for handling of
7285         files.
7286         (file_unsafe_char): New function, uses a lookup table to decide
7287         whether a character should be escaped for use in file name.
7288         (append_string): New utility function.
7289         (append_char): Ditto.
7290         (file_unsafe_char): New argument restrict_for_windows, decide
7291         whether Windows file names should be escaped in run-time.
7292
7293         * connect.c: Include <stdlib.h> to get prototype for abort().
7294
7295 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
7296
7297         * utils.c (wtimer_sys_set): Extracted the code that sets the
7298         current time here.
7299         (wtimer_reset): Call it.
7300         (wtimer_sys_diff): Extracted the code that calculates the
7301         difference between two system times here.
7302         (wtimer_elapsed): Call it.
7303         (wtimer_elapsed): Don't return a value smaller than the previous
7304         one, which could previously happen when system time is set back.
7305         Instead, reset start time to current time and note the elapsed
7306         offset for future calculations.  The returned times are now
7307         guaranteed to be monotonically nondecreasing.
7308
7309 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
7310
7311         * host.c (lookup_host): Print the result of the DNS lookup.
7312
7313 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
7314
7315         * init.c (cmd_boolean): Accept yes/no along with on/off.
7316         (cmd_lockable_boolean): Ditto.
7317
7318 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
7319
7320         * init.c: New command dns_cache.
7321
7322         * main.c (main): New option --dns-cache[=off].
7323
7324 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
7325
7326         * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
7327
7328         * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
7329         HAVE_GETADDRINFO for getaddrinfo-related stuff.
7330
7331 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
7332
7333         * url.c (url_parse): Return an error if the URL contains a [...]
7334         IPv6 numeric address and we don't support IPv6.
7335
7336 2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
7337
7338         * url.c (is_valid_ipv6_address): Modified to not require
7339         zero-terminated strings.
7340         (is_valid_ipv4_address): Ditto.
7341
7342 2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
7343
7344         src/url.c: added RFC 2732 compliance for URL parsing. The
7345         functions is_*_address valid are a modified version of
7346         glibc 2.3.2 inet_pton's code.
7347
7348 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
7349
7350         * main.c init.c options.h: Added --retry-connrefused option so
7351         that Connection Refused failures are treated as non-fatal (when
7352         trying to retrieve from busy servers).
7353
7354         * wget.h: New CONNECT_ERROR macro for encapsulating this
7355         modification.
7356
7357         * ftp.c http.c : Use CONNECT_ERROR macro in places where
7358         ECONNREFUSED was checked.
7359
7360 2003-01-11  Ian Abbott  <abbotti@mev.co.uk>
7361
7362         * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined
7363         by calling new function has_insecure_name_p.  This is based on a
7364         patch by Red Hat.
7365
7366         * fnmatch.c (has_insecure_name_p): New function: returns non-zero
7367         if filename starts with `/' or contains `../' and is therefore
7368         considered insecure.
7369
7370         * fnmatch.h: Declare has_insecure_name_p().
7371
7372 2002-08-03  Hrvoje Niksic  <hniksic@xemacs.org>
7373
7374         * init.c (cmd_file): Allocate RESULT correctly.
7375
7376 2002-07-24  Hrvoje Niksic  <hniksic@xemacs.org>
7377
7378         * recur.c (retrieve_tree): Check whether downloaded_html_set is
7379         non-NULL before using it.
7380
7381 2002-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7382
7383         * html-parse.c (NAME_CHAR_P): Allow almost any character here.
7384
7385 2002-05-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7386
7387         * progress.c (bar_set_params): Fall back to dot progress if the
7388         terminal type is "emacs".
7389
7390 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
7391
7392         * log.c: Don't #undef WGET_USE_STDARG.
7393
7394 2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7395
7396         * hash.c (prime_size): Store the offset of the prime number in the
7397         prime table.  When searching, start with the given offset.
7398         (hash_table_new): Pass the pointer to ht->prime_offset to
7399         prime_size.
7400         (grow_hash_table): Ditto.
7401         (prime_size): Make 13 the first prime to make empty hash tables
7402         slightly smaller.
7403
7404 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
7405
7406         * recur.c (download_child_p): Minor optimization to avoid an
7407         unnecessary additional call to schemes_are_similar_p function.
7408
7409 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
7410
7411         * url.c (schemes_are_similar_p): New function to test enumerated
7412         scheme codes for similarity.
7413
7414         * url.h: Declare it.
7415
7416         * recur.c (download_child_p): Use it to compare schemes.  This
7417         also fixes a bug that allows hosts to be spanned (without the
7418         -H option) when the parent scheme is https and the child's is
7419         http or vice versa.
7420
7421 2002-05-14  Bill Richardson  <bill@riverstonenet.com>
7422
7423         * ftp.c (getftp): Don't ftruncate stdout.
7424
7425         * http.c (gethttp): Don't ftruncate stdout.
7426
7427 2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
7428
7429         * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
7430         (get_number): Ditto.
7431         (get_alt_number): Ditto.
7432         (__isleap): New function-like macro used by strptime.
7433         (day_of_the_week): New function used by strptime.
7434         (day_of_the_year): Ditto.
7435         (__mon_yday): Now shared by mktime and strptime implementations.
7436
7437 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7438
7439         * cookies.c (check_domain_match): Use match_tail in case
7440         insensitive mode.
7441
7442         * utils.c (match_tail): Allow the caller to specify case
7443         insensitive mode.
7444
7445         * cookies.c (store_cookie): When expiry_time is 0, print it as
7446         undefined, not indefinite.
7447
7448 2002-05-07  Ian Abbott  <abbotti@mev.co.uk>
7449
7450         * cookies.c (cookie_jar_process_set_cookie): Do not store
7451         discarded cookie.
7452
7453 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
7454
7455         * cookies.c (check_domain_match): Allow cookies to be set for
7456         subdomains of unknown top-level domains under some circumstances.
7457
7458 2002-04-21  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
7459
7460         * gen_ssl.c:
7461         - allow checking of server cert
7462         - allow defining client cert type
7463         - allow limit of ssl protocol
7464         - check more return values
7465         - added debug message on break
7466
7467 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
7468
7469         * recur.c (download_child_p): Revert order of items in check
7470         number 6 for clarity.
7471
7472 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
7473
7474         * init.c: Ditto.
7475
7476         * main.c: Ditto.
7477
7478         * http.c: Use the new interface.
7479
7480         * cookies.c: Provide an OO-style "cookie jar" interface to enable
7481         separate cookie jars.
7482
7483         * http.c (http_atotm): Declare argument as const.
7484
7485 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
7486
7487         * cookies.c (cookie_new): Default to PORT_ANY.
7488         (find_cookie_chain_exact): Only search by DOMAIN.
7489         (find_matching_cookie): Also check that PORT matches.
7490         (store_cookie): Only match the domain.
7491         (set_cookie_header_cb): When a cookie "fakes" a domain, assume it
7492         is valid for that host rather than discarding it completely.
7493         (find_matching_chains): Don't search by PORT.
7494         (matching_cookie): Also match PORT.
7495         (load_cookies): Set the port if specified, otherwise leave it as
7496         ANY.
7497         (save_cookies_mapper): Save the port if specified, otherwise leave
7498         it empty.
7499
7500 2002-04-19  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
7501
7502         * init.c: The option `egdfile' was not in sort order.
7503
7504 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7505
7506         * ftp.c (getftp): Treat directories that begin with <letter>: as
7507         absolute.
7508         (getftp): Strip trailing slashes from con->id before merging it
7509         with TARGET.
7510
7511 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7512
7513         * http.c (gethttp): If Content-Type is not given, assume
7514         text/html.
7515
7516 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7517
7518         * recur.c (download_child_p): Don't ignore rejection of HTML
7519         documents that are themselves leaves of recursion.
7520
7521 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7522
7523         Makefile.in: Updated several dependencies for object files to take
7524         account of nested include files.
7525
7526 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7527
7528         Makefile.in: The target `connect$o' (connect.o) now depends on
7529         `utils.h'
7530
7531 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
7532
7533         * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
7534         (gethostbyname_with_timeout): Use it.
7535
7536         * utils.c: Don't define `SETJMP()', `run_with_timeout_env' or
7537         `abort_run_with_timeout()' when `USE_SIGNAL_TIMEOUT' is undefined.
7538
7539 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7540
7541         * host.c (getaddrinfo_with_timeout): New function.
7542         (gethostbyname_with_timeout): Ditto.
7543         (lookup_host): Use them.
7544
7545 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7546
7547         * utils.c (number_to_string): Handle the case when n < -INT_MAX.
7548
7549 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7550
7551         * init.c (comind): Use a marginally faster implementation of
7552         binary search.  To quote Martin Buchholz, "a nanosecond saved is a
7553         nanosecond earned."
7554
7555 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7556
7557         * main.c (print_help): Document `--post-data' and `--post-file'.
7558
7559 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7560
7561         * http.c (gethttp): Ditto.
7562
7563         * retr.c (retrieve_url): Initialize variables to appease the
7564         compiler.
7565
7566         * gen_sslfunc.c (ssl_iread): Don't handle EINTR when calling
7567         select_fd.
7568         (ssl_iwrite): Ditto.
7569
7570         * connect.c (select_fd): Rewrite to handle EINTR.  Set errno to
7571         ETIMEDOUT in case of timeout.
7572         (iread): No need to handle EINTR when calling select_fd.
7573         (iwrite): Ditto.
7574
7575 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7576
7577         * retr.c (retrieve_url): Make sure that POST is not honored for
7578         redirections.
7579
7580         * http.c (gethttp): Send the POST data when requested.
7581         (post_file): New function.
7582         (gethttp): Use it.
7583
7584         * main.c (main): Ditto.
7585
7586         * init.c: Add new options.
7587
7588         * options.h (struct options): New options post_data and
7589         post_file_name.
7590
7591 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7592
7593         * connect.c (connect_with_timeout): Firing SIGALRM can result in
7594         connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
7595
7596 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7597
7598         * connect.c (connect_with_timeout): Use it.
7599
7600         * utils.c (run_with_timeout): New function.
7601
7602 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7603
7604         * url.c (getproxy): Accept a struct url argument.  This obviates
7605         the need for USE_PROXY_P.
7606
7607         * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
7608
7609         * ftp.c (getftp): Recognize FWTK-style proxy.
7610
7611 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7612
7613         * config.h.in: Only define _VA_LIST when compiled with gcc.
7614
7615 2002-04012  Ian Abbott  <abbotti@mev.co.uk>
7616
7617         * http.c (http_loop): Compensate for MS Windows two-second
7618         granularity of file modification time when comparing timestamps.
7619
7620         * ftp.c (ftp_retrieve_list): Ditto.
7621
7622 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
7623
7624         * utils.c (has_html_suffix_p): New function to test filename for
7625         common html extensions.
7626
7627         * utils.h: Declare it.
7628
7629         * http.c (http_loop): Use it instead of previous test.
7630
7631         * retr.c (retrieve_url): Ditto.
7632
7633         * recur.c (download_child_p): Ditto.
7634
7635 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7636
7637         * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
7638         declaring va_list.
7639         From Kevin Rodgers <kevinr@ihs.com>.
7640
7641 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
7642
7643         * Makefile.in: Specify libtool mode explicitly when linking.
7644
7645 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7646
7647         * connect.c (connect_with_timeout): New function.
7648         (connect_to_one): Use it.
7649
7650         * config.h.in: Add stubs for HAVE_SIGSETJMP, HAVE_SIGBLOCK, and
7651         HAVE_SETJMP_H.
7652
7653 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7654
7655         * log.c: Set WGET_USE_STDARG if __STDC__ is defined and stdarg.h
7656         is present.
7657
7658 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7659
7660         * progress.c (bar_create): If INITIAL is larger than TOTAL, fix
7661         TOTAL.
7662         (bar_finish): Likewise.
7663
7664 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7665
7666         * html-url.c (tag_handle_form): New function.  Pick up form
7667         actions and mark them for conversion only.
7668
7669 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7670
7671         * progress.c (struct progress_implementation): Use PARAMS when
7672         declaring the parameters of *create, *update, *finish, and
7673         *set_params.
7674
7675         * netrc.c: Ditto.
7676
7677         * http.c: Reformat some function definitions so that ansi2knr can
7678         read them.
7679
7680         * hash.c (struct hash_table): Use the PARAMS macro around
7681         parameters in the declaration of hash_function and test_function.
7682         (prime_size): Spell 2580823717UL and 3355070839UL as (unsigned
7683         long)0x99d43ea5 and (unsigned long)0xc7fa5177 respectively, so
7684         that pre-ANSI compilers can read them.
7685         (find_mapping): Use PARAMS when declaring EQUALS.
7686         (hash_table_put): Ditto.
7687
7688         * ftp.h: Wrap the parameters of ftp_index declaration in PARAMS.
7689
7690         * cookies.c (cookie_new): Use (unsigned long)0 instead of 0UL,
7691         which was unsupported by pre-ANSI compilers.
7692
7693         From Nelson H. F. Beebe <beebe@math.utah.edu>, for the most part.
7694
7695 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7696
7697         * url.c (url_filename): Use compose_file_name regardless of
7698         whether opt.dirstruct is set.
7699         (mkstruct): Don't handle the query and the reencoding of DIR; that
7700         is done in compose_file_name.
7701
7702 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7703
7704         * wget.h: Ditto for extern char *exec_name.
7705
7706         * options.h: Don't guard against OPTIONS_DEFINED_HERE -- it is
7707         perfectly legal to follow an `extern' with a non-`extern' ones,
7708         provided the types match.
7709
7710         * main.c: Don't define OPTIONS_DEFINED_HERE.
7711
7712 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7713
7714         * progress.c (create_image): Revert to calculating ETA based on
7715         average download speed.
7716         (create_image): Don't print ETA until the download has been active
7717         for at least 3 seconds.
7718         (create_image): When ETA is not available, don't print anything.
7719         The previous version would print --:--.
7720
7721 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7722
7723         * progress.c (bar_update): Keep updating a subinterval until it
7724         reaches or exceeds a watermark.  That way the measurement will be
7725         guaranteed to span a configurable minimum of time.  The current
7726         default is 3s in 30 100ms intervals.
7727
7728 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7729
7730         * progress.c (bar_update): Maintain an array of the time it took
7731         to perform previous 30 network reads.
7732         (create_image): Calculate the download speed and ETA based on the
7733         last 30 reads, not the entire download.
7734         (create_image): Make sure that the ETA is not changed more than
7735         once per second.
7736
7737 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
7738
7739         * mswindows.c (borland_utime): New function conditionally defined
7740         when `HACK_BCC_UTIME_BUG' is defined.  A reimplementation of
7741         `utime()' as Borland's `utime()' function is broken on Windows 9x
7742         systems.  (Original patch by Chin-yuan Kuo <sr1111111@yahoo.com.tw>.)
7743
7744 2002-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7745
7746         * ftp.c (ftp_loop): Propagate the result of ftp_retrieve_glob.
7747
7748 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
7749
7750         * Makefile.in: Updated several dependencies for object files.
7751
7752 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
7753
7754         * mswindows.c: Include "utils.h".
7755
7756 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
7757
7758         * host.h: Don't include netdb.h on windows.
7759
7760 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7761
7762         * recur.c (retrieve_tree): Handle the case when start_url doesn't
7763         parse.
7764
7765 2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
7766
7767         * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
7768         calling xmalloc and memcpy.
7769
7770 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7771
7772         * host.h: Include Unix-specific includes #ifndef WINDOWS.
7773         Patch originally provided by Christian Lackas.
7774
7775 2002-02-11  Christian Lackas  <delta@lackas.net>
7776
7777         * recur.c: recurive downloading for https fixed.
7778
7779 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
7780
7781         * host.h: Also include <netinet/in.h> and <sys/socket.h>.
7782
7783         * ftp-basic.c: Also include <netinet/in.h>.
7784
7785 2002-02-05  Ian Abbott  <abbotti@mev.co.uk>
7786
7787         * http.c (gethttp): when -c used, mark already fully retrieved
7788         file as successfully retrieved.
7789
7790 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7791
7792         * url.c (url_parse): Don't treat '?' as query string separator
7793         when parsing FTP URLs.
7794
7795 2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7796
7797         * html-url.c (tag_handle_meta): Don't crash on <meta
7798         http-equiv=refresh> where content is missing.
7799
7800 2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
7801
7802         * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
7803         netdb.h on windows.
7804
7805 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7806
7807         * retr.c (retrieve_url): Remove redirection cycle detection.  This
7808         is because some sites legitimately redirect the user back to the
7809         same location, e.g. after an authorization check performed by
7810         another page.  MAX_REDIRECTIONS is still used to prevent infinite
7811         redirection loops.
7812
7813 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7814
7815         * http.c (gethttp): Wrap host name in square brackets if it
7816         contains a colon.
7817
7818 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7819
7820         * url.c (url_parse): Allow all hex digits, not only decimal ones,
7821         to form an IP address.
7822
7823 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7824
7825         * url.c (urlchr_table): Make square braces reserved, so we can
7826         parse http://[::1]/.
7827         (url_parse): Handle host in braces.
7828         (url_string): If url->host contains colons, wrap it in braces.
7829
7830 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7831
7832         * connect.c (resolve_bind_address): New function.
7833         (connect_to_one): Use it.
7834         (bindport): Ditto.
7835
7836         * init.c: Don't resolve bind-address here.
7837
7838         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
7839
7840 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7841
7842         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
7843         offset.
7844         (address_list_new): Use map_ipv4_to_ip.
7845         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
7846         in IPv4 context.
7847
7848 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7849
7850         * source: Integrated IPv6 support.
7851         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
7852
7853 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
7854
7855         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
7856         (cmd_directory): New function. Like cmd_file(), but strips
7857         trailing directory separators.
7858         (commands): Change action for "dirprefix" from `cmd_file' to
7859         `cmd_directory'.
7860
7861         * utils.c (make_directory): Allow intermediate `mkdir' calls to
7862         fail, as not all path components that do not exist should be
7863         directory components, especially under Windows.
7864
7865 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7866
7867         * netrc.c (parse_netrc): Skip leading whitespace before testing
7868         whether the line is empty.  Empty lines still contain the line
7869         terminator.
7870
7871 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
7872
7873         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
7874         only if no data is pending in SSL buffers.
7875         From tony@bluetail.com.
7876
7877 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7878
7879         * headers.c (header_get): Strip trailing whitespace from the
7880         header.
7881
7882 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7883
7884         * url.c (parse_uname): URL-decode *USER and *PASSWD.
7885
7886 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
7887
7888         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
7889         starts with "//").
7890
7891 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7892
7893         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
7894         error.
7895
7896 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7897
7898         * version.c: Wget 1.8.1 is released.
7899
7900 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7901
7902         * version.c: Wget 1.8.1-pre3 is released.
7903
7904 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7905
7906         * recur.c (retrieve_tree): Enqueue the canonical representation of
7907         start_url, so that the test against dl_url_file_map works.
7908
7909 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7910
7911         * log.c (logputs): Check for requested verbosity before printing
7912         anything.
7913
7914 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7915
7916         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
7917         inline.
7918
7919 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7920
7921         * recur.c (retrieve_tree): Make a copy of file obtained from
7922         dl_url_file_map because the code calls xfree(file) later.
7923
7924 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7925
7926         * recur.c (register_html): Maintain a hash table of HTML files
7927         along with the list.  Disallow duplicates.
7928         (retrieve_tree): Use downloaded_html_set to check whether the file
7929         found in dl_url_file_map is an HTML file, and descend into it if
7930         so.
7931         (convert_all_links): Don't guard against duplicates in
7932         downloaded_html_list, since they are no longer possible.
7933
7934 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
7935
7936         * recur.c (retrieve_tree): Pass on referring URL when retrieving
7937         recursed URL.
7938
7939 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7940
7941         * version.c: Wget 1.8.1-pre2 is released.
7942
7943 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7944
7945         * retr.c (sleep_between_retrievals): Simplify indentation.
7946
7947 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7948
7949         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
7950         of "randomness" at a time.
7951         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
7952
7953         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
7954         random amount averages in opt.wait.
7955         (sleep_between_retrievals): Don't seed the PRNG; random_number
7956         will do that.
7957
7958         * utils.c (random_number): New function.
7959
7960 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7961
7962         * url.c (path_simplify): Move here from utils.c, and make static.
7963
7964 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7965
7966         * init.c (wgetrc_file_name): Print correct message when loading
7967         getenv("WGETRC") fails.
7968
7969 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7970
7971         * recur.c (register_download): Don't abort when one URL references
7972         two different files.
7973
7974 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7975
7976         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
7977         calling ssl_iwrite.
7978
7979 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7980
7981         * version.c: Wget 1.8.1-pre1 is released.
7982
7983 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7984
7985         * res.c (matches): Fix broken URL in the docstring.
7986
7987 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7988
7989         * html-url.c (tag_url_attributes): Mark <embed href=...> as
7990         external.
7991
7992 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7993
7994         * url.c (get_urls_file): Cosmetic changes.
7995
7996 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7997
7998         * html-url.c (append_one_url): Resurrect warning when unable to
7999         resolve a relative link.
8000
8001 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8002
8003         * html-url.c (collect_tags_mapper): Break into several functions.
8004         (tag_url_attributes): Collect <embed href=...>.
8005
8006 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
8007
8008         * host.c: New type ipv4_address.  Use it consistently instead of
8009         `unsigned char[4]' and `unsigned char *'.
8010         (pretty_print_address): Accept a `const void *', to require even
8011         less casting.
8012
8013 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
8014
8015         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
8016
8017 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8018
8019         * main.c (main): Initialize progress after fork_to_background, so
8020         that it knows when to use dots.
8021
8022         * mswindows.c (ws_hangup): Call log_request_redirect_output.
8023
8024         * utils.c (fork_to_background): Print the PID of the child
8025         process.
8026
8027         * log.c (log_request_redirect_output): Set a flag that output
8028         redirection has been requested.  Doing anything else in a signal
8029         handler is unsafe.
8030         (check_redirect_output): New function: check whether redirection
8031         has been requested and, if so, call redirect_output().
8032         (logputs): Call check_redirect_output.
8033         (logprintf): Ditto.
8034         (debug_logprintf): Ditto.
8035         (redirect_output): Print clearer messages.
8036
8037         * main.c (redirect_output_signal): Don't call
8038         redirect_output_signal directly.  Instead, call
8039         log_request_redirect_output.
8040
8041         * utils.c (memfatal): Ditto.
8042
8043         * progress.c (display_image): Use it.
8044
8045         * log.c (log_set_save_context): New function: allow the caller to
8046         turn off saving log context lines.
8047
8048 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8049
8050         * host.c (address_list_set_faulty): Uncomment a sanity check.
8051
8052 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8053
8054         * utils.c (long_to_string): Return a pointer after where the
8055         number ends.
8056         (long_to_string): Rename to number_to_string.
8057
8058 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8059
8060         * utils.c (path_simplify): Correctly handle the unlikely case that
8061         b starts out as path + 1.
8062
8063 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8064
8065         * utils.c (path_simplify): Rewrite, with better comments, and
8066         without the use of strcpy to move overlapping blocks.
8067
8068 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8069
8070         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
8071         valid progress type before setting it.
8072
8073 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8074
8075         * main.c (main): Remove stray debugging message.
8076
8077 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8078
8079         * progress.c (create_image): Fix ETA padding when hours are prined.
8080
8081 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8082
8083         * version.c: Wget 1.8 is released.
8084
8085 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
8086
8087         * url.c (reencode_string): Declare static.
8088
8089         * res.c (registered_specs): Declare static.
8090
8091         * progress.c (current_impl_locked): Declare static.
8092
8093         * log.c (flush_log_p): Declare static.
8094         (needs_flushing): Ditto.
8095
8096         * http.c (digest_authentication_encode): Declare static.
8097
8098         * html-url.c (init_interesting): Declare static.
8099
8100         * host.c (host_name_addresses_map): Declare static.
8101
8102         * cookies.c (find_matching_chains): Declare static.
8103
8104         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
8105         indicated by lint.
8106
8107         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
8108
8109         * host.c (address_list_set_faulty): Document that INDEX is
8110         currently unused.
8111
8112         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
8113
8114 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8115
8116         * version.c: Wget 1.8-pre2 is released.
8117
8118 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8119
8120         * progress.c (progress_handle_sigwinch): Set up the signal again.
8121
8122         * utils.c: Include <sys/termios.h>, where Solaris defines
8123         TIOCGWINSZ.
8124
8125         * progress.c (bar_create): Don't use the last column on the screen.
8126         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
8127         only until it exceeded them.
8128
8129 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8130
8131         * version.c: Wget 1.8-pre1 is released.
8132
8133 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8134
8135         * progress.c (progress_create): Make sure that, when the output is
8136         redirected, the progress implementation gets changed to the
8137         fallback one.
8138         (bar_set_params): Set current_impl_locked to 1 when "force" is
8139         specified.
8140         (progress_create): Don't change the progress implementation if
8141         current_impl_locked is non-zero.
8142
8143         * main.c (redirect_output_signal): Call
8144         progress_schedule_redirect.
8145
8146         * progress.c (progress_schedule_redirect): New function.
8147
8148 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8149
8150         * log.c (logvprintf): Restructure to allow being called multiple
8151         times.
8152         (logprintf): Call logvprintf in a loop.
8153         (debug_logprintf): Ditto.
8154
8155 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8156
8157         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
8158         setting egd_file it to empty string.
8159
8160         * main.c (main): Change the option name from --sslegdsock to
8161         --egd-file.
8162
8163 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8164
8165         * gen_sslfunc.c (ssl_init_prng): Make the printed message
8166         translatable.
8167
8168 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8169
8170         * url.c (scheme_disable): New function.
8171
8172         * main.c (main): Call ssl_init_prng from here rather than from
8173         init_ssl, so that it has a chance to disable support for https
8174         before a URL has been resolved.
8175
8176         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
8177         failed.
8178         (ssl_init_prng): Disable support for https if seeding the PRNG
8179         fails.
8180
8181 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8182
8183         * utils.c (read_whole_line): Handle lines beginning with \0.
8184
8185 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8186
8187         * recur.c (convert_all_links): Guard against duplicates in
8188         downloaded_html_files.
8189         (register_download): Don't invalidate similar-looking URLs.
8190         (match_except_index): New function.
8191
8192 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8193
8194         * utils.c (path_simplify): Document with test cases.
8195
8196 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8197
8198         * gen_sslfunc.c: Ditto.
8199
8200         * rbuf.c: Include <string.h>.
8201
8202 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8203
8204         * recur.c (retrieve_tree): Check whether the URL was already
8205         downloaded before downloading it again.
8206         (descend_child_p): Renamed to download_child_p.
8207         (register_download): When one URL is downloaded to a file already
8208         "owned" by another URL, delete all references that map any URL to
8209         that file.
8210         (register_delete_file): New function.
8211         (retrieve_tree): Use it after deleting a file.
8212
8213         * url.c (url_parse): Re-canonicalize the URL also if the path is
8214         empty, so that e.g. "http://www.server.com" ->
8215         "http://www.server.com/".
8216         (lowercase_str): Use ISUPPER instead of !ISLOWER.
8217
8218         * retr.c (retrieve_url): Use the canonical URL form when calling
8219         register_download().
8220
8221 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
8222
8223         * snprintf.c (dopr): Use `unsigned int' as the second argument to
8224         va_arg when casting to `unsigned short' is intended.
8225
8226 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
8227
8228         * gen_sslfunc.c: on windows provide ssl crypto random
8229           initialization through RAND_screen(); could possibly
8230           be not enough for strong ssl communication (see the
8231           relevant manual page from the openssl package).
8232
8233 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8234
8235         * url.c (local_quote_string): Reenable quoting of question marks,
8236         but only when `--html-extension' is used.
8237
8238 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
8239
8240         * version.c: Wget 1.8-beta3 is released.
8241
8242 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
8243
8244         * snprintf.c (dopr): Cast the result of va_arg to short int and
8245         short unsigned int where these types are expected to be used.
8246
8247 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
8248
8249         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
8250         with `int' when using it as the second argument to `va_arg'.
8251
8252 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
8253
8254         * host.c (address_list_new_one): New function.
8255         (lookup_host): Use it.
8256
8257 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
8258
8259         * host.c (lookup_host): Don't initialize TMPSTORE directly because
8260         it's not legal C.
8261
8262 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
8263
8264         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
8265         the socket data.
8266
8267         * ftp.c: Ditto.
8268
8269         * http.c: No need to declare h_errno.
8270
8271         * host.c: Declare h_errno.
8272
8273 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8274
8275         * utils.c (file_merge): If BASE doesn't contain a slash, just
8276         return a copy of FILE.
8277
8278 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8279
8280         * version.c: Wget 1.8-beta2 is released.
8281
8282 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8283
8284         * ftp.c (getftp): When PWD fails, assume "/".
8285
8286         * ftp-basic.c (ftp_syst): Fix indentation.
8287
8288 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8289
8290         * url.c (get_urls_file): If opt.base_href is specified, merge each
8291         URL with the base.
8292
8293 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8294
8295         * main.c (print_help): Don't document the removed `-nh'.
8296
8297 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8298
8299         * url.c (url_full_path): Document better.
8300
8301         * http.c (gethttp): Use the full path when creating digest
8302         authorization.
8303
8304 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8305
8306         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
8307         '/'.
8308
8309 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8310
8311         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
8312         PREFIX does.
8313
8314 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8315
8316         * cookies.c (check_domain_match): Reimplement to match Netscape's
8317         "preliminary specification" for cookies.
8318
8319 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8320
8321         * url.c (replace_attr_refresh_hack): New function.
8322         (convert_links): Call replace_attr_refresh_hack for Refresh
8323         links.  It will add the "TMOUT; URL=" junk before the link.
8324
8325         * html-url.c (collect_tags_mapper): Set ID to the ID of the
8326         "content" attribute, not "http-equiv".
8327         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
8328         instead, store the information that this entry belongs to a
8329         "refresh" link.
8330
8331 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8332
8333         * version.c: Wget 1.8-beta1 is released.
8334
8335 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8336
8337         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
8338         depth by more than one.
8339
8340 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
8341
8342         * retr.c (retrieve_url): Don't allow more than 20 redirections.
8343
8344 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
8345
8346         * recur.c (retrieve_tree): Skip the non-inline entries when
8347         enqueuing the children of a leaf HTML node in -p mode.
8348         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
8349         "inline".
8350
8351         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
8352         (collect_tags_mapper): When an entry is "inline", mark it as such.
8353
8354         * recur.c (descend_url_p): Fix test when checking for
8355         acceptance/rejection rules.
8356
8357 2001-10-31 Daniel BODEA <dali@dali-designs.com>
8358
8359         * netrc.c (search_netrc): When slack_default is 0, still look for
8360         an account with matching password, just not the "default account".
8361         HTTP Authorization using .netrc should now work as expected.
8362
8363 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
8364
8365         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
8366         test_socket_open fails.
8367
8368 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
8369
8370         * progress.c (display_image): Just print one CR to reset the
8371         cursor position.
8372
8373 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
8374
8375         * init.c: New command `ssl_egd_sock'.
8376
8377         * main.c (main): New option `--sslegdsock'.
8378
8379         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
8380
8381 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8382
8383         * cmpt.c (memmove): Include a simple memmove implementation.
8384
8385 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8386
8387         * headers: Guard against header files being included twice.
8388
8389 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8390
8391         * gen-md5.c: Use unsigned char * as the buffer argument to
8392         gen_md5_update.
8393
8394 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8395
8396         * connect.h: Declare select_fd.
8397
8398 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8399
8400         * recur.c (descend_url_p): When resolving no_parent, compare with
8401         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
8402         wouldn't be followed, although the download started from /a/.
8403
8404 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
8405
8406         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
8407         MS VC; somebody with Borland compiler please check and provide
8408         patch if possible;
8409
8410         * cmpt.c: provided a usleep emulation.
8411
8412 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8413
8414         * host.c (address_list_new): Initialize al->faulty.
8415
8416 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
8417
8418         * http.c (http_process_range): Accept the broken output of
8419         "JavaWebServer/1.1.1".
8420
8421 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
8422
8423         * progress.c (dot_set_params): If PARAMS is unspecified, use
8424         dot_style, if available.
8425
8426         * init.c: Ditto.
8427
8428         * main.c (main): Resurect --dot-style.
8429
8430         * progress.c (dot_finish): Print the quantity if we're left at the
8431         beginning of a row.
8432
8433 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8434
8435         * cmpt.c (random): Removed.
8436
8437         * retr.c (sleep_between_retrievals): Use the more portable rand()
8438         instead of random().
8439
8440 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
8441
8442         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
8443         prevent seg fault.
8444
8445 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8446
8447         * connect.c (connect_to_many): Use address_list_set_faulty to
8448         prevent the faulty address from being reused.
8449
8450         * host.c (address_list_set_faulty): New function.
8451         (address_list_get_bounds): New function, instead of
8452         address_list_count.
8453
8454 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8455
8456         * url.c (convert_links): Don't translate %d-%d.
8457
8458         * main.c (print_help): Remove stray HAVE_RANDOM code.
8459
8460 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8461
8462         * ftp.c (getftp): Improve output after sending PASV.  Don't
8463         attempt to "look up" the IP address we already know; call
8464         connect_to_one directly.
8465
8466 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8467
8468         * progress.c: Change the default progress implementation to "bar".
8469
8470 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8471
8472         * progress.c (bar_create): Print two newlines.
8473
8474 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8475
8476         * cmpt.c (random): New function, a simple-minded replacement for
8477         random() on systems that don't have it.
8478
8479 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8480
8481         * config.h.in: Put a HAVE_USLEEP stub.
8482
8483         * cmpt.c (usleep): Replacement implementation of usleep using
8484         select.
8485
8486         * init.c: New option init_rate.
8487
8488         * main.c (main): New option --limit-rate.
8489
8490         * retr.c (limit_bandwidth): New function.
8491         (get_contents): Call it to limit the bandwidth used when
8492         downloading.
8493
8494         * progress.c (dot_update): Would print the wrong download speed on
8495         rows other than the first one when the download was continued.
8496         (dot_finish): Ditto.
8497
8498 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
8499
8500         * http.c (gethttp): fix undeclared variable 'err' when compiled
8501         with HAVE_SSL.
8502
8503 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8504
8505         * progress.c: Don't allocate new timers; use the timing data
8506         propagated from the caller.
8507
8508         * retr.c (get_contents): Allocate and use a timer.
8509
8510 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8511
8512         * http.c (last_host_ip): Made into an address_list.
8513         (invalidate_persistent): Release pc_last_host_ip.
8514         (register_persistent): Use lookup_host.
8515         (persistent_available_p): Check for equality of hosts using
8516         address_list_match_all.  Call address_list_release.
8517         (http_cleanup): New function.
8518
8519         * ftp.c (getftp): Use lookup_host and connect_to_many.
8520
8521         * http.c (gethttp): Use lookup_host and connect_to_many.
8522
8523         * connect.c (make_connection): Removed.
8524         (connect_to_one): New function.
8525         (connect_to_many): Ditto.
8526         (set_connection_host_name): Ditto.
8527
8528         * host.c (lookup_host): New function; new return type.
8529         (address_list_new): New function.
8530         (address_list_count): Ditto.
8531         (address_list_copy_one): Ditto.
8532         (address_list_delete): Ditto.
8533         (address_list_release): Ditto.
8534         (pretty_print_address): Ditto.
8535
8536 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8537
8538         * recur.c (retrieve_tree): In case of followed redirection,
8539         blacklist the pre-redirection URL.
8540
8541 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8542
8543         * recur.c (descend_redirect_p): New function.
8544         (retrieve_tree): Make sure redirections are not blindly followed.
8545
8546 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
8547
8548         * config.h.in: added HAVE_RANDOM.
8549
8550         * options.h: added random_wait to struct options.
8551
8552         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
8553         for --random-wait.
8554
8555         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
8556         implementation of random wait times.
8557
8558         * init.c (commands): added "randomwait" keyword.
8559
8560 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8561
8562         * recur.c (descend_url_p): Be more conservative with blacklisting
8563         URLs.
8564         (convert_all_links): Print how many files have been converted, and
8565         how long it took.
8566
8567         * progress.c (create_image): Place the number of downloaded bytes
8568         right after the progress bar.
8569
8570         * utils.c (suffix): Return a pointer into the string.
8571
8572 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8573
8574         * url.c (convert_links): Handle CO_NULLIFY_BASE.
8575
8576         * recur.c (retrieve_tree): Ignore download-ignorable children.
8577         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
8578
8579         * html-url.c (handle_link): Return the newly created urlpos.
8580         (collect_tags_mapper): When dealing with BASE, store the base
8581         reference and mark it as download-ignorable.
8582
8583 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8584
8585         * url.c (convert_links): Attempt to quote '?' as "%3F" when
8586         linking to local files.  Given up on the attempt, as it breaks
8587         local browsing.
8588
8589 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8590
8591         * main.c (private_initialize): Removed.
8592         (main): Don't call private_initialize.
8593
8594         * http.c: Call lookup_host.
8595
8596         * host.c (host_init): Removed.
8597         (add_host_to_cache): Initialize host_name_address_map here, on
8598         demand.
8599         (ngethostbyname): Commented out.
8600
8601         * connect.c (make_connection): Remove dead code; use lookup_host.
8602
8603         * host.c (store_hostaddress): Renamed to lookup_host and reversed
8604         the args.
8605         Removed host_address_name_map and host_slave_master_map.
8606
8607 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8608
8609         * progress.c (dot_create): Align the "[ skipping ... ]" string
8610         with the dots.
8611
8612         * retr.c (rate): Split into two functions: calc_rate and
8613         retr_rate.
8614
8615         * progress.c (create_image): Draw a dummy progress bar even when
8616         total size is unknown.
8617         (display_image): Place the text cursor at the end of the "image".
8618
8619 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8620
8621         * url.c (reencode_string): Use unsigned char, not char --
8622         otherwise the hex digits come out wrong for 8-bit chars such as
8623         nbsp.
8624         (lowercase_str): New function.
8625         (url_parse): Canonicalize u->url if needed.
8626         (get_urls_file): Parse each URL, and return only the valid ones.
8627         (free_urlpos): Call url_free.
8628         (mkstruct): Add :port if the port is non-standard.
8629         (mkstruct): Append the query string to the file name, if any.
8630         (urlpath_length): Use strpbrk_or_eos.
8631         (uri_merge_1): Handle the cases where LINK is an empty string,
8632         where LINK consists only of query, and where LINK consists only of
8633         fragment.
8634         (convert_links): Count and report both kinds of conversion.
8635         (downloaded_file): Use a hash table, not a list.
8636         (downloaded_files_free): Free the hash table.
8637
8638         * retr.c (retrieve_from_file): Ditto.
8639
8640         * main.c (main): Call either retrieve_url or retrieve_tree
8641         for each URL, not both.
8642
8643         * retr.c (register_all_redirections): New function.
8644         (register_redirections_mapper): Ditto.
8645         (retrieve_url): Register the redirections.
8646         (retrieve_url): Make the string "Error parsing proxy ..."
8647         translatable.
8648
8649         * res.c (add_path): Strip leading slash from robots.txt paths so
8650         that the path representations are "compatible".
8651         (free_specs): Free each individual path, too.
8652         (res_cleanup): New function.
8653         (cleanup_hash_table_mapper): Ditto.
8654
8655         * recur.c (url_queue_new): New function.
8656         (url_queue_delete): Ditto.
8657         (url_enqueue): Ditto.
8658         (url_dequeue): Ditto.
8659         (retrieve_tree): New function, replacement for recursive_retrieve.
8660         (descend_url_p): New function.
8661         (register_redirection): New function.
8662
8663         * progress.c (create_image): Cosmetic changes.
8664
8665         * init.c (cleanup): Do all those complex cleanups only if
8666         DEBUG_MALLOC is defined.
8667
8668         * main.c: Removed --simple-check and the corresponding
8669         simple_host_check in init.c.
8670
8671         * html-url.c (handle_link): Parse the URL here, and propagate the
8672         parsed URL to the caller, who would otherwise have to parse it
8673         again.
8674
8675         * host.c (xstrdup_lower): Moved to utils.c.
8676         (realhost): Removed.
8677         (same_host): Ditto.
8678
8679 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8680
8681         * utils.c (path_simplify): Preserver the (non-)existence of
8682         leading slash.  Return non-zero if changes were made.
8683
8684 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8685
8686         * progress.c (bar_update): Don't modify bp->total_length if it is
8687         zero.
8688
8689 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8690
8691         * retr.c (retrieve_url): When the redirection URL doesn't parse,
8692         print the correct error message rather than "UNKNOWN".
8693
8694 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8695
8696         * progress.c (bar_finish): If the timer didn't record any time
8697         since the download beginning, fake 1ms.
8698
8699 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
8700
8701         * recur.c (recursive_retrieve): Fix typo.
8702
8703 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8704
8705         * progress.c (create_image): Don't translate "%ld ".
8706
8707 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8708
8709         * progress.c (bar_set_params): Allow the user to force the use of
8710         the bar.
8711
8712 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
8713
8714         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
8715
8716 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8717
8718         * progress.c: Renamed dp_* functions to dot_* for greater clarity
8719         and consistency with bar_*.
8720         (print_download_speed): Get rid of the unneeded '@' character.
8721         (create_image): Fix download rate geometry.
8722
8723         * progress.c (print_elapsed): Remove spurious space.
8724         (print_elapsed): Renamed to print_download_speed, since that's
8725         what it does.
8726
8727 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8728
8729         * progress.c (bar_update): If the downloaded amount becomes larger
8730         than the expected amount, adjust the expected amount accordingly.
8731
8732 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8733
8734         * utils.c (determine_screen_width): New function.
8735
8736         * main.c (main): New option `--progress=TYPE'.
8737         (main): Implement compatibility with the old option `--dot-style'.
8738
8739         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
8740         dp_set_params.
8741         (cmd_spec_progress): New function.
8742
8743         * retr.c (get_contents): Use the progress_* functions instead of
8744         the old show_progress().
8745         (show_progress): Removed.
8746         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
8747         etc.
8748
8749         * progress.c (set_progress_implementation): New function.
8750         (valid_progress_implementation_p): Ditto.
8751         (progress_create): Ditto.
8752         (progress_update): Ditto.
8753         (progress_finish): Ditto.
8754         (dp_create): Ditto.
8755         (dp_update): Ditto.
8756         (dp_finish): Ditto.
8757         (dp_set_params): Ditto.
8758         (print_elapsed): Ditto.
8759
8760 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8761
8762         * retr.c (show_progress): Use it.
8763
8764         * log.c (log_set_flush): New function.
8765
8766 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8767
8768         * utils.c (path_simplify): Don't remove trailing slashes.
8769
8770         * ftp.c (ftp_get_listing): Use it.
8771
8772         * utils.c (file_merge): New function.
8773
8774         * url.c (opt_url): Removed.
8775
8776         * recur.c (recursive_retrieve): Inline "opt_url" logic.
8777
8778         * main.c (main): Use xfree(), not free().
8779
8780         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
8781
8782         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
8783         internally.
8784
8785         * config.h.in: Include a stub for HAVE_STRPBRK.
8786
8787         * cmpt.c (strpbrk): Include a replacement for systems without
8788         strpbrk().
8789
8790         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
8791
8792         * url.c (url_set_dir): New function.
8793         (url_set_file): Ditto.
8794
8795         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
8796         parser makes the URL "params" available, so we can do that in this
8797         function.
8798
8799         * retr.c: Ditto.
8800
8801         * ftp.c: Ditto; pass the local file information in `ccon'.
8802
8803         * http.c: Get rid of the ugly kludge that had URL being replaced
8804         with the proxy URL when proxy retrieval was requested.  Use a
8805         separate parameter to http_loop and gethttp for the proxy URL.
8806
8807         * http.c: Changed to reflect the fact that local file, proxy, and
8808         referer information are no longer stored in struct url.  The local
8809         file information is passed in `struct hstat' now.
8810
8811         * url.c: Reworked URL parsing to be more regular.  Reencode the
8812         URL using reencode_string.
8813         Removed non-URL-related information from struct url.  This
8814         includes fields `proxy', `local', and `referer'.
8815
8816 2001-11-22  Jochen Hein  <jochen@jochen.org>
8817
8818         * main.c (main): Split the copyright notice for easier
8819         translation.
8820
8821 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
8822
8823         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
8824           command to server to request file size.
8825         * ftp.h (ftp_size): Export it.
8826         * ftp.c (getftp): Use new ftp_size function if restoring
8827           transfer of a file with unknown size.
8828
8829 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8830
8831         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
8832
8833 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8834
8835         * url.c (getproxy): Handle URL shorthands.
8836
8837 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8838
8839         * main.c: Remove --wait / --waitretry backwards compatibility
8840         code.
8841
8842 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8843
8844         * main.c (main): Use it.
8845
8846         * url.c (rewrite_url_maybe): New function.
8847
8848 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8849
8850         * url.c: Clean up handling of URL schemes.
8851
8852 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8853
8854         * url.c: Get rid of `protostrings'.
8855         (skip_proto): Don't use protostrings.
8856         (has_proto): Ditto.
8857
8858 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8859
8860         * Makefile.in: Conditionally compile getopt.o.
8861
8862 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8863
8864         * md5.h: Renamed to gnu-md5.h.
8865
8866         * md5.c: Renamed to gnu-md5.c.
8867
8868         * http.c: Ditto.
8869
8870         * ftp-opie.c: Use the new macros.
8871
8872         * sysdep.h: Define md5-related macros.
8873
8874         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
8875         depending on which md5 implementation is used.
8876
8877 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8878
8879         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
8880         the compiler.
8881
8882 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8883
8884         * http.c (gethttp): Print the whole response line when printing
8885         headers is requested.
8886
8887 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8888
8889         * res.c: New file.  Implement all RES-related code here.
8890
8891 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8892
8893         * version.c: Wget 1.7.1 is released.
8894
8895 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8896
8897         * headers.c (header_extract_number): Ignore trailing whitespace.
8898
8899 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
8900
8901         * html-url.c (collect_tags_mapper): Fix bug converting links
8902         with -k option for tags with multiple link attributes by
8903         handling links in the order they appear.
8904
8905 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
8906
8907         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
8908           the call to the 'rate' function by moving it past the error
8909           checking for the 'getftp' function return value.
8910
8911 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8912
8913         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
8914         '\"'.  Different compilers' assert macros are broken in different
8915         ways.
8916
8917 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
8918
8919         * http.c (gethttp): print debug output for errors occuring during
8920         the ssl handshake.
8921
8922 2001-11-16  Chris Seawood  <cls@seawood.org>
8923
8924         * init.c: Ditto.
8925
8926         * host.c: Ditto.
8927
8928         * connect.c: Ditto.
8929
8930         * sysdep.h: Support compilation under BEOS.
8931
8932 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
8933
8934         * url.c (url_equal): Fix a memory leak when parseurl returns an
8935         error on the second URL. Also, since url_equal is not used at the
8936         moment, do not compile it.
8937
8938         * url.h: Ditto for the prototype of url_equal.
8939
8940 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8941
8942         * html-parse.c (map_html_tags): Support XML-style empty tags.
8943
8944 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8945
8946         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
8947         loop condition because we're no longer setting SIZEVAR here.
8948
8949 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8950
8951         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
8952         call because it needs the old value.
8953
8954 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8955
8956         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
8957         an attribute name.
8958
8959 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8960
8961         * url.c (url_filename): Make sure that slashes that sneak in to
8962         u->file via query string get protected.
8963         (file_name_protect_query_string): New function.
8964
8965 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8966
8967         * recur.c (recursive_retrieve): Also check undesirable_urls with
8968         canonicalized URL.
8969
8970 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8971
8972         * http.c (gethttp): Search `.netrc' with real host, not the proxy
8973         one.
8974
8975 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
8976
8977         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
8978         define it.
8979
8980 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8981
8982         * ftp.h: Provide correct prototype for ftp_parse_ls().
8983
8984 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8985
8986         * version.c: Wget 1.7 is released.
8987
8988 2001-06-03  Karl Eichwalder  <ke@suse.de>
8989
8990         * ftp-ls.c (ftp_parse_ls): Fix typo.
8991
8992 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
8993
8994         * all: Update copyright information.
8995
8996 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
8997
8998         * http.c (gethttp): Indicate that the continued download failed
8999         for *this* file.
9000
9001 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
9002
9003         * version.c: Wget 1.7-pre1 is released.
9004
9005 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
9006
9007         * version.c: Updated version to 1.7-pre1.
9008
9009 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
9010
9011         * gen_sslfunc.c: Don't include <sys/time.h> directly.
9012
9013 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
9014
9015         * http.c (gethttp): Use real URL data for cookies, not the proxy
9016         stuff.
9017
9018 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
9019
9020         * main.c (print_help): Document `--no-http-keep-alive'.
9021
9022         * utils.c (numdigit): Handle negative numbers *correctly*.
9023
9024         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
9025         than the confusing "unsigned".
9026
9027         * utils.c (string_set_contains): Renamed from string_set_exists.
9028
9029         * hash.c (hash_table_contains): Renamed from hash_table_exists.
9030
9031         * cookies.c: Move case-insensitive hash tables to hash.c.
9032
9033 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
9034
9035         * http.c (gethttp): Before concluding that the file is already
9036         fully retrieved, make sure that the file existed and `Range' was
9037         actually requested.
9038
9039 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
9040
9041         * cookies.c (eliminate_dups): New function.
9042         (build_cookies_request): Use it.
9043         (build_cookies_request): Set chain_store_size after reallocating
9044         all_chains.
9045         (check_domain_match): Annotated for easier future debugging.
9046         (store_cookie): In the debug message, print whether the cookie is
9047         permanent.
9048
9049 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9050
9051         * http.c (http_loop): Reset no_truncate before deciding whether to
9052         set it.
9053         (gethttp): Further clarify "-c conflicts with existing file" error
9054         message, based on input from Herold Heiko.
9055
9056 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
9057
9058         * http.c (http_loop): If restval is set, set no_truncate to 1
9059         unconditionally.
9060
9061 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9062
9063         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
9064         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
9065         (ftp_parse_vms_ls): Ditto.
9066
9067 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
9068
9069         * init.c (cmd_address): Zero SIN before using it; apparently
9070         needed on *BSD.
9071
9072 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
9073
9074         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
9075         empty.
9076
9077 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
9078
9079         * main.c (main): Make `--cookies' respect its argument.
9080
9081 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
9082
9083         * main.c (main): Removed undocumented option `--email-address'.
9084
9085         * netrc.c: Use the latest read_whole_line.
9086
9087         * init.c (defaults): Set opt.ftp_pass to "-wget@".
9088
9089         * mswindows.c (pwd_cuserid): Ditto.
9090
9091         * utils.c (pwd_cuserid): Removed.
9092
9093         * host.c (ftp_getaddress): Removed.
9094
9095 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
9096
9097         (http_loop): Allocate space for filename_plus_orig_suffix with
9098         alloca; this is more efficient and removes the need to free it
9099         before each and every return.
9100
9101 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
9102
9103         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
9104         unneeded because the file is already there and fully downloaded,
9105         and -c is specified.
9106         (http_loop): Handle RETRUNNEEDED.
9107
9108         * wget.h (uerr_t): New value RETRUNNEEDED.
9109
9110         * http.c (http_loop): Set no_truncate for files that both exist
9111         and are non-empty.
9112         (gethttp): Consider the download finished when restval >= contlen,
9113         not only when restval==contlen.
9114         (gethttp): Handle redirection before giving up due to -c.
9115         (gethttp): Clarify error message which explains that -c will not
9116         truncate the file.
9117         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
9118         the stuff that needs freeing and release the socket.
9119
9120 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
9121
9122         * main.c (print_help): Wget booleans accept "off", not "no".
9123
9124 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
9125
9126         * http.c (http_loop): If allow_cache is zero, always disable
9127         caching, not only when retrieving through proxy.
9128
9129         * init.c: Ditto.
9130
9131         * options.h (struct options): Rename proxy_cache to allow_cache.
9132
9133 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
9134
9135         * http.c (mktime_from_utc): Improve documentation.
9136         (http_atotm): Put format strings into a separate array.
9137
9138 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
9139
9140         * safe-ctype.h: Instead of throwing #error when isalpha is
9141         defined, redefine it to something that will throw a compile-time
9142         error if actually *used*.  Do the same for the rest of the
9143         standard C macros.
9144
9145 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
9146
9147         * url.c (getproxy): Ignore empty proxy vars.
9148
9149 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9150
9151         * http.c (http_loop): Would load cookies every time.
9152
9153         * cookies.c (load_cookies): Handle cookies whose values contain
9154         embedded spaces.
9155
9156 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9157
9158         * utils.c: Define each DIGITS_* in one line.
9159
9160 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
9161
9162         * http.c (http_atotm): Initialize t.tm_isdst to 0.
9163         (mktime_from_utc): Prevent mktime() from having discontinuities at
9164         DST transition points.
9165
9166 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9167
9168         * html-url.c (get_urls_html): Fix documentation.
9169
9170 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9171
9172         * url.c (UNSAFE_CHAR): Reimplement using a static table.
9173         (url_init): Removed.
9174         (init_unsafe_char_table): Removed.
9175
9176 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9177
9178         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
9179
9180 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9181
9182         * utils.c: Document timer functions.
9183
9184         * retr.c (rate): Use it.
9185         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
9186
9187         * utils.c (wtimer_granularity): New function.
9188
9189 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9190
9191         * retr.c (show_progress): Ditto.
9192
9193         * ftp.c (getftp): Ditto.
9194
9195         * http.c (gethttp): Use new timer functions.
9196
9197         * utils.c (wtimer_allocate): New function.
9198         (wtimer_new): Ditto.
9199         (wtimer_delete): Ditto.
9200         (wtimer_reset): Ditto.
9201         (wtimer_elapsed): Ditto.
9202
9203 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9204
9205         * utils.c (long_to_string): New, faster version.  Favors smaller
9206         numbers; much of the calculation is now done at compile-time.
9207
9208 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9209
9210         * utils.c (numdigit): Handle negative numbers.
9211
9212 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
9213
9214         * retr.c (show_progress): Print the download rate even when the
9215         percentages are not available.
9216
9217 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
9218
9219         * ftp.c (getftp): Adjust expected_bytes if the length is
9220         authoritative.
9221
9222 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
9223
9224         * url.c: Don't declare `construct'.
9225
9226         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
9227         mappings to new locations.
9228         (hash_table_new): Make resize_threshold a field in the hash table,
9229         so we don't have to recalculate it in each hash_table_put.
9230         (grow_hash_table): Update resize_threshold.
9231         (MAX): Remove unused macro.
9232         (prime_size): Made static.
9233
9234 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
9235
9236         * retr.c (retrieve_url): Call uri_merge, not url_concat.
9237
9238         * html-url.c (collect_tags_mapper): Call uri_merge, not
9239         url_concat.
9240
9241         * url.c (mkstruct): Use encode_string instead of xstrdup followed
9242         by URL_CLEANSE.
9243         (path_simplify_with_kludge): Deleted.
9244         (contains_unsafe): Deleted.
9245         (construct): Renamed to uri_merge_1.
9246         (url_concat): Renamed to uri_merge.
9247
9248 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9249
9250         * url.c (str_url): Use encode_string instead of the unnecessary
9251         CLEANDUP.
9252         (encode_string_maybe): New function, returns input string if no
9253         encoding is needed.
9254         (encode_string): Call encode_string_maybe to do the dirty work,
9255         xstrdup if no work needed.
9256
9257 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9258
9259         * wget.h (XDIGIT_TO_xchar): Define here.
9260
9261         * url.c (decode_string): Use new name.
9262         (encode_string): Ditto.
9263
9264         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
9265         (dump_hash): Use new name.
9266
9267         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
9268         XDIGIT_TO_XCHAR respectively.
9269
9270 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9271
9272         * init.c: Include cookies.h.
9273
9274         * cookies.h: Declare cookies_cleanup.
9275
9276         * cookies.c (check_domain_match): Remove unused variable.
9277         (save_cookies): Remove extraneous argument from debug statement.
9278
9279         * host.c (same_host): Don't call skip_url.
9280
9281         * url.c (skip_url): Removed.  Removed its calls from various
9282         functions in url.c.
9283
9284 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9285
9286         * cookies.c (unsigned_string_hash): Use the new code in
9287         string_hash as reference.
9288
9289         * hash.c (hash_table_map): Allow deletion and change of the
9290         element processed by MAPFUN.
9291         (string_hash): Use the function from glib.
9292
9293 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
9294
9295         * config.h.in: Include #undef stub.
9296
9297         * hash.c (hash_table_remove): Rewrite to actually clear deleted
9298         entries instead of just marking them as deleted.
9299
9300 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
9301
9302         * hash.h: Declare hash_table_get_pair and hash_table_count.
9303
9304 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
9305
9306         * cookies.c: Declare http_atotm.
9307
9308 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
9309
9310         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
9311         permissions.  A compiler that doesn't accept octal constants is
9312         seriously broken and shouldn't be used -- octal constants were
9313         present in K&R C!
9314
9315 2001-01-20  Karl Eichwalder  <ke@suse.de>
9316
9317         * Makefile.in: Provide and use DESTDIR according to the Coding
9318         Standards.
9319
9320 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
9321
9322         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
9323         specification.
9324
9325 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9326
9327         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
9328         because that strips the *leading* slash, thus forcing relative
9329         FTP retrieval.
9330
9331 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9332
9333         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
9334         notation for VMS servers.
9335         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
9336         odir is an empty string.
9337
9338 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9339
9340         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
9341         effective. Suggested by Edward J. Sabol.
9342
9343 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9344
9345         * cookies.c (build_cookies_request): Use and sort cookies from all
9346         matching domains.
9347         (build_cookies_request): Check for duplicates before generating
9348         the `Cookies' header.
9349
9350         * main.c (main): Don't load cookies here.
9351         (main): Make loadcookies and savecookies call the correct command.
9352
9353         * http.c (http_loop): Load cookies on-demand.
9354
9355 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
9356
9357         * http.c (gethttp): Fix indentation of SSL ifdef.
9358
9359 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
9360
9361         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
9362         that hack is no longer necessary.
9363         (getftp): Prepend initial directory to *non*-absolute u->dir's.
9364
9365 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
9366
9367         * init.c (cmd_file): New function.
9368         (enable_tilde_expansion): New variable.
9369         (run_wgetrc): Use it.
9370         (cmd_file): Use it.
9371
9372 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9373
9374         * init.c: Include cookie-related options.
9375
9376         * main.c (main): Include cookie-specific options.
9377         (main): Load cookies before download is finished.
9378         (main): Save cookies when done.
9379
9380         * http.c (gethttp): Process the `Set-Cookie' header.
9381         (gethttp): Include cookies in the response.
9382
9383         * cookies.c: New file.
9384
9385 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9386
9387         * utils.c (datetime_str): New function.
9388
9389 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9390
9391         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
9392         12:01PM == 00:01, which was obviously wrong. Taken care of this
9393         anomaly.
9394
9395         * ChangeLog: Removed an excess conflict marker. Reformatted the
9396         entry by Philipp Thomas from 2001-03-09.
9397
9398         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
9399         between 0 and 23. Elminate unused variable `sec'.
9400
9401 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
9402
9403         * hash.c (hash_table_count): New function.
9404
9405 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9406
9407         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
9408         Digital Unix cc.
9409
9410 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9411
9412         * config.h.in: Oops, do the namespace tweaks only on systems we
9413         know about.
9414
9415 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9416
9417         * hash.c: Include <string.h>.
9418
9419 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9420
9421         * config.h.in: Define "compilation environment" options that work
9422         under Linux and Solaris.  To be reviewed on other OS'es.
9423
9424 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9425
9426         * http.c (gethttp): Prepend literal newline with `\n\'.
9427
9428 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9429
9430         * sysdep.h: Don't define VERY_LONG_FORMAT.
9431
9432         * utils.c (very_long_to_string): New function.
9433         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
9434
9435 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
9436
9437         * url.c (parse_uname): Would run past the end of the string if the
9438         username was present, but the URL did not contain a slash, e.g.
9439         http://foo:bar@myhost.
9440
9441 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
9442
9443         * http.c (http_atotm): Use %A instead of %a to match full
9444         weekday.  (On most systems there is no difference.)
9445
9446 2001-04-03  Paul Bludov  <paul@ozero.net>
9447
9448         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
9449         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
9450         leak.
9451         (ws_mypath): Use GetModuleFileName instead of argv[0].
9452         (ws_startup): Use data.wVersion for comparison.
9453
9454 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9455
9456         * http.c (http_loop): Ditto.
9457
9458         * ftp.c (ftp_loop_internal): Made the check whether to continue
9459         retrieval `-O'-friendly.
9460
9461 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9462
9463         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
9464         they will be handled as whitespace.
9465         (parse_netrc): Correctly handle lines that end with whitespace.
9466
9467 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9468
9469         * retr.c (retrieve_url): New variable global_download_count used
9470         to identify first retrieval.
9471
9472         * ftp.c (getftp): Ditto.
9473
9474         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
9475
9476 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
9477
9478         * init.c (cmd_address): Heap-allocate the address that gets stored
9479         to CLOSURE.  Old code would simply assign an address on the stack.
9480
9481 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
9482
9483         * ftp.c (ftp_get_listing): Propagate error status.
9484         (ftp_retrieve_glob): Use it.
9485         (ftp_loop): Ditto.
9486
9487 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
9488
9489         * main.c (main): Add -C to the string that is the third arg to
9490         getopt_long().
9491
9492 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
9493
9494         * ftp.c (getftp): Don't start the download from scratch if `-c'
9495         was specified, but the file is already fully downloaded.
9496
9497         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
9498         specified and the server doesn't support continued download.
9499         (gethttp): Don't start the download from scratch if `-c' was
9500         specified, but the file is already fully downloaded.
9501
9502 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9503
9504         (recursive_retrieve): Don't clear the hash tables at this point at
9505         all; it interferes with the normal operation of register_download.
9506
9507 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9508
9509         * recur.c (recursive_retrieve): Clear the hash tables only when
9510         they are defined.
9511
9512 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9513
9514         * http.c (gethttp): Make sure the socket is closed with
9515         CLOSE_INVALIDATE before we have drained the body.
9516
9517 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9518
9519         * retr.c (retrieve_url): Call register_download() for downloaded
9520         files and register_html() for downloaded HTML files.
9521
9522         * recur.c (register_download): New function; register here that a
9523         file has been downloaded, rather than in recursive_retrieve().
9524         (register_html): New function; enqueue the location of HTML files
9525         here rather than in recursive_retrieve().
9526
9527 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
9528
9529         * main.c (print_help): Use multiple fputs instead of a single ugly
9530         printf().
9531         (main): Consistently assign numbers >128 to options without a
9532         corresponding character.
9533
9534 2001-03-09  Philipp Thomas  <pthomas@suse.de>
9535
9536         * safe-ctype.h: New file. Locale independent ctype.h replacement
9537         taken from libiberty.
9538
9539         * safe-ctype.c: New file. Tables for above.
9540
9541         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
9542         safe-ctype$o.
9543
9544         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
9545         isspace.
9546
9547         * ftp-basic.c: Don't include ctype.h.
9548
9549         * ftp-ls.c: Likewise.
9550
9551         * ftp.c: Likewise.
9552
9553         * headers.c: Likewise.
9554
9555         * host.c: Likewise.
9556
9557         * html-parse.c: Likewise.
9558
9559         * html-url.c: Likewise.
9560
9561         * http.c: Likewise.
9562
9563         * init.c: Likewise.
9564
9565         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
9566
9567         * netrc.c: Likewise.
9568
9569         * recur.c: Likewise.
9570
9571         * retr.c: Likewise.
9572
9573         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
9574         instead of isdigit.
9575
9576         * sysdep.h: Remove defines of ctype macros as they aren't needed
9577         for safe-ctype-h.
9578
9579         * url.c: Don't include ctype.h.
9580
9581         * utils.c: Likewise.
9582
9583         * wget.h: Include safe-ctype.h.
9584
9585 2001-03-27  Dan Harkless  <wget@harkless.org>
9586
9587         * Makefile.in: Moved top_builddir out of "User configuration
9588         section" of top Makefile and analogous spot in this one.
9589
9590 2001-03-17  Dan Harkless  <wget@harkless.org>
9591
9592         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
9593         Define top_builddir.  Link wget with libtool so the user doesn't
9594         have to supply a bunch of custom environment variables to
9595         correctly link with the OpenSSL shared libraries.
9596
9597 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
9598
9599         * http.c (gethttp): skip :port in host header if it is the
9600         DEFAULT_HTTPS_PORT when using SSL.
9601
9602         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
9603         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
9604         rest of the code.
9605         * url.h: Ditto
9606
9607 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
9608
9609         * retr.c (show_progress): Correctly calculate the number of bytes
9610         in the first line of the download that have been actually
9611         downloaded in this run.
9612
9613 2001-02-23  Dan Harkless  <wget@harkless.org>
9614
9615         * main.c (print_help): --help documentation for -N said it would
9616         re-download files if they had the _same_ timestamp on server.
9617         (print_help): -nr belongs in "FTP options" section of --help
9618         output, not "Recursive retrieval" section.  Alphabetized FTP
9619         options by long option name.
9620
9621 2001-02-16  Dan Harkless  <wget@harkless.org>
9622
9623         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
9624         that "httpsproxy" had been inserted into commands[] out of
9625         alphabetical order, causing "BUG: unknown command `httpuser'".
9626
9627 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9628
9629         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
9630         listing without correct permissons).
9631
9632         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
9633         FTP server.
9634
9635         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
9636         shall be donwloaded only when it's newer than the local copy or
9637         when it has the same timeestamp but its size is different. ST_VMS
9638         and ST_MACOS as special cases that lie about file size.
9639
9640         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
9641
9642         * Makefile.in: Removed dependency on ftpparse library due to unclear
9643         copyright issues and absence of any feedback to our queries.
9644
9645         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
9646         copyright issues and absence of any feedback to our queries.
9647         (ftp_parse_ls): Added a warning message when remote server system
9648         does not seem to be suported by wget.
9649         (ftp_parse_vms_ls): New function for parsing VMS ftp
9650         server listing output.
9651         (clean_line): New function responsible for removing
9652         end-of-line characters from FTP listing texts.
9653
9654         * ftp.c (getftp): Global variables pwd and host_type are now
9655         member of the ccon structure under names ccon.id and ccon.rs.
9656
9657         * ftp.h (struct ccon): Added formed global variables from ftp.c,
9658         enum stype rs (remote system identification) and char *id (initial
9659         working directory), as suggested by Hrvoje.
9660
9661         * url.c (parse_uname): Added support for passwords containing '@'
9662         characters.
9663         (skip_uname): Ditto.
9664
9665 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9666
9667         * ftp.c (ftp_loop): Reset con.
9668
9669 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9670
9671         * url.c (parse_uname): Added support for passwords containing '@'
9672         characters.
9673         (skip_uname): Ditto.
9674
9675 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
9676
9677         * url.c (parseurl): Debug-print u->ftp_type.
9678
9679 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9680
9681         * ftp.c (ftp_loop_internal): Disable padding.
9682         (getftp): Ditto.
9683
9684         * http.c (http_loop): Disable padding.
9685
9686         * retr.c (show_progress): Use it to enable padding.
9687
9688         * retr.c (rate): Optional parameter PAD for padding the rate.
9689
9690 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
9691
9692         * retr.c (show_progress): Make sure that the last output line
9693         includes progress.
9694
9695 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
9696
9697         * retr.c (show_progress): Print the download rate along with the
9698         percentages.
9699         Along with Anders Thorsby <anders@thorsby.dk>.
9700
9701 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
9702
9703         * ftp.h: Rename enums `command' to `wget_ftp_command' and
9704         `fstatus' to `wget_ftp_status' because old names clash with Tru64
9705         net/if.h.
9706
9707 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
9708
9709         * gen_sslfunc.c: verify_callback is now static
9710
9711         * gen_sslfunc.c (init_ssl): load certificate if specified
9712
9713         * gen_sslfunc.c (ssl_printerr): new function
9714
9715         * init.c: added new --sslcertfile and --sslcertkey switches
9716
9717         * main.c: ditto
9718
9719         * options.h: ditto
9720
9721         * http.c (gethttp): abort when init_ssl fails
9722
9723 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
9724
9725         * mswindows.h: Include <malloc.h>; it's needed for alloca().
9726
9727 2001-01-10  Dan Harkless  <wget@harkless.org>
9728
9729         * url.c (str_url): Clarified this function's comment header after
9730         Hrvoje answered my question on the list as to when hide != 1.
9731         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
9732
9733 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9734
9735         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
9736         Drazen Kacar <dave@arsdigita.com>.
9737         (conaddr): Ditto.
9738
9739 2001-01-09  Dan Harkless  <wget@harkless.org>
9740
9741         * html-url.c: A bunch of fixup of `--page-requisites'-related
9742         comments to reflect Hrvoje's changes to my code when transplanting
9743         it into this new file, to fix spelling mistakes, to clarify, etc.
9744
9745         * url.c (write_backup_file): Clarified a comment.
9746         (str_url): Henrik van Ginhoven pointed out on the list that we
9747         shouldn't give away the number of characters in the password by
9748         replacing each character with a 'x'.  Use "<password>" instead.
9749
9750         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
9751         directories didn't work if logging in put you in a directory other
9752         than "/" is fixed now.  Removed the comment here warning of the bug.
9753
9754         * main.c (print_help): --continue's description was misleading.
9755         We don't "restart", we "resume".  Also, better to say
9756         "partially-downloaded file" rather than just "existing file".
9757
9758 2001-01-06  Dan Harkless  <wget@harkless.org>
9759
9760         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
9761         the best way to go about my aim.  Removed them in favor of:
9762
9763         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
9764
9765 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9766
9767         * url.c (replace_attr): New function, to be used by both
9768         TO_COMPLETE and TO_RELATIVE case in convert_links.
9769         (find_fragment): New function for finding URL fragments.
9770         (replace_attr): Better handle the case where the original string
9771         is not quoted.  Use find_fragment.
9772         (convert_links): Use replace_attr().
9773
9774 2000-12-31  Dan Harkless  <wget@harkless.org>
9775
9776         * ChangeLog: Since this flat file doesn't have multiple branches,
9777         looking at the dates would make you think that things went into
9778         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
9779         in 1.6 branch.]" where appropriate to clarify.
9780
9781 2000-12-30  Dan Harkless  <wget@harkless.org>
9782
9783         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
9784         patch to deal with h_errno not being defined in netdb.h under Cygwin.
9785
9786 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
9787
9788         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
9789
9790 2000-12-17  Igor Khristophorov  <igor@atdot.org>
9791
9792         * http.c (check_end): Fix test for '+' or '-'.
9793
9794 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9795
9796         * url.c (parseurl): Rename inner loop var from i to ind to avoid
9797         clash with the function top-level-declared variable i.
9798         (str_url): Likewise, rename inner-loop i to j.
9799
9800         * recur.c (parse_robots): Don't declare LEN at top of function.
9801         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
9802         global variable.
9803
9804         * main.c (main): Change erroneous use of bitwise and to logical.
9805
9806         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
9807         the stack because it will be copied to closure.
9808
9809         Thanks to Csaba Raduly's run of PC-LINT over the sources.
9810
9811 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9812
9813         * http.c (basic_authentication_encode): Use xmalloc(), not
9814         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
9815         sources.
9816
9817 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
9818
9819         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
9820         compilation.
9821
9822 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
9823
9824         * mswindows.c: Include <errno.h>.
9825
9826         * gen_sslfunc.c: Include <errno.h>.
9827
9828         * ftp-basic.c: Don't attempt to declare errno or h_errno because
9829         they're not used.
9830
9831         * main.c: Include <errno.h> because errno is used.
9832
9833         * ftp.c: Ditto.
9834
9835         * http.c: Include <netdb.h> for h_errno.
9836
9837 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
9838
9839         * html-parse.c (advance_declaration): MSVC assert() chokes on
9840         '\"'.  Use '"' instead.
9841
9842 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9843
9844         * utils.c (xfree_real): Removed.
9845         (xfree_debug): Just call free().
9846
9847         * wget.h (xfree): Make it an alias for free.
9848
9849 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9850
9851         * http.c (http_loop): Furthermore, touch output_document only if
9852         it is known to be an existing regular file.
9853
9854 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
9855
9856         * ftp.c (ftp_retrieve_list): Ditto.
9857
9858         * http.c (http_loop): Touch output_document if that is used for
9859         output.
9860
9861 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9862
9863         * http.c: Include gen_sslfunc.h after including Wget's headers.
9864         (persistent_available_p): Needed coma before `int ssl'.
9865
9866 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9867
9868         * ftp.c (ftp_loop_internal): Ditto.
9869
9870         * http.c (http_loop): Use it.
9871
9872         * retr.c (sleep_between_retrievals): New function that handles the
9873         logic of opt.wait and opt.waitretry.
9874
9875 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9876
9877         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
9878         rbuf_read_bufferful when the buffer is depleted.
9879
9880         * rbuf.c (rbuf_read_bufferful): New function.
9881
9882 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
9883
9884         * gen_sslfunc.h: Use ansi2knr style function declarations.
9885
9886         * gen_sslfunc.c: Reformat according to the GNU coding standards.
9887         More should be done.
9888
9889         * http.c (persistent_available_p): Place the cheap SSL test nearer
9890         the top of the function.
9891         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
9892
9893 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
9894
9895         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
9896         char.
9897
9898 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
9899
9900         * Makefile.in: added gen_sslfunc object
9901         * config.h.in: added HAVE_SSL define
9902         * connect.c: changed select_fd from static int to int
9903         * connect.h: ditto
9904         * gen_sslfunc.h: New file
9905         * gen_sslfunc.c: ditto
9906         * http.c: added HTTPS fuctionality
9907         * retrc.c: ditto
9908         * url.c: ditto
9909         * init.c: added opt.httpsproxy
9910         * options.h: ditto
9911         * rbuf.h: added alternate rbuf struct
9912         * wget.h: added CONSSLERR
9913         * rbuf.c: ditto
9914
9915         * http.c: Added HTTPS fuctionality.
9916
9917         * retrc.c: Ditto.
9918
9919         * url.c: Ditto.
9920
9921         * init.c: Added opt.httpsproxy.
9922
9923         * options.h: Ditto.
9924
9925         * rbuf.h: Added alternate rbuf struct.
9926
9927         * wget.h: Added CONSSLERR.
9928
9929         * rbuf.c: Ditto.
9930
9931 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9932
9933         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
9934         "ignore_perms" to ignore file and directory permissions for
9935         Windows NT FTP server listings.
9936         (ftp_parse_winnt_ls): New function.
9937         (ftp_parse_ls): Parses UNIX and Windows NT listings
9938         separately. Simple heuristics for distinguishing between UNIX and
9939         MS-DOS-like FTP listing provided by Windows NT FTP service.
9940
9941 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9942
9943         * ftpparse.c, ftpparse.h: New files.
9944
9945         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
9946         only. Use ftp_parse_nonunix_ls otherwise.
9947         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
9948         exotic FTP servers.
9949
9950         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
9951         FTP servers.
9952
9953         * ftp.c: New static wariables host_type, pwd, and pwd_len.
9954         (getftp): Support for VMS. Support for FTP servers that do not
9955         place you in the root directory after login.
9956         (ftp_retrieve_list): VMS is silent about the real file size, issue
9957         a more appropriate message.
9958         (ftp_get_listing): Pass host_type to ftp_parse_ls.
9959
9960         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
9961
9962 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
9963
9964         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
9965         "ignore_perms" to ignore file and directory permissions for
9966         Windows NT FTP server listings.
9967         (ftp_parse_winnt_ls): New function.
9968         (ftp_parse_ls): Parses UNIX and Windows NT listings
9969         separately. Simple heuristics for distinguishing between UNIX
9970         and MS-DOS-like FTP listing provided by Windows NT FTP service.
9971
9972 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
9973
9974         * netrc.c (parse_netrc): Get rid of line ending.
9975
9976 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
9977
9978         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
9979         Dan.
9980
9981 2000-11-24  Karl Eichwalder  <ke@suse.de>
9982
9983         * main.c (print_help): Untabify.
9984
9985 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
9986
9987         * utils.c (xrealloc_debug): Do the unregister/register thing only
9988         if the pointer has actually changed.
9989         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
9990         (xfree_real): Ditto.
9991         (xrealloc_real): Ditto.
9992         (xstrdup_real): Ditto.
9993
9994 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
9995
9996         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
9997         string; no need to strdup() it.
9998         (getftp): Make pwd_len a local variable.
9999         (ftp_loop): Free PWD before returning.
10000
10001         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
10002
10003 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
10004
10005         * all: Use xfree() instead of free.
10006
10007         * utils.c (xfree): New function.
10008
10009 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
10010
10011         * url.c (convert_links): HTML-quote the converted string.
10012
10013         * utils.c (html_quote_string): Move here from ftp-ls.c
10014         (html_quote_string): Make non-static; declare in utils.h.
10015         (html_quote_string): Convert SP to &#32;.
10016
10017 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
10018
10019         * ftp.c (getftp): Reformat Jan's code according to GNU coding
10020         standards; remove (debugging?) printf's; use '\0' for the ASCII
10021         zero character.  Use alloca() instead of malloc() for
10022         inter-function temporary allocations.
10023
10024 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
10025
10026         * ftpparse.c, ftpparse.h: New files.
10027
10028         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
10029         only. Use ftp_parse_nonunix_ls otherwise.
10030         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
10031         exotic FTP servers.
10032
10033         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
10034         FTP servers.
10035
10036         * ftp.c: New static wariables host_type, pwd, and pwd_len.
10037         (getftp): Support for VMS. Support for FTP servers that do not
10038         place you in the root directory after login.
10039         (ftp_retrieve_list): VMS is silent about the real file size, issue
10040         a more appropriate message.
10041         (ftp_get_listing): Pass host_type to ftp_parse_ls.
10042
10043         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
10044
10045 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
10046
10047         * hash.c (hash_table_put): Don't overwrite deleted mappings.
10048
10049 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
10050
10051         * hash.c (find_mapping): New function.
10052         (hash_table_get): Use it.
10053         (hash_table_get_pair): Ditto.
10054         (hash_table_exists): Ditto.
10055         (hash_table_remove): Ditto.
10056         (hash_table_remove): Really delete the entry if the mapping
10057         following LOCATION is empty.
10058
10059         * utils.c (string_set_add): Check whether the element has existed
10060         before.
10061
10062         * hash.c (hash_table_get_pair): New function.
10063
10064 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
10065
10066         * http.c (http_process_type): Ignore trailing whitespace; use
10067         strdupdelim().
10068
10069         * recur.c (recursive_retrieve): Use the new `convert' field.
10070         (convert_all_links): Ditto.
10071         (convert_all_links): Don't respect meta_disallow_follow.
10072
10073         * html-url.c (handle_link): Fill out link_relative_p and
10074         link_complete_p.
10075
10076         * url.h (struct _urlpos): Make elements more readable.
10077
10078         * recur.c (recursive_retrieve): Call slist_prepend instead of
10079         slist_append.
10080         (convert_all_links): Call slist_nreverse before iterating through
10081         urls_html.
10082
10083         * utils.c (slist_prepend): New function.
10084         (slist_nreverse): Ditto.
10085
10086 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
10087
10088         * http.c (check_end): Constify.
10089
10090 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
10091
10092         * http.c (http_loop): If username and password are known, try the
10093         `Basic' authentication scheme by default.
10094
10095         * connect.h: Declare test_socket_open.
10096
10097 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
10098
10099         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
10100
10101 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
10102
10103         * http.c (gethttp): Don't use the return value of sprintf().
10104         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
10105
10106 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
10107
10108         * recur.c (recursive_retrieve): Print the "so we don't load"
10109         debugging message only if we really don't load.
10110
10111         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
10112         (gethttp): Don't request keep-alive if keep-alive is inhibited.
10113
10114 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
10115
10116         * http.c (gethttp): Make the HTTP persistent connections more
10117         robust.
10118
10119 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
10120
10121         * retr.c (get_contents): If use_expected, make sure that the
10122         appropriate amount of data is being read.
10123
10124         * http.c (gethttp): Check for both `Keep-Alive: ...' and
10125         `Connection: Keep-Alive'.
10126
10127         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
10128         turned on.
10129
10130 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
10131
10132         * http.c (connection_available_p): Use it.
10133
10134         * connect.c (test_socket_open): New function.
10135
10136         * http.c (gethttp): Support persistent connections.  Based on the
10137         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
10138         (register_persistent): New function.
10139         (connection_available_p): Ditto.
10140         (invalidate_connection): Ditto.
10141
10142 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
10143
10144         * url.c (convert_links): Handle UREL2ABS case.
10145
10146         * recur.c (recursive_retrieve): Instead of the list
10147         urls_downloaded, use hash tables dl_file_url_map and
10148         dl_url_file_map.
10149         (convert_all_links): Use them to retrieve data.
10150
10151         * host.c (clean_hosts): Free the hash tables.
10152
10153         * main.c (private_initialize): Call host_init().
10154
10155         * host.c (store_hostaddress): Use a saner, hash table-based data
10156         model.
10157         (realhost): Ditto.
10158         (host_init): Initialize the hash tables.
10159
10160 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
10161
10162         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
10163         used for what the sorted slists used to be used for.
10164         (slist_contains): Don't rely on the list being sorted.
10165         (slist_append): Simplify the code.
10166
10167         * recur.c (recursive_cleanup): Use free_string_set.
10168
10169         * utils.c (string_set_add, string_set_exists, string_set_free):
10170         New functions for easier freeing of hash tables whose keys are
10171         strdup'ed strings.
10172
10173         * recur.c (recursive_retrieve): Use the hash table functions for
10174         storing undesirable URLs.
10175
10176         * hash.c: New file.
10177
10178 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
10179
10180         * main.c (private_initialize): Call url_init.
10181         (main): Call private_initialize.
10182
10183         * url.c (unsafe_char_table): New table.
10184         (UNSAFE_CHAR): Use it.
10185         (init_unsafe_char_table): New function.
10186         (url_init): New function; call init_unsafe_char_table.
10187
10188 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
10189
10190         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
10191         _vsnprintf respectively.
10192
10193 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
10194
10195         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
10196         on Linux.
10197
10198 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
10199
10200         * html-url.c (handle_link): Handle HTML fragment identifiers.
10201
10202         * recur.c (recursive_retrieve): If norobot info is respected and
10203         the file is specified not to be followed by robots, respect that.
10204
10205         * html-url.c (collect_tags_mapper): Handle <meta name=robots
10206         content=X>.  For us the important cases are where X is NONE or
10207         where X contains NOFOLLOW.
10208         (get_urls_html): Propagate that information to the caller.
10209
10210 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
10211
10212         * url.c (convert_links): Unlink the file we might be reading from
10213         before writing to it.
10214         (convert_links): Use alloca instead of malloc for
10215         filename_plus_orig_suffix.
10216
10217 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
10218
10219         * host.c (realhost): Add HOST to the list with quality==0 only if
10220         it wasn't already there.
10221         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
10222
10223 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
10224
10225         * url.c (get_urls_file): Ditto.
10226         (convert_links): Ditto.
10227
10228         * html-url.c (get_urls_html): Use read_file() instead of
10229         load_file().
10230
10231         * utils.c (read_file): New function, instead of the old
10232         load_file().
10233         (read_file_free): Ditto.
10234
10235         * url.c (findurl): Search only for the supported protocols.
10236         (convert_links): Use fwrite() when writing out a region of
10237         characters.
10238
10239 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
10240
10241         * ftp-ls.c: Move html_quote_string and ftp_index here.
10242
10243         * url.c: Remove get_urls_html, since that's now in html-url.c.
10244
10245         * html-url.c: New file.
10246
10247         * html-parse.c: New file.
10248
10249 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
10250
10251         * init.c (run_wgetrc): Don't bother killing off '\r' since
10252         pars_line() skips whitespace at end of line anyway.
10253         (parse_line): Oops, it didn't.  Now it does.
10254
10255         * recur.c (parse_robots): Ditto here.
10256
10257         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
10258         manually because read_whole_line no longer does.
10259
10260         * utils.c (read_whole_line): Rewrite to: a) use less memory
10261         (reallocates to needed size after work), b) work faster -->
10262         fgets() instead of getc, c) be more correct --> doesn't kill the
10263         newline character at the end of line.
10264
10265 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
10266
10267         * init.c (comind): Initialize MAX to array size - 1.
10268
10269 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
10270
10271         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
10272         Suggested by Edward J. Sabol.
10273
10274 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
10275
10276         * url.c (construct): Handle the case where host name is not
10277         followed by a slash.
10278
10279 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
10280
10281         * init.c: commands[] need to be sorted!  ("base" wasn't.)
10282
10283 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
10284
10285         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
10286         `if'.
10287
10288 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
10289
10290         * url.c (construct): Insert unneeded initialization for the
10291         compiler to shut up.
10292
10293         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
10294         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
10295         otherwise gets lost when you define _XOPEN_SOURCE.
10296
10297         * utils.c (touch): Include the file name in the error message.
10298         From Debian.
10299
10300 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
10301
10302         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
10303         resize the buffer to fit the formated message.  That way, messages
10304         of arbitrary size may be printed.
10305         (logvprintf): Use saved_append() to optionally log the last
10306         several lines of output.
10307         (logputs): Ditto.
10308         (log_close): Adapt to new data structures.
10309         (log_dump): Ditto.
10310         (redirect_output): Print messages to stderr, not to stdout.
10311
10312         * log.c (saved_append_1): New function.  Replaces the old logging
10313         system ("log all output until 10M characters") with a new, much
10314         more reasonable one ("log last screenful of text").
10315         (saved_append): New function; call saved_append_1.
10316         (free_log_line): New function.
10317
10318 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
10319
10320         * url.c (construct): Fix comment.
10321         (find_last_char): Document.
10322
10323 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10324
10325         * snprintf.c: New file.
10326
10327 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
10328
10329         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
10330         types to logprintf() and debug_logprintf().
10331
10332 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
10333
10334         * ftp.c (ftp_loop_internal): Hide the password from the URL when
10335         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
10336         <darekm@bydg.lomac.com.pl>.
10337
10338 2000-11-02  Junio Hamano  <junio@twinsun.com>
10339
10340         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
10341
10342 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
10343
10344         * http.c (known_authentication_scheme_p): Recognize NTML
10345         authentication.
10346         (create_authorization_line): Treat NTML the same as `Basic'.
10347
10348 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
10349
10350         * retr.c (retrieve_url): Free url before returning.
10351         (retrieve_url): Free mynewloc before returning.
10352         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
10353
10354 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
10355
10356         * url.c (parseurl): Remove possible reading past the end of
10357         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
10358
10359 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10360
10361         * main.c (main): In case of opt.downloaded overflowing, print
10362         <overflow> instead of a totally bogus random value.
10363
10364         * retr.c (retrieve_from_file): Ditto.
10365
10366         * recur.c (recursive_retrieve): Ditto.
10367
10368         * main.c (main): Ditto.
10369
10370         * http.c (http_loop): Ditto.
10371
10372         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
10373         `+=', and downloaded_exceeds_quota() instead of the simple-minded
10374         check.
10375         (ftp_retrieve_list): Ditto.
10376         (ftp_retrieve_dirs): Ditto.
10377         (ftp_retrieve_glob): Ditto.
10378
10379         * retr.c (downloaded_increase): New function.  Notice overflows of
10380         opt.downloaded.
10381         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
10382         used if it overflowed.
10383
10384         * options.h (struct options): New member downloaded_overflow.
10385
10386 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10387
10388         * wget.h (enum): Remove extra space after last enumeration.
10389
10390 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10391
10392         * main.c (main): Use legible_very_long() for printing
10393         opt.downloaded.
10394
10395         * utils.c (legible_1): New function that operates on strings and
10396         does the brunt of legible()'s work.
10397         (legible): Use legible_1().
10398         (legible_very_long): New function; dump the argument with
10399         sprintf(), and call legible_1().
10400
10401         * options.h (struct options): Use VERY_LONG_TYPE for
10402         opt.downloaded.
10403
10404         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
10405         type.
10406
10407         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
10408         defined.  Define HAVE_LONG_LONG if long long is available.
10409
10410 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10411
10412         * utils.c (long_to_string): Update with a later, better version.
10413
10414 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10415
10416         * url.c (path_simplify_with_kludge): New function.
10417         (path_simplify_with_kludge): Disable it.  Instead...
10418         (parse_dir): ...make sure that at this point the right thing is
10419         done, i.e. that "query" part of the URL (?...) is always assigned
10420         to the file, never to the directory portion of the path.
10421
10422 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10423
10424         * retr.c (retrieve_url): Detect redirection cycles.
10425
10426 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10427
10428         * url.c (get_urls_html): Decode HTML entities using
10429         html_decode_entities.
10430
10431         * html.c (htmlfindurl): Don't count the `#' in numeric entities
10432         (&#NNN;) as an HTML fragemnt.
10433         (html_decode_entities): New function.
10434
10435 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10436
10437         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
10438
10439 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
10440
10441         * url.c (construct): Rewritten for clarity.  Avoids the
10442         unnecessary copying and stack-allocation the old version
10443         performed.
10444
10445 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
10446
10447         * ftp.c (getftp): Ditto.
10448
10449         * http.c (gethttp): Rewind the stream when retrying from scratch.
10450
10451 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
10452
10453         * retr.c (retrieve_url): Use url_concat() to handle relative
10454         redirections instead of /ad hoc/ code.
10455
10456         * url.c (url_concat): New function encapsulating weird
10457         construct().
10458         (urllen_http_hack): New function.
10459         (construct): When constructing new URLs, recognize that `?' does
10460         not form part of the file name in HTTP.
10461
10462 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
10463
10464         * retr.c: Add msec timing support for WINDOWS.
10465         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
10466         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
10467
10468 2000-10-27  Dan Harkless  <wget@harkless.org>
10469
10470         * retr.c (retrieve_url): Manually applied T. Bharath
10471         <TBharath@responsenetworks.com>'s patch to get wget to grok
10472         illegal relative URL redirects.  Reformatted and re-commented it.
10473
10474 2000-10-23  Dan Harkless  <wget@harkless.org>
10475
10476         * connect.c (make_connection and bindport): Manually applied Rob
10477         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
10478         changing coding style to GNU's.
10479
10480         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
10481         files downloaded via FTP.  Per a comment, .listing files were not
10482         counted towards number of bytes and files downloaded because they're
10483         deleted anyway.  Well, they aren't under -nr, so count them then.
10484
10485         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
10486         --bind-address, alphabetizing, changing coding style to GNU's,
10487         commenting, and renaming cmd_ip_address() to cmd_address() to
10488         imply hostnames also okay.
10489
10490         * main.c (main): --delete-after didn't delete the root of the
10491         tree.  Ignore --convert-links if --delete-after was specified.
10492         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
10493         fixing duplicate use of added-since-1.5.3 case value.
10494         (print_help): Clarified that --delete-after deletes local files.
10495         Rob forgot to add a line for his new --bind-address option.
10496
10497         * options.h (struct options): Manually applied Rob Mayoff's patch
10498         to add --bind-address (bind_address structure member).
10499
10500         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
10501         Ignore --convert-links if --delete-after was specified.
10502
10503         * retr.c (retrieve_from_file): Just added a DEBUGP().
10504
10505 2000-10-19  Dan Harkless  <wget@harkless.org>
10506
10507         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
10508         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
10509         patch to work around FTP servers that incorrectly respond to the
10510         "REST" command with the remaining size rather than the total file size.
10511
10512         * http.c (gethttp): Improved a comment and added code to tack on
10513         ".html" to text/html files without that extension when -E specified.
10514         (http_loop): Use new downloaded_file() enumerators and deal with
10515         the case of gethttp() called xrealloc() on u->local.
10516
10517         * init.c (commands): Added new "htmlextension" command.
10518         Also renamed John Daily's cmd_quad() to the more descriptive
10519         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
10520         removed duplicate cmd_boolean() declaration.
10521
10522         * main.c (print_help): Added my new -E / --html-extension option.
10523         (main): Undocumented --email-address option previously used -E synonym.
10524         Stole it away for the much more deserving --html-extension's use.
10525
10526         * options.h (struct options): Added html_extension field.
10527
10528         * url.c (convert_links): URL X that we saved as X.html locally due
10529         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
10530         (downloaded_file): Now remembers if we added .html extension to a file.
10531
10532         * url.h (downloaded_file_t): Added extra enumerators to support above.
10533         (downloaded_file): Now takes and returns a downloaded_file_t.
10534
10535         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
10536
10537 2000-10-09  Dan Harkless  <wget@harkless.org>
10538
10539         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
10540
10541         * main.c (print_help): Clarified what --retr-symlinks does.
10542
10543 2000-09-15  John Daily  <jdaily@cyberdude.com>
10544
10545         * init.c: Add support for "always" and "never" values to allow
10546         .wgetrc to override commandline (useful e.g. with .pm files
10547         calling `wget --passive-ftp' when your firewall doesn't allow that).
10548
10549         * ftp.c (getftp): passive_ftp is first option to support always/never.
10550
10551 2000-08-30  Dan Harkless  <wget@harkless.org>
10552
10553         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
10554
10555         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
10556         Wrapped some > 80-column lines.  When -p is specified and we're at a
10557         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than
10558         <LINK REL="stylesheet">.
10559
10560         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
10561
10562         * init.c: Added new -p / --page-requisites / page_requisites option.
10563
10564         * main.c (print_help): Clarified that -l inf and -l 0 both allow
10565         infinite recursion.  Changed the unhelpful --mirrior description
10566         to simply give the options it's equivalent to.  Added new -p option.
10567         (main): Added some comments; handle new -p / --page-requisites.
10568
10569         * options.h (struct options): Added new page_requisites field.
10570
10571         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
10572         Calculate and pass down new `dash_p_leaf_HTML' parameter to
10573         get_urls_html().  Use new INFINITE_RECURSION #define.
10574
10575         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
10576         final `dash_p_leaf_HTML' parameter.
10577
10578         * url.c: get_urls_html() and htmlfindurl() now take final
10579         `dash_p_leaf_HTML' parameter.
10580
10581         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
10582
10583         * wget.h: Added some comments and new INFINITE_RECURSION #define.
10584
10585 2000-08-23  Dan Harkless  <wget@harkless.org>
10586
10587         * main.c (print_help): -B / --base was not mentioned.
10588
10589 2000-08-22  Dan Harkless  <wget@harkless.org>
10590
10591         * main.c (print_help): Modified -nc description to mention that it
10592         also prevents the creation of multiple versions of the same file
10593         with ".<number>" suffixes.
10594
10595 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
10596
10597         * retr.c (retrieve_url): Consistently strdup opt.referer when
10598         setting u->referer.
10599
10600 2000-06-09  Dan Harkless  <wget@harkless.org>
10601
10602         * main.c (print_help): --help output for --waitretry was over 80 cols.
10603
10604 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
10605
10606         * url.c (encode_string): Fix comment.
10607         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
10608
10609 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
10610
10611         * ftp.c (ftp_retrieve_list): Change permissions only on plain
10612         files.
10613
10614 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
10615
10616         * url.c (str_url): Print the port number only if it's different
10617         from the default port number for that protocol.
10618
10619 2000-05-22  Dan Harkless  <wget@harkless.org>
10620
10621         * main.c (print_help): Added --help line for Damir Dzeko
10622         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
10623         Removed comments that --referer and --waitretry were undocumented.
10624         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
10625         line for --execute.
10626
10627 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
10628
10629         * ftp.c (getftp): Ditto.
10630
10631         * http.c (gethttp): Check for return value of fclose/fflush.
10632
10633 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
10634
10635         * host.c (store_hostaddress): Instead of shifting ADDR, start
10636         copying from the correct address.
10637
10638 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
10639
10640         * http.c (gethttp): Don't free REQUEST -- it was allocated with
10641         alloca().
10642         Pointed out by Gisle Vanem <gvanem@eunet.no>.
10643
10644 2000-04-04  Dan Harkless  <wget@harkless.org>
10645
10646         * host.c (store_hostaddress): R. K. Owen's patch introduces a
10647         "left shift count >= width of type" warning on 32-bit
10648         architectures.  Got rid of it by tricking the compiler w/ a variable.
10649
10650         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
10651         characters per RFC1738, namely everything above '~'.  It also
10652         generated a warning on OSes where char =~ unsigned char.  Fixed.
10653
10654 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
10655
10656         * http.c (http_process_type): Removed needless strdup(), a memory
10657         leak.
10658
10659 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
10660
10661         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
10662
10663 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
10664
10665         * init.c (wgetrc_file_name): Don't free HOME under Windows.
10666
10667 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
10668
10669         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
10670
10671 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
10672
10673         * url.c (UNSAFE_CHAR): New macro.
10674         (contains_unsafe): Use it.
10675         (encode_string): Ditto.
10676
10677 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
10678
10679         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
10680
10681 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
10682
10683         * Use TOUPPER/TOLOWER.
10684
10685 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
10686
10687         * ftp-opie.c (btoe): Zero-terminate OSTORE.
10688
10689 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
10690
10691         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
10692
10693         * sysdep.h (ISALNUM): New macro.
10694         (TOLOWER): Ditto.
10695         (TOUPPER): Ditto.
10696
10697 2000-03-10  Dan Harkless  <wget@harkless.org>
10698
10699         * html.c (idmatch): Implemented checking of my new --follow-tags
10700         and --ignore-tags options.
10701
10702         * init.c (commands): Added comment reminding people adding new
10703         entries doing allocation to add corresponding freeing in cleanup().
10704         (commands): Added new followtags and ignoretags commands.
10705         (cleanup): Free storage for new followtags and ignoretags.
10706
10707         * main.c: Use of "comma-separated list" was random -- normalized
10708         it.  Did some alphabetization.  Added comments pointing out
10709         "Options without arguments" and "Options accepting an argument"
10710         sections of long_options[].  Added new options --follow-tags and
10711         -G / --ignore-tags.  Added comment that Damir's --referer is
10712         currently undocumented.  Added comment that Heiko's --waitretry is
10713         partially undocumented (mentioned in --help but not in
10714         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
10715
10716         * options.h (struct options): Added new fields follow_tags and
10717         ignore_tags.
10718
10719         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
10720
10721 2000-03-02  Dan Harkless  <wget@harkless.org>
10722
10723         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
10724         braces to avoid ambiguous `else'" warnings.  Eliminated them.
10725
10726         * http.c (gethttp): Dan Berger's query string patch is totally
10727         bogus.  If you have two different URLs, gen_page.cgi?page1 and
10728         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
10729         second will overwrite the first.  Also, parameters to implicit
10730         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
10731         be printed with trailing garbage characters, and could seg fault.
10732         Backing out the patch, which Dan B. informed me by email was just
10733         a kludge to download StarOffice from Sun made necessary due to
10734         wget's unconditional escaping of certain characters (room for an
10735         option there?).
10736         (http_loop): Heiko introduced "suggest explicit braces to avoid
10737         ambiguous `else'" warnings.  Eliminated them.
10738
10739         * main.c: Heiko's --wait / --waitretry backwards compatibility
10740         code looks to have been totally untested -- automatic variable
10741         'wr' was used without being initialized, and a long int was passed
10742         into setval()'s char* val parameter.
10743
10744         * recur.c (parse_robots): Applied Edward J. Sabol
10745         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
10746         problem with "User-agent:<space>*<space>" lines in robots.txt.
10747
10748         * url.c (parseurl, str_url): Removing Dan Berger's code (see
10749         http.c above for explanation).
10750
10751 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
10752
10753         * ftp.c: Respect new option waitretry.
10754
10755 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
10756
10757         * http.c (gethttp): Send custom Referer, if required.
10758
10759 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
10760
10761         * netrc.c (parse_netrc): Allow passwords to contain spaces.
10762
10763         * netrc.c (parse_netrc): New function.
10764
10765 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
10766
10767         * http.c (gethttp): Send it.
10768
10769         * url.c (parseurl): Detect query string in HTTP URL-s.
10770         (str_url): Print it.
10771
10772 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
10773
10774         * html.c (html_allow): Add <link href=...> and <script src=...>.
10775
10776 1999-05-02  andrew deryabin  <djsf@softhome.net>
10777
10778         * http.c (gethttp): Specify port in `Host' header only if it's
10779         different from 80.
10780
10781 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
10782
10783         * recur.c (recursive_retrieve): If a finite maximum depth is
10784         specified, and we're are already at that depth, don't download the
10785         HTML file for parsing.
10786
10787 2000-03-01  Dan Harkless  <wget@harkless.org>
10788
10789         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
10790         even though we don't do conversion on HTML files retrieved via
10791         FTP, so _current_ usage of downloaded_file() makes this call unneeded.
10792         (ftp_retrieve_list): Added a comment saying where we need to
10793         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
10794         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
10795         a lie -- reworded as "Server file no newer than local file '%s' --".
10796
10797         * http.c (http_loop): Fixed a typo and clarified a comment.
10798         (http_loop): When -K and -N are specified together, compare size
10799         and timestamp of server file X against local file X.orig (if
10800         extant) rather than converted local file X.
10801         (http_loop): "Local file '%s' is more recent," is sometimes a lie
10802         -- reworded as "Server file no newer than local file '%s' --".
10803         (http_loop): Call new downloaded_file() function to prevent
10804         wrongful overwriting of .orig file when -N is specified.
10805
10806         * url.c (convert_links): When -K specified, only rename X to
10807         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
10808         file X due to -N, we clobber an X.orig from a previous invocation.
10809         (convert_links): Call the failsafe xstrdup(), not the real strdup().
10810         (convert_links): Added a note asking anyone who understands how
10811         multiple URLs can correspond to a single file to comment it.
10812         (downloaded_file): Added this new function.
10813
10814         * url.h (downloaded_file): Added prototype for this new function
10815         as well as its downloaded_file_t enum type.
10816
10817         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
10818
10819 2000-02-29  Dan Harkless  <wget@harkless.org>
10820
10821         * version.c: Upped version to developer-only "1.5.3+dev".
10822
10823 2000-02-18  Dan Harkless  <wget@harkless.org>
10824
10825         * init.c (backup_converted): Added this new option.
10826
10827         * main.c (-K / --backup-converted): Added this new option.
10828
10829         * options.h (backup_converted): Added this new option.
10830
10831         * url.c (convert_links): When backup_converted is specified, save
10832         file X as X.orig before converting.
10833
10834         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
10835
10836 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
10837
10838         * version.c: Wget 1.5.3 is released.
10839
10840 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
10841
10842         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local
10843         address doesn't yield FQDN.
10844
10845 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10846
10847         * cmpt.c (strerror): Fix declaration of sys_errlist.
10848
10849 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
10850
10851         * main.c (main): Don't use an array subscript as the first
10852         argument to STRDUP_ALLOCA.
10853         From Kaveh R. Ghazi.
10854
10855 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
10856
10857         * html.c (htmlfindurl): Download table background.
10858
10859 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
10860
10861         * init.c (parse_line): Would free *com before allocating it.
10862         (parse_line): Would free com instead of *com.
10863
10864 1998-09-10  Howard Gayle  <howard@fjst.com>
10865
10866         * url.c (get_urls_html): Would drop the last character of the
10867         link.
10868
10869 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
10870
10871         * http.c (http_loop): Don't print status code if quiet.
10872
10873 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10874
10875         * log.c: Use <stdarg.h> only when __STDC__.
10876
10877 1998-09-10  Adam D. Moss  <adam@foxbox.org>
10878
10879         * html.c (htmlfindurl): Download <layer src=...>.
10880
10881 1998-09-10  Howard Gayle  <howard@fjst.com>
10882
10883         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file
10884         not retrieved.
10885
10886 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
10887
10888         * utils.c: Include <libc.h> on NeXT.
10889
10890 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
10891
10892         * url.c (get_urls_html): Fix calculation of URL position.
10893
10894 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
10895
10896         * version.c: Wget 1.5.2 is released.
10897
10898 1998-06-23  Dave Love  <d.love@dl.ac.uk>
10899
10900         * ftp.c, init.c, netrc.c: Include errno.h.
10901
10902         * http.c: Include errno.h and time header.
10903
10904         * Makefile.in (exext): Define.
10905         (install.bin, uninstall.bin): Use it.
10906
10907 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
10908
10909         * http.c (http_loop): Don't attempt to compare local and remote
10910         sizes if the remote size is unknown.
10911
10912 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
10913
10914         * url.c (get_urls_html): Use malloc() instead of alloca in the
10915         loop.
10916
10917 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
10918
10919         * version.c: Wget 1.5.2-b4 is released.
10920
10921 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
10922
10923         * url.c (get_urls_html): Ignore spaces before and after the URI.
10924
10925 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
10926
10927         * ftp.c (getftp): Translate `done'.
10928
10929 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
10930
10931         * version.c: Wget 1.5.2-b3 is released.
10932
10933 1998-06-06  Alexander Kourakos  <awk@bnt.com>
10934
10935         * init.c (cleanup): Close dfp, don't free it.
10936
10937 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
10938
10939         * utils.c (make_directory): Twiddle.
10940
10941         * config.h.in: Added template for access().
10942
10943 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
10944
10945         * html.c (htmlfindurl): Download <input src=...>
10946
10947 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
10948
10949         * utils.c (file_exists_p): Use access() with two arguments.
10950
10951 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
10952
10953         * netrc.c (parse_netrc): Correct logic.
10954
10955 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
10956
10957         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
10958         <ljm@ljm.wownet.net>.
10959
10960 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
10961
10962         * version.c: Wget 1.5.2-b2 is released.
10963
10964 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
10965
10966         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
10967
10968 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
10969
10970         * retr.c (elapsed_time): Return correct value when
10971         HAVE_GETTIMEOFDAY is undefined.
10972
10973 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
10974
10975         * version.c: Wget 1.5.2-b1 is released.
10976
10977 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
10978
10979         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
10980         (_getopt_internal): Don't translate `#if 0'-ed strings.
10981
10982 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
10983
10984         * mswindows.c (ws_handler): Use fork_to_background().
10985
10986 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
10987
10988         * version.c: Wget 1.5.1 is released.
10989
10990 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
10991
10992         * http.c (parse_http_status_line): Avoid `minor' and `major'
10993         names.
10994
10995 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
10996
10997         * utils.c (mkdirhier): Renamed to make_directory.
10998
10999 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
11000
11001         * mswindows.c (fork_to_background): Define under Windows.
11002
11003         * utils.c (fork_to_background): New function.
11004
11005         * html.c (htmlfindurl): Removed rerdundant casts.
11006
11007 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
11008
11009         * mswindows.c (ws_mypath): Cache the path.
11010
11011 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
11012
11013         * ftp.h: Prefix enum ftype members with FT_.
11014
11015         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
11016
11017         * mswindows.h: Use stat under Borland, _stat under MSVC.
11018
11019 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
11020
11021         * http.c (known_authentication_scheme_p): New function.
11022         (gethttp): Handle authorization more correctly.
11023
11024         * ftp-basic.h: Removed.
11025
11026         * cmpt.h: Removed.
11027
11028         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
11029         with gcc 2.8.
11030         (numdigit): Use `while' loop.
11031
11032         * http.c (create_authorization_line): Detect authentication
11033         schemes case-insensitively.
11034
11035         * http.c (extract_header_attr): Use strdupdelim().
11036         (digest_authentication_encode): Move declaration of local
11037         variables to smaller scope.
11038         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
11039         (create_authorization_line): Detect authentication schemes
11040         case-insensitively.
11041
11042         * utils.c (touch): Constify.
11043
11044         * http.c (gethttp): Report a nicer error when no data is received.
11045
11046         * rbuf.h (RBUF_READCHAR): Ditto.
11047
11048         * ftp-basic.c (ftp_response): Use sizeof.
11049
11050 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
11051
11052         * retr.c (print_percentage): EXPECTED is long, not int.
11053         (print_percentage): Use floating-point arithmetic to avoid
11054         overflow with large files' sizes multiplied with 100.
11055
11056 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
11057
11058         * config.h.in: Added pid_t stub.
11059
11060         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
11061         define it).
11062
11063 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
11064
11065         * version.c: Wget 1.5.0 is released.
11066
11067 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
11068
11069         * url.c (str_url): Ditto.
11070
11071         * ftp-basic.c (ftp_rest): Use new name.
11072
11073         * utils.c (long_to_string): Renamed from prnum().
11074
11075 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
11076
11077         * version.c: Wget 1.5-b17 is released.
11078
11079 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
11080
11081         * headers.c (header_get): New argument FLAGS.
11082
11083         * http.c (gethttp): If request is malformed, bail out of the
11084         header loop.
11085         (gethttp): Check for empty header *after* the status line checks.
11086         (gethttp): Disallow continuations for status line.
11087
11088 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
11089
11090         * version.c: Wget 1.5-b16 is released.
11091
11092 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
11093
11094         * init.c (commands): Renamed `always_rest' to `continue'.
11095
11096 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
11097
11098         * all: Use it.
11099
11100         * log.c (logputs): New argument.
11101         (logvprintf): Ditto.
11102         (logprintf): Ditto.
11103
11104 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
11105
11106         * http.c (http_atotm): Update comment.
11107
11108         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
11109
11110         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
11111
11112         * main.c (i18n_initialize): New function.
11113         (main): Use it.
11114
11115         * log.c: Include <unistd.h>.
11116
11117         * retr.c (show_progress): Cast alloca to char *.
11118
11119 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
11120
11121         * version.c: Wget 1.5-b15 is released.
11122
11123 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
11124
11125         * utils.h: Declare file_non_directory_p().
11126
11127 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
11128
11129         * main.c (main): It's `tries', not `numtries' now.
11130
11131 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
11132
11133         * init.c (getperms): Removed.
11134
11135 1998-04-01  Tim Charron  <tcharron@interlog.com>
11136
11137         * log.c (logvprintf): Don't use ARGS twice.
11138
11139 1998-04-01  John  <john@futuresguide.com>
11140
11141         * mswindows.c: Cleaned up.
11142
11143 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
11144
11145         * version.c: Wget 1.5-b14 is released.
11146
11147 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
11148
11149         * ftp-opie.c (STRLEN4): New macro.
11150         (btoe): Use it.
11151
11152 1998-04-01  Junio Hamano  <junio@twinsun.com>
11153
11154         * http.c: Document all the Digest functions.
11155
11156 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
11157
11158         * utils.c (file_non_directory_p): Renamed from isfile().
11159
11160         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
11161
11162 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
11163
11164         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
11165
11166         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
11167         style.
11168         (cmd_permissions): Removed.
11169
11170         * config.h.in: Add template for WORDS_BIGENDIAN.
11171
11172 1998-03-31  Junio Hamano  <junio@twinsun.com>
11173
11174         * http.c (HEXD2asc): New macro.
11175         (dump_hash): Use it.
11176
11177 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
11178
11179         * version.c: Wget 1.5-b13 is released.
11180
11181 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
11182
11183         * main.c (main): Don't try to use `com'.
11184
11185 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
11186
11187         * init.c (cmd_permissions): New function.
11188
11189 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
11190
11191         * version.c: Wget 1.5-b12 is released.
11192
11193 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
11194
11195         * init.c (commands): Renamed `numtries' to `tries'.
11196         (cmd_spec_debug): Removed.
11197         (home_dir): Under Windows, return `C:\' if HOME is undefined.
11198
11199 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
11200
11201         * config.h.in: Define _XOPEN_SOURCE.
11202
11203         * init.c (check_user_specified_header): New function.
11204         (cmd_spec_header): Use it.
11205         (cmd_spec_useragent): New function.
11206
11207 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
11208
11209         * version.c: Wget 1.5-b11 is released.
11210
11211 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
11212
11213         * wget.h: Include <libintl.h> only if NLS is enabled.
11214
11215 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
11216
11217         * options.h (struct options): Made `wait' a long.
11218         (struct options): Ditto for `timeout'.
11219
11220 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
11221
11222         * utils.c (exists): Renamed to file_exists_p.
11223         (file_exists_p): Use access() if available.
11224
11225 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
11226
11227         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
11228         infloop.
11229
11230         * log.c: do_logging -> save_log_p.
11231
11232         * config.h.in: Added template for HAVE_VSNPRINTF.
11233
11234 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
11235
11236         * init.c: Ditto.
11237
11238         * http.c: Protect declaration against non-ANSI compiler.
11239
11240         * log.c (logvprintf): Use vsnprintf() if available.
11241
11242         * getopt.c (main): Don't translate test stuff.
11243
11244 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
11245
11246         * version.c: Wget 1.5-b10 is released.
11247
11248 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
11249
11250         * ftp.c (getftp): Don't translate "CWD %s".
11251
11252         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
11253
11254 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
11255
11256         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
11257
11258         * log.c (logputs): New function.
11259         (logvprintf): Renamed from vlogmsg; use logputs().
11260
11261         * retr.c (show_progress): Print `[100%]' when the retrieval is
11262         finished.
11263
11264         * init.c (run_wgetrc): Use FILE, not PATH.
11265         (wgetrc_file_name): Ditto.
11266
11267 1998-03-07  Tim Adam  <tma@osa.com.au>
11268
11269         * recur.c (parse_robots): Correctly reset `entries' on empty
11270         disallow.
11271
11272 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
11273
11274         * init.c (cmd_spec_debug): Use cmd_boolean().
11275
11276 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
11277
11278         * http.c (gethttp): Create proxy-authorization correctly.
11279
11280 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
11281
11282         * md5.c: Ditto.
11283
11284         * getopt.c: Use ANSI function definitions.
11285
11286         * ftp-opie.c: New file.
11287
11288         * options.h: Don't redefine EXTERN.
11289
11290         * init.c: Sort it correctly.
11291
11292 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
11293
11294         * version.c: Wget 1.5-b9 is released.
11295
11296 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
11297
11298         * recur.c (recursive_retrieve): Reset `first_time'.
11299
11300         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
11301
11302         * rbuf.c (rbuf_peek): Simplified.
11303         (rbuf_flush): Use MINVAL.
11304
11305         * wget.h (MINVAL): Moved from url.h.
11306
11307         * rbuf.h (RBUF_FD): New macro.
11308
11309         * url.c (add_url): Add to the head of the list.
11310
11311         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
11312         file.
11313         (getftp): Set the default permissions to 0600.
11314
11315 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
11316
11317         * url.c (get_urls_html): Ditto.
11318         (convert_links): Ditto.
11319
11320         * recur.c (parse_robots): Ditto.
11321
11322         * html.c (ftp_index): Ditto.
11323
11324         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
11325
11326         * init.c (defaults): Initialize `opt' to zero via memset.
11327
11328         * http.c (digest_authentication_encode): goto considered harmful.
11329
11330 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
11331
11332         * ftp.c (delelement): Simplify and fix leak.
11333
11334 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
11335
11336         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
11337
11338         * url.h (HEXD2ASC): Removed warning.
11339
11340         * init.c (comind): Use binary search.
11341         (commands): Reorganized.
11342         (setval): Ditto.
11343         (cmd_boolean): New function.
11344         (cmd_number): Ditto.
11345         (cmd_number_inf): Ditto.
11346         (cmd_string): Ditto.
11347         (cmd_vector): Ditto.
11348         (cmd_directory_vector): Ditto.
11349         (cmd_bytes): Ditto.
11350         (cmd_time): Ditto.
11351         (cmd_spec_debug): Ditto.
11352         (cmd_spec_dirmode): Ditto.
11353         (cmd_spec_dirstruct): Ditto.
11354         (cmd_spec_dotstyle): Ditto.
11355         (cmd_spec_header): Ditto.
11356         (cmd_spec_htmlify): Ditto.
11357         (cmd_spec_mirror): Ditto.
11358         (cmd_spec_outputdocument): Ditto.
11359         (cmd_spec_recursive): Ditto.
11360         (settime): Merged with cmd_time().
11361         (setbytes): Merged with cmd_bytes().
11362         (setonoff): Merged with cmd_boolean().
11363         (onoff): Ditto.
11364
11365 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
11366
11367         * Makefile.in (distclean): Remove `config.h'.
11368
11369 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
11370
11371         * version.c: Wget 1.5-b8 is released.
11372
11373 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
11374
11375         * http.c (digest_authentication_encode): New function.
11376         (create_authorization_line): Use it.
11377         (dump_hash): New function.
11378         (digest_authentication_encode): Use it.
11379
11380         * fnmatch.c: Renamed from `mtch.c'.
11381
11382 1998-02-15  Karl Eichwalder  <ke@suse.de>
11383
11384         * main.c (main): Tag "Written by..." string as translatable.
11385
11386 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
11387
11388         * wget.h (FREE_MAYBE): New macro.
11389
11390         * http.c (create_authorization_line): Don't use ANSI C string
11391         concatenation feature.
11392         (basic_authentication_encode): Use alloca() for temporary
11393         variables.
11394
11395         * recur.h: Ditto.
11396
11397         * http.c: Ditto.
11398
11399         * headers.h: Ditto.
11400
11401         * ftp-basic.c: Protect declaration against non-ANSI compiler.
11402
11403         * http.c (create_authorization_line): Cast `unsigned char *' to
11404         `char *' for sprintf, to shut up the noisy Digital Unix cc.
11405
11406 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
11407
11408         * version.c: Wget 1.5-b7 is released.
11409
11410 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
11411
11412         * cmpt.c (strstr): Synched with glibc-2.0.6.
11413
11414         * ftp-basic.c (calculate_skey_response): Ditto.
11415         (calculate_skey_response): Use alloca().
11416
11417         * http.c (create_authorization_line): Work with FSF's version of
11418         md5.c.
11419
11420         * md5.c: New file, from GNU libc.
11421
11422 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
11423
11424         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
11425
11426 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
11427
11428         * http.c (basic_authentication_encode): New function, instead of
11429         the macro.
11430
11431 1998-02-13  Junio Hamano  <junio@twinsun.com>
11432
11433         * http.c: Add HTTP-DA support.
11434         * ftp-basic.c: Add Opie/S-key support.
11435         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
11436         * md5.c, md5.h: New files.
11437
11438 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
11439
11440         * http.c (http_process_range): Renamed from hprocrange().
11441         (http_process_range): Parse the whole header.
11442
11443         * headers.c: New file.
11444         (header_process): New function.
11445         (header_get): Renamed from fetch_next_header.
11446
11447         * all: Include utils.h only where necessary.
11448
11449         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
11450
11451         * wget.h: Add provisions for dmalloc.
11452
11453 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
11454
11455         * version.c: Wget 1.5-b6 is released.
11456
11457 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
11458
11459         * ftp.c (ftp_loop): Determine `filename' more precisely.
11460
11461         * init.c (setval): Don't set `opt.quiet' if output-document is
11462         `-'.
11463
11464         * log.c (log_init): Print to STDERR instead of STDOUT.
11465         (vlogmsg): Use STDERR by default.
11466         (logflush): Ditto.
11467
11468 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
11469
11470         * host.c: Use addr_in again.
11471
11472 1998-02-08  Karl Eichwalder  <karl@suse.de>
11473
11474         * http.c (gethttp): Fixed typo.
11475
11476 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11477
11478         * version.c: Wget 1.5-b5 is released.
11479
11480 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
11481
11482         * retr.c (show_progress): Use it.
11483
11484         * log.c (logflush): New function.
11485
11486         * wget.h: Utilize __attribute__ if on gcc.
11487
11488 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
11489
11490         * http.c (base64_encode_line): New argument LENGTH.
11491         (BASIC_AUTHENTICATION_ENCODE): Use it.
11492         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
11493
11494         * main.c (main): Fixed fprintf() format mismatch.
11495
11496 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
11497
11498         * version.c: Wget 1.5-b4 is released.
11499
11500 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
11501
11502         * host.c: use sockaddr_in instead of addr_in.
11503
11504 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
11505
11506         * init.c (cleanup): Use it.
11507
11508         * recur.c (recursive_cleanup): New function.
11509
11510         * retr.c (retrieve_from_file): Ditto.
11511
11512         * main.c (main): Use it.
11513
11514         * recur.c (recursive_reset): New function.
11515
11516         * retr.c (retrieve_from_file): Ditto.
11517
11518         * main.c (main): Simplify call to recursive_retrieve().
11519
11520         * recur.c (recursive_retrieve): Removed FLAGS argument.
11521
11522         * http.c (gethttp): Changed call to iwrite().
11523
11524 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
11525
11526         * url.c (get_urls_html): Ditto.
11527         (free_urlpos): Ditto.
11528         (mkstruct): Ditto.
11529         (construct): Ditto.
11530
11531         * retr.c (retrieve_url): Move declaration of local variables to
11532         smaller scope.
11533
11534         * url.c (urlproto): Use it.
11535         (parseurl): Ditto.
11536         (str_url): Ditto.
11537         (get_urls_html): Ditto.
11538
11539         * utils.h (ARRAY_SIZE): New macro.
11540
11541         * url.c (proto): Moved from url.h.
11542
11543         * url.h (URL_CLEANSE): Reformatted.
11544         (USE_PROXY_P): Renamed from USE_PROXY.
11545
11546         * ftp-basic.c: Adjust to the new interface of iwrite().
11547
11548         * ftp-basic.c (ftp_port): Use alloca().
11549
11550 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
11551
11552         * version.c: Wget 1.5-b3 is released.
11553
11554         * host.c (ftp_getaddress): Don't print to stderr directly.
11555
11556         * init.c (setbytes): Support `g' for gigabytes.
11557         (cmdtype): New specification CTIME.
11558         (setval): Use it with settime().
11559         (commands): Use it for WAIT and TIMEOUT.
11560
11561 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
11562
11563         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
11564         (gethttp): Use it.
11565
11566         * utils.c (unique_name_1): Moved from url.c.
11567         (unique_name): Ditto.
11568
11569         * url.c (url_filename): Ditto.
11570
11571         * log.c (redirect_output): Changed call to unique_name().
11572
11573         * url.c (unique_name_1): Renamed from unique_name().
11574         (unique_name): Changed interface.
11575
11576         * init.c (enum cmdid): Moved from init.h.
11577         (cmdtype): Ditto.
11578         (struct cmd): Ditto.
11579
11580         * main.c (main): Use it.
11581         (main): Moved `--backups' to not have a short option.
11582
11583         * options.h (struct options): New member BACKGROUND.
11584
11585         * main.c (print_help): Rearranged.
11586         (main): New long options for -n* short options: --no-directories,
11587         --no-host-directories, --non-verbose, --no-host-lookup and
11588         --dont-remove-listing.
11589
11590 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
11591
11592         * main.c (main): Use log_close().
11593
11594         * log.c: New variable LOGFP.
11595         (vlogmsg): Use it.
11596         (redirect_output): Don't open /dev/null; set LOGFP to stdin
11597         instead.
11598         (log_close): New function.
11599
11600         * options.h (struct options): Removed LFILE.
11601
11602         * log.c (log_enable): Removed.
11603
11604         * main.c (main): Use it.
11605
11606         * log.c (log_init): New function.
11607
11608         * url.c (get_urls_html): Removed needless assignment to BASE.
11609
11610         * host.c (add_hlist): Don't set CMP needlessly.
11611
11612         * utils.c (match_backwards): Ditto.
11613         (in_acclist): Ditto.
11614
11615         * url.c (findurl): Ditto.
11616
11617         * netrc.c (parse_netrc): Ditto.
11618
11619         * log.c (log_dump): Ditto.
11620
11621         * html.c (html_quote_string): Ditto.
11622
11623         * ftp-basic.c (ftp_request): Made static.
11624
11625         * connect.c: Made global variables static.
11626
11627         * url.c (construct): Ditto.
11628
11629         * init.c (init_path): Avoid assignment inside `if'-condition.
11630
11631         * ftp.c: Don't include in.h or winsock.h.
11632
11633         * ftp.c (ftp_loop): Use SZ.
11634
11635         * connect.c (bindport): Cast &addrlen to int *.
11636         (conaddr): Ditto.
11637
11638         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
11639
11640 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11641
11642         * ftp.c (getftp): Initialize opt.ftp_pass here.
11643         (ftp_retrieve_dirs): Use alloca().
11644
11645         * init.c (defaults): Don't initialize opt.ftp_pass.
11646
11647         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
11648         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
11649
11650 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11651
11652         * recur.c (parse_robots): Check for comments more correctly.
11653
11654         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
11655         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
11656         hostname.
11657
11658 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11659
11660         * version.c: Wget 1.5-b2 is released.
11661
11662         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
11663
11664         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
11665
11666         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
11667         char.
11668
11669         * log.c: Don't attempt to hide arguments from ansi2knr.
11670
11671         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
11672
11673         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
11674
11675         * ftp.c (getftp): Ditto.
11676
11677         * http.c (gethttp): Use it.
11678
11679         * retr.c (get_contents): New argument EXPECTED; pass it to
11680         show_progress().
11681         (show_progress): New argument EXPECTED; use it to display
11682         percentages.
11683
11684         * init.c (setval): Ditto.
11685
11686         * http.c (gethttp): Ditto.
11687         (http_loop): Ditto.
11688
11689         * ftp.c (getftp): Ditto.
11690         (ftp_loop_internal): Ditto.
11691
11692         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
11693
11694         * sysdep.h (CLOSE): Simplify; use DEBUGP.
11695
11696         * netrc.c (search_netrc): Use alloca().
11697
11698         * init.c (defaults): Initialize no_flush.
11699
11700         * log.c (vlogmsg): Don't flush if no_flush.
11701
11702         * options.h (struct options): New variable no_flush.
11703
11704         * main.c (main): Don't play games with buffering.
11705
11706         * log.c (vlogmsg): Flush the output after every message.
11707
11708 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
11709
11710         * init.c (parse_line): Ditto.
11711
11712         * url.c (get_urls_html): Ditto.
11713
11714         * main.c (main): Don't cast to unsigned char.
11715
11716         * init.c (run_wgetrc): Don't cast to unsigned char.
11717         (parse_line): Accept char instead of unsigned char.
11718
11719         * html.c (htmlfindurl): Use char instead of unsigned char.
11720
11721         * all: Use them.
11722
11723         * sysdep.h: Add wrappers to ctype macros to make them
11724         eight-bit-clean:
11725
11726 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
11727
11728         * html.c (htmlfindurl): Download <img lowsrc=...>
11729
11730         * main.c (main): Ignore SIGPIPE.
11731
11732         * connect.c (select_fd): New argument WRITEP.
11733         (iwrite): Call select_fd().
11734
11735 1997-02-27  Fila Kolodny <fila@ibi.com>
11736
11737         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
11738         one already exists, just skip it.
11739
11740 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
11741
11742         * http.c (gethttp): Cosmetic changes.
11743
11744         * http.c (check_end): Allow `+D...' instead of `GMT'.
11745         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
11746
11747         * url.c (process_ftp_type): New function.
11748         (parseurl): Use it.
11749
11750         * connect.c (iwrite): Allow writing in a few chunks.
11751         (bindport): Made SRV static, so addr can point to it.
11752         (select_fd): Removed HPUX kludge.
11753
11754         * host.c (free_hlist): Incorporated into clean_hosts().
11755
11756 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
11757
11758         * host.c (hlist): Made static.
11759         (search_address): Cosmetic change.
11760
11761 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
11762
11763         * version.c: Wget v1.5-b1 is released.
11764
11765         * http.c (hgetlen): Use sizeof() to get the header length.
11766         (hgetrange): Ditto.
11767         (hgettype): Ditto.
11768         (hgetlocation): Ditto.
11769         (hgetmodified): Ditto.
11770         (haccepts_none): Ditto.
11771
11772         * main.c (main): Updated `--version' and `--help' output, as per
11773         Francois Pinard's suggestions.
11774
11775         * main.c: Include locale.h; call setlocale(), bindtextdomain() and
11776         textdomain().
11777
11778         * config.h.in: Define stubs for I18N3.
11779
11780         * wget.h: Include libintl.h.
11781
11782 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
11783
11784         * url.c (mkstruct): Check for opt.cut_dirs.
11785         (mkstruct): alloca()-te more, xmalloc() less.
11786
11787         * utils.c (load_file): Check for ferror().
11788
11789         * url.c (get_urls_file): Close only the files we opened.
11790         (get_urls_html): Ditto.
11791         (count_slashes): New function.
11792
11793         * http.h: Removed.
11794
11795         * http.c (gethttp): Respect username and password provided by
11796         proxy URL.
11797         (base64_encode_line): Write into an existing buffer instead of
11798         malloc-ing a new one.
11799         (struct http_stat): Moved from http.h
11800
11801         * retr.c (retrieve_url): Free SUF.
11802
11803         * all: Removed lots of unnecessary .h dependencies.
11804
11805         * html.c (global_state): Made static.
11806
11807         * utils.h (ALLOCA_ARRAY): New macro.
11808
11809         * main.c (main): New option `--cut-dirs'.
11810
11811         * url.c (construct): Use alloca() for T.
11812
11813         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
11814
11815         * host.c (_host_t): Moved from host.h.
11816         (struct host): Renamed from _host_t.
11817         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
11818         (realhost): Ditto.
11819
11820         * host.h: Don't include url.h.
11821
11822         * ftp.c (LIST_FILENAME): Moved from ftp.h.
11823
11824         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
11825
11826         * main.c (main): Enable log if the output goes to a TTY.
11827
11828         * connect.h: Removed unused constant `BACKLOG'.
11829
11830         * config.h.in: Check for isatty().
11831
11832         * Makefile.in (LINK): Use CFLAGS when linking.
11833
11834 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
11835
11836         * mswindows.c (ws_hangup): Use redirect_output().
11837
11838         * main.c (redirect_output_signal): New function; use
11839         redirect_output().
11840
11841         * log.c (redirect_output): New function, based on hangup(), which
11842         is deleted.
11843
11844         * log.c (vlogmsg): New function.
11845
11846         * wget.h (DEBUGP): Use debug_logmsg().
11847
11848         * main.c (hangup): Use it.
11849
11850         * log.c (log_dump): New function.
11851
11852         * utils.h (DO_REALLOC): Use `long' for various sizes.
11853
11854         * http.c (hskip_lws): Use `while', for clarity.
11855         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
11856         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
11857
11858         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
11859         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
11860
11861         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
11862         (LEGIBLE_SEPARATOR): Ditto.
11863         (FILE_BUFFER_SIZE): Ditto.
11864
11865         * retr.c (BUFFER_SIZE): Moved from retr.h.
11866
11867         * log.c: New file.
11868         (logmsg): Moved from utils.c.
11869         (debug_logmsg): New function.
11870
11871         * mswindows.h: Include it here.
11872
11873         * init.c: Ditto.
11874
11875         * utils.c: Don't include <windows.h>.
11876
11877 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
11878
11879         * host.c (ftp_getaddress): Ditto.
11880
11881         * main.c (main): Use it.
11882
11883         * utils.h (STRDUP_ALLOCA): New macro.
11884
11885         * init.c: Prepend `wget: ' to error messages printed on stderr.
11886
11887         * utils.c (mkdirhier): Renamed from mymkdir.
11888         (touch): Renamed from my_touch.
11889         (pwd_cuserid): Renamed from my_cuserid().
11890
11891 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
11892
11893         * utils.c (accdir): Process wildcards.
11894         (proclist): New function.
11895         (accdir): Use it to avoid code repetition.
11896
11897 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
11898
11899         * recur.c (parse_robots): Respect opt.useragent; use alloca().
11900
11901         * http.c (gethttp): Construct useragent accordingly.
11902
11903         * version.c: Changed version string to numbers-only.
11904
11905         * main.c (print_help): List all the options.
11906
11907         * mswindows.c (windows_main_junk): Initialize argv0 here.
11908
11909 1998-01-24  Karl Heuer  <kwzh@gnu.org>
11910
11911         * netrc.c (search_netrc): Initialize `l' only after processing
11912         netrc.
11913
11914         * main.c (main): Don't trap SIGHUP if it's being ignored.
11915
11916 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
11917
11918         * all: Use logmsg().
11919
11920         * utils.c (time_str): Moved from retr.c.
11921         (logmsg): New function.
11922         (logmsg_noflush): Ditto.
11923
11924         * rbuf.c: New file, moved buf_* functions here.
11925
11926         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
11927
11928         * ftp-basic.c (ftp_rest): Use prnum().
11929
11930         * ftp-basic.c: Ditto.
11931
11932         * ftp.c: Use the new reading functions and macros.
11933
11934         * retr.c (buf_initialize): New function.
11935         (buf_initialized_p): Ditto.
11936         (buf_uninitialize): Ditto.
11937         (buf_fd): Ditto.
11938
11939         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
11940         efficiency.
11941         (gethttp): Use alloca() where appropriate.
11942
11943         * retr.c (buf_readchar): Use it.
11944         (buf_peek): Use rstreams.
11945
11946         * retr.h (BUF_READCHAR): New macro.
11947
11948         * init.c (home_dir): Rewritten for clarity.
11949         (init_path): Ditto.
11950
11951         * mswindows.c (ws_backgnd): Made static.
11952         (read_registry): Ditto.
11953         (ws_cleanup): Ditto.
11954         (ws_handler): Ditto.
11955
11956 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
11957
11958         * alloca.c: New file.
11959
11960         * Makefile.in (ALLOCA): Define.
11961
11962         * mswindows.c (ws_help): Constify.
11963         (ws_help): Use alloca.
11964
11965         * mswindows.c: Reformat.
11966
11967         * all: Added _(...) annotations for I18N snarfing and translation.
11968
11969         * host.c (ftp_getaddress): Nuke SYSINFO.
11970         (ftp_getaddress): Don't use getdomainname().
11971         (ftp_getaddress): Use uname(), where available.
11972
11973         * http.c (gethttp): Protect a stray fprintf().
11974
11975         * init.c (settime): New function.
11976         (setval): Treat WAIT specially, allowing suffixes like `m' for
11977         minutes, etc.
11978
11979 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
11980
11981         * url.c (get_urls_html): Use alloca() for TEMP.
11982
11983 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
11984
11985         * url.c (rotate_backups): New function.
11986
11987         * http.c (gethttp): Ditto.
11988
11989         * ftp.c (getftp): Rotate backups.
11990
11991 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
11992
11993         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
11994         xrealloc() and xstrdup().  Use the new functions.
11995
11996         * url.c (decode_string): Made static.
11997         (has_proto): Ditto.
11998         (parse_dir): Ditto.
11999         (parse_uname): Ditto.
12000         (mkstruct): Ditto.
12001         (construct): Ditto.
12002         (construct_relative): Ditto.
12003
12004         * retr.c (show_progress): Made static.
12005
12006         * recur.c (robots_url): Made static.
12007         (retrieve_robots): Ditto.
12008         (parse_robots): Ditto.
12009         (robots_match): Ditto.
12010
12011         * main.h: Removed.
12012
12013         * main.c (printhelp): Made static.
12014         (hangup): Ditto.
12015
12016         * init.c (comind): Made static.
12017         (defaults): Ditto.
12018         (init_path): Ditto.
12019         (run_wgetrc): Ditto.
12020         (onoff): Ditto.
12021         (setonoff): Ditto.
12022         (setnum): Ditto.
12023         (myatoi): Ditto.
12024         (getperms): Ditto.
12025         (setbytes): Ditto.
12026
12027         * http.c (fetch_next_header): Made static.
12028         (hparsestatline): Ditto.
12029         (hskip_lws): Ditto.
12030         (hgetlen): Ditto.
12031         (hgetrange): Ditto.
12032         (hgettype): Ditto.
12033         (hgetlocation): Ditto.
12034         (hgetmodified): Ditto.
12035         (haccepts_none): Ditto.
12036         (gethttp): Ditto.
12037         (base64_encode_line): Ditto.
12038         (mktime_from_utc): Ditto.
12039         (http_atotm): Ditto.
12040
12041         * html.c (idmatch): Made static.
12042
12043         * host.c (search_host): Made static.
12044         (search_address): Ditto.
12045         (free_hlist): Ditto.
12046
12047         * ftp.c (getftp): Made static.
12048         (ftp_loop_internal): Ditto.
12049         (ftp_get_listing): Ditto.
12050         (ftp_retrieve_list): Ditto.
12051         (ftp_retrieve_dirs): Ditto.
12052         (ftp_retrieve_glob): Ditto.
12053         (freefileinfo): Ditto.
12054         (delelement): Ditto.
12055
12056         * ftp-ls.c (symperms): Made static.
12057         (ftp_parse_unix_ls): Ditto.
12058
12059         * connect.c (select_fd): Made static.
12060
12061         * utils.c (xmalloc): Renamed from nmalloc.
12062         (xrealloc): Renamed from nrealloc.
12063         (xstrdup): Renamed from nstrdup.
12064
12065         * getopt.c (exchange): Use alloca.
12066
12067         * mswindows.c (mycuserid): Use strncpy.
12068
12069         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
12070         systhings.h, windecl.h and winjunk.h removed.
12071
12072         * mswindows.c (sleep): New function.
12073
12074         * utils.c: Include <windows.h> under Windows.
12075
12076 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
12077
12078         * url.h (URL_UNSAFE): Change default under Windows.
12079
12080         * retr.c (retrieve_from_file): Respect opt.delete_after.
12081
12082         * main.c (main): Call ws_help on Windows.
12083
12084         * winjunk.c (windows_main_junk): New function.
12085
12086         * main.c (main): Junk-process argv[0].
12087
12088         * http.c (mktime_from_utc): Return -1 if mktime failed.
12089
12090         * http.c (http_loop): Ditto.
12091
12092         * ftp.c (ftp_loop_internal): Change title on Windows when using a
12093         new URL.
12094
12095         * winjunk.c (getdomainname): Lots of functions.
12096
12097 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
12098
12099         * cmpt.c (strptime_internal): Handle years more correctly for
12100         `%y'.
12101
12102 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
12103
12104         * http.c (gethttp): Allocate enough space for
12105         `Proxy-Authorization' header.
12106
12107 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
12108
12109         * version.c: Wget/1.4.5 is released.
12110
12111 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
12112
12113         * retr.c (get_contents): Check return value of fwrite more
12114         carefully.
12115
12116 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12117
12118         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
12119         year, regardless of century.
12120
12121 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
12122
12123         * utils.c (isfile): Use `lstat' instead of `stat'.
12124
12125 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
12126
12127         * utils.c (numdigit): Use explicit test.
12128
12129 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
12130
12131         * http.c (http_loop): Always use `url_filename' to get u->local.
12132
12133 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
12134
12135         * url.c: Recognize https.
12136
12137 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
12138
12139         * recur.c (recursive_retrieve): Lowercase just the host name.
12140
12141 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
12142
12143         * url.c (get_urls_file): Use the correct test.
12144         (get_urls_html): Ditto.
12145
12146 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
12147
12148         * connect.c: Reverted addrlen to int.
12149
12150         * init.c (parse_line): Check for -1 instead of NONE.
12151
12152         * version.c: Changed version to 1.4.5.
12153
12154 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
12155
12156         * init.c: New option netrc.
12157         (initialize): Don't parse .netrc.
12158
12159         * cmpt.c (recursive): Return rp.
12160         (strptime_internal): Match the long strings first, the abbreviated
12161         second.
12162
12163 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
12164
12165         * http.c (check_end): New function.
12166         (http_atotm): Use it.
12167
12168 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
12169
12170         * http.c (gethttp): Use them.
12171
12172         * init.c: New options proxy_user and proxy_passwd.
12173
12174 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
12175
12176         * ftp.c (ftp_retrieve_list): Create links even if not relative.
12177
12178 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
12179
12180         * recur.c (recursive_retrieve): Lowercase the host name, if the
12181         URL is not "optimized".
12182
12183         * host.c (realhost): Return l->hostname, even if it matches with
12184         host.
12185
12186 1997-02-10  Marin Purgar  <pmc@asgard.hr>
12187
12188         * connect.c: Make addrlen size_t instead of int.
12189         (conaddr): Ditto.
12190
12191 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
12192
12193         * systhings.h: Define S_ISLNK on NeXT too.
12194
12195 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
12196
12197         * version.c: Released 1.4.3.
12198
12199         * url.c: Futher update to list of protostrings.
12200         (skip_proto): Skip `//' correctly for FTP and HTTP.
12201
12202         * url.c (get_urls_html): Handle bogus `http:' things a little
12203         different.
12204
12205         * main.c (main): Removed `follow-ftp' from `f'.
12206         (main): Dumped the `prefix-files' and `file-prefix' options and
12207         features; old and bogus.
12208         (main): Exit on failed setval() in `-e'.
12209
12210         * http.c (fetch_next_header): Use it to detect header continuation
12211         correctly.
12212
12213         * retr.c (buf_peek): New function.
12214
12215 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
12216
12217         * wget.h: Include time.h and stuff.
12218
12219 1997-02-08  Roger Beeman  <beeman@cisco.com>
12220
12221         * ftp.c: Include <time.h>
12222
12223 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
12224
12225         * url.c (findurl): Would read over buffer limits.
12226
12227 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
12228
12229         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
12230
12231 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
12232
12233         * http.c (http_atotm): Initialize tm.is_dst.
12234
12235 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
12236
12237         * http.c (gethttp): Don't print the number of retrieved headers.
12238
12239         * main.c (main): New option `--no-clobber', alias for `-nc'.
12240
12241         * url.c: Recognize `https://'.
12242
12243 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
12244
12245         * host.c (herrmsg): Don't use h_errno.
12246
12247 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
12248
12249         * host.c (accept_domain): Use it.
12250
12251         * main.c (main): New option `--exclude-domains'.
12252
12253         * retr.c (retrieve_url): Use it.
12254         (retrieve_url): Bail out when an URL is redirecting to itself.
12255
12256         * url.c (url_equal): New function.
12257
12258 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
12259
12260         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
12261
12262         * http.c (mk_utc_time): New function.
12263         (http_atotm): Use it; handle time zones correctly.
12264
12265 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
12266
12267         * http.c: Ditto.
12268
12269         * ftp-basic.c: Use it instead of WRITE.
12270
12271         * connect.c (iwrite): New function.
12272
12273 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
12274
12275         * cmpt.c (mktime): New function.
12276
12277         * netrc.c: Include <sys/types.h>.
12278
12279         * main.c (main): Wouldn't recognize --spider.
12280
12281         * retr.c (rate): Use `B', `KB' and `MB'.
12282         (reset_timer,elapsed_time): Moved from utils.c.
12283
12284         * ftp.c (ftp_retrieve_list): Ditto.
12285
12286         * http.c (http_loop): Don't touch the file if opt.dfp.
12287
12288 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
12289
12290         * cmpt.c: New file.
12291
12292         * ftp.c (ftp_retrieve_glob): New argument semantics.
12293         (ftp_retrieve_dirs): Use it.
12294         (ftp_loop): Ditto.
12295
12296         * html.c (htmlfindurl): Recognize `'' as the quote char.
12297
12298 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
12299
12300         * ftp.c (ftp_loop_internal): Use it.
12301
12302         * utils.c (remove_link): New function.
12303
12304 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
12305
12306         * retr.c (retrieve_url): Require STRICT redirection URL.
12307
12308         * url.c (parseurl): New argument STRICT.
12309
12310         * http.c (hparsestatline): Be a little-bit less strict about
12311         status line format.
12312
12313 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
12314
12315         * http.c (gethttp): Use it.
12316
12317         * main.c (main): Don't use '<digit>' as options.
12318
12319         * init.c: New option ignore_length.
12320
12321         * http.c (gethttp): Ditto.
12322         (http_loop): Check for redirection without Location:.
12323         (gethttp): Don't print Length unless RETROKF.
12324
12325         * ftp.c (getftp): Use it.
12326
12327         * url.c (mkalldirs): New function.
12328
12329         * utils.c (mymkdir): Don't check for existing non-directory.
12330
12331         * url.c (mkstruct): Don't create the directory.
12332
12333 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
12334
12335         * init.c (setval): Removed NO_RECURSION checks.
12336
12337 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
12338
12339         * version.c: "Released" 1.4.3-pre2.
12340
12341         * recur.c (recursive_retrieve): Bypass host checking only if URL
12342         is ftp AND parent URL is not ftp.
12343
12344         * ftp-basic.c (ftp_request): Print out Turtle Power.
12345
12346         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
12347         wildcard.
12348         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
12349         not glob.
12350
12351         * http.c (gethttp): Be a little bit smarter about status codes.
12352
12353         * recur.c (recursive_retrieve): Always reset opt.recursive when
12354         dealing with FTP.
12355
12356 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
12357
12358         * retr.c (retrieve_url): New variable location_changed; use it for
12359         tests instead of mynewloc.
12360         (retrieve_url): Allow heuristic adding of html.
12361
12362         * url.c (url_filename): Don't use the `%' in Windows file names.
12363
12364         * http.c (http_loop): Always time-stamp the local file.
12365
12366         * http.c (http_loop): Ditto.
12367
12368         * ftp.c (ftp_retrieve_list): Use it.
12369
12370         * utils.c (my_touch): New function.
12371
12372         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
12373         instead of #ifndef NeXT.
12374
12375         * utils.c (strptime): New version, by Ulrich Drepper.
12376
12377 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
12378
12379         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
12380         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
12381         (http_loop): Would remove ACCEPTRANGES.
12382
12383         * ftp.c (getftp): Call ftp_list with NULL.
12384
12385 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
12386
12387         * html.c (ftp_index): Don't print minutes and seconds if we don't
12388         know them; beautify the output.
12389
12390         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
12391
12392 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
12393
12394         * utils.c (strptime): New function.
12395         (strptime): Don't use get_alt_number.
12396         (strptime): Don't use locale.
12397         (match_string): Made it a function.
12398
12399 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
12400
12401         * http.c (http_atotm): New function.
12402         (http_loop): Use it.
12403
12404         * atotm.c: Removed from the distribution.
12405
12406         * http.c (base64_encode_line): Rewrite.
12407
12408 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
12409
12410         * ftp.c (getftp): Use ftp_expected_bytes; print size.
12411
12412         * ftp-basic.c (ftp_response): Use ftp_last_respline.
12413         (ftp_expected_bytes): New function.
12414
12415         * ftp.c (getftp): Print the unauthoritative file length.
12416
12417         * ftp-ls.c: Renamed from ftp-unix.c.
12418         (ftp_parse_ls): Moved from ftp.c.
12419         (ftp_parse_unix_ls): Recognize seconds in time spec.
12420         (ftp_parse_unix_ls): Recognize year-less dates of the previous
12421         year.
12422
12423 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
12424
12425         * ftp-basic.c: Don't declare errno if #defined.
12426
12427         * host.c (ftp_getaddress): Check for sysinfo legally.
12428
12429 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
12430
12431         * connect.c (iread): Use READ.
12432
12433 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
12434
12435         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
12436         schemes.
12437
12438 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
12439
12440         * host.c (ftp_getaddress): Allow `.' in hostname.
12441
12442 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
12443
12444         * wget.h: READ and WRITE macros for use instead of read and write
12445         on sockets, grep READ *.c, grep WRITE *.c
12446
12447         * wsstartup.c: new file - startup for winsock
12448
12449         * wsstartup.h: new file
12450
12451         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
12452
12453         * configure.bat: Configure utility for MSVC
12454
12455         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
12456
12457 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
12458
12459         * version.c: Released 1.4.3-pre.
12460
12461         * utils.c (prnum): Accept long.
12462         (legible): Use prnum().
12463
12464         * connect.c (make_connection): Accept port as short.
12465         (bindport): Ditto.
12466
12467         * http.c (gethttp): Use search_netrc.
12468
12469 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
12470
12471         * ftp.c (getftp): Use search_netrc.
12472
12473         * netrc.c (free_netrc): New function.
12474
12475         * init.c (home_dir): New function.
12476
12477         * url.c (convert_links): Allow REL2ABS changes.
12478
12479 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
12480
12481         * netrc.c: New file.
12482         (parse_netrc, maybe_add_to_list): New functions.
12483
12484 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
12485
12486         * retr.c (retrieve_url): Reset opt.recursion before calling
12487         ftp_loop if it is reached through newloc.
12488
12489         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
12490         error; don't use "Syntax error", since we don't know if it is
12491         really a syntax error.
12492
12493 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
12494
12495         * utils.c (acceptable): Extract the filename part of the path.
12496
12497         * recur.c (recursive_retrieve): Call acceptable() with the right
12498         argument; would bug out on wildcards.
12499
12500         * init.c (parse_line): Likewise.
12501
12502         * html.c (htmlfindurl): Cast to char * when calling stuff.
12503
12504 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
12505
12506         * ftp.c (getftp): Use ftp_pasv.
12507
12508         * ftp-basic.c (ftp_request): Accept NULL value.
12509         (ftp_pasv): New function.
12510
12511         * options.h (struct options): Add passive FTP option.
12512
12513 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
12514
12515         * url.c (parseurl): Debug output.
12516
12517         * utils.c (path_simplify): New one, adapted from bash's
12518         canonicalize_pathname().
12519
12520 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
12521
12522         * ftp.c (getftp): Don't discard the buffer.
12523
12524         * retr.c (get_contents): New parameter nobuf.
12525
12526 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
12527
12528         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
12529
12530         * init.c (setval): Strip the trailing slashes on CVECDIR.
12531
12532 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
12533
12534         * init.c: Make excludes and includes under CVECDIR instead of
12535         CVEC.
12536
12537 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
12538
12539         * url.c (get_urls_html): Skip "http:".
12540
12541 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
12542
12543         * utils.c (strcasecmp): From glibc.
12544         (strncasecmp): Also.
12545         (strstr): Also.
12546
12547         * url.c: Added javascript: to the list of URLs prefixes.
12548
12549 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
12550
12551         * recur.c (retrieve_robots): Print the warning message only if
12552         verbose.
12553
12554 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
12555
12556         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
12557
12558 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
12559
12560         * systhings.h: New file.
12561
12562         * ../configure.in: Check for utime.h
12563
12564         * ftp.c: Check whether we have unistd.h.
12565
12566 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
12567
12568         * recur.c (recursive_retrieve): Send the canonical URL as referer.
12569         (recursive_retrieve): Call get_urls_html with the canonical URL.
12570
12571 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12572
12573         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
12574         ansi2knr support for compilers which don't support ANSI style
12575         function prototypes and signatures.
12576
12577         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
12578
12579 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
12580
12581         * url.c: Use it; Recognize paths ending with "." and ".." as
12582         directories.
12583         (url_filename): Append .n whenever file exists and could be a
12584         directory.
12585
12586         * url.h (ISDDOT): New macro.
12587
12588         * init.c (parse_line): Use unsigned char.
12589
12590         * url.c (get_urls_html): Cast to unsigned char * when calling
12591         htmlfindurl.
12592
12593         * html.c (htmlfindurl): Use unsigned char.
12594
12595         * version.c: Changed version to 1.4.3.
12596
12597 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
12598
12599         * version.c: Released 1.4.2.
12600
12601         * ftp.c (getftp): Simplified assertion.
12602         (ftp_loop_internal): Remove symlink before downloading.
12603         (ftp_retrieve_list): Unlink the symlink name before attempting to
12604         create a symlink!
12605
12606         * options.h (struct options): Renamed print_server_response to
12607         server_response.
12608
12609         * ftp.c (rel_constr): Removed.
12610         (ftp_retrieve_list): Don't use it.
12611         (ftp_retrieve_list): Use opt.retr_symlinks.
12612
12613 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
12614
12615         * main.c (main): New option retr_symlinks.
12616
12617         * url.c (convert_links): Print verbose message.
12618
12619 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
12620
12621         * http.c (http_loop): Reset newloc in the beginning of function;
12622         would cause FMR in retrieve_url.
12623
12624 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
12625
12626         * recur.c (convert_all_links): Find the URL of each HTML document,
12627         and feed it to get_urls_html; would bug out.
12628         (convert_all_links): Check for l2 instead of dl; removed dl.
12629
12630         * url.c (convert_links): Don't refer to freed newname.
12631
12632         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
12633
12634         * main.c (main): Print the OS_TYPE in the debug output, too.
12635
12636         * recur.c (recursive_retrieve): Check for opt.delete_after.
12637
12638         * main.c (main): New option delete-after.
12639
12640         * init.c (setval): Cleaned up.
12641
12642 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
12643
12644         * Makefile.in (wget): Make `wget' the default target.
12645
12646         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
12647         loop.
12648         (ftp_retrieve_list): Warn about non-matching sizes.
12649
12650         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
12651
12652         * init.c (setnum): Renamed from setnuminf; New argument flags.
12653         (setval): Use it.
12654
12655         * main.c (main): Sorted the options.
12656         (main): New option --wait.
12657
12658 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
12659
12660         * html.c (htmlfindurl): Reset s->in_quote after getting out of
12661         quotes.
12662
12663 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
12664
12665         * version.c: Changed version to 1.4.2.
12666
12667 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
12668
12669         * version.c: Released 1.4.1.
12670
12671         * html.c (html_quote_string): New function.
12672         (ftp_index): Use it.
12673         (htmlfindurl): A more gentle ending debug message.
12674
12675         * ftp.c (ftp_loop): Check for opt.htmlify.
12676
12677         * init.c: New command htmlify.
12678
12679         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
12680         strings.
12681         (ftp_loop): Print size of index.html.
12682
12683         * init.c (setval): Implement "styles".
12684
12685         * main.c (main): New option dotstyle.
12686
12687 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
12688
12689         * ftp.c (getftp): Close the master socket in case of errors, after
12690         bindport().
12691
12692         * connect.c (bindport): Initialize msock to -1.
12693
12694         * ftp.c (getftp): Initialize dtsock to -1.
12695
12696         * connect.c (closeport): Don't close sock if sock == -1.
12697
12698 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
12699
12700         * init.c (setnuminf): Nuked default value -- just leave unchanged.
12701         (setval): Don't send default values.
12702         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
12703
12704         * options.h (struct options): Use long for dot_bytes.
12705
12706         * init.c (setquota): Renamed to setbytes.
12707         (setval): Use setbytes on DOTBYTES.
12708
12709 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
12710
12711         * ftp.c (getftp): Initialize con->dltime.
12712
12713         * recur.c (recursive_retrieve): Use same_host instead of
12714         try_robots; simply load robots_txt whenever the host is changed.
12715         (recursive_retrieve): Free forbidden before calling parse_robots.
12716
12717 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
12718
12719         * retr.c (show_progress): Use them.
12720
12721         * options.h (struct options): New options dot_bytes, dots_on_line
12722         and dot_spacing.
12723
12724 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
12725
12726         * recur.c (recursive_retrieve): Retrieve directories regardless of
12727         acc/rej rules; check for empty u->file.
12728
12729 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
12730
12731         * init.c (setval): Use it.
12732
12733         * utils.c (merge_vecs): New function.
12734
12735         * init.c (setval): Reset the list-type functions when encountering
12736         "".
12737
12738 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
12739
12740         * recur.c (recursive_retrieve): Use base_url instead of this_url
12741         for no_parent.
12742
12743 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
12744
12745         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
12746
12747 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
12748
12749         * utils.c (sepstring): Rewrote; don't use strtok.
12750
12751         * recur.c (recursive_retrieve): Enter assorted this_url to slist
12752         when running the first time.
12753         (retrieve_robots): Warn to ignore errors when robots are loaded.
12754
12755         * utils.c (load_file): Moved from url.c.
12756
12757         * http.c: Made static variables const too in h* functions.
12758
12759         * main.c (main): Renamed --continue-ftp to --continue.
12760
12761         * recur.c (recursive_retrieve): Use it.
12762
12763         * utils.c (frontcmp): New function.
12764
12765         * url.c (accdir): New function.
12766
12767         * html.c (htmlfindurl): Recognize <area href=...>.
12768
12769         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
12770
12771         * init.c (setval): Free the existing opt.excludes and
12772         opt.includes, if available.
12773
12774         * main.c (main): New option -I.
12775
12776 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
12777
12778         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
12779
12780         * version.c: Changed version to 1.4.1.
12781
12782 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
12783
12784         * version.c: Released 1.4.0.
12785
12786 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
12787
12788         * main.c (main): Free com and val after parse_line.
12789         (printhelp): Reorder the listing.
12790
12791         * http.c: More robust header parsing.
12792
12793         * http.c: Allow any number of spaces, or no spaces, precede ':'.
12794         (hskip_lws): New function.
12795         (haccepts_bytes): New function.
12796         (gethttp): Use it.
12797
12798         * init.c (setval): Check header sanity.
12799         (setval): Allow resetting of headers.
12800
12801 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
12802
12803         * http.c (http_loop): Don't use has_wildcards.
12804
12805         * http.c (gethttp): Free all_headers -- would leak.
12806
12807         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
12808         0 -- this fixes a long-standing bug in -rl.
12809
12810 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
12811
12812         * ftp.c: Use -1 as "impossible" value for con->fd.
12813
12814         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
12815
12816         * init.c (parse_line): Use isalpha.
12817
12818         * ftp-unix.c: Use HAVE_UNISTD_H.
12819
12820         * mtch.c (has_wildcards): Don't match \.
12821
12822         * http.c (http_loop): Warn on HTTP wildcard usage.
12823
12824 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
12825
12826         * url.c (url_filename): Do not create numbered suffixes if
12827         opt.noclobber -- would bug out on -nc.
12828
12829 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
12830
12831         * recur.c (parse_robots): Don't chuck out the commands without
12832         arguments (`Disallow:<empty>' didn't work).
12833         (parse_robots): Compare versions lowercase.
12834         (parse_robots): Match on base_version, not version_string!
12835         (parse_robots): Handle comments properly.
12836         (parse_robots): Match versions in a sane way.
12837
12838         * init.c: Print nicer error messages.
12839
12840         * version.c: Changed version to 1.4.0.
12841
12842 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
12843
12844         * version.c: Released 1.4.0-test2.
12845
12846         * init.c (run_wgetrc): Close fp.
12847
12848         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
12849         u->dir.
12850
12851 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
12852
12853         * init.c (setquota): Allow inf as quota specification.
12854
12855 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
12856
12857         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
12858         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
12859
12860         * main.c (main): Check for quota by comparison with downloaded
12861         stuff, not from status.
12862
12863         * connect.c (select_fd): Should compile on HPUX without warnings now.
12864
12865         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
12866         returned RETROK.
12867
12868 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
12869
12870         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
12871         (getftp): Return FTPRETRINT on control connection error.
12872
12873         * html.c (htmlfindurl): Recognize <embed src=...> and
12874         <bgsound src=...>.
12875         (ftp_index): Handle username and password correctly.
12876
12877         * main.c (main): Made `-np' a synonim for --no-parent.
12878
12879 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
12880
12881         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
12882         ftp_retrieve_glob.
12883
12884         * version.c: Changed version to 1.4.0-test2.
12885
12886 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
12887
12888         * version.c: Released 1.4.0-test1.
12889
12890         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
12891         directory.
12892         (convert_links): Removed definition of make_backup.
12893
12894         * http.h: Removed definition of MAX_ERROR_LENGTH.
12895
12896         * host.c (ftp_getaddress): Check for "(none)" domains.
12897
12898         * ftp.c (ftp_retrieve_dirs): Docfix.
12899
12900         * http.c (gethttp): Use ou->referer instead of u->referer.
12901
12902         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
12903         this was known to cause coredumps on Linux.
12904
12905         * html.c (ftp_index): Cast the argument to local_time to time_t *.
12906
12907 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
12908
12909         * connect.c (select_fd): Use exceptfds -- once and for all.
12910
12911         * retr.c (retrieve_from_file): Free filename after
12912         recursive_retrieve.
12913         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
12914         first-time retrieval.
12915         (retrieve_from_file): Return uerr_t; new argument, count.
12916         (retrieve_from_file): Break on QUOTEXC.
12917
12918         * init.c (setquota): Fixed a bug that caused rejection of
12919         non-postfixed values..
12920
12921 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
12922
12923         * version.c: Changed name to wget.
12924
12925         * connect.c (iread): Smarter use of select.
12926         (select_fd): Set errno on timeout.  If not timeout, return 1
12927         instead of 0.
12928
12929 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
12930
12931         * ftp.c (ftp_loop_internal): Don't use con->cmd before
12932         establishing it.
12933
12934 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
12935
12936         * http.c (gethttp): Send correct referer when using proxy.
12937         (gethttp): Use struct urlinfo ou to access the relevant data; send
12938         correct authorization in all cases.
12939
12940         * host.c (same_host): Use skip_uname to skip username and
12941         password.
12942
12943         * url.c (skip_uname): New function.
12944         (parseurl): Use it.
12945
12946         * host.c (same_host): Do not assume HTTP -- same_host should now
12947         be totally foolproof.
12948
12949         * url.c (skip_proto): New function.
12950         (parse_uname): Use it.
12951
12952         * http.c (gethttp): Create local user and passwd from what is
12953         given.
12954
12955         * url.c (parseurl): Check for HTTP username and password too.
12956
12957 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
12958
12959         * config.h.in: Removed #define gethostbyname R...
12960
12961 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
12962
12963         * version.c: Changed version to 1.4.0-test1.
12964
12965 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
12966
12967         * version.c: "Released" 1.4b29.
12968
12969         * recur.c (recursive_retrieve): Check for no_parent.
12970
12971         * init.c (setval): Option update.
12972
12973         * main.c (main): New option no-parent.
12974
12975         * options.h (struct options): New variable no_parent.
12976
12977         * recur.c (recursive_retrieve): Only files are checked for
12978         opt.accepts and opt.rejects.
12979         (recursive_retrieve): Check directories for opt.excludes.
12980         (recursive_retrieve): Make the dir absolute when checking
12981         opt.excludes.
12982
12983         * html.c (htmlfindurl): Recognize <applet code=...> and <script
12984         src=...>
12985
12986 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
12987
12988         * ftp.c (getftp): Do not line-break assert entries at all.
12989         (ftp_retrieve_dirs): docfix.
12990
12991         * connect.c (select_fd): Use fd + 1 as nfds.
12992
12993         * version.c: Changed version to 1.4b29.
12994
12995 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
12996
12997         * version.c: "Released" 1.4b28.
12998
12999         * ftp.c (ftp_loop_internal): Check whether f->size == len and
13000         don't continue the loop if it is.
13001         (ftp_get_listing): Remove list_filename on unsuccesful loop.
13002
13003 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
13004
13005         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
13006         (getftp): Do not use multiline assert.
13007
13008         * http.c (hparsestatline): Use mjr and mnr instead of major and
13009         minor, which don't compile on Ultrix.
13010         (http_loop): Use strcpy() to initialize tmp.
13011
13012         * all: Geturl -> Fetch
13013
13014 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
13015
13016         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
13017         ':'.
13018
13019         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
13020         moving `bufsize &&' to the beginning of each check in for-loops.
13021
13022         * recur.c (parse_robots): Close fp on exit.
13023
13024         * url.c (mymkdir): Check for each directory before creating.
13025
13026 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
13027
13028         * version.c: Changed version to 1.4b28.
13029
13030 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
13031
13032         * version.c: "Released" 1.4b27.
13033
13034         * init.c (parse_line): Use isspace.
13035         (parse_line): Free *com on all errors.
13036
13037         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
13038         (delelement): Use next instead of f->next and prev instead of
13039         f->prev.
13040         (delelement): Free the members of the deleted element.
13041
13042         * http.c (http_loop): Do not return RETROK on code != 20x.
13043
13044         * init.c (cleanup): Free opt.user_header.
13045         (cleanup): Free opt.domains.
13046
13047         * url.c (freelists): Moved to cleanup().
13048
13049         * http.c (hparsestatline): Docfix.
13050
13051         * main.c (main): Return with error status on unsuccesful
13052         retrieval.
13053
13054         * init.c (setval): Do not remove listing when mirroring.
13055
13056         * url.c (url_filename): Use opt.fileprefix.
13057
13058         * ftp.c (ftp_get_listing): Use url_filename to get filename for
13059         .listing.
13060
13061         * main.c (main): New option: -rn.
13062
13063 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
13064
13065         * Makefile.in (RM): Added RM = rm -f.
13066
13067         * host.c (clean_hosts): New function.
13068         (free_hlist): Just free the list, no reset.
13069
13070         * version.c: Changed version to 1.4b27.
13071
13072 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
13073
13074         * version.c: "Released" 1.4b26.
13075
13076         * retr.c (retrieve_from_file): If call get_urls_html with
13077         opt.spider to make it silent in spider mode.
13078
13079         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
13080
13081         * url.h (CLEANDUP): New macro.
13082
13083         * http.c (gethttp): Fixed a bug that freed location only when it
13084         was NULL.
13085
13086         * retr.c (retrieve_url): Free url if it will not be stored,
13087         i.e. newloc is NULL.
13088
13089         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
13090         old version would bug out on <a href="x#a"href="y">.
13091
13092         * html.h (state_t): New member in_quote.
13093
13094         * html.c (htmlfindurl): Free s->attr at the beginning of
13095         attr-loop.
13096
13097         * recur.c (recursive_retrieve): Recognize RCLEANUP.
13098         (tried_robots): Make hosts a global variable.
13099         (recursive_retrieve): Free constr after URL host optimization.
13100         (tried_robots): Free urlinfo before exiting.
13101
13102         * utils.c (free_slist): New function.
13103
13104         * recur.c (recursive_retrieve): Use flags to add cleanup
13105         possibility.
13106
13107         * main.c (main): Free filename after recursive_retrieve.
13108
13109         * http.c (gethttp): Store successful responses too.
13110
13111 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
13112
13113         * all: Constified the whole source.  This required some minor
13114         changes in many functions in url.c, possibly introducing bugs -- I
13115         hope not.
13116
13117         * ftp-basic.c: Removed last_respline.
13118
13119         * http.c (gethttp): Free type.
13120
13121         * host.c (same_host): Free real1 and real2.
13122
13123         * main.c (main): New option --spider.
13124
13125         * retr.c (get_contents): Don't reset errno.
13126
13127         * main.c (main): Sorted the options.
13128
13129         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
13130         uninitialized by select().
13131
13132         * http.c (http_loop): Print the time when the connection is
13133         closed.
13134         (gethttp): Debug-print the HTTP request.
13135
13136 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
13137
13138         * connect.c (iread): Do not try reading after timeout.
13139
13140         * main.c (main): Would bug out on -T.
13141
13142         * connect.c (select_fd): Do not use exceptfds.
13143         (iread): Set ETIMEDOUT on select_fd <= 0.
13144
13145         * version.c: Changed version to 1.4b26.
13146
13147 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
13148
13149         * version.c: "Released" 1.4b25.
13150
13151         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
13152         or link name.
13153
13154         * http.c (gethttp): Add errcode to struct hstat.
13155         (http_loop): Use it.
13156
13157         * url.c (no_proxy_match): Simplify using char** for no_proxy.
13158
13159         * options.h (struct options): Make opt.no_proxy a vector.
13160
13161         * utils.c (sepstring): Use !*s instead of !strlen(s).
13162
13163         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
13164         (getperms): Use ISODIGIT instead of isdigit.
13165
13166         * ftp.c (getftp): Print time.
13167
13168         * main.c (main): Use legible output of downloaded quantity.
13169
13170         * ftp.c (getftp): Use elapsed_time().
13171         (ftp_loop_internal): Use rate().
13172
13173         * http.c (http_loop): Add download ratio output; Use rate().
13174
13175         * utils.c (rate): New function.
13176
13177 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
13178
13179         * http.c (http_loop): Use timer.
13180
13181         * ftp.c: Split to ftp-basic.c and ftp.c
13182
13183         * utils.c (reset_timer): New function.
13184         (elapsed_time): New function.
13185
13186         * retr.c (show_progress): Make bytes_in_line and offs long; should
13187         work on 16-bit machines.
13188
13189 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
13190
13191         * url.c (in_acclist): New argument backward.
13192
13193         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
13194         a file should be retrieved according to suffix.
13195         (ftp_get_listing): Check the return value of unlink; Do not call
13196         ftp_retrieve_dirs if depth reached maxreclevel.
13197         (ftp_retrieve_dirs): Check whether the directory is in
13198         exclude-list.
13199
13200         * main.c (main): Print the version number at the beginning of
13201         DEBUG output.
13202         (main): Use strrchr when creating exec_name.
13203
13204         * ftp.c (ftp_retrieve_glob): Do not close control connection.
13205
13206         * version.c: Changed version to 1.4b25.
13207
13208 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
13209
13210         * version.c: "Released" 1.4b24.
13211
13212         * Makefile.in: Rewrite.
13213
13214         * ftp.c (ftp_loop_internal): Likewise.
13215
13216         * retr.c (time_str): Check for failed time().
13217
13218         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
13219         HTML3.0.
13220
13221         * retr.c (time_str): Return time_t *.
13222
13223         * connect.c (bindport): Close msock on unsuccesful bind.
13224         (bindport): The same for getsockname and listen.
13225
13226         * retr.c (retrieve_url): Allow any number of retries on
13227         proxy.
13228
13229         * http.c (gethttp): Do not treat errno == 0 as timeout.
13230         (http_loop): Likewise.
13231         (http_loop): Cosmetic changes.
13232
13233         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
13234
13235         * retr.c (get_contents): Reset errno.
13236
13237         * ftp.c (getftp): Minor fixes.
13238
13239 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
13240
13241         * http.c: Do not use backups.
13242
13243         * geturl.1 (WARNING): Warn that man-page could be obsolete.
13244
13245         * getopt.c (getopt_long): Moved to getopt.c
13246
13247         * geturl.texi: Enhanced.
13248
13249         * main.c (main): Use it.
13250
13251         * recur.c (convert_all_links): New function.
13252
13253         * utils.c (add_slist): New argument flags.
13254
13255         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
13256         (parse_robots): Do not chuck out empty value fields.
13257         (parse_robots): Make yourself welcome on empty Disallow.
13258
13259         * version.c: Changed version to 1.4b24.
13260
13261 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
13262
13263         * version.c: "Released" 1.4b23.
13264
13265         * ftp.c (ftp_loop_internal): Get the time after getftp.
13266
13267         * Makefile.in (install.info): New target.
13268         (install): Use it.
13269
13270         * http.c (http_loop): Fix output when doing -O.
13271
13272 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
13273
13274         * geturl.texi: New file.
13275
13276         * main.c (main): Do not print the warnings and download summary if
13277         opt.quiet is set.
13278
13279         * version.c: Changed version to 1.4b23.
13280
13281 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
13282
13283         * "Released" 1.4b22.
13284
13285         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
13286         to avoid redefinition warnings.
13287
13288         * host.c (store_hostaddress): Use memcpy() to copy the address
13289         returned by inet_addr.
13290
13291         * version.c: Changed version to 1.4b22.
13292
13293 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
13294
13295         * version.c: "Released" 1.4b21.
13296
13297         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
13298
13299         * ftp.c (ftp_port): Use conaddr.
13300         (getftp): Print the file length.
13301         (ftp_retrieve_list): Check the stamps of plain files only.
13302
13303         * connect.c (closeport): Do not call shutdown().
13304         (conaddr): New function.
13305
13306         * html.c (ftp_index): Made it dfp-aware.
13307
13308         * init.c (cleanup): New name of freemem. Close opt.dfp.
13309
13310         * ftp.c (getftp): Use opt.dfp if it is set.
13311
13312         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
13313
13314         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
13315         CWDs to be sent with recursive FTP retrievals.
13316
13317 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
13318
13319         * recur.c (parse_robots): Made it more compliant with "official"
13320         specifications.
13321
13322         * http.c: New function.
13323
13324         * ftp-unix.c (ftp_parse_ls): Added better debug output.
13325
13326         * ftp.c (getftp): Print out the LIST in case of
13327         opt.print_server_response.
13328
13329         * version.c: Changed version to 1.4b21.
13330
13331 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
13332
13333         * version.c: "Released" 1.4b20.
13334
13335         * README: Update.
13336
13337         * http.c (gethttp): Preset lengths of various headers instead of
13338         calculating them dynamically.
13339         (gethttp): Check for 206 partial contents.
13340
13341 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
13342
13343         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
13344
13345         * http.c (gethttp): Send the port number in the Host: header.
13346
13347 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
13348
13349         * http.c (gethttp): Send host: header.
13350         (gethttp): Add the possibility of user-defined headers.
13351         (gethttp): Move decision about pragma: no-cache to http_loop,
13352         where it belongs.
13353         (gethttp): Pass a struct instead of enormous argument list.
13354         (http_loop): Use a new, fancier display format.
13355         (ftp_loop): Likewise.
13356
13357         * main.c: (hangup): Turn off buffering of the new log file.
13358
13359         * install-sh: Likewise.
13360
13361         * config.sub: Replace with the one in autoconf-2.10
13362
13363         * geturl.1: Update.
13364
13365         * init.c: New options httpuser and httppasswd.
13366
13367         * http.c: (base64_encode_line): New function.
13368         (gethttp): Send authentication.
13369
13370         * connect.c (make_connection): Use store_hostaddress.
13371
13372 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
13373
13374         * host.c (store_hostaddress): New function.
13375
13376         * NEWS: Update.
13377
13378         * http.c (hgetrange): New function.
13379         (gethttp): Use ranges.
13380
13381         * utils.c (numdigit): Accept long instead of int.
13382
13383         * http.c (http_loop): Add restart capabilities.
13384
13385         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
13386         being used uninitialized.
13387         (ftp_retrieve_list): Similar fix.
13388
13389         * host.c (add_hlist): Fixed a bug that could cause cmp being used
13390         uninitialized.
13391
13392         * url.c (construct_relative): New function.
13393
13394         * recur.c (recursive_retrieve): Use it.
13395
13396         * retr.c (convert_links): New function.
13397
13398 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
13399
13400         * url.c (free_urlpos): New function.
13401
13402         * recur.c (recursive_retrieve): Adapt.
13403
13404         * url.c (get_urls_html): Return a linked list instead of a vector.
13405
13406         * url.c (get_urls_file): Return a linked list instead of a vector.
13407
13408         * geturl.1: Update.
13409
13410         * http.c (gethttp): Implement it.
13411
13412         * init.c (setval): New option: SAVEHEADERS
13413
13414         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
13415         be retrieved. Lack of this test caused bugs when the connection
13416         was lost during listing.
13417
13418         * retr.c (retrieve_url): Fixed a bug that caused
13419         coredumps. *newloc is now reset by default.
13420         (retrieve_url): Lift the twenty-tries limit on proxies.
13421
13422         * version.c: Changed version to 1.4b20.
13423
13424 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
13425
13426         * version.c: "Released" 1.4b19.
13427
13428 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
13429
13430         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
13431         (getftp): Changed prototype to accept ccon *.
13432
13433 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
13434
13435         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
13436         incorrect values to files pointed to by symbolic links.
13437         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
13438
13439 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
13440
13441         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
13442
13443         * main.c (main): New option: --user-agent.
13444
13445         * geturl.1: Ditto.
13446
13447         * init.h: Ditto.
13448
13449         * init.c (setval): Ditto.
13450
13451         * main.c (main): Rename "server-headers" to "server-response".
13452
13453         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
13454         executables in 'ls -F' listings.
13455
13456 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
13457
13458         * url.c (parseurl): Remove realloc() and sprintf().
13459         (str_url): Get rid of sprintf().
13460
13461         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
13462         servers.
13463
13464         * url.h (URL_CLEANSE): Made it else-resistant.
13465         (USE_PROXY): New macro.
13466
13467 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
13468
13469         * NEWS: Update.
13470
13471         * version.c: Changed version to 1.4b19.
13472
13473 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
13474
13475         * version.c: "Released" 1.4b18.
13476
13477         * url.c: Made it reallocate space exponentially.
13478
13479 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
13480
13481         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
13482         the list of stuff to fetch.
13483
13484 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
13485
13486         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
13487         -Fi.
13488
13489         * html.c (htmlfindurl): Rewrite.
13490
13491         * http.c (gethttp): Use opt.proxy_cache.
13492
13493         * main.c (main): Added --cache option.
13494
13495         * ftp.c (ftp_response): Print server response if opt.print_server
13496         response is set.
13497         (getftp): Print newlines after each request if the server response
13498         is to be printed.
13499         (ftp_response): Copy the last response line to last_respline.
13500
13501         * http.c (gethttp): Add Pragma: nocache for retried
13502         proxy-retrievals.
13503
13504         * ftp.c (getftp): Use it.
13505
13506         * retr.c (buf_discard): New function.
13507
13508         * ftp.c (ftp_response): Use buf_readchar().
13509         (getftp): Flush the control connection buffer before calling
13510         get_contents().
13511
13512         * retr.c (buf_readchar): New function.
13513         (buf_flush): New function.
13514         (get_contents): Use buf_readchar() instead of read(x, x, 1).
13515         (get_contents): Use buf_flush.
13516
13517 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
13518
13519         * ftp.c: Incorporate changes to ftp_response.
13520
13521         * ftp.c (ftp_response): Allocate the server response dynamically,
13522         as in read_whole_line and fetch_next_header.
13523
13524         * utils.c (read_whole_line): Fixed a bug that prevented reading
13525         the last line if it is not \n-terminated. Also fixed a possible
13526         memory overflow.
13527
13528         * http.c (fetch_next_header): Return malloc-ed string as large as
13529         needed.
13530         (gethttp): Use new fetch_next_header.
13531
13532 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
13533
13534         * http.c (hgetlen): Compute the header length the first time only.
13535         (hgettype): Ditto.
13536         (hgetlocation): Ditto.
13537         (hgetmodified): Ditto.
13538
13539 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
13540
13541         * sample.geturlrc: Update.
13542
13543 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
13544
13545         * http.c (http_loop): Ditto.
13546
13547         * ftp.c (getftp): Open the output file as binary.
13548
13549         * version.c: Changed version to 1.4b18.
13550
13551 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
13552
13553         * version.c: "Released" 1.4b17.
13554
13555         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
13556         instead of failed assertion.
13557
13558 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
13559
13560         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
13561         if a file of that name already exists.
13562
13563 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
13564
13565         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
13566
13567         * config.h.in: Define gethostbyname as Rgethostbyname when using
13568         Socks.
13569
13570         * configure.in: Check for -lresolv if using Socks.
13571
13572         * version.c: Changed version to 1.4b17.
13573
13574 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
13575
13576         * version.c: "Released" 1.4b16.
13577
13578         * http.c (gethttp): More intelligent check for first line of HTTP
13579         response.
13580         (gethttp): Would bug out on time-stamping.
13581
13582         * version.c: Changed version to 1.4b16.
13583
13584 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
13585
13586         * version.c: Released 1.4b15.
13587
13588         * http.c (http_loop): Print \n after the loop entry, not before.
13589
13590         * url.c (url_filename): Use ISDOT.
13591
13592         * url.h (ISDOT): New macro.
13593
13594         * recur.c (recursive_retrieve): Change only opt.recursive for
13595         following FTP.
13596
13597 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
13598
13599         * socks/geturl.cgi: Fixed version No.
13600
13601         * socks/download-netscape.html: Ditto.
13602
13603         * socks/download.html: Changed socks.html to download.html.
13604
13605 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
13606
13607         * url.c (url_filename): Check for opt.dirstruct instead for
13608         opt.recursive && opt.dirstruct.
13609
13610         * init.c (defaults): Ditto.
13611         (defaults): Reset dirstruct by default.
13612         (setval): Set opt.dirstruct whenever setting recursive.
13613
13614         * init.h: Removed FORCEDIRHIER.
13615
13616         * INSTALL: Added -L to socks-description.
13617
13618         * version.c: Changed version to 1.4b15.
13619
13620 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
13621
13622         * version.c: "Released" 1.4b14.
13623
13624         * geturl.1: Update AUTHOR to include Rosella as contributor.
13625
13626         * NEWS: Update.
13627
13628         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
13629
13630         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
13631         (cal_time): Fix == to eq.
13632
13633         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
13634
13635         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
13636
13637         * Makefile.in: Use @VERSION@.
13638
13639         * configure.in: Check version from version.c.
13640
13641         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
13642
13643         * socks/download.html: Created from download-netscape.html, made
13644         HTML-2.0 compliant.
13645
13646         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
13647         following FTP links from recursions.
13648
13649 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
13650
13651         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
13652         absolute directories correctly.
13653
13654         * version.c: Changed version to 1.4b14.
13655
13656 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
13657
13658         * version.c: "Released" 1.4b13.
13659
13660         * url.c (make_backup): New function.
13661
13662         * http.c (http_loop): Make a backup copy of the local file (using
13663         rename(2)) before opening it.
13664
13665         * main.c (main): Added --backups.
13666
13667         * host.c (ftp_getaddress): Bail out on failed mycuserid().
13668         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
13669         (ftp_getaddress): Check for empty, null or (null) domain.
13670
13671         * url.c (get_urls_html): If this_url is NULL, the base must have a
13672         protocol.
13673         (parseurl): Use has_proto.
13674
13675         * retr.c (retrieve_url): Warn when proxy is used with more than 20
13676         retries.
13677
13678         * url.c (mkstruct): Create the directory (calling mymkdir()) only
13679         if it is not already there.
13680         (has_proto): New function.
13681         (get_urls_html): Eliminate the remaining call to findurl -- use
13682         has_proto.
13683
13684         * geturl.1: Ditto.
13685
13686         * main.c: Change -X to -x.
13687
13688         * url.c (url_filename): Simplify creation of filename if
13689         prefix_files is set.
13690         (url_filename): Simplify everything. And I do mean *everything*.
13691         (mkstruct): Add dir_prefix before hostname.
13692         (path_simplify): Fixed a bug that caused writing outside the path
13693         string in case of "." and ".." path strings.
13694
13695 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
13696
13697         * init.c: Added --mirror.
13698
13699         * main.c (main): Added -X to force saving of directory hierarchy.
13700
13701         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
13702         (ftp_retrieve_list): Check whether quota is exceeded.
13703
13704         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
13705
13706         * http.c (gethttp): Use referer if present.
13707
13708         * recur.c (recursive_retrieve): Set u->referer before calling
13709         retrieve_url.
13710
13711         * url.c (newurl): Use memset to nullify the struct members.
13712         (freeurl): Free the referer field too.
13713
13714         * url.h: Added referer to urlinfo.
13715
13716         * geturl.1: Updated the manual to document some of the new features.
13717
13718         * utils.c (numdigit): Moved from url.c.
13719
13720         * README: Rewritten.
13721
13722         * config.h.in: Add the support for socks.
13723
13724         * configure.in: Add the support for socks.
13725
13726         * url.c (url_filename): If the dir_prefix is ".", work with just
13727         the file name.
13728         (url_filename): Do not look for .n extensions if timestamping if
13729         turned on.
13730
13731         * retr.c (show_progress): Skip the over-abundant restval data, and
13732         print the rest of it with ',' instead of '.'.
13733
13734 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
13735
13736         * retr.c (show_progress): Changed second arg. to long (as it
13737         should be).
13738         (show_progress): Moved to retr.c.
13739         (get_contents): Moved to retr.c.
13740
13741         * version.c: Change version to 1.4b13.
13742
13743 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
13744
13745         * url.c (in_acclist): Would return after the first suffix.
13746
13747 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
13748
13749         * version.c: "Released" 1.4b12.
13750
13751         * url.c (path_simplify): More kludgifications.
13752         (get_urls_html): Use new parameters for htmlfindurl.
13753
13754         * html.c: Removed memorizing "parser states", since the new
13755         organization does not require them.
13756
13757         * init.c (run_geturlrc): Use read_whole_line.
13758
13759         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
13760
13761         * recur.c (parse_robots): Use read_whole_line.
13762
13763         * utils.c (read_whole_line): New function.
13764
13765         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
13766
13767         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
13768         tested on OSF and Ultrix.
13769         (add_hlist): New function.
13770         (free_hlist): New function.
13771         (search_host): New function.
13772         (search_address): New function.
13773         (realhost): Use search_host, search_address and add_hlist.
13774         (same_host): Replaced realloc() with strdupdelim(), made
13775         case-insensitive, fixed a memory leak.
13776
13777         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
13778         tm_min, like intended.
13779
13780         * version.c: Change user agent information to
13781         Geturl/version.
13782
13783 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
13784
13785         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
13786
13787         * url.c (acceptable): Always accept directories.
13788
13789         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
13790         servers by stripping trailing @ from symlinks and trailing / from
13791         directories.
13792
13793         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
13794
13795         * url.c (skip_url): Use toupper instead of UCASE.
13796
13797         * host.c (sufmatch): Made it case-insensitive.
13798
13799         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
13800         (match_backwards): New function, instead of
13801         match_backwards_or_pattern.
13802
13803         * recur.c (recursive_retrieve): Increased performance by
13804         introducing inl, which reduces number of calls to in_slist to only
13805         one.
13806
13807         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
13808         routine to use.
13809
13810         * main.c (printhelp): Removed the warranty stuff.
13811
13812 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
13813
13814         * url.c (add_slist): Simplify.
13815         (match_backwards_or_pattern): New function.
13816         (in_acclist): Use match_backwards_or_pattern.
13817         (matches): Remove.
13818
13819 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
13820
13821         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
13822         recursive.
13823
13824         * html.c (ftp_index): Fixed to work. Beautified the output.
13825
13826         * ftp.c (ftp_retrieve_glob): Another argument to control whether
13827         globbing is to be used.
13828         (ftp_retrieve_list): Compare the time-stamps of local and remote
13829         files to determine whether to download.
13830
13831 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
13832
13833         * ftp.c (rel_constr): New function.
13834
13835         * retr.c (retrieve_from_file): Check for text/html before
13836         retrieving recursively.
13837
13838         * main.c (main): Check whether the file is HTML before going into
13839         recursive HTML retrieving.
13840
13841         * ftp.c (ftp_retrieve_list): Manage directories.
13842         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
13843         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
13844         initialized, causing bugchecks in getftp to fail.
13845
13846         * configure.in: Check for symlink.
13847
13848         * ftp.c (ftp_retrieve_list): Added support for symlinks.
13849
13850         * version.c: "Released" 1.4b10.
13851
13852         * atotm.c (atotm): Redeclared as time_t.
13853
13854         * init.c: New variable "timestamping".
13855
13856         * main.c (main): New option 'N'.
13857
13858         * http.c (hgetlocation): Case-insensitive match.
13859         (hgetmodified): New function.
13860         (http_loop): Implement time-stamping.
13861
13862 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
13863
13864         * version.c: Changed version to 1.4b10
13865
13866         * atotm.c: New file, from phttpd.
13867
13868         * options.h (struct options): New parameter timestamping.
13869
13870         * version.c: 1.4b9 "released".
13871
13872         * recur.c (recursive_retrieve): Used linked list (ulist) for
13873         faster storing of URLs.
13874
13875         * url.c (get_urls_html): Removed the old kludge with comparing the
13876         outputs of htmlfindurl and findurl.
13877         (get_urls_html): Added better protocol support here.
13878         (create_hash): Removed, as well as add_hash and in_hash.
13879         (addslist): New function.
13880         (in_slist): ditto
13881
13882         * version.c: Released 1.4b8, changed version to b9.
13883
13884 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
13885
13886         * ftp.c (freefileinfo): New function.
13887         (delelement): New function.
13888
13889         * everywhere: GPL!
13890
13891         * ftp.c (ftp_loop): Use ccon.
13892         (ftp_retrieve_glob): Likewise.
13893
13894         * ftp.h: Define ccon, to define status of control connection.
13895
13896         * ftp.c (ftp_get_listing): New function.
13897         (ftp_retrieve_more): New function.
13898         (ftp_retrieve_glob): New function.
13899
13900 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
13901
13902         * configure.in: Removed the search for cuserid().
13903
13904         * init.c (getmode): Renamed to getperms.
13905
13906 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
13907
13908         * version.c: New version.
13909
13910         * main.c (hangup): New function, that handles hangup. Hangup
13911         signal now causes geturl to stop writing on stdout, and to write
13912         to a log file.
13913
13914         * ftp.c (getftp): "Released" 1.4b7.
13915
13916         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
13917         (ftp_index): Use fileinfo/urlinfo.
13918
13919         * ftp-unix.c (ftp_parse_ls): New function.
13920         (symperms): New function.
13921
13922         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
13923
13924         * retr.c (retrieve_url): Added FTP support.
13925
13926 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
13927
13928         * geturl.h: Removed NOTFTP2HTML enum.
13929         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
13930
13931         * ftp.c (getftp): Resynched with urlinfo.
13932         (getftp): Removed HMTL-ization of index.html from getftp.
13933
13934         * version.c: 1.4b6 "released".
13935
13936         * options.h (options): New struct, to keep options in.
13937
13938         * http.c (http_loop,gethttp): Synched with proxy.
13939
13940         * retr.c (retrieve_url): Implemented proxy retrieval.
13941
13942         * main.c (main): Use retrieve_from_file.
13943
13944 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
13945
13946         * retr.c (retrieve_from_file): New function.
13947
13948         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
13949         can be found in u->proto.
13950
13951         * ftp.c (ftp_response): Fixed to accept multi-line responses as
13952         per RFC 959.
13953
13954         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
13955
13956         * url.c (mymkdir): Removed the file of the same name, if one
13957         exists.
13958         (isfile): New function.
13959         (mkstruct): Fixed the '/' glitches.
13960         (path_simplify): Hacked to treat something/.. correctly.
13961
13962 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
13963
13964         * http.c (gethttp): Close the socket after error in headers.
13965         (http_loop): HEOF no longer a fatal header.
13966
13967         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
13968         simplifies the syntax of calling retrieve_url.
13969
13970         * recr.c (recursive_retrieve): Modified to use get_urls_html.
13971
13972         * url.c (get_urls_file): New function.
13973         (get_urls_html): New function.
13974
13975         * recr.c (recursive_retrieve): Patched up to conform to the
13976         standards.
13977
13978         * http.c (gethttp): Synched with the rest...
13979         (gethttp): Treat only CONREFUSED specially, with connection
13980         errors.
13981
13982         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
13983
13984 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
13985
13986         * http.c (http_loop): New function.
13987
13988         * loop.c: Removed *lots* of stuff from retrieve_url.
13989
13990         * url.c (parseurl): Changed to work with urlinfo. Integrated
13991         username finding and path parsing.
13992         (newurl): New function.
13993         (freeurl): New function.
13994         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
13995         (url_filename): Likewise.
13996         (path_simplify): Accept relative paths too.
13997         (opt_url): Made urlinfo-compliant, removed bogosities.
13998         (path_simplify): Expanded to accept relative paths.
13999         (str_url): A replacement for hide_url
14000         (decode_string): Fixed a bug that caused malfunctioning when
14001         encountering an illegal %.. combination.
14002         (opt_url): Removed the argument. Dot-optimizations are now default.
14003
14004         * nmalloc.c (strdupdelim): New function.
14005
14006         * url.h: Added the urlinfo structure
14007
14008 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
14009
14010         * url.c (hide_url): Thrown out the protocol assertion. Do not
14011         change the URL if the protocol if not recognized.
14012         (findurl): Put continue instead of break.
14013
14014 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
14015
14016         * sample.geturlrc: Changed the defaults to be commented out and
14017         harmless (previous defaults caused pains if copied to
14018         ~/.geturlrc).
14019
14020         * http.c (gethttp): Print the HTTP request in debug mode.
14021
14022         * connect.c (iread): Added EINTR check loop to select-ing
14023         too. EINTR is now correctly handled with select().
14024
14025         * TODO: new file
14026
14027 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
14028
14029         * host.c (same_host): Made the function a little bit more
14030         intelligent regarding diversified URL syntaxes.
14031
14032         * url.c (skip_url): Spaces are now skipped after URL:
14033
14034         * Released 1.3.1 with the patch to prevent crashing when sending
14035         NULL to robot* functions and the patch to compile "out of the box"
14036         on AIX.
14037
14038         * recr.c (recursive_retrieve): Added checking whether this_url is
14039         NULL when calling the robot functions.
14040
14041         * ChangeLog: New file.