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