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