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