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