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