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