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