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