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