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