]> sjero.net Git - wget/blob - src/ChangeLog
[svn] Remove redirection cycle detection.
[wget] / src / ChangeLog
1 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
2
3         * retr.c (retrieve_url): Remove redirection cycle detection.  This
4         is because some sites legitimately redirect the user back to the
5         same location, e.g. after an authorization check performed by
6         another page.  MAX_REDIRECTIONS is still used to prevent infinite
7         redirection loops.
8
9 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
10
11         * http.c (gethttp): Wrap host name in square brackets if it
12         contains a colon.
13
14 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
15
16         * url.c (url_parse): Allow all hex digits, not only decimal ones,
17         to form an IP address.
18
19 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
20
21         * url.c (urlchr_table): Make square braces reserved, so we can
22         parse http://[::1]/.
23         (url_parse): Handle host in braces.
24         (url_string): If url->host contains colons, wrap it in braces.
25
26 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
27
28         * connect.c (resolve_bind_address): New function.
29         (connect_to_one): Use it.
30         (bindport): Ditto.
31
32         * init.c: Don't resolve bind-address here.
33
34         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
35
36 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
37
38         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
39         offset.
40         (address_list_new): Use map_ipv4_to_ip.
41         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
42         in IPv4 context.
43
44 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
45
46         * source: Integrated IPv6 support.
47         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
48
49 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
50
51         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
52         (cmd_directory): New function. Like cmd_file(), but strips
53         trailing directory separators.
54         (commands): Change action for "dirprefix" from `cmd_file' to
55         `cmd_directory'.
56
57         * utils.c (make_directory): Allow intermediate `mkdir' calls to
58         fail, as not all path components that do not exist should be
59         directory components, especially under Windows.
60
61 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
62
63         * netrc.c (parse_netrc): Skip leading whitespace before testing
64         whether the line is empty.  Empty lines still contain the line
65         terminator.
66
67 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
68
69         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
70         only if no data is pending in SSL buffers.
71         From tony@bluetail.com.
72
73 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
74
75         * headers.c (header_get): Strip trailing whitespace from the
76         header.
77
78 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
79
80         * url.c (parse_uname): URL-decode *USER and *PASSWD.
81
82 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
83
84         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
85         starts with "//").
86
87 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
88
89         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
90         error.
91
92 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
93
94         * version.c: Wget 1.8.1 is released.
95
96 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
97
98         * version.c: Wget 1.8.1-pre3 is released.
99
100 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
101
102         * recur.c (retrieve_tree): Enqueue the canonical representation of
103         start_url, so that the test against dl_url_file_map works.
104
105 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
106
107         * log.c (logputs): Check for requested verbosity before printing
108         anything.
109
110 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
111
112         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
113         inline.
114
115 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
116
117         * recur.c (retrieve_tree): Make a copy of file obtained from
118         dl_url_file_map because the code calls xfree(file) later.
119
120 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
121
122         * recur.c (register_html): Maintain a hash table of HTML files
123         along with the list.  Disallow duplicates.
124         (retrieve_tree): Use downloaded_html_set to check whether the file
125         found in dl_url_file_map is an HTML file, and descend into it if
126         so.
127         (convert_all_links): Don't guard against duplicates in
128         downloaded_html_list, since they are no longer possible.
129
130 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
131
132         * recur.c (retrieve_tree): Pass on referring URL when retrieving
133         recursed URL.
134
135 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
136
137         * version.c: Wget 1.8.1-pre2 is released.
138
139 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
140
141         * retr.c (sleep_between_retrievals): Simplify indentation.
142
143 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
144
145         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
146         of "randomness" at a time.
147         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
148
149         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
150         random amount averages in opt.wait.
151         (sleep_between_retrievals): Don't seed the PRNG; random_number
152         will do that.
153
154         * utils.c (random_number): New function.
155
156 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
157
158         * url.c (path_simplify): Move here from utils.c, and make static.
159
160 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
161
162         * init.c (wgetrc_file_name): Print correct message when loading
163         getenv("WGETRC") fails.
164
165 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
166
167         * recur.c (register_download): Don't abort when one URL references
168         two different files.
169
170 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
171
172         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
173         calling ssl_iwrite.
174
175 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
176
177         * version.c: Wget 1.8.1-pre1 is released.
178
179 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
180
181         * res.c (matches): Fix broken URL in the docstring.
182
183 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
184
185         * html-url.c (tag_url_attributes): Mark <embed href=...> as
186         external.
187
188 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
189
190         * url.c (get_urls_file): Cosmetic changes.
191
192 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
193
194         * html-url.c (append_one_url): Resurrect warning when unable to
195         resolve a relative link.
196
197 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
198
199         * html-url.c (collect_tags_mapper): Break into several functions.
200         (tag_url_attributes): Collect <embed href=...>.
201
202 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
203
204         * host.c: New type ipv4_address.  Use it consistently instead of
205         `unsigned char[4]' and `unsigned char *'.
206         (pretty_print_address): Accept a `const void *', to require even
207         less casting.
208
209 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
210
211         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
212
213 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
214
215         * main.c (main): Initialize progress after fork_to_background, so
216         that it knows when to use dots.
217
218         * mswindows.c (ws_hangup): Call log_request_redirect_output.
219
220         * utils.c (fork_to_background): Print the PID of the child
221         process.
222
223         * log.c (log_request_redirect_output): Set a flag that output
224         redirection has been requested.  Doing anything else in a signal
225         handler is unsafe.
226         (check_redirect_output): New function: check whether redirection
227         has been requested and, if so, call redirect_output().
228         (logputs): Call check_redirect_output.
229         (logprintf): Ditto.
230         (debug_logprintf): Ditto.
231         (redirect_output): Print clearer messages.
232
233         * main.c (redirect_output_signal): Don't call
234         redirect_output_signal directly.  Instead, call
235         log_request_redirect_output.
236
237         * utils.c (memfatal): Ditto.
238
239         * progress.c (display_image): Use it.
240
241         * log.c (log_set_save_context): New function: allow the caller to
242         turn off saving log context lines.
243
244 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
245
246         * host.c (address_list_set_faulty): Uncomment a sanity check.
247
248 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
249
250         * utils.c (long_to_string): Return a pointer after where the
251         number ends.
252         (long_to_string): Rename to number_to_string.
253
254 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
255
256         * utils.c (path_simplify): Correctly handle the unlikely case that
257         b starts out as path + 1.
258
259 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
260
261         * utils.c (path_simplify): Rewrite, with better comments, and
262         without the use of strcpy to move overlapping blocks.
263
264 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
265
266         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
267         valid progress type before setting it.
268
269 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
270
271         * main.c (main): Remove stray debugging message.
272
273 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
274
275         * progress.c (create_image): Fix ETA padding when hours are prined.
276
277 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
278
279         * version.c: Wget 1.8 is released.
280
281 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
282
283         * url.c (reencode_string): Declare static.
284
285         * res.c (registered_specs): Declare static.
286
287         * progress.c (current_impl_locked): Declare static.
288
289         * log.c (flush_log_p): Declare static.
290         (needs_flushing): Ditto.
291
292         * http.c (digest_authentication_encode): Declare static.
293
294         * html-url.c (init_interesting): Declare static.
295
296         * host.c (host_name_addresses_map): Declare static.
297
298         * cookies.c (find_matching_chains): Declare static.
299
300         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
301         indicated by lint.
302
303         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
304
305         * host.c (address_list_set_faulty): Document that INDEX is
306         currently unused.
307
308         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
309
310 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
311
312         * version.c: Wget 1.8-pre2 is released.
313
314 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
315
316         * progress.c (progress_handle_sigwinch): Set up the signal again.
317
318         * utils.c: Include <sys/termios.h>, where Solaris defines
319         TIOCGWINSZ.
320
321         * progress.c (bar_create): Don't use the last column on the screen.
322         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
323         only until it exceeded them.
324
325 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
326
327         * version.c: Wget 1.8-pre1 is released.
328
329 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
330
331         * progress.c (progress_create): Make sure that, when the output is
332         redirected, the progress implementation gets changed to the
333         fallback one.
334         (bar_set_params): Set current_impl_locked to 1 when "force" is
335         specified.
336         (progress_create): Don't change the progress implementation if
337         current_impl_locked is non-zero.
338
339         * main.c (redirect_output_signal): Call
340         progress_schedule_redirect.
341
342         * progress.c (progress_schedule_redirect): New function.
343
344 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
345
346         * log.c (logvprintf): Restructure to allow being called multiple
347         times.
348         (logprintf): Call logvprintf in a loop.
349         (debug_logprintf): Ditto.
350
351 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
352
353         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
354         setting egd_file it to empty string.
355
356         * main.c (main): Change the option name from --sslegdsock to
357         --egd-file.
358
359 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
360
361         * gen_sslfunc.c (ssl_init_prng): Make the printed message
362         translatable.
363
364 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
365
366         * url.c (scheme_disable): New function.
367
368         * main.c (main): Call ssl_init_prng from here rather than from
369         init_ssl, so that it has a chance to disable support for https
370         before a URL has been resolved.
371
372         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
373         failed.
374         (ssl_init_prng): Disable support for https if seeding the PRNG
375         fails.
376
377 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
378
379         * utils.c (read_whole_line): Handle lines beginning with \0.
380
381 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
382
383         * recur.c (convert_all_links): Guard against duplicates in
384         downloaded_html_files.
385         (register_download): Don't invalidate similar-looking URLs.
386         (match_except_index): New function.
387
388 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
389
390         * utils.c (path_simplify): Document with test cases.
391
392 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
393
394         * gen_sslfunc.c: Ditto.
395
396         * rbuf.c: Include <string.h>.
397
398 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
399
400         * recur.c (retrieve_tree): Check whether the URL was already
401         downloaded before downloading it again.
402         (descend_child_p): Renamed to download_child_p.
403         (register_download): When one URL is downloaded to a file already
404         "owned" by another URL, delete all references that map any URL to
405         that file.
406         (register_delete_file): New function.
407         (retrieve_tree): Use it after deleting a file.
408
409         * url.c (url_parse): Re-canonicalize the URL also if the path is
410         empty, so that e.g. "http://www.server.com" ->
411         "http://www.server.com/".
412         (lowercase_str): Use ISUPPER instead of !ISLOWER.
413
414         * retr.c (retrieve_url): Use the canonical URL form when calling
415         register_download().
416
417 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
418
419         * snprintf.c (dopr): Use `unsigned int' as the second argument to
420         va_arg when casting to `unsigned short' is intended.
421
422 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
423
424         * gen_sslfunc.c: on windows provide ssl crypto random 
425           initialization through RAND_screen(); could possibly
426           be not enough for strong ssl communication (see the 
427           relevant manual page from the openssl package).
428
429 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
430
431         * url.c (local_quote_string): Reenable quoting of question marks,
432         but only when `--html-extension' is used.
433
434 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
435
436         * version.c: Wget 1.8-beta3 is released.
437
438 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
439
440         * snprintf.c (dopr): Cast the result of va_arg to short int and
441         short unsigned int where these types are expected to be used.
442
443 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
444
445         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
446         with `int' when using it as the second argument to `va_arg'.
447
448 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
449
450         * host.c (address_list_new_one): New function.
451         (lookup_host): Use it.
452
453 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
454
455         * host.c (lookup_host): Don't initialize TMPSTORE directly because
456         it's not legal C.
457
458 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
459
460         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
461         the socket data.
462
463         * ftp.c: Ditto.
464
465         * http.c: No need to declare h_errno.
466
467         * host.c: Declare h_errno.
468
469 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
470
471         * utils.c (file_merge): If BASE doesn't contain a slash, just
472         return a copy of FILE.
473
474 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
475
476         * version.c: Wget 1.8-beta2 is released.
477
478 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
479
480         * ftp.c (getftp): When PWD fails, assume "/".
481
482         * ftp-basic.c (ftp_syst): Fix indentation.
483
484 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
485
486         * url.c (get_urls_file): If opt.base_href is specified, merge each
487         URL with the base.
488
489 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
490
491         * main.c (print_help): Don't document the removed `-nh'.
492
493 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
494
495         * url.c (url_full_path): Document better.
496
497         * http.c (gethttp): Use the full path when creating digest
498         authorization.
499
500 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
501
502         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
503         '/'.
504
505 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
506
507         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
508         PREFIX does.
509
510 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
511
512         * cookies.c (check_domain_match): Reimplement to match Netscape's
513         "preliminary specification" for cookies.
514
515 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
516
517         * url.c (replace_attr_refresh_hack): New function.
518         (convert_links): Call replace_attr_refresh_hack for Refresh
519         links.  It will add the "TMOUT; URL=" junk before the link.
520
521         * html-url.c (collect_tags_mapper): Set ID to the ID of the
522         "content" attribute, not "http-equiv".
523         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
524         instead, store the information that this entry belongs to a
525         "refresh" link.
526
527 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
528
529         * version.c: Wget 1.8-beta1 is released.
530
531 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
532
533         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
534         depth by more than one.
535
536 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
537
538         * retr.c (retrieve_url): Don't allow more than 20 redirections.
539
540 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
541
542         * recur.c (retrieve_tree): Skip the non-inline entries when
543         enqueuing the children of a leaf HTML node in -p mode.
544         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
545         "inline".
546
547         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
548         (collect_tags_mapper): When an entry is "inline", mark it as such.
549
550         * recur.c (descend_url_p): Fix test when checking for
551         acceptance/rejection rules.
552
553 2001-10-31 Daniel BODEA <dali@dali-designs.com>
554
555         * netrc.c (search_netrc): When slack_default is 0, still look for
556         an account with matching password, just not the "default account".
557         HTTP Authorization using .netrc should now work as expected.
558
559 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
560
561         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
562         test_socket_open fails.
563
564 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
565
566         * progress.c (display_image): Just print one CR to reset the
567         cursor position.
568
569 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
570
571         * init.c: New command `ssl_egd_sock'.
572
573         * main.c (main): New option `--sslegdsock'.
574
575         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
576
577 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
578
579         * cmpt.c (memmove): Include a simple memmove implementation.
580
581 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
582
583         * headers: Guard against header files being included twice.
584
585 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
586
587         * gen-md5.c: Use unsigned char * as the buffer argument to
588         gen_md5_update.
589
590 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
591
592         * connect.h: Declare select_fd.
593
594 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
595
596         * recur.c (descend_url_p): When resolving no_parent, compare with
597         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
598         wouldn't be followed, although the download started from /a/.
599
600 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
601
602         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
603         MS VC; somebody with Borland compiler please check and provide
604         patch if possible;
605
606         * cmpt.c: provided a usleep emulation.
607
608 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
609
610         * host.c (address_list_new): Initialize al->faulty.
611
612 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
613
614         * http.c (http_process_range): Accept the broken output of
615         "JavaWebServer/1.1.1".
616
617 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
618
619         * progress.c (dot_set_params): If PARAMS is unspecified, use
620         dot_style, if available.
621
622         * init.c: Ditto.
623
624         * main.c (main): Resurect --dot-style.
625
626         * progress.c (dot_finish): Print the quantity if we're left at the
627         beginning of a row.
628
629 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
630
631         * cmpt.c (random): Removed.
632
633         * retr.c (sleep_between_retrievals): Use the more portable rand()
634         instead of random().
635
636 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
637
638         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
639         prevent seg fault.
640
641 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
642
643         * connect.c (connect_to_many): Use address_list_set_faulty to
644         prevent the faulty address from being reused.
645
646         * host.c (address_list_set_faulty): New function.
647         (address_list_get_bounds): New function, instead of
648         address_list_count.
649
650 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
651
652         * url.c (convert_links): Don't translate %d-%d.
653
654         * main.c (print_help): Remove stray HAVE_RANDOM code.
655
656 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
657
658         * ftp.c (getftp): Improve output after sending PASV.  Don't
659         attempt to "look up" the IP address we already know; call
660         connect_to_one directly.
661
662 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
663
664         * progress.c: Change the default progress implementation to "bar".
665
666 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
667
668         * progress.c (bar_create): Print two newlines.
669
670 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
671
672         * cmpt.c (random): New function, a simple-minded replacement for
673         random() on systems that don't have it.
674
675 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
676
677         * config.h.in: Put a HAVE_USLEEP stub.
678
679         * cmpt.c (usleep): Replacement implementation of usleep using
680         select.
681
682         * init.c: New option init_rate.
683
684         * main.c (main): New option --limit-rate.
685
686         * retr.c (limit_bandwidth): New function.
687         (get_contents): Call it to limit the bandwidth used when
688         downloading.
689
690         * progress.c (dot_update): Would print the wrong download speed on
691         rows other than the first one when the download was continued.
692         (dot_finish): Ditto.
693
694 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
695
696         * http.c (gethttp): fix undeclared variable 'err' when compiled
697         with HAVE_SSL.
698
699 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
700
701         * progress.c: Don't allocate new timers; use the timing data
702         propagated from the caller.
703
704         * retr.c (get_contents): Allocate and use a timer.
705
706 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
707
708         * http.c (last_host_ip): Made into an address_list.
709         (invalidate_persistent): Release pc_last_host_ip.
710         (register_persistent): Use lookup_host.
711         (persistent_available_p): Check for equality of hosts using
712         address_list_match_all.  Call address_list_release.
713         (http_cleanup): New function.
714
715         * ftp.c (getftp): Use lookup_host and connect_to_many.
716
717         * http.c (gethttp): Use lookup_host and connect_to_many.
718
719         * connect.c (make_connection): Removed.
720         (connect_to_one): New function.
721         (connect_to_many): Ditto.
722         (set_connection_host_name): Ditto.
723
724         * host.c (lookup_host): New function; new return type.
725         (address_list_new): New function.
726         (address_list_count): Ditto.
727         (address_list_copy_one): Ditto.
728         (address_list_delete): Ditto.
729         (address_list_release): Ditto.
730         (pretty_print_address): Ditto.
731
732 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
733
734         * recur.c (retrieve_tree): In case of followed redirection,
735         blacklist the pre-redirection URL.
736
737 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
738
739         * recur.c (descend_redirect_p): New function.
740         (retrieve_tree): Make sure redirections are not blindly followed.
741
742 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
743
744         * config.h.in: added HAVE_RANDOM.
745
746         * options.h: added random_wait to struct options.
747
748         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
749         for --random-wait.
750
751         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
752         implementation of random wait times.
753
754         * init.c (commands): added "randomwait" keyword.
755
756 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
757
758         * recur.c (descend_url_p): Be more conservative with blacklisting
759         URLs.
760         (convert_all_links): Print how many files have been converted, and
761         how long it took.
762
763         * progress.c (create_image): Place the number of downloaded bytes
764         right after the progress bar.
765
766         * utils.c (suffix): Return a pointer into the string.
767
768 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
769
770         * url.c (convert_links): Handle CO_NULLIFY_BASE.
771
772         * recur.c (retrieve_tree): Ignore download-ignorable children.
773         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
774
775         * html-url.c (handle_link): Return the newly created urlpos.
776         (collect_tags_mapper): When dealing with BASE, store the base
777         reference and mark it as download-ignorable.
778
779 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
780
781         * url.c (convert_links): Attempt to quote '?' as "%3F" when
782         linking to local files.  Given up on the attempt, as it breaks
783         local browsing.
784
785 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
786
787         * main.c (private_initialize): Removed.
788         (main): Don't call private_initialize.
789
790         * http.c: Call lookup_host.
791
792         * host.c (host_init): Removed.
793         (add_host_to_cache): Initialize host_name_address_map here, on
794         demand.
795         (ngethostbyname): Commented out.
796
797         * connect.c (make_connection): Remove dead code; use lookup_host.
798
799         * host.c (store_hostaddress): Renamed to lookup_host and reversed
800         the args.
801         Removed host_address_name_map and host_slave_master_map.
802
803 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
804
805         * progress.c (dot_create): Align the "[ skipping ... ]" string
806         with the dots.
807
808         * retr.c (rate): Split into two functions: calc_rate and
809         retr_rate.
810
811         * progress.c (create_image): Draw a dummy progress bar even when
812         total size is unknown.
813         (display_image): Place the text cursor at the end of the "image".
814
815 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
816
817         * url.c (reencode_string): Use unsigned char, not char --
818         otherwise the hex digits come out wrong for 8-bit chars such as
819         nbsp.
820         (lowercase_str): New function.
821         (url_parse): Canonicalize u->url if needed.
822         (get_urls_file): Parse each URL, and return only the valid ones.
823         (free_urlpos): Call url_free.
824         (mkstruct): Add :port if the port is non-standard.
825         (mkstruct): Append the query string to the file name, if any.
826         (urlpath_length): Use strpbrk_or_eos.
827         (uri_merge_1): Handle the cases where LINK is an empty string,
828         where LINK consists only of query, and where LINK consists only of
829         fragment.
830         (convert_links): Count and report both kinds of conversion.
831         (downloaded_file): Use a hash table, not a list.
832         (downloaded_files_free): Free the hash table.
833
834         * retr.c (retrieve_from_file): Ditto.
835
836         * main.c (main): Call either retrieve_url or retrieve_tree
837         for each URL, not both.
838
839         * retr.c (register_all_redirections): New function.
840         (register_redirections_mapper): Ditto.
841         (retrieve_url): Register the redirections.
842         (retrieve_url): Make the string "Error parsing proxy ..." 
843         translatable.
844
845         * res.c (add_path): Strip leading slash from robots.txt paths so
846         that the path representations are "compatible".
847         (free_specs): Free each individual path, too.
848         (res_cleanup): New function.
849         (cleanup_hash_table_mapper): Ditto.
850
851         * recur.c (url_queue_new): New function.
852         (url_queue_delete): Ditto.
853         (url_enqueue): Ditto.
854         (url_dequeue): Ditto.
855         (retrieve_tree): New function, replacement for recursive_retrieve.
856         (descend_url_p): New function.
857         (register_redirection): New function.
858
859         * progress.c (create_image): Cosmetic changes.
860
861         * init.c (cleanup): Do all those complex cleanups only if
862         DEBUG_MALLOC is defined.
863
864         * main.c: Removed --simple-check and the corresponding
865         simple_host_check in init.c.
866
867         * html-url.c (handle_link): Parse the URL here, and propagate the
868         parsed URL to the caller, who would otherwise have to parse it
869         again.
870
871         * host.c (xstrdup_lower): Moved to utils.c.
872         (realhost): Removed.
873         (same_host): Ditto.
874
875 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
876
877         * utils.c (path_simplify): Preserver the (non-)existence of
878         leading slash.  Return non-zero if changes were made.
879
880 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
881
882         * progress.c (bar_update): Don't modify bp->total_length if it is
883         zero.
884
885 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
886
887         * retr.c (retrieve_url): When the redirection URL doesn't parse,
888         print the correct error message rather than "UNKNOWN".
889
890 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
891
892         * progress.c (bar_finish): If the timer didn't record any time
893         since the download beginning, fake 1ms.
894
895 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
896
897         * recur.c (recursive_retrieve): Fix typo.
898
899 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
900
901         * progress.c (create_image): Don't translate "%ld ".
902
903 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
904
905         * progress.c (bar_set_params): Allow the user to force the use of
906         the bar.
907
908 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
909
910         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
911
912 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
913
914         * progress.c: Renamed dp_* functions to dot_* for greater clarity
915         and consistency with bar_*.
916         (print_download_speed): Get rid of the unneeded '@' character.
917         (create_image): Fix download rate geometry.
918
919         * progress.c (print_elapsed): Remove spurious space.
920         (print_elapsed): Renamed to print_download_speed, since that's
921         what it does.
922
923 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
924
925         * progress.c (bar_update): If the downloaded amount becomes larger
926         than the expected amount, adjust the expected amount accordingly.
927
928 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
929
930         * utils.c (determine_screen_width): New function.
931
932         * main.c (main): New option `--progress=TYPE'.
933         (main): Implement compatibility with the old option `--dot-style'.
934
935         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
936         dp_set_params.
937         (cmd_spec_progress): New function.
938
939         * retr.c (get_contents): Use the progress_* functions instead of
940         the old show_progress().
941         (show_progress): Removed.
942         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
943         etc.
944
945         * progress.c (set_progress_implementation): New function.
946         (valid_progress_implementation_p): Ditto.
947         (progress_create): Ditto.
948         (progress_update): Ditto.
949         (progress_finish): Ditto.
950         (dp_create): Ditto.
951         (dp_update): Ditto.
952         (dp_finish): Ditto.
953         (dp_set_params): Ditto.
954         (print_elapsed): Ditto.
955
956 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
957
958         * retr.c (show_progress): Use it.
959
960         * log.c (log_set_flush): New function.
961
962 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
963
964         * utils.c (path_simplify): Don't remove trailing slashes.
965
966         * ftp.c (ftp_get_listing): Use it.
967
968         * utils.c (file_merge): New function.
969
970         * url.c (opt_url): Removed.
971
972         * recur.c (recursive_retrieve): Inline "opt_url" logic.
973
974         * main.c (main): Use xfree(), not free().
975
976         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
977
978         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
979         internally.
980
981         * config.h.in: Include a stub for HAVE_STRPBRK.
982
983         * cmpt.c (strpbrk): Include a replacement for systems without
984         strpbrk().
985
986         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
987
988         * url.c (url_set_dir): New function.
989         (url_set_file): Ditto.
990
991         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
992         parser makes the URL "params" available, so we can do that in this
993         function.
994
995         * retr.c: Ditto.
996
997         * ftp.c: Ditto; pass the local file information in `ccon'.
998
999         * http.c: Get rid of the ugly kludge that had URL being replaced
1000         with the proxy URL when proxy retrieval was requested.  Use a
1001         separate parameter to http_loop and gethttp for the proxy URL.
1002
1003         * http.c: Changed to reflect the fact that local file, proxy, and
1004         referer information are no longer stored in struct url.  The local
1005         file information is passed in `struct hstat' now.
1006
1007         * url.c: Reworked URL parsing to be more regular.  Reencode the
1008         URL using reencode_string.
1009         Removed non-URL-related information from struct url.  This
1010         includes fields `proxy', `local', and `referer'.
1011
1012 2001-11-22  Jochen Hein  <jochen@jochen.org>
1013
1014         * main.c (main): Split the copyright notice for easier
1015         translation.
1016
1017 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
1018
1019         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
1020           command to server to request file size.
1021         * ftp.h (ftp_size): Export it.
1022         * ftp.c (getftp): Use new ftp_size function if restoring
1023           transfer of a file with unknown size.
1024
1025 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1026
1027         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
1028
1029 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1030
1031         * url.c (getproxy): Handle URL shorthands.
1032
1033 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1034
1035         * main.c: Remove --wait / --waitretry backwards compatibility
1036         code.
1037         
1038 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1039
1040         * main.c (main): Use it.
1041
1042         * url.c (rewrite_url_maybe): New function.
1043
1044 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1045
1046         * url.c: Clean up handling of URL schemes.
1047
1048 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1049
1050         * url.c: Get rid of `protostrings'.
1051         (skip_proto): Don't use protostrings.
1052         (has_proto): Ditto.
1053
1054 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1055
1056         * Makefile.in: Conditionally compile getopt.o.
1057
1058 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1059
1060         * md5.h: Renamed to gnu-md5.h.
1061
1062         * md5.c: Renamed to gnu-md5.c.
1063
1064         * http.c: Ditto.
1065
1066         * ftp-opie.c: Use the new macros.
1067
1068         * sysdep.h: Define md5-related macros.
1069
1070         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
1071         depending on which md5 implementation is used.
1072
1073 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1074
1075         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
1076         the compiler.
1077
1078 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1079
1080         * http.c (gethttp): Print the whole response line when printing
1081         headers is requested.
1082
1083 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1084
1085         * res.c: New file.  Implement all RES-related code here.
1086
1087 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1088
1089         * version.c: Wget 1.7.1 is released.
1090
1091 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1092
1093         * headers.c (header_extract_number): Ignore trailing whitespace.
1094
1095 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
1096
1097         * html-url.c (collect_tags_mapper): Fix bug converting links
1098         with -k option for tags with multiple link attributes by
1099         handling links in the order they appear.
1100
1101 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
1102
1103         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
1104           the call to the 'rate' function by moving it past the error
1105           checking for the 'getftp' function return value.
1106
1107 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1108
1109         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
1110         '\"'.  Different compilers' assert macros are broken in different
1111         ways.
1112
1113 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
1114
1115         * http.c (gethttp): print debug output for errors occuring during
1116         the ssl handshake.
1117
1118 2001-11-16  Chris Seawood  <cls@seawood.org>
1119
1120         * init.c: Ditto.
1121
1122         * host.c: Ditto.
1123
1124         * connect.c: Ditto.
1125
1126         * sysdep.h: Support compilation under BEOS.
1127
1128 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
1129
1130         * url.c (url_equal): Fix a memory leak when parseurl returns an
1131         error on the second URL. Also, since url_equal is not used at the
1132         moment, do not compile it.
1133
1134         * url.h: Ditto for the prototype of url_equal.
1135
1136 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1137
1138         * html-parse.c (map_html_tags): Support XML-style empty tags.
1139
1140 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1141
1142         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
1143         loop condition because we're no longer setting SIZEVAR here.
1144
1145 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1146
1147         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
1148         call because it needs the old value.
1149
1150 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1151
1152         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
1153         an attribute name.
1154
1155 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1156
1157         * url.c (url_filename): Make sure that slashes that sneak in to
1158         u->file via query string get protected.
1159         (file_name_protect_query_string): New function.
1160
1161 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1162
1163         * recur.c (recursive_retrieve): Also check undesirable_urls with
1164         canonicalized URL.
1165
1166 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1167
1168         * http.c (gethttp): Search `.netrc' with real host, not the proxy
1169         one.
1170
1171 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1172
1173         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
1174         define it.
1175
1176 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1177
1178         * ftp.h: Provide correct prototype for ftp_parse_ls().
1179
1180 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1181
1182         * version.c: Wget 1.7 is released.
1183
1184 2001-06-03  Karl Eichwalder  <ke@suse.de>
1185
1186         * ftp-ls.c (ftp_parse_ls): Fix typo.
1187
1188 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1189
1190         * all: Update copyright information.
1191
1192 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1193
1194         * http.c (gethttp): Indicate that the continued download failed
1195         for *this* file.
1196
1197 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1198
1199         * version.c: Wget 1.7-pre1 is released.
1200
1201 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1202
1203         * version.c: Updated version to 1.7-pre1.
1204
1205 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1206
1207         * gen_sslfunc.c: Don't include <sys/time.h> directly.
1208
1209 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1210
1211         * http.c (gethttp): Use real URL data for cookies, not the proxy
1212         stuff.
1213
1214 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1215
1216         * main.c (print_help): Document `--no-http-keep-alive'.
1217
1218         * utils.c (numdigit): Handle negative numbers *correctly*.
1219
1220         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
1221         than the confusing "unsigned".
1222
1223         * utils.c (string_set_contains): Renamed from string_set_exists.
1224
1225         * hash.c (hash_table_contains): Renamed from hash_table_exists.
1226
1227         * cookies.c: Move case-insensitive hash tables to hash.c.
1228
1229 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1230
1231         * http.c (gethttp): Before concluding that the file is already
1232         fully retrieved, make sure that the file existed and `Range' was
1233         actually requested.
1234
1235 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1236
1237         * cookies.c (eliminate_dups): New function.
1238         (build_cookies_request): Use it.
1239         (build_cookies_request): Set chain_store_size after reallocating
1240         all_chains.
1241         (check_domain_match): Annotated for easier future debugging.
1242         (store_cookie): In the debug message, print whether the cookie is
1243         permanent.
1244
1245 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
1246
1247         * http.c (http_loop): Reset no_truncate before deciding whether to
1248         set it.
1249         (gethttp): Further clarify "-c conflicts with existing file" error
1250         message, based on input from Herold Heiko.
1251
1252 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
1253
1254         * http.c (http_loop): If restval is set, set no_truncate to 1
1255         unconditionally.
1256
1257 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1258
1259         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
1260         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
1261         (ftp_parse_vms_ls): Ditto.
1262
1263 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
1264
1265         * init.c (cmd_address): Zero SIN before using it; apparently
1266         needed on *BSD.
1267
1268 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1269
1270         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
1271         empty.
1272
1273 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1274
1275         * main.c (main): Make `--cookies' respect its argument.
1276
1277 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
1278
1279         * main.c (main): Removed undocumented option `--email-address'.
1280
1281         * netrc.c: Use the latest read_whole_line.
1282
1283         * init.c (defaults): Set opt.ftp_pass to "-wget@".
1284
1285         * mswindows.c (pwd_cuserid): Ditto.
1286
1287         * utils.c (pwd_cuserid): Removed.
1288
1289         * host.c (ftp_getaddress): Removed.
1290
1291 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
1292
1293         (http_loop): Allocate space for filename_plus_orig_suffix with
1294         alloca; this is more efficient and removes the need to free it
1295         before each and every return.
1296
1297 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
1298
1299         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
1300         unneeded because the file is already there and fully downloaded,
1301         and -c is specified.
1302         (http_loop): Handle RETRUNNEEDED.
1303
1304         * wget.h (uerr_t): New value RETRUNNEEDED.
1305
1306         * http.c (http_loop): Set no_truncate for files that both exist
1307         and are non-empty.
1308         (gethttp): Consider the download finished when restval >= contlen,
1309         not only when restval==contlen.
1310         (gethttp): Handle redirection before giving up due to -c.
1311         (gethttp): Clarify error message which explains that -c will not
1312         truncate the file.
1313         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
1314         the stuff that needs freeing and release the socket.
1315
1316 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1317
1318         * main.c (print_help): Wget booleans accept "off", not "no".
1319
1320 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1321
1322         * http.c (http_loop): If allow_cache is zero, always disable
1323         caching, not only when retrieving through proxy.
1324
1325         * init.c: Ditto.
1326
1327         * options.h (struct options): Rename proxy_cache to allow_cache.
1328
1329 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1330
1331         * http.c (mktime_from_utc): Improve documentation.
1332         (http_atotm): Put format strings into a separate array.
1333
1334 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1335
1336         * safe-ctype.h: Instead of throwing #error when isalpha is
1337         defined, redefine it to something that will throw a compile-time
1338         error if actually *used*.  Do the same for the rest of the
1339         standard C macros.
1340
1341 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1342
1343         * url.c (getproxy): Ignore empty proxy vars.
1344
1345 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1346
1347         * http.c (http_loop): Would load cookies every time.
1348
1349         * cookies.c (load_cookies): Handle cookies whose values contain
1350         embedded spaces.
1351
1352 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1353
1354         * utils.c: Define each DIGITS_* in one line.
1355
1356 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
1357
1358         * http.c (http_atotm): Initialize t.tm_isdst to 0.
1359         (mktime_from_utc): Prevent mktime() from having discontinuities at
1360         DST transition points.
1361
1362 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1363
1364         * html-url.c (get_urls_html): Fix documentation.
1365
1366 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1367
1368         * url.c (UNSAFE_CHAR): Reimplement using a static table.
1369         (url_init): Removed.
1370         (init_unsafe_char_table): Removed.
1371
1372 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1373
1374         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
1375
1376 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1377
1378         * utils.c: Document timer functions.
1379
1380         * retr.c (rate): Use it.
1381         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
1382
1383         * utils.c (wtimer_granularity): New function.
1384
1385 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1386
1387         * retr.c (show_progress): Ditto.
1388
1389         * ftp.c (getftp): Ditto.
1390
1391         * http.c (gethttp): Use new timer functions.
1392
1393         * utils.c (wtimer_allocate): New function.
1394         (wtimer_new): Ditto.
1395         (wtimer_delete): Ditto.
1396         (wtimer_reset): Ditto.
1397         (wtimer_elapsed): Ditto.
1398
1399 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1400
1401         * utils.c (long_to_string): New, faster version.  Favors smaller
1402         numbers; much of the calculation is now done at compile-time.
1403
1404 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1405
1406         * utils.c (numdigit): Handle negative numbers.
1407
1408 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1409
1410         * retr.c (show_progress): Print the download rate even when the
1411         percentages are not available.
1412
1413 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
1414
1415         * ftp.c (getftp): Adjust expected_bytes if the length is
1416         authoritative.
1417
1418 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1419
1420         * url.c: Don't declare `construct'.
1421
1422         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
1423         mappings to new locations.
1424         (hash_table_new): Make resize_threshold a field in the hash table,
1425         so we don't have to recalculate it in each hash_table_put.
1426         (grow_hash_table): Update resize_threshold.
1427         (MAX): Remove unused macro.
1428         (prime_size): Made static.
1429
1430 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1431
1432         * retr.c (retrieve_url): Call uri_merge, not url_concat.
1433
1434         * html-url.c (collect_tags_mapper): Call uri_merge, not
1435         url_concat.
1436
1437         * url.c (mkstruct): Use encode_string instead of xstrdup followed
1438         by URL_CLEANSE.
1439         (path_simplify_with_kludge): Deleted.
1440         (contains_unsafe): Deleted.
1441         (construct): Renamed to uri_merge_1.
1442         (url_concat): Renamed to uri_merge.
1443
1444 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1445
1446         * url.c (str_url): Use encode_string instead of the unnecessary
1447         CLEANDUP.
1448         (encode_string_maybe): New function, returns input string if no
1449         encoding is needed.
1450         (encode_string): Call encode_string_maybe to do the dirty work,
1451         xstrdup if no work needed.
1452
1453 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1454
1455         * wget.h (XDIGIT_TO_xchar): Define here.
1456
1457         * url.c (decode_string): Use new name.
1458         (encode_string): Ditto.
1459
1460         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
1461         (dump_hash): Use new name.
1462
1463         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
1464         XDIGIT_TO_XCHAR respectively.
1465
1466 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1467
1468         * init.c: Include cookies.h.
1469
1470         * cookies.h: Declare cookies_cleanup.
1471
1472         * cookies.c (check_domain_match): Remove unused variable.
1473         (save_cookies): Remove extraneous argument from debug statement.
1474
1475         * host.c (same_host): Don't call skip_url.
1476
1477         * url.c (skip_url): Removed.  Removed its calls from various
1478         functions in url.c.
1479
1480 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1481
1482         * cookies.c (unsigned_string_hash): Use the new code in
1483         string_hash as reference.
1484
1485         * hash.c (hash_table_map): Allow deletion and change of the
1486         element processed by MAPFUN.
1487         (string_hash): Use the function from glib.
1488
1489 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1490
1491         * config.h.in: Include #undef stub.
1492
1493         * hash.c (hash_table_remove): Rewrite to actually clear deleted
1494         entries instead of just marking them as deleted.
1495
1496 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1497
1498         * hash.h: Declare hash_table_get_pair and hash_table_count.
1499
1500 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1501
1502         * cookies.c: Declare http_atotm.
1503
1504 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1505
1506         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
1507         permissions.  A compiler that doesn't accept octal constants is
1508         seriously broken and shouldn't be used -- octal constants were
1509         present in K&R C!
1510
1511 2001-01-20  Karl Eichwalder  <ke@suse.de>
1512
1513         * Makefile.in: Provide and use DESTDIR according to the Coding
1514         Standards.
1515
1516 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1517
1518         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
1519         specification.
1520
1521 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
1522
1523         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
1524         because that strips the *leading* slash, thus forcing relative
1525         FTP retrieval.
1526
1527 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1528
1529         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
1530         notation for VMS servers. 
1531         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
1532         odir is an empty string.
1533
1534 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1535
1536         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
1537         effective. Suggested by Edward J. Sabol.
1538
1539 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1540
1541         * cookies.c (build_cookies_request): Use and sort cookies from all
1542         matching domains.
1543         (build_cookies_request): Check for duplicates before generating
1544         the `Cookies' header.
1545
1546         * main.c (main): Don't load cookies here.
1547         (main): Make loadcookies and savecookies call the correct command.
1548
1549         * http.c (http_loop): Load cookies on-demand.
1550
1551 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1552
1553         * http.c (gethttp): Fix indentation of SSL ifdef.
1554
1555 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1556
1557         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
1558         that hack is no longer necessary.
1559         (getftp): Prepend initial directory to *non*-absolute u->dir's.
1560
1561 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1562
1563         * init.c (cmd_file): New function.
1564         (enable_tilde_expansion): New variable.
1565         (run_wgetrc): Use it.
1566         (cmd_file): Use it.
1567
1568 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
1569
1570         * init.c: Include cookie-related options.
1571
1572         * main.c (main): Include cookie-specific options.
1573         (main): Load cookies before download is finished.
1574         (main): Save cookies when done.
1575
1576         * http.c (gethttp): Process the `Set-Cookie' header.
1577         (gethttp): Include cookies in the response.
1578
1579         * cookies.c: New file.
1580
1581 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
1582
1583         * utils.c (datetime_str): New function.
1584
1585 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1586
1587         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
1588         12:01PM == 00:01, which was obviously wrong. Taken care of this
1589         anomaly.
1590
1591         * ChangeLog: Removed an excess conflict marker. Reformatted the
1592         entry by Philipp Thomas from 2001-03-09.
1593
1594         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
1595         between 0 and 23. Elminate unused variable `sec'.
1596
1597 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
1598
1599         * hash.c (hash_table_count): New function.
1600
1601 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1602
1603         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
1604         Digital Unix cc.
1605
1606 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1607
1608         * config.h.in: Oops, do the namespace tweaks only on systems we
1609         know about.
1610
1611 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1612
1613         * hash.c: Include <string.h>.
1614
1615 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1616
1617         * config.h.in: Define "compilation environment" options that work
1618         under Linux and Solaris.  To be reviewed on other OS'es.
1619
1620 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1621
1622         * http.c (gethttp): Prepend literal newline with `\n\'.
1623
1624 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1625
1626         * sysdep.h: Don't define VERY_LONG_FORMAT.
1627
1628         * utils.c (very_long_to_string): New function.
1629         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
1630
1631 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
1632
1633         * url.c (parse_uname): Would run past the end of the string if the
1634         username was present, but the URL did not contain a slash, e.g.
1635         http://foo:bar@myhost.
1636
1637 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
1638
1639         * http.c (http_atotm): Use %A instead of %a to match full
1640         weekday.  (On most systems there is no difference.)
1641
1642 2001-04-03  Paul Bludov  <paul@ozero.net>
1643
1644         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
1645         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
1646         leak.
1647         (ws_mypath): Use GetModuleFileName instead of argv[0].
1648         (ws_startup): Use data.wVersion for comparison.
1649
1650 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1651
1652         * http.c (http_loop): Ditto.
1653
1654         * ftp.c (ftp_loop_internal): Made the check whether to continue
1655         retrieval `-O'-friendly.
1656
1657 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1658
1659         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
1660         they will be handled as whitespace.
1661         (parse_netrc): Correctly handle lines that end with whitespace.
1662
1663 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1664
1665         * retr.c (retrieve_url): New variable global_download_count used
1666         to identify first retrieval.
1667
1668         * ftp.c (getftp): Ditto.
1669
1670         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
1671
1672 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1673
1674         * init.c (cmd_address): Heap-allocate the address that gets stored
1675         to CLOSURE.  Old code would simply assign an address on the stack.
1676
1677 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
1678
1679         * ftp.c (ftp_get_listing): Propagate error status.
1680         (ftp_retrieve_glob): Use it.
1681         (ftp_loop): Ditto.
1682
1683 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
1684
1685         * main.c (main): Add -C to the string that is the third arg to
1686         getopt_long().
1687
1688 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1689
1690         * ftp.c (getftp): Don't start the download from scratch if `-c'
1691         was specified, but the file is already fully downloaded.
1692
1693         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
1694         specified and the server doesn't support continued download.
1695         (gethttp): Don't start the download from scratch if `-c' was
1696         specified, but the file is already fully downloaded.
1697
1698 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
1699
1700         (recursive_retrieve): Don't clear the hash tables at this point at
1701         all; it interferes with the normal operation of register_download.
1702
1703 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
1704
1705         * recur.c (recursive_retrieve): Clear the hash tables only when
1706         they are defined.
1707
1708 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
1709
1710         * http.c (gethttp): Make sure the socket is closed with
1711         CLOSE_INVALIDATE before we have drained the body.
1712
1713 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
1714
1715         * retr.c (retrieve_url): Call register_download() for downloaded
1716         files and register_html() for downloaded HTML files.
1717
1718         * recur.c (register_download): New function; register here that a
1719         file has been downloaded, rather than in recursive_retrieve().
1720         (register_html): New function; enqueue the location of HTML files
1721         here rather than in recursive_retrieve().
1722
1723 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
1724
1725         * main.c (print_help): Use multiple fputs instead of a single ugly
1726         printf().
1727         (main): Consistently assign numbers >128 to options without a
1728         corresponding character.
1729
1730 2001-03-09  Philipp Thomas  <pthomas@suse.de>
1731
1732         * safe-ctype.h: New file. Locale independent ctype.h replacement
1733         taken from libiberty.
1734
1735         * safe-ctype.c: New file. Tables for above.
1736
1737         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
1738         safe-ctype$o.
1739
1740         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
1741         isspace.
1742
1743         * ftp-basic.c: Don't include ctype.h.
1744
1745         * ftp-ls.c: Likewise.
1746
1747         * ftp.c: Likewise.
1748
1749         * headers.c: Likewise.
1750
1751         * host.c: Likewise.
1752
1753         * html-parse.c: Likewise.
1754
1755         * html-url.c: Likewise.
1756
1757         * http.c: Likewise.
1758
1759         * init.c: Likewise.
1760
1761         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
1762
1763         * netrc.c: Likewise.
1764
1765         * recur.c: Likewise.
1766
1767         * retr.c: Likewise.
1768
1769         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
1770         instead of isdigit.
1771
1772         * sysdep.h: Remove defines of ctype macros as they aren't needed
1773         for safe-ctype-h.
1774
1775         * url.c: Don't include ctype.h.
1776
1777         * utils.c: Likewise.
1778
1779         * wget.h: Include safe-ctype.h.
1780
1781 2001-03-27  Dan Harkless  <wget@harkless.org>
1782
1783         * Makefile.in: Moved top_builddir out of "User configuration
1784         section" of top Makefile and analogous spot in this one.
1785
1786 2001-03-17  Dan Harkless  <wget@harkless.org>
1787
1788         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
1789         Define top_builddir.  Link wget with libtool so the user doesn't
1790         have to supply a bunch of custom environment variables to 
1791         correctly link with the OpenSSL shared libraries.
1792
1793 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
1794
1795         * http.c (gethttp): skip :port in host header if it is the
1796         DEFAULT_HTTPS_PORT when using SSL.
1797
1798         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
1799         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
1800         rest of the code. 
1801         * url.h: Ditto
1802
1803 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
1804
1805         * retr.c (show_progress): Correctly calculate the number of bytes
1806         in the first line of the download that have been actually
1807         downloaded in this run.
1808
1809 2001-02-23  Dan Harkless  <wget@harkless.org>
1810
1811         * main.c (print_help): --help documentation for -N said it would
1812         re-download files if they had the _same_ timestamp on server.
1813         (print_help): -nr belongs in "FTP options" section of --help
1814         output, not "Recursive retrieval" section.  Alphabetized FTP
1815         options by long option name.
1816
1817 2001-02-16  Dan Harkless  <wget@harkless.org>
1818
1819         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
1820         that "httpsproxy" had been inserted into commands[] out of
1821         alphabetical order, causing "BUG: unknown command `httpuser'".
1822
1823 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1824
1825         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
1826         listing without correct permissons).
1827
1828         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
1829         FTP server. 
1830
1831         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
1832         shall be donwloaded only when it's newer than the local copy or
1833         when it has the same timeestamp but its size is different. ST_VMS
1834         and ST_MACOS as special cases that lie about file size. 
1835
1836         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
1837
1838         * Makefile.in: Removed dependency on ftpparse library due to unclear
1839         copyright issues and absence of any feedback to our queries. 
1840
1841         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
1842         copyright issues and absence of any feedback to our queries.   
1843         (ftp_parse_ls): Added a warning message when remote server system
1844         does not seem to be suported by wget. 
1845         (ftp_parse_vms_ls): New function for parsing VMS ftp
1846         server listing output.
1847         (clean_line): New function responsible for removing
1848         end-of-line characters from FTP listing texts.
1849
1850         * ftp.c (getftp): Global variables pwd and host_type are now
1851         member of the ccon structure under names ccon.id and ccon.rs. 
1852
1853         * ftp.h (struct ccon): Added formed global variables from ftp.c,
1854         enum stype rs (remote system identification) and char *id (initial
1855         working directory), as suggested by Hrvoje.
1856
1857         * url.c (parse_uname): Added support for passwords containing '@'
1858         characters.
1859         (skip_uname): Ditto.
1860
1861 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
1862
1863         * ftp.c (ftp_loop): Reset con.
1864
1865 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1866
1867         * url.c (parse_uname): Added support for passwords containing '@'
1868         characters.
1869         (skip_uname): Ditto.
1870
1871 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
1872
1873         * url.c (parseurl): Debug-print u->ftp_type.
1874
1875 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
1876
1877         * ftp.c (ftp_loop_internal): Disable padding.
1878         (getftp): Ditto.
1879
1880         * http.c (http_loop): Disable padding.
1881
1882         * retr.c (show_progress): Use it to enable padding.
1883
1884         * retr.c (rate): Optional parameter PAD for padding the rate.
1885
1886 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1887
1888         * retr.c (show_progress): Make sure that the last output line
1889         includes progress.
1890
1891 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
1892
1893         * retr.c (show_progress): Print the download rate along with the
1894         percentages.
1895         Along with Anders Thorsby <anders@thorsby.dk>.
1896
1897 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
1898
1899         * ftp.h: Rename enums `command' to `wget_ftp_command' and
1900         `fstatus' to `wget_ftp_status' because old names clash with Tru64
1901         net/if.h.
1902
1903 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
1904
1905         * gen_sslfunc.c: verify_callback is now static
1906
1907         * gen_sslfunc.c (init_ssl): load certificate if specified
1908
1909         * gen_sslfunc.c (ssl_printerr): new function
1910
1911         * init.c: added new --sslcertfile and --sslcertkey switches
1912
1913         * main.c: ditto
1914
1915         * options.h: ditto
1916
1917         * http.c (gethttp): abort when init_ssl fails
1918
1919 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
1920
1921         * mswindows.h: Include <malloc.h>; it's needed for alloca().
1922
1923 2001-01-10  Dan Harkless  <wget@harkless.org>
1924
1925         * url.c (str_url): Clarified this function's comment header after
1926         Hrvoje answered my question on the list as to when hide != 1.
1927         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
1928
1929 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1930
1931         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
1932         Drazen Kacar <dave@arsdigita.com>.
1933         (conaddr): Ditto.
1934
1935 2001-01-09  Dan Harkless  <wget@harkless.org>
1936
1937         * html-url.c: A bunch of fixup of `--page-requisites'-related
1938         comments to reflect Hrvoje's changes to my code when transplanting
1939         it into this new file, to fix spelling mistakes, to clarify, etc.
1940
1941         * url.c (write_backup_file): Clarified a comment.
1942         (str_url): Henrik van Ginhoven pointed out on the list that we
1943         shouldn't give away the number of characters in the password by
1944         replacing each character with a 'x'.  Use "<password>" instead.
1945
1946         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
1947         directories didn't work if logging in put you in a directory other
1948         than "/" is fixed now.  Removed the comment here warning of the bug.
1949
1950         * main.c (print_help): --continue's description was misleading.
1951         We don't "restart", we "resume".  Also, better to say
1952         "partially-downloaded file" rather than just "existing file".
1953
1954 2001-01-06  Dan Harkless  <wget@harkless.org>
1955
1956         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
1957         the best way to go about my aim.  Removed them in favor of:
1958
1959         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
1960
1961 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1962
1963         * url.c (replace_attr): New function, to be used by both
1964         TO_COMPLETE and TO_RELATIVE case in convert_links.
1965         (find_fragment): New function for finding URL fragments.
1966         (replace_attr): Better handle the case where the original string
1967         is not quoted.  Use find_fragment.
1968         (convert_links): Use replace_attr().
1969
1970 2000-12-31  Dan Harkless  <wget@harkless.org>
1971
1972         * ChangeLog: Since this flat file doesn't have multiple branches,
1973         looking at the dates would make you think that things went into
1974         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
1975         in 1.6 branch.]" where appropriate to clarify.
1976         
1977 2000-12-30  Dan Harkless  <wget@harkless.org>
1978
1979         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
1980         patch to deal with h_errno not being defined in netdb.h under Cygwin.
1981
1982 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
1983
1984         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
1985
1986 2000-12-17  Igor Khristophorov  <igor@atdot.org>
1987
1988         * http.c (check_end): Fix test for '+' or '-'.
1989
1990 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
1991
1992         * url.c (parseurl): Rename inner loop var from i to ind to avoid
1993         clash with the function top-level-declared variable i.
1994         (str_url): Likewise, rename inner-loop i to j.
1995
1996         * recur.c (parse_robots): Don't declare LEN at top of function.
1997         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
1998         global variable.
1999
2000         * main.c (main): Change erroneous use of bitwise and to logical.
2001
2002         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
2003         the stack because it will be copied to closure.
2004
2005         Thanks to Csaba Raduly's run of PC-LINT over the sources.
2006
2007 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2008
2009         * http.c (basic_authentication_encode): Use xmalloc(), not
2010         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
2011         sources.
2012
2013 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
2014
2015         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
2016         compilation.
2017
2018 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2019
2020         * mswindows.c: Include <errno.h>.
2021
2022         * gen_sslfunc.c: Include <errno.h>.
2023
2024         * ftp-basic.c: Don't attempt to declare errno or h_errno because
2025         they're not used.
2026
2027         * main.c: Include <errno.h> because errno is used.
2028
2029         * ftp.c: Ditto.
2030
2031         * http.c: Include <netdb.h> for h_errno.
2032
2033 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2034
2035         * html-parse.c (advance_declaration): MSVC assert() chokes on
2036         '\"'.  Use '"' instead.
2037
2038 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2039
2040         * utils.c (xfree_real): Removed.
2041         (xfree_debug): Just call free().
2042
2043         * wget.h (xfree): Make it an alias for free.
2044
2045 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2046
2047         * http.c (http_loop): Furthermore, touch output_document only if
2048         it is known to be an existing regular file.
2049
2050 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2051
2052         * ftp.c (ftp_retrieve_list): Ditto.
2053
2054         * http.c (http_loop): Touch output_document if that is used for
2055         output.
2056
2057 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2058
2059         * http.c: Include gen_sslfunc.h after including Wget's headers.
2060         (persistent_available_p): Needed coma before `int ssl'.
2061
2062 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2063
2064         * ftp.c (ftp_loop_internal): Ditto.
2065
2066         * http.c (http_loop): Use it.
2067
2068         * retr.c (sleep_between_retrievals): New function that handles the
2069         logic of opt.wait and opt.waitretry.
2070
2071 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2072
2073         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
2074         rbuf_read_bufferful when the buffer is depleted.
2075
2076         * rbuf.c (rbuf_read_bufferful): New function.
2077
2078 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2079
2080         * gen_sslfunc.h: Use ansi2knr style function declarations.
2081
2082         * gen_sslfunc.c: Reformat according to the GNU coding standards.
2083         More should be done.
2084
2085         * http.c (persistent_available_p): Place the cheap SSL test nearer
2086         the top of the function.
2087         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
2088
2089 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
2090
2091         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
2092         char.
2093
2094 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
2095
2096         * Makefile.in: added gen_sslfunc object
2097         * config.h.in: added HAVE_SSL define
2098         * connect.c: changed select_fd from static int to int
2099         * connect.h: ditto
2100         * gen_sslfunc.h: New file
2101         * gen_sslfunc.c: ditto
2102         * http.c: added HTTPS fuctionality
2103         * retrc.c: ditto
2104         * url.c: ditto
2105         * init.c: added opt.httpsproxy
2106         * options.h: ditto
2107         * rbuf.h: added alternate rbuf struct
2108         * wget.h: added CONSSLERR
2109         * rbuf.c: ditto
2110
2111         * http.c: Added HTTPS fuctionality.
2112
2113         * retrc.c: Ditto.
2114
2115         * url.c: Ditto.
2116
2117         * init.c: Added opt.httpsproxy.
2118
2119         * options.h: Ditto.
2120
2121         * rbuf.h: Added alternate rbuf struct.
2122
2123         * wget.h: Added CONSSLERR.
2124
2125         * rbuf.c: Ditto.
2126
2127 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2128
2129         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
2130         "ignore_perms" to ignore file and directory permissions for
2131         Windows NT FTP server listings.
2132         (ftp_parse_winnt_ls): New function.
2133         (ftp_parse_ls): Parses UNIX and Windows NT listings
2134         separately. Simple heuristics for distinguishing between UNIX and
2135         MS-DOS-like FTP listing provided by Windows NT FTP service.
2136
2137 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2138
2139         * ftpparse.c, ftpparse.h: New files.
2140
2141         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
2142         only. Use ftp_parse_nonunix_ls otherwise.
2143         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
2144         exotic FTP servers.
2145
2146         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
2147         FTP servers.
2148
2149         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
2150         (getftp): Support for VMS. Support for FTP servers that do not
2151         place you in the root directory after login.
2152         (ftp_retrieve_list): VMS is silent about the real file size, issue
2153         a more appropriate message.
2154         (ftp_get_listing): Pass host_type to ftp_parse_ls.
2155
2156         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
2157
2158 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2159
2160         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
2161         "ignore_perms" to ignore file and directory permissions for
2162         Windows NT FTP server listings.
2163         (ftp_parse_winnt_ls): New function.
2164         (ftp_parse_ls): Parses UNIX and Windows NT listings
2165         separately. Simple heuristics for distinguishing between UNIX
2166         and MS-DOS-like FTP listing provided by Windows NT FTP service.
2167
2168 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
2169
2170         * netrc.c (parse_netrc): Get rid of line ending.
2171
2172 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2173
2174         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
2175         Dan.
2176
2177 2000-11-24  Karl Eichwalder  <ke@suse.de>
2178
2179         * main.c (print_help): Untabify.
2180
2181 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
2182
2183         * utils.c (xrealloc_debug): Do the unregister/register thing only
2184         if the pointer has actually changed.
2185         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
2186         (xfree_real): Ditto.
2187         (xrealloc_real): Ditto.
2188         (xstrdup_real): Ditto.
2189
2190 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
2191
2192         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
2193         string; no need to strdup() it.
2194         (getftp): Make pwd_len a local variable.
2195         (ftp_loop): Free PWD before returning.
2196
2197         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
2198
2199 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
2200
2201         * all: Use xfree() instead of free.
2202
2203         * utils.c (xfree): New function.
2204
2205 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
2206
2207         * url.c (convert_links): HTML-quote the converted string.
2208
2209         * utils.c (html_quote_string): Move here from ftp-ls.c
2210         (html_quote_string): Make non-static; declare in utils.h.
2211         (html_quote_string): Convert SP to &#32;.
2212
2213 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
2214
2215         * ftp.c (getftp): Reformat Jan's code according to GNU coding
2216         standards; remove (debugging?) printf's; use '\0' for the ASCII
2217         zero character.  Use alloca() instead of malloc() for
2218         inter-function temporary allocations.
2219
2220 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2221
2222         * ftpparse.c, ftpparse.h: New files.
2223
2224         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
2225         only. Use ftp_parse_nonunix_ls otherwise.
2226         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
2227         exotic FTP servers.
2228
2229         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
2230         FTP servers.
2231
2232         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
2233         (getftp): Support for VMS. Support for FTP servers that do not
2234         place you in the root directory after login.
2235         (ftp_retrieve_list): VMS is silent about the real file size, issue
2236         a more appropriate message.
2237         (ftp_get_listing): Pass host_type to ftp_parse_ls.
2238
2239         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
2240
2241 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
2242
2243         * hash.c (hash_table_put): Don't overwrite deleted mappings.
2244
2245 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
2246
2247         * hash.c (find_mapping): New function.
2248         (hash_table_get): Use it.
2249         (hash_table_get_pair): Ditto.
2250         (hash_table_exists): Ditto.
2251         (hash_table_remove): Ditto.
2252         (hash_table_remove): Really delete the entry if the mapping
2253         following LOCATION is empty.
2254
2255         * utils.c (string_set_add): Check whether the element has existed
2256         before.
2257
2258         * hash.c (hash_table_get_pair): New function.
2259
2260 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
2261
2262         * http.c (http_process_type): Ignore trailing whitespace; use
2263         strdupdelim().
2264
2265         * recur.c (recursive_retrieve): Use the new `convert' field.
2266         (convert_all_links): Ditto.
2267         (convert_all_links): Don't respect meta_disallow_follow.
2268
2269         * html-url.c (handle_link): Fill out link_relative_p and
2270         link_complete_p.
2271
2272         * url.h (struct _urlpos): Make elements more readable.
2273
2274         * recur.c (recursive_retrieve): Call slist_prepend instead of
2275         slist_append.
2276         (convert_all_links): Call slist_nreverse before iterating through
2277         urls_html.
2278
2279         * utils.c (slist_prepend): New function.
2280         (slist_nreverse): Ditto.
2281
2282 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
2283
2284         * http.c (check_end): Constify.
2285
2286 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
2287
2288         * http.c (http_loop): If username and password are known, try the
2289         `Basic' authentication scheme by default.
2290
2291         * connect.h: Declare test_socket_open.
2292
2293 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
2294
2295         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
2296
2297 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
2298
2299         * http.c (gethttp): Don't use the return value of sprintf().
2300         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
2301
2302 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
2303
2304         * recur.c (recursive_retrieve): Print the "so we don't load"
2305         debugging message only if we really don't load.
2306
2307         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
2308         (gethttp): Don't request keep-alive if keep-alive is inhibited.
2309
2310 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2311
2312         * http.c (gethttp): Make the HTTP persistent connections more
2313         robust.
2314
2315 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2316
2317         * retr.c (get_contents): If use_expected, make sure that the
2318         appropriate amount of data is being read.
2319
2320         * http.c (gethttp): Check for both `Keep-Alive: ...' and
2321         `Connection: Keep-Alive'.
2322
2323         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
2324         turned on.
2325
2326 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2327
2328         * http.c (connection_available_p): Use it.
2329
2330         * connect.c (test_socket_open): New function.
2331
2332         * http.c (gethttp): Support persistent connections.  Based on the
2333         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
2334         (register_persistent): New function.
2335         (connection_available_p): Ditto.
2336         (invalidate_connection): Ditto.
2337
2338 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2339
2340         * url.c (convert_links): Handle UREL2ABS case.
2341
2342         * recur.c (recursive_retrieve): Instead of the list
2343         urls_downloaded, use hash tables dl_file_url_map and
2344         dl_url_file_map.
2345         (convert_all_links): Use them to retrieve data.
2346
2347         * host.c (clean_hosts): Free the hash tables.
2348
2349         * main.c (private_initialize): Call host_init().
2350
2351         * host.c (store_hostaddress): Use a saner, hash table-based data
2352         model.
2353         (realhost): Ditto.
2354         (host_init): Initialize the hash tables.
2355
2356 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
2357
2358         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
2359         used for what the sorted slists used to be used for.
2360         (slist_contains): Don't rely on the list being sorted.
2361         (slist_append): Simplify the code.
2362
2363         * recur.c (recursive_cleanup): Use free_string_set.
2364
2365         * utils.c (string_set_add, string_set_exists, string_set_free):
2366         New functions for easier freeing of hash tables whose keys are
2367         strdup'ed strings.
2368
2369         * recur.c (recursive_retrieve): Use the hash table functions for
2370         storing undesirable URLs.
2371
2372         * hash.c: New file.
2373
2374 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2375
2376         * main.c (private_initialize): Call url_init.
2377         (main): Call private_initialize.
2378
2379         * url.c (unsafe_char_table): New table.
2380         (UNSAFE_CHAR): Use it.
2381         (init_unsafe_char_table): New function.
2382         (url_init): New function; call init_unsafe_char_table.
2383
2384 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
2385
2386         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
2387         _vsnprintf respectively.
2388
2389 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
2390
2391         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
2392         on Linux.
2393
2394 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
2395
2396         * html-url.c (handle_link): Handle HTML fragment identifiers.
2397
2398         * recur.c (recursive_retrieve): If norobot info is respected and
2399         the file is specified not to be followed by robots, respect that.
2400
2401         * html-url.c (collect_tags_mapper): Handle <meta name=robots
2402         content=X>.  For us the important cases are where X is NONE or
2403         where X contains NOFOLLOW.
2404         (get_urls_html): Propagate that information to the caller.
2405
2406 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2407
2408         * url.c (convert_links): Unlink the file we might be reading from
2409         before writing to it.
2410         (convert_links): Use alloca instead of malloc for
2411         filename_plus_orig_suffix.
2412
2413 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2414
2415         * host.c (realhost): Add HOST to the list with quality==0 only if
2416         it wasn't already there.
2417         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
2418
2419 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2420
2421         * url.c (get_urls_file): Ditto.
2422         (convert_links): Ditto.
2423
2424         * html-url.c (get_urls_html): Use read_file() instead of
2425         load_file().
2426
2427         * utils.c (read_file): New function, instead of the old
2428         load_file().
2429         (read_file_free): Ditto.
2430
2431         * url.c (findurl): Search only for the supported protocols.
2432         (convert_links): Use fwrite() when writing out a region of
2433         characters.
2434
2435 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2436
2437         * ftp-ls.c: Move html_quote_string and ftp_index here.
2438
2439         * url.c: Remove get_urls_html, since that's now in html-url.c.
2440
2441         * html-url.c: New file.
2442
2443         * html-parse.c: New file.
2444
2445 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2446
2447         * init.c (run_wgetrc): Don't bother killing off '\r' since
2448         pars_line() skips whitespace at end of line anyway.
2449         (parse_line): Oops, it didn't.  Now it does.
2450
2451         * recur.c (parse_robots): Ditto here.
2452
2453         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
2454         manually because read_whole_line no longer does.
2455
2456         * utils.c (read_whole_line): Rewrite to: a) use less memory
2457         (reallocates to needed size after work), b) work faster -->
2458         fgets() instead of getc, c) be more correct --> doesn't kill the
2459         newline character at the end of line.
2460
2461 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2462
2463         * init.c (comind): Initialize MAX to array size - 1.
2464
2465 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
2466
2467         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
2468         Suggested by Edward J. Sabol.
2469
2470 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
2471
2472         * url.c (construct): Handle the case where host name is not
2473         followed by a slash.
2474
2475 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2476
2477         * init.c: commands[] need to be sorted!  ("base" wasn't.)
2478
2479 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
2480
2481         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
2482         `if'.
2483
2484 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
2485
2486         * url.c (construct): Insert unneeded initialization for the
2487         compiler to shut up.
2488
2489         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
2490         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
2491         otherwise gets lost when you define _XOPEN_SOURCE.
2492
2493         * utils.c (touch): Include the file name in the error message.
2494         From Debian.
2495
2496 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
2497
2498         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
2499         resize the buffer to fit the formated message.  That way, messages
2500         of arbitrary size may be printed.
2501         (logvprintf): Use saved_append() to optionally log the last
2502         several lines of output.
2503         (logputs): Ditto.
2504         (log_close): Adapt to new data structures.
2505         (log_dump): Ditto.
2506         (redirect_output): Print messages to stderr, not to stdout.
2507
2508         * log.c (saved_append_1): New function.  Replaces the old logging
2509         system ("log all output until 10M characters") with a new, much
2510         more reasonable one ("log last screenful of text").
2511         (saved_append): New function; call saved_append_1.
2512         (free_log_line): New function.
2513
2514 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
2515
2516         * url.c (construct): Fix comment.
2517         (find_last_char): Document.
2518
2519 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
2520
2521         * snprintf.c: New file.
2522
2523 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
2524
2525         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
2526         types to logprintf() and debug_logprintf().
2527
2528 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2529
2530         * ftp.c (ftp_loop_internal): Hide the password from the URL when
2531         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
2532         <darekm@bydg.lomac.com.pl>.
2533
2534 2000-11-02  Junio Hamano  <junio@twinsun.com>
2535
2536         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
2537
2538 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
2539
2540         * http.c (known_authentication_scheme_p): Recognize NTML
2541         authentication.
2542         (create_authorization_line): Treat NTML the same as `Basic'.
2543
2544 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2545
2546         * retr.c (retrieve_url): Free url before returning.
2547         (retrieve_url): Free mynewloc before returning.
2548         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
2549
2550 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2551
2552         * url.c (parseurl): Remove possible reading past the end of
2553         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
2554
2555 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2556
2557         * main.c (main): In case of opt.downloaded overflowing, print
2558         <overflow> instead of a totally bogus random value.
2559
2560         * retr.c (retrieve_from_file): Ditto.
2561
2562         * recur.c (recursive_retrieve): Ditto.
2563
2564         * main.c (main): Ditto.
2565
2566         * http.c (http_loop): Ditto.
2567
2568         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
2569         `+=', and downloaded_exceeds_quota() instead of the simple-minded
2570         check.
2571         (ftp_retrieve_list): Ditto.
2572         (ftp_retrieve_dirs): Ditto.
2573         (ftp_retrieve_glob): Ditto.
2574
2575         * retr.c (downloaded_increase): New function.  Notice overflows of
2576         opt.downloaded.
2577         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
2578         used if it overflowed.
2579
2580         * options.h (struct options): New member downloaded_overflow.
2581
2582 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2583
2584         * wget.h (enum): Remove extra space after last enumeration.
2585
2586 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2587
2588         * main.c (main): Use legible_very_long() for printing
2589         opt.downloaded.
2590
2591         * utils.c (legible_1): New function that operates on strings and
2592         does the brunt of legible()'s work.
2593         (legible): Use legible_1().
2594         (legible_very_long): New function; dump the argument with
2595         sprintf(), and call legible_1().
2596
2597         * options.h (struct options): Use VERY_LONG_TYPE for
2598         opt.downloaded.
2599
2600         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
2601         type.
2602
2603         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
2604         defined.  Define HAVE_LONG_LONG if long long is available.
2605
2606 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2607
2608         * utils.c (long_to_string): Update with a later, better version.
2609
2610 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2611
2612         * url.c (path_simplify_with_kludge): New function.
2613         (path_simplify_with_kludge): Disable it.  Instead...
2614         (parse_dir): ...make sure that at this point the right thing is
2615         done, i.e. that "query" part of the URL (?...) is always assigned
2616         to the file, never to the directory portion of the path.
2617
2618 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2619
2620         * retr.c (retrieve_url): Detect redirection cycles.
2621
2622 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2623
2624         * url.c (get_urls_html): Decode HTML entities using
2625         html_decode_entities.
2626
2627         * html.c (htmlfindurl): Don't count the `#' in numeric entities
2628         (&#NNN;) as an HTML fragemnt.
2629         (html_decode_entities): New function.
2630
2631 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2632
2633         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
2634
2635 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2636
2637         * url.c (construct): Rewritten for clarity.  Avoids the
2638         unnecessary copying and stack-allocation the old version
2639         performed.
2640
2641 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
2642
2643         * ftp.c (getftp): Ditto.
2644
2645         * http.c (gethttp): Rewind the stream when retrying from scratch.
2646
2647 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
2648
2649         * retr.c (retrieve_url): Use url_concat() to handle relative
2650         redirections instead of /ad hoc/ code.
2651
2652         * url.c (url_concat): New function encapsulating weird
2653         construct().
2654         (urllen_http_hack): New function.
2655         (construct): When constructing new URLs, recognize that `?' does
2656         not form part of the file name in HTTP.
2657
2658 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
2659
2660         * retr.c: Add msec timing support for WINDOWS.
2661         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
2662         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
2663
2664 2000-10-27  Dan Harkless  <wget@harkless.org>
2665
2666         * retr.c (retrieve_url): Manually applied T. Bharath
2667         <TBharath@responsenetworks.com>'s patch to get wget to grok
2668         illegal relative URL redirects.  Reformatted and re-commented it.
2669
2670 2000-10-23  Dan Harkless  <wget@harkless.org>
2671
2672         * connect.c (make_connection and bindport): Manually applied Rob
2673         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
2674         changing coding style to GNU's.
2675
2676         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
2677         files downloaded via FTP.  Per a comment, .listing files were not
2678         counted towards number of bytes and files downloaded because they're 
2679         deleted anyway.  Well, they aren't under -nr, so count them then.
2680
2681         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
2682         --bind-address, alphabetizing, changing coding style to GNU's,
2683         commenting, and renaming cmd_ip_address() to cmd_address() to
2684         imply hostnames also okay.
2685                 
2686         * main.c (main): --delete-after didn't delete the root of the
2687         tree.  Ignore --convert-links if --delete-after was specified.
2688         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
2689         fixing duplicate use of added-since-1.5.3 case value.
2690         (print_help): Clarified that --delete-after deletes local files.
2691         Rob forgot to add a line for his new --bind-address option.
2692                 
2693         * options.h (struct options): Manually applied Rob Mayoff's patch
2694         to add --bind-address (bind_address structure member).
2695                 
2696         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
2697         Ignore --convert-links if --delete-after was specified.
2698                 
2699         * retr.c (retrieve_from_file): Just added a DEBUGP().
2700                 
2701 2000-10-19  Dan Harkless  <wget@harkless.org>
2702
2703         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
2704         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
2705         patch to work around FTP servers that incorrectly respond to the
2706         "REST" command with the remaining size rather than the total file size.
2707                 
2708         * http.c (gethttp): Improved a comment and added code to tack on
2709         ".html" to text/html files without that extension when -E specified.
2710         (http_loop): Use new downloaded_file() enumerators and deal with
2711         the case of gethttp() called xrealloc() on u->local.
2712
2713         * init.c (commands): Added new "htmlextension" command.
2714         Also renamed John Daily's cmd_quad() to the more descriptive
2715         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
2716         removed duplicate cmd_boolean() declaration.
2717
2718         * main.c (print_help): Added my new -E / --html-extension option.
2719         (main): Undocumented --email-address option previously used -E synonym.
2720         Stole it away for the much more deserving --html-extension's use.
2721
2722         * options.h (struct options): Added html_extension field.
2723
2724         * url.c (convert_links): URL X that we saved as X.html locally due
2725         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
2726         (downloaded_file): Now remembers if we added .html extension to a file.
2727
2728         * url.h (downloaded_file_t): Added extra enumerators to support above.
2729         (downloaded_file): Now takes and returns a downloaded_file_t.
2730
2731         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
2732         
2733 2000-10-09  Dan Harkless  <wget@harkless.org>
2734
2735         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
2736                 
2737         * main.c (print_help): Clarified what --retr-symlinks does.
2738         
2739 2000-09-15  John Daily  <jdaily@cyberdude.com>
2740
2741         * init.c: Add support for "always" and "never" values to allow
2742         .wgetrc to override commandline (useful e.g. with .pm files
2743         calling `wget --passive-ftp' when your firewall doesn't allow that).
2744
2745         * ftp.c (getftp): passive_ftp is first option to support always/never.
2746
2747 2000-08-30  Dan Harkless  <wget@harkless.org>
2748
2749         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
2750         
2751         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
2752         Wrapped some > 80-column lines.  When -p is specified and we're at a 
2753         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than 
2754         <LINK REL="stylesheet">.
2755         
2756         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
2757         
2758         * init.c: Added new -p / --page-requisites / page_requisites option.
2759
2760         * main.c (print_help): Clarified that -l inf and -l 0 both allow
2761         infinite recursion.  Changed the unhelpful --mirrior description
2762         to simply give the options it's equivalent to.  Added new -p option.
2763         (main): Added some comments; handle new -p / --page-requisites.
2764         
2765         * options.h (struct options): Added new page_requisites field.
2766
2767         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
2768         Calculate and pass down new `dash_p_leaf_HTML' parameter to
2769         get_urls_html().  Use new INFINITE_RECURSION #define.
2770
2771         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
2772         final `dash_p_leaf_HTML' parameter.
2773
2774         * url.c: get_urls_html() and htmlfindurl() now take final
2775         `dash_p_leaf_HTML' parameter.
2776
2777         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
2778
2779         * wget.h: Added some comments and new INFINITE_RECURSION #define.
2780         
2781 2000-08-23  Dan Harkless  <wget@harkless.org>
2782
2783         * main.c (print_help): -B / --base was not mentioned.
2784
2785 2000-08-22  Dan Harkless  <wget@harkless.org>
2786
2787         * main.c (print_help): Modified -nc description to mention that it
2788         also prevents the creation of multiple versions of the same file
2789         with ".<number>" suffixes.
2790
2791 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2792
2793         * retr.c (retrieve_url): Consistently strdup opt.referer when
2794         setting u->referer.
2795
2796 2000-06-09  Dan Harkless  <wget@harkless.org>
2797
2798         * main.c (print_help): --help output for --waitretry was over 80 cols.
2799
2800 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
2801
2802         * url.c (encode_string): Fix comment.
2803         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
2804
2805 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
2806
2807         * ftp.c (ftp_retrieve_list): Change permissions only on plain
2808         files.
2809
2810 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
2811
2812         * url.c (str_url): Print the port number only if it's different
2813         from the default port number for that protocol.
2814
2815 2000-05-22  Dan Harkless  <wget@harkless.org>
2816
2817         * main.c (print_help): Added --help line for Damir Dzeko
2818         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
2819         Removed comments that --referer and --waitretry were undocumented.
2820         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
2821         line for --execute.
2822
2823 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
2824
2825         * ftp.c (getftp): Ditto.
2826
2827         * http.c (gethttp): Check for return value of fclose/fflush.
2828
2829 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
2830
2831         * host.c (store_hostaddress): Instead of shifting ADDR, start
2832         copying from the correct address.
2833
2834 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
2835
2836         * http.c (gethttp): Don't free REQUEST -- it was allocated with
2837         alloca().
2838         Pointed out by Gisle Vanem <gvanem@eunet.no>.
2839
2840 2000-04-04  Dan Harkless  <wget@harkless.org>
2841
2842         * host.c (store_hostaddress): R. K. Owen's patch introduces a
2843         "left shift count >= width of type" warning on 32-bit
2844         architectures.  Got rid of it by tricking the compiler w/ a variable.
2845         
2846         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
2847         characters per RFC1738, namely everything above '~'.  It also
2848         generated a warning on OSes where char =~ unsigned char.  Fixed.
2849         
2850 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
2851
2852         * http.c (http_process_type): Removed needless strdup(), a memory
2853         leak.
2854
2855 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
2856
2857         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
2858
2859 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
2860
2861         * init.c (wgetrc_file_name): Don't free HOME under Windows.
2862
2863 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
2864
2865         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
2866
2867 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
2868
2869         * url.c (UNSAFE_CHAR): New macro.
2870         (contains_unsafe): Use it.
2871         (encode_string): Ditto.
2872
2873 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
2874
2875         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
2876
2877 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
2878
2879         * Use TOUPPER/TOLOWER.
2880
2881 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
2882
2883         * ftp-opie.c (btoe): Zero-terminate OSTORE.
2884
2885 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
2886
2887         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
2888
2889         * sysdep.h (ISALNUM): New macro.
2890         (TOLOWER): Ditto.
2891         (TOUPPER): Ditto.
2892
2893 2000-03-10  Dan Harkless  <wget@harkless.org>
2894
2895         * html.c (idmatch): Implemented checking of my new --follow-tags
2896         and --ignore-tags options.
2897         
2898         * init.c (commands): Added comment reminding people adding new
2899         entries doing allocation to add corresponding freeing in cleanup().
2900         (commands): Added new followtags and ignoretags commands.
2901         (cleanup): Free storage for new followtags and ignoretags.
2902         
2903         * main.c: Use of "comma-separated list" was random -- normalized
2904         it.  Did some alphabetization.  Added comments pointing out
2905         "Options without arguments" and "Options accepting an argument"
2906         sections of long_options[].  Added new options --follow-tags and
2907         -G / --ignore-tags.  Added comment that Damir's --referer is
2908         currently undocumented.  Added comment that Heiko's --waitretry is
2909         partially undocumented (mentioned in --help but not in
2910         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
2911         
2912         * options.h (struct options): Added new fields follow_tags and
2913         ignore_tags. 
2914         
2915         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
2916         
2917 2000-03-02  Dan Harkless  <wget@harkless.org>
2918
2919         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
2920         braces to avoid ambiguous `else'" warnings.  Eliminated them.
2921         
2922         * http.c (gethttp): Dan Berger's query string patch is totally
2923         bogus.  If you have two different URLs, gen_page.cgi?page1 and
2924         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
2925         second will overwrite the first.  Also, parameters to implicit
2926         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
2927         be printed with trailing garbage characters, and could seg fault.
2928         Backing out the patch, which Dan B. informed me by email was just
2929         a kludge to download StarOffice from Sun made necessary due to
2930         wget's unconditional escaping of certain characters (room for an
2931         option there?).
2932         (http_loop): Heiko introduced "suggest explicit braces to avoid
2933         ambiguous `else'" warnings.  Eliminated them.
2934         
2935         * main.c: Heiko's --wait / --waitretry backwards compatibility
2936         code looks to have been totally untested -- automatic variable
2937         'wr' was used without being initialized, and a long int was passed
2938         into setval()'s char* val parameter.
2939         
2940         * recur.c (parse_robots): Applied Edward J. Sabol
2941         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
2942         problem with "User-agent:<space>*<space>" lines in robots.txt.
2943         
2944         * url.c (parseurl, str_url): Removing Dan Berger's code (see
2945         http.c above for explanation).
2946         
2947 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
2948
2949         * ftp.c: Respect new option waitretry.
2950
2951 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
2952
2953         * http.c (gethttp): Send custom Referer, if required.
2954
2955 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
2956
2957         * netrc.c (parse_netrc): Allow passwords to contain spaces.
2958
2959         * netrc.c (parse_netrc): New function.
2960
2961 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
2962
2963         * http.c (gethttp): Send it.
2964
2965         * url.c (parseurl): Detect query string in HTTP URL-s.
2966         (str_url): Print it.
2967
2968 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
2969
2970         * html.c (html_allow): Add <link href=...> and <script src=...>.
2971
2972 1999-05-02  andrew deryabin  <djsf@softhome.net>
2973
2974         * http.c (gethttp): Specify port in `Host' header only if it's
2975         different from 80.
2976
2977 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
2978
2979         * recur.c (recursive_retrieve): If a finite maximum depth is
2980         specified, and we're are already at that depth, don't download the
2981         HTML file for parsing.
2982
2983 2000-03-01  Dan Harkless  <wget@harkless.org>
2984
2985         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
2986         even though we don't do conversion on HTML files retrieved via
2987         FTP, so _current_ usage of downloaded_file() makes this call unneeded. 
2988         (ftp_retrieve_list): Added a comment saying where we need to
2989         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
2990         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
2991         a lie -- reworded as "Server file no newer than local file '%s' --".
2992         
2993         * http.c (http_loop): Fixed a typo and clarified a comment.
2994         (http_loop): When -K and -N are specified together, compare size
2995         and timestamp of server file X against local file X.orig (if
2996         extant) rather than converted local file X.
2997         (http_loop): "Local file '%s' is more recent," is sometimes a lie
2998         -- reworded as "Server file no newer than local file '%s' --".
2999         (http_loop): Call new downloaded_file() function to prevent
3000         wrongful overwriting of .orig file when -N is specified.
3001         
3002         * url.c (convert_links): When -K specified, only rename X to
3003         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
3004         file X due to -N, we clobber an X.orig from a previous invocation.
3005         (convert_links): Call the failsafe xstrdup(), not the real strdup().
3006         (convert_links): Added a note asking anyone who understands how
3007         multiple URLs can correspond to a single file to comment it.
3008         (downloaded_file): Added this new function.
3009         
3010         * url.h (downloaded_file): Added prototype for this new function
3011         as well as its downloaded_file_t enum type.
3012
3013         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
3014
3015 2000-02-29  Dan Harkless  <wget@harkless.org>
3016
3017         * version.c: Upped version to developer-only "1.5.3+dev".
3018
3019 2000-02-18  Dan Harkless  <wget@harkless.org>
3020
3021         * init.c (backup_converted): Added this new option.
3022
3023         * main.c (-K / --backup-converted): Added this new option.
3024
3025         * options.h (backup_converted): Added this new option.
3026
3027         * url.c (convert_links): When backup_converted is specified, save
3028         file X as X.orig before converting.
3029
3030         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
3031
3032 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
3033
3034         * version.c: Wget 1.5.3 is released.
3035
3036 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
3037
3038         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local 
3039         address doesn't yield FQDN.
3040
3041 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3042
3043         * cmpt.c (strerror): Fix declaration of sys_errlist.
3044
3045 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
3046
3047         * main.c (main): Don't use an array subscript as the first
3048         argument to STRDUP_ALLOCA.
3049         From Kaveh R. Ghazi.
3050
3051 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
3052
3053         * html.c (htmlfindurl): Download table background.
3054
3055 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
3056
3057         * init.c (parse_line): Would free *com before allocating it.
3058         (parse_line): Would free com instead of *com.
3059
3060 1998-09-10  Howard Gayle  <howard@fjst.com>
3061
3062         * url.c (get_urls_html): Would drop the last character of the
3063         link.
3064
3065 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
3066
3067         * http.c (http_loop): Don't print status code if quiet.
3068
3069 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3070
3071         * log.c: Use <stdarg.h> only when __STDC__.
3072
3073 1998-09-10  Adam D. Moss  <adam@foxbox.org>
3074
3075         * html.c (htmlfindurl): Download <layer src=...>.
3076
3077 1998-09-10  Howard Gayle  <howard@fjst.com>
3078
3079         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file 
3080         not retrieved.
3081
3082 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
3083
3084         * utils.c: Include <libc.h> on NeXT.
3085
3086 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
3087
3088         * url.c (get_urls_html): Fix calculation of URL position.
3089
3090 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
3091
3092         * version.c: Wget 1.5.2 is released.
3093
3094 1998-06-23  Dave Love  <d.love@dl.ac.uk>
3095
3096         * ftp.c, init.c, netrc.c: Include errno.h.
3097
3098         * http.c: Include errno.h and time header.
3099
3100         * Makefile.in (exext): Define.
3101         (install.bin, uninstall.bin): Use it.
3102
3103 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
3104
3105         * http.c (http_loop): Don't attempt to compare local and remote
3106         sizes if the remote size is unknown.
3107
3108 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
3109
3110         * url.c (get_urls_html): Use malloc() instead of alloca in the
3111         loop.
3112
3113 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
3114
3115         * version.c: Wget 1.5.2-b4 is released.
3116
3117 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
3118
3119         * url.c (get_urls_html): Ignore spaces before and after the URI.
3120
3121 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
3122
3123         * ftp.c (getftp): Translate `done'.
3124
3125 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
3126
3127         * version.c: Wget 1.5.2-b3 is released.
3128
3129 1998-06-06  Alexander Kourakos  <awk@bnt.com>
3130
3131         * init.c (cleanup): Close dfp, don't free it.
3132
3133 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
3134
3135         * utils.c (make_directory): Twiddle.
3136
3137         * config.h.in: Added template for access().
3138
3139 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
3140
3141         * html.c (htmlfindurl): Download <input src=...>
3142
3143 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
3144
3145         * utils.c (file_exists_p): Use access() with two arguments.
3146
3147 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
3148
3149         * netrc.c (parse_netrc): Correct logic.
3150
3151 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
3152
3153         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
3154         <ljm@ljm.wownet.net>.
3155
3156 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
3157
3158         * version.c: Wget 1.5.2-b2 is released.
3159
3160 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
3161
3162         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
3163
3164 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
3165
3166         * retr.c (elapsed_time): Return correct value when
3167         HAVE_GETTIMEOFDAY is undefined.
3168
3169 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
3170
3171         * version.c: Wget 1.5.2-b1 is released.
3172
3173 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
3174
3175         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
3176         (_getopt_internal): Don't translate `#if 0'-ed strings.
3177
3178 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
3179
3180         * mswindows.c (ws_handler): Use fork_to_background().
3181
3182 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
3183
3184         * version.c: Wget 1.5.1 is released.
3185
3186 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
3187
3188         * http.c (parse_http_status_line): Avoid `minor' and `major'
3189         names.
3190
3191 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
3192
3193         * utils.c (mkdirhier): Renamed to make_directory.
3194
3195 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
3196
3197         * mswindows.c (fork_to_background): Define under Windows.
3198
3199         * utils.c (fork_to_background): New function.
3200
3201         * html.c (htmlfindurl): Removed rerdundant casts.
3202
3203 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
3204
3205         * mswindows.c (ws_mypath): Cache the path.
3206
3207 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
3208
3209         * ftp.h: Prefix enum ftype members with FT_.
3210
3211         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
3212
3213         * mswindows.h: Use stat under Borland, _stat under MSVC.
3214
3215 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
3216
3217         * http.c (known_authentication_scheme_p): New function.
3218         (gethttp): Handle authorization more correctly.
3219
3220         * ftp-basic.h: Removed.
3221
3222         * cmpt.h: Removed.
3223
3224         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
3225         with gcc 2.8.
3226         (numdigit): Use `while' loop.
3227
3228         * http.c (create_authorization_line): Detect authentication
3229         schemes case-insensitively.
3230
3231         * http.c (extract_header_attr): Use strdupdelim().
3232         (digest_authentication_encode): Move declaration of local
3233         variables to smaller scope.
3234         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
3235         (create_authorization_line): Detect authentication schemes
3236         case-insensitively.
3237
3238         * utils.c (touch): Constify.
3239
3240         * http.c (gethttp): Report a nicer error when no data is received.
3241
3242         * rbuf.h (RBUF_READCHAR): Ditto.
3243
3244         * ftp-basic.c (ftp_response): Use sizeof.
3245
3246 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
3247
3248         * retr.c (print_percentage): EXPECTED is long, not int.
3249         (print_percentage): Use floating-point arithmetic to avoid
3250         overflow with large files' sizes multiplied with 100.
3251
3252 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
3253
3254         * config.h.in: Added pid_t stub.
3255
3256         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
3257         define it).
3258
3259 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
3260
3261         * version.c: Wget 1.5.0 is released.
3262
3263 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
3264
3265         * url.c (str_url): Ditto.
3266
3267         * ftp-basic.c (ftp_rest): Use new name.
3268
3269         * utils.c (long_to_string): Renamed from prnum().
3270
3271 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
3272
3273         * version.c: Wget 1.5-b17 is released.
3274
3275 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
3276
3277         * headers.c (header_get): New argument FLAGS.
3278
3279         * http.c (gethttp): If request is malformed, bail out of the
3280         header loop.
3281         (gethttp): Check for empty header *after* the status line checks.
3282         (gethttp): Disallow continuations for status line.
3283
3284 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
3285
3286         * version.c: Wget 1.5-b16 is released.
3287
3288 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
3289
3290         * init.c (commands): Renamed `always_rest' to `continue'.
3291
3292 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
3293
3294         * all: Use it.
3295
3296         * log.c (logputs): New argument.
3297         (logvprintf): Ditto.
3298         (logprintf): Ditto.
3299
3300 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
3301
3302         * http.c (http_atotm): Update comment.
3303
3304         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
3305
3306         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
3307
3308         * main.c (i18n_initialize): New function.
3309         (main): Use it.
3310
3311         * log.c: Include <unistd.h>.
3312
3313         * retr.c (show_progress): Cast alloca to char *.
3314
3315 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
3316
3317         * version.c: Wget 1.5-b15 is released.
3318
3319 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
3320
3321         * utils.h: Declare file_non_directory_p().
3322
3323 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
3324
3325         * main.c (main): It's `tries', not `numtries' now.
3326
3327 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
3328
3329         * init.c (getperms): Removed.
3330
3331 1998-04-01  Tim Charron  <tcharron@interlog.com>
3332
3333         * log.c (logvprintf): Don't use ARGS twice.
3334
3335 1998-04-01  John  <john@futuresguide.com>
3336
3337         * mswindows.c: Cleaned up.
3338
3339 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
3340
3341         * version.c: Wget 1.5-b14 is released.
3342
3343 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
3344
3345         * ftp-opie.c (STRLEN4): New macro.
3346         (btoe): Use it.
3347
3348 1998-04-01  Junio Hamano  <junio@twinsun.com>
3349
3350         * http.c: Document all the Digest functions.
3351
3352 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
3353
3354         * utils.c (file_non_directory_p): Renamed from isfile().
3355
3356         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
3357
3358 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
3359
3360         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
3361
3362         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
3363         style.
3364         (cmd_permissions): Removed.
3365
3366         * config.h.in: Add template for WORDS_BIGENDIAN.
3367
3368 1998-03-31  Junio Hamano  <junio@twinsun.com>
3369
3370         * http.c (HEXD2asc): New macro.
3371         (dump_hash): Use it.
3372
3373 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
3374
3375         * version.c: Wget 1.5-b13 is released.
3376
3377 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
3378
3379         * main.c (main): Don't try to use `com'.
3380
3381 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
3382
3383         * init.c (cmd_permissions): New function.
3384
3385 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
3386
3387         * version.c: Wget 1.5-b12 is released.
3388
3389 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
3390
3391         * init.c (commands): Renamed `numtries' to `tries'.
3392         (cmd_spec_debug): Removed.
3393         (home_dir): Under Windows, return `C:\' if HOME is undefined.
3394
3395 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
3396
3397         * config.h.in: Define _XOPEN_SOURCE.
3398
3399         * init.c (check_user_specified_header): New function.
3400         (cmd_spec_header): Use it.
3401         (cmd_spec_useragent): New function.
3402
3403 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
3404
3405         * version.c: Wget 1.5-b11 is released.
3406
3407 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
3408
3409         * wget.h: Include <libintl.h> only if NLS is enabled.
3410
3411 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
3412
3413         * options.h (struct options): Made `wait' a long.
3414         (struct options): Ditto for `timeout'.
3415
3416 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
3417
3418         * utils.c (exists): Renamed to file_exists_p.
3419         (file_exists_p): Use access() if available.
3420
3421 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
3422
3423         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
3424         infloop.
3425
3426         * log.c: do_logging -> save_log_p.
3427
3428         * config.h.in: Added template for HAVE_VSNPRINTF.
3429
3430 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
3431
3432         * init.c: Ditto.
3433
3434         * http.c: Protect declaration against non-ANSI compiler.
3435
3436         * log.c (logvprintf): Use vsnprintf() if available.
3437
3438         * getopt.c (main): Don't translate test stuff.
3439
3440 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
3441
3442         * version.c: Wget 1.5-b10 is released.
3443
3444 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
3445
3446         * ftp.c (getftp): Don't translate "CWD %s".
3447
3448         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
3449
3450 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
3451
3452         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
3453
3454         * log.c (logputs): New function.
3455         (logvprintf): Renamed from vlogmsg; use logputs().
3456
3457         * retr.c (show_progress): Print `[100%]' when the retrieval is
3458         finished.
3459
3460         * init.c (run_wgetrc): Use FILE, not PATH.
3461         (wgetrc_file_name): Ditto.
3462
3463 1998-03-07  Tim Adam  <tma@osa.com.au>
3464
3465         * recur.c (parse_robots): Correctly reset `entries' on empty
3466         disallow.
3467
3468 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
3469
3470         * init.c (cmd_spec_debug): Use cmd_boolean().
3471
3472 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
3473
3474         * http.c (gethttp): Create proxy-authorization correctly.
3475
3476 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
3477
3478         * md5.c: Ditto.
3479
3480         * getopt.c: Use ANSI function definitions.
3481
3482         * ftp-opie.c: New file.
3483
3484         * options.h: Don't redefine EXTERN.
3485
3486         * init.c: Sort it correctly.
3487
3488 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
3489
3490         * version.c: Wget 1.5-b9 is released.
3491
3492 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
3493
3494         * recur.c (recursive_retrieve): Reset `first_time'.
3495
3496         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
3497
3498         * rbuf.c (rbuf_peek): Simplified.
3499         (rbuf_flush): Use MINVAL.
3500
3501         * wget.h (MINVAL): Moved from url.h.
3502
3503         * rbuf.h (RBUF_FD): New macro.
3504
3505         * url.c (add_url): Add to the head of the list.
3506
3507         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
3508         file.
3509         (getftp): Set the default permissions to 0600.
3510
3511 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
3512
3513         * url.c (get_urls_html): Ditto.
3514         (convert_links): Ditto.
3515
3516         * recur.c (parse_robots): Ditto.
3517
3518         * html.c (ftp_index): Ditto.
3519
3520         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
3521
3522         * init.c (defaults): Initialize `opt' to zero via memset.
3523
3524         * http.c (digest_authentication_encode): goto considered harmful.
3525
3526 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
3527
3528         * ftp.c (delelement): Simplify and fix leak.
3529
3530 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
3531
3532         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
3533
3534         * url.h (HEXD2ASC): Removed warning.
3535
3536         * init.c (comind): Use binary search.
3537         (commands): Reorganized.
3538         (setval): Ditto.
3539         (cmd_boolean): New function.
3540         (cmd_number): Ditto.
3541         (cmd_number_inf): Ditto.
3542         (cmd_string): Ditto.
3543         (cmd_vector): Ditto.
3544         (cmd_directory_vector): Ditto.
3545         (cmd_bytes): Ditto.
3546         (cmd_time): Ditto.
3547         (cmd_spec_debug): Ditto.
3548         (cmd_spec_dirmode): Ditto.
3549         (cmd_spec_dirstruct): Ditto.
3550         (cmd_spec_dotstyle): Ditto.
3551         (cmd_spec_header): Ditto.
3552         (cmd_spec_htmlify): Ditto.
3553         (cmd_spec_mirror): Ditto.
3554         (cmd_spec_outputdocument): Ditto.
3555         (cmd_spec_recursive): Ditto.
3556         (settime): Merged with cmd_time().
3557         (setbytes): Merged with cmd_bytes().
3558         (setonoff): Merged with cmd_boolean().
3559         (onoff): Ditto.
3560
3561 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
3562
3563         * Makefile.in (distclean): Remove `config.h'.
3564
3565 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
3566
3567         * version.c: Wget 1.5-b8 is released.
3568
3569 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
3570
3571         * http.c (digest_authentication_encode): New function.
3572         (create_authorization_line): Use it.
3573         (dump_hash): New function.
3574         (digest_authentication_encode): Use it.
3575
3576         * fnmatch.c: Renamed from `mtch.c'.
3577
3578 1998-02-15  Karl Eichwalder  <ke@suse.de>
3579
3580         * main.c (main): Tag "Written by..." string as translatable.
3581
3582 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
3583
3584         * wget.h (FREE_MAYBE): New macro.
3585
3586         * http.c (create_authorization_line): Don't use ANSI C string
3587         concatenation feature.
3588         (basic_authentication_encode): Use alloca() for temporary
3589         variables.
3590
3591         * recur.h: Ditto.
3592
3593         * http.c: Ditto.
3594
3595         * headers.h: Ditto.
3596
3597         * ftp-basic.c: Protect declaration against non-ANSI compiler.
3598
3599         * http.c (create_authorization_line): Cast `unsigned char *' to
3600         `char *' for sprintf, to shut up the noisy Digital Unix cc.
3601
3602 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
3603
3604         * version.c: Wget 1.5-b7 is released.
3605
3606 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
3607
3608         * cmpt.c (strstr): Synched with glibc-2.0.6.
3609
3610         * ftp-basic.c (calculate_skey_response): Ditto.
3611         (calculate_skey_response): Use alloca().
3612
3613         * http.c (create_authorization_line): Work with FSF's version of
3614         md5.c.
3615
3616         * md5.c: New file, from GNU libc.
3617
3618 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
3619
3620         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
3621
3622 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
3623
3624         * http.c (basic_authentication_encode): New function, instead of
3625         the macro.
3626
3627 1998-02-13  Junio Hamano  <junio@twinsun.com>
3628
3629         * http.c: Add HTTP-DA support.
3630         * ftp-basic.c: Add Opie/S-key support.
3631         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
3632         * md5.c, md5.h: New files.
3633
3634 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
3635
3636         * http.c (http_process_range): Renamed from hprocrange().
3637         (http_process_range): Parse the whole header.
3638
3639         * headers.c: New file.
3640         (header_process): New function.
3641         (header_get): Renamed from fetch_next_header.
3642
3643         * all: Include utils.h only where necessary.
3644
3645         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
3646
3647         * wget.h: Add provisions for dmalloc.
3648
3649 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
3650
3651         * version.c: Wget 1.5-b6 is released.
3652
3653 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
3654
3655         * ftp.c (ftp_loop): Determine `filename' more precisely.
3656
3657         * init.c (setval): Don't set `opt.quiet' if output-document is
3658         `-'.
3659
3660         * log.c (log_init): Print to STDERR instead of STDOUT.
3661         (vlogmsg): Use STDERR by default.
3662         (logflush): Ditto.
3663
3664 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
3665
3666         * host.c: Use addr_in again.
3667
3668 1998-02-08  Karl Eichwalder  <karl@suse.de>
3669
3670         * http.c (gethttp): Fixed typo.
3671
3672 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
3673
3674         * version.c: Wget 1.5-b5 is released.
3675
3676 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
3677
3678         * retr.c (show_progress): Use it.
3679
3680         * log.c (logflush): New function.
3681
3682         * wget.h: Utilize __attribute__ if on gcc.
3683
3684 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
3685
3686         * http.c (base64_encode_line): New argument LENGTH.
3687         (BASIC_AUTHENTICATION_ENCODE): Use it.
3688         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
3689
3690         * main.c (main): Fixed fprintf() format mismatch.
3691
3692 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
3693
3694         * version.c: Wget 1.5-b4 is released.
3695
3696 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
3697
3698         * host.c: use sockaddr_in instead of addr_in.
3699
3700 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
3701
3702         * init.c (cleanup): Use it.
3703
3704         * recur.c (recursive_cleanup): New function.
3705
3706         * retr.c (retrieve_from_file): Ditto.
3707
3708         * main.c (main): Use it.
3709
3710         * recur.c (recursive_reset): New function.
3711
3712         * retr.c (retrieve_from_file): Ditto.
3713
3714         * main.c (main): Simplify call to recursive_retrieve().
3715
3716         * recur.c (recursive_retrieve): Removed FLAGS argument.
3717
3718         * http.c (gethttp): Changed call to iwrite().
3719
3720 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
3721
3722         * url.c (get_urls_html): Ditto.
3723         (free_urlpos): Ditto.
3724         (mkstruct): Ditto.
3725         (construct): Ditto.
3726
3727         * retr.c (retrieve_url): Move declaration of local variables to
3728         smaller scope.
3729
3730         * url.c (urlproto): Use it.
3731         (parseurl): Ditto.
3732         (str_url): Ditto.
3733         (get_urls_html): Ditto.
3734
3735         * utils.h (ARRAY_SIZE): New macro.
3736
3737         * url.c (proto): Moved from url.h.
3738
3739         * url.h (URL_CLEANSE): Reformatted.
3740         (USE_PROXY_P): Renamed from USE_PROXY.
3741
3742         * ftp-basic.c: Adjust to the new interface of iwrite().
3743
3744         * ftp-basic.c (ftp_port): Use alloca().
3745
3746 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
3747
3748         * version.c: Wget 1.5-b3 is released.
3749
3750         * host.c (ftp_getaddress): Don't print to stderr directly.
3751
3752         * init.c (setbytes): Support `g' for gigabytes.
3753         (cmdtype): New specification CTIME.
3754         (setval): Use it with settime().
3755         (commands): Use it for WAIT and TIMEOUT.
3756
3757 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
3758
3759         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
3760         (gethttp): Use it.
3761
3762         * utils.c (unique_name_1): Moved from url.c.
3763         (unique_name): Ditto.
3764
3765         * url.c (url_filename): Ditto.
3766
3767         * log.c (redirect_output): Changed call to unique_name().
3768
3769         * url.c (unique_name_1): Renamed from unique_name().
3770         (unique_name): Changed interface.
3771
3772         * init.c (enum cmdid): Moved from init.h.
3773         (cmdtype): Ditto.
3774         (struct cmd): Ditto.
3775
3776         * main.c (main): Use it.
3777         (main): Moved `--backups' to not have a short option.
3778
3779         * options.h (struct options): New member BACKGROUND.
3780
3781         * main.c (print_help): Rearranged.
3782         (main): New long options for -n* short options: --no-directories,
3783         --no-host-directories, --non-verbose, --no-host-lookup and
3784         --dont-remove-listing.
3785
3786 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
3787
3788         * main.c (main): Use log_close().
3789
3790         * log.c: New variable LOGFP.
3791         (vlogmsg): Use it.
3792         (redirect_output): Don't open /dev/null; set LOGFP to stdin
3793         instead.
3794         (log_close): New function.
3795
3796         * options.h (struct options): Removed LFILE.
3797
3798         * log.c (log_enable): Removed.
3799
3800         * main.c (main): Use it.
3801
3802         * log.c (log_init): New function.
3803
3804         * url.c (get_urls_html): Removed needless assignment to BASE.
3805
3806         * host.c (add_hlist): Don't set CMP needlessly.
3807
3808         * utils.c (match_backwards): Ditto.
3809         (in_acclist): Ditto.
3810
3811         * url.c (findurl): Ditto.
3812
3813         * netrc.c (parse_netrc): Ditto.
3814
3815         * log.c (log_dump): Ditto.
3816
3817         * html.c (html_quote_string): Ditto.
3818
3819         * ftp-basic.c (ftp_request): Made static.
3820
3821         * connect.c: Made global variables static.
3822
3823         * url.c (construct): Ditto.
3824
3825         * init.c (init_path): Avoid assignment inside `if'-condition.
3826
3827         * ftp.c: Don't include in.h or winsock.h.
3828
3829         * ftp.c (ftp_loop): Use SZ.
3830
3831         * connect.c (bindport): Cast &addrlen to int *.
3832         (conaddr): Ditto.
3833
3834         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
3835
3836 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
3837
3838         * ftp.c (getftp): Initialize opt.ftp_pass here.
3839         (ftp_retrieve_dirs): Use alloca().
3840
3841         * init.c (defaults): Don't initialize opt.ftp_pass.
3842
3843         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
3844         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
3845
3846 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
3847
3848         * recur.c (parse_robots): Check for comments more correctly.
3849
3850         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
3851         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
3852         hostname.
3853
3854 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
3855
3856         * version.c: Wget 1.5-b2 is released.
3857
3858         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
3859
3860         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
3861
3862         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
3863         char.
3864
3865         * log.c: Don't attempt to hide arguments from ansi2knr.
3866
3867         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
3868
3869         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
3870
3871         * ftp.c (getftp): Ditto.
3872
3873         * http.c (gethttp): Use it.
3874
3875         * retr.c (get_contents): New argument EXPECTED; pass it to
3876         show_progress().
3877         (show_progress): New argument EXPECTED; use it to display
3878         percentages.
3879
3880         * init.c (setval): Ditto.
3881
3882         * http.c (gethttp): Ditto.
3883         (http_loop): Ditto.
3884
3885         * ftp.c (getftp): Ditto.
3886         (ftp_loop_internal): Ditto.
3887
3888         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
3889
3890         * sysdep.h (CLOSE): Simplify; use DEBUGP.
3891
3892         * netrc.c (search_netrc): Use alloca().
3893
3894         * init.c (defaults): Initialize no_flush.
3895
3896         * log.c (vlogmsg): Don't flush if no_flush.
3897
3898         * options.h (struct options): New variable no_flush.
3899
3900         * main.c (main): Don't play games with buffering.
3901
3902         * log.c (vlogmsg): Flush the output after every message.
3903
3904 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
3905
3906         * init.c (parse_line): Ditto.
3907
3908         * url.c (get_urls_html): Ditto.
3909
3910         * main.c (main): Don't cast to unsigned char.
3911
3912         * init.c (run_wgetrc): Don't cast to unsigned char.
3913         (parse_line): Accept char instead of unsigned char.
3914
3915         * html.c (htmlfindurl): Use char instead of unsigned char.
3916
3917         * all: Use them.
3918
3919         * sysdep.h: Add wrappers to ctype macros to make them
3920         eight-bit-clean:
3921
3922 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
3923
3924         * html.c (htmlfindurl): Download <img lowsrc=...>
3925
3926         * main.c (main): Ignore SIGPIPE.
3927
3928         * connect.c (select_fd): New argument WRITEP.
3929         (iwrite): Call select_fd().
3930
3931 1997-02-27  Fila Kolodny <fila@ibi.com>
3932
3933         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
3934         one already exists, just skip it.
3935
3936 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
3937
3938         * http.c (gethttp): Cosmetic changes.
3939
3940         * http.c (check_end): Allow `+D...' instead of `GMT'.
3941         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
3942
3943         * url.c (process_ftp_type): New function.
3944         (parseurl): Use it.
3945
3946         * connect.c (iwrite): Allow writing in a few chunks.
3947         (bindport): Made SRV static, so addr can point to it.
3948         (select_fd): Removed HPUX kludge.
3949
3950         * host.c (free_hlist): Incorporated into clean_hosts().
3951
3952 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
3953
3954         * host.c (hlist): Made static.
3955         (search_address): Cosmetic change.
3956
3957 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
3958
3959         * version.c: Wget v1.5-b1 is released.
3960
3961         * http.c (hgetlen): Use sizeof() to get the header length.
3962         (hgetrange): Ditto.
3963         (hgettype): Ditto.
3964         (hgetlocation): Ditto.
3965         (hgetmodified): Ditto.
3966         (haccepts_none): Ditto.
3967
3968         * main.c (main): Updated `--version' and `--help' output, as per
3969         Francois Pinard's suggestions.
3970
3971         * main.c: Include locale.h; call setlocale(), bindtextdomain() and 
3972         textdomain().
3973
3974         * config.h.in: Define stubs for I18N3.
3975
3976         * wget.h: Include libintl.h.
3977
3978 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
3979
3980         * url.c (mkstruct): Check for opt.cut_dirs.
3981         (mkstruct): alloca()-te more, xmalloc() less.
3982
3983         * utils.c (load_file): Check for ferror().
3984
3985         * url.c (get_urls_file): Close only the files we opened.
3986         (get_urls_html): Ditto.
3987         (count_slashes): New function.
3988
3989         * http.h: Removed.
3990
3991         * http.c (gethttp): Respect username and password provided by
3992         proxy URL.
3993         (base64_encode_line): Write into an existing buffer instead of
3994         malloc-ing a new one.
3995         (struct http_stat): Moved from http.h
3996
3997         * retr.c (retrieve_url): Free SUF.
3998
3999         * all: Removed lots of unnecessary .h dependencies.
4000
4001         * html.c (global_state): Made static.
4002
4003         * utils.h (ALLOCA_ARRAY): New macro.
4004
4005         * main.c (main): New option `--cut-dirs'.
4006
4007         * url.c (construct): Use alloca() for T.
4008
4009         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
4010
4011         * host.c (_host_t): Moved from host.h.
4012         (struct host): Renamed from _host_t.
4013         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
4014         (realhost): Ditto.
4015
4016         * host.h: Don't include url.h.
4017
4018         * ftp.c (LIST_FILENAME): Moved from ftp.h.
4019
4020         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
4021
4022         * main.c (main): Enable log if the output goes to a TTY.
4023
4024         * connect.h: Removed unused constant `BACKLOG'.
4025
4026         * config.h.in: Check for isatty().
4027
4028         * Makefile.in (LINK): Use CFLAGS when linking.
4029
4030 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
4031
4032         * mswindows.c (ws_hangup): Use redirect_output().
4033
4034         * main.c (redirect_output_signal): New function; use
4035         redirect_output().
4036
4037         * log.c (redirect_output): New function, based on hangup(), which
4038         is deleted.
4039
4040         * log.c (vlogmsg): New function.
4041
4042         * wget.h (DEBUGP): Use debug_logmsg().
4043
4044         * main.c (hangup): Use it.
4045
4046         * log.c (log_dump): New function.
4047
4048         * utils.h (DO_REALLOC): Use `long' for various sizes.
4049
4050         * http.c (hskip_lws): Use `while', for clarity.
4051         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
4052         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
4053
4054         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
4055         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
4056
4057         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
4058         (LEGIBLE_SEPARATOR): Ditto.
4059         (FILE_BUFFER_SIZE): Ditto.
4060
4061         * retr.c (BUFFER_SIZE): Moved from retr.h.
4062
4063         * log.c: New file.
4064         (logmsg): Moved from utils.c.
4065         (debug_logmsg): New function.
4066
4067         * mswindows.h: Include it here.
4068
4069         * init.c: Ditto.
4070
4071         * utils.c: Don't include <windows.h>.
4072
4073 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
4074
4075         * host.c (ftp_getaddress): Ditto.
4076
4077         * main.c (main): Use it.
4078
4079         * utils.h (STRDUP_ALLOCA): New macro.
4080
4081         * init.c: Prepend `wget: ' to error messages printed on stderr.
4082
4083         * utils.c (mkdirhier): Renamed from mymkdir.
4084         (touch): Renamed from my_touch.
4085         (pwd_cuserid): Renamed from my_cuserid().
4086
4087 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
4088
4089         * utils.c (accdir): Process wildcards.
4090         (proclist): New function.
4091         (accdir): Use it to avoid code repetition.
4092
4093 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
4094
4095         * recur.c (parse_robots): Respect opt.useragent; use alloca().
4096
4097         * http.c (gethttp): Construct useragent accordingly.
4098
4099         * version.c: Changed version string to numbers-only.
4100
4101         * main.c (print_help): List all the options.
4102
4103         * mswindows.c (windows_main_junk): Initialize argv0 here.
4104
4105 1998-01-24  Karl Heuer  <kwzh@gnu.org>
4106
4107         * netrc.c (search_netrc): Initialize `l' only after processing
4108         netrc.
4109
4110         * main.c (main): Don't trap SIGHUP if it's being ignored.
4111
4112 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
4113
4114         * all: Use logmsg().
4115
4116         * utils.c (time_str): Moved from retr.c.
4117         (logmsg): New function.
4118         (logmsg_noflush): Ditto.
4119
4120         * rbuf.c: New file, moved buf_* functions here.
4121
4122         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
4123
4124         * ftp-basic.c (ftp_rest): Use prnum().
4125
4126         * ftp-basic.c: Ditto.
4127
4128         * ftp.c: Use the new reading functions and macros.
4129
4130         * retr.c (buf_initialize): New function.
4131         (buf_initialized_p): Ditto.
4132         (buf_uninitialize): Ditto.
4133         (buf_fd): Ditto.
4134
4135         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
4136         efficiency.
4137         (gethttp): Use alloca() where appropriate.
4138
4139         * retr.c (buf_readchar): Use it.
4140         (buf_peek): Use rstreams.
4141
4142         * retr.h (BUF_READCHAR): New macro.
4143
4144         * init.c (home_dir): Rewritten for clarity.
4145         (init_path): Ditto.
4146
4147         * mswindows.c (ws_backgnd): Made static.
4148         (read_registry): Ditto.
4149         (ws_cleanup): Ditto.
4150         (ws_handler): Ditto.
4151
4152 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
4153
4154         * alloca.c: New file.
4155
4156         * Makefile.in (ALLOCA): Define.
4157
4158         * mswindows.c (ws_help): Constify.
4159         (ws_help): Use alloca.
4160
4161         * mswindows.c: Reformat.
4162
4163         * all: Added _(...) annotations for I18N snarfing and translation.
4164
4165         * host.c (ftp_getaddress): Nuke SYSINFO.
4166         (ftp_getaddress): Don't use getdomainname().
4167         (ftp_getaddress): Use uname(), where available.
4168
4169         * http.c (gethttp): Protect a stray fprintf().
4170
4171         * init.c (settime): New function.
4172         (setval): Treat WAIT specially, allowing suffixes like `m' for
4173         minutes, etc.
4174
4175 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
4176
4177         * url.c (get_urls_html): Use alloca() for TEMP.
4178
4179 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
4180
4181         * url.c (rotate_backups): New function.
4182
4183         * http.c (gethttp): Ditto.
4184
4185         * ftp.c (getftp): Rotate backups.
4186
4187 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
4188
4189         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
4190         xrealloc() and xstrdup().  Use the new functions.
4191
4192         * url.c (decode_string): Made static.
4193         (has_proto): Ditto.
4194         (parse_dir): Ditto.
4195         (parse_uname): Ditto.
4196         (mkstruct): Ditto.
4197         (construct): Ditto.
4198         (construct_relative): Ditto.
4199
4200         * retr.c (show_progress): Made static.
4201
4202         * recur.c (robots_url): Made static.
4203         (retrieve_robots): Ditto.
4204         (parse_robots): Ditto.
4205         (robots_match): Ditto.
4206
4207         * main.h: Removed.
4208
4209         * main.c (printhelp): Made static.
4210         (hangup): Ditto.
4211
4212         * init.c (comind): Made static.
4213         (defaults): Ditto.
4214         (init_path): Ditto.
4215         (run_wgetrc): Ditto.
4216         (onoff): Ditto.
4217         (setonoff): Ditto.
4218         (setnum): Ditto.
4219         (myatoi): Ditto.
4220         (getperms): Ditto.
4221         (setbytes): Ditto.
4222
4223         * http.c (fetch_next_header): Made static.
4224         (hparsestatline): Ditto.
4225         (hskip_lws): Ditto.
4226         (hgetlen): Ditto.
4227         (hgetrange): Ditto.
4228         (hgettype): Ditto.
4229         (hgetlocation): Ditto.
4230         (hgetmodified): Ditto.
4231         (haccepts_none): Ditto.
4232         (gethttp): Ditto.
4233         (base64_encode_line): Ditto.
4234         (mktime_from_utc): Ditto.
4235         (http_atotm): Ditto.
4236
4237         * html.c (idmatch): Made static.
4238
4239         * host.c (search_host): Made static.
4240         (search_address): Ditto.
4241         (free_hlist): Ditto.
4242
4243         * ftp.c (getftp): Made static.
4244         (ftp_loop_internal): Ditto.
4245         (ftp_get_listing): Ditto.
4246         (ftp_retrieve_list): Ditto.
4247         (ftp_retrieve_dirs): Ditto.
4248         (ftp_retrieve_glob): Ditto.
4249         (freefileinfo): Ditto.
4250         (delelement): Ditto.
4251
4252         * ftp-ls.c (symperms): Made static.
4253         (ftp_parse_unix_ls): Ditto.
4254
4255         * connect.c (select_fd): Made static.
4256
4257         * utils.c (xmalloc): Renamed from nmalloc.
4258         (xrealloc): Renamed from nrealloc.
4259         (xstrdup): Renamed from nstrdup.
4260
4261         * getopt.c (exchange): Use alloca.
4262
4263         * mswindows.c (mycuserid): Use strncpy.
4264
4265         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
4266         systhings.h, windecl.h and winjunk.h removed.
4267
4268         * mswindows.c (sleep): New function.
4269
4270         * utils.c: Include <windows.h> under Windows.
4271
4272 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
4273
4274         * url.h (URL_UNSAFE): Change default under Windows.
4275
4276         * retr.c (retrieve_from_file): Respect opt.delete_after.
4277
4278         * main.c (main): Call ws_help on Windows.
4279
4280         * winjunk.c (windows_main_junk): New function.
4281
4282         * main.c (main): Junk-process argv[0].
4283
4284         * http.c (mktime_from_utc): Return -1 if mktime failed.
4285
4286         * http.c (http_loop): Ditto.
4287
4288         * ftp.c (ftp_loop_internal): Change title on Windows when using a
4289         new URL.
4290
4291         * winjunk.c (getdomainname): Lots of functions.
4292
4293 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
4294
4295         * cmpt.c (strptime_internal): Handle years more correctly for
4296         `%y'.
4297
4298 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
4299
4300         * http.c (gethttp): Allocate enough space for
4301         `Proxy-Authorization' header.
4302
4303 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
4304
4305         * version.c: Wget/1.4.5 is released.
4306
4307 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
4308
4309         * retr.c (get_contents): Check return value of fwrite more
4310         carefully.
4311
4312 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4313
4314         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
4315         year, regardless of century.
4316
4317 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
4318
4319         * utils.c (isfile): Use `lstat' instead of `stat'.
4320
4321 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
4322
4323         * utils.c (numdigit): Use explicit test.
4324
4325 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
4326
4327         * http.c (http_loop): Always use `url_filename' to get u->local.
4328
4329 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
4330
4331         * url.c: Recognize https.
4332
4333 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
4334
4335         * recur.c (recursive_retrieve): Lowercase just the host name.
4336
4337 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
4338
4339         * url.c (get_urls_file): Use the correct test.
4340         (get_urls_html): Ditto.
4341
4342 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
4343
4344         * connect.c: Reverted addrlen to int.
4345
4346         * init.c (parse_line): Check for -1 instead of NONE.
4347
4348         * version.c: Changed version to 1.4.5.
4349
4350 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
4351
4352         * init.c: New option netrc.
4353         (initialize): Don't parse .netrc.
4354
4355         * cmpt.c (recursive): Return rp.
4356         (strptime_internal): Match the long strings first, the abbreviated
4357         second.
4358
4359 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
4360
4361         * http.c (check_end): New function.
4362         (http_atotm): Use it.
4363  
4364 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
4365
4366         * http.c (gethttp): Use them.
4367
4368         * init.c: New options proxy_user and proxy_passwd.
4369
4370 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
4371
4372         * ftp.c (ftp_retrieve_list): Create links even if not relative.
4373
4374 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
4375
4376         * recur.c (recursive_retrieve): Lowercase the host name, if the
4377         URL is not "optimized".
4378
4379         * host.c (realhost): Return l->hostname, even if it matches with
4380         host.
4381
4382 1997-02-10  Marin Purgar  <pmc@asgard.hr>
4383
4384         * connect.c: Make addrlen size_t instead of int.
4385         (conaddr): Ditto.
4386
4387 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
4388
4389         * systhings.h: Define S_ISLNK on NeXT too.
4390
4391 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
4392
4393         * version.c: Released 1.4.3.
4394
4395         * url.c: Futher update to list of protostrings.
4396         (skip_proto): Skip `//' correctly for FTP and HTTP.
4397
4398         * url.c (get_urls_html): Handle bogus `http:' things a little
4399         different.
4400
4401         * main.c (main): Removed `follow-ftp' from `f'.
4402         (main): Dumped the `prefix-files' and `file-prefix' options and
4403         features; old and bogus.
4404         (main): Exit on failed setval() in `-e'.
4405
4406         * http.c (fetch_next_header): Use it to detect header continuation
4407         correctly.
4408
4409         * retr.c (buf_peek): New function.
4410
4411 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
4412
4413         * wget.h: Include time.h and stuff.
4414
4415 1997-02-08  Roger Beeman  <beeman@cisco.com>
4416
4417         * ftp.c: Include <time.h>
4418
4419 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
4420
4421         * url.c (findurl): Would read over buffer limits.
4422
4423 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
4424
4425         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
4426
4427 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
4428
4429         * http.c (http_atotm): Initialize tm.is_dst.
4430
4431 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
4432
4433         * http.c (gethttp): Don't print the number of retrieved headers.
4434
4435         * main.c (main): New option `--no-clobber', alias for `-nc'.
4436
4437         * url.c: Recognize `https://'.
4438
4439 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
4440
4441         * host.c (herrmsg): Don't use h_errno.
4442
4443 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
4444
4445         * host.c (accept_domain): Use it.
4446
4447         * main.c (main): New option `--exclude-domains'.
4448
4449         * retr.c (retrieve_url): Use it.
4450         (retrieve_url): Bail out when an URL is redirecting to itself.
4451
4452         * url.c (url_equal): New function.
4453
4454 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
4455
4456         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
4457
4458         * http.c (mk_utc_time): New function.
4459         (http_atotm): Use it; handle time zones correctly.
4460
4461 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
4462
4463         * http.c: Ditto.
4464
4465         * ftp-basic.c: Use it instead of WRITE.
4466
4467         * connect.c (iwrite): New function.
4468
4469 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
4470
4471         * cmpt.c (mktime): New function.
4472
4473         * netrc.c: Include <sys/types.h>.
4474
4475         * main.c (main): Wouldn't recognize --spider.
4476
4477         * retr.c (rate): Use `B', `KB' and `MB'.
4478         (reset_timer,elapsed_time): Moved from utils.c.
4479
4480         * ftp.c (ftp_retrieve_list): Ditto.
4481
4482         * http.c (http_loop): Don't touch the file if opt.dfp.
4483
4484 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
4485
4486         * cmpt.c: New file.
4487
4488         * ftp.c (ftp_retrieve_glob): New argument semantics.
4489         (ftp_retrieve_dirs): Use it.
4490         (ftp_loop): Ditto.
4491
4492         * html.c (htmlfindurl): Recognize `'' as the quote char.
4493
4494 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
4495
4496         * ftp.c (ftp_loop_internal): Use it.
4497
4498         * utils.c (remove_link): New function.
4499
4500 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
4501
4502         * retr.c (retrieve_url): Require STRICT redirection URL.
4503
4504         * url.c (parseurl): New argument STRICT.
4505
4506         * http.c (hparsestatline): Be a little-bit less strict about
4507         status line format.
4508
4509 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
4510
4511         * http.c (gethttp): Use it.
4512
4513         * main.c (main): Don't use '<digit>' as options.
4514
4515         * init.c: New option ignore_length.
4516
4517         * http.c (gethttp): Ditto.
4518         (http_loop): Check for redirection without Location:.
4519         (gethttp): Don't print Length unless RETROKF.
4520
4521         * ftp.c (getftp): Use it.
4522
4523         * url.c (mkalldirs): New function.
4524
4525         * utils.c (mymkdir): Don't check for existing non-directory.
4526
4527         * url.c (mkstruct): Don't create the directory.
4528
4529 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
4530
4531         * init.c (setval): Removed NO_RECURSION checks.
4532
4533 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
4534
4535         * version.c: "Released" 1.4.3-pre2.
4536
4537         * recur.c (recursive_retrieve): Bypass host checking only if URL
4538         is ftp AND parent URL is not ftp.
4539
4540         * ftp-basic.c (ftp_request): Print out Turtle Power.
4541
4542         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
4543         wildcard.
4544         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
4545         not glob.
4546
4547         * http.c (gethttp): Be a little bit smarter about status codes.
4548
4549         * recur.c (recursive_retrieve): Always reset opt.recursive when
4550         dealing with FTP.
4551
4552 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
4553
4554         * retr.c (retrieve_url): New variable location_changed; use it for
4555         tests instead of mynewloc.
4556         (retrieve_url): Allow heuristic adding of html.
4557
4558         * url.c (url_filename): Don't use the `%' in Windows file names.
4559
4560         * http.c (http_loop): Always time-stamp the local file.
4561
4562         * http.c (http_loop): Ditto.
4563
4564         * ftp.c (ftp_retrieve_list): Use it.
4565
4566         * utils.c (my_touch): New function.
4567
4568         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
4569         instead of #ifndef NeXT.
4570
4571         * utils.c (strptime): New version, by Ulrich Drepper.
4572
4573 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
4574
4575         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
4576         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
4577         (http_loop): Would remove ACCEPTRANGES.
4578
4579         * ftp.c (getftp): Call ftp_list with NULL.
4580
4581 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
4582
4583         * html.c (ftp_index): Don't print minutes and seconds if we don't
4584         know them; beautify the output.
4585
4586         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
4587
4588 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
4589
4590         * utils.c (strptime): New function.
4591         (strptime): Don't use get_alt_number.
4592         (strptime): Don't use locale.
4593         (match_string): Made it a function.
4594
4595 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
4596
4597         * http.c (http_atotm): New function.
4598         (http_loop): Use it.
4599
4600         * atotm.c: Removed from the distribution.
4601
4602         * http.c (base64_encode_line): Rewrite.
4603
4604 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
4605
4606         * ftp.c (getftp): Use ftp_expected_bytes; print size.
4607
4608         * ftp-basic.c (ftp_response): Use ftp_last_respline.
4609         (ftp_expected_bytes): New function.
4610
4611         * ftp.c (getftp): Print the unauthoritative file length.
4612
4613         * ftp-ls.c: Renamed from ftp-unix.c.
4614         (ftp_parse_ls): Moved from ftp.c.
4615         (ftp_parse_unix_ls): Recognize seconds in time spec.
4616         (ftp_parse_unix_ls): Recognize year-less dates of the previous
4617         year.
4618
4619 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
4620
4621         * ftp-basic.c: Don't declare errno if #defined.
4622
4623         * host.c (ftp_getaddress): Check for sysinfo legally.
4624
4625 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
4626
4627         * connect.c (iread): Use READ.
4628
4629 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
4630
4631         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
4632         schemes.
4633
4634 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
4635
4636         * host.c (ftp_getaddress): Allow `.' in hostname.
4637
4638 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
4639
4640         * wget.h: READ and WRITE macros for use instead of read and write
4641         on sockets, grep READ *.c, grep WRITE *.c
4642
4643         * wsstartup.c: new file - startup for winsock
4644
4645         * wsstartup.h: new file
4646
4647         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
4648
4649         * configure.bat: Configure utility for MSVC
4650
4651         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
4652
4653 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
4654
4655         * version.c: Released 1.4.3-pre.
4656
4657         * utils.c (prnum): Accept long.
4658         (legible): Use prnum().
4659
4660         * connect.c (make_connection): Accept port as short.
4661         (bindport): Ditto.
4662
4663         * http.c (gethttp): Use search_netrc.
4664
4665 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
4666
4667         * ftp.c (getftp): Use search_netrc.
4668
4669         * netrc.c (free_netrc): New function.
4670
4671         * init.c (home_dir): New function.
4672
4673         * url.c (convert_links): Allow REL2ABS changes.
4674
4675 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
4676
4677         * netrc.c: New file.
4678         (parse_netrc, maybe_add_to_list): New functions.
4679
4680 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
4681
4682         * retr.c (retrieve_url): Reset opt.recursion before calling
4683         ftp_loop if it is reached through newloc.
4684
4685         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
4686         error; don't use "Syntax error", since we don't know if it is
4687         really a syntax error.
4688
4689 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
4690
4691         * utils.c (acceptable): Extract the filename part of the path.
4692
4693         * recur.c (recursive_retrieve): Call acceptable() with the right
4694         argument; would bug out on wildcards.
4695
4696         * init.c (parse_line): Likewise.
4697
4698         * html.c (htmlfindurl): Cast to char * when calling stuff.
4699
4700 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
4701
4702         * ftp.c (getftp): Use ftp_pasv.
4703
4704         * ftp-basic.c (ftp_request): Accept NULL value.
4705         (ftp_pasv): New function.
4706
4707         * options.h (struct options): Add passive FTP option.
4708
4709 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
4710
4711         * url.c (parseurl): Debug output.
4712
4713         * utils.c (path_simplify): New one, adapted from bash's
4714         canonicalize_pathname().
4715
4716 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
4717
4718         * ftp.c (getftp): Don't discard the buffer.
4719
4720         * retr.c (get_contents): New parameter nobuf.
4721
4722 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
4723
4724         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
4725
4726         * init.c (setval): Strip the trailing slashes on CVECDIR.
4727
4728 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
4729
4730         * init.c: Make excludes and includes under CVECDIR instead of
4731         CVEC.
4732
4733 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
4734
4735         * url.c (get_urls_html): Skip "http:".
4736
4737 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
4738
4739         * utils.c (strcasecmp): From glibc.
4740         (strncasecmp): Also.
4741         (strstr): Also.
4742
4743         * url.c: Added javascript: to the list of URLs prefixes.
4744
4745 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
4746
4747         * recur.c (retrieve_robots): Print the warning message only if
4748         verbose.
4749
4750 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
4751
4752         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
4753
4754 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
4755
4756         * systhings.h: New file.
4757
4758         * ../configure.in: Check for utime.h
4759
4760         * ftp.c: Check whether we have unistd.h.
4761
4762 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
4763
4764         * recur.c (recursive_retrieve): Send the canonical URL as referer.
4765         (recursive_retrieve): Call get_urls_html with the canonical URL.
4766
4767 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4768
4769         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
4770         ansi2knr support for compilers which don't support ANSI style
4771         function prototypes and signatures.
4772
4773         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
4774
4775 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
4776
4777         * url.c: Use it; Recognize paths ending with "." and ".." as
4778         directories.
4779         (url_filename): Append .n whenever file exists and could be a
4780         directory.
4781
4782         * url.h (ISDDOT): New macro.
4783
4784         * init.c (parse_line): Use unsigned char.
4785
4786         * url.c (get_urls_html): Cast to unsigned char * when calling
4787         htmlfindurl.
4788
4789         * html.c (htmlfindurl): Use unsigned char.
4790
4791         * version.c: Changed version to 1.4.3.
4792
4793 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
4794
4795         * version.c: Released 1.4.2.
4796
4797         * ftp.c (getftp): Simplified assertion.
4798         (ftp_loop_internal): Remove symlink before downloading.
4799         (ftp_retrieve_list): Unlink the symlink name before attempting to
4800         create a symlink!
4801
4802         * options.h (struct options): Renamed print_server_response to
4803         server_response.
4804
4805         * ftp.c (rel_constr): Removed.
4806         (ftp_retrieve_list): Don't use it.
4807         (ftp_retrieve_list): Use opt.retr_symlinks.
4808
4809 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
4810
4811         * main.c (main): New option retr_symlinks.
4812
4813         * url.c (convert_links): Print verbose message.
4814
4815 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
4816
4817         * http.c (http_loop): Reset newloc in the beginning of function;
4818         would cause FMR in retrieve_url.
4819
4820 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
4821
4822         * recur.c (convert_all_links): Find the URL of each HTML document,
4823         and feed it to get_urls_html; would bug out.
4824         (convert_all_links): Check for l2 instead of dl; removed dl.
4825
4826         * url.c (convert_links): Don't refer to freed newname.
4827
4828         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
4829
4830         * main.c (main): Print the OS_TYPE in the debug output, too.
4831
4832         * recur.c (recursive_retrieve): Check for opt.delete_after.
4833
4834         * main.c (main): New option delete-after.
4835
4836         * init.c (setval): Cleaned up.
4837
4838 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
4839
4840         * Makefile.in (wget): Make `wget' the default target.
4841
4842         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
4843         loop.
4844         (ftp_retrieve_list): Warn about non-matching sizes.
4845
4846         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
4847
4848         * init.c (setnum): Renamed from setnuminf; New argument flags.
4849         (setval): Use it.
4850
4851         * main.c (main): Sorted the options.
4852         (main): New option --wait.
4853
4854 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
4855
4856         * html.c (htmlfindurl): Reset s->in_quote after getting out of
4857         quotes.
4858
4859 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
4860
4861         * version.c: Changed version to 1.4.2.
4862
4863 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
4864
4865         * version.c: Released 1.4.1.
4866
4867         * html.c (html_quote_string): New function.
4868         (ftp_index): Use it.
4869         (htmlfindurl): A more gentle ending debug message.
4870
4871         * ftp.c (ftp_loop): Check for opt.htmlify.
4872
4873         * init.c: New command htmlify.
4874
4875         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
4876         strings.
4877         (ftp_loop): Print size of index.html.
4878
4879         * init.c (setval): Implement "styles".
4880
4881         * main.c (main): New option dotstyle.
4882
4883 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
4884
4885         * ftp.c (getftp): Close the master socket in case of errors, after
4886         bindport().
4887
4888         * connect.c (bindport): Initialize msock to -1.
4889
4890         * ftp.c (getftp): Initialize dtsock to -1.
4891
4892         * connect.c (closeport): Don't close sock if sock == -1.
4893
4894 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
4895
4896         * init.c (setnuminf): Nuked default value -- just leave unchanged.
4897         (setval): Don't send default values.
4898         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
4899
4900         * options.h (struct options): Use long for dot_bytes.
4901
4902         * init.c (setquota): Renamed to setbytes.
4903         (setval): Use setbytes on DOTBYTES.
4904
4905 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
4906
4907         * ftp.c (getftp): Initialize con->dltime.
4908
4909         * recur.c (recursive_retrieve): Use same_host instead of
4910         try_robots; simply load robots_txt whenever the host is changed.
4911         (recursive_retrieve): Free forbidden before calling parse_robots.
4912
4913 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
4914
4915         * retr.c (show_progress): Use them.
4916
4917         * options.h (struct options): New options dot_bytes, dots_on_line
4918         and dot_spacing.
4919
4920 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
4921
4922         * recur.c (recursive_retrieve): Retrieve directories regardless of
4923         acc/rej rules; check for empty u->file.
4924
4925 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
4926
4927         * init.c (setval): Use it.
4928
4929         * utils.c (merge_vecs): New function.
4930
4931         * init.c (setval): Reset the list-type functions when encountering
4932         "".
4933
4934 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
4935
4936         * recur.c (recursive_retrieve): Use base_url instead of this_url
4937         for no_parent.
4938
4939 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
4940
4941         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
4942
4943 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
4944
4945         * utils.c (sepstring): Rewrote; don't use strtok.
4946
4947         * recur.c (recursive_retrieve): Enter assorted this_url to slist
4948         when running the first time.
4949         (retrieve_robots): Warn to ignore errors when robots are loaded.
4950
4951         * utils.c (load_file): Moved from url.c.
4952
4953         * http.c: Made static variables const too in h* functions.
4954
4955         * main.c (main): Renamed --continue-ftp to --continue.
4956
4957         * recur.c (recursive_retrieve): Use it.
4958
4959         * utils.c (frontcmp): New function.
4960
4961         * url.c (accdir): New function.
4962
4963         * html.c (htmlfindurl): Recognize <area href=...>.
4964
4965         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
4966
4967         * init.c (setval): Free the existing opt.excludes and
4968         opt.includes, if available.
4969
4970         * main.c (main): New option -I.
4971
4972 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
4973
4974         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
4975
4976         * version.c: Changed version to 1.4.1.
4977
4978 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
4979
4980         * version.c: Released 1.4.0.
4981
4982 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
4983
4984         * main.c (main): Free com and val after parse_line.
4985         (printhelp): Reorder the listing.
4986
4987         * http.c: More robust header parsing.
4988
4989         * http.c: Allow any number of spaces, or no spaces, precede ':'.
4990         (hskip_lws): New function.
4991         (haccepts_bytes): New function.
4992         (gethttp): Use it.
4993
4994         * init.c (setval): Check header sanity.
4995         (setval): Allow resetting of headers.
4996
4997 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
4998
4999         * http.c (http_loop): Don't use has_wildcards.
5000
5001         * http.c (gethttp): Free all_headers -- would leak.
5002
5003         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
5004         0 -- this fixes a long-standing bug in -rl.
5005
5006 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
5007
5008         * ftp.c: Use -1 as "impossible" value for con->fd.
5009
5010         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
5011
5012         * init.c (parse_line): Use isalpha.
5013
5014         * ftp-unix.c: Use HAVE_UNISTD_H.
5015
5016         * mtch.c (has_wildcards): Don't match \.
5017
5018         * http.c (http_loop): Warn on HTTP wildcard usage.
5019
5020 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
5021
5022         * url.c (url_filename): Do not create numbered suffixes if
5023         opt.noclobber -- would bug out on -nc.
5024
5025 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
5026
5027         * recur.c (parse_robots): Don't chuck out the commands without
5028         arguments (`Disallow:<empty>' didn't work).
5029         (parse_robots): Compare versions lowercase.
5030         (parse_robots): Match on base_version, not version_string!
5031         (parse_robots): Handle comments properly.
5032         (parse_robots): Match versions in a sane way.
5033
5034         * init.c: Print nicer error messages.
5035
5036         * version.c: Changed version to 1.4.0.
5037
5038 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
5039
5040         * version.c: Released 1.4.0-test2.
5041
5042         * init.c (run_wgetrc): Close fp.
5043
5044         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
5045         u->dir.
5046
5047 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
5048
5049         * init.c (setquota): Allow inf as quota specification.
5050
5051 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
5052
5053         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
5054         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
5055
5056         * main.c (main): Check for quota by comparison with downloaded
5057         stuff, not from status.
5058
5059         * connect.c (select_fd): Should compile on HPUX without warnings now.
5060
5061         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
5062         returned RETROK.
5063
5064 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
5065
5066         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
5067         (getftp): Return FTPRETRINT on control connection error.
5068
5069         * html.c (htmlfindurl): Recognize <embed src=...> and
5070         <bgsound src=...>.
5071         (ftp_index): Handle username and password correctly.
5072
5073         * main.c (main): Made `-np' a synonim for --no-parent.
5074
5075 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
5076
5077         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
5078         ftp_retrieve_glob.
5079
5080         * version.c: Changed version to 1.4.0-test2.
5081
5082 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
5083
5084         * version.c: Released 1.4.0-test1.
5085
5086         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
5087         directory.
5088         (convert_links): Removed definition of make_backup.
5089
5090         * http.h: Removed definition of MAX_ERROR_LENGTH.
5091
5092         * host.c (ftp_getaddress): Check for "(none)" domains.
5093
5094         * ftp.c (ftp_retrieve_dirs): Docfix.
5095
5096         * http.c (gethttp): Use ou->referer instead of u->referer.
5097
5098         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
5099         this was known to cause coredumps on Linux.
5100
5101         * html.c (ftp_index): Cast the argument to local_time to time_t *.
5102
5103 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
5104
5105         * connect.c (select_fd): Use exceptfds -- once and for all.
5106
5107         * retr.c (retrieve_from_file): Free filename after
5108         recursive_retrieve.
5109         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
5110         first-time retrieval.
5111         (retrieve_from_file): Return uerr_t; new argument, count.
5112         (retrieve_from_file): Break on QUOTEXC.
5113
5114         * init.c (setquota): Fixed a bug that caused rejection of
5115         non-postfixed values..
5116
5117 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
5118
5119         * version.c: Changed name to wget.
5120
5121         * connect.c (iread): Smarter use of select.
5122         (select_fd): Set errno on timeout.  If not timeout, return 1
5123         instead of 0.
5124
5125 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
5126
5127         * ftp.c (ftp_loop_internal): Don't use con->cmd before
5128         establishing it.
5129
5130 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
5131
5132         * http.c (gethttp): Send correct referer when using proxy.
5133         (gethttp): Use struct urlinfo ou to access the relevant data; send
5134         correct authorization in all cases.
5135
5136         * host.c (same_host): Use skip_uname to skip username and
5137         password.
5138
5139         * url.c (skip_uname): New function.
5140         (parseurl): Use it.
5141
5142         * host.c (same_host): Do not assume HTTP -- same_host should now
5143         be totally foolproof.
5144
5145         * url.c (skip_proto): New function.
5146         (parse_uname): Use it.
5147
5148         * http.c (gethttp): Create local user and passwd from what is
5149         given.
5150
5151         * url.c (parseurl): Check for HTTP username and password too.
5152
5153 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
5154
5155         * config.h.in: Removed #define gethostbyname R...
5156
5157 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
5158
5159         * version.c: Changed version to 1.4.0-test1.
5160
5161 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
5162
5163         * version.c: "Released" 1.4b29.
5164
5165         * recur.c (recursive_retrieve): Check for no_parent.
5166
5167         * init.c (setval): Option update.
5168
5169         * main.c (main): New option no-parent.
5170
5171         * options.h (struct options): New variable no_parent.
5172
5173         * recur.c (recursive_retrieve): Only files are checked for
5174         opt.accepts and opt.rejects.
5175         (recursive_retrieve): Check directories for opt.excludes.
5176         (recursive_retrieve): Make the dir absolute when checking
5177         opt.excludes.
5178
5179         * html.c (htmlfindurl): Recognize <applet code=...> and <script
5180         src=...>
5181
5182 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
5183
5184         * ftp.c (getftp): Do not line-break assert entries at all.
5185         (ftp_retrieve_dirs): docfix.
5186
5187         * connect.c (select_fd): Use fd + 1 as nfds.
5188
5189         * version.c: Changed version to 1.4b29.
5190
5191 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
5192
5193         * version.c: "Released" 1.4b28.
5194
5195         * ftp.c (ftp_loop_internal): Check whether f->size == len and
5196         don't continue the loop if it is.
5197         (ftp_get_listing): Remove list_filename on unsuccesful loop.
5198
5199 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
5200
5201         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
5202         (getftp): Do not use multiline assert.
5203
5204         * http.c (hparsestatline): Use mjr and mnr instead of major and
5205         minor, which don't compile on Ultrix.
5206         (http_loop): Use strcpy() to initialize tmp.
5207
5208         * all: Geturl -> Fetch
5209
5210 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
5211
5212         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
5213         ':'.
5214
5215         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
5216         moving `bufsize &&' to the beginning of each check in for-loops.
5217
5218         * recur.c (parse_robots): Close fp on exit.
5219
5220         * url.c (mymkdir): Check for each directory before creating.
5221
5222 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
5223
5224         * version.c: Changed version to 1.4b28.
5225
5226 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
5227
5228         * version.c: "Released" 1.4b27.
5229
5230         * init.c (parse_line): Use isspace.
5231         (parse_line): Free *com on all errors.
5232
5233         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
5234         (delelement): Use next instead of f->next and prev instead of
5235         f->prev.
5236         (delelement): Free the members of the deleted element.
5237
5238         * http.c (http_loop): Do not return RETROK on code != 20x.
5239
5240         * init.c (cleanup): Free opt.user_header.
5241         (cleanup): Free opt.domains.
5242
5243         * url.c (freelists): Moved to cleanup().
5244
5245         * http.c (hparsestatline): Docfix.
5246
5247         * main.c (main): Return with error status on unsuccesful
5248         retrieval.
5249
5250         * init.c (setval): Do not remove listing when mirroring.
5251
5252         * url.c (url_filename): Use opt.fileprefix.
5253
5254         * ftp.c (ftp_get_listing): Use url_filename to get filename for
5255         .listing.
5256
5257         * main.c (main): New option: -rn.
5258
5259 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
5260
5261         * Makefile.in (RM): Added RM = rm -f.
5262
5263         * host.c (clean_hosts): New function.
5264         (free_hlist): Just free the list, no reset.
5265
5266         * version.c: Changed version to 1.4b27.
5267
5268 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
5269
5270         * version.c: "Released" 1.4b26.
5271
5272         * retr.c (retrieve_from_file): If call get_urls_html with
5273         opt.spider to make it silent in spider mode.
5274
5275         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
5276
5277         * url.h (CLEANDUP): New macro.
5278
5279         * http.c (gethttp): Fixed a bug that freed location only when it
5280         was NULL.
5281
5282         * retr.c (retrieve_url): Free url if it will not be stored,
5283         i.e. newloc is NULL.
5284
5285         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
5286         old version would bug out on <a href="x#a"href="y">.
5287
5288         * html.h (state_t): New member in_quote.
5289
5290         * html.c (htmlfindurl): Free s->attr at the beginning of
5291         attr-loop.
5292
5293         * recur.c (recursive_retrieve): Recognize RCLEANUP.
5294         (tried_robots): Make hosts a global variable.
5295         (recursive_retrieve): Free constr after URL host optimization.
5296         (tried_robots): Free urlinfo before exiting.
5297
5298         * utils.c (free_slist): New function.
5299
5300         * recur.c (recursive_retrieve): Use flags to add cleanup
5301         possibility.
5302
5303         * main.c (main): Free filename after recursive_retrieve.
5304
5305         * http.c (gethttp): Store successful responses too.
5306
5307 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
5308
5309         * all: Constified the whole source.  This required some minor
5310         changes in many functions in url.c, possibly introducing bugs -- I
5311         hope not.
5312
5313         * ftp-basic.c: Removed last_respline.
5314
5315         * http.c (gethttp): Free type.
5316
5317         * host.c (same_host): Free real1 and real2.
5318
5319         * main.c (main): New option --spider.
5320
5321         * retr.c (get_contents): Don't reset errno.
5322
5323         * main.c (main): Sorted the options.
5324
5325         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
5326         uninitialized by select().
5327
5328         * http.c (http_loop): Print the time when the connection is
5329         closed.
5330         (gethttp): Debug-print the HTTP request.
5331
5332 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
5333
5334         * connect.c (iread): Do not try reading after timeout.
5335
5336         * main.c (main): Would bug out on -T.
5337
5338         * connect.c (select_fd): Do not use exceptfds.
5339         (iread): Set ETIMEDOUT on select_fd <= 0.
5340
5341         * version.c: Changed version to 1.4b26.
5342
5343 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
5344
5345         * version.c: "Released" 1.4b25.
5346
5347         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
5348         or link name.
5349
5350         * http.c (gethttp): Add errcode to struct hstat.
5351         (http_loop): Use it.
5352
5353         * url.c (no_proxy_match): Simplify using char** for no_proxy.
5354
5355         * options.h (struct options): Make opt.no_proxy a vector.
5356
5357         * utils.c (sepstring): Use !*s instead of !strlen(s).
5358
5359         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
5360         (getperms): Use ISODIGIT instead of isdigit.
5361
5362         * ftp.c (getftp): Print time.
5363
5364         * main.c (main): Use legible output of downloaded quantity.
5365
5366         * ftp.c (getftp): Use elapsed_time().
5367         (ftp_loop_internal): Use rate().
5368
5369         * http.c (http_loop): Add download ratio output; Use rate().
5370
5371         * utils.c (rate): New function.
5372
5373 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
5374
5375         * http.c (http_loop): Use timer.
5376
5377         * ftp.c: Split to ftp-basic.c and ftp.c
5378
5379         * utils.c (reset_timer): New function.
5380         (elapsed_time): New function.
5381
5382         * retr.c (show_progress): Make bytes_in_line and offs long; should
5383         work on 16-bit machines.
5384
5385 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
5386
5387         * url.c (in_acclist): New argument backward.
5388
5389         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
5390         a file should be retrieved according to suffix.
5391         (ftp_get_listing): Check the return value of unlink; Do not call
5392         ftp_retrieve_dirs if depth reached maxreclevel.
5393         (ftp_retrieve_dirs): Check whether the directory is in
5394         exclude-list.
5395
5396         * main.c (main): Print the version number at the beginning of
5397         DEBUG output.
5398         (main): Use strrchr when creating exec_name.
5399
5400         * ftp.c (ftp_retrieve_glob): Do not close control connection.
5401
5402         * version.c: Changed version to 1.4b25.
5403
5404 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
5405
5406         * version.c: "Released" 1.4b24.
5407
5408         * Makefile.in: Rewrite.
5409
5410         * ftp.c (ftp_loop_internal): Likewise.
5411
5412         * retr.c (time_str): Check for failed time().
5413
5414         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
5415         HTML3.0.
5416
5417         * retr.c (time_str): Return time_t *.
5418
5419         * connect.c (bindport): Close msock on unsuccesful bind.
5420         (bindport): The same for getsockname and listen.
5421
5422         * retr.c (retrieve_url): Allow any number of retries on
5423         proxy.
5424
5425         * http.c (gethttp): Do not treat errno == 0 as timeout.
5426         (http_loop): Likewise.
5427         (http_loop): Cosmetic changes.
5428
5429         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
5430
5431         * retr.c (get_contents): Reset errno.
5432
5433         * ftp.c (getftp): Minor fixes.
5434
5435 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
5436
5437         * http.c: Do not use backups.
5438
5439         * geturl.1 (WARNING): Warn that man-page could be obsolete.
5440
5441         * getopt.c (getopt_long): Moved to getopt.c
5442
5443         * geturl.texi: Enhanced.
5444
5445         * main.c (main): Use it.
5446
5447         * recur.c (convert_all_links): New function.
5448
5449         * utils.c (add_slist): New argument flags.
5450
5451         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
5452         (parse_robots): Do not chuck out empty value fields.
5453         (parse_robots): Make yourself welcome on empty Disallow.
5454
5455         * version.c: Changed version to 1.4b24.
5456
5457 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
5458
5459         * version.c: "Released" 1.4b23.
5460
5461         * ftp.c (ftp_loop_internal): Get the time after getftp.
5462
5463         * Makefile.in (install.info): New target.
5464         (install): Use it.
5465
5466         * http.c (http_loop): Fix output when doing -O.
5467
5468 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
5469
5470         * geturl.texi: New file.
5471
5472         * main.c (main): Do not print the warnings and download summary if
5473         opt.quiet is set.
5474
5475         * version.c: Changed version to 1.4b23.
5476
5477 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
5478
5479         * "Released" 1.4b22.
5480
5481         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
5482         to avoid redefinition warnings.
5483
5484         * host.c (store_hostaddress): Use memcpy() to copy the address
5485         returned by inet_addr.
5486
5487         * version.c: Changed version to 1.4b22.
5488
5489 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
5490
5491         * version.c: "Released" 1.4b21.
5492
5493         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
5494
5495         * ftp.c (ftp_port): Use conaddr.
5496         (getftp): Print the file length.
5497         (ftp_retrieve_list): Check the stamps of plain files only.
5498
5499         * connect.c (closeport): Do not call shutdown().
5500         (conaddr): New function.
5501
5502         * html.c (ftp_index): Made it dfp-aware.
5503
5504         * init.c (cleanup): New name of freemem. Close opt.dfp.
5505
5506         * ftp.c (getftp): Use opt.dfp if it is set.
5507
5508         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
5509
5510         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
5511         CWDs to be sent with recursive FTP retrievals.
5512
5513 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
5514
5515         * recur.c (parse_robots): Made it more compliant with "official"
5516         specifications.
5517
5518         * http.c: New function.
5519
5520         * ftp-unix.c (ftp_parse_ls): Added better debug output.
5521
5522         * ftp.c (getftp): Print out the LIST in case of
5523         opt.print_server_response.
5524
5525         * version.c: Changed version to 1.4b21.
5526
5527 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
5528
5529         * version.c: "Released" 1.4b20.
5530
5531         * README: Update.
5532
5533         * http.c (gethttp): Preset lengths of various headers instead of
5534         calculating them dynamically.
5535         (gethttp): Check for 206 partial contents.
5536
5537 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
5538
5539         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
5540
5541         * http.c (gethttp): Send the port number in the Host: header.
5542
5543 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
5544
5545         * http.c (gethttp): Send host: header.
5546         (gethttp): Add the possibility of user-defined headers.
5547         (gethttp): Move decision about pragma: no-cache to http_loop,
5548         where it belongs.
5549         (gethttp): Pass a struct instead of enormous argument list.
5550         (http_loop): Use a new, fancier display format.
5551         (ftp_loop): Likewise.
5552
5553         * main.c: (hangup): Turn off buffering of the new log file.
5554
5555         * install-sh: Likewise.
5556
5557         * config.sub: Replace with the one in autoconf-2.10
5558
5559         * geturl.1: Update.
5560
5561         * init.c: New options httpuser and httppasswd.
5562
5563         * http.c: (base64_encode_line): New function.
5564         (gethttp): Send authentication.
5565
5566         * connect.c (make_connection): Use store_hostaddress.
5567
5568 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
5569
5570         * host.c (store_hostaddress): New function.
5571
5572         * NEWS: Update.
5573
5574         * http.c (hgetrange): New function.
5575         (gethttp): Use ranges.
5576
5577         * utils.c (numdigit): Accept long instead of int.
5578
5579         * http.c (http_loop): Add restart capabilities.
5580
5581         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
5582         being used uninitialized.
5583         (ftp_retrieve_list): Similar fix.
5584
5585         * host.c (add_hlist): Fixed a bug that could cause cmp being used
5586         uninitialized.
5587
5588         * url.c (construct_relative): New function.
5589
5590         * recur.c (recursive_retrieve): Use it.
5591
5592         * retr.c (convert_links): New function.
5593
5594 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
5595
5596         * url.c (free_urlpos): New function.
5597
5598         * recur.c (recursive_retrieve): Adapt.
5599
5600         * url.c (get_urls_html): Return a linked list instead of a vector.
5601
5602         * url.c (get_urls_file): Return a linked list instead of a vector.
5603
5604         * geturl.1: Update.
5605
5606         * http.c (gethttp): Implement it.
5607
5608         * init.c (setval): New option: SAVEHEADERS
5609
5610         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
5611         be retrieved. Lack of this test caused bugs when the connection
5612         was lost during listing.
5613
5614         * retr.c (retrieve_url): Fixed a bug that caused
5615         coredumps. *newloc is now reset by default.
5616         (retrieve_url): Lift the twenty-tries limit on proxies.
5617
5618         * version.c: Changed version to 1.4b20.
5619
5620 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
5621
5622         * version.c: "Released" 1.4b19.
5623
5624 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
5625
5626         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
5627         (getftp): Changed prototype to accept ccon *.
5628
5629 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
5630
5631         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
5632         incorrect values to files pointed to by symbolic links.
5633         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
5634
5635 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
5636
5637         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
5638
5639         * main.c (main): New option: --user-agent.
5640
5641         * geturl.1: Ditto.
5642
5643         * init.h: Ditto.
5644
5645         * init.c (setval): Ditto.
5646
5647         * main.c (main): Rename "server-headers" to "server-response".
5648
5649         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
5650         executables in 'ls -F' listings.
5651
5652 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
5653
5654         * url.c (parseurl): Remove realloc() and sprintf().
5655         (str_url): Get rid of sprintf().
5656
5657         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
5658         servers.
5659
5660         * url.h (URL_CLEANSE): Made it else-resistant.
5661         (USE_PROXY): New macro.
5662
5663 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
5664
5665         * NEWS: Update.
5666
5667         * version.c: Changed version to 1.4b19.
5668
5669 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
5670
5671         * version.c: "Released" 1.4b18.
5672
5673         * url.c: Made it reallocate space exponentially.
5674
5675 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
5676
5677         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
5678         the list of stuff to fetch.
5679
5680 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
5681
5682         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
5683         -Fi.
5684
5685         * html.c (htmlfindurl): Rewrite.
5686
5687         * http.c (gethttp): Use opt.proxy_cache.
5688
5689         * main.c (main): Added --cache option.
5690
5691         * ftp.c (ftp_response): Print server response if opt.print_server
5692         response is set.
5693         (getftp): Print newlines after each request if the server response
5694         is to be printed.
5695         (ftp_response): Copy the last response line to last_respline.
5696
5697         * http.c (gethttp): Add Pragma: nocache for retried
5698         proxy-retrievals.
5699
5700         * ftp.c (getftp): Use it.
5701
5702         * retr.c (buf_discard): New function.
5703
5704         * ftp.c (ftp_response): Use buf_readchar().
5705         (getftp): Flush the control connection buffer before calling
5706         get_contents().
5707
5708         * retr.c (buf_readchar): New function.
5709         (buf_flush): New function.
5710         (get_contents): Use buf_readchar() instead of read(x, x, 1).
5711         (get_contents): Use buf_flush.
5712
5713 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
5714
5715         * ftp.c: Incorporate changes to ftp_response.
5716
5717         * ftp.c (ftp_response): Allocate the server response dynamically,
5718         as in read_whole_line and fetch_next_header.
5719
5720         * utils.c (read_whole_line): Fixed a bug that prevented reading
5721         the last line if it is not \n-terminated. Also fixed a possible
5722         memory overflow.
5723
5724         * http.c (fetch_next_header): Return malloc-ed string as large as
5725         needed.
5726         (gethttp): Use new fetch_next_header.
5727
5728 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
5729
5730         * http.c (hgetlen): Compute the header length the first time only.
5731         (hgettype): Ditto.
5732         (hgetlocation): Ditto.
5733         (hgetmodified): Ditto.
5734
5735 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
5736
5737         * sample.geturlrc: Update.
5738
5739 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
5740
5741         * http.c (http_loop): Ditto.
5742
5743         * ftp.c (getftp): Open the output file as binary.
5744
5745         * version.c: Changed version to 1.4b18.
5746
5747 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
5748
5749         * version.c: "Released" 1.4b17.
5750
5751         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
5752         instead of failed assertion.
5753
5754 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
5755
5756         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
5757         if a file of that name already exists.
5758
5759 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
5760
5761         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
5762
5763         * config.h.in: Define gethostbyname as Rgethostbyname when using
5764         Socks.
5765
5766         * configure.in: Check for -lresolv if using Socks.
5767
5768         * version.c: Changed version to 1.4b17.
5769
5770 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
5771
5772         * version.c: "Released" 1.4b16.
5773
5774         * http.c (gethttp): More intelligent check for first line of HTTP
5775         response.
5776         (gethttp): Would bug out on time-stamping.
5777
5778         * version.c: Changed version to 1.4b16.
5779
5780 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
5781
5782         * version.c: Released 1.4b15.
5783
5784         * http.c (http_loop): Print \n after the loop entry, not before.
5785
5786         * url.c (url_filename): Use ISDOT.
5787
5788         * url.h (ISDOT): New macro.
5789
5790         * recur.c (recursive_retrieve): Change only opt.recursive for
5791         following FTP.
5792
5793 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
5794
5795         * socks/geturl.cgi: Fixed version No.
5796
5797         * socks/download-netscape.html: Ditto.
5798
5799         * socks/download.html: Changed socks.html to download.html.
5800
5801 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
5802
5803         * url.c (url_filename): Check for opt.dirstruct instead for
5804         opt.recursive && opt.dirstruct.
5805
5806         * init.c (defaults): Ditto.
5807         (defaults): Reset dirstruct by default.
5808         (setval): Set opt.dirstruct whenever setting recursive.
5809
5810         * init.h: Removed FORCEDIRHIER.
5811
5812         * INSTALL: Added -L to socks-description.
5813
5814         * version.c: Changed version to 1.4b15.
5815
5816 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
5817
5818         * version.c: "Released" 1.4b14.
5819
5820         * geturl.1: Update AUTHOR to include Rosella as contributor.
5821
5822         * NEWS: Update.
5823
5824         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
5825
5826         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
5827         (cal_time): Fix == to eq.
5828
5829         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
5830
5831         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
5832
5833         * Makefile.in: Use @VERSION@.
5834
5835         * configure.in: Check version from version.c.
5836
5837         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
5838
5839         * socks/download.html: Created from download-netscape.html, made
5840         HTML-2.0 compliant.
5841
5842         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
5843         following FTP links from recursions.
5844
5845 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
5846
5847         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
5848         absolute directories correctly.
5849
5850         * version.c: Changed version to 1.4b14.
5851
5852 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
5853
5854         * version.c: "Released" 1.4b13.
5855
5856         * url.c (make_backup): New function.
5857
5858         * http.c (http_loop): Make a backup copy of the local file (using
5859         rename(2)) before opening it.
5860
5861         * main.c (main): Added --backups.
5862
5863         * host.c (ftp_getaddress): Bail out on failed mycuserid().
5864         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
5865         (ftp_getaddress): Check for empty, null or (null) domain.
5866
5867         * url.c (get_urls_html): If this_url is NULL, the base must have a
5868         protocol.
5869         (parseurl): Use has_proto.
5870
5871         * retr.c (retrieve_url): Warn when proxy is used with more than 20
5872         retries.
5873
5874         * url.c (mkstruct): Create the directory (calling mymkdir()) only
5875         if it is not already there.
5876         (has_proto): New function.
5877         (get_urls_html): Eliminate the remaining call to findurl -- use
5878         has_proto.
5879
5880         * geturl.1: Ditto.
5881
5882         * main.c: Change -X to -x.
5883
5884         * url.c (url_filename): Simplify creation of filename if
5885         prefix_files is set.
5886         (url_filename): Simplify everything. And I do mean *everything*.
5887         (mkstruct): Add dir_prefix before hostname.
5888         (path_simplify): Fixed a bug that caused writing outside the path
5889         string in case of "." and ".." path strings.
5890
5891 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
5892
5893         * init.c: Added --mirror.
5894
5895         * main.c (main): Added -X to force saving of directory hierarchy.
5896
5897         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
5898         (ftp_retrieve_list): Check whether quota is exceeded.
5899
5900         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
5901
5902         * http.c (gethttp): Use referer if present.
5903
5904         * recur.c (recursive_retrieve): Set u->referer before calling
5905         retrieve_url.
5906
5907         * url.c (newurl): Use memset to nullify the struct members.
5908         (freeurl): Free the referer field too.
5909
5910         * url.h: Added referer to urlinfo.
5911
5912         * geturl.1: Updated the manual to document some of the new features.
5913
5914         * utils.c (numdigit): Moved from url.c.
5915
5916         * README: Rewritten.
5917
5918         * config.h.in: Add the support for socks.
5919
5920         * configure.in: Add the support for socks.
5921
5922         * url.c (url_filename): If the dir_prefix is ".", work with just
5923         the file name.
5924         (url_filename): Do not look for .n extensions if timestamping if
5925         turned on.
5926
5927         * retr.c (show_progress): Skip the over-abundant restval data, and
5928         print the rest of it with ',' instead of '.'.
5929
5930 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
5931
5932         * retr.c (show_progress): Changed second arg. to long (as it
5933         should be).
5934         (show_progress): Moved to retr.c.
5935         (get_contents): Moved to retr.c.
5936
5937         * version.c: Change version to 1.4b13.
5938
5939 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
5940
5941         * url.c (in_acclist): Would return after the first suffix.
5942
5943 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
5944
5945         * version.c: "Released" 1.4b12.
5946
5947         * url.c (path_simplify): More kludgifications.
5948         (get_urls_html): Use new parameters for htmlfindurl.
5949
5950         * html.c: Removed memorizing "parser states", since the new
5951         organization does not require them.
5952
5953         * init.c (run_geturlrc): Use read_whole_line.
5954
5955         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
5956
5957         * recur.c (parse_robots): Use read_whole_line.
5958
5959         * utils.c (read_whole_line): New function.
5960
5961         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
5962
5963         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
5964         tested on OSF and Ultrix.
5965         (add_hlist): New function.
5966         (free_hlist): New function.
5967         (search_host): New function.
5968         (search_address): New function.
5969         (realhost): Use search_host, search_address and add_hlist.
5970         (same_host): Replaced realloc() with strdupdelim(), made
5971         case-insensitive, fixed a memory leak.
5972
5973         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
5974         tm_min, like intended.
5975
5976         * version.c: Change user agent information to
5977         Geturl/version.
5978
5979 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
5980
5981         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
5982
5983         * url.c (acceptable): Always accept directories.
5984
5985         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
5986         servers by stripping trailing @ from symlinks and trailing / from
5987         directories.
5988
5989         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
5990
5991         * url.c (skip_url): Use toupper instead of UCASE.
5992
5993         * host.c (sufmatch): Made it case-insensitive.
5994
5995         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
5996         (match_backwards): New function, instead of
5997         match_backwards_or_pattern.
5998
5999         * recur.c (recursive_retrieve): Increased performance by
6000         introducing inl, which reduces number of calls to in_slist to only
6001         one.
6002
6003         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
6004         routine to use.
6005
6006         * main.c (printhelp): Removed the warranty stuff.
6007
6008 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
6009
6010         * url.c (add_slist): Simplify.
6011         (match_backwards_or_pattern): New function.
6012         (in_acclist): Use match_backwards_or_pattern.
6013         (matches): Remove.
6014
6015 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
6016
6017         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
6018         recursive.
6019
6020         * html.c (ftp_index): Fixed to work. Beautified the output.
6021
6022         * ftp.c (ftp_retrieve_glob): Another argument to control whether
6023         globbing is to be used.
6024         (ftp_retrieve_list): Compare the time-stamps of local and remote
6025         files to determine whether to download.
6026
6027 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
6028
6029         * ftp.c (rel_constr): New function.
6030
6031         * retr.c (retrieve_from_file): Check for text/html before
6032         retrieving recursively.
6033
6034         * main.c (main): Check whether the file is HTML before going into
6035         recursive HTML retrieving.
6036
6037         * ftp.c (ftp_retrieve_list): Manage directories.
6038         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
6039         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
6040         initialized, causing bugchecks in getftp to fail.
6041
6042         * configure.in: Check for symlink.
6043
6044         * ftp.c (ftp_retrieve_list): Added support for symlinks.
6045
6046         * version.c: "Released" 1.4b10.
6047
6048         * atotm.c (atotm): Redeclared as time_t.
6049
6050         * init.c: New variable "timestamping".
6051
6052         * main.c (main): New option 'N'.
6053
6054         * http.c (hgetlocation): Case-insensitive match.
6055         (hgetmodified): New function.
6056         (http_loop): Implement time-stamping.
6057
6058 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
6059
6060         * version.c: Changed version to 1.4b10
6061
6062         * atotm.c: New file, from phttpd.
6063
6064         * options.h (struct options): New parameter timestamping.
6065
6066         * version.c: 1.4b9 "released".
6067
6068         * recur.c (recursive_retrieve): Used linked list (ulist) for
6069         faster storing of URLs.
6070
6071         * url.c (get_urls_html): Removed the old kludge with comparing the
6072         outputs of htmlfindurl and findurl.
6073         (get_urls_html): Added better protocol support here.
6074         (create_hash): Removed, as well as add_hash and in_hash.
6075         (addslist): New function.
6076         (in_slist): ditto
6077
6078         * version.c: Released 1.4b8, changed version to b9.
6079
6080 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
6081
6082         * ftp.c (freefileinfo): New function.
6083         (delelement): New function.
6084
6085         * everywhere: GPL!
6086
6087         * ftp.c (ftp_loop): Use ccon.
6088         (ftp_retrieve_glob): Likewise.
6089
6090         * ftp.h: Define ccon, to define status of control connection.
6091
6092         * ftp.c (ftp_get_listing): New function.
6093         (ftp_retrieve_more): New function.
6094         (ftp_retrieve_glob): New function.
6095
6096 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
6097
6098         * configure.in: Removed the search for cuserid().
6099
6100         * init.c (getmode): Renamed to getperms.
6101
6102 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
6103
6104         * version.c: New version.
6105
6106         * main.c (hangup): New function, that handles hangup. Hangup
6107         signal now causes geturl to stop writing on stdout, and to write
6108         to a log file.
6109
6110         * ftp.c (getftp): "Released" 1.4b7.
6111
6112         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
6113         (ftp_index): Use fileinfo/urlinfo.
6114
6115         * ftp-unix.c (ftp_parse_ls): New function.
6116         (symperms): New function.
6117
6118         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
6119
6120         * retr.c (retrieve_url): Added FTP support.
6121
6122 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
6123
6124         * geturl.h: Removed NOTFTP2HTML enum.
6125         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
6126
6127         * ftp.c (getftp): Resynched with urlinfo.
6128         (getftp): Removed HMTL-ization of index.html from getftp.
6129
6130         * version.c: 1.4b6 "released".
6131
6132         * options.h (options): New struct, to keep options in.
6133
6134         * http.c (http_loop,gethttp): Synched with proxy.
6135
6136         * retr.c (retrieve_url): Implemented proxy retrieval.
6137
6138         * main.c (main): Use retrieve_from_file.
6139
6140 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
6141
6142         * retr.c (retrieve_from_file): New function.
6143
6144         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
6145         can be found in u->proto.
6146
6147         * ftp.c (ftp_response): Fixed to accept multi-line responses as
6148         per RFC 959.
6149
6150         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
6151
6152         * url.c (mymkdir): Removed the file of the same name, if one
6153         exists.
6154         (isfile): New function.
6155         (mkstruct): Fixed the '/' glitches.
6156         (path_simplify): Hacked to treat something/.. correctly.
6157
6158 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
6159
6160         * http.c (gethttp): Close the socket after error in headers.
6161         (http_loop): HEOF no longer a fatal header.
6162
6163         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
6164         simplifies the syntax of calling retrieve_url.
6165
6166         * recr.c (recursive_retrieve): Modified to use get_urls_html.
6167
6168         * url.c (get_urls_file): New function.
6169         (get_urls_html): New function.
6170
6171         * recr.c (recursive_retrieve): Patched up to conform to the
6172         standards.
6173
6174         * http.c (gethttp): Synched with the rest...
6175         (gethttp): Treat only CONREFUSED specially, with connection
6176         errors.
6177
6178         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
6179
6180 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
6181
6182         * http.c (http_loop): New function.
6183
6184         * loop.c: Removed *lots* of stuff from retrieve_url.
6185
6186         * url.c (parseurl): Changed to work with urlinfo. Integrated
6187         username finding and path parsing.
6188         (newurl): New function.
6189         (freeurl): New function.
6190         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
6191         (url_filename): Likewise.
6192         (path_simplify): Accept relative paths too.
6193         (opt_url): Made urlinfo-compliant, removed bogosities.
6194         (path_simplify): Expanded to accept relative paths.
6195         (str_url): A replacement for hide_url
6196         (decode_string): Fixed a bug that caused malfunctioning when
6197         encountering an illegal %.. combination.
6198         (opt_url): Removed the argument. Dot-optimizations are now default.
6199
6200         * nmalloc.c (strdupdelim): New function.
6201
6202         * url.h: Added the urlinfo structure
6203
6204 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
6205
6206         * url.c (hide_url): Thrown out the protocol assertion. Do not
6207         change the URL if the protocol if not recognized.
6208         (findurl): Put continue instead of break.
6209
6210 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
6211
6212         * sample.geturlrc: Changed the defaults to be commented out and
6213         harmless (previous defaults caused pains if copied to
6214         ~/.geturlrc).
6215
6216         * http.c (gethttp): Print the HTTP request in debug mode.
6217
6218         * connect.c (iread): Added EINTR check loop to select-ing
6219         too. EINTR is now correctly handled with select().
6220
6221         * TODO: new file
6222
6223 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
6224
6225         * host.c (same_host): Made the function a little bit more
6226         intelligent regarding diversified URL syntaxes.
6227
6228         * url.c (skip_url): Spaces are now skipped after URL:
6229
6230         * Released 1.3.1 with the patch to prevent crashing when sending
6231         NULL to robot* functions and the patch to compile "out of the box"
6232         on AIX.
6233
6234         * recr.c (recursive_retrieve): Added checking whether this_url is
6235         NULL when calling the robot functions.
6236
6237         * ChangeLog: New file.