]> sjero.net Git - wget/blob - src/ChangeLog
[svn] Fixed a timeout problem in src/retr.c:fd_read_body when using http_proxy.
[wget] / src / ChangeLog
1 2004-11-18  Mauro Tortonesi <mauro@deepspace6.net>
2
3         * connect.c: Minor correction to the comment in front of fd_peek.
4
5 2004-11-18  Leonid Petrov <nouser@lpetrov.net>
6
7         * retr.c: Fix a timeout problem in fd_read_body when using http_proxy.
8
9 2004-11-15  YAMAZAKI Makoto <Yamazaki.Makoto@fujixerox.co.jp>
10
11         * netrc.c: Fix termination by assertion bug in netrc parsing.
12
13 2004-05-09  David Fritz  <zeroxdf@att.net>
14
15         * mswindows.c (fake_fork): Pass entire command line to the child
16         process.
17
18 2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
19
20         * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
21
22 2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
23
24         * http.c (gethttp): Send the Proxy-Authorization header over
25         non-SSL connections too.
26
27 2004-03-25  David Fritz  <zeroxdf@att.net>
28
29         * mswindows.c (fake_fork_child): Ignore error code when
30         OpenFileMapping() fails; assume it failed because the object does
31         not exist.
32
33 2004-03-24  David Fritz  <zeroxdf@att.net>
34
35         * mswindows.c (fake_fork): New function.
36
37         * mswindows.c (fork_to_background): Use it.
38
39 2004-03-19  David Fritz  <zeroxdf@att.net>
40
41         * mswindows.c (ws_hangup): Incorporate old fork_to_background()
42         code.  Add event name argument.
43         (fork_to_backgorund): Now a simple wrapper around ws_hangup().
44         (ws_handler): Correctly handle the case when neither CTRLC_BACKGND
45         nor CTRLBREAK_BACKGND are defined.  Don't bother handling close,
46         logoff, or shutdown events.  Call ws_hangup() with the correct
47         event name; don't assume it was CTRL+Break.
48
49 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
50
51         * url.c (url_parse): Decode %HH sequences in host name.
52
53 2004-03-04  Hrvoje Niksic  <hniksic@xemacs.org>
54
55         * convert.c (local_quote_string): Quote "#" as "%23" and "%" as
56         "%25" when creating links to local files.
57
58 2004-03-02  David Fritz  <zeroxdf@att.net>
59
60         * mswindows.c (ws_percenttitle): Guard against future changes by
61         doing nothing if the proper variables have not been initialized.
62         Clamp percentage value.
63
64 2004-03-04  Gisle Vanem  <giva@bgnett.no>
65
66         * retr.c (fd_read_body): Don't change console title if quiet.
67
68 2004-02-25  David Fritz  <zeroxdf@att.net>
69
70         * mswindows.c (set_sleep_mode): Remove argument and return value.
71         Call GetModuleHandle() instead of LoadLibrary()/FreeLibrary() for
72         kernel32.dll.  Use typedef for function-pointer.  Don't cast
73         l-value.  Don't use dereference operator when calling through
74         function-pointer.
75         (ws_startup): Update call to set_sleep_mode().
76         (ws_cleanup): Remove call to set_sleep_mode().
77
78 2004-02-23  David Fritz  <zeroxdf@att.net>
79
80         * http.c (http_loop): Ditto.
81
82         * ftp.c (ftp_loop_internal): Update call to ws_changetitle().
83
84         * main.c (main): Don't bother calling ws_changetitle().
85
86         * mswindows.h (ws_changetitle): Update prototype.
87
88         * mswindows.c (ws_changetitle): Remove second argument.  Use
89         xfree_null().
90         (ws_percenttitle): Only update title when percentage has changed.
91
92 2004-02-23  David Fritz  <zeroxdf@att.net>
93
94         * mswindows.h: Ditto.
95
96         * mswindows.c: Misc. formatting/comment tweaks throughout.
97
98 2004-02-20  David Fritz  <zeroxdf@att.net>
99
100         * main.c (print_help): Remove call to ws_help().
101
102         * mswindows.c (ws_help): Remove.
103
104         * mswindows.h (ws_help): Remove.
105
106 2004-02-16  David Fritz  <zeroxdf@att.net>
107
108         * init.c (home_dir): Use aprintf() instead of xmalloc()/sprintf().
109         Under Windows, if $HOME is not defined, use the directory that
110         contains the Wget binary instead of hard-coded `C:\'.
111         (wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
112         not found, look for wget.ini in the directory of the Wget binary.
113
114         * mswindows.c (ws_mypath): Employ slightly more robust methodology.
115         Strip trailing path separator.
116
117 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
118
119         * http.c (gethttp): Respect --ignore-length.
120         (gethttp): Inhibit keep-alive if --ignore-length is specified.
121
122 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
123
124         * connect.c (sockaddr_set_data): Zero out
125         sockaddr_in/sockaddr_in6.  Apparently BSD-derived stacks need this
126         when binding a socket to local address.
127
128 2004-02-04  Hrvoje Niksic  <hniksic@xemacs.org>
129
130         * hash.c: Make the file compilable outside Wget source tree when
131         -DSTANDALONE is used.
132
133 2004-01-29  Hrvoje Niksic  <hniksic@xemacs.org>
134
135         * utils.c (determine_screen_width): Return 0 if not running on
136         Windows or on a TIOCGWINSZ-capable system.
137
138 2004-01-28  David Fritz  <zeroxdf@att.net>
139
140         * utils.c (determine_screen_width): Correctly determine console
141         width under Windows.
142
143 2004-01-28  Christian Biere  <christianbiere@gmx.de>
144
145         * progress.c (bar_set_params): Fixed syntax error when HAVE_ISATTY
146         was undefined.
147
148         * ftp.c (ftp_loop_internal): Allocate a larger buffer in case
149         "try" gets translated to something large.  Ditto in http_loop in
150         http.c.
151
152         * http.c (response_header_copy): Don't write to buf[BUFSIZE].
153
154         * ftp-opie.c (skey_response): Eliminate unnecessary string
155         concatenation; just call gen_md5_update twice.
156
157 2004-01-25  Hrvoje Niksic  <hniksic@xemacs.org>
158
159         * utils.c (xsleep): Don't call usleep with values larger than
160         1,000,000.
161
162 2003-12-16  Hrvoje Niksic  <hniksic@xemacs.org>
163
164         * http.c (gethttp): Fix generation of `Content-Length'.
165
166 2003-12-15  Gisle Vanem  <giva@bgnett.no>
167
168         * url.c (url_skip_credentials): Fixed return value; 'url' if no
169         credentials.
170
171 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
172
173         * url.c (url_skip_credentials): Return a pointer directly.
174
175 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
176
177         * url.c (url_file_name): Ditto.
178         (parse_errors): Ditto.
179
180         * retr.c (retr_rate): Ditto.
181
182         * progress.c (create_image): Ditto.
183
184         * netrc.c (parse_netrc): Ditto.
185
186         * main.c (struct cmdline_option): Ditto.
187         (redirect_output_signal): Ditto.
188
189         * init.c (commands): Ditto.
190
191         * ftp-ls.c (ftp_index): Ditto.
192
193         * cookies.c (check_domain_match): Declare the pointer to a literal
194         string as `const'.
195
196 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
197
198         * retr.c (fd_read_body): Pass total size to progress_create, not
199         the remaining amount.
200
201 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
202
203         * retr.c (fd_read_body): Don't fiddle with "interactive timeout"
204         if read timeout is unset.
205
206 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
207
208         * connect.c (bind_local): Don't set the IPV6_V6ONLY option on the
209         socket.
210
211 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
212
213         * url.c (url_file_name): Respect the setting of
214         opt.protocol_directories.
215
216         * main.c (main): Only check for ret=='?' when longindex is unset.
217         (option_data): New option --protocol-directories.
218
219 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
220
221         * ftp.c (getftp): Ditto.
222
223         * http.c (gethttp): Correctly calculate bandwidth as total data
224         read divided with download time.
225
226         * retr.c (fd_read_body): Separate the return values for data
227         written and read.
228
229 2003-12-05  Hrvoje Niksic  <hniksic@xemacs.org>
230
231         * http.c (H_REDIRECTED): Respect the HTTP/1.1 "303 See Other"
232         response code.
233         Suggested by Dan Razzell.
234
235 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
236
237         * retr.c (fd_read_body): Report the amount of data *written* as
238         amount_read.  This is not entirely logical, but that's what the
239         callers expect, and it's not easy to change.
240
241         * ftp.c (ftp_loop_internal): Ditto.
242
243         * http.c (http_loop): Be smarter about assigning restval; if we're
244         in the nth pass of a download, simply use the information we have
245         about how much data has been retrieved as restval.
246
247         * ftp.c (getftp): Ditto for FTP "REST" command.
248
249         * http.c (gethttp): When the server doesn't respect range, skip
250         the first RESTVAL bytes of the read body.  Never truncate the
251         output file.
252
253         * retr.c (fd_read_body): Support skipping initial STARTPOS octets.
254
255 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
256
257         * http.c (skip_short_body): Renamed skip_body to skip_short_body;
258         don't bother calling fd_read_body.
259
260 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
261
262         * retr.c (fd_read_body): Sanitize arguments and document them
263         better.  Make sure the timer is created and updated only if
264         necessary.  Updated callers.
265
266 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
267
268         * http.c (skip_body): New function.
269         (gethttp): Use it to skip the body of the responses we don't care
270         to download.  That allows us to reuse the connection.
271         (gethttp): Trust that the HEAD requests will not generate body
272         data.
273
274         * retr.c (fd_read_body): Don't write to OUT if it's NULL.
275
276 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
277
278         * http.c (gethttp): Initialize SSL only the first time when SSL
279         URL is downloaded.
280
281 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
282
283         * cookies.c (cookie_header): Only generate the contents of the
284         header, not the leading "Cookie: " or the trailing "\r\n".
285
286         * http.c (gethttp): When adding headers specified with `--header',
287         allow them to override the headers generated by Wget.
288
289         * init.c (cmd_spec_header): Made opt.user_headers a vector.
290
291         * http.c (request_new): New function.  Returns a request structure
292         which can be modified in various ways, most notably by adding HTTP
293         headers to the request.
294         (request_set_header): New function for adding the header to the
295         request.  If the header is already available, it gets replaced.
296         (request_send): Construct and send the request.
297         (gethttp): Use the request_* functions to generate the request.
298
299 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
300
301         * http.c (gethttp): Don't include the Proxy-Authorization header
302         in the request tunneled through proxy.
303
304 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
305
306         * http.c (gethttp): Use the CONNECT handle to establish SSL
307         passthrough through non-SSL proxies.
308
309 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
310
311         * init.c: Don't #include netinet/Winsock stuff.
312
313 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
314
315         * http.c: Deleted the old functions header_process,
316         header_extract_number, header_exists, header_strdup,
317         http_process_range, http_process_none, http_process_type, and
318         http_process_connection.
319
320         * http.c (response_new): New function.
321         (response_header_bounds): Ditto.
322         (response_header_copy): Ditto.
323         (response_header_strdup): Ditto.
324         (response_status): Ditto.
325         (gethttp): Use the new response_* functions to parse the response.
326         Support HTTP/0.9 responses.
327
328 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
329
330         * progress.c (create_image): Don't calculate ETA if nothing has
331         been downloaded yet, because it causes division by zero.
332
333 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
334
335         * connect.c (bind_local): Rename sa_len to addrlen because IRIX
336         headers define sa_len as a macro.
337
338 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
339
340         * html-parse.c (convert_and_copy): Remove embedded newlines when
341         AP_TRIM_BLANKS is specified.
342
343 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
344
345         * ftp.c: Set con->csock to -1 where rbuf_uninitialize was
346         previously used.
347
348 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
349
350         * Makefile.in (http$o): Added the trailing backslash that was
351         missing.
352
353 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
354
355         * headers.c: Removed.  The file is no longer relevant, now that no
356         special handling of headers is done by the rbuf code.  Moved
357         portions to http.c.
358
359 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
360
361         * rbuf.c: Removed.
362
363         * ftp-basic.c (ftp_response): Use fd_read_line.  No longer use
364         struct rbuf.  Updated all callers.
365
366         * http.c (gethttp): Use fd_read_head to read all the headers in
367         one go.
368         (next_header): New function.
369
370         * retr.c (fd_read_line): New function: reads a line from FD,
371         leaving the rest of the data unread.
372         (fd_read_head): New function.
373
374         * connect.c (fd_peek): New function, implements peeking.
375         (poll_internal): New function.
376         (fd_read): Use it.
377         (fd_write): Ditto.
378         (fd_peek): Ditto.
379         (fd_register_transport): Allow registering a "peeker" callback.
380
381 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
382
383         * connect.c: Renamed xread/xwrite/xclose to
384         fd_read/fd_write/fd_close.  The "x" prefix is not appropriate
385         because the semantics have diverged from read/write/close too
386         significantly.  Updated all callers.
387
388 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
389
390         * connect.c (sock_write): It's not necessary to initialize RES.
391
392 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
393
394         * main.c (main): Don't reference opt.ipv4_only and opt.ipv6_only
395         if IPv6 is disabled.
396
397 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
398
399         * connect.c (socket_has_inet6): Only compile it if IPv6 is enabled
400         and AI_ADDRCONFIG is missing.
401
402 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
403
404         * gen_sslfunc.c (ssl_init_prng): Warn the user when using a weak
405         random seed.
406
407 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
408
409         * host.c (address_list_contains): Renamed address_list_find to
410         address_list_contains because its result is boolean.
411
412 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
413
414         * connect.c (select_fd): Return 1 if select is not available.
415
416 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
417
418         * connect.c (connect_to_host): Don't reference address list after
419         releasing it.
420
421 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
422
423         * main.c (print_help): Fix alignment of FTP options output.
424
425 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
426
427         * host.c (lookup_host): Check for the ability to create IPv6
428         sockets here.
429
430         * init.c (defaults): Don't auto-set --inet4-only on IPv6-less
431         systems.
432
433 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
434
435         * main.c (print_help): Fix typo in `-O' help message.  Fix docs of
436         -Y/--proxy.  Fix docs of `--cookies' and `--glob'.  Improve docs
437         of --convert-links.  Fix docs of SSL options.
438
439 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
440
441         * ftp-basic.c: Don't include <arpa/inet.h> and others because
442         they're no longer needed.
443
444 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
445
446         * main.c (main): Don't allow setting of both opt.ipv4_only and
447         opt.ipv6_only.
448
449         * init.c (defaults): Mark opt.ipv4_only specially when set
450         automatically.
451
452 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
453
454         * host.c (lookup_host): Use AI_ADDRCONFIG only if the family is
455         unspecified.  This ensures that specifying `--no-inet4' on systems
456         where IPv6 resolves, but doesn't work behaves the same regardless
457         of the availability of AI_ADDRCONFIG.
458
459 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
460
461         * host.c: Don't refer to the now-removed function
462         forget_host_lookup in the documentation of lookup_host.
463
464 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
465
466         * http.c (persistent_available_p): Correctly specify the endpoint
467         argument to socket_ip_address.
468         (gethttp): When printing the "reusing connection to..." message,
469         specify the host name of the reused connection, not the current
470         host name.  That makes more sense because it provides a useful
471         piece of information -- we know to which host we're supposed to
472         connect anyway!
473
474 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
475
476         * init.c: Make sure the options are in alphabetic order!
477
478         * host.c (lookup_host): Merge lookup_host_passive and lookup_host
479         after all -- having both would result in some code duplication.
480         (lookup_host): Set hints.ai_family to AF_INET if ipv4_only is
481         requested.  Likewise, set it to AF_INET6 for ipv6_only.  Specify
482         AI_ADDRCONFIG where available.
483         (lookup_host): New flag LH_REFRESH that specifies that a cached
484         entry for HOST should be refreshed.
485         (cache_query): New function.
486         (cache_store): Ditto.
487         (cache_remove): Ditto.
488         (forget_host_lookup): No longer necessary, replaced with static
489         function cache_remove.
490
491 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
492
493         * main.c: Enable -4 and -6 only if IPv6 is enabled.
494
495 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
496
497         * connect.c (register_transport): Renamed from register_extended.
498         Explain the intended usage.
499
500 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
501
502         * url.c (uri_merge): Merging "foo" and "bar" should result in
503         "bar", not in "foo/bar".
504         (path_simplify): Don't remove empty path elements; don't
505         special-case leading slash.
506         (path_simplify): Don't swallow ".."'s at the beginning of string.
507         E.g. simplify "foo/../../bar" as "../bar", not as "bar".
508         (append_uri_pathel): Defang ".." path element upon encountering
509         it.
510
511 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
512
513         * http.c (persistent_available_p): Don't attempt to talk to two
514         different SSL sites over the same secure connection.
515
516 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
517
518         * http.c (gethttp): Ditto.
519
520         * ftp.c (getftp): Use retryable_socket_connect_error instead of
521         CONNECT_ERROR.
522
523         * wget.h (CONNECT_ERROR): Removed.
524
525         * connect.c (retryable_socket_connect_error): New function instead
526         of unsupported_socket_family_error.
527
528 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
529
530         * wget.h (CONNECT_ERROR): Use it.
531
532         * connect.c (unsupported_socket_family_error): New function.
533
534 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
535
536         * connect.c (bind_local): Renamed bindport to bind_local; return
537         the socket directly.  Updated callers.
538         (accept_connection): Renamed acceptport to accept_connection;
539         return the created socket directly.  Updated callers.
540
541 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
542
543         * init.c (defaults): Turn on opt.ipv4_only if we're compiling with
544         IPv6, and AI_ADDRINFO is not available, and AF_INET6 sockets can't
545         be created.
546
547 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
548
549         * host.c (lookup_host): Document the fact that the addresses are
550         returned in order.
551
552 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
553
554         * utils.c: Use limits.h only where available.
555
556         * hash.c: Use INVALID_PTR and INVALID_PTR_BYTE.  Include limits.h.
557
558 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
559
560         * main.c: Added options --inet4-only and --inet6-only.
561
562 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
563
564         * host.c (host_errstr): Use the more standard message "Unknown
565         host".
566
567 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
568
569         * connect.c (connect_to_host): Use that flag to decide whether to
570         re-resolve the host name.
571
572         * host.c (struct address_list): Added a flag that maintains
573         whether the connection worked at some point.
574
575 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
576
577         * host.c (lookup_host): Special-case the numeric addresses only in
578         the non-IPv6 case.
579
580 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
581
582         * connect.c (resolve_bind_address): Call lookup_host_passive.
583         Make sure that opt.bind_address is resolved only once.
584
585         * host.c (lookup_host_passive): New function, handles "passive"
586         lookups.
587         (lookup_host): Remove the passive flags.  Remove the
588         family-related flags -- use ip_default_family instead.
589
590 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
591
592         * html-url.c: Get URLs from <object data="...">.
593
594 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
595
596         * main.c (option_data): Specify the command to use for --mirror.
597
598 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
599
600         * cookies.c (cookie_handle_set_cookie): Specify exact match for
601         unspecified domains.
602
603 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
604
605         * main.c (main): Removed one-letter options `-C', `-g', `-G', and
606         `-s'.
607
608 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
609
610         * main.c (main): Add --dont-remove-listing for backward
611         compatibility with previous versions.
612         (print_help): Fix typo, spotted by Dennis Smit.
613
614 2003-11-08  Gisle Vanem  <giva@bgnett.no>
615
616         * ftp-basic.c: Support Windows-2000 ftp servers. Win-2000 *is*
617         Win-NT 5.0 so calling it ST_WINNT is okay I guess.
618
619 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
620
621         * progress.c (update_speed_ring): Clear the speed ring when the
622         download stalls.
623
624         * retr.c (get_contents): Specify 0.95s read timeout, so that the
625         progress gauge can be updated even when data arrives very slowly
626         or stalls.
627
628 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
629
630         * utils.c (wtimer_allocate): Bless the use of wtimer_read on a
631         timer that has merely been allocated because get_contents() does
632         that.
633         (wtimer_update): Abort if the timer is not initialized.
634
635 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
636
637         * retr.c (get_contents): Pass the timer to limit_bandwidth().
638
639         * utils.c (wtimer_update): New function instead of wget_elapsed;
640         just update the timer, but don't return anything.
641         (wtimer_read): Read and return the last known value of the timer.
642
643 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
644
645         * http.c (persistent_available_p): Instead of matching all the
646         addresses of HOST and last host, determine the peer's IP address
647         with socket_ip_address and see if that address is one of those
648         HOST resolves to.
649
650         * host.c (address_list_match_all): Removed.
651         (address_list_find): New function, finds an IP address in the
652         address list.
653
654         * ftp.c (ftp_do_pasv): Get the peer's address here, and pass it to
655         ftp_epsv so it doesn't need to call getpeername.
656
657         * ftp-basic.c (ftp_port): Use socket_ip_address instead of
658         getpeername.
659         (ftp_lprt): Ditto.
660
661         * connect.c (socket_ip_address): Replaces conaddr, generalized to
662         either get peer's or local address.
663         (sockaddr_get_data): Made local to this file.
664
665 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
666
667         * hash.c (HASH_POSITION): Explicitly accept the hash function.
668         (grow_hash_table): Extract ht->hash_function outside the loop.
669         (hash_table_remove): Ditto.
670         (hash_table_clear): Fill entries with 0xff to clear them.
671         (hash_table_remove): Mark entries as deleted with the correct
672         marker.
673
674 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
675
676         * http.c (persistent_available_p): No reason for the host lookup
677         to be silent -- it's a lookup like any other.
678
679 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
680
681         * connect.c (register_extended): Check that fd >= 0.
682
683 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
684
685         * connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
686
687 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
688
689         * hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
690         the field is empty.  This allows NULL pointer and 0 value to be
691         used as keys, which is necessary for the connect.c code to work
692         when fd==0.
693         (hash_table_new): Fill mappings with 0xff.
694         (grow_hash_table): Ditto.
695
696 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
697
698         * url.c (url_parse): Allow empty ports.
699
700 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
701
702         * main.c (print_help): Break the help string into multiple chunks.
703         (cmdline_option): New option handler OPT_FUNCALL.  Generalized
704         HANDLE_CMD to generic DATA.
705         (option_data): Use the new OPT_FUNCALL feature.
706
707 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
708
709         * log.h: Declare log_init, log_close, and
710         log_request_redirect_output here.
711
712 2003-11-05  Dennis Smit  <ds@nerds-incorporated.org>
713
714         * main.c: (main): added --preserve-permissions option.
715
716         * ftp.c (ftp_retrieve_list): added support for
717         --preserve-permissions option.
718
719         * init.c: added support for --preserve-permission option.
720
721         * option.h: added support for --preserve-permission option.
722
723 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
724
725         * main.c (init_switches): New function.  Convert option_data to
726         long_options and short_options, which can be fed to getopt_long.
727         (main): Execute command-line options by consulting option_data.
728
729 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
730
731         * gen_sslfunc.c (ssl_read): Implement a more correct check for
732         EINTR.
733         (ssl_write): Ditto.
734         (init_ssl): Use a global SSL context.
735
736 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
737
738         * connect.c (xclose): Free INFO even if it doesn't provide a
739         closer.
740
741 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
742
743         * connect.c: Updated all callers of
744         iread/ssl_iread/iwrite/ssl_iwrite to use xread and xwrite instead.
745
746         * rbuf.h (struct rbuf): Removed the SSL member because SSL is
747         handled automatically by xread.
748
749         * hash.c (ptrhash): Made private.
750         (ptrcmp): Ditto.
751         (inthash): Removed.
752
753         * connect.c (select_fd): Don't set errno, leave it to the caller.
754
755         * gen_sslfunc.c (connect_ssl): Use register_extended to register
756         SSL callbacks for communication with SSL-enabled endpoints.
757         (ssl_read): New function.
758         (ssl_write): Ditto.
759         (ssl_poll): Ditto.
760         (ssl_close): Ditto.
761
762         * connect.c (register_extended): New function -- register
763         callbacks for basic socket operations.
764         (xread): Ditto.
765         (xwrite): Ditto.
766         (xclose): Ditto.
767         (sock_read): New function, default implementation for reading.
768         (sock_write): Ditto for writing.
769         (sock_poll): Ditto for polling.
770         (sock_close): Ditto for closing.
771
772 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
773
774         * connect.c (bindport): Fix compilation under pre-C99 compilers.
775
776 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
777
778         * connect.c (connect_to_ip): More compact error checking.
779         (bindport): Don't treat failed setsockopt as a fatal error.
780
781 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
782
783         * connect.c (resolve_bind_address): Use a more accurate error
784         message -- we're not binding to ANY, we're disabling bind
785         altogether.
786
787 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
788
789         * cookies.c (save_cookies_mapper): Respect the setting of
790         keep-session-cookies.
791         (cookie_jar_load): Import session cookies.
792         Based on code submitted by Nicolas Schodet.
793
794         * utils.c (datetime_str): Use information in TM when it's
795         non-NULL.
796
797         * main.c (main): New option `--keep-session-cookies'.
798
799 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
800
801         * Makefile.in (realclean): Delete config.h.in.
802
803 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
804
805         * config-post.h: New file, included from now autogenerated
806         config.h.in.
807
808 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
809
810         * progress.c (progress_handle_sigwinch): Don't call
811         determine_screen_width() from the signal handler.  Instead, just
812         set a volatile variable.
813         (bar_create): Check whether SIGWINCH was received.
814         (bar_update): Ditto.
815
816         * sysdep.h: Define SYSTEM_FNMATCH only if HAVE_FNMATCH_H is true.
817
818 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
819
820         * utils.c (xsleep): New function.  Uses nanosleep where available,
821         resuming sleeps interrupted by signals.  Updated callers of sleep
822         and usleep to use xsleep.
823
824 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
825
826         * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
827         declaration of SEED.
828
829 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
830
831         * log.c (logvprintf): Documented better.  Renamed to
832         log_vprintf_internal to avoid confusion with the public API
833         functions logprintf and logputs.
834
835 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
836
837         * wget.h (N_): Don't parenthesize argument.
838
839 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
840
841         * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
842         because that doesn't work on machines that define it as bitfield.
843
844 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
845
846         * connect.c (select_fd): Generalize the third argument into WAIT,
847         so that the caller can request waiting for both read and write.
848         Updated callers.
849
850 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
851
852         * html-url.c (cleanup_html_url): Destroy the hash tables, don't
853         just call free on them.
854         (init_interesting): Use hash_table_put instead of string_set_add
855         because we don't need the strdup that the latter function
856         performs.
857
858         * init.c (cleanup): Don't pass NULL to cookie_jar_delete.
859
860         * xmalloc.c (xfree_real): Abort when passed a NULL pointer.
861         (xfree_debug): Print at the file and line of the offending call to
862         free.
863
864 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
865
866         * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE
867         define to log.h.  Moved the INFINITE_RECURSION define to recur.h.
868
869         * xmalloc.h: Renamed FREE_MAYBE to xfree_null and moved the
870         definition from wget.h to xmalloc.h.
871
872 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
873
874         * html-parse.c (decode_entity): New function; split the decoding
875         of entities here.
876         (convert_and_copy): Use it to decode entities.
877         (decode_entity): Handle the &apos entity.
878         (decode_entity): Don't decode Latin 1 numeric entities.  Don't
879         decode &#0.
880
881 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
882
883         * ftp-opie.c (calculate_skey_response): Use uint32_t instead of
884         `unsigned long' for the cheksum array.  Document the function.
885
886 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
887
888         * connect.c (acceptport): Don't call select_fd when timeout is not
889         requested.
890
891 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
892
893         * host.c: Removed the ip_default_family global variable.
894
895         * host.c (lookup_host): Document the function.  Fixed declaration
896         of VEC.
897
898 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
899
900         * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array
901         in various places.
902
903 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
904
905         * wget.h: Move declarations of malloc and logging code to
906         xmalloc.h and log.h respectively to unclutter this file.
907         (STRDUP_ALLOCA): Made it side-effect free.
908
909         * xmalloc.h: New files.  Define macros xnew, xnew0, xnew_array,
910         and xnew0_array.
911
912         * xmalloc.c: New file.  Move the xmalloc routines here.
913
914 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
915
916         * connect.c (sockaddr_set_data): Remove the broken code that
917         checked for NULL address.
918
919 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
920
921         * host.c (address_list_from_single): Removed.
922         (address_list_from_ipv4_addresses): Renamed from
923         address_list_from_vector.
924
925 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
926
927         * sysdep.h (CLOSE): Don't call close on file descriptors less than
928         0, i.e. on uncreated sockets.
929
930         * connect.c (resolve_bind_address): Work on struct sockaddr
931         directly.
932         (connect_to_host): Replacement for connect_to_many.  Resolve HOST
933         and connect to any of its addresses.  If we can't connect and the
934         host name lookup was cached, try to resolve it again.  This should
935         fix problems with hosts behind dynamic DNS.  Updated all callers.
936         (connect_to_ip): Replacement for connect_to_one.  Removed SILENT;
937         added the argument PRINT instead.  Updated all callers.
938         (set_connection_host_name): Removed.
939
940         * host.c (address_list_address_at): New function instead of
941         address_list_copy_one. It returns a pointer to ip_address *, so
942         it's not necessary to copy the data.
943         (address_list_cached_p): New function.
944         (forget_host_lookup): Ditto.
945
946         * connect.c: Got rid of the MSOCK global variable.  Made bindport
947         return the local socket it creates.  Added a new argument to
948         acceptport, the socket to call accept on.  Updated callers.
949         (closeport): Removed.
950
951         * connect.c: Moved the sockaddr code from host.c to this file,
952         because most of that stuff is used for connecting, and has nothing
953         to do with host names anyway.
954         (sockaddr_set_data, sockaddr_get_data): New functions, replace the
955         old sockaddr_set_address, sockaddr_set_port, sockaddr_get_address,
956         and sockaddr_get_port.
957
958 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
959
960         * sysdep.h: Use `S >= 8' rather than `S == 8' when looking for
961         large integers.
962
963 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
964
965         * url.c (append_uri_pathel): New argument ESCAPED_P that says
966         whether [B, E) is to be treated as URL-escaped or not.  If
967         ESCAPED_P is false, don't unescape the region.
968         (url_file_name): u->file is not URL-escaped.
969
970 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
971
972         * retr.c (retrieve_from_file): Use retrieve_tree for
973         page-requisites.
974
975         * main.c (main): Don't define opt.recursive when -p is used.
976         Instead, make sure that recursion is used for HTTP in that case.
977
978 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
979
980         * host.h: Defined accessors for elements of ip_address.  Updated
981         all callers.
982         (address_list_match_all): Use memcmp in the non-IPv6 case.
983
984         * wget.h (CONNECT_ERROR): Don't retry connecting if connect()
985         returned EAFNOSUPPORT.
986
987 2003-10-27  Mauro Tortonesi <mauro@deepspace6.net>
988
989         * connect.h: changed bindport prototype and added the related
990         BIND_ON_IPV4_ONLY and BIND_ON_IPV6_ONLY flags.
991
992         * connect.c: changed bindport and resolve_bind_address to allow
993         protocol-version specific DNS resolution. modified conaddr,
994         acceptport and connect_to_one to make use of struct
995         sockaddr_storage and of the new ip_address structure.
996
997         * ftp-basic.c: added LPRT/LPSV (RFC1639) support, refactored
998         PORT/PASV (RFC959) and EPRT/EPSV (RFC2428) support code.
999
1000         * ftp.c: added the ftp_do_port and ftp_do_pasv functions to
1001         handle FTP over IPv6.
1002
1003         * ftp.h: changed prototype of ftp_epsv and added prototypes for
1004         ftp_lpsv, ftp_lprt and ftp_eprt.
1005
1006         * host.c: renamed the
1007         wget_sockaddr_set_address and wget_sockaddr_get_addr, and
1008         wget_sockaddr_{s,g}et_port couples to sockaddr_{s,g}et_address and
1009         sockaddr_{g,s}et_port respectively.  changed
1010         address_list_match_all, address_list_from_addrinfo sockaddr_len,
1011         pretty_print_address, lookup_host, sockaddr_{s,g}et_address and
1012         sockaddr_{g,s}et_port to make use of struct sockaddr_storage and
1013         of the new ip_address structure.  removed map_ipv4_to_ip and
1014         map_ip_to_ipv4.
1015
1016         * host.h: redefined structure ip_address and removed structure
1017         wget_sockaddr.
1018
1019 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
1020
1021         * sysdep.h: Include inttypes.h where available.
1022
1023         * host.c: Switch from u_int32_t to uint32_t.
1024
1025 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
1026
1027         * netrc.c (parse_netrc): Reset the QUOTE flag after the closing
1028         quote.
1029
1030 2003-10-25  Hrvoje Niksic  <hniksic@xemacs.org>
1031
1032         * url.c (is_valid_ipv6_address): Reformat to GNU coding style.
1033         Use enums for NS_IN* constants.  Use ISXDIGIT.
1034
1035         * convert.c (construct_relative): Document better how the function
1036         works.
1037
1038 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
1039
1040         * config.h.in: Deploy preprocessor magic to avoid Ultrix's
1041         <netdb.h> include <bitypes.h> which defines its own u_int32_t.
1042         Reported by Bernhard Simon.
1043
1044 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
1045
1046         * version.c: Bump version.
1047
1048 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
1049
1050         * url.c: Ditto.
1051
1052         * html-parse.c (advance_declaration): Don't use trailing comma in
1053         enum because older compilers don't support it.
1054
1055         * utils.c: Don't redefine HAVE_SIGSETJMP.
1056
1057 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
1058
1059         * convert.c (construct_relative): Don't handle absolute files
1060         specially -- for example, -P/tmp/foo shouldn't imply that
1061         converted files must refer to "/tmp/foo/..."!
1062
1063 2003-10-15  Hrvoje Niksic  <hniksic@xemacs.org>
1064
1065         * http.c: Consider status 307 a valid redirect.
1066
1067 2003-10-15  Philip Stadermann  <philip.stadermann@credativ.de>
1068
1069         * ftp.c (ftp_retrieve_glob): Correctly loop through the list whose
1070         elements might have been deleted.
1071
1072 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
1073
1074         * html-url.c (tag_handle_meta): Set the Refresh link to expect
1075         HTML.
1076         (append_one_url): Renamed to append_url.
1077
1078 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
1079
1080         * sysdep.h: Only define u_int32_t.
1081
1082 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
1083
1084         * utils.c (large_int_to_string): Use snprintf() to print the
1085         number.  This will work even on systems where libc doesn't
1086         understand %lld, but the compiler does, because it will use our
1087         snprintf replacement.
1088
1089         * init.c (parse_bytes_helper): New function.
1090         (cmd_bytes): Use it to parse bytes, but cast the result to long.
1091         (cmd_bytes_large): Ditto, but store the result to LARGE_INT.  Used
1092         for --quota so that --quota=10G works even on machines without
1093         long long.
1094
1095         * options.h (struct options): Declare quota as LARGE_INT.
1096
1097         * retr.c (downloaded_exceeds_quota): Removed.
1098         (downloaded_increase): Ditto.
1099         (total_downloaded_bytes): New variable, replaces opt.downloaded,
1100         which was the wrong place for it anyway.  Updated callers of
1101         downloaded_exceeds_quota and downloaded_increase to check this
1102         variable directly.
1103
1104         * sysdep.h: Get rid of VERY_LONG_TYPE.  Use LARGE_INT for the same
1105         purpose, defined as `long', `long long' or `double', depending on
1106         size of long and whether long long is available.
1107
1108 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
1109
1110         * sysdep.h: Also check size of short for int32_t.
1111
1112 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
1113
1114         * host.c (lookup_host): Use u_int32_t to store the result of
1115         inet_addr().  That removes the need for offset fiddling, caring
1116         about endian-ness, etc.
1117
1118         * sysdep.h: Define int32_t and u_int32_t if not available.
1119
1120 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
1121
1122         * ftp-basic.c (ftp_epsv): Use socklen_t * as the third argument to
1123         getpeername.
1124
1125         * config.h.in: Define socklen_t stub.
1126
1127         * host.c (sockaddr_len): Return socklen_t.
1128
1129         * connect.c (conaddr): Use socklen_t as the third argument to
1130         accept, getsockname, and connect.
1131
1132 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
1133
1134         * recur.c (retrieve_tree): Don't descend into documents that are
1135         not expected to contain HTML, regardless of their content-type.
1136
1137         * html-url.c (tag_url_attributes): Record which attributes are
1138         supposed to yield HTML links that can be followed.
1139         (tag_find_urls): Propagate that information to the caller through
1140         struct urlpos.
1141
1142 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
1143
1144         * hash.c (find_mapping): Return the next available mapping when
1145         the key is not found, not NULL.
1146         (hash_table_put): Use find_mapping to find the storage for the new
1147         data.
1148         (hash_table_put): Grow the table before exceeding maximum
1149         fullness, not afterwards.
1150
1151 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
1152
1153         * hash.c (hash_table_new): Slightly change the meaning of the
1154         first parameter.  Instead of being the minimum initial size, it is
1155         now the minimum number of items that the hash table can take
1156         without needing to resize.
1157
1158 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
1159
1160         * html-url.c (init_interesting): Initialize interesting_tags and
1161         interesting_attributes as hash tables.  This simplifies the code
1162         immensely because hash tables handle allocation and remove
1163         duplicates automatically.
1164         (find_tag): Removed.
1165         (collect_tags_mapper): Instead of calling find_tag, simply get the
1166         entry from interesting_tags hash table, which is both simpler and
1167         faster.
1168
1169 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
1170
1171         * hash.c (hash_table_get): Declare hash-table argument as const.
1172         (find_mapping): Ditto.
1173         (hash_table_get_pair): Ditto.
1174         (hash_table_contains): Ditto.
1175         (hash_table_count): Ditto.
1176
1177 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
1178
1179         * html-url.c (get_urls_html): Parse the appropriate flags to
1180         html-parse.c.
1181
1182         * html-parse.c (map_html_tags): Accept FLAGS from the caller
1183         instead of examining OPT.
1184
1185 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
1186
1187         * html-url.c (find_tag): Switch to binary search.
1188
1189 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
1190
1191         * main.c (print_help): Fix typo; stured -> stored.
1192
1193 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
1194
1195         * getopt.c: Add definitions of getopt_long and getopt_long_only.
1196
1197 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
1198
1199         * config.h.in: Renamed DEBUG to ENABLE_DEBUG.  ENABLE_DEBUG is, I
1200         think, a better name, because it implies that debugging output is
1201         merely possible, not "on by default", as might be construed from
1202         just DEBUG.
1203
1204 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
1205
1206         * ftp.c (has_insecure_name_p): Define it here.
1207
1208         * utils.c (has_wildcards_p): Define it here.
1209
1210         * sysdep.h: Declare fnmatch-related macros here, if not using
1211         system fnmatch().  Update .c files to not declare fnmatch.h
1212         directly.
1213
1214         * cmpt.c (fnmatch): Moved here.  Use it only under non-GNU libc.
1215
1216 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
1217
1218         * getopt.c: Newer version, imported from Free libit.
1219
1220 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
1221
1222         * cookies.c (struct cookie): Remove unused backpointer to cookie
1223         jar.
1224
1225 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
1226
1227         * cmpt.c (memmove): Comment out, since it's no longer used.
1228
1229         * cookies.c (cookie_jar_generate_cookie_header): Allocate room for
1230         chains in one pass.
1231         (find_chains_of_host): Assume that the caller has allocated DEST
1232         to be sufficiently large to take all the data.
1233         (eliminate_dups): Run through the array and eliminate dups on the
1234         fly instead of using memmove.
1235         (cookie_jar_process_set_cookie): Free cookie->domain before
1236         re-setting it.
1237
1238 2003-10-05  Gisle Vanem  <giva@bgnett.no>
1239
1240         * mswindows.c (set_sleep_mode): Fix type of
1241         _SetThreadExecutionState.
1242
1243 2003-10-05  Hrvoje Niksic  <hniksic@xemacs.org>
1244
1245         * utils.c (file_size): Return -1 if fopen() returns NULL.  Prior
1246         to this patch, wget --post-file=nosuchfile dumped core.
1247
1248 2003-10-04  Gisle Vanem  <giva@bgnett.no>
1249
1250         * mswindows.c (run_with_timeout): Use WaitForSingleObject to wait
1251         for thread termination.
1252
1253 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
1254
1255         * log.c: Use `...' in function definitions; ansi2knr will convert
1256         them to va_dcl.  This allowed removal of the ugly VA_START_1 and
1257         VA_START_2 macros.
1258
1259 2003-10-03  Gisle Vanem  <giva@bgnett.no>
1260
1261         * connect.c: And don't include them here.
1262
1263         * mswindows.h: Include winsock headers here.
1264
1265 2003-10-03  Hrvoje Niksic  <hniksic@xemacs.org>
1266
1267         * html-parse.c (convert_and_copy): Move variable declarations
1268         before statements.
1269
1270 2003-10-02  Gisle Vanem  <giva@bgnett.no>
1271         
1272         * mswindows.c (run_with_timeout): For Windows: Run the 'fun' in a
1273         thread via a helper function. Continually query the thread's
1274         exit-code until finished or timed out.
1275
1276 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
1277
1278         * wget.h (XMALLOC_ARRAY): Removed.
1279         (ALLOCA_ARRAY): Ditto.
1280
1281         * html-parse.c: Renamed alloca_p to resized.
1282         (GROW_ARRAY): Renamed DO_REALLOC_FROM_ALLOCA to GROW_ARRAY and
1283         returned it to html-parse.c, since nothing else was using it.
1284
1285 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
1286
1287         * retr.c (retrieve_url): Initialize DUMMY storage for DT.  Caught
1288         by valgrind.
1289
1290 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
1291
1292         * html-parse.c (convert_and_copy): Handle numeric entities in
1293         hexadecimal, &#xHH.
1294         (convert_and_copy): Copy the contents directly to the pool without
1295         a stack-allocated intermediary.
1296
1297 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
1298
1299         * utils.c (alarm_set): New function; use either setitimer or alarm
1300         to set up the alarm.
1301         (alarm_cancel): New function; cancel the alarm set up by
1302         alarm_set.
1303         (run_with_timeout): Use them.
1304
1305 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
1306
1307         * url.c (url_parse): Don't leak memory when a reencoded URL turns
1308         out to be invalid.
1309
1310         * url.c (parse_errors): Mark error messages for translation.
1311         (url_error): Translate error messages returned to the caller.
1312
1313 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
1314
1315         * ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up
1316         the compiler.
1317
1318 2003-09-26  Gisle Vanem  <giva@bgnett.no>
1319
1320         * src/mswindows.c: Added ws_percenttitle() showing progress in the
1321         window titlebar. Called from retr.c. Secured ws_mypath().
1322
1323         * windows/config.h.ms: alloca() prototype not needed.  Removed
1324         "#undef ENABLE_NLS"; should be in Makefile IMHO. Moved
1325         WGET_USE_STDARG from mswindows.h to config.ms.h because of #ifdef
1326         in log.c. (MSVC's vararg.h and stdarg.h are incompatible).
1327
1328 2003-09-29  Aaron Hawley <Aaron.Hawley@uvm.edu>
1329
1330         * ftp.c (getftp): --spider option should now work with FTP
1331         downloads.
1332         (ftp_loop_internal): quiet reports and calculations of downloads
1333         when --spider option set, nor try deleting when --delete-after
1334         also set.
1335         (ftp_loop): --spider will skip HTML-ification of .listing file.
1336
1337 2003-09-26  Gisle Vanem  <giva@bgnett.no>
1338
1339         * mswindows.c (read_registry): Removed.
1340         (set_sleep_mode): New function.
1341         (windows_main_junk): Call it.
1342
1343 2003-09-26  Gisle Vanem  <giva@bgnett.no>
1344
1345         * mswindows.c (read_registry): Fix invocation of registry
1346         functions.
1347
1348         * mswindows.c (read_registry): Condition definitions of sleep and
1349         usleep with not HAVE_SLEEP and HAVE_USLEEP respectively.  Define
1350         HAVE_SLEEP and HAVE_USLEEP under __DMC__.
1351
1352 2003-09-24  Hrvoje Niksic  <hniksic@xemacs.org>
1353
1354         * url.c (url_escape_1): Revert unintentional change to lowercase
1355         xdigit escapes.
1356         (url_escape_dir): Document that this function depends on the
1357         output of url_escape_1.
1358
1359 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
1360
1361         * progress.c (create_image): Print the current ETA if we're done
1362         with the download.
1363         (create_image): Change '-' display char to '+' in the progress bar.
1364
1365         * Makefile.in (clean): Remove .libs.
1366
1367 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
1368
1369         * cookies.c (struct cookie): New flag domain_exact.
1370         (update_cookie_field): Skip leading dot in domain.
1371         (find_matching_chains): Match numeric addresses exactly; don't
1372         needlessly copy HOST to the stack.
1373         (matching_cookie): Added argument HOST.  If cookie->domain_exact
1374         is set, check that HOST is equal to cookie->domain.
1375         (cookie_jar_load): Only use TAB as delimiter.  Document the
1376         meaning of DOMAIN-FLAG.  Skip leading dot in domain.
1377         (cookie_jar_load): Don't ignore DOMAIN-FLAG -- instead, set
1378         domain_exact to true if DOMAIN-FLAG is false.
1379         (save_cookies_mapper): If domain_exact is false, prepend the
1380         domain with dot, like Mozilla does.
1381
1382 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
1383
1384         * progress.c (create_image): Print the initial part of the
1385         download with '-' characters, analogous to how dot progress prints
1386         the initial part with ','.
1387
1388         * hash.c (ptrhash): New function.
1389         (ptrcmp): Ditto.
1390         (hash_table_new): Default to identity hash table.
1391
1392 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
1393
1394         * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
1395         broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
1396         to unsigned short instead.
1397
1398 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
1399
1400         * url.c (path_simplify): Instead of calls to memmove, handle "./"
1401         and "../" by advancing pointers.
1402
1403 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
1404
1405         * retr.c (getproxy): Moved from url.c.
1406
1407         * convert.c: Split off link conversion from url.c into separate
1408         file.  Also included the book-keeping stuff from recur.c.
1409
1410 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
1411
1412         * init.c: Improved documentation of functions.
1413         (cmd_boolean): Attempt to make code that tries to avoid calling
1414         strcmp for "speed" a bit more readable.
1415
1416         * init.c (simple_atof): Report error on encountering non-digit,
1417         non-"." character.
1418         (simple_atoi): Replacement for myatoi(), calling interface
1419         compatible with simple_atof.  Updated myatoi's callers.
1420
1421 2003-09-21  Bertrand Demiddelaer  <bert@b3rt.org>
1422
1423         * url.c (path_simplify): Would read two bytes past the end of the
1424         string in the "./" case.
1425
1426 2003-09-21  Matthew J. Mellon  <mellon@tymenet.com>
1427
1428         * http.c (gethttp): Recognize content-type "application/xhtml+xml"
1429         as what Wget considers "text/html".
1430
1431 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
1432
1433         * connect.c (connect_with_timeout): Made timeout type double.
1434
1435         * options.h (struct options): New members read_timeout,
1436         dns_timeout, and connect_timeout.
1437         Use them.
1438
1439 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
1440
1441         * init.c (simple_atof): New function.
1442         (cmd_time): Use it.
1443         (cmd_bytes): Accept things like "1.5k" and such.  Use simple_atof
1444         to parse decimals.
1445
1446         * retr.c (limit_bandwidth): Adjust each sleep by the error of the
1447         previous one.
1448
1449 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
1450
1451         * main.c (main): Use setoptval() for setting the options.  Use
1452         run_command for `-e'.
1453
1454         * init.c (parse_line): Rewritten to return COMIND right away.
1455         Changed linkage to static.
1456         (run_wgetrc): Use the available comind when calling setval, so it
1457         doesn't have to be computed twice.
1458         (setval_internal): New function, runs the command's action without
1459         any error checking.
1460         (setoptval): New function, does what setval used to do, but exits
1461         in case of error.
1462         (run_command): New function.
1463
1464 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
1465
1466         * connect.c (select_fd): Change MAXTIME's type to double.  Handle
1467         its decimal part.
1468
1469         * retr.c (sleep_between_retrievals): In the random-wait case, use
1470         random_float() to wait between 0 and 2*opt.wait seconds.
1471
1472         * utils.c (run_with_timeout): Accept `double' timeouts.  Correctly
1473         handle timeout values in (0, 1) range.
1474         (random_float): New function.
1475
1476         * options.h (struct options): Change the types of wait, waitretry,
1477         and timeout to double.
1478
1479         * init.c (cmd_time): Accept floating point time.
1480
1481 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
1482
1483         * retr.c (get_contents): Cosmetic fixes.
1484
1485 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
1486
1487         * url.c (uri_merge): Get rid of uri_merge_1.
1488         (uri_merge): Merge "foo//", "bar" as "foo//bar", not "foo///bar",
1489         i.e. don't add an extra slash merely because BASE ends with two
1490         slashes.
1491         (parse_credentials): Renamed from parse_uname.  Rewrittern in
1492         standard [beg, end) calling style.
1493         (url_skip_credentials): Renamed from url_skip_uname.  Made static.
1494         (url_skip_credentials): Include # and ; as terminators.  Old code
1495         would mistakenly consider "http://foo.com#hniksic@iskon.hr" to
1496         contain a username.
1497         (url_skip_scheme): Removed because it was unused.
1498         (url_has_scheme): Require "scheme" to be at least one char long.
1499
1500 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
1501
1502         * url.c (url_file_name): Expect NULL dir_prefix.
1503
1504         * init.c (cmd_file): Use a macro to prevent multiple #ifdef
1505         WINDOWS.
1506         (defaults): Set dir_prefix to NULL by default.
1507
1508 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
1509
1510         * safe-ctype.h (_sch_test): Cast BIT to unsigned char, like latest
1511         gcc does.
1512
1513 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
1514
1515         * wget.h (BOUNDED_TO_ALLOCA): Evaluate PLACE only once.
1516         (ARRAY_SIZE): Renamed to countof.  All callers updated.
1517
1518 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
1519
1520         * main.c (main): New option --strict-comments.
1521
1522         * html-parse.c (find_comment_end): New function: simple BM search
1523         for "-->".
1524         (map_html_tags): Use it if looking at a comment and not in strict
1525         comments mode.
1526
1527 2003-09-17  Aurelien Marchand  <artaxerxes@users.sf.net>
1528
1529         * ftp.h: Added OS400 system in enum
1530         * ftp-basic.c: recognize OS400 systems
1531         * ftp.c: don't prepend the CWD if talking to OS400, since it
1532         breaks the change in library
1533
1534 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
1535
1536         * retr.c (get_contents): Pass the correct argument to ssl_iread.
1537
1538 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
1539
1540         * safe-ctype.h: Don't #define ctype.h macros to errors because
1541         that loses when someone #include's ctype.h after safe-ctype.h.
1542
1543 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
1544
1545         * url.c: Undef U, W, C after use.
1546
1547 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
1548
1549         * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
1550         be augmented by ",nocontrol" which means don't escape the control
1551         characters, but otherwise keep OS settings.
1552
1553         * url.c (file_unsafe_char): Deleted.
1554         (append_uri_pathel): Query filechr_table directly.
1555         (filechr_table): Separated Unix, Windows, and control-unsafe
1556         characters.
1557
1558 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
1559
1560         * url.c (url_escape_1): New function.
1561         (url_escape): Use it.
1562         (sync_path): Handle pathological cases where u->file and u->dir
1563         contain really strange characters.
1564         (ENCODE): Deleted.
1565         (REENCODE): Deleted.
1566
1567 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
1568
1569         * url.c (url_file_name): Don't reallocate FNAME if the file
1570         doesn't exist, as is usually the case.
1571
1572         * utils.c (unique_name): New flag allow_passthrough.
1573
1574 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
1575
1576         * utils.c (wtimer_sys_diff): Convert the time difference to signed
1577         __int64, then to double.  This works around MS VC++ 6 which can't
1578         convert unsigned __int64 to double directly.
1579
1580 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
1581
1582         * Makefile.in (clean): Also remove the core.<number> files
1583         produced by recent Linux systems.
1584
1585 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
1586
1587         * http.c (post_file): Don't pad the file if it's not large
1588         enough.  Bail out instead.
1589
1590 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
1591
1592         * retr.c (get_contents): Reduce the buffer size to the amount of
1593         data that may pass through for one second.  This prevents long
1594         sleeps when limiting bandwidth.
1595
1596         * connect.c (connect_to_one): Reduce the socket's RCVBUF when
1597         bandwidth limitation to small values is requested.
1598
1599 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
1600
1601         * progress.c (update_speed_ring): Moved the speed ring update to a
1602         separate function and documented it better.
1603
1604         * progress.c: Use `double' for most timers to support granularity
1605         smaller than 1ms.
1606
1607 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
1608
1609         * wget.h (XDIGIT_TO_XCHAR): Implement as index into a literal
1610         string.
1611         (XDIGIT_TO_xchar): Ditto.
1612
1613 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
1614
1615         * utils.c: Change the type of timer-related functions from long to
1616         double, for better precision.  On machines supporting gettimeofday
1617         the timers now work with granularity of less than one millisecond.
1618
1619 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
1620
1621         * cookies.c (parse_set_cookies): Fixed the parser to handle more
1622         edge conditions.
1623         (test_cookies): New function, contains a test suite for
1624         parse_set_cookies.
1625
1626 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
1627
1628         * url.c (strpbrk_or_eos): Implement as a macro under Gcc.
1629
1630 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
1631
1632         * cookies.c (parse_set_cookies): Allow trailing space in
1633         set-cookies header.  Also, allow any amount of whitespace, not
1634         only one character.  Allow empty set-cookies header without
1635         spewing an error.
1636
1637 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
1638
1639         * url.c (append_uri_pathel): Use opt.restrict_file_names when
1640         calling file_unsafe_char.
1641
1642         * init.c: New command restrict_file_names.
1643
1644         * main.c (main): New option --restrict-file-names[=windows,unix].
1645
1646         * url.c (url_file_name): Renamed from url_filename.
1647         (url_file_name): Add directory and hostdir prefix here, not in
1648         mkstruct.
1649         (append_dir_structure): New function, does part of the work that
1650         used to be in mkstruct.  Iterates over path elements in u->path,
1651         calling append_uri_pathel on each one to append it to the file
1652         name.
1653         (append_uri_pathel): URL-unescape a path element and reencode it
1654         with a different set of rules, more appropriate for handling of
1655         files.
1656         (file_unsafe_char): New function, uses a lookup table to decide
1657         whether a character should be escaped for use in file name.
1658         (append_string): New utility function.
1659         (append_char): Ditto.
1660         (file_unsafe_char): New argument restrict_for_windows, decide
1661         whether Windows file names should be escaped in run-time.
1662
1663         * connect.c: Include <stdlib.h> to get prototype for abort().
1664
1665 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
1666
1667         * utils.c (wtimer_sys_set): Extracted the code that sets the
1668         current time here.
1669         (wtimer_reset): Call it.
1670         (wtimer_sys_diff): Extracted the code that calculates the
1671         difference between two system times here.
1672         (wtimer_elapsed): Call it.
1673         (wtimer_elapsed): Don't return a value smaller than the previous
1674         one, which could previously happen when system time is set back.
1675         Instead, reset start time to current time and note the elapsed
1676         offset for future calculations.  The returned times are now
1677         guaranteed to be monotonically nondecreasing.
1678
1679 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
1680
1681         * host.c (lookup_host): Print the result of the DNS lookup.
1682
1683 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
1684
1685         * init.c (cmd_boolean): Accept yes/no along with on/off.
1686         (cmd_lockable_boolean): Ditto.
1687
1688 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
1689
1690         * init.c: New command dns_cache.
1691
1692         * main.c (main): New option --dns-cache[=off].
1693
1694 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
1695
1696         * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
1697
1698         * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
1699         HAVE_GETADDRINFO for getaddrinfo-related stuff.
1700
1701 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
1702
1703         * url.c (url_parse): Return an error if the URL contains a [...]
1704         IPv6 numeric address and we don't support IPv6.
1705
1706 2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
1707
1708         * url.c (is_valid_ipv6_address): Modified to not require
1709         zero-terminated strings.
1710         (is_valid_ipv4_address): Ditto.
1711
1712 2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
1713
1714         src/url.c: added RFC 2732 compliance for URL parsing. The
1715         functions is_*_address valid are a modified version of
1716         glibc 2.3.2 inet_pton's code.
1717
1718 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
1719
1720         * main.c init.c options.h: Added --retry-connrefused option so
1721         that Connection Refused failures are treated as non-fatal (when
1722         trying to retrieve from busy servers).
1723
1724         * wget.h: New CONNECT_ERROR macro for encapsulating this
1725         modification.
1726
1727         * ftp.c http.c : Use CONNECT_ERROR macro in places where
1728         ECONNREFUSED was checked.
1729
1730 2003-01-11  Ian Abbott  <abbotti@mev.co.uk>
1731
1732         * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined
1733         by calling new function has_insecure_name_p.  This is based on a
1734         patch by Red Hat.
1735
1736         * fnmatch.c (has_insecure_name_p): New function: returns non-zero
1737         if filename starts with `/' or contains `../' and is therefore
1738         considered insecure.
1739
1740         * fnmatch.h: Declare has_insecure_name_p().
1741
1742 2002-08-03  Hrvoje Niksic  <hniksic@xemacs.org>
1743
1744         * init.c (cmd_file): Allocate RESULT correctly.
1745
1746 2002-07-24  Hrvoje Niksic  <hniksic@xemacs.org>
1747
1748         * recur.c (retrieve_tree): Check whether downloaded_html_set is
1749         non-NULL before using it.
1750
1751 2002-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1752
1753         * html-parse.c (NAME_CHAR_P): Allow almost any character here.
1754
1755 2002-05-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1756
1757         * progress.c (bar_set_params): Fall back to dot progress if the
1758         terminal type is "emacs".
1759
1760 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1761
1762         * log.c: Don't #undef WGET_USE_STDARG.
1763
1764 2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1765
1766         * hash.c (prime_size): Store the offset of the prime number in the
1767         prime table.  When searching, start with the given offset.
1768         (hash_table_new): Pass the pointer to ht->prime_offset to
1769         prime_size.
1770         (grow_hash_table): Ditto.
1771         (prime_size): Make 13 the first prime to make empty hash tables
1772         slightly smaller.
1773
1774 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
1775
1776         * recur.c (download_child_p): Minor optimization to avoid an
1777         unnecessary additional call to schemes_are_similar_p function.
1778
1779 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
1780
1781         * url.c (schemes_are_similar_p): New function to test enumerated
1782         scheme codes for similarity.
1783
1784         * url.h: Declare it.
1785
1786         * recur.c (download_child_p): Use it to compare schemes.  This
1787         also fixes a bug that allows hosts to be spanned (without the
1788         -H option) when the parent scheme is https and the child's is
1789         http or vice versa.
1790
1791 2002-05-14  Bill Richardson  <bill@riverstonenet.com>
1792
1793         * ftp.c (getftp): Don't ftruncate stdout.
1794
1795         * http.c (gethttp): Don't ftruncate stdout.
1796
1797 2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
1798
1799         * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
1800         (get_number): Ditto.
1801         (get_alt_number): Ditto.
1802         (__isleap): New function-like macro used by strptime.
1803         (day_of_the_week): New function used by strptime.
1804         (day_of_the_year): Ditto.
1805         (__mon_yday): Now shared by mktime and strptime implementations.
1806
1807 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
1808
1809         * cookies.c (check_domain_match): Use match_tail in case
1810         insensitive mode.
1811
1812         * utils.c (match_tail): Allow the caller to specify case
1813         insensitive mode.
1814
1815         * cookies.c (store_cookie): When expiry_time is 0, print it as
1816         undefined, not indefinite.
1817
1818 2002-05-07  Ian Abbott  <abbotti@mev.co.uk>
1819
1820         * cookies.c (cookie_jar_process_set_cookie): Do not store
1821         discarded cookie.
1822
1823 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
1824
1825         * cookies.c (check_domain_match): Allow cookies to be set for
1826         subdomains of unknown top-level domains under some circumstances.
1827
1828 2002-04-21  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
1829
1830         * gen_ssl.c:
1831         - allow checking of server cert
1832         - allow defining client cert type
1833         - allow limit of ssl protocol
1834         - check more return values
1835         - added debug message on break
1836
1837 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
1838
1839         * recur.c (download_child_p): Revert order of items in check
1840         number 6 for clarity.
1841
1842 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1843
1844         * init.c: Ditto.
1845
1846         * main.c: Ditto.
1847
1848         * http.c: Use the new interface.
1849
1850         * cookies.c: Provide an OO-style "cookie jar" interface to enable
1851         separate cookie jars.
1852
1853         * http.c (http_atotm): Declare argument as const.
1854
1855 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1856
1857         * cookies.c (cookie_new): Default to PORT_ANY.
1858         (find_cookie_chain_exact): Only search by DOMAIN.
1859         (find_matching_cookie): Also check that PORT matches.
1860         (store_cookie): Only match the domain.
1861         (set_cookie_header_cb): When a cookie "fakes" a domain, assume it
1862         is valid for that host rather than discarding it completely.
1863         (find_matching_chains): Don't search by PORT.
1864         (matching_cookie): Also match PORT.
1865         (load_cookies): Set the port if specified, otherwise leave it as
1866         ANY.
1867         (save_cookies_mapper): Save the port if specified, otherwise leave
1868         it empty.
1869
1870 2002-04-19  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
1871
1872         * init.c: The option `egdfile' was not in sort order.
1873
1874 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1875
1876         * ftp.c (getftp): Treat directories that begin with <letter>: as
1877         absolute.
1878         (getftp): Strip trailing slashes from con->id before merging it
1879         with TARGET.
1880
1881 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1882
1883         * http.c (gethttp): If Content-Type is not given, assume
1884         text/html.
1885
1886 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1887
1888         * recur.c (download_child_p): Don't ignore rejection of HTML
1889         documents that are themselves leaves of recursion.
1890
1891 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
1892
1893         Makefile.in: Updated several dependencies for object files to take
1894         account of nested include files.
1895
1896 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
1897
1898         Makefile.in: The target `connect$o' (connect.o) now depends on
1899         `utils.h'
1900
1901 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
1902
1903         * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
1904         (gethostbyname_with_timeout): Use it.
1905
1906         * utils.c: Don't define `SETJMP()', `run_with_timeout_env' or
1907         `abort_run_with_timeout()' when `USE_SIGNAL_TIMEOUT' is undefined.
1908
1909 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1910
1911         * host.c (getaddrinfo_with_timeout): New function.
1912         (gethostbyname_with_timeout): Ditto.
1913         (lookup_host): Use them.
1914
1915 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1916
1917         * utils.c (number_to_string): Handle the case when n < -INT_MAX.
1918
1919 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1920
1921         * init.c (comind): Use a marginally faster implementation of
1922         binary search.  To quote Martin Buchholz, "a nanosecond saved is a
1923         nanosecond earned."
1924
1925 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1926
1927         * main.c (print_help): Document `--post-data' and `--post-file'.
1928
1929 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1930
1931         * http.c (gethttp): Ditto.
1932
1933         * retr.c (retrieve_url): Initialize variables to appease the
1934         compiler.
1935
1936         * gen_sslfunc.c (ssl_iread): Don't handle EINTR when calling
1937         select_fd.
1938         (ssl_iwrite): Ditto.
1939
1940         * connect.c (select_fd): Rewrite to handle EINTR.  Set errno to
1941         ETIMEDOUT in case of timeout.
1942         (iread): No need to handle EINTR when calling select_fd.
1943         (iwrite): Ditto.
1944
1945 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1946
1947         * retr.c (retrieve_url): Make sure that POST is not honored for
1948         redirections.
1949
1950         * http.c (gethttp): Send the POST data when requested.
1951         (post_file): New function.
1952         (gethttp): Use it.
1953
1954         * main.c (main): Ditto.
1955
1956         * init.c: Add new options.
1957
1958         * options.h (struct options): New options post_data and
1959         post_file_name.
1960
1961 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1962
1963         * connect.c (connect_with_timeout): Firing SIGALRM can result in
1964         connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
1965
1966 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1967
1968         * connect.c (connect_with_timeout): Use it.
1969
1970         * utils.c (run_with_timeout): New function.
1971
1972 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1973
1974         * url.c (getproxy): Accept a struct url argument.  This obviates
1975         the need for USE_PROXY_P.
1976
1977         * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
1978
1979         * ftp.c (getftp): Recognize FWTK-style proxy.
1980
1981 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1982
1983         * config.h.in: Only define _VA_LIST when compiled with gcc.
1984
1985 2002-04012  Ian Abbott  <abbotti@mev.co.uk>
1986
1987         * http.c (http_loop): Compensate for MS Windows two-second
1988         granularity of file modification time when comparing timestamps.
1989
1990         * ftp.c (ftp_retrieve_list): Ditto.
1991
1992 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
1993
1994         * utils.c (has_html_suffix_p): New function to test filename for
1995         common html extensions.
1996
1997         * utils.h: Declare it.
1998
1999         * http.c (http_loop): Use it instead of previous test.
2000
2001         * retr.c (retrieve_url): Ditto.
2002
2003         * recur.c (download_child_p): Ditto.
2004
2005 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2006
2007         * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
2008         declaring va_list.
2009         From Kevin Rodgers <kevinr@ihs.com>.
2010
2011 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
2012
2013         * Makefile.in: Specify libtool mode explicitly when linking.
2014
2015 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2016
2017         * connect.c (connect_with_timeout): New function.
2018         (connect_to_one): Use it.
2019
2020         * config.h.in: Add stubs for HAVE_SIGSETJMP, HAVE_SIGBLOCK, and
2021         HAVE_SETJMP_H.
2022
2023 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2024
2025         * log.c: Set WGET_USE_STDARG if __STDC__ is defined and stdarg.h
2026         is present.
2027
2028 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2029
2030         * progress.c (bar_create): If INITIAL is larger than TOTAL, fix
2031         TOTAL.
2032         (bar_finish): Likewise.
2033
2034 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2035
2036         * html-url.c (tag_handle_form): New function.  Pick up form
2037         actions and mark them for conversion only.
2038
2039 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2040
2041         * progress.c (struct progress_implementation): Use PARAMS when
2042         declaring the parameters of *create, *update, *finish, and
2043         *set_params.
2044
2045         * netrc.c: Ditto.
2046
2047         * http.c: Reformat some function definitions so that ansi2knr can
2048         read them.
2049
2050         * hash.c (struct hash_table): Use the PARAMS macro around
2051         parameters in the declaration of hash_function and test_function.
2052         (prime_size): Spell 2580823717UL and 3355070839UL as (unsigned
2053         long)0x99d43ea5 and (unsigned long)0xc7fa5177 respectively, so
2054         that pre-ANSI compilers can read them.
2055         (find_mapping): Use PARAMS when declaring EQUALS.
2056         (hash_table_put): Ditto.
2057
2058         * ftp.h: Wrap the parameters of ftp_index declaration in PARAMS.
2059
2060         * cookies.c (cookie_new): Use (unsigned long)0 instead of 0UL,
2061         which was unsupported by pre-ANSI compilers.
2062
2063         From Nelson H. F. Beebe <beebe@math.utah.edu>, for the most part.
2064
2065 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2066
2067         * url.c (url_filename): Use compose_file_name regardless of
2068         whether opt.dirstruct is set.
2069         (mkstruct): Don't handle the query and the reencoding of DIR; that
2070         is done in compose_file_name.
2071
2072 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2073
2074         * wget.h: Ditto for extern char *exec_name.
2075
2076         * options.h: Don't guard against OPTIONS_DEFINED_HERE -- it is
2077         perfectly legal to follow an `extern' with a non-`extern' ones,
2078         provided the types match.
2079
2080         * main.c: Don't define OPTIONS_DEFINED_HERE.
2081
2082 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2083
2084         * progress.c (create_image): Revert to calculating ETA based on
2085         average download speed.
2086         (create_image): Don't print ETA until the download has been active
2087         for at least 3 seconds.
2088         (create_image): When ETA is not available, don't print anything.
2089         The previous version would print --:--.
2090
2091 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2092
2093         * progress.c (bar_update): Keep updating a subinterval until it
2094         reaches or exceeds a watermark.  That way the measurement will be
2095         guaranteed to span a configurable minimum of time.  The current
2096         default is 3s in 30 100ms intervals.
2097
2098 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2099
2100         * progress.c (bar_update): Maintain an array of the time it took
2101         to perform previous 30 network reads.
2102         (create_image): Calculate the download speed and ETA based on the
2103         last 30 reads, not the entire download.
2104         (create_image): Make sure that the ETA is not changed more than
2105         once per second.
2106
2107 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
2108
2109         * mswindows.c (borland_utime): New function conditionally defined
2110         when `HACK_BCC_UTIME_BUG' is defined.  A reimplementation of
2111         `utime()' as Borland's `utime()' function is broken on Windows 9x
2112         systems.  (Original patch by Chin-yuan Kuo <sr1111111@yahoo.com.tw>.)
2113
2114 2002-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
2115
2116         * ftp.c (ftp_loop): Propagate the result of ftp_retrieve_glob.
2117
2118 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
2119
2120         * Makefile.in: Updated several dependencies for object files.
2121
2122 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
2123
2124         * mswindows.c: Include "utils.h".
2125
2126 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
2127
2128         * host.h: Don't include netdb.h on windows.
2129
2130 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2131
2132         * recur.c (retrieve_tree): Handle the case when start_url doesn't
2133         parse.
2134
2135 2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
2136
2137         * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
2138         calling xmalloc and memcpy.
2139
2140 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2141
2142         * host.h: Include Unix-specific includes #ifndef WINDOWS.
2143         Patch originally provided by Christian Lackas.
2144
2145 2002-02-11  Christian Lackas  <delta@lackas.net>
2146
2147         * recur.c: recurive downloading for https fixed.
2148
2149 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
2150
2151         * host.h: Also include <netinet/in.h> and <sys/socket.h>.
2152
2153         * ftp-basic.c: Also include <netinet/in.h>.
2154
2155 2002-02-05  Ian Abbott  <abbotti@mev.co.uk>
2156
2157         * http.c (gethttp): when -c used, mark already fully retrieved
2158         file as successfully retrieved.
2159
2160 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2161
2162         * url.c (url_parse): Don't treat '?' as query string separator
2163         when parsing FTP URLs.
2164
2165 2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2166
2167         * html-url.c (tag_handle_meta): Don't crash on <meta
2168         http-equiv=refresh> where content is missing.
2169
2170 2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
2171
2172         * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
2173         netdb.h on windows.
2174
2175 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
2176
2177         * retr.c (retrieve_url): Remove redirection cycle detection.  This
2178         is because some sites legitimately redirect the user back to the
2179         same location, e.g. after an authorization check performed by
2180         another page.  MAX_REDIRECTIONS is still used to prevent infinite
2181         redirection loops.
2182
2183 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2184
2185         * http.c (gethttp): Wrap host name in square brackets if it
2186         contains a colon.
2187
2188 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2189
2190         * url.c (url_parse): Allow all hex digits, not only decimal ones,
2191         to form an IP address.
2192
2193 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2194
2195         * url.c (urlchr_table): Make square braces reserved, so we can
2196         parse http://[::1]/.
2197         (url_parse): Handle host in braces.
2198         (url_string): If url->host contains colons, wrap it in braces.
2199
2200 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2201
2202         * connect.c (resolve_bind_address): New function.
2203         (connect_to_one): Use it.
2204         (bindport): Ditto.
2205
2206         * init.c: Don't resolve bind-address here.
2207
2208         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
2209
2210 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2211
2212         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
2213         offset.
2214         (address_list_new): Use map_ipv4_to_ip.
2215         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
2216         in IPv4 context.
2217
2218 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2219
2220         * source: Integrated IPv6 support.
2221         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
2222
2223 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
2224
2225         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
2226         (cmd_directory): New function. Like cmd_file(), but strips
2227         trailing directory separators.
2228         (commands): Change action for "dirprefix" from `cmd_file' to
2229         `cmd_directory'.
2230
2231         * utils.c (make_directory): Allow intermediate `mkdir' calls to
2232         fail, as not all path components that do not exist should be
2233         directory components, especially under Windows.
2234
2235 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2236
2237         * netrc.c (parse_netrc): Skip leading whitespace before testing
2238         whether the line is empty.  Empty lines still contain the line
2239         terminator.
2240
2241 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
2242
2243         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
2244         only if no data is pending in SSL buffers.
2245         From tony@bluetail.com.
2246
2247 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
2248
2249         * headers.c (header_get): Strip trailing whitespace from the
2250         header.
2251
2252 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
2253
2254         * url.c (parse_uname): URL-decode *USER and *PASSWD.
2255
2256 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
2257
2258         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
2259         starts with "//").
2260
2261 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
2262
2263         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
2264         error.
2265
2266 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2267
2268         * version.c: Wget 1.8.1 is released.
2269
2270 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2271
2272         * version.c: Wget 1.8.1-pre3 is released.
2273
2274 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2275
2276         * recur.c (retrieve_tree): Enqueue the canonical representation of
2277         start_url, so that the test against dl_url_file_map works.
2278
2279 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2280
2281         * log.c (logputs): Check for requested verbosity before printing
2282         anything.
2283
2284 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
2285
2286         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
2287         inline.
2288
2289 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
2290
2291         * recur.c (retrieve_tree): Make a copy of file obtained from
2292         dl_url_file_map because the code calls xfree(file) later.
2293
2294 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
2295
2296         * recur.c (register_html): Maintain a hash table of HTML files
2297         along with the list.  Disallow duplicates.
2298         (retrieve_tree): Use downloaded_html_set to check whether the file
2299         found in dl_url_file_map is an HTML file, and descend into it if
2300         so.
2301         (convert_all_links): Don't guard against duplicates in
2302         downloaded_html_list, since they are no longer possible.
2303
2304 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
2305
2306         * recur.c (retrieve_tree): Pass on referring URL when retrieving
2307         recursed URL.
2308
2309 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2310
2311         * version.c: Wget 1.8.1-pre2 is released.
2312
2313 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2314
2315         * retr.c (sleep_between_retrievals): Simplify indentation.
2316
2317 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2318
2319         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
2320         of "randomness" at a time.
2321         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
2322
2323         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
2324         random amount averages in opt.wait.
2325         (sleep_between_retrievals): Don't seed the PRNG; random_number
2326         will do that.
2327
2328         * utils.c (random_number): New function.
2329
2330 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
2331
2332         * url.c (path_simplify): Move here from utils.c, and make static.
2333
2334 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2335
2336         * init.c (wgetrc_file_name): Print correct message when loading
2337         getenv("WGETRC") fails.
2338
2339 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2340
2341         * recur.c (register_download): Don't abort when one URL references
2342         two different files.
2343
2344 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2345
2346         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
2347         calling ssl_iwrite.
2348
2349 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2350
2351         * version.c: Wget 1.8.1-pre1 is released.
2352
2353 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2354
2355         * res.c (matches): Fix broken URL in the docstring.
2356
2357 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2358
2359         * html-url.c (tag_url_attributes): Mark <embed href=...> as
2360         external.
2361
2362 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2363
2364         * url.c (get_urls_file): Cosmetic changes.
2365
2366 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2367
2368         * html-url.c (append_one_url): Resurrect warning when unable to
2369         resolve a relative link.
2370
2371 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2372
2373         * html-url.c (collect_tags_mapper): Break into several functions.
2374         (tag_url_attributes): Collect <embed href=...>.
2375
2376 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2377
2378         * host.c: New type ipv4_address.  Use it consistently instead of
2379         `unsigned char[4]' and `unsigned char *'.
2380         (pretty_print_address): Accept a `const void *', to require even
2381         less casting.
2382
2383 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2384
2385         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
2386
2387 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2388
2389         * main.c (main): Initialize progress after fork_to_background, so
2390         that it knows when to use dots.
2391
2392         * mswindows.c (ws_hangup): Call log_request_redirect_output.
2393
2394         * utils.c (fork_to_background): Print the PID of the child
2395         process.
2396
2397         * log.c (log_request_redirect_output): Set a flag that output
2398         redirection has been requested.  Doing anything else in a signal
2399         handler is unsafe.
2400         (check_redirect_output): New function: check whether redirection
2401         has been requested and, if so, call redirect_output().
2402         (logputs): Call check_redirect_output.
2403         (logprintf): Ditto.
2404         (debug_logprintf): Ditto.
2405         (redirect_output): Print clearer messages.
2406
2407         * main.c (redirect_output_signal): Don't call
2408         redirect_output_signal directly.  Instead, call
2409         log_request_redirect_output.
2410
2411         * utils.c (memfatal): Ditto.
2412
2413         * progress.c (display_image): Use it.
2414
2415         * log.c (log_set_save_context): New function: allow the caller to
2416         turn off saving log context lines.
2417
2418 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2419
2420         * host.c (address_list_set_faulty): Uncomment a sanity check.
2421
2422 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2423
2424         * utils.c (long_to_string): Return a pointer after where the
2425         number ends.
2426         (long_to_string): Rename to number_to_string.
2427
2428 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2429
2430         * utils.c (path_simplify): Correctly handle the unlikely case that
2431         b starts out as path + 1.
2432
2433 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2434
2435         * utils.c (path_simplify): Rewrite, with better comments, and
2436         without the use of strcpy to move overlapping blocks.
2437
2438 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2439
2440         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
2441         valid progress type before setting it.
2442
2443 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2444
2445         * main.c (main): Remove stray debugging message.
2446
2447 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2448
2449         * progress.c (create_image): Fix ETA padding when hours are prined.
2450
2451 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2452
2453         * version.c: Wget 1.8 is released.
2454
2455 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2456
2457         * url.c (reencode_string): Declare static.
2458
2459         * res.c (registered_specs): Declare static.
2460
2461         * progress.c (current_impl_locked): Declare static.
2462
2463         * log.c (flush_log_p): Declare static.
2464         (needs_flushing): Ditto.
2465
2466         * http.c (digest_authentication_encode): Declare static.
2467
2468         * html-url.c (init_interesting): Declare static.
2469
2470         * host.c (host_name_addresses_map): Declare static.
2471
2472         * cookies.c (find_matching_chains): Declare static.
2473
2474         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
2475         indicated by lint.
2476
2477         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
2478
2479         * host.c (address_list_set_faulty): Document that INDEX is
2480         currently unused.
2481
2482         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
2483
2484 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
2485
2486         * version.c: Wget 1.8-pre2 is released.
2487
2488 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2489
2490         * progress.c (progress_handle_sigwinch): Set up the signal again.
2491
2492         * utils.c: Include <sys/termios.h>, where Solaris defines
2493         TIOCGWINSZ.
2494
2495         * progress.c (bar_create): Don't use the last column on the screen.
2496         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
2497         only until it exceeded them.
2498
2499 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2500
2501         * version.c: Wget 1.8-pre1 is released.
2502
2503 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2504
2505         * progress.c (progress_create): Make sure that, when the output is
2506         redirected, the progress implementation gets changed to the
2507         fallback one.
2508         (bar_set_params): Set current_impl_locked to 1 when "force" is
2509         specified.
2510         (progress_create): Don't change the progress implementation if
2511         current_impl_locked is non-zero.
2512
2513         * main.c (redirect_output_signal): Call
2514         progress_schedule_redirect.
2515
2516         * progress.c (progress_schedule_redirect): New function.
2517
2518 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2519
2520         * log.c (logvprintf): Restructure to allow being called multiple
2521         times.
2522         (logprintf): Call logvprintf in a loop.
2523         (debug_logprintf): Ditto.
2524
2525 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2526
2527         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
2528         setting egd_file it to empty string.
2529
2530         * main.c (main): Change the option name from --sslegdsock to
2531         --egd-file.
2532
2533 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2534
2535         * gen_sslfunc.c (ssl_init_prng): Make the printed message
2536         translatable.
2537
2538 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2539
2540         * url.c (scheme_disable): New function.
2541
2542         * main.c (main): Call ssl_init_prng from here rather than from
2543         init_ssl, so that it has a chance to disable support for https
2544         before a URL has been resolved.
2545
2546         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
2547         failed.
2548         (ssl_init_prng): Disable support for https if seeding the PRNG
2549         fails.
2550
2551 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2552
2553         * utils.c (read_whole_line): Handle lines beginning with \0.
2554
2555 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
2556
2557         * recur.c (convert_all_links): Guard against duplicates in
2558         downloaded_html_files.
2559         (register_download): Don't invalidate similar-looking URLs.
2560         (match_except_index): New function.
2561
2562 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
2563
2564         * utils.c (path_simplify): Document with test cases.
2565
2566 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
2567
2568         * gen_sslfunc.c: Ditto.
2569
2570         * rbuf.c: Include <string.h>.
2571
2572 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
2573
2574         * recur.c (retrieve_tree): Check whether the URL was already
2575         downloaded before downloading it again.
2576         (descend_child_p): Renamed to download_child_p.
2577         (register_download): When one URL is downloaded to a file already
2578         "owned" by another URL, delete all references that map any URL to
2579         that file.
2580         (register_delete_file): New function.
2581         (retrieve_tree): Use it after deleting a file.
2582
2583         * url.c (url_parse): Re-canonicalize the URL also if the path is
2584         empty, so that e.g. "http://www.server.com" ->
2585         "http://www.server.com/".
2586         (lowercase_str): Use ISUPPER instead of !ISLOWER.
2587
2588         * retr.c (retrieve_url): Use the canonical URL form when calling
2589         register_download().
2590
2591 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
2592
2593         * snprintf.c (dopr): Use `unsigned int' as the second argument to
2594         va_arg when casting to `unsigned short' is intended.
2595
2596 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
2597
2598         * gen_sslfunc.c: on windows provide ssl crypto random 
2599           initialization through RAND_screen(); could possibly
2600           be not enough for strong ssl communication (see the 
2601           relevant manual page from the openssl package).
2602
2603 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
2604
2605         * url.c (local_quote_string): Reenable quoting of question marks,
2606         but only when `--html-extension' is used.
2607
2608 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
2609
2610         * version.c: Wget 1.8-beta3 is released.
2611
2612 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
2613
2614         * snprintf.c (dopr): Cast the result of va_arg to short int and
2615         short unsigned int where these types are expected to be used.
2616
2617 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
2618
2619         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
2620         with `int' when using it as the second argument to `va_arg'.
2621
2622 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
2623
2624         * host.c (address_list_new_one): New function.
2625         (lookup_host): Use it.
2626
2627 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
2628
2629         * host.c (lookup_host): Don't initialize TMPSTORE directly because
2630         it's not legal C.
2631
2632 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
2633
2634         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
2635         the socket data.
2636
2637         * ftp.c: Ditto.
2638
2639         * http.c: No need to declare h_errno.
2640
2641         * host.c: Declare h_errno.
2642
2643 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2644
2645         * utils.c (file_merge): If BASE doesn't contain a slash, just
2646         return a copy of FILE.
2647
2648 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2649
2650         * version.c: Wget 1.8-beta2 is released.
2651
2652 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2653
2654         * ftp.c (getftp): When PWD fails, assume "/".
2655
2656         * ftp-basic.c (ftp_syst): Fix indentation.
2657
2658 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2659
2660         * url.c (get_urls_file): If opt.base_href is specified, merge each
2661         URL with the base.
2662
2663 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2664
2665         * main.c (print_help): Don't document the removed `-nh'.
2666
2667 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2668
2669         * url.c (url_full_path): Document better.
2670
2671         * http.c (gethttp): Use the full path when creating digest
2672         authorization.
2673
2674 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2675
2676         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
2677         '/'.
2678
2679 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2680
2681         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
2682         PREFIX does.
2683
2684 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2685
2686         * cookies.c (check_domain_match): Reimplement to match Netscape's
2687         "preliminary specification" for cookies.
2688
2689 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2690
2691         * url.c (replace_attr_refresh_hack): New function.
2692         (convert_links): Call replace_attr_refresh_hack for Refresh
2693         links.  It will add the "TMOUT; URL=" junk before the link.
2694
2695         * html-url.c (collect_tags_mapper): Set ID to the ID of the
2696         "content" attribute, not "http-equiv".
2697         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
2698         instead, store the information that this entry belongs to a
2699         "refresh" link.
2700
2701 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2702
2703         * version.c: Wget 1.8-beta1 is released.
2704
2705 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2706
2707         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
2708         depth by more than one.
2709
2710 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
2711
2712         * retr.c (retrieve_url): Don't allow more than 20 redirections.
2713
2714 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
2715
2716         * recur.c (retrieve_tree): Skip the non-inline entries when
2717         enqueuing the children of a leaf HTML node in -p mode.
2718         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
2719         "inline".
2720
2721         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
2722         (collect_tags_mapper): When an entry is "inline", mark it as such.
2723
2724         * recur.c (descend_url_p): Fix test when checking for
2725         acceptance/rejection rules.
2726
2727 2001-10-31 Daniel BODEA <dali@dali-designs.com>
2728
2729         * netrc.c (search_netrc): When slack_default is 0, still look for
2730         an account with matching password, just not the "default account".
2731         HTTP Authorization using .netrc should now work as expected.
2732
2733 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
2734
2735         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
2736         test_socket_open fails.
2737
2738 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
2739
2740         * progress.c (display_image): Just print one CR to reset the
2741         cursor position.
2742
2743 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
2744
2745         * init.c: New command `ssl_egd_sock'.
2746
2747         * main.c (main): New option `--sslegdsock'.
2748
2749         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
2750
2751 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2752
2753         * cmpt.c (memmove): Include a simple memmove implementation.
2754
2755 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2756
2757         * headers: Guard against header files being included twice.
2758
2759 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2760
2761         * gen-md5.c: Use unsigned char * as the buffer argument to
2762         gen_md5_update.
2763
2764 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2765
2766         * connect.h: Declare select_fd.
2767
2768 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2769
2770         * recur.c (descend_url_p): When resolving no_parent, compare with
2771         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
2772         wouldn't be followed, although the download started from /a/.
2773
2774 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
2775
2776         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
2777         MS VC; somebody with Borland compiler please check and provide
2778         patch if possible;
2779
2780         * cmpt.c: provided a usleep emulation.
2781
2782 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2783
2784         * host.c (address_list_new): Initialize al->faulty.
2785
2786 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2787
2788         * http.c (http_process_range): Accept the broken output of
2789         "JavaWebServer/1.1.1".
2790
2791 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
2792
2793         * progress.c (dot_set_params): If PARAMS is unspecified, use
2794         dot_style, if available.
2795
2796         * init.c: Ditto.
2797
2798         * main.c (main): Resurect --dot-style.
2799
2800         * progress.c (dot_finish): Print the quantity if we're left at the
2801         beginning of a row.
2802
2803 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2804
2805         * cmpt.c (random): Removed.
2806
2807         * retr.c (sleep_between_retrievals): Use the more portable rand()
2808         instead of random().
2809
2810 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
2811
2812         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
2813         prevent seg fault.
2814
2815 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2816
2817         * connect.c (connect_to_many): Use address_list_set_faulty to
2818         prevent the faulty address from being reused.
2819
2820         * host.c (address_list_set_faulty): New function.
2821         (address_list_get_bounds): New function, instead of
2822         address_list_count.
2823
2824 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2825
2826         * url.c (convert_links): Don't translate %d-%d.
2827
2828         * main.c (print_help): Remove stray HAVE_RANDOM code.
2829
2830 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2831
2832         * ftp.c (getftp): Improve output after sending PASV.  Don't
2833         attempt to "look up" the IP address we already know; call
2834         connect_to_one directly.
2835
2836 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2837
2838         * progress.c: Change the default progress implementation to "bar".
2839
2840 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2841
2842         * progress.c (bar_create): Print two newlines.
2843
2844 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2845
2846         * cmpt.c (random): New function, a simple-minded replacement for
2847         random() on systems that don't have it.
2848
2849 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2850
2851         * config.h.in: Put a HAVE_USLEEP stub.
2852
2853         * cmpt.c (usleep): Replacement implementation of usleep using
2854         select.
2855
2856         * init.c: New option init_rate.
2857
2858         * main.c (main): New option --limit-rate.
2859
2860         * retr.c (limit_bandwidth): New function.
2861         (get_contents): Call it to limit the bandwidth used when
2862         downloading.
2863
2864         * progress.c (dot_update): Would print the wrong download speed on
2865         rows other than the first one when the download was continued.
2866         (dot_finish): Ditto.
2867
2868 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
2869
2870         * http.c (gethttp): fix undeclared variable 'err' when compiled
2871         with HAVE_SSL.
2872
2873 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2874
2875         * progress.c: Don't allocate new timers; use the timing data
2876         propagated from the caller.
2877
2878         * retr.c (get_contents): Allocate and use a timer.
2879
2880 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2881
2882         * http.c (last_host_ip): Made into an address_list.
2883         (invalidate_persistent): Release pc_last_host_ip.
2884         (register_persistent): Use lookup_host.
2885         (persistent_available_p): Check for equality of hosts using
2886         address_list_match_all.  Call address_list_release.
2887         (http_cleanup): New function.
2888
2889         * ftp.c (getftp): Use lookup_host and connect_to_many.
2890
2891         * http.c (gethttp): Use lookup_host and connect_to_many.
2892
2893         * connect.c (make_connection): Removed.
2894         (connect_to_one): New function.
2895         (connect_to_many): Ditto.
2896         (set_connection_host_name): Ditto.
2897
2898         * host.c (lookup_host): New function; new return type.
2899         (address_list_new): New function.
2900         (address_list_count): Ditto.
2901         (address_list_copy_one): Ditto.
2902         (address_list_delete): Ditto.
2903         (address_list_release): Ditto.
2904         (pretty_print_address): Ditto.
2905
2906 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2907
2908         * recur.c (retrieve_tree): In case of followed redirection,
2909         blacklist the pre-redirection URL.
2910
2911 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2912
2913         * recur.c (descend_redirect_p): New function.
2914         (retrieve_tree): Make sure redirections are not blindly followed.
2915
2916 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
2917
2918         * config.h.in: added HAVE_RANDOM.
2919
2920         * options.h: added random_wait to struct options.
2921
2922         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
2923         for --random-wait.
2924
2925         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
2926         implementation of random wait times.
2927
2928         * init.c (commands): added "randomwait" keyword.
2929
2930 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2931
2932         * recur.c (descend_url_p): Be more conservative with blacklisting
2933         URLs.
2934         (convert_all_links): Print how many files have been converted, and
2935         how long it took.
2936
2937         * progress.c (create_image): Place the number of downloaded bytes
2938         right after the progress bar.
2939
2940         * utils.c (suffix): Return a pointer into the string.
2941
2942 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2943
2944         * url.c (convert_links): Handle CO_NULLIFY_BASE.
2945
2946         * recur.c (retrieve_tree): Ignore download-ignorable children.
2947         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
2948
2949         * html-url.c (handle_link): Return the newly created urlpos.
2950         (collect_tags_mapper): When dealing with BASE, store the base
2951         reference and mark it as download-ignorable.
2952
2953 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2954
2955         * url.c (convert_links): Attempt to quote '?' as "%3F" when
2956         linking to local files.  Given up on the attempt, as it breaks
2957         local browsing.
2958
2959 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2960
2961         * main.c (private_initialize): Removed.
2962         (main): Don't call private_initialize.
2963
2964         * http.c: Call lookup_host.
2965
2966         * host.c (host_init): Removed.
2967         (add_host_to_cache): Initialize host_name_address_map here, on
2968         demand.
2969         (ngethostbyname): Commented out.
2970
2971         * connect.c (make_connection): Remove dead code; use lookup_host.
2972
2973         * host.c (store_hostaddress): Renamed to lookup_host and reversed
2974         the args.
2975         Removed host_address_name_map and host_slave_master_map.
2976
2977 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2978
2979         * progress.c (dot_create): Align the "[ skipping ... ]" string
2980         with the dots.
2981
2982         * retr.c (rate): Split into two functions: calc_rate and
2983         retr_rate.
2984
2985         * progress.c (create_image): Draw a dummy progress bar even when
2986         total size is unknown.
2987         (display_image): Place the text cursor at the end of the "image".
2988
2989 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2990
2991         * url.c (reencode_string): Use unsigned char, not char --
2992         otherwise the hex digits come out wrong for 8-bit chars such as
2993         nbsp.
2994         (lowercase_str): New function.
2995         (url_parse): Canonicalize u->url if needed.
2996         (get_urls_file): Parse each URL, and return only the valid ones.
2997         (free_urlpos): Call url_free.
2998         (mkstruct): Add :port if the port is non-standard.
2999         (mkstruct): Append the query string to the file name, if any.
3000         (urlpath_length): Use strpbrk_or_eos.
3001         (uri_merge_1): Handle the cases where LINK is an empty string,
3002         where LINK consists only of query, and where LINK consists only of
3003         fragment.
3004         (convert_links): Count and report both kinds of conversion.
3005         (downloaded_file): Use a hash table, not a list.
3006         (downloaded_files_free): Free the hash table.
3007
3008         * retr.c (retrieve_from_file): Ditto.
3009
3010         * main.c (main): Call either retrieve_url or retrieve_tree
3011         for each URL, not both.
3012
3013         * retr.c (register_all_redirections): New function.
3014         (register_redirections_mapper): Ditto.
3015         (retrieve_url): Register the redirections.
3016         (retrieve_url): Make the string "Error parsing proxy ..." 
3017         translatable.
3018
3019         * res.c (add_path): Strip leading slash from robots.txt paths so
3020         that the path representations are "compatible".
3021         (free_specs): Free each individual path, too.
3022         (res_cleanup): New function.
3023         (cleanup_hash_table_mapper): Ditto.
3024
3025         * recur.c (url_queue_new): New function.
3026         (url_queue_delete): Ditto.
3027         (url_enqueue): Ditto.
3028         (url_dequeue): Ditto.
3029         (retrieve_tree): New function, replacement for recursive_retrieve.
3030         (descend_url_p): New function.
3031         (register_redirection): New function.
3032
3033         * progress.c (create_image): Cosmetic changes.
3034
3035         * init.c (cleanup): Do all those complex cleanups only if
3036         DEBUG_MALLOC is defined.
3037
3038         * main.c: Removed --simple-check and the corresponding
3039         simple_host_check in init.c.
3040
3041         * html-url.c (handle_link): Parse the URL here, and propagate the
3042         parsed URL to the caller, who would otherwise have to parse it
3043         again.
3044
3045         * host.c (xstrdup_lower): Moved to utils.c.
3046         (realhost): Removed.
3047         (same_host): Ditto.
3048
3049 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3050
3051         * utils.c (path_simplify): Preserver the (non-)existence of
3052         leading slash.  Return non-zero if changes were made.
3053
3054 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3055
3056         * progress.c (bar_update): Don't modify bp->total_length if it is
3057         zero.
3058
3059 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3060
3061         * retr.c (retrieve_url): When the redirection URL doesn't parse,
3062         print the correct error message rather than "UNKNOWN".
3063
3064 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3065
3066         * progress.c (bar_finish): If the timer didn't record any time
3067         since the download beginning, fake 1ms.
3068
3069 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3070
3071         * recur.c (recursive_retrieve): Fix typo.
3072
3073 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
3074
3075         * progress.c (create_image): Don't translate "%ld ".
3076
3077 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
3078
3079         * progress.c (bar_set_params): Allow the user to force the use of
3080         the bar.
3081
3082 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
3083
3084         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
3085
3086 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
3087
3088         * progress.c: Renamed dp_* functions to dot_* for greater clarity
3089         and consistency with bar_*.
3090         (print_download_speed): Get rid of the unneeded '@' character.
3091         (create_image): Fix download rate geometry.
3092
3093         * progress.c (print_elapsed): Remove spurious space.
3094         (print_elapsed): Renamed to print_download_speed, since that's
3095         what it does.
3096
3097 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
3098
3099         * progress.c (bar_update): If the downloaded amount becomes larger
3100         than the expected amount, adjust the expected amount accordingly.
3101
3102 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
3103
3104         * utils.c (determine_screen_width): New function.
3105
3106         * main.c (main): New option `--progress=TYPE'.
3107         (main): Implement compatibility with the old option `--dot-style'.
3108
3109         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
3110         dp_set_params.
3111         (cmd_spec_progress): New function.
3112
3113         * retr.c (get_contents): Use the progress_* functions instead of
3114         the old show_progress().
3115         (show_progress): Removed.
3116         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
3117         etc.
3118
3119         * progress.c (set_progress_implementation): New function.
3120         (valid_progress_implementation_p): Ditto.
3121         (progress_create): Ditto.
3122         (progress_update): Ditto.
3123         (progress_finish): Ditto.
3124         (dp_create): Ditto.
3125         (dp_update): Ditto.
3126         (dp_finish): Ditto.
3127         (dp_set_params): Ditto.
3128         (print_elapsed): Ditto.
3129
3130 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
3131
3132         * retr.c (show_progress): Use it.
3133
3134         * log.c (log_set_flush): New function.
3135
3136 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
3137
3138         * utils.c (path_simplify): Don't remove trailing slashes.
3139
3140         * ftp.c (ftp_get_listing): Use it.
3141
3142         * utils.c (file_merge): New function.
3143
3144         * url.c (opt_url): Removed.
3145
3146         * recur.c (recursive_retrieve): Inline "opt_url" logic.
3147
3148         * main.c (main): Use xfree(), not free().
3149
3150         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
3151
3152         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
3153         internally.
3154
3155         * config.h.in: Include a stub for HAVE_STRPBRK.
3156
3157         * cmpt.c (strpbrk): Include a replacement for systems without
3158         strpbrk().
3159
3160         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
3161
3162         * url.c (url_set_dir): New function.
3163         (url_set_file): Ditto.
3164
3165         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
3166         parser makes the URL "params" available, so we can do that in this
3167         function.
3168
3169         * retr.c: Ditto.
3170
3171         * ftp.c: Ditto; pass the local file information in `ccon'.
3172
3173         * http.c: Get rid of the ugly kludge that had URL being replaced
3174         with the proxy URL when proxy retrieval was requested.  Use a
3175         separate parameter to http_loop and gethttp for the proxy URL.
3176
3177         * http.c: Changed to reflect the fact that local file, proxy, and
3178         referer information are no longer stored in struct url.  The local
3179         file information is passed in `struct hstat' now.
3180
3181         * url.c: Reworked URL parsing to be more regular.  Reencode the
3182         URL using reencode_string.
3183         Removed non-URL-related information from struct url.  This
3184         includes fields `proxy', `local', and `referer'.
3185
3186 2001-11-22  Jochen Hein  <jochen@jochen.org>
3187
3188         * main.c (main): Split the copyright notice for easier
3189         translation.
3190
3191 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
3192
3193         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
3194           command to server to request file size.
3195         * ftp.h (ftp_size): Export it.
3196         * ftp.c (getftp): Use new ftp_size function if restoring
3197           transfer of a file with unknown size.
3198
3199 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3200
3201         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
3202
3203 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3204
3205         * url.c (getproxy): Handle URL shorthands.
3206
3207 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3208
3209         * main.c: Remove --wait / --waitretry backwards compatibility
3210         code.
3211         
3212 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3213
3214         * main.c (main): Use it.
3215
3216         * url.c (rewrite_url_maybe): New function.
3217
3218 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3219
3220         * url.c: Clean up handling of URL schemes.
3221
3222 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3223
3224         * url.c: Get rid of `protostrings'.
3225         (skip_proto): Don't use protostrings.
3226         (has_proto): Ditto.
3227
3228 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3229
3230         * Makefile.in: Conditionally compile getopt.o.
3231
3232 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3233
3234         * md5.h: Renamed to gnu-md5.h.
3235
3236         * md5.c: Renamed to gnu-md5.c.
3237
3238         * http.c: Ditto.
3239
3240         * ftp-opie.c: Use the new macros.
3241
3242         * sysdep.h: Define md5-related macros.
3243
3244         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
3245         depending on which md5 implementation is used.
3246
3247 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3248
3249         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
3250         the compiler.
3251
3252 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3253
3254         * http.c (gethttp): Print the whole response line when printing
3255         headers is requested.
3256
3257 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3258
3259         * res.c: New file.  Implement all RES-related code here.
3260
3261 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3262
3263         * version.c: Wget 1.7.1 is released.
3264
3265 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
3266
3267         * headers.c (header_extract_number): Ignore trailing whitespace.
3268
3269 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
3270
3271         * html-url.c (collect_tags_mapper): Fix bug converting links
3272         with -k option for tags with multiple link attributes by
3273         handling links in the order they appear.
3274
3275 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
3276
3277         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
3278           the call to the 'rate' function by moving it past the error
3279           checking for the 'getftp' function return value.
3280
3281 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
3282
3283         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
3284         '\"'.  Different compilers' assert macros are broken in different
3285         ways.
3286
3287 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
3288
3289         * http.c (gethttp): print debug output for errors occuring during
3290         the ssl handshake.
3291
3292 2001-11-16  Chris Seawood  <cls@seawood.org>
3293
3294         * init.c: Ditto.
3295
3296         * host.c: Ditto.
3297
3298         * connect.c: Ditto.
3299
3300         * sysdep.h: Support compilation under BEOS.
3301
3302 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
3303
3304         * url.c (url_equal): Fix a memory leak when parseurl returns an
3305         error on the second URL. Also, since url_equal is not used at the
3306         moment, do not compile it.
3307
3308         * url.h: Ditto for the prototype of url_equal.
3309
3310 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
3311
3312         * html-parse.c (map_html_tags): Support XML-style empty tags.
3313
3314 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3315
3316         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
3317         loop condition because we're no longer setting SIZEVAR here.
3318
3319 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3320
3321         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
3322         call because it needs the old value.
3323
3324 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3325
3326         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
3327         an attribute name.
3328
3329 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3330
3331         * url.c (url_filename): Make sure that slashes that sneak in to
3332         u->file via query string get protected.
3333         (file_name_protect_query_string): New function.
3334
3335 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3336
3337         * recur.c (recursive_retrieve): Also check undesirable_urls with
3338         canonicalized URL.
3339
3340 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3341
3342         * http.c (gethttp): Search `.netrc' with real host, not the proxy
3343         one.
3344
3345 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3346
3347         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
3348         define it.
3349
3350 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
3351
3352         * ftp.h: Provide correct prototype for ftp_parse_ls().
3353
3354 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
3355
3356         * version.c: Wget 1.7 is released.
3357
3358 2001-06-03  Karl Eichwalder  <ke@suse.de>
3359
3360         * ftp-ls.c (ftp_parse_ls): Fix typo.
3361
3362 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
3363
3364         * all: Update copyright information.
3365
3366 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3367
3368         * http.c (gethttp): Indicate that the continued download failed
3369         for *this* file.
3370
3371 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3372
3373         * version.c: Wget 1.7-pre1 is released.
3374
3375 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3376
3377         * version.c: Updated version to 1.7-pre1.
3378
3379 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3380
3381         * gen_sslfunc.c: Don't include <sys/time.h> directly.
3382
3383 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3384
3385         * http.c (gethttp): Use real URL data for cookies, not the proxy
3386         stuff.
3387
3388 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3389
3390         * main.c (print_help): Document `--no-http-keep-alive'.
3391
3392         * utils.c (numdigit): Handle negative numbers *correctly*.
3393
3394         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
3395         than the confusing "unsigned".
3396
3397         * utils.c (string_set_contains): Renamed from string_set_exists.
3398
3399         * hash.c (hash_table_contains): Renamed from hash_table_exists.
3400
3401         * cookies.c: Move case-insensitive hash tables to hash.c.
3402
3403 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
3404
3405         * http.c (gethttp): Before concluding that the file is already
3406         fully retrieved, make sure that the file existed and `Range' was
3407         actually requested.
3408
3409 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
3410
3411         * cookies.c (eliminate_dups): New function.
3412         (build_cookies_request): Use it.
3413         (build_cookies_request): Set chain_store_size after reallocating
3414         all_chains.
3415         (check_domain_match): Annotated for easier future debugging.
3416         (store_cookie): In the debug message, print whether the cookie is
3417         permanent.
3418
3419 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
3420
3421         * http.c (http_loop): Reset no_truncate before deciding whether to
3422         set it.
3423         (gethttp): Further clarify "-c conflicts with existing file" error
3424         message, based on input from Herold Heiko.
3425
3426 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
3427
3428         * http.c (http_loop): If restval is set, set no_truncate to 1
3429         unconditionally.
3430
3431 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
3432
3433         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
3434         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
3435         (ftp_parse_vms_ls): Ditto.
3436
3437 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
3438
3439         * init.c (cmd_address): Zero SIN before using it; apparently
3440         needed on *BSD.
3441
3442 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
3443
3444         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
3445         empty.
3446
3447 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
3448
3449         * main.c (main): Make `--cookies' respect its argument.
3450
3451 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
3452
3453         * main.c (main): Removed undocumented option `--email-address'.
3454
3455         * netrc.c: Use the latest read_whole_line.
3456
3457         * init.c (defaults): Set opt.ftp_pass to "-wget@".
3458
3459         * mswindows.c (pwd_cuserid): Ditto.
3460
3461         * utils.c (pwd_cuserid): Removed.
3462
3463         * host.c (ftp_getaddress): Removed.
3464
3465 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
3466
3467         (http_loop): Allocate space for filename_plus_orig_suffix with
3468         alloca; this is more efficient and removes the need to free it
3469         before each and every return.
3470
3471 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
3472
3473         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
3474         unneeded because the file is already there and fully downloaded,
3475         and -c is specified.
3476         (http_loop): Handle RETRUNNEEDED.
3477
3478         * wget.h (uerr_t): New value RETRUNNEEDED.
3479
3480         * http.c (http_loop): Set no_truncate for files that both exist
3481         and are non-empty.
3482         (gethttp): Consider the download finished when restval >= contlen,
3483         not only when restval==contlen.
3484         (gethttp): Handle redirection before giving up due to -c.
3485         (gethttp): Clarify error message which explains that -c will not
3486         truncate the file.
3487         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
3488         the stuff that needs freeing and release the socket.
3489
3490 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
3491
3492         * main.c (print_help): Wget booleans accept "off", not "no".
3493
3494 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
3495
3496         * http.c (http_loop): If allow_cache is zero, always disable
3497         caching, not only when retrieving through proxy.
3498
3499         * init.c: Ditto.
3500
3501         * options.h (struct options): Rename proxy_cache to allow_cache.
3502
3503 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
3504
3505         * http.c (mktime_from_utc): Improve documentation.
3506         (http_atotm): Put format strings into a separate array.
3507
3508 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
3509
3510         * safe-ctype.h: Instead of throwing #error when isalpha is
3511         defined, redefine it to something that will throw a compile-time
3512         error if actually *used*.  Do the same for the rest of the
3513         standard C macros.
3514
3515 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3516
3517         * url.c (getproxy): Ignore empty proxy vars.
3518
3519 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
3520
3521         * http.c (http_loop): Would load cookies every time.
3522
3523         * cookies.c (load_cookies): Handle cookies whose values contain
3524         embedded spaces.
3525
3526 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
3527
3528         * utils.c: Define each DIGITS_* in one line.
3529
3530 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
3531
3532         * http.c (http_atotm): Initialize t.tm_isdst to 0.
3533         (mktime_from_utc): Prevent mktime() from having discontinuities at
3534         DST transition points.
3535
3536 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
3537
3538         * html-url.c (get_urls_html): Fix documentation.
3539
3540 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
3541
3542         * url.c (UNSAFE_CHAR): Reimplement using a static table.
3543         (url_init): Removed.
3544         (init_unsafe_char_table): Removed.
3545
3546 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
3547
3548         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
3549
3550 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
3551
3552         * utils.c: Document timer functions.
3553
3554         * retr.c (rate): Use it.
3555         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
3556
3557         * utils.c (wtimer_granularity): New function.
3558
3559 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3560
3561         * retr.c (show_progress): Ditto.
3562
3563         * ftp.c (getftp): Ditto.
3564
3565         * http.c (gethttp): Use new timer functions.
3566
3567         * utils.c (wtimer_allocate): New function.
3568         (wtimer_new): Ditto.
3569         (wtimer_delete): Ditto.
3570         (wtimer_reset): Ditto.
3571         (wtimer_elapsed): Ditto.
3572
3573 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3574
3575         * utils.c (long_to_string): New, faster version.  Favors smaller
3576         numbers; much of the calculation is now done at compile-time.
3577
3578 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3579
3580         * utils.c (numdigit): Handle negative numbers.
3581
3582 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
3583
3584         * retr.c (show_progress): Print the download rate even when the
3585         percentages are not available.
3586
3587 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
3588
3589         * ftp.c (getftp): Adjust expected_bytes if the length is
3590         authoritative.
3591
3592 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3593
3594         * url.c: Don't declare `construct'.
3595
3596         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
3597         mappings to new locations.
3598         (hash_table_new): Make resize_threshold a field in the hash table,
3599         so we don't have to recalculate it in each hash_table_put.
3600         (grow_hash_table): Update resize_threshold.
3601         (MAX): Remove unused macro.
3602         (prime_size): Made static.
3603
3604 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3605
3606         * retr.c (retrieve_url): Call uri_merge, not url_concat.
3607
3608         * html-url.c (collect_tags_mapper): Call uri_merge, not
3609         url_concat.
3610
3611         * url.c (mkstruct): Use encode_string instead of xstrdup followed
3612         by URL_CLEANSE.
3613         (path_simplify_with_kludge): Deleted.
3614         (contains_unsafe): Deleted.
3615         (construct): Renamed to uri_merge_1.
3616         (url_concat): Renamed to uri_merge.
3617
3618 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3619
3620         * url.c (str_url): Use encode_string instead of the unnecessary
3621         CLEANDUP.
3622         (encode_string_maybe): New function, returns input string if no
3623         encoding is needed.
3624         (encode_string): Call encode_string_maybe to do the dirty work,
3625         xstrdup if no work needed.
3626
3627 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3628
3629         * wget.h (XDIGIT_TO_xchar): Define here.
3630
3631         * url.c (decode_string): Use new name.
3632         (encode_string): Ditto.
3633
3634         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
3635         (dump_hash): Use new name.
3636
3637         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
3638         XDIGIT_TO_XCHAR respectively.
3639
3640 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3641
3642         * init.c: Include cookies.h.
3643
3644         * cookies.h: Declare cookies_cleanup.
3645
3646         * cookies.c (check_domain_match): Remove unused variable.
3647         (save_cookies): Remove extraneous argument from debug statement.
3648
3649         * host.c (same_host): Don't call skip_url.
3650
3651         * url.c (skip_url): Removed.  Removed its calls from various
3652         functions in url.c.
3653
3654 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3655
3656         * cookies.c (unsigned_string_hash): Use the new code in
3657         string_hash as reference.
3658
3659         * hash.c (hash_table_map): Allow deletion and change of the
3660         element processed by MAPFUN.
3661         (string_hash): Use the function from glib.
3662
3663 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3664
3665         * config.h.in: Include #undef stub.
3666
3667         * hash.c (hash_table_remove): Rewrite to actually clear deleted
3668         entries instead of just marking them as deleted.
3669
3670 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3671
3672         * hash.h: Declare hash_table_get_pair and hash_table_count.
3673
3674 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3675
3676         * cookies.c: Declare http_atotm.
3677
3678 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3679
3680         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
3681         permissions.  A compiler that doesn't accept octal constants is
3682         seriously broken and shouldn't be used -- octal constants were
3683         present in K&R C!
3684
3685 2001-01-20  Karl Eichwalder  <ke@suse.de>
3686
3687         * Makefile.in: Provide and use DESTDIR according to the Coding
3688         Standards.
3689
3690 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3691
3692         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
3693         specification.
3694
3695 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
3696
3697         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
3698         because that strips the *leading* slash, thus forcing relative
3699         FTP retrieval.
3700
3701 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
3702
3703         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
3704         notation for VMS servers. 
3705         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
3706         odir is an empty string.
3707
3708 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
3709
3710         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
3711         effective. Suggested by Edward J. Sabol.
3712
3713 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3714
3715         * cookies.c (build_cookies_request): Use and sort cookies from all
3716         matching domains.
3717         (build_cookies_request): Check for duplicates before generating
3718         the `Cookies' header.
3719
3720         * main.c (main): Don't load cookies here.
3721         (main): Make loadcookies and savecookies call the correct command.
3722
3723         * http.c (http_loop): Load cookies on-demand.
3724
3725 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
3726
3727         * http.c (gethttp): Fix indentation of SSL ifdef.
3728
3729 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
3730
3731         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
3732         that hack is no longer necessary.
3733         (getftp): Prepend initial directory to *non*-absolute u->dir's.
3734
3735 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
3736
3737         * init.c (cmd_file): New function.
3738         (enable_tilde_expansion): New variable.
3739         (run_wgetrc): Use it.
3740         (cmd_file): Use it.
3741
3742 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
3743
3744         * init.c: Include cookie-related options.
3745
3746         * main.c (main): Include cookie-specific options.
3747         (main): Load cookies before download is finished.
3748         (main): Save cookies when done.
3749
3750         * http.c (gethttp): Process the `Set-Cookie' header.
3751         (gethttp): Include cookies in the response.
3752
3753         * cookies.c: New file.
3754
3755 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
3756
3757         * utils.c (datetime_str): New function.
3758
3759 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
3760
3761         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
3762         12:01PM == 00:01, which was obviously wrong. Taken care of this
3763         anomaly.
3764
3765         * ChangeLog: Removed an excess conflict marker. Reformatted the
3766         entry by Philipp Thomas from 2001-03-09.
3767
3768         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
3769         between 0 and 23. Elminate unused variable `sec'.
3770
3771 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
3772
3773         * hash.c (hash_table_count): New function.
3774
3775 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
3776
3777         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
3778         Digital Unix cc.
3779
3780 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
3781
3782         * config.h.in: Oops, do the namespace tweaks only on systems we
3783         know about.
3784
3785 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
3786
3787         * hash.c: Include <string.h>.
3788
3789 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
3790
3791         * config.h.in: Define "compilation environment" options that work
3792         under Linux and Solaris.  To be reviewed on other OS'es.
3793
3794 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
3795
3796         * http.c (gethttp): Prepend literal newline with `\n\'.
3797
3798 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
3799
3800         * sysdep.h: Don't define VERY_LONG_FORMAT.
3801
3802         * utils.c (very_long_to_string): New function.
3803         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
3804
3805 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
3806
3807         * url.c (parse_uname): Would run past the end of the string if the
3808         username was present, but the URL did not contain a slash, e.g.
3809         http://foo:bar@myhost.
3810
3811 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
3812
3813         * http.c (http_atotm): Use %A instead of %a to match full
3814         weekday.  (On most systems there is no difference.)
3815
3816 2001-04-03  Paul Bludov  <paul@ozero.net>
3817
3818         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
3819         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
3820         leak.
3821         (ws_mypath): Use GetModuleFileName instead of argv[0].
3822         (ws_startup): Use data.wVersion for comparison.
3823
3824 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
3825
3826         * http.c (http_loop): Ditto.
3827
3828         * ftp.c (ftp_loop_internal): Made the check whether to continue
3829         retrieval `-O'-friendly.
3830
3831 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
3832
3833         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
3834         they will be handled as whitespace.
3835         (parse_netrc): Correctly handle lines that end with whitespace.
3836
3837 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
3838
3839         * retr.c (retrieve_url): New variable global_download_count used
3840         to identify first retrieval.
3841
3842         * ftp.c (getftp): Ditto.
3843
3844         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
3845
3846 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
3847
3848         * init.c (cmd_address): Heap-allocate the address that gets stored
3849         to CLOSURE.  Old code would simply assign an address on the stack.
3850
3851 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
3852
3853         * ftp.c (ftp_get_listing): Propagate error status.
3854         (ftp_retrieve_glob): Use it.
3855         (ftp_loop): Ditto.
3856
3857 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
3858
3859         * main.c (main): Add -C to the string that is the third arg to
3860         getopt_long().
3861
3862 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3863
3864         * ftp.c (getftp): Don't start the download from scratch if `-c'
3865         was specified, but the file is already fully downloaded.
3866
3867         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
3868         specified and the server doesn't support continued download.
3869         (gethttp): Don't start the download from scratch if `-c' was
3870         specified, but the file is already fully downloaded.
3871
3872 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
3873
3874         (recursive_retrieve): Don't clear the hash tables at this point at
3875         all; it interferes with the normal operation of register_download.
3876
3877 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
3878
3879         * recur.c (recursive_retrieve): Clear the hash tables only when
3880         they are defined.
3881
3882 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
3883
3884         * http.c (gethttp): Make sure the socket is closed with
3885         CLOSE_INVALIDATE before we have drained the body.
3886
3887 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
3888
3889         * retr.c (retrieve_url): Call register_download() for downloaded
3890         files and register_html() for downloaded HTML files.
3891
3892         * recur.c (register_download): New function; register here that a
3893         file has been downloaded, rather than in recursive_retrieve().
3894         (register_html): New function; enqueue the location of HTML files
3895         here rather than in recursive_retrieve().
3896
3897 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
3898
3899         * main.c (print_help): Use multiple fputs instead of a single ugly
3900         printf().
3901         (main): Consistently assign numbers >128 to options without a
3902         corresponding character.
3903
3904 2001-03-09  Philipp Thomas  <pthomas@suse.de>
3905
3906         * safe-ctype.h: New file. Locale independent ctype.h replacement
3907         taken from libiberty.
3908
3909         * safe-ctype.c: New file. Tables for above.
3910
3911         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
3912         safe-ctype$o.
3913
3914         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
3915         isspace.
3916
3917         * ftp-basic.c: Don't include ctype.h.
3918
3919         * ftp-ls.c: Likewise.
3920
3921         * ftp.c: Likewise.
3922
3923         * headers.c: Likewise.
3924
3925         * host.c: Likewise.
3926
3927         * html-parse.c: Likewise.
3928
3929         * html-url.c: Likewise.
3930
3931         * http.c: Likewise.
3932
3933         * init.c: Likewise.
3934
3935         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
3936
3937         * netrc.c: Likewise.
3938
3939         * recur.c: Likewise.
3940
3941         * retr.c: Likewise.
3942
3943         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
3944         instead of isdigit.
3945
3946         * sysdep.h: Remove defines of ctype macros as they aren't needed
3947         for safe-ctype-h.
3948
3949         * url.c: Don't include ctype.h.
3950
3951         * utils.c: Likewise.
3952
3953         * wget.h: Include safe-ctype.h.
3954
3955 2001-03-27  Dan Harkless  <wget@harkless.org>
3956
3957         * Makefile.in: Moved top_builddir out of "User configuration
3958         section" of top Makefile and analogous spot in this one.
3959
3960 2001-03-17  Dan Harkless  <wget@harkless.org>
3961
3962         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
3963         Define top_builddir.  Link wget with libtool so the user doesn't
3964         have to supply a bunch of custom environment variables to 
3965         correctly link with the OpenSSL shared libraries.
3966
3967 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
3968
3969         * http.c (gethttp): skip :port in host header if it is the
3970         DEFAULT_HTTPS_PORT when using SSL.
3971
3972         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
3973         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
3974         rest of the code. 
3975         * url.h: Ditto
3976
3977 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
3978
3979         * retr.c (show_progress): Correctly calculate the number of bytes
3980         in the first line of the download that have been actually
3981         downloaded in this run.
3982
3983 2001-02-23  Dan Harkless  <wget@harkless.org>
3984
3985         * main.c (print_help): --help documentation for -N said it would
3986         re-download files if they had the _same_ timestamp on server.
3987         (print_help): -nr belongs in "FTP options" section of --help
3988         output, not "Recursive retrieval" section.  Alphabetized FTP
3989         options by long option name.
3990
3991 2001-02-16  Dan Harkless  <wget@harkless.org>
3992
3993         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
3994         that "httpsproxy" had been inserted into commands[] out of
3995         alphabetical order, causing "BUG: unknown command `httpuser'".
3996
3997 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
3998
3999         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
4000         listing without correct permissons).
4001
4002         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
4003         FTP server. 
4004
4005         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
4006         shall be donwloaded only when it's newer than the local copy or
4007         when it has the same timeestamp but its size is different. ST_VMS
4008         and ST_MACOS as special cases that lie about file size. 
4009
4010         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
4011
4012         * Makefile.in: Removed dependency on ftpparse library due to unclear
4013         copyright issues and absence of any feedback to our queries. 
4014
4015         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
4016         copyright issues and absence of any feedback to our queries.   
4017         (ftp_parse_ls): Added a warning message when remote server system
4018         does not seem to be suported by wget. 
4019         (ftp_parse_vms_ls): New function for parsing VMS ftp
4020         server listing output.
4021         (clean_line): New function responsible for removing
4022         end-of-line characters from FTP listing texts.
4023
4024         * ftp.c (getftp): Global variables pwd and host_type are now
4025         member of the ccon structure under names ccon.id and ccon.rs. 
4026
4027         * ftp.h (struct ccon): Added formed global variables from ftp.c,
4028         enum stype rs (remote system identification) and char *id (initial
4029         working directory), as suggested by Hrvoje.
4030
4031         * url.c (parse_uname): Added support for passwords containing '@'
4032         characters.
4033         (skip_uname): Ditto.
4034
4035 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
4036
4037         * ftp.c (ftp_loop): Reset con.
4038
4039 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
4040
4041         * url.c (parse_uname): Added support for passwords containing '@'
4042         characters.
4043         (skip_uname): Ditto.
4044
4045 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
4046
4047         * url.c (parseurl): Debug-print u->ftp_type.
4048
4049 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
4050
4051         * ftp.c (ftp_loop_internal): Disable padding.
4052         (getftp): Ditto.
4053
4054         * http.c (http_loop): Disable padding.
4055
4056         * retr.c (show_progress): Use it to enable padding.
4057
4058         * retr.c (rate): Optional parameter PAD for padding the rate.
4059
4060 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4061
4062         * retr.c (show_progress): Make sure that the last output line
4063         includes progress.
4064
4065 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
4066
4067         * retr.c (show_progress): Print the download rate along with the
4068         percentages.
4069         Along with Anders Thorsby <anders@thorsby.dk>.
4070
4071 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
4072
4073         * ftp.h: Rename enums `command' to `wget_ftp_command' and
4074         `fstatus' to `wget_ftp_status' because old names clash with Tru64
4075         net/if.h.
4076
4077 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
4078
4079         * gen_sslfunc.c: verify_callback is now static
4080
4081         * gen_sslfunc.c (init_ssl): load certificate if specified
4082
4083         * gen_sslfunc.c (ssl_printerr): new function
4084
4085         * init.c: added new --sslcertfile and --sslcertkey switches
4086
4087         * main.c: ditto
4088
4089         * options.h: ditto
4090
4091         * http.c (gethttp): abort when init_ssl fails
4092
4093 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
4094
4095         * mswindows.h: Include <malloc.h>; it's needed for alloca().
4096
4097 2001-01-10  Dan Harkless  <wget@harkless.org>
4098
4099         * url.c (str_url): Clarified this function's comment header after
4100         Hrvoje answered my question on the list as to when hide != 1.
4101         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
4102
4103 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4104
4105         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
4106         Drazen Kacar <dave@arsdigita.com>.
4107         (conaddr): Ditto.
4108
4109 2001-01-09  Dan Harkless  <wget@harkless.org>
4110
4111         * html-url.c: A bunch of fixup of `--page-requisites'-related
4112         comments to reflect Hrvoje's changes to my code when transplanting
4113         it into this new file, to fix spelling mistakes, to clarify, etc.
4114
4115         * url.c (write_backup_file): Clarified a comment.
4116         (str_url): Henrik van Ginhoven pointed out on the list that we
4117         shouldn't give away the number of characters in the password by
4118         replacing each character with a 'x'.  Use "<password>" instead.
4119
4120         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
4121         directories didn't work if logging in put you in a directory other
4122         than "/" is fixed now.  Removed the comment here warning of the bug.
4123
4124         * main.c (print_help): --continue's description was misleading.
4125         We don't "restart", we "resume".  Also, better to say
4126         "partially-downloaded file" rather than just "existing file".
4127
4128 2001-01-06  Dan Harkless  <wget@harkless.org>
4129
4130         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
4131         the best way to go about my aim.  Removed them in favor of:
4132
4133         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
4134
4135 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
4136
4137         * url.c (replace_attr): New function, to be used by both
4138         TO_COMPLETE and TO_RELATIVE case in convert_links.
4139         (find_fragment): New function for finding URL fragments.
4140         (replace_attr): Better handle the case where the original string
4141         is not quoted.  Use find_fragment.
4142         (convert_links): Use replace_attr().
4143
4144 2000-12-31  Dan Harkless  <wget@harkless.org>
4145
4146         * ChangeLog: Since this flat file doesn't have multiple branches,
4147         looking at the dates would make you think that things went into
4148         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
4149         in 1.6 branch.]" where appropriate to clarify.
4150         
4151 2000-12-30  Dan Harkless  <wget@harkless.org>
4152
4153         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
4154         patch to deal with h_errno not being defined in netdb.h under Cygwin.
4155
4156 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
4157
4158         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
4159
4160 2000-12-17  Igor Khristophorov  <igor@atdot.org>
4161
4162         * http.c (check_end): Fix test for '+' or '-'.
4163
4164 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
4165
4166         * url.c (parseurl): Rename inner loop var from i to ind to avoid
4167         clash with the function top-level-declared variable i.
4168         (str_url): Likewise, rename inner-loop i to j.
4169
4170         * recur.c (parse_robots): Don't declare LEN at top of function.
4171         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
4172         global variable.
4173
4174         * main.c (main): Change erroneous use of bitwise and to logical.
4175
4176         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
4177         the stack because it will be copied to closure.
4178
4179         Thanks to Csaba Raduly's run of PC-LINT over the sources.
4180
4181 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
4182
4183         * http.c (basic_authentication_encode): Use xmalloc(), not
4184         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
4185         sources.
4186
4187 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
4188
4189         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
4190         compilation.
4191
4192 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
4193
4194         * mswindows.c: Include <errno.h>.
4195
4196         * gen_sslfunc.c: Include <errno.h>.
4197
4198         * ftp-basic.c: Don't attempt to declare errno or h_errno because
4199         they're not used.
4200
4201         * main.c: Include <errno.h> because errno is used.
4202
4203         * ftp.c: Ditto.
4204
4205         * http.c: Include <netdb.h> for h_errno.
4206
4207 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
4208
4209         * html-parse.c (advance_declaration): MSVC assert() chokes on
4210         '\"'.  Use '"' instead.
4211
4212 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
4213
4214         * utils.c (xfree_real): Removed.
4215         (xfree_debug): Just call free().
4216
4217         * wget.h (xfree): Make it an alias for free.
4218
4219 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
4220
4221         * http.c (http_loop): Furthermore, touch output_document only if
4222         it is known to be an existing regular file.
4223
4224 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
4225
4226         * ftp.c (ftp_retrieve_list): Ditto.
4227
4228         * http.c (http_loop): Touch output_document if that is used for
4229         output.
4230
4231 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4232
4233         * http.c: Include gen_sslfunc.h after including Wget's headers.
4234         (persistent_available_p): Needed coma before `int ssl'.
4235
4236 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4237
4238         * ftp.c (ftp_loop_internal): Ditto.
4239
4240         * http.c (http_loop): Use it.
4241
4242         * retr.c (sleep_between_retrievals): New function that handles the
4243         logic of opt.wait and opt.waitretry.
4244
4245 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4246
4247         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
4248         rbuf_read_bufferful when the buffer is depleted.
4249
4250         * rbuf.c (rbuf_read_bufferful): New function.
4251
4252 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4253
4254         * gen_sslfunc.h: Use ansi2knr style function declarations.
4255
4256         * gen_sslfunc.c: Reformat according to the GNU coding standards.
4257         More should be done.
4258
4259         * http.c (persistent_available_p): Place the cheap SSL test nearer
4260         the top of the function.
4261         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
4262
4263 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
4264
4265         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
4266         char.
4267
4268 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
4269
4270         * Makefile.in: added gen_sslfunc object
4271         * config.h.in: added HAVE_SSL define
4272         * connect.c: changed select_fd from static int to int
4273         * connect.h: ditto
4274         * gen_sslfunc.h: New file
4275         * gen_sslfunc.c: ditto
4276         * http.c: added HTTPS fuctionality
4277         * retrc.c: ditto
4278         * url.c: ditto
4279         * init.c: added opt.httpsproxy
4280         * options.h: ditto
4281         * rbuf.h: added alternate rbuf struct
4282         * wget.h: added CONSSLERR
4283         * rbuf.c: ditto
4284
4285         * http.c: Added HTTPS fuctionality.
4286
4287         * retrc.c: Ditto.
4288
4289         * url.c: Ditto.
4290
4291         * init.c: Added opt.httpsproxy.
4292
4293         * options.h: Ditto.
4294
4295         * rbuf.h: Added alternate rbuf struct.
4296
4297         * wget.h: Added CONSSLERR.
4298
4299         * rbuf.c: Ditto.
4300
4301 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
4302
4303         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
4304         "ignore_perms" to ignore file and directory permissions for
4305         Windows NT FTP server listings.
4306         (ftp_parse_winnt_ls): New function.
4307         (ftp_parse_ls): Parses UNIX and Windows NT listings
4308         separately. Simple heuristics for distinguishing between UNIX and
4309         MS-DOS-like FTP listing provided by Windows NT FTP service.
4310
4311 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
4312
4313         * ftpparse.c, ftpparse.h: New files.
4314
4315         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
4316         only. Use ftp_parse_nonunix_ls otherwise.
4317         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
4318         exotic FTP servers.
4319
4320         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
4321         FTP servers.
4322
4323         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
4324         (getftp): Support for VMS. Support for FTP servers that do not
4325         place you in the root directory after login.
4326         (ftp_retrieve_list): VMS is silent about the real file size, issue
4327         a more appropriate message.
4328         (ftp_get_listing): Pass host_type to ftp_parse_ls.
4329
4330         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
4331
4332 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
4333
4334         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
4335         "ignore_perms" to ignore file and directory permissions for
4336         Windows NT FTP server listings.
4337         (ftp_parse_winnt_ls): New function.
4338         (ftp_parse_ls): Parses UNIX and Windows NT listings
4339         separately. Simple heuristics for distinguishing between UNIX
4340         and MS-DOS-like FTP listing provided by Windows NT FTP service.
4341
4342 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
4343
4344         * netrc.c (parse_netrc): Get rid of line ending.
4345
4346 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
4347
4348         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
4349         Dan.
4350
4351 2000-11-24  Karl Eichwalder  <ke@suse.de>
4352
4353         * main.c (print_help): Untabify.
4354
4355 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
4356
4357         * utils.c (xrealloc_debug): Do the unregister/register thing only
4358         if the pointer has actually changed.
4359         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
4360         (xfree_real): Ditto.
4361         (xrealloc_real): Ditto.
4362         (xstrdup_real): Ditto.
4363
4364 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
4365
4366         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
4367         string; no need to strdup() it.
4368         (getftp): Make pwd_len a local variable.
4369         (ftp_loop): Free PWD before returning.
4370
4371         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
4372
4373 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
4374
4375         * all: Use xfree() instead of free.
4376
4377         * utils.c (xfree): New function.
4378
4379 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
4380
4381         * url.c (convert_links): HTML-quote the converted string.
4382
4383         * utils.c (html_quote_string): Move here from ftp-ls.c
4384         (html_quote_string): Make non-static; declare in utils.h.
4385         (html_quote_string): Convert SP to &#32;.
4386
4387 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
4388
4389         * ftp.c (getftp): Reformat Jan's code according to GNU coding
4390         standards; remove (debugging?) printf's; use '\0' for the ASCII
4391         zero character.  Use alloca() instead of malloc() for
4392         inter-function temporary allocations.
4393
4394 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
4395
4396         * ftpparse.c, ftpparse.h: New files.
4397
4398         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
4399         only. Use ftp_parse_nonunix_ls otherwise.
4400         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
4401         exotic FTP servers.
4402
4403         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
4404         FTP servers.
4405
4406         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
4407         (getftp): Support for VMS. Support for FTP servers that do not
4408         place you in the root directory after login.
4409         (ftp_retrieve_list): VMS is silent about the real file size, issue
4410         a more appropriate message.
4411         (ftp_get_listing): Pass host_type to ftp_parse_ls.
4412
4413         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
4414
4415 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
4416
4417         * hash.c (hash_table_put): Don't overwrite deleted mappings.
4418
4419 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
4420
4421         * hash.c (find_mapping): New function.
4422         (hash_table_get): Use it.
4423         (hash_table_get_pair): Ditto.
4424         (hash_table_exists): Ditto.
4425         (hash_table_remove): Ditto.
4426         (hash_table_remove): Really delete the entry if the mapping
4427         following LOCATION is empty.
4428
4429         * utils.c (string_set_add): Check whether the element has existed
4430         before.
4431
4432         * hash.c (hash_table_get_pair): New function.
4433
4434 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
4435
4436         * http.c (http_process_type): Ignore trailing whitespace; use
4437         strdupdelim().
4438
4439         * recur.c (recursive_retrieve): Use the new `convert' field.
4440         (convert_all_links): Ditto.
4441         (convert_all_links): Don't respect meta_disallow_follow.
4442
4443         * html-url.c (handle_link): Fill out link_relative_p and
4444         link_complete_p.
4445
4446         * url.h (struct _urlpos): Make elements more readable.
4447
4448         * recur.c (recursive_retrieve): Call slist_prepend instead of
4449         slist_append.
4450         (convert_all_links): Call slist_nreverse before iterating through
4451         urls_html.
4452
4453         * utils.c (slist_prepend): New function.
4454         (slist_nreverse): Ditto.
4455
4456 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
4457
4458         * http.c (check_end): Constify.
4459
4460 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
4461
4462         * http.c (http_loop): If username and password are known, try the
4463         `Basic' authentication scheme by default.
4464
4465         * connect.h: Declare test_socket_open.
4466
4467 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
4468
4469         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
4470
4471 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
4472
4473         * http.c (gethttp): Don't use the return value of sprintf().
4474         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
4475
4476 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
4477
4478         * recur.c (recursive_retrieve): Print the "so we don't load"
4479         debugging message only if we really don't load.
4480
4481         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
4482         (gethttp): Don't request keep-alive if keep-alive is inhibited.
4483
4484 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
4485
4486         * http.c (gethttp): Make the HTTP persistent connections more
4487         robust.
4488
4489 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
4490
4491         * retr.c (get_contents): If use_expected, make sure that the
4492         appropriate amount of data is being read.
4493
4494         * http.c (gethttp): Check for both `Keep-Alive: ...' and
4495         `Connection: Keep-Alive'.
4496
4497         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
4498         turned on.
4499
4500 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
4501
4502         * http.c (connection_available_p): Use it.
4503
4504         * connect.c (test_socket_open): New function.
4505
4506         * http.c (gethttp): Support persistent connections.  Based on the
4507         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
4508         (register_persistent): New function.
4509         (connection_available_p): Ditto.
4510         (invalidate_connection): Ditto.
4511
4512 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
4513
4514         * url.c (convert_links): Handle UREL2ABS case.
4515
4516         * recur.c (recursive_retrieve): Instead of the list
4517         urls_downloaded, use hash tables dl_file_url_map and
4518         dl_url_file_map.
4519         (convert_all_links): Use them to retrieve data.
4520
4521         * host.c (clean_hosts): Free the hash tables.
4522
4523         * main.c (private_initialize): Call host_init().
4524
4525         * host.c (store_hostaddress): Use a saner, hash table-based data
4526         model.
4527         (realhost): Ditto.
4528         (host_init): Initialize the hash tables.
4529
4530 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
4531
4532         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
4533         used for what the sorted slists used to be used for.
4534         (slist_contains): Don't rely on the list being sorted.
4535         (slist_append): Simplify the code.
4536
4537         * recur.c (recursive_cleanup): Use free_string_set.
4538
4539         * utils.c (string_set_add, string_set_exists, string_set_free):
4540         New functions for easier freeing of hash tables whose keys are
4541         strdup'ed strings.
4542
4543         * recur.c (recursive_retrieve): Use the hash table functions for
4544         storing undesirable URLs.
4545
4546         * hash.c: New file.
4547
4548 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
4549
4550         * main.c (private_initialize): Call url_init.
4551         (main): Call private_initialize.
4552
4553         * url.c (unsafe_char_table): New table.
4554         (UNSAFE_CHAR): Use it.
4555         (init_unsafe_char_table): New function.
4556         (url_init): New function; call init_unsafe_char_table.
4557
4558 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
4559
4560         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
4561         _vsnprintf respectively.
4562
4563 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
4564
4565         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
4566         on Linux.
4567
4568 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
4569
4570         * html-url.c (handle_link): Handle HTML fragment identifiers.
4571
4572         * recur.c (recursive_retrieve): If norobot info is respected and
4573         the file is specified not to be followed by robots, respect that.
4574
4575         * html-url.c (collect_tags_mapper): Handle <meta name=robots
4576         content=X>.  For us the important cases are where X is NONE or
4577         where X contains NOFOLLOW.
4578         (get_urls_html): Propagate that information to the caller.
4579
4580 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
4581
4582         * url.c (convert_links): Unlink the file we might be reading from
4583         before writing to it.
4584         (convert_links): Use alloca instead of malloc for
4585         filename_plus_orig_suffix.
4586
4587 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
4588
4589         * host.c (realhost): Add HOST to the list with quality==0 only if
4590         it wasn't already there.
4591         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
4592
4593 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4594
4595         * url.c (get_urls_file): Ditto.
4596         (convert_links): Ditto.
4597
4598         * html-url.c (get_urls_html): Use read_file() instead of
4599         load_file().
4600
4601         * utils.c (read_file): New function, instead of the old
4602         load_file().
4603         (read_file_free): Ditto.
4604
4605         * url.c (findurl): Search only for the supported protocols.
4606         (convert_links): Use fwrite() when writing out a region of
4607         characters.
4608
4609 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4610
4611         * ftp-ls.c: Move html_quote_string and ftp_index here.
4612
4613         * url.c: Remove get_urls_html, since that's now in html-url.c.
4614
4615         * html-url.c: New file.
4616
4617         * html-parse.c: New file.
4618
4619 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4620
4621         * init.c (run_wgetrc): Don't bother killing off '\r' since
4622         pars_line() skips whitespace at end of line anyway.
4623         (parse_line): Oops, it didn't.  Now it does.
4624
4625         * recur.c (parse_robots): Ditto here.
4626
4627         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
4628         manually because read_whole_line no longer does.
4629
4630         * utils.c (read_whole_line): Rewrite to: a) use less memory
4631         (reallocates to needed size after work), b) work faster -->
4632         fgets() instead of getc, c) be more correct --> doesn't kill the
4633         newline character at the end of line.
4634
4635 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4636
4637         * init.c (comind): Initialize MAX to array size - 1.
4638
4639 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
4640
4641         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
4642         Suggested by Edward J. Sabol.
4643
4644 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
4645
4646         * url.c (construct): Handle the case where host name is not
4647         followed by a slash.
4648
4649 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4650
4651         * init.c: commands[] need to be sorted!  ("base" wasn't.)
4652
4653 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
4654
4655         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
4656         `if'.
4657
4658 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
4659
4660         * url.c (construct): Insert unneeded initialization for the
4661         compiler to shut up.
4662
4663         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
4664         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
4665         otherwise gets lost when you define _XOPEN_SOURCE.
4666
4667         * utils.c (touch): Include the file name in the error message.
4668         From Debian.
4669
4670 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
4671
4672         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
4673         resize the buffer to fit the formated message.  That way, messages
4674         of arbitrary size may be printed.
4675         (logvprintf): Use saved_append() to optionally log the last
4676         several lines of output.
4677         (logputs): Ditto.
4678         (log_close): Adapt to new data structures.
4679         (log_dump): Ditto.
4680         (redirect_output): Print messages to stderr, not to stdout.
4681
4682         * log.c (saved_append_1): New function.  Replaces the old logging
4683         system ("log all output until 10M characters") with a new, much
4684         more reasonable one ("log last screenful of text").
4685         (saved_append): New function; call saved_append_1.
4686         (free_log_line): New function.
4687
4688 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
4689
4690         * url.c (construct): Fix comment.
4691         (find_last_char): Document.
4692
4693 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
4694
4695         * snprintf.c: New file.
4696
4697 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
4698
4699         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
4700         types to logprintf() and debug_logprintf().
4701
4702 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
4703
4704         * ftp.c (ftp_loop_internal): Hide the password from the URL when
4705         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
4706         <darekm@bydg.lomac.com.pl>.
4707
4708 2000-11-02  Junio Hamano  <junio@twinsun.com>
4709
4710         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
4711
4712 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
4713
4714         * http.c (known_authentication_scheme_p): Recognize NTML
4715         authentication.
4716         (create_authorization_line): Treat NTML the same as `Basic'.
4717
4718 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
4719
4720         * retr.c (retrieve_url): Free url before returning.
4721         (retrieve_url): Free mynewloc before returning.
4722         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
4723
4724 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
4725
4726         * url.c (parseurl): Remove possible reading past the end of
4727         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
4728
4729 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4730
4731         * main.c (main): In case of opt.downloaded overflowing, print
4732         <overflow> instead of a totally bogus random value.
4733
4734         * retr.c (retrieve_from_file): Ditto.
4735
4736         * recur.c (recursive_retrieve): Ditto.
4737
4738         * main.c (main): Ditto.
4739
4740         * http.c (http_loop): Ditto.
4741
4742         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
4743         `+=', and downloaded_exceeds_quota() instead of the simple-minded
4744         check.
4745         (ftp_retrieve_list): Ditto.
4746         (ftp_retrieve_dirs): Ditto.
4747         (ftp_retrieve_glob): Ditto.
4748
4749         * retr.c (downloaded_increase): New function.  Notice overflows of
4750         opt.downloaded.
4751         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
4752         used if it overflowed.
4753
4754         * options.h (struct options): New member downloaded_overflow.
4755
4756 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4757
4758         * wget.h (enum): Remove extra space after last enumeration.
4759
4760 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4761
4762         * main.c (main): Use legible_very_long() for printing
4763         opt.downloaded.
4764
4765         * utils.c (legible_1): New function that operates on strings and
4766         does the brunt of legible()'s work.
4767         (legible): Use legible_1().
4768         (legible_very_long): New function; dump the argument with
4769         sprintf(), and call legible_1().
4770
4771         * options.h (struct options): Use VERY_LONG_TYPE for
4772         opt.downloaded.
4773
4774         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
4775         type.
4776
4777         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
4778         defined.  Define HAVE_LONG_LONG if long long is available.
4779
4780 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4781
4782         * utils.c (long_to_string): Update with a later, better version.
4783
4784 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4785
4786         * url.c (path_simplify_with_kludge): New function.
4787         (path_simplify_with_kludge): Disable it.  Instead...
4788         (parse_dir): ...make sure that at this point the right thing is
4789         done, i.e. that "query" part of the URL (?...) is always assigned
4790         to the file, never to the directory portion of the path.
4791
4792 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4793
4794         * retr.c (retrieve_url): Detect redirection cycles.
4795
4796 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4797
4798         * url.c (get_urls_html): Decode HTML entities using
4799         html_decode_entities.
4800
4801         * html.c (htmlfindurl): Don't count the `#' in numeric entities
4802         (&#NNN;) as an HTML fragemnt.
4803         (html_decode_entities): New function.
4804
4805 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4806
4807         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
4808
4809 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4810
4811         * url.c (construct): Rewritten for clarity.  Avoids the
4812         unnecessary copying and stack-allocation the old version
4813         performed.
4814
4815 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
4816
4817         * ftp.c (getftp): Ditto.
4818
4819         * http.c (gethttp): Rewind the stream when retrying from scratch.
4820
4821 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
4822
4823         * retr.c (retrieve_url): Use url_concat() to handle relative
4824         redirections instead of /ad hoc/ code.
4825
4826         * url.c (url_concat): New function encapsulating weird
4827         construct().
4828         (urllen_http_hack): New function.
4829         (construct): When constructing new URLs, recognize that `?' does
4830         not form part of the file name in HTTP.
4831
4832 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
4833
4834         * retr.c: Add msec timing support for WINDOWS.
4835         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
4836         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
4837
4838 2000-10-27  Dan Harkless  <wget@harkless.org>
4839
4840         * retr.c (retrieve_url): Manually applied T. Bharath
4841         <TBharath@responsenetworks.com>'s patch to get wget to grok
4842         illegal relative URL redirects.  Reformatted and re-commented it.
4843
4844 2000-10-23  Dan Harkless  <wget@harkless.org>
4845
4846         * connect.c (make_connection and bindport): Manually applied Rob
4847         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
4848         changing coding style to GNU's.
4849
4850         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
4851         files downloaded via FTP.  Per a comment, .listing files were not
4852         counted towards number of bytes and files downloaded because they're 
4853         deleted anyway.  Well, they aren't under -nr, so count them then.
4854
4855         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
4856         --bind-address, alphabetizing, changing coding style to GNU's,
4857         commenting, and renaming cmd_ip_address() to cmd_address() to
4858         imply hostnames also okay.
4859                 
4860         * main.c (main): --delete-after didn't delete the root of the
4861         tree.  Ignore --convert-links if --delete-after was specified.
4862         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
4863         fixing duplicate use of added-since-1.5.3 case value.
4864         (print_help): Clarified that --delete-after deletes local files.
4865         Rob forgot to add a line for his new --bind-address option.
4866                 
4867         * options.h (struct options): Manually applied Rob Mayoff's patch
4868         to add --bind-address (bind_address structure member).
4869                 
4870         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
4871         Ignore --convert-links if --delete-after was specified.
4872                 
4873         * retr.c (retrieve_from_file): Just added a DEBUGP().
4874                 
4875 2000-10-19  Dan Harkless  <wget@harkless.org>
4876
4877         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
4878         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
4879         patch to work around FTP servers that incorrectly respond to the
4880         "REST" command with the remaining size rather than the total file size.
4881                 
4882         * http.c (gethttp): Improved a comment and added code to tack on
4883         ".html" to text/html files without that extension when -E specified.
4884         (http_loop): Use new downloaded_file() enumerators and deal with
4885         the case of gethttp() called xrealloc() on u->local.
4886
4887         * init.c (commands): Added new "htmlextension" command.
4888         Also renamed John Daily's cmd_quad() to the more descriptive
4889         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
4890         removed duplicate cmd_boolean() declaration.
4891
4892         * main.c (print_help): Added my new -E / --html-extension option.
4893         (main): Undocumented --email-address option previously used -E synonym.
4894         Stole it away for the much more deserving --html-extension's use.
4895
4896         * options.h (struct options): Added html_extension field.
4897
4898         * url.c (convert_links): URL X that we saved as X.html locally due
4899         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
4900         (downloaded_file): Now remembers if we added .html extension to a file.
4901
4902         * url.h (downloaded_file_t): Added extra enumerators to support above.
4903         (downloaded_file): Now takes and returns a downloaded_file_t.
4904
4905         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
4906         
4907 2000-10-09  Dan Harkless  <wget@harkless.org>
4908
4909         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
4910                 
4911         * main.c (print_help): Clarified what --retr-symlinks does.
4912         
4913 2000-09-15  John Daily  <jdaily@cyberdude.com>
4914
4915         * init.c: Add support for "always" and "never" values to allow
4916         .wgetrc to override commandline (useful e.g. with .pm files
4917         calling `wget --passive-ftp' when your firewall doesn't allow that).
4918
4919         * ftp.c (getftp): passive_ftp is first option to support always/never.
4920
4921 2000-08-30  Dan Harkless  <wget@harkless.org>
4922
4923         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
4924         
4925         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
4926         Wrapped some > 80-column lines.  When -p is specified and we're at a 
4927         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than 
4928         <LINK REL="stylesheet">.
4929         
4930         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
4931         
4932         * init.c: Added new -p / --page-requisites / page_requisites option.
4933
4934         * main.c (print_help): Clarified that -l inf and -l 0 both allow
4935         infinite recursion.  Changed the unhelpful --mirrior description
4936         to simply give the options it's equivalent to.  Added new -p option.
4937         (main): Added some comments; handle new -p / --page-requisites.
4938         
4939         * options.h (struct options): Added new page_requisites field.
4940
4941         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
4942         Calculate and pass down new `dash_p_leaf_HTML' parameter to
4943         get_urls_html().  Use new INFINITE_RECURSION #define.
4944
4945         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
4946         final `dash_p_leaf_HTML' parameter.
4947
4948         * url.c: get_urls_html() and htmlfindurl() now take final
4949         `dash_p_leaf_HTML' parameter.
4950
4951         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
4952
4953         * wget.h: Added some comments and new INFINITE_RECURSION #define.
4954         
4955 2000-08-23  Dan Harkless  <wget@harkless.org>
4956
4957         * main.c (print_help): -B / --base was not mentioned.
4958
4959 2000-08-22  Dan Harkless  <wget@harkless.org>
4960
4961         * main.c (print_help): Modified -nc description to mention that it
4962         also prevents the creation of multiple versions of the same file
4963         with ".<number>" suffixes.
4964
4965 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
4966
4967         * retr.c (retrieve_url): Consistently strdup opt.referer when
4968         setting u->referer.
4969
4970 2000-06-09  Dan Harkless  <wget@harkless.org>
4971
4972         * main.c (print_help): --help output for --waitretry was over 80 cols.
4973
4974 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
4975
4976         * url.c (encode_string): Fix comment.
4977         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
4978
4979 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
4980
4981         * ftp.c (ftp_retrieve_list): Change permissions only on plain
4982         files.
4983
4984 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
4985
4986         * url.c (str_url): Print the port number only if it's different
4987         from the default port number for that protocol.
4988
4989 2000-05-22  Dan Harkless  <wget@harkless.org>
4990
4991         * main.c (print_help): Added --help line for Damir Dzeko
4992         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
4993         Removed comments that --referer and --waitretry were undocumented.
4994         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
4995         line for --execute.
4996
4997 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
4998
4999         * ftp.c (getftp): Ditto.
5000
5001         * http.c (gethttp): Check for return value of fclose/fflush.
5002
5003 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
5004
5005         * host.c (store_hostaddress): Instead of shifting ADDR, start
5006         copying from the correct address.
5007
5008 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
5009
5010         * http.c (gethttp): Don't free REQUEST -- it was allocated with
5011         alloca().
5012         Pointed out by Gisle Vanem <gvanem@eunet.no>.
5013
5014 2000-04-04  Dan Harkless  <wget@harkless.org>
5015
5016         * host.c (store_hostaddress): R. K. Owen's patch introduces a
5017         "left shift count >= width of type" warning on 32-bit
5018         architectures.  Got rid of it by tricking the compiler w/ a variable.
5019         
5020         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
5021         characters per RFC1738, namely everything above '~'.  It also
5022         generated a warning on OSes where char =~ unsigned char.  Fixed.
5023         
5024 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
5025
5026         * http.c (http_process_type): Removed needless strdup(), a memory
5027         leak.
5028
5029 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
5030
5031         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
5032
5033 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
5034
5035         * init.c (wgetrc_file_name): Don't free HOME under Windows.
5036
5037 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
5038
5039         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
5040
5041 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
5042
5043         * url.c (UNSAFE_CHAR): New macro.
5044         (contains_unsafe): Use it.
5045         (encode_string): Ditto.
5046
5047 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
5048
5049         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
5050
5051 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
5052
5053         * Use TOUPPER/TOLOWER.
5054
5055 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
5056
5057         * ftp-opie.c (btoe): Zero-terminate OSTORE.
5058
5059 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
5060
5061         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
5062
5063         * sysdep.h (ISALNUM): New macro.
5064         (TOLOWER): Ditto.
5065         (TOUPPER): Ditto.
5066
5067 2000-03-10  Dan Harkless  <wget@harkless.org>
5068
5069         * html.c (idmatch): Implemented checking of my new --follow-tags
5070         and --ignore-tags options.
5071         
5072         * init.c (commands): Added comment reminding people adding new
5073         entries doing allocation to add corresponding freeing in cleanup().
5074         (commands): Added new followtags and ignoretags commands.
5075         (cleanup): Free storage for new followtags and ignoretags.
5076         
5077         * main.c: Use of "comma-separated list" was random -- normalized
5078         it.  Did some alphabetization.  Added comments pointing out
5079         "Options without arguments" and "Options accepting an argument"
5080         sections of long_options[].  Added new options --follow-tags and
5081         -G / --ignore-tags.  Added comment that Damir's --referer is
5082         currently undocumented.  Added comment that Heiko's --waitretry is
5083         partially undocumented (mentioned in --help but not in
5084         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
5085         
5086         * options.h (struct options): Added new fields follow_tags and
5087         ignore_tags. 
5088         
5089         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
5090         
5091 2000-03-02  Dan Harkless  <wget@harkless.org>
5092
5093         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
5094         braces to avoid ambiguous `else'" warnings.  Eliminated them.
5095         
5096         * http.c (gethttp): Dan Berger's query string patch is totally
5097         bogus.  If you have two different URLs, gen_page.cgi?page1 and
5098         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
5099         second will overwrite the first.  Also, parameters to implicit
5100         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
5101         be printed with trailing garbage characters, and could seg fault.
5102         Backing out the patch, which Dan B. informed me by email was just
5103         a kludge to download StarOffice from Sun made necessary due to
5104         wget's unconditional escaping of certain characters (room for an
5105         option there?).
5106         (http_loop): Heiko introduced "suggest explicit braces to avoid
5107         ambiguous `else'" warnings.  Eliminated them.
5108         
5109         * main.c: Heiko's --wait / --waitretry backwards compatibility
5110         code looks to have been totally untested -- automatic variable
5111         'wr' was used without being initialized, and a long int was passed
5112         into setval()'s char* val parameter.
5113         
5114         * recur.c (parse_robots): Applied Edward J. Sabol
5115         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
5116         problem with "User-agent:<space>*<space>" lines in robots.txt.
5117         
5118         * url.c (parseurl, str_url): Removing Dan Berger's code (see
5119         http.c above for explanation).
5120         
5121 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
5122
5123         * ftp.c: Respect new option waitretry.
5124
5125 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
5126
5127         * http.c (gethttp): Send custom Referer, if required.
5128
5129 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
5130
5131         * netrc.c (parse_netrc): Allow passwords to contain spaces.
5132
5133         * netrc.c (parse_netrc): New function.
5134
5135 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
5136
5137         * http.c (gethttp): Send it.
5138
5139         * url.c (parseurl): Detect query string in HTTP URL-s.
5140         (str_url): Print it.
5141
5142 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
5143
5144         * html.c (html_allow): Add <link href=...> and <script src=...>.
5145
5146 1999-05-02  andrew deryabin  <djsf@softhome.net>
5147
5148         * http.c (gethttp): Specify port in `Host' header only if it's
5149         different from 80.
5150
5151 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
5152
5153         * recur.c (recursive_retrieve): If a finite maximum depth is
5154         specified, and we're are already at that depth, don't download the
5155         HTML file for parsing.
5156
5157 2000-03-01  Dan Harkless  <wget@harkless.org>
5158
5159         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
5160         even though we don't do conversion on HTML files retrieved via
5161         FTP, so _current_ usage of downloaded_file() makes this call unneeded. 
5162         (ftp_retrieve_list): Added a comment saying where we need to
5163         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
5164         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
5165         a lie -- reworded as "Server file no newer than local file '%s' --".
5166         
5167         * http.c (http_loop): Fixed a typo and clarified a comment.
5168         (http_loop): When -K and -N are specified together, compare size
5169         and timestamp of server file X against local file X.orig (if
5170         extant) rather than converted local file X.
5171         (http_loop): "Local file '%s' is more recent," is sometimes a lie
5172         -- reworded as "Server file no newer than local file '%s' --".
5173         (http_loop): Call new downloaded_file() function to prevent
5174         wrongful overwriting of .orig file when -N is specified.
5175         
5176         * url.c (convert_links): When -K specified, only rename X to
5177         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
5178         file X due to -N, we clobber an X.orig from a previous invocation.
5179         (convert_links): Call the failsafe xstrdup(), not the real strdup().
5180         (convert_links): Added a note asking anyone who understands how
5181         multiple URLs can correspond to a single file to comment it.
5182         (downloaded_file): Added this new function.
5183         
5184         * url.h (downloaded_file): Added prototype for this new function
5185         as well as its downloaded_file_t enum type.
5186
5187         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
5188
5189 2000-02-29  Dan Harkless  <wget@harkless.org>
5190
5191         * version.c: Upped version to developer-only "1.5.3+dev".
5192
5193 2000-02-18  Dan Harkless  <wget@harkless.org>
5194
5195         * init.c (backup_converted): Added this new option.
5196
5197         * main.c (-K / --backup-converted): Added this new option.
5198
5199         * options.h (backup_converted): Added this new option.
5200
5201         * url.c (convert_links): When backup_converted is specified, save
5202         file X as X.orig before converting.
5203
5204         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
5205
5206 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
5207
5208         * version.c: Wget 1.5.3 is released.
5209
5210 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
5211
5212         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local 
5213         address doesn't yield FQDN.
5214
5215 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5216
5217         * cmpt.c (strerror): Fix declaration of sys_errlist.
5218
5219 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
5220
5221         * main.c (main): Don't use an array subscript as the first
5222         argument to STRDUP_ALLOCA.
5223         From Kaveh R. Ghazi.
5224
5225 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
5226
5227         * html.c (htmlfindurl): Download table background.
5228
5229 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
5230
5231         * init.c (parse_line): Would free *com before allocating it.
5232         (parse_line): Would free com instead of *com.
5233
5234 1998-09-10  Howard Gayle  <howard@fjst.com>
5235
5236         * url.c (get_urls_html): Would drop the last character of the
5237         link.
5238
5239 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
5240
5241         * http.c (http_loop): Don't print status code if quiet.
5242
5243 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5244
5245         * log.c: Use <stdarg.h> only when __STDC__.
5246
5247 1998-09-10  Adam D. Moss  <adam@foxbox.org>
5248
5249         * html.c (htmlfindurl): Download <layer src=...>.
5250
5251 1998-09-10  Howard Gayle  <howard@fjst.com>
5252
5253         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file 
5254         not retrieved.
5255
5256 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
5257
5258         * utils.c: Include <libc.h> on NeXT.
5259
5260 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
5261
5262         * url.c (get_urls_html): Fix calculation of URL position.
5263
5264 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
5265
5266         * version.c: Wget 1.5.2 is released.
5267
5268 1998-06-23  Dave Love  <d.love@dl.ac.uk>
5269
5270         * ftp.c, init.c, netrc.c: Include errno.h.
5271
5272         * http.c: Include errno.h and time header.
5273
5274         * Makefile.in (exext): Define.
5275         (install.bin, uninstall.bin): Use it.
5276
5277 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
5278
5279         * http.c (http_loop): Don't attempt to compare local and remote
5280         sizes if the remote size is unknown.
5281
5282 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
5283
5284         * url.c (get_urls_html): Use malloc() instead of alloca in the
5285         loop.
5286
5287 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
5288
5289         * version.c: Wget 1.5.2-b4 is released.
5290
5291 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
5292
5293         * url.c (get_urls_html): Ignore spaces before and after the URI.
5294
5295 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
5296
5297         * ftp.c (getftp): Translate `done'.
5298
5299 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
5300
5301         * version.c: Wget 1.5.2-b3 is released.
5302
5303 1998-06-06  Alexander Kourakos  <awk@bnt.com>
5304
5305         * init.c (cleanup): Close dfp, don't free it.
5306
5307 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
5308
5309         * utils.c (make_directory): Twiddle.
5310
5311         * config.h.in: Added template for access().
5312
5313 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
5314
5315         * html.c (htmlfindurl): Download <input src=...>
5316
5317 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
5318
5319         * utils.c (file_exists_p): Use access() with two arguments.
5320
5321 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
5322
5323         * netrc.c (parse_netrc): Correct logic.
5324
5325 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
5326
5327         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
5328         <ljm@ljm.wownet.net>.
5329
5330 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
5331
5332         * version.c: Wget 1.5.2-b2 is released.
5333
5334 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
5335
5336         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
5337
5338 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
5339
5340         * retr.c (elapsed_time): Return correct value when
5341         HAVE_GETTIMEOFDAY is undefined.
5342
5343 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
5344
5345         * version.c: Wget 1.5.2-b1 is released.
5346
5347 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
5348
5349         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
5350         (_getopt_internal): Don't translate `#if 0'-ed strings.
5351
5352 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
5353
5354         * mswindows.c (ws_handler): Use fork_to_background().
5355
5356 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
5357
5358         * version.c: Wget 1.5.1 is released.
5359
5360 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
5361
5362         * http.c (parse_http_status_line): Avoid `minor' and `major'
5363         names.
5364
5365 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
5366
5367         * utils.c (mkdirhier): Renamed to make_directory.
5368
5369 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
5370
5371         * mswindows.c (fork_to_background): Define under Windows.
5372
5373         * utils.c (fork_to_background): New function.
5374
5375         * html.c (htmlfindurl): Removed rerdundant casts.
5376
5377 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
5378
5379         * mswindows.c (ws_mypath): Cache the path.
5380
5381 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
5382
5383         * ftp.h: Prefix enum ftype members with FT_.
5384
5385         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
5386
5387         * mswindows.h: Use stat under Borland, _stat under MSVC.
5388
5389 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
5390
5391         * http.c (known_authentication_scheme_p): New function.
5392         (gethttp): Handle authorization more correctly.
5393
5394         * ftp-basic.h: Removed.
5395
5396         * cmpt.h: Removed.
5397
5398         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
5399         with gcc 2.8.
5400         (numdigit): Use `while' loop.
5401
5402         * http.c (create_authorization_line): Detect authentication
5403         schemes case-insensitively.
5404
5405         * http.c (extract_header_attr): Use strdupdelim().
5406         (digest_authentication_encode): Move declaration of local
5407         variables to smaller scope.
5408         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
5409         (create_authorization_line): Detect authentication schemes
5410         case-insensitively.
5411
5412         * utils.c (touch): Constify.
5413
5414         * http.c (gethttp): Report a nicer error when no data is received.
5415
5416         * rbuf.h (RBUF_READCHAR): Ditto.
5417
5418         * ftp-basic.c (ftp_response): Use sizeof.
5419
5420 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
5421
5422         * retr.c (print_percentage): EXPECTED is long, not int.
5423         (print_percentage): Use floating-point arithmetic to avoid
5424         overflow with large files' sizes multiplied with 100.
5425
5426 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
5427
5428         * config.h.in: Added pid_t stub.
5429
5430         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
5431         define it).
5432
5433 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
5434
5435         * version.c: Wget 1.5.0 is released.
5436
5437 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
5438
5439         * url.c (str_url): Ditto.
5440
5441         * ftp-basic.c (ftp_rest): Use new name.
5442
5443         * utils.c (long_to_string): Renamed from prnum().
5444
5445 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
5446
5447         * version.c: Wget 1.5-b17 is released.
5448
5449 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
5450
5451         * headers.c (header_get): New argument FLAGS.
5452
5453         * http.c (gethttp): If request is malformed, bail out of the
5454         header loop.
5455         (gethttp): Check for empty header *after* the status line checks.
5456         (gethttp): Disallow continuations for status line.
5457
5458 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
5459
5460         * version.c: Wget 1.5-b16 is released.
5461
5462 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
5463
5464         * init.c (commands): Renamed `always_rest' to `continue'.
5465
5466 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
5467
5468         * all: Use it.
5469
5470         * log.c (logputs): New argument.
5471         (logvprintf): Ditto.
5472         (logprintf): Ditto.
5473
5474 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
5475
5476         * http.c (http_atotm): Update comment.
5477
5478         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
5479
5480         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
5481
5482         * main.c (i18n_initialize): New function.
5483         (main): Use it.
5484
5485         * log.c: Include <unistd.h>.
5486
5487         * retr.c (show_progress): Cast alloca to char *.
5488
5489 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
5490
5491         * version.c: Wget 1.5-b15 is released.
5492
5493 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
5494
5495         * utils.h: Declare file_non_directory_p().
5496
5497 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
5498
5499         * main.c (main): It's `tries', not `numtries' now.
5500
5501 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
5502
5503         * init.c (getperms): Removed.
5504
5505 1998-04-01  Tim Charron  <tcharron@interlog.com>
5506
5507         * log.c (logvprintf): Don't use ARGS twice.
5508
5509 1998-04-01  John  <john@futuresguide.com>
5510
5511         * mswindows.c: Cleaned up.
5512
5513 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
5514
5515         * version.c: Wget 1.5-b14 is released.
5516
5517 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
5518
5519         * ftp-opie.c (STRLEN4): New macro.
5520         (btoe): Use it.
5521
5522 1998-04-01  Junio Hamano  <junio@twinsun.com>
5523
5524         * http.c: Document all the Digest functions.
5525
5526 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
5527
5528         * utils.c (file_non_directory_p): Renamed from isfile().
5529
5530         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
5531
5532 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
5533
5534         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
5535
5536         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
5537         style.
5538         (cmd_permissions): Removed.
5539
5540         * config.h.in: Add template for WORDS_BIGENDIAN.
5541
5542 1998-03-31  Junio Hamano  <junio@twinsun.com>
5543
5544         * http.c (HEXD2asc): New macro.
5545         (dump_hash): Use it.
5546
5547 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
5548
5549         * version.c: Wget 1.5-b13 is released.
5550
5551 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
5552
5553         * main.c (main): Don't try to use `com'.
5554
5555 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
5556
5557         * init.c (cmd_permissions): New function.
5558
5559 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
5560
5561         * version.c: Wget 1.5-b12 is released.
5562
5563 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
5564
5565         * init.c (commands): Renamed `numtries' to `tries'.
5566         (cmd_spec_debug): Removed.
5567         (home_dir): Under Windows, return `C:\' if HOME is undefined.
5568
5569 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
5570
5571         * config.h.in: Define _XOPEN_SOURCE.
5572
5573         * init.c (check_user_specified_header): New function.
5574         (cmd_spec_header): Use it.
5575         (cmd_spec_useragent): New function.
5576
5577 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
5578
5579         * version.c: Wget 1.5-b11 is released.
5580
5581 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
5582
5583         * wget.h: Include <libintl.h> only if NLS is enabled.
5584
5585 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
5586
5587         * options.h (struct options): Made `wait' a long.
5588         (struct options): Ditto for `timeout'.
5589
5590 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
5591
5592         * utils.c (exists): Renamed to file_exists_p.
5593         (file_exists_p): Use access() if available.
5594
5595 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
5596
5597         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
5598         infloop.
5599
5600         * log.c: do_logging -> save_log_p.
5601
5602         * config.h.in: Added template for HAVE_VSNPRINTF.
5603
5604 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
5605
5606         * init.c: Ditto.
5607
5608         * http.c: Protect declaration against non-ANSI compiler.
5609
5610         * log.c (logvprintf): Use vsnprintf() if available.
5611
5612         * getopt.c (main): Don't translate test stuff.
5613
5614 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
5615
5616         * version.c: Wget 1.5-b10 is released.
5617
5618 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
5619
5620         * ftp.c (getftp): Don't translate "CWD %s".
5621
5622         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
5623
5624 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
5625
5626         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
5627
5628         * log.c (logputs): New function.
5629         (logvprintf): Renamed from vlogmsg; use logputs().
5630
5631         * retr.c (show_progress): Print `[100%]' when the retrieval is
5632         finished.
5633
5634         * init.c (run_wgetrc): Use FILE, not PATH.
5635         (wgetrc_file_name): Ditto.
5636
5637 1998-03-07  Tim Adam  <tma@osa.com.au>
5638
5639         * recur.c (parse_robots): Correctly reset `entries' on empty
5640         disallow.
5641
5642 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
5643
5644         * init.c (cmd_spec_debug): Use cmd_boolean().
5645
5646 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
5647
5648         * http.c (gethttp): Create proxy-authorization correctly.
5649
5650 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
5651
5652         * md5.c: Ditto.
5653
5654         * getopt.c: Use ANSI function definitions.
5655
5656         * ftp-opie.c: New file.
5657
5658         * options.h: Don't redefine EXTERN.
5659
5660         * init.c: Sort it correctly.
5661
5662 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
5663
5664         * version.c: Wget 1.5-b9 is released.
5665
5666 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
5667
5668         * recur.c (recursive_retrieve): Reset `first_time'.
5669
5670         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
5671
5672         * rbuf.c (rbuf_peek): Simplified.
5673         (rbuf_flush): Use MINVAL.
5674
5675         * wget.h (MINVAL): Moved from url.h.
5676
5677         * rbuf.h (RBUF_FD): New macro.
5678
5679         * url.c (add_url): Add to the head of the list.
5680
5681         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
5682         file.
5683         (getftp): Set the default permissions to 0600.
5684
5685 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
5686
5687         * url.c (get_urls_html): Ditto.
5688         (convert_links): Ditto.
5689
5690         * recur.c (parse_robots): Ditto.
5691
5692         * html.c (ftp_index): Ditto.
5693
5694         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
5695
5696         * init.c (defaults): Initialize `opt' to zero via memset.
5697
5698         * http.c (digest_authentication_encode): goto considered harmful.
5699
5700 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
5701
5702         * ftp.c (delelement): Simplify and fix leak.
5703
5704 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
5705
5706         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
5707
5708         * url.h (HEXD2ASC): Removed warning.
5709
5710         * init.c (comind): Use binary search.
5711         (commands): Reorganized.
5712         (setval): Ditto.
5713         (cmd_boolean): New function.
5714         (cmd_number): Ditto.
5715         (cmd_number_inf): Ditto.
5716         (cmd_string): Ditto.
5717         (cmd_vector): Ditto.
5718         (cmd_directory_vector): Ditto.
5719         (cmd_bytes): Ditto.
5720         (cmd_time): Ditto.
5721         (cmd_spec_debug): Ditto.
5722         (cmd_spec_dirmode): Ditto.
5723         (cmd_spec_dirstruct): Ditto.
5724         (cmd_spec_dotstyle): Ditto.
5725         (cmd_spec_header): Ditto.
5726         (cmd_spec_htmlify): Ditto.
5727         (cmd_spec_mirror): Ditto.
5728         (cmd_spec_outputdocument): Ditto.
5729         (cmd_spec_recursive): Ditto.
5730         (settime): Merged with cmd_time().
5731         (setbytes): Merged with cmd_bytes().
5732         (setonoff): Merged with cmd_boolean().
5733         (onoff): Ditto.
5734
5735 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
5736
5737         * Makefile.in (distclean): Remove `config.h'.
5738
5739 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
5740
5741         * version.c: Wget 1.5-b8 is released.
5742
5743 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
5744
5745         * http.c (digest_authentication_encode): New function.
5746         (create_authorization_line): Use it.
5747         (dump_hash): New function.
5748         (digest_authentication_encode): Use it.
5749
5750         * fnmatch.c: Renamed from `mtch.c'.
5751
5752 1998-02-15  Karl Eichwalder  <ke@suse.de>
5753
5754         * main.c (main): Tag "Written by..." string as translatable.
5755
5756 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
5757
5758         * wget.h (FREE_MAYBE): New macro.
5759
5760         * http.c (create_authorization_line): Don't use ANSI C string
5761         concatenation feature.
5762         (basic_authentication_encode): Use alloca() for temporary
5763         variables.
5764
5765         * recur.h: Ditto.
5766
5767         * http.c: Ditto.
5768
5769         * headers.h: Ditto.
5770
5771         * ftp-basic.c: Protect declaration against non-ANSI compiler.
5772
5773         * http.c (create_authorization_line): Cast `unsigned char *' to
5774         `char *' for sprintf, to shut up the noisy Digital Unix cc.
5775
5776 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
5777
5778         * version.c: Wget 1.5-b7 is released.
5779
5780 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
5781
5782         * cmpt.c (strstr): Synched with glibc-2.0.6.
5783
5784         * ftp-basic.c (calculate_skey_response): Ditto.
5785         (calculate_skey_response): Use alloca().
5786
5787         * http.c (create_authorization_line): Work with FSF's version of
5788         md5.c.
5789
5790         * md5.c: New file, from GNU libc.
5791
5792 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
5793
5794         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
5795
5796 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
5797
5798         * http.c (basic_authentication_encode): New function, instead of
5799         the macro.
5800
5801 1998-02-13  Junio Hamano  <junio@twinsun.com>
5802
5803         * http.c: Add HTTP-DA support.
5804         * ftp-basic.c: Add Opie/S-key support.
5805         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
5806         * md5.c, md5.h: New files.
5807
5808 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
5809
5810         * http.c (http_process_range): Renamed from hprocrange().
5811         (http_process_range): Parse the whole header.
5812
5813         * headers.c: New file.
5814         (header_process): New function.
5815         (header_get): Renamed from fetch_next_header.
5816
5817         * all: Include utils.h only where necessary.
5818
5819         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
5820
5821         * wget.h: Add provisions for dmalloc.
5822
5823 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
5824
5825         * version.c: Wget 1.5-b6 is released.
5826
5827 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
5828
5829         * ftp.c (ftp_loop): Determine `filename' more precisely.
5830
5831         * init.c (setval): Don't set `opt.quiet' if output-document is
5832         `-'.
5833
5834         * log.c (log_init): Print to STDERR instead of STDOUT.
5835         (vlogmsg): Use STDERR by default.
5836         (logflush): Ditto.
5837
5838 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
5839
5840         * host.c: Use addr_in again.
5841
5842 1998-02-08  Karl Eichwalder  <karl@suse.de>
5843
5844         * http.c (gethttp): Fixed typo.
5845
5846 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
5847
5848         * version.c: Wget 1.5-b5 is released.
5849
5850 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
5851
5852         * retr.c (show_progress): Use it.
5853
5854         * log.c (logflush): New function.
5855
5856         * wget.h: Utilize __attribute__ if on gcc.
5857
5858 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
5859
5860         * http.c (base64_encode_line): New argument LENGTH.
5861         (BASIC_AUTHENTICATION_ENCODE): Use it.
5862         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
5863
5864         * main.c (main): Fixed fprintf() format mismatch.
5865
5866 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
5867
5868         * version.c: Wget 1.5-b4 is released.
5869
5870 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
5871
5872         * host.c: use sockaddr_in instead of addr_in.
5873
5874 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
5875
5876         * init.c (cleanup): Use it.
5877
5878         * recur.c (recursive_cleanup): New function.
5879
5880         * retr.c (retrieve_from_file): Ditto.
5881
5882         * main.c (main): Use it.
5883
5884         * recur.c (recursive_reset): New function.
5885
5886         * retr.c (retrieve_from_file): Ditto.
5887
5888         * main.c (main): Simplify call to recursive_retrieve().
5889
5890         * recur.c (recursive_retrieve): Removed FLAGS argument.
5891
5892         * http.c (gethttp): Changed call to iwrite().
5893
5894 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
5895
5896         * url.c (get_urls_html): Ditto.
5897         (free_urlpos): Ditto.
5898         (mkstruct): Ditto.
5899         (construct): Ditto.
5900
5901         * retr.c (retrieve_url): Move declaration of local variables to
5902         smaller scope.
5903
5904         * url.c (urlproto): Use it.
5905         (parseurl): Ditto.
5906         (str_url): Ditto.
5907         (get_urls_html): Ditto.
5908
5909         * utils.h (ARRAY_SIZE): New macro.
5910
5911         * url.c (proto): Moved from url.h.
5912
5913         * url.h (URL_CLEANSE): Reformatted.
5914         (USE_PROXY_P): Renamed from USE_PROXY.
5915
5916         * ftp-basic.c: Adjust to the new interface of iwrite().
5917
5918         * ftp-basic.c (ftp_port): Use alloca().
5919
5920 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
5921
5922         * version.c: Wget 1.5-b3 is released.
5923
5924         * host.c (ftp_getaddress): Don't print to stderr directly.
5925
5926         * init.c (setbytes): Support `g' for gigabytes.
5927         (cmdtype): New specification CTIME.
5928         (setval): Use it with settime().
5929         (commands): Use it for WAIT and TIMEOUT.
5930
5931 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
5932
5933         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
5934         (gethttp): Use it.
5935
5936         * utils.c (unique_name_1): Moved from url.c.
5937         (unique_name): Ditto.
5938
5939         * url.c (url_filename): Ditto.
5940
5941         * log.c (redirect_output): Changed call to unique_name().
5942
5943         * url.c (unique_name_1): Renamed from unique_name().
5944         (unique_name): Changed interface.
5945
5946         * init.c (enum cmdid): Moved from init.h.
5947         (cmdtype): Ditto.
5948         (struct cmd): Ditto.
5949
5950         * main.c (main): Use it.
5951         (main): Moved `--backups' to not have a short option.
5952
5953         * options.h (struct options): New member BACKGROUND.
5954
5955         * main.c (print_help): Rearranged.
5956         (main): New long options for -n* short options: --no-directories,
5957         --no-host-directories, --non-verbose, --no-host-lookup and
5958         --dont-remove-listing.
5959
5960 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
5961
5962         * main.c (main): Use log_close().
5963
5964         * log.c: New variable LOGFP.
5965         (vlogmsg): Use it.
5966         (redirect_output): Don't open /dev/null; set LOGFP to stdin
5967         instead.
5968         (log_close): New function.
5969
5970         * options.h (struct options): Removed LFILE.
5971
5972         * log.c (log_enable): Removed.
5973
5974         * main.c (main): Use it.
5975
5976         * log.c (log_init): New function.
5977
5978         * url.c (get_urls_html): Removed needless assignment to BASE.
5979
5980         * host.c (add_hlist): Don't set CMP needlessly.
5981
5982         * utils.c (match_backwards): Ditto.
5983         (in_acclist): Ditto.
5984
5985         * url.c (findurl): Ditto.
5986
5987         * netrc.c (parse_netrc): Ditto.
5988
5989         * log.c (log_dump): Ditto.
5990
5991         * html.c (html_quote_string): Ditto.
5992
5993         * ftp-basic.c (ftp_request): Made static.
5994
5995         * connect.c: Made global variables static.
5996
5997         * url.c (construct): Ditto.
5998
5999         * init.c (init_path): Avoid assignment inside `if'-condition.
6000
6001         * ftp.c: Don't include in.h or winsock.h.
6002
6003         * ftp.c (ftp_loop): Use SZ.
6004
6005         * connect.c (bindport): Cast &addrlen to int *.
6006         (conaddr): Ditto.
6007
6008         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
6009
6010 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
6011
6012         * ftp.c (getftp): Initialize opt.ftp_pass here.
6013         (ftp_retrieve_dirs): Use alloca().
6014
6015         * init.c (defaults): Don't initialize opt.ftp_pass.
6016
6017         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
6018         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
6019
6020 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
6021
6022         * recur.c (parse_robots): Check for comments more correctly.
6023
6024         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
6025         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
6026         hostname.
6027
6028 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
6029
6030         * version.c: Wget 1.5-b2 is released.
6031
6032         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
6033
6034         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
6035
6036         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
6037         char.
6038
6039         * log.c: Don't attempt to hide arguments from ansi2knr.
6040
6041         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
6042
6043         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
6044
6045         * ftp.c (getftp): Ditto.
6046
6047         * http.c (gethttp): Use it.
6048
6049         * retr.c (get_contents): New argument EXPECTED; pass it to
6050         show_progress().
6051         (show_progress): New argument EXPECTED; use it to display
6052         percentages.
6053
6054         * init.c (setval): Ditto.
6055
6056         * http.c (gethttp): Ditto.
6057         (http_loop): Ditto.
6058
6059         * ftp.c (getftp): Ditto.
6060         (ftp_loop_internal): Ditto.
6061
6062         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
6063
6064         * sysdep.h (CLOSE): Simplify; use DEBUGP.
6065
6066         * netrc.c (search_netrc): Use alloca().
6067
6068         * init.c (defaults): Initialize no_flush.
6069
6070         * log.c (vlogmsg): Don't flush if no_flush.
6071
6072         * options.h (struct options): New variable no_flush.
6073
6074         * main.c (main): Don't play games with buffering.
6075
6076         * log.c (vlogmsg): Flush the output after every message.
6077
6078 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
6079
6080         * init.c (parse_line): Ditto.
6081
6082         * url.c (get_urls_html): Ditto.
6083
6084         * main.c (main): Don't cast to unsigned char.
6085
6086         * init.c (run_wgetrc): Don't cast to unsigned char.
6087         (parse_line): Accept char instead of unsigned char.
6088
6089         * html.c (htmlfindurl): Use char instead of unsigned char.
6090
6091         * all: Use them.
6092
6093         * sysdep.h: Add wrappers to ctype macros to make them
6094         eight-bit-clean:
6095
6096 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
6097
6098         * html.c (htmlfindurl): Download <img lowsrc=...>
6099
6100         * main.c (main): Ignore SIGPIPE.
6101
6102         * connect.c (select_fd): New argument WRITEP.
6103         (iwrite): Call select_fd().
6104
6105 1997-02-27  Fila Kolodny <fila@ibi.com>
6106
6107         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
6108         one already exists, just skip it.
6109
6110 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
6111
6112         * http.c (gethttp): Cosmetic changes.
6113
6114         * http.c (check_end): Allow `+D...' instead of `GMT'.
6115         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
6116
6117         * url.c (process_ftp_type): New function.
6118         (parseurl): Use it.
6119
6120         * connect.c (iwrite): Allow writing in a few chunks.
6121         (bindport): Made SRV static, so addr can point to it.
6122         (select_fd): Removed HPUX kludge.
6123
6124         * host.c (free_hlist): Incorporated into clean_hosts().
6125
6126 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
6127
6128         * host.c (hlist): Made static.
6129         (search_address): Cosmetic change.
6130
6131 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
6132
6133         * version.c: Wget v1.5-b1 is released.
6134
6135         * http.c (hgetlen): Use sizeof() to get the header length.
6136         (hgetrange): Ditto.
6137         (hgettype): Ditto.
6138         (hgetlocation): Ditto.
6139         (hgetmodified): Ditto.
6140         (haccepts_none): Ditto.
6141
6142         * main.c (main): Updated `--version' and `--help' output, as per
6143         Francois Pinard's suggestions.
6144
6145         * main.c: Include locale.h; call setlocale(), bindtextdomain() and 
6146         textdomain().
6147
6148         * config.h.in: Define stubs for I18N3.
6149
6150         * wget.h: Include libintl.h.
6151
6152 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
6153
6154         * url.c (mkstruct): Check for opt.cut_dirs.
6155         (mkstruct): alloca()-te more, xmalloc() less.
6156
6157         * utils.c (load_file): Check for ferror().
6158
6159         * url.c (get_urls_file): Close only the files we opened.
6160         (get_urls_html): Ditto.
6161         (count_slashes): New function.
6162
6163         * http.h: Removed.
6164
6165         * http.c (gethttp): Respect username and password provided by
6166         proxy URL.
6167         (base64_encode_line): Write into an existing buffer instead of
6168         malloc-ing a new one.
6169         (struct http_stat): Moved from http.h
6170
6171         * retr.c (retrieve_url): Free SUF.
6172
6173         * all: Removed lots of unnecessary .h dependencies.
6174
6175         * html.c (global_state): Made static.
6176
6177         * utils.h (ALLOCA_ARRAY): New macro.
6178
6179         * main.c (main): New option `--cut-dirs'.
6180
6181         * url.c (construct): Use alloca() for T.
6182
6183         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
6184
6185         * host.c (_host_t): Moved from host.h.
6186         (struct host): Renamed from _host_t.
6187         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
6188         (realhost): Ditto.
6189
6190         * host.h: Don't include url.h.
6191
6192         * ftp.c (LIST_FILENAME): Moved from ftp.h.
6193
6194         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
6195
6196         * main.c (main): Enable log if the output goes to a TTY.
6197
6198         * connect.h: Removed unused constant `BACKLOG'.
6199
6200         * config.h.in: Check for isatty().
6201
6202         * Makefile.in (LINK): Use CFLAGS when linking.
6203
6204 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
6205
6206         * mswindows.c (ws_hangup): Use redirect_output().
6207
6208         * main.c (redirect_output_signal): New function; use
6209         redirect_output().
6210
6211         * log.c (redirect_output): New function, based on hangup(), which
6212         is deleted.
6213
6214         * log.c (vlogmsg): New function.
6215
6216         * wget.h (DEBUGP): Use debug_logmsg().
6217
6218         * main.c (hangup): Use it.
6219
6220         * log.c (log_dump): New function.
6221
6222         * utils.h (DO_REALLOC): Use `long' for various sizes.
6223
6224         * http.c (hskip_lws): Use `while', for clarity.
6225         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
6226         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
6227
6228         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
6229         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
6230
6231         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
6232         (LEGIBLE_SEPARATOR): Ditto.
6233         (FILE_BUFFER_SIZE): Ditto.
6234
6235         * retr.c (BUFFER_SIZE): Moved from retr.h.
6236
6237         * log.c: New file.
6238         (logmsg): Moved from utils.c.
6239         (debug_logmsg): New function.
6240
6241         * mswindows.h: Include it here.
6242
6243         * init.c: Ditto.
6244
6245         * utils.c: Don't include <windows.h>.
6246
6247 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
6248
6249         * host.c (ftp_getaddress): Ditto.
6250
6251         * main.c (main): Use it.
6252
6253         * utils.h (STRDUP_ALLOCA): New macro.
6254
6255         * init.c: Prepend `wget: ' to error messages printed on stderr.
6256
6257         * utils.c (mkdirhier): Renamed from mymkdir.
6258         (touch): Renamed from my_touch.
6259         (pwd_cuserid): Renamed from my_cuserid().
6260
6261 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
6262
6263         * utils.c (accdir): Process wildcards.
6264         (proclist): New function.
6265         (accdir): Use it to avoid code repetition.
6266
6267 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
6268
6269         * recur.c (parse_robots): Respect opt.useragent; use alloca().
6270
6271         * http.c (gethttp): Construct useragent accordingly.
6272
6273         * version.c: Changed version string to numbers-only.
6274
6275         * main.c (print_help): List all the options.
6276
6277         * mswindows.c (windows_main_junk): Initialize argv0 here.
6278
6279 1998-01-24  Karl Heuer  <kwzh@gnu.org>
6280
6281         * netrc.c (search_netrc): Initialize `l' only after processing
6282         netrc.
6283
6284         * main.c (main): Don't trap SIGHUP if it's being ignored.
6285
6286 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
6287
6288         * all: Use logmsg().
6289
6290         * utils.c (time_str): Moved from retr.c.
6291         (logmsg): New function.
6292         (logmsg_noflush): Ditto.
6293
6294         * rbuf.c: New file, moved buf_* functions here.
6295
6296         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
6297
6298         * ftp-basic.c (ftp_rest): Use prnum().
6299
6300         * ftp-basic.c: Ditto.
6301
6302         * ftp.c: Use the new reading functions and macros.
6303
6304         * retr.c (buf_initialize): New function.
6305         (buf_initialized_p): Ditto.
6306         (buf_uninitialize): Ditto.
6307         (buf_fd): Ditto.
6308
6309         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
6310         efficiency.
6311         (gethttp): Use alloca() where appropriate.
6312
6313         * retr.c (buf_readchar): Use it.
6314         (buf_peek): Use rstreams.
6315
6316         * retr.h (BUF_READCHAR): New macro.
6317
6318         * init.c (home_dir): Rewritten for clarity.
6319         (init_path): Ditto.
6320
6321         * mswindows.c (ws_backgnd): Made static.
6322         (read_registry): Ditto.
6323         (ws_cleanup): Ditto.
6324         (ws_handler): Ditto.
6325
6326 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
6327
6328         * alloca.c: New file.
6329
6330         * Makefile.in (ALLOCA): Define.
6331
6332         * mswindows.c (ws_help): Constify.
6333         (ws_help): Use alloca.
6334
6335         * mswindows.c: Reformat.
6336
6337         * all: Added _(...) annotations for I18N snarfing and translation.
6338
6339         * host.c (ftp_getaddress): Nuke SYSINFO.
6340         (ftp_getaddress): Don't use getdomainname().
6341         (ftp_getaddress): Use uname(), where available.
6342
6343         * http.c (gethttp): Protect a stray fprintf().
6344
6345         * init.c (settime): New function.
6346         (setval): Treat WAIT specially, allowing suffixes like `m' for
6347         minutes, etc.
6348
6349 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
6350
6351         * url.c (get_urls_html): Use alloca() for TEMP.
6352
6353 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
6354
6355         * url.c (rotate_backups): New function.
6356
6357         * http.c (gethttp): Ditto.
6358
6359         * ftp.c (getftp): Rotate backups.
6360
6361 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
6362
6363         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
6364         xrealloc() and xstrdup().  Use the new functions.
6365
6366         * url.c (decode_string): Made static.
6367         (has_proto): Ditto.
6368         (parse_dir): Ditto.
6369         (parse_uname): Ditto.
6370         (mkstruct): Ditto.
6371         (construct): Ditto.
6372         (construct_relative): Ditto.
6373
6374         * retr.c (show_progress): Made static.
6375
6376         * recur.c (robots_url): Made static.
6377         (retrieve_robots): Ditto.
6378         (parse_robots): Ditto.
6379         (robots_match): Ditto.
6380
6381         * main.h: Removed.
6382
6383         * main.c (printhelp): Made static.
6384         (hangup): Ditto.
6385
6386         * init.c (comind): Made static.
6387         (defaults): Ditto.
6388         (init_path): Ditto.
6389         (run_wgetrc): Ditto.
6390         (onoff): Ditto.
6391         (setonoff): Ditto.
6392         (setnum): Ditto.
6393         (myatoi): Ditto.
6394         (getperms): Ditto.
6395         (setbytes): Ditto.
6396
6397         * http.c (fetch_next_header): Made static.
6398         (hparsestatline): Ditto.
6399         (hskip_lws): Ditto.
6400         (hgetlen): Ditto.
6401         (hgetrange): Ditto.
6402         (hgettype): Ditto.
6403         (hgetlocation): Ditto.
6404         (hgetmodified): Ditto.
6405         (haccepts_none): Ditto.
6406         (gethttp): Ditto.
6407         (base64_encode_line): Ditto.
6408         (mktime_from_utc): Ditto.
6409         (http_atotm): Ditto.
6410
6411         * html.c (idmatch): Made static.
6412
6413         * host.c (search_host): Made static.
6414         (search_address): Ditto.
6415         (free_hlist): Ditto.
6416
6417         * ftp.c (getftp): Made static.
6418         (ftp_loop_internal): Ditto.
6419         (ftp_get_listing): Ditto.
6420         (ftp_retrieve_list): Ditto.
6421         (ftp_retrieve_dirs): Ditto.
6422         (ftp_retrieve_glob): Ditto.
6423         (freefileinfo): Ditto.
6424         (delelement): Ditto.
6425
6426         * ftp-ls.c (symperms): Made static.
6427         (ftp_parse_unix_ls): Ditto.
6428
6429         * connect.c (select_fd): Made static.
6430
6431         * utils.c (xmalloc): Renamed from nmalloc.
6432         (xrealloc): Renamed from nrealloc.
6433         (xstrdup): Renamed from nstrdup.
6434
6435         * getopt.c (exchange): Use alloca.
6436
6437         * mswindows.c (mycuserid): Use strncpy.
6438
6439         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
6440         systhings.h, windecl.h and winjunk.h removed.
6441
6442         * mswindows.c (sleep): New function.
6443
6444         * utils.c: Include <windows.h> under Windows.
6445
6446 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
6447
6448         * url.h (URL_UNSAFE): Change default under Windows.
6449
6450         * retr.c (retrieve_from_file): Respect opt.delete_after.
6451
6452         * main.c (main): Call ws_help on Windows.
6453
6454         * winjunk.c (windows_main_junk): New function.
6455
6456         * main.c (main): Junk-process argv[0].
6457
6458         * http.c (mktime_from_utc): Return -1 if mktime failed.
6459
6460         * http.c (http_loop): Ditto.
6461
6462         * ftp.c (ftp_loop_internal): Change title on Windows when using a
6463         new URL.
6464
6465         * winjunk.c (getdomainname): Lots of functions.
6466
6467 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
6468
6469         * cmpt.c (strptime_internal): Handle years more correctly for
6470         `%y'.
6471
6472 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
6473
6474         * http.c (gethttp): Allocate enough space for
6475         `Proxy-Authorization' header.
6476
6477 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
6478
6479         * version.c: Wget/1.4.5 is released.
6480
6481 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
6482
6483         * retr.c (get_contents): Check return value of fwrite more
6484         carefully.
6485
6486 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6487
6488         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
6489         year, regardless of century.
6490
6491 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
6492
6493         * utils.c (isfile): Use `lstat' instead of `stat'.
6494
6495 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
6496
6497         * utils.c (numdigit): Use explicit test.
6498
6499 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
6500
6501         * http.c (http_loop): Always use `url_filename' to get u->local.
6502
6503 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
6504
6505         * url.c: Recognize https.
6506
6507 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
6508
6509         * recur.c (recursive_retrieve): Lowercase just the host name.
6510
6511 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
6512
6513         * url.c (get_urls_file): Use the correct test.
6514         (get_urls_html): Ditto.
6515
6516 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
6517
6518         * connect.c: Reverted addrlen to int.
6519
6520         * init.c (parse_line): Check for -1 instead of NONE.
6521
6522         * version.c: Changed version to 1.4.5.
6523
6524 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
6525
6526         * init.c: New option netrc.
6527         (initialize): Don't parse .netrc.
6528
6529         * cmpt.c (recursive): Return rp.
6530         (strptime_internal): Match the long strings first, the abbreviated
6531         second.
6532
6533 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
6534
6535         * http.c (check_end): New function.
6536         (http_atotm): Use it.
6537  
6538 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
6539
6540         * http.c (gethttp): Use them.
6541
6542         * init.c: New options proxy_user and proxy_passwd.
6543
6544 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
6545
6546         * ftp.c (ftp_retrieve_list): Create links even if not relative.
6547
6548 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
6549
6550         * recur.c (recursive_retrieve): Lowercase the host name, if the
6551         URL is not "optimized".
6552
6553         * host.c (realhost): Return l->hostname, even if it matches with
6554         host.
6555
6556 1997-02-10  Marin Purgar  <pmc@asgard.hr>
6557
6558         * connect.c: Make addrlen size_t instead of int.
6559         (conaddr): Ditto.
6560
6561 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
6562
6563         * systhings.h: Define S_ISLNK on NeXT too.
6564
6565 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
6566
6567         * version.c: Released 1.4.3.
6568
6569         * url.c: Futher update to list of protostrings.
6570         (skip_proto): Skip `//' correctly for FTP and HTTP.
6571
6572         * url.c (get_urls_html): Handle bogus `http:' things a little
6573         different.
6574
6575         * main.c (main): Removed `follow-ftp' from `f'.
6576         (main): Dumped the `prefix-files' and `file-prefix' options and
6577         features; old and bogus.
6578         (main): Exit on failed setval() in `-e'.
6579
6580         * http.c (fetch_next_header): Use it to detect header continuation
6581         correctly.
6582
6583         * retr.c (buf_peek): New function.
6584
6585 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
6586
6587         * wget.h: Include time.h and stuff.
6588
6589 1997-02-08  Roger Beeman  <beeman@cisco.com>
6590
6591         * ftp.c: Include <time.h>
6592
6593 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
6594
6595         * url.c (findurl): Would read over buffer limits.
6596
6597 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
6598
6599         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
6600
6601 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
6602
6603         * http.c (http_atotm): Initialize tm.is_dst.
6604
6605 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
6606
6607         * http.c (gethttp): Don't print the number of retrieved headers.
6608
6609         * main.c (main): New option `--no-clobber', alias for `-nc'.
6610
6611         * url.c: Recognize `https://'.
6612
6613 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
6614
6615         * host.c (herrmsg): Don't use h_errno.
6616
6617 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
6618
6619         * host.c (accept_domain): Use it.
6620
6621         * main.c (main): New option `--exclude-domains'.
6622
6623         * retr.c (retrieve_url): Use it.
6624         (retrieve_url): Bail out when an URL is redirecting to itself.
6625
6626         * url.c (url_equal): New function.
6627
6628 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
6629
6630         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
6631
6632         * http.c (mk_utc_time): New function.
6633         (http_atotm): Use it; handle time zones correctly.
6634
6635 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
6636
6637         * http.c: Ditto.
6638
6639         * ftp-basic.c: Use it instead of WRITE.
6640
6641         * connect.c (iwrite): New function.
6642
6643 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
6644
6645         * cmpt.c (mktime): New function.
6646
6647         * netrc.c: Include <sys/types.h>.
6648
6649         * main.c (main): Wouldn't recognize --spider.
6650
6651         * retr.c (rate): Use `B', `KB' and `MB'.
6652         (reset_timer,elapsed_time): Moved from utils.c.
6653
6654         * ftp.c (ftp_retrieve_list): Ditto.
6655
6656         * http.c (http_loop): Don't touch the file if opt.dfp.
6657
6658 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
6659
6660         * cmpt.c: New file.
6661
6662         * ftp.c (ftp_retrieve_glob): New argument semantics.
6663         (ftp_retrieve_dirs): Use it.
6664         (ftp_loop): Ditto.
6665
6666         * html.c (htmlfindurl): Recognize `'' as the quote char.
6667
6668 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
6669
6670         * ftp.c (ftp_loop_internal): Use it.
6671
6672         * utils.c (remove_link): New function.
6673
6674 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
6675
6676         * retr.c (retrieve_url): Require STRICT redirection URL.
6677
6678         * url.c (parseurl): New argument STRICT.
6679
6680         * http.c (hparsestatline): Be a little-bit less strict about
6681         status line format.
6682
6683 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
6684
6685         * http.c (gethttp): Use it.
6686
6687         * main.c (main): Don't use '<digit>' as options.
6688
6689         * init.c: New option ignore_length.
6690
6691         * http.c (gethttp): Ditto.
6692         (http_loop): Check for redirection without Location:.
6693         (gethttp): Don't print Length unless RETROKF.
6694
6695         * ftp.c (getftp): Use it.
6696
6697         * url.c (mkalldirs): New function.
6698
6699         * utils.c (mymkdir): Don't check for existing non-directory.
6700
6701         * url.c (mkstruct): Don't create the directory.
6702
6703 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
6704
6705         * init.c (setval): Removed NO_RECURSION checks.
6706
6707 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
6708
6709         * version.c: "Released" 1.4.3-pre2.
6710
6711         * recur.c (recursive_retrieve): Bypass host checking only if URL
6712         is ftp AND parent URL is not ftp.
6713
6714         * ftp-basic.c (ftp_request): Print out Turtle Power.
6715
6716         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
6717         wildcard.
6718         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
6719         not glob.
6720
6721         * http.c (gethttp): Be a little bit smarter about status codes.
6722
6723         * recur.c (recursive_retrieve): Always reset opt.recursive when
6724         dealing with FTP.
6725
6726 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
6727
6728         * retr.c (retrieve_url): New variable location_changed; use it for
6729         tests instead of mynewloc.
6730         (retrieve_url): Allow heuristic adding of html.
6731
6732         * url.c (url_filename): Don't use the `%' in Windows file names.
6733
6734         * http.c (http_loop): Always time-stamp the local file.
6735
6736         * http.c (http_loop): Ditto.
6737
6738         * ftp.c (ftp_retrieve_list): Use it.
6739
6740         * utils.c (my_touch): New function.
6741
6742         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
6743         instead of #ifndef NeXT.
6744
6745         * utils.c (strptime): New version, by Ulrich Drepper.
6746
6747 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
6748
6749         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
6750         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
6751         (http_loop): Would remove ACCEPTRANGES.
6752
6753         * ftp.c (getftp): Call ftp_list with NULL.
6754
6755 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
6756
6757         * html.c (ftp_index): Don't print minutes and seconds if we don't
6758         know them; beautify the output.
6759
6760         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
6761
6762 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
6763
6764         * utils.c (strptime): New function.
6765         (strptime): Don't use get_alt_number.
6766         (strptime): Don't use locale.
6767         (match_string): Made it a function.
6768
6769 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
6770
6771         * http.c (http_atotm): New function.
6772         (http_loop): Use it.
6773
6774         * atotm.c: Removed from the distribution.
6775
6776         * http.c (base64_encode_line): Rewrite.
6777
6778 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
6779
6780         * ftp.c (getftp): Use ftp_expected_bytes; print size.
6781
6782         * ftp-basic.c (ftp_response): Use ftp_last_respline.
6783         (ftp_expected_bytes): New function.
6784
6785         * ftp.c (getftp): Print the unauthoritative file length.
6786
6787         * ftp-ls.c: Renamed from ftp-unix.c.
6788         (ftp_parse_ls): Moved from ftp.c.
6789         (ftp_parse_unix_ls): Recognize seconds in time spec.
6790         (ftp_parse_unix_ls): Recognize year-less dates of the previous
6791         year.
6792
6793 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
6794
6795         * ftp-basic.c: Don't declare errno if #defined.
6796
6797         * host.c (ftp_getaddress): Check for sysinfo legally.
6798
6799 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
6800
6801         * connect.c (iread): Use READ.
6802
6803 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
6804
6805         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
6806         schemes.
6807
6808 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
6809
6810         * host.c (ftp_getaddress): Allow `.' in hostname.
6811
6812 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
6813
6814         * wget.h: READ and WRITE macros for use instead of read and write
6815         on sockets, grep READ *.c, grep WRITE *.c
6816
6817         * wsstartup.c: new file - startup for winsock
6818
6819         * wsstartup.h: new file
6820
6821         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
6822
6823         * configure.bat: Configure utility for MSVC
6824
6825         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
6826
6827 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
6828
6829         * version.c: Released 1.4.3-pre.
6830
6831         * utils.c (prnum): Accept long.
6832         (legible): Use prnum().
6833
6834         * connect.c (make_connection): Accept port as short.
6835         (bindport): Ditto.
6836
6837         * http.c (gethttp): Use search_netrc.
6838
6839 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
6840
6841         * ftp.c (getftp): Use search_netrc.
6842
6843         * netrc.c (free_netrc): New function.
6844
6845         * init.c (home_dir): New function.
6846
6847         * url.c (convert_links): Allow REL2ABS changes.
6848
6849 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
6850
6851         * netrc.c: New file.
6852         (parse_netrc, maybe_add_to_list): New functions.
6853
6854 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
6855
6856         * retr.c (retrieve_url): Reset opt.recursion before calling
6857         ftp_loop if it is reached through newloc.
6858
6859         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
6860         error; don't use "Syntax error", since we don't know if it is
6861         really a syntax error.
6862
6863 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
6864
6865         * utils.c (acceptable): Extract the filename part of the path.
6866
6867         * recur.c (recursive_retrieve): Call acceptable() with the right
6868         argument; would bug out on wildcards.
6869
6870         * init.c (parse_line): Likewise.
6871
6872         * html.c (htmlfindurl): Cast to char * when calling stuff.
6873
6874 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
6875
6876         * ftp.c (getftp): Use ftp_pasv.
6877
6878         * ftp-basic.c (ftp_request): Accept NULL value.
6879         (ftp_pasv): New function.
6880
6881         * options.h (struct options): Add passive FTP option.
6882
6883 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
6884
6885         * url.c (parseurl): Debug output.
6886
6887         * utils.c (path_simplify): New one, adapted from bash's
6888         canonicalize_pathname().
6889
6890 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
6891
6892         * ftp.c (getftp): Don't discard the buffer.
6893
6894         * retr.c (get_contents): New parameter nobuf.
6895
6896 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
6897
6898         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
6899
6900         * init.c (setval): Strip the trailing slashes on CVECDIR.
6901
6902 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
6903
6904         * init.c: Make excludes and includes under CVECDIR instead of
6905         CVEC.
6906
6907 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
6908
6909         * url.c (get_urls_html): Skip "http:".
6910
6911 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
6912
6913         * utils.c (strcasecmp): From glibc.
6914         (strncasecmp): Also.
6915         (strstr): Also.
6916
6917         * url.c: Added javascript: to the list of URLs prefixes.
6918
6919 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
6920
6921         * recur.c (retrieve_robots): Print the warning message only if
6922         verbose.
6923
6924 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
6925
6926         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
6927
6928 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
6929
6930         * systhings.h: New file.
6931
6932         * ../configure.in: Check for utime.h
6933
6934         * ftp.c: Check whether we have unistd.h.
6935
6936 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
6937
6938         * recur.c (recursive_retrieve): Send the canonical URL as referer.
6939         (recursive_retrieve): Call get_urls_html with the canonical URL.
6940
6941 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6942
6943         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
6944         ansi2knr support for compilers which don't support ANSI style
6945         function prototypes and signatures.
6946
6947         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
6948
6949 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
6950
6951         * url.c: Use it; Recognize paths ending with "." and ".." as
6952         directories.
6953         (url_filename): Append .n whenever file exists and could be a
6954         directory.
6955
6956         * url.h (ISDDOT): New macro.
6957
6958         * init.c (parse_line): Use unsigned char.
6959
6960         * url.c (get_urls_html): Cast to unsigned char * when calling
6961         htmlfindurl.
6962
6963         * html.c (htmlfindurl): Use unsigned char.
6964
6965         * version.c: Changed version to 1.4.3.
6966
6967 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
6968
6969         * version.c: Released 1.4.2.
6970
6971         * ftp.c (getftp): Simplified assertion.
6972         (ftp_loop_internal): Remove symlink before downloading.
6973         (ftp_retrieve_list): Unlink the symlink name before attempting to
6974         create a symlink!
6975
6976         * options.h (struct options): Renamed print_server_response to
6977         server_response.
6978
6979         * ftp.c (rel_constr): Removed.
6980         (ftp_retrieve_list): Don't use it.
6981         (ftp_retrieve_list): Use opt.retr_symlinks.
6982
6983 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
6984
6985         * main.c (main): New option retr_symlinks.
6986
6987         * url.c (convert_links): Print verbose message.
6988
6989 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
6990
6991         * http.c (http_loop): Reset newloc in the beginning of function;
6992         would cause FMR in retrieve_url.
6993
6994 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
6995
6996         * recur.c (convert_all_links): Find the URL of each HTML document,
6997         and feed it to get_urls_html; would bug out.
6998         (convert_all_links): Check for l2 instead of dl; removed dl.
6999
7000         * url.c (convert_links): Don't refer to freed newname.
7001
7002         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
7003
7004         * main.c (main): Print the OS_TYPE in the debug output, too.
7005
7006         * recur.c (recursive_retrieve): Check for opt.delete_after.
7007
7008         * main.c (main): New option delete-after.
7009
7010         * init.c (setval): Cleaned up.
7011
7012 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
7013
7014         * Makefile.in (wget): Make `wget' the default target.
7015
7016         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
7017         loop.
7018         (ftp_retrieve_list): Warn about non-matching sizes.
7019
7020         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
7021
7022         * init.c (setnum): Renamed from setnuminf; New argument flags.
7023         (setval): Use it.
7024
7025         * main.c (main): Sorted the options.
7026         (main): New option --wait.
7027
7028 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
7029
7030         * html.c (htmlfindurl): Reset s->in_quote after getting out of
7031         quotes.
7032
7033 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
7034
7035         * version.c: Changed version to 1.4.2.
7036
7037 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
7038
7039         * version.c: Released 1.4.1.
7040
7041         * html.c (html_quote_string): New function.
7042         (ftp_index): Use it.
7043         (htmlfindurl): A more gentle ending debug message.
7044
7045         * ftp.c (ftp_loop): Check for opt.htmlify.
7046
7047         * init.c: New command htmlify.
7048
7049         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
7050         strings.
7051         (ftp_loop): Print size of index.html.
7052
7053         * init.c (setval): Implement "styles".
7054
7055         * main.c (main): New option dotstyle.
7056
7057 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
7058
7059         * ftp.c (getftp): Close the master socket in case of errors, after
7060         bindport().
7061
7062         * connect.c (bindport): Initialize msock to -1.
7063
7064         * ftp.c (getftp): Initialize dtsock to -1.
7065
7066         * connect.c (closeport): Don't close sock if sock == -1.
7067
7068 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
7069
7070         * init.c (setnuminf): Nuked default value -- just leave unchanged.
7071         (setval): Don't send default values.
7072         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
7073
7074         * options.h (struct options): Use long for dot_bytes.
7075
7076         * init.c (setquota): Renamed to setbytes.
7077         (setval): Use setbytes on DOTBYTES.
7078
7079 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
7080
7081         * ftp.c (getftp): Initialize con->dltime.
7082
7083         * recur.c (recursive_retrieve): Use same_host instead of
7084         try_robots; simply load robots_txt whenever the host is changed.
7085         (recursive_retrieve): Free forbidden before calling parse_robots.
7086
7087 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
7088
7089         * retr.c (show_progress): Use them.
7090
7091         * options.h (struct options): New options dot_bytes, dots_on_line
7092         and dot_spacing.
7093
7094 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
7095
7096         * recur.c (recursive_retrieve): Retrieve directories regardless of
7097         acc/rej rules; check for empty u->file.
7098
7099 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
7100
7101         * init.c (setval): Use it.
7102
7103         * utils.c (merge_vecs): New function.
7104
7105         * init.c (setval): Reset the list-type functions when encountering
7106         "".
7107
7108 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
7109
7110         * recur.c (recursive_retrieve): Use base_url instead of this_url
7111         for no_parent.
7112
7113 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
7114
7115         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
7116
7117 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
7118
7119         * utils.c (sepstring): Rewrote; don't use strtok.
7120
7121         * recur.c (recursive_retrieve): Enter assorted this_url to slist
7122         when running the first time.
7123         (retrieve_robots): Warn to ignore errors when robots are loaded.
7124
7125         * utils.c (load_file): Moved from url.c.
7126
7127         * http.c: Made static variables const too in h* functions.
7128
7129         * main.c (main): Renamed --continue-ftp to --continue.
7130
7131         * recur.c (recursive_retrieve): Use it.
7132
7133         * utils.c (frontcmp): New function.
7134
7135         * url.c (accdir): New function.
7136
7137         * html.c (htmlfindurl): Recognize <area href=...>.
7138
7139         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
7140
7141         * init.c (setval): Free the existing opt.excludes and
7142         opt.includes, if available.
7143
7144         * main.c (main): New option -I.
7145
7146 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
7147
7148         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
7149
7150         * version.c: Changed version to 1.4.1.
7151
7152 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
7153
7154         * version.c: Released 1.4.0.
7155
7156 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
7157
7158         * main.c (main): Free com and val after parse_line.
7159         (printhelp): Reorder the listing.
7160
7161         * http.c: More robust header parsing.
7162
7163         * http.c: Allow any number of spaces, or no spaces, precede ':'.
7164         (hskip_lws): New function.
7165         (haccepts_bytes): New function.
7166         (gethttp): Use it.
7167
7168         * init.c (setval): Check header sanity.
7169         (setval): Allow resetting of headers.
7170
7171 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
7172
7173         * http.c (http_loop): Don't use has_wildcards.
7174
7175         * http.c (gethttp): Free all_headers -- would leak.
7176
7177         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
7178         0 -- this fixes a long-standing bug in -rl.
7179
7180 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
7181
7182         * ftp.c: Use -1 as "impossible" value for con->fd.
7183
7184         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
7185
7186         * init.c (parse_line): Use isalpha.
7187
7188         * ftp-unix.c: Use HAVE_UNISTD_H.
7189
7190         * mtch.c (has_wildcards): Don't match \.
7191
7192         * http.c (http_loop): Warn on HTTP wildcard usage.
7193
7194 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
7195
7196         * url.c (url_filename): Do not create numbered suffixes if
7197         opt.noclobber -- would bug out on -nc.
7198
7199 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
7200
7201         * recur.c (parse_robots): Don't chuck out the commands without
7202         arguments (`Disallow:<empty>' didn't work).
7203         (parse_robots): Compare versions lowercase.
7204         (parse_robots): Match on base_version, not version_string!
7205         (parse_robots): Handle comments properly.
7206         (parse_robots): Match versions in a sane way.
7207
7208         * init.c: Print nicer error messages.
7209
7210         * version.c: Changed version to 1.4.0.
7211
7212 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
7213
7214         * version.c: Released 1.4.0-test2.
7215
7216         * init.c (run_wgetrc): Close fp.
7217
7218         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
7219         u->dir.
7220
7221 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
7222
7223         * init.c (setquota): Allow inf as quota specification.
7224
7225 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
7226
7227         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
7228         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
7229
7230         * main.c (main): Check for quota by comparison with downloaded
7231         stuff, not from status.
7232
7233         * connect.c (select_fd): Should compile on HPUX without warnings now.
7234
7235         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
7236         returned RETROK.
7237
7238 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
7239
7240         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
7241         (getftp): Return FTPRETRINT on control connection error.
7242
7243         * html.c (htmlfindurl): Recognize <embed src=...> and
7244         <bgsound src=...>.
7245         (ftp_index): Handle username and password correctly.
7246
7247         * main.c (main): Made `-np' a synonim for --no-parent.
7248
7249 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
7250
7251         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
7252         ftp_retrieve_glob.
7253
7254         * version.c: Changed version to 1.4.0-test2.
7255
7256 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
7257
7258         * version.c: Released 1.4.0-test1.
7259
7260         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
7261         directory.
7262         (convert_links): Removed definition of make_backup.
7263
7264         * http.h: Removed definition of MAX_ERROR_LENGTH.
7265
7266         * host.c (ftp_getaddress): Check for "(none)" domains.
7267
7268         * ftp.c (ftp_retrieve_dirs): Docfix.
7269
7270         * http.c (gethttp): Use ou->referer instead of u->referer.
7271
7272         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
7273         this was known to cause coredumps on Linux.
7274
7275         * html.c (ftp_index): Cast the argument to local_time to time_t *.
7276
7277 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
7278
7279         * connect.c (select_fd): Use exceptfds -- once and for all.
7280
7281         * retr.c (retrieve_from_file): Free filename after
7282         recursive_retrieve.
7283         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
7284         first-time retrieval.
7285         (retrieve_from_file): Return uerr_t; new argument, count.
7286         (retrieve_from_file): Break on QUOTEXC.
7287
7288         * init.c (setquota): Fixed a bug that caused rejection of
7289         non-postfixed values..
7290
7291 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
7292
7293         * version.c: Changed name to wget.
7294
7295         * connect.c (iread): Smarter use of select.
7296         (select_fd): Set errno on timeout.  If not timeout, return 1
7297         instead of 0.
7298
7299 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
7300
7301         * ftp.c (ftp_loop_internal): Don't use con->cmd before
7302         establishing it.
7303
7304 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
7305
7306         * http.c (gethttp): Send correct referer when using proxy.
7307         (gethttp): Use struct urlinfo ou to access the relevant data; send
7308         correct authorization in all cases.
7309
7310         * host.c (same_host): Use skip_uname to skip username and
7311         password.
7312
7313         * url.c (skip_uname): New function.
7314         (parseurl): Use it.
7315
7316         * host.c (same_host): Do not assume HTTP -- same_host should now
7317         be totally foolproof.
7318
7319         * url.c (skip_proto): New function.
7320         (parse_uname): Use it.
7321
7322         * http.c (gethttp): Create local user and passwd from what is
7323         given.
7324
7325         * url.c (parseurl): Check for HTTP username and password too.
7326
7327 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
7328
7329         * config.h.in: Removed #define gethostbyname R...
7330
7331 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
7332
7333         * version.c: Changed version to 1.4.0-test1.
7334
7335 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
7336
7337         * version.c: "Released" 1.4b29.
7338
7339         * recur.c (recursive_retrieve): Check for no_parent.
7340
7341         * init.c (setval): Option update.
7342
7343         * main.c (main): New option no-parent.
7344
7345         * options.h (struct options): New variable no_parent.
7346
7347         * recur.c (recursive_retrieve): Only files are checked for
7348         opt.accepts and opt.rejects.
7349         (recursive_retrieve): Check directories for opt.excludes.
7350         (recursive_retrieve): Make the dir absolute when checking
7351         opt.excludes.
7352
7353         * html.c (htmlfindurl): Recognize <applet code=...> and <script
7354         src=...>
7355
7356 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
7357
7358         * ftp.c (getftp): Do not line-break assert entries at all.
7359         (ftp_retrieve_dirs): docfix.
7360
7361         * connect.c (select_fd): Use fd + 1 as nfds.
7362
7363         * version.c: Changed version to 1.4b29.
7364
7365 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
7366
7367         * version.c: "Released" 1.4b28.
7368
7369         * ftp.c (ftp_loop_internal): Check whether f->size == len and
7370         don't continue the loop if it is.
7371         (ftp_get_listing): Remove list_filename on unsuccesful loop.
7372
7373 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
7374
7375         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
7376         (getftp): Do not use multiline assert.
7377
7378         * http.c (hparsestatline): Use mjr and mnr instead of major and
7379         minor, which don't compile on Ultrix.
7380         (http_loop): Use strcpy() to initialize tmp.
7381
7382         * all: Geturl -> Fetch
7383
7384 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
7385
7386         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
7387         ':'.
7388
7389         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
7390         moving `bufsize &&' to the beginning of each check in for-loops.
7391
7392         * recur.c (parse_robots): Close fp on exit.
7393
7394         * url.c (mymkdir): Check for each directory before creating.
7395
7396 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
7397
7398         * version.c: Changed version to 1.4b28.
7399
7400 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
7401
7402         * version.c: "Released" 1.4b27.
7403
7404         * init.c (parse_line): Use isspace.
7405         (parse_line): Free *com on all errors.
7406
7407         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
7408         (delelement): Use next instead of f->next and prev instead of
7409         f->prev.
7410         (delelement): Free the members of the deleted element.
7411
7412         * http.c (http_loop): Do not return RETROK on code != 20x.
7413
7414         * init.c (cleanup): Free opt.user_header.
7415         (cleanup): Free opt.domains.
7416
7417         * url.c (freelists): Moved to cleanup().
7418
7419         * http.c (hparsestatline): Docfix.
7420
7421         * main.c (main): Return with error status on unsuccesful
7422         retrieval.
7423
7424         * init.c (setval): Do not remove listing when mirroring.
7425
7426         * url.c (url_filename): Use opt.fileprefix.
7427
7428         * ftp.c (ftp_get_listing): Use url_filename to get filename for
7429         .listing.
7430
7431         * main.c (main): New option: -rn.
7432
7433 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
7434
7435         * Makefile.in (RM): Added RM = rm -f.
7436
7437         * host.c (clean_hosts): New function.
7438         (free_hlist): Just free the list, no reset.
7439
7440         * version.c: Changed version to 1.4b27.
7441
7442 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
7443
7444         * version.c: "Released" 1.4b26.
7445
7446         * retr.c (retrieve_from_file): If call get_urls_html with
7447         opt.spider to make it silent in spider mode.
7448
7449         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
7450
7451         * url.h (CLEANDUP): New macro.
7452
7453         * http.c (gethttp): Fixed a bug that freed location only when it
7454         was NULL.
7455
7456         * retr.c (retrieve_url): Free url if it will not be stored,
7457         i.e. newloc is NULL.
7458
7459         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
7460         old version would bug out on <a href="x#a"href="y">.
7461
7462         * html.h (state_t): New member in_quote.
7463
7464         * html.c (htmlfindurl): Free s->attr at the beginning of
7465         attr-loop.
7466
7467         * recur.c (recursive_retrieve): Recognize RCLEANUP.
7468         (tried_robots): Make hosts a global variable.
7469         (recursive_retrieve): Free constr after URL host optimization.
7470         (tried_robots): Free urlinfo before exiting.
7471
7472         * utils.c (free_slist): New function.
7473
7474         * recur.c (recursive_retrieve): Use flags to add cleanup
7475         possibility.
7476
7477         * main.c (main): Free filename after recursive_retrieve.
7478
7479         * http.c (gethttp): Store successful responses too.
7480
7481 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
7482
7483         * all: Constified the whole source.  This required some minor
7484         changes in many functions in url.c, possibly introducing bugs -- I
7485         hope not.
7486
7487         * ftp-basic.c: Removed last_respline.
7488
7489         * http.c (gethttp): Free type.
7490
7491         * host.c (same_host): Free real1 and real2.
7492
7493         * main.c (main): New option --spider.
7494
7495         * retr.c (get_contents): Don't reset errno.
7496
7497         * main.c (main): Sorted the options.
7498
7499         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
7500         uninitialized by select().
7501
7502         * http.c (http_loop): Print the time when the connection is
7503         closed.
7504         (gethttp): Debug-print the HTTP request.
7505
7506 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
7507
7508         * connect.c (iread): Do not try reading after timeout.
7509
7510         * main.c (main): Would bug out on -T.
7511
7512         * connect.c (select_fd): Do not use exceptfds.
7513         (iread): Set ETIMEDOUT on select_fd <= 0.
7514
7515         * version.c: Changed version to 1.4b26.
7516
7517 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
7518
7519         * version.c: "Released" 1.4b25.
7520
7521         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
7522         or link name.
7523
7524         * http.c (gethttp): Add errcode to struct hstat.
7525         (http_loop): Use it.
7526
7527         * url.c (no_proxy_match): Simplify using char** for no_proxy.
7528
7529         * options.h (struct options): Make opt.no_proxy a vector.
7530
7531         * utils.c (sepstring): Use !*s instead of !strlen(s).
7532
7533         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
7534         (getperms): Use ISODIGIT instead of isdigit.
7535
7536         * ftp.c (getftp): Print time.
7537
7538         * main.c (main): Use legible output of downloaded quantity.
7539
7540         * ftp.c (getftp): Use elapsed_time().
7541         (ftp_loop_internal): Use rate().
7542
7543         * http.c (http_loop): Add download ratio output; Use rate().
7544
7545         * utils.c (rate): New function.
7546
7547 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
7548
7549         * http.c (http_loop): Use timer.
7550
7551         * ftp.c: Split to ftp-basic.c and ftp.c
7552
7553         * utils.c (reset_timer): New function.
7554         (elapsed_time): New function.
7555
7556         * retr.c (show_progress): Make bytes_in_line and offs long; should
7557         work on 16-bit machines.
7558
7559 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
7560
7561         * url.c (in_acclist): New argument backward.
7562
7563         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
7564         a file should be retrieved according to suffix.
7565         (ftp_get_listing): Check the return value of unlink; Do not call
7566         ftp_retrieve_dirs if depth reached maxreclevel.
7567         (ftp_retrieve_dirs): Check whether the directory is in
7568         exclude-list.
7569
7570         * main.c (main): Print the version number at the beginning of
7571         DEBUG output.
7572         (main): Use strrchr when creating exec_name.
7573
7574         * ftp.c (ftp_retrieve_glob): Do not close control connection.
7575
7576         * version.c: Changed version to 1.4b25.
7577
7578 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
7579
7580         * version.c: "Released" 1.4b24.
7581
7582         * Makefile.in: Rewrite.
7583
7584         * ftp.c (ftp_loop_internal): Likewise.
7585
7586         * retr.c (time_str): Check for failed time().
7587
7588         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
7589         HTML3.0.
7590
7591         * retr.c (time_str): Return time_t *.
7592
7593         * connect.c (bindport): Close msock on unsuccesful bind.
7594         (bindport): The same for getsockname and listen.
7595
7596         * retr.c (retrieve_url): Allow any number of retries on
7597         proxy.
7598
7599         * http.c (gethttp): Do not treat errno == 0 as timeout.
7600         (http_loop): Likewise.
7601         (http_loop): Cosmetic changes.
7602
7603         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
7604
7605         * retr.c (get_contents): Reset errno.
7606
7607         * ftp.c (getftp): Minor fixes.
7608
7609 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
7610
7611         * http.c: Do not use backups.
7612
7613         * geturl.1 (WARNING): Warn that man-page could be obsolete.
7614
7615         * getopt.c (getopt_long): Moved to getopt.c
7616
7617         * geturl.texi: Enhanced.
7618
7619         * main.c (main): Use it.
7620
7621         * recur.c (convert_all_links): New function.
7622
7623         * utils.c (add_slist): New argument flags.
7624
7625         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
7626         (parse_robots): Do not chuck out empty value fields.
7627         (parse_robots): Make yourself welcome on empty Disallow.
7628
7629         * version.c: Changed version to 1.4b24.
7630
7631 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
7632
7633         * version.c: "Released" 1.4b23.
7634
7635         * ftp.c (ftp_loop_internal): Get the time after getftp.
7636
7637         * Makefile.in (install.info): New target.
7638         (install): Use it.
7639
7640         * http.c (http_loop): Fix output when doing -O.
7641
7642 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
7643
7644         * geturl.texi: New file.
7645
7646         * main.c (main): Do not print the warnings and download summary if
7647         opt.quiet is set.
7648
7649         * version.c: Changed version to 1.4b23.
7650
7651 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
7652
7653         * "Released" 1.4b22.
7654
7655         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
7656         to avoid redefinition warnings.
7657
7658         * host.c (store_hostaddress): Use memcpy() to copy the address
7659         returned by inet_addr.
7660
7661         * version.c: Changed version to 1.4b22.
7662
7663 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
7664
7665         * version.c: "Released" 1.4b21.
7666
7667         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
7668
7669         * ftp.c (ftp_port): Use conaddr.
7670         (getftp): Print the file length.
7671         (ftp_retrieve_list): Check the stamps of plain files only.
7672
7673         * connect.c (closeport): Do not call shutdown().
7674         (conaddr): New function.
7675
7676         * html.c (ftp_index): Made it dfp-aware.
7677
7678         * init.c (cleanup): New name of freemem. Close opt.dfp.
7679
7680         * ftp.c (getftp): Use opt.dfp if it is set.
7681
7682         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
7683
7684         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
7685         CWDs to be sent with recursive FTP retrievals.
7686
7687 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
7688
7689         * recur.c (parse_robots): Made it more compliant with "official"
7690         specifications.
7691
7692         * http.c: New function.
7693
7694         * ftp-unix.c (ftp_parse_ls): Added better debug output.
7695
7696         * ftp.c (getftp): Print out the LIST in case of
7697         opt.print_server_response.
7698
7699         * version.c: Changed version to 1.4b21.
7700
7701 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
7702
7703         * version.c: "Released" 1.4b20.
7704
7705         * README: Update.
7706
7707         * http.c (gethttp): Preset lengths of various headers instead of
7708         calculating them dynamically.
7709         (gethttp): Check for 206 partial contents.
7710
7711 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
7712
7713         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
7714
7715         * http.c (gethttp): Send the port number in the Host: header.
7716
7717 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
7718
7719         * http.c (gethttp): Send host: header.
7720         (gethttp): Add the possibility of user-defined headers.
7721         (gethttp): Move decision about pragma: no-cache to http_loop,
7722         where it belongs.
7723         (gethttp): Pass a struct instead of enormous argument list.
7724         (http_loop): Use a new, fancier display format.
7725         (ftp_loop): Likewise.
7726
7727         * main.c: (hangup): Turn off buffering of the new log file.
7728
7729         * install-sh: Likewise.
7730
7731         * config.sub: Replace with the one in autoconf-2.10
7732
7733         * geturl.1: Update.
7734
7735         * init.c: New options httpuser and httppasswd.
7736
7737         * http.c: (base64_encode_line): New function.
7738         (gethttp): Send authentication.
7739
7740         * connect.c (make_connection): Use store_hostaddress.
7741
7742 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
7743
7744         * host.c (store_hostaddress): New function.
7745
7746         * NEWS: Update.
7747
7748         * http.c (hgetrange): New function.
7749         (gethttp): Use ranges.
7750
7751         * utils.c (numdigit): Accept long instead of int.
7752
7753         * http.c (http_loop): Add restart capabilities.
7754
7755         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
7756         being used uninitialized.
7757         (ftp_retrieve_list): Similar fix.
7758
7759         * host.c (add_hlist): Fixed a bug that could cause cmp being used
7760         uninitialized.
7761
7762         * url.c (construct_relative): New function.
7763
7764         * recur.c (recursive_retrieve): Use it.
7765
7766         * retr.c (convert_links): New function.
7767
7768 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
7769
7770         * url.c (free_urlpos): New function.
7771
7772         * recur.c (recursive_retrieve): Adapt.
7773
7774         * url.c (get_urls_html): Return a linked list instead of a vector.
7775
7776         * url.c (get_urls_file): Return a linked list instead of a vector.
7777
7778         * geturl.1: Update.
7779
7780         * http.c (gethttp): Implement it.
7781
7782         * init.c (setval): New option: SAVEHEADERS
7783
7784         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
7785         be retrieved. Lack of this test caused bugs when the connection
7786         was lost during listing.
7787
7788         * retr.c (retrieve_url): Fixed a bug that caused
7789         coredumps. *newloc is now reset by default.
7790         (retrieve_url): Lift the twenty-tries limit on proxies.
7791
7792         * version.c: Changed version to 1.4b20.
7793
7794 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
7795
7796         * version.c: "Released" 1.4b19.
7797
7798 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
7799
7800         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
7801         (getftp): Changed prototype to accept ccon *.
7802
7803 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
7804
7805         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
7806         incorrect values to files pointed to by symbolic links.
7807         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
7808
7809 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
7810
7811         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
7812
7813         * main.c (main): New option: --user-agent.
7814
7815         * geturl.1: Ditto.
7816
7817         * init.h: Ditto.
7818
7819         * init.c (setval): Ditto.
7820
7821         * main.c (main): Rename "server-headers" to "server-response".
7822
7823         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
7824         executables in 'ls -F' listings.
7825
7826 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
7827
7828         * url.c (parseurl): Remove realloc() and sprintf().
7829         (str_url): Get rid of sprintf().
7830
7831         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
7832         servers.
7833
7834         * url.h (URL_CLEANSE): Made it else-resistant.
7835         (USE_PROXY): New macro.
7836
7837 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
7838
7839         * NEWS: Update.
7840
7841         * version.c: Changed version to 1.4b19.
7842
7843 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
7844
7845         * version.c: "Released" 1.4b18.
7846
7847         * url.c: Made it reallocate space exponentially.
7848
7849 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
7850
7851         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
7852         the list of stuff to fetch.
7853
7854 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
7855
7856         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
7857         -Fi.
7858
7859         * html.c (htmlfindurl): Rewrite.
7860
7861         * http.c (gethttp): Use opt.proxy_cache.
7862
7863         * main.c (main): Added --cache option.
7864
7865         * ftp.c (ftp_response): Print server response if opt.print_server
7866         response is set.
7867         (getftp): Print newlines after each request if the server response
7868         is to be printed.
7869         (ftp_response): Copy the last response line to last_respline.
7870
7871         * http.c (gethttp): Add Pragma: nocache for retried
7872         proxy-retrievals.
7873
7874         * ftp.c (getftp): Use it.
7875
7876         * retr.c (buf_discard): New function.
7877
7878         * ftp.c (ftp_response): Use buf_readchar().
7879         (getftp): Flush the control connection buffer before calling
7880         get_contents().
7881
7882         * retr.c (buf_readchar): New function.
7883         (buf_flush): New function.
7884         (get_contents): Use buf_readchar() instead of read(x, x, 1).
7885         (get_contents): Use buf_flush.
7886
7887 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
7888
7889         * ftp.c: Incorporate changes to ftp_response.
7890
7891         * ftp.c (ftp_response): Allocate the server response dynamically,
7892         as in read_whole_line and fetch_next_header.
7893
7894         * utils.c (read_whole_line): Fixed a bug that prevented reading
7895         the last line if it is not \n-terminated. Also fixed a possible
7896         memory overflow.
7897
7898         * http.c (fetch_next_header): Return malloc-ed string as large as
7899         needed.
7900         (gethttp): Use new fetch_next_header.
7901
7902 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
7903
7904         * http.c (hgetlen): Compute the header length the first time only.
7905         (hgettype): Ditto.
7906         (hgetlocation): Ditto.
7907         (hgetmodified): Ditto.
7908
7909 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
7910
7911         * sample.geturlrc: Update.
7912
7913 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
7914
7915         * http.c (http_loop): Ditto.
7916
7917         * ftp.c (getftp): Open the output file as binary.
7918
7919         * version.c: Changed version to 1.4b18.
7920
7921 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
7922
7923         * version.c: "Released" 1.4b17.
7924
7925         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
7926         instead of failed assertion.
7927
7928 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
7929
7930         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
7931         if a file of that name already exists.
7932
7933 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
7934
7935         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
7936
7937         * config.h.in: Define gethostbyname as Rgethostbyname when using
7938         Socks.
7939
7940         * configure.in: Check for -lresolv if using Socks.
7941
7942         * version.c: Changed version to 1.4b17.
7943
7944 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
7945
7946         * version.c: "Released" 1.4b16.
7947
7948         * http.c (gethttp): More intelligent check for first line of HTTP
7949         response.
7950         (gethttp): Would bug out on time-stamping.
7951
7952         * version.c: Changed version to 1.4b16.
7953
7954 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
7955
7956         * version.c: Released 1.4b15.
7957
7958         * http.c (http_loop): Print \n after the loop entry, not before.
7959
7960         * url.c (url_filename): Use ISDOT.
7961
7962         * url.h (ISDOT): New macro.
7963
7964         * recur.c (recursive_retrieve): Change only opt.recursive for
7965         following FTP.
7966
7967 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
7968
7969         * socks/geturl.cgi: Fixed version No.
7970
7971         * socks/download-netscape.html: Ditto.
7972
7973         * socks/download.html: Changed socks.html to download.html.
7974
7975 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
7976
7977         * url.c (url_filename): Check for opt.dirstruct instead for
7978         opt.recursive && opt.dirstruct.
7979
7980         * init.c (defaults): Ditto.
7981         (defaults): Reset dirstruct by default.
7982         (setval): Set opt.dirstruct whenever setting recursive.
7983
7984         * init.h: Removed FORCEDIRHIER.
7985
7986         * INSTALL: Added -L to socks-description.
7987
7988         * version.c: Changed version to 1.4b15.
7989
7990 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
7991
7992         * version.c: "Released" 1.4b14.
7993
7994         * geturl.1: Update AUTHOR to include Rosella as contributor.
7995
7996         * NEWS: Update.
7997
7998         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
7999
8000         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
8001         (cal_time): Fix == to eq.
8002
8003         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
8004
8005         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
8006
8007         * Makefile.in: Use @VERSION@.
8008
8009         * configure.in: Check version from version.c.
8010
8011         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
8012
8013         * socks/download.html: Created from download-netscape.html, made
8014         HTML-2.0 compliant.
8015
8016         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
8017         following FTP links from recursions.
8018
8019 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
8020
8021         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
8022         absolute directories correctly.
8023
8024         * version.c: Changed version to 1.4b14.
8025
8026 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
8027
8028         * version.c: "Released" 1.4b13.
8029
8030         * url.c (make_backup): New function.
8031
8032         * http.c (http_loop): Make a backup copy of the local file (using
8033         rename(2)) before opening it.
8034
8035         * main.c (main): Added --backups.
8036
8037         * host.c (ftp_getaddress): Bail out on failed mycuserid().
8038         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
8039         (ftp_getaddress): Check for empty, null or (null) domain.
8040
8041         * url.c (get_urls_html): If this_url is NULL, the base must have a
8042         protocol.
8043         (parseurl): Use has_proto.
8044
8045         * retr.c (retrieve_url): Warn when proxy is used with more than 20
8046         retries.
8047
8048         * url.c (mkstruct): Create the directory (calling mymkdir()) only
8049         if it is not already there.
8050         (has_proto): New function.
8051         (get_urls_html): Eliminate the remaining call to findurl -- use
8052         has_proto.
8053
8054         * geturl.1: Ditto.
8055
8056         * main.c: Change -X to -x.
8057
8058         * url.c (url_filename): Simplify creation of filename if
8059         prefix_files is set.
8060         (url_filename): Simplify everything. And I do mean *everything*.
8061         (mkstruct): Add dir_prefix before hostname.
8062         (path_simplify): Fixed a bug that caused writing outside the path
8063         string in case of "." and ".." path strings.
8064
8065 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
8066
8067         * init.c: Added --mirror.
8068
8069         * main.c (main): Added -X to force saving of directory hierarchy.
8070
8071         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
8072         (ftp_retrieve_list): Check whether quota is exceeded.
8073
8074         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
8075
8076         * http.c (gethttp): Use referer if present.
8077
8078         * recur.c (recursive_retrieve): Set u->referer before calling
8079         retrieve_url.
8080
8081         * url.c (newurl): Use memset to nullify the struct members.
8082         (freeurl): Free the referer field too.
8083
8084         * url.h: Added referer to urlinfo.
8085
8086         * geturl.1: Updated the manual to document some of the new features.
8087
8088         * utils.c (numdigit): Moved from url.c.
8089
8090         * README: Rewritten.
8091
8092         * config.h.in: Add the support for socks.
8093
8094         * configure.in: Add the support for socks.
8095
8096         * url.c (url_filename): If the dir_prefix is ".", work with just
8097         the file name.
8098         (url_filename): Do not look for .n extensions if timestamping if
8099         turned on.
8100
8101         * retr.c (show_progress): Skip the over-abundant restval data, and
8102         print the rest of it with ',' instead of '.'.
8103
8104 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
8105
8106         * retr.c (show_progress): Changed second arg. to long (as it
8107         should be).
8108         (show_progress): Moved to retr.c.
8109         (get_contents): Moved to retr.c.
8110
8111         * version.c: Change version to 1.4b13.
8112
8113 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
8114
8115         * url.c (in_acclist): Would return after the first suffix.
8116
8117 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
8118
8119         * version.c: "Released" 1.4b12.
8120
8121         * url.c (path_simplify): More kludgifications.
8122         (get_urls_html): Use new parameters for htmlfindurl.
8123
8124         * html.c: Removed memorizing "parser states", since the new
8125         organization does not require them.
8126
8127         * init.c (run_geturlrc): Use read_whole_line.
8128
8129         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
8130
8131         * recur.c (parse_robots): Use read_whole_line.
8132
8133         * utils.c (read_whole_line): New function.
8134
8135         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
8136
8137         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
8138         tested on OSF and Ultrix.
8139         (add_hlist): New function.
8140         (free_hlist): New function.
8141         (search_host): New function.
8142         (search_address): New function.
8143         (realhost): Use search_host, search_address and add_hlist.
8144         (same_host): Replaced realloc() with strdupdelim(), made
8145         case-insensitive, fixed a memory leak.
8146
8147         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
8148         tm_min, like intended.
8149
8150         * version.c: Change user agent information to
8151         Geturl/version.
8152
8153 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
8154
8155         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
8156
8157         * url.c (acceptable): Always accept directories.
8158
8159         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
8160         servers by stripping trailing @ from symlinks and trailing / from
8161         directories.
8162
8163         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
8164
8165         * url.c (skip_url): Use toupper instead of UCASE.
8166
8167         * host.c (sufmatch): Made it case-insensitive.
8168
8169         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
8170         (match_backwards): New function, instead of
8171         match_backwards_or_pattern.
8172
8173         * recur.c (recursive_retrieve): Increased performance by
8174         introducing inl, which reduces number of calls to in_slist to only
8175         one.
8176
8177         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
8178         routine to use.
8179
8180         * main.c (printhelp): Removed the warranty stuff.
8181
8182 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
8183
8184         * url.c (add_slist): Simplify.
8185         (match_backwards_or_pattern): New function.
8186         (in_acclist): Use match_backwards_or_pattern.
8187         (matches): Remove.
8188
8189 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
8190
8191         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
8192         recursive.
8193
8194         * html.c (ftp_index): Fixed to work. Beautified the output.
8195
8196         * ftp.c (ftp_retrieve_glob): Another argument to control whether
8197         globbing is to be used.
8198         (ftp_retrieve_list): Compare the time-stamps of local and remote
8199         files to determine whether to download.
8200
8201 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
8202
8203         * ftp.c (rel_constr): New function.
8204
8205         * retr.c (retrieve_from_file): Check for text/html before
8206         retrieving recursively.
8207
8208         * main.c (main): Check whether the file is HTML before going into
8209         recursive HTML retrieving.
8210
8211         * ftp.c (ftp_retrieve_list): Manage directories.
8212         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
8213         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
8214         initialized, causing bugchecks in getftp to fail.
8215
8216         * configure.in: Check for symlink.
8217
8218         * ftp.c (ftp_retrieve_list): Added support for symlinks.
8219
8220         * version.c: "Released" 1.4b10.
8221
8222         * atotm.c (atotm): Redeclared as time_t.
8223
8224         * init.c: New variable "timestamping".
8225
8226         * main.c (main): New option 'N'.
8227
8228         * http.c (hgetlocation): Case-insensitive match.
8229         (hgetmodified): New function.
8230         (http_loop): Implement time-stamping.
8231
8232 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
8233
8234         * version.c: Changed version to 1.4b10
8235
8236         * atotm.c: New file, from phttpd.
8237
8238         * options.h (struct options): New parameter timestamping.
8239
8240         * version.c: 1.4b9 "released".
8241
8242         * recur.c (recursive_retrieve): Used linked list (ulist) for
8243         faster storing of URLs.
8244
8245         * url.c (get_urls_html): Removed the old kludge with comparing the
8246         outputs of htmlfindurl and findurl.
8247         (get_urls_html): Added better protocol support here.
8248         (create_hash): Removed, as well as add_hash and in_hash.
8249         (addslist): New function.
8250         (in_slist): ditto
8251
8252         * version.c: Released 1.4b8, changed version to b9.
8253
8254 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
8255
8256         * ftp.c (freefileinfo): New function.
8257         (delelement): New function.
8258
8259         * everywhere: GPL!
8260
8261         * ftp.c (ftp_loop): Use ccon.
8262         (ftp_retrieve_glob): Likewise.
8263
8264         * ftp.h: Define ccon, to define status of control connection.
8265
8266         * ftp.c (ftp_get_listing): New function.
8267         (ftp_retrieve_more): New function.
8268         (ftp_retrieve_glob): New function.
8269
8270 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
8271
8272         * configure.in: Removed the search for cuserid().
8273
8274         * init.c (getmode): Renamed to getperms.
8275
8276 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
8277
8278         * version.c: New version.
8279
8280         * main.c (hangup): New function, that handles hangup. Hangup
8281         signal now causes geturl to stop writing on stdout, and to write
8282         to a log file.
8283
8284         * ftp.c (getftp): "Released" 1.4b7.
8285
8286         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
8287         (ftp_index): Use fileinfo/urlinfo.
8288
8289         * ftp-unix.c (ftp_parse_ls): New function.
8290         (symperms): New function.
8291
8292         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
8293
8294         * retr.c (retrieve_url): Added FTP support.
8295
8296 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
8297
8298         * geturl.h: Removed NOTFTP2HTML enum.
8299         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
8300
8301         * ftp.c (getftp): Resynched with urlinfo.
8302         (getftp): Removed HMTL-ization of index.html from getftp.
8303
8304         * version.c: 1.4b6 "released".
8305
8306         * options.h (options): New struct, to keep options in.
8307
8308         * http.c (http_loop,gethttp): Synched with proxy.
8309
8310         * retr.c (retrieve_url): Implemented proxy retrieval.
8311
8312         * main.c (main): Use retrieve_from_file.
8313
8314 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
8315
8316         * retr.c (retrieve_from_file): New function.
8317
8318         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
8319         can be found in u->proto.
8320
8321         * ftp.c (ftp_response): Fixed to accept multi-line responses as
8322         per RFC 959.
8323
8324         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
8325
8326         * url.c (mymkdir): Removed the file of the same name, if one
8327         exists.
8328         (isfile): New function.
8329         (mkstruct): Fixed the '/' glitches.
8330         (path_simplify): Hacked to treat something/.. correctly.
8331
8332 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
8333
8334         * http.c (gethttp): Close the socket after error in headers.
8335         (http_loop): HEOF no longer a fatal header.
8336
8337         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
8338         simplifies the syntax of calling retrieve_url.
8339
8340         * recr.c (recursive_retrieve): Modified to use get_urls_html.
8341
8342         * url.c (get_urls_file): New function.
8343         (get_urls_html): New function.
8344
8345         * recr.c (recursive_retrieve): Patched up to conform to the
8346         standards.
8347
8348         * http.c (gethttp): Synched with the rest...
8349         (gethttp): Treat only CONREFUSED specially, with connection
8350         errors.
8351
8352         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
8353
8354 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
8355
8356         * http.c (http_loop): New function.
8357
8358         * loop.c: Removed *lots* of stuff from retrieve_url.
8359
8360         * url.c (parseurl): Changed to work with urlinfo. Integrated
8361         username finding and path parsing.
8362         (newurl): New function.
8363         (freeurl): New function.
8364         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
8365         (url_filename): Likewise.
8366         (path_simplify): Accept relative paths too.
8367         (opt_url): Made urlinfo-compliant, removed bogosities.
8368         (path_simplify): Expanded to accept relative paths.
8369         (str_url): A replacement for hide_url
8370         (decode_string): Fixed a bug that caused malfunctioning when
8371         encountering an illegal %.. combination.
8372         (opt_url): Removed the argument. Dot-optimizations are now default.
8373
8374         * nmalloc.c (strdupdelim): New function.
8375
8376         * url.h: Added the urlinfo structure
8377
8378 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
8379
8380         * url.c (hide_url): Thrown out the protocol assertion. Do not
8381         change the URL if the protocol if not recognized.
8382         (findurl): Put continue instead of break.
8383
8384 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
8385
8386         * sample.geturlrc: Changed the defaults to be commented out and
8387         harmless (previous defaults caused pains if copied to
8388         ~/.geturlrc).
8389
8390         * http.c (gethttp): Print the HTTP request in debug mode.
8391
8392         * connect.c (iread): Added EINTR check loop to select-ing
8393         too. EINTR is now correctly handled with select().
8394
8395         * TODO: new file
8396
8397 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
8398
8399         * host.c (same_host): Made the function a little bit more
8400         intelligent regarding diversified URL syntaxes.
8401
8402         * url.c (skip_url): Spaces are now skipped after URL:
8403
8404         * Released 1.3.1 with the patch to prevent crashing when sending
8405         NULL to robot* functions and the patch to compile "out of the box"
8406         on AIX.
8407
8408         * recr.c (recursive_retrieve): Added checking whether this_url is
8409         NULL when calling the robot functions.
8410
8411         * ChangeLog: New file.