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