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