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