]> sjero.net Git - wget/blob - src/ChangeLog
Adjustments for MSDOS.
[wget] / src / ChangeLog
1 2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
2
3         * connect.c, init.c, main.c, openssl.c, options.h:  Replace
4         "ifdef MSDOS" with "ifdef USE_WATT32" since DOS-targets in fact
5         use the Watt-32 tcp/ip stack.
6
7 2009-09-04  Micah Cowan  <micah@cowan.name>
8
9         * Makefile.am: Move build_info.c to wget_SOURCES from
10         nodist_wget_SOURCES, reduce dependencies, and invoke build_info.pl
11         in its new home, $(top_srcdir)/build-aux.
12
13 2009-09-03  Micah Cowan  <micah@cowan.name>
14
15         * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with
16         localtime, as not all platforms have localtime_r.
17
18         * Makefile.am (wget_SOURCES): Rearranged some of the file order,
19         so .c files and .h files are apart. Added gettext.h, so that it
20         shows up in the dist.
21
22 2009-09-02  Micah Cowan  <micah@cowan.name>
23
24         * gettext.h: Refreshed from gettext 0.17.
25
26         * test.c: Added definition of program_name variable, required by
27         lib/error.c (libgnu.a). Doesn't cause problems until you try to
28         build on a non-GNU system...
29
30         * build_info.c.in: Removed useless "+gettext" feature ad.
31
32 2009-08-29  Steven Schubiger  <stsc@member.fsf.org>
33
34         * convert.c (local_quote_string): Percent-encode semicolons
35         in local file strings.
36
37 2009-08-27  Micah Cowan  <micah@cowan.name>
38
39         * wget.h (uerr_t): added new VERIFCERTERR code for SSL certificate
40         problems. Marked exit codes that are defined but never used (at
41         least, the ones I could find).
42
43         * retr.c, retr.h (retrieve_url): Added a new boolean argument to
44         determine whether an exit status should be recorded.
45         (retrieve_from_file): Adjust to new retrieve_url signature.
46
47         * res.c (res_retrieve_file): Don't have retrieve_url record an
48         exit status for robots.txt.
49
50         * recur.c (retrieve_tree): Adjust to new retrieve_url signature.
51
52         * main.c (main): Use the exit status stored by retrieve_url.
53
54         * http.c (gethttp): Distinguish certificate verification problems
55         from SSL connection issues.
56         (http_loop): Handle newly-created VERIFCERTERR error code.
57
58         * exits.c, exits.h: Newly added.
59         
60         * Makefile.am (wget_SOURCES): Add exits.c and exits.h.
61
62 2009-08-27  Micah Cowan  <micah@cowan.name>
63
64         * http.c (gethttp): Make sure Wget heeds cookies when they
65         are sent with a 401 response; or any other sort of response for
66         that matter (#26775).
67
68 2009-08-19  Micah Cowan  <micah@cowan.name>
69
70         * openssl.c (ssl_check_certificate): Only warn about an attack if
71         the hostname would otherwise have matched. Also some formatting
72         cleanup.
73
74 2009-08-19  Joao Ferreira  <joao@joaoff.com>
75
76         * openssl.c (ssl_check_certificate): Detect embedded NUL
77         characters in the SSL certificate common name.
78
79 2009-08-17  Tony Lewis  <tlewis@exelana.com>
80
81         * http.c (gethttp): Ensure that we parse Content-Length before we
82         attempt to refer to its value. Without this fix, NTLM support was
83         completely buggered. #27192
84
85 2009-08-09  Michael Baeuerle  <michael.baeuerle@gmx.net>
86
87         * ftp.c: #include <strings.h> for strcasecmp.
88
89 2009-07-28  Micah Cowan  <micah@cowan.name>
90
91         * main.c (option_data): Rename --html-extension to
92         --adjust-extension.
93         (print_help): Ditto.
94         
95         * options.h (struct option): Rename html_extension to
96         adjust_extension.
97         * http.c (gethttp): Ditto.
98         * convert.c (local_quote_string): Ditto.
99
100         * init.c (commands): Add "adjustextension", and reflect rename
101         change for opt.adjust_extension, for both "adjustextension" and
102         "htmlextension".
103
104 2009-07-27  Micah Cowan  <micah@cowan.name>
105
106         * options.h (struct options): Added restrict_files_nonascii
107         boolean field.
108
109         * url.c (FILE_CHAR_TEST): Add check for chars outside the ASCII
110         range.
111
112         * init.c (defaults): Add restrict_files_nonascii to initialization.
113         (cmd_spec_restrict_file_names): Allow parsing of "ascii" keyword.
114
115 2009-07-27  Marcel Telka  <marcel@telka.sk>
116
117         * iri.c (do_conversion): Typo: invalide -> invalid
118
119 2009-07-27  Petr Pisar  <petr.pisar@atlas.cz>
120
121         * main.c (print_help): Fixed a couple typos.
122
123 2009-07-26  Micah Cowan  <micah@cowan.name>
124
125         * main.c (option_data): Rename --locale option to --local-encoding
126         (print_help): Document --no-iri, --local-encoding, and
127         --remote-encoding, within usage message. Remove defunct
128         --preserve-permissions.
129
130 2009-07-23  Micah Cowan  <micah@cowan.name>
131
132         * progress.c (get_eta): Change "Translation note" in comment to
133         "TRANSLATORS", so it actually appears in wget.pot.
134
135 2009-07-06  Micah Cowan  <micah@cowan.name>
136
137         * main.c (print_help): Improve documentation of --base.
138
139 2009-07-05  Micah Cowan  <micah@cowan.name>
140
141         * html-url.c (tag_handle_meta): Handle meta name="robots"
142         properly: deal with whitespace, commas after...
143
144         * netrc.c (parse_netrc): Rename local-scope variable "quote" to
145         "qmark", to avoid conflict with the function name.
146
147 2009-07-05  Petr Pisar  <petr.pisar@atlas.cz>
148
149         * main.c (print_version): Mark initial line for translation, along
150         with (env), (user), and (system). Change copyright year to 2009.
151
152         * http.c (http_loop): Space after colon.
153
154         * gnutls.c (ssl_check_certificate): Use quote function, rather
155         than explicit quotes.
156
157 2009-07-05  Micah Cowan  <micah@cowan.name>
158
159         * Makefile.am (version.c): Add dependency on configure.ac.
160
161         * iri.c: Mark some strings for translation.
162
163 2009-07-04  Steven Schweda  <sms@antinode.info>
164
165         * wget.h (ORIG_SFX): Macro added, to supply an alternative "_orig"
166         suffix on VMS.
167         
168         * connect.c, host.c, host.h, main.c: Include "vms_ip.h" rather
169         than <netdb.h> on VMS systems.
170
171         * convert.c (write_backup_file): Use "_orig" rather than ".orig"
172         on VMS.
173
174         * ftp-basic.c (ftp_list): Don't use LIST -a on VMS servers.
175
176         * ftp.c [__VMS]: Include "vms.h"
177         * ftp.c (getftp): Disable some unhelpful "for VMS" code. Pass the
178         OS type to ftp_list.
179         (getftp) [__VMS]: Alter the filename as required, and invoke fopen
180         with extra optional arguments.
181         (ftp_retrieve_list): Set permissions before setting the times.
182
183         * ftp-ls.c [__VMS]: Various improvements.
184
185         * http.c (SET_USER_AGENT): Added. Include operating-system info in
186         the User-Agent header.
187         (gethttp): Use ORIG_SFX macro.
188         (gethttp) [__VMS]: invoke fopen with extra arguments to
189         communicate file type.
190         (http_loop): Add cast to time_t.
191
192         * init.c (wgetrc_user_file_name) [__VMS]: Adjustments for where to
193         find the .wgetrc.
194
195         * log.c: Adjustments to improve handling of log files on VMS.
196
197         * main.c [__VMS]: Added --ftp-stmlf option (and associated
198         documentation). Adjust description of backup-suffixes, as they now
199         differ for VMS.
200         (print_help, print_version): Include OS type in version
201         information.
202         (main) [__VMS]: Invoke fopen with extra options, to specify file
203         type information.
204
205         * netrc.c (search_netrc) [__VMS]: Fix .netrc-finding.
206
207         * openssl.c, openssl.h (ssl_connect_wget): Renamed from ssl_connect.
208
209         * options.h (struct options): Add ftp_stmlf field.
210
211         * retr.c (write_data) [__VMS]: Avoid fflush.
212
213         * url.c [__VMS]: Include vms.h.
214         * url.c (url_file_name) [__VMS]: Handle naming as required for VMS.
215
216         * utils.c [__VMS]: Include vms.h. Various added facilities for VMS
217         needs.
218
219 2009-07-04  Micah Cowan  <micah@cowan.name>
220
221         * main.c (print_version): Allow localization of the version-info
222         labels, eschew attempts at alignment (which is complicated when
223         handling translated strings), and avoid using printf() with
224         variable-stored format strings that lack conversion
225         specifications.
226         (format_and_print_line): For similar reasons, don't calculate
227         line-continuation tabulation based on the number of bytes in a
228         string.
229
230 2009-07-04  Steven Schubiger  <stsc@member.fsf.org>
231
232         * url.c (url_parse): If an URL scheme is invalid, distinguish
233         between an unsupported or missing scheme.
234
235         * url.c: Add a "missing scheme" entry to parse_errors.
236
237 2009-07-03  Micah Cowan  <micah@cowan.name>
238
239         * iri.h (iri_dup): Provide macro definition for when IRIs are
240         disabled.
241
242         * Makefile.am (LIBS): Added @LIBICONV@.
243         (wget_SOURCES): Added iri.h.
244         (EXTRA_wget_SOURCES): Added iri.c, so it gets packaged even if IRI
245         support was disabled.
246
247 2009-07-02  Micah Cowan  <micah@cowan.name>
248
249         * recur.c (url_enqueue): Quote enqueue/dequeue debug messages.
250
251         * html-url.c (append_url): Change "merge()" quoting style from
252         locale_quoting_style to escape_quoting_style.
253
254 2009-07-01  Micah Cowan  <micah@cowan.name>
255
256         * retr.c (retrieve_url): Use the existing "redirect" label,
257         instead of superfluous "second_try". Removed no-longer-accurate
258         debug statement. Use the "newloc" parameter to store the fallback
259         URL, when IRI version was rejected.
260
261         * recur.c (retrieve_tree): Always use the parsed URL for tracking
262         the Referer, since that's the one we actually requested (if
263         there's a difference in terms of percent-encodings and such).
264
265 2009-07-01  Steven Schubiger  <stsc@member.fsf.org>
266
267         * Makefile.am: Add a rule to generate build_info.c and list
268         the build_info.c.in file in EXTRA_DIST. Adjust elsewhere
269         where needed.
270         
271         * build_info.c: Remove this static source file.
272         
273         * build_info.c.in: Data for generation of build_info.c.
274
275 2009-06-29  Micah Cowan  <micah@cowan.name>
276
277         * html-url.c (append_url): Quote some more arguments that might
278         contain characters that are inappropriate to display for the
279         current locale.
280
281         * retr.c (retrieve_from_file): Be sure to pass iri information
282         when parsing an input-fle url, and be sure to hand a clean iri
283         struct, off to retrieve_tree and retrieve_url.
284
285         * iri.c, iri.h (iri_dup): Added.
286
287         * retr.c (retrieve_url): Re-parse for IRI fallback.
288
289         * main.c (main): Set up iri before the url_parse invocation (so we
290         can use it).
291
292 2009-06-20  Jay Krell  <jay.krell@cornell.edu>
293
294         * sysdep.h (_ALL_SOURCE): (small change) Define the _ALL_SOURCE
295         macro on INTERIX systems. (I switched the location from ftp.c to
296         sysdep.h --mjc)
297
298 2009-06-15  Micah Cowan  <micah@cowan.name>
299
300         * ftp.c (getftp): If we can't accept the connection, return
301         CONERROR, not whatever the contents of err happens to be. Fixes
302         bug #25015.
303
304         * retr.c (fd_read_body): Make both args to progress_create
305         consistent, resulting in an accurate progress display. Fixes bug
306         #24948.
307
308 2009-06-14  Micah Cowan  <micah@cowan.name>
309
310         * Makefile.am (wget_SOURCES): css-tokens.h needs to ship with
311         dist, too.
312
313 2009-06-13  Micah Cowan  <micah@cowan.name>
314
315         * init.c: Rename setval_internal_wrapper to setval_internal_tilde,
316         ensure we don't "replace" the tilde unless it's actually
317         present. Clean up some minor GNU style issues.
318
319 2009-06-13  Julien Pichon  <julienpichon7@gmail.com>
320
321         * init.c: Handle tilde-expansion in wgetrc commands, without
322         resorting to setting/unsetting globals to change behavior in one
323         call location.
324
325 2009-06-12  Micah Cowan  <micah@cowan.name>
326
327         * host.c: Include <sys/types.h> before <sys/socket.h>. Not
328         required by POSIX any more, but some older systems (such as
329         FreeBSD 4.1) still need it, and it doesn't seem like it could
330         hurt...
331
332         * build_info.c (library): Handle "https" as a feature in its own
333         right, apart from "gnutls" and "openssl".
334
335         * host.c: Declare h_errno if no declaration is provided. Idea
336         thanks to Maciej W. Rozycki.
337
338 2009-06-11  Xin Zou  <zouxin2008@gmail.com>     
339         
340         * http.c (gethttp): Fix some memory leaks.
341         
342 2009-06-11  Micah Cowan  <micah@cowan.name>
343
344         * http.c (http_atotm): Handle potential for setlocale's return
345         value to be static storage. Thanks to Benjamin Wolsey
346         <bwy@benjaminwolsey.de>.
347
348         * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
349         systems, too. Thanks to Robert Millan.
350
351 2009-05-28  Steven Schubiger  <stsc@member.fsf.org>
352
353         * ftp.c (ftp_get_listing): Update the "listing file" 
354         string after calling ftp_loop_internal().
355
356 2009-05-27  Steven Schubiger  <stsc@member.fsf.org>
357
358         * ftp.c (ftp_get_listing): Duplicate the "listing file"
359         string to avoid memory corruption when FOPEN_EXCL_ERR is
360         encountered.
361
362 2009-05-17  Steven Schubiger  <stsc@member.fsf.org>
363
364         * progress.c (eta_to_human_short): Fix the remaining hours
365         to be displayed. Spotted by Tadeu Martins (#26411).
366
367 2009-04-24  Micah Cowan  <micah@cowan.name>
368
369         * hash.c: Change stdint.h inclusion to use HAVE_STDINT_H, not C99
370         check.
371
372         * connect.c: stdint.h inclusion added.
373
374         Thanks to Markus Duft <mduft@gentoo.org> for a similar patch.
375         
376 2009-04-20  Micah Cowan  <micah@cowan.name>
377
378         * Makefile.am (version.c): Fix unportable use of "echo -n".
379
380 2009-04-13  Steven Schubiger  <stsc@member.fsf.org>
381
382         * ftp.c (ftp_retrieve_list): Move the duplicated code that
383         determines the local file to a function.
384         
385         * http.c (http_loop): Likewise.
386
387         * retr.c (set_local_file): New function.
388
389 2009-04-11  Steven Schubiger  <stsc@member.fsf.org>
390
391         * init.c (initialize): Run a custom SYSTEM_WGETRC when 
392         provided as an environment variable.
393
394 2009-02-27  Gisle Vanem  <gvanem@broadpark.no>
395
396         * main.c (main): "freopen (NULL,.." causes an assertion in MSVC
397         debug-mode.  I.e. NULL isn't legal. But the "CONOUT$" device works
398         fine.
399
400 2009-02-27  Steven Schubiger  <stsc@member.fsf.org>
401
402         * ftp.c (ftp_loop_internal): Don't claim for FTP retrievals
403         when writing to standard output either that the document
404         has been saved. Addresses bug #20520 again.
405
406 2009-02-21  Steven Schubiger  <stsc@member.fsf.org>
407
408         * http.c (http_loop): When a document is written to 
409         standard output, don't claim it has been saved to a file.
410         Addresses bug #20520.
411
412 2009-02-18  Steven Schubiger  <stsc@members.fsf.org>
413
414         * recur.h: Remove the dangling declaration for recursive_cleanup().
415
416 2009-02-01  Gerardo E. Gidoni  <gerel@gnu.org>
417
418         * main.c, recur.c, recur.h, res.c, retr.c, retr.h: restructured code to
419         avoid multiple 'url_parse' calls.
420
421 2008-11-13  Micah Cowan  <micah@cowan.name>
422
423         * http.c (gethttp): Don't do anything when content-length >= our
424         requested range.
425
426 2008-11-27  Saint Xavier  <wget@sxav.eu>
427
428         * http.c (gethttp): Move authentication code before filename
429         allocation avoiding fallbacking on default filename because
430         "Content-Disposition" header wasn't present before authentcation
431         has been completed. Fixes bug #24862.
432
433 2008-11-16  Steven Schubiger  <stsc@members.fsf.org>
434
435         * main.c: Declare and initialize the numurls counter.
436
437         * ftp.c, http.c: Make the counter visible here and use it.
438         
439         * options.h: Remove old declaration from options struct.
440
441 2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
442
443         * init.c (defaults): Set default waitretry value.
444
445 2008-11-14  Steven Schubiger  <stsc@members.fsf.org>
446
447         * main.c (format_and_print_line): Use a custom format 
448         string for printing leading spaces.
449
450 2008-11-12  Micah Cowan  <micah@cowan.name>
451
452         * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.
453
454 2008-11-12  Alexander Belopolsky  <alexander.belopolsky@gmail.com>
455
456         * url.c, url.h (url_escape_unsafe_and_reserved): Added.
457
458         * ftp-ls.c (ftp_index): URL-escape, rather than HTML-escape, the
459         filename appearing in the link.
460
461 2008-11-12  Steven Schubiger  <stsc@members.fsf.org>
462
463         * main.c (print_version): Hand the relevant
464         xstrdup/xfree calls back to format_and_print_line().
465
466 2008-11-11  Steven Schubiger  <stsc@members.fsf.org>
467
468         * main.c (format_and_print_line): Move both the memory
469         allocating and freeing bits upwards to print_version().
470
471 2008-11-10  Saint Xavier  <wget@sxav.eu>
472
473         * http.c: Make --auth-no-challenge works with user:pass@ in URLs.
474
475 2008-11-05  Micah Cowan  <micah@cowan.name>
476
477         * ftp.c (print_length): Should print humanized "size remaining"
478         only when it's at least 1k.
479
480 2008-10-31  Micah Cowan  <micah@cowan.name>
481
482         * main.c (print_version): Add information about the mailing list.
483
484 2008-10-31  Alexander Drozdov  <dzal_mail@mtu-net.ru>
485
486         * retr.c (fd_read_hunk): Make assert deal with maxsize == 0.
487
488         * ftp-ls.c (clean_line): Prevent underflow on empty lines.
489
490 2008-10-26  Gisle Vanem  <gvanem@broadpark.no>
491
492         * main.c (format_and_print_line): Put variables on top of
493         blocks (not all compilers are C99). Add an extra '\n' if
494         SYSTEM_WGETRC isn't defined and printed.
495
496 2008-09-09  Gisle Vanem  <gvanem@broadpark.no>
497
498         * url.c (url_error): Use aprintf, not asprintf.
499         
500 2008-09-09  Micah Cowan  <micah@cowan.name>
501
502         * init.c (home_dir): Save the calculated value for home,
503         to avoid duplicated work on repeated calls.
504         (wgetrc_file_name) [WINDOWS]: Define and initialize home var.
505
506         * build_info.c, main.c: Remove unnecessary extern vars
507         system_wgetrc and locale_dir.
508
509         * main.c: Define program_name for lib/error.c.
510
511 2008-09-02  Gisle Vanem  <gvanem@broadpark.no>
512
513         * mswindows.h: Must ensure <stdio.h> is included before
514         we redefine ?vsnprintf().
515
516 2008-08-08  Steven Schubiger  <stsc@members.fsf.org>
517
518         * main.c, utils.h: Removed some dead conditional DEBUG_MALLOC code.
519
520 2008-08-03  Micah Cowan  <micah@cowan.name>
521
522         * main.c (print_help): Added --default-page.
523
524 2008-08-01  Joao Ferreira  <joao@joaoff.com>
525
526         * init.c, main.c, options.h, url.c: Added option --default-page
527         to support alternative default names for index.html
528
529 2008-08-03  Micah Cowan  <micah@cowan.name>
530
531         * build_info.c, css-url.c: #include wget.h, not config.h.
532
533 2008-08-03  Steven Schubiger  <stsc@members.fsf.org>
534
535         * url.c, url.h (url_error): Better messages for unsupported
536         schemes, especially https.
537
538         * html-url.c, recur.c, retr.c: Adjust to new url_error
539         invocation, and free result.
540
541 2008-07-17  Steven Schubiger  <stsc@members.fsf.org>
542
543         * retr.c (retrieve_from_file): When given an URL as input file,
544         use it as baseref if none was specified and treat the input file
545         as HTML if its content type is text/html.
546
547         * init.c (cleanup): Free the memory associated with the base
548         option (when DEBUG_MALLOC is defined).
549
550 2008-07-02  Xavier Saint  <wget@sxav.eu>
551
552         * iri.c, iri.h  : New function idn_decode() to decode ASCII
553         encoded hostname to the locale.
554
555         * host.c : Show hostname to be resolved both in locale and
556         ASCII encoded.
557
558 2008-06-28  Steven Schubiger  <stsc@members.fsf.org>
559
560         * retr.c (retrieve_from_file): Allow for reading the links from
561         an external file (HTTP/FTP).
562
563 2008-06-26  Xavier Saint  <wget@sxav.eu>
564
565         * iri.c, iri.h : New functions locale_to_utf8() and
566         idn_encode() adding basic capabilities of IRI/IDN.
567
568         * url.c : Convert URLs from locale to UTF-8 allowing a basic
569         support of IRI/IDN
570
571 2008-06-25  Steven Schubiger  <stsc@members.fsf.org>
572
573         * ftp.c (getftp): When spidering a FTP URL, emit a diagnostic
574         message if the remote file exists.
575
576 2008-06-24  Steven Schubiger  <stsc@members.fsf.org>
577
578         * http.c (http_loop): Replace escnonprint() occurence with
579         a quotearg_style() call.
580
581 2008-06-24  Micah Cowan  <micah@cowan.name>
582
583         * ftp-ls.c (ftp_index): Don't assume time_t* is compatible with
584         long*. Fixes crash on Windows, and probably other systems.
585
586 2008-06-22  Steven Schubiger  <stsc@members.fsf.org>
587
588         * http.c: Explicitly initialize and deallocate the message
589         string used by the -nv --spider functionality.
590
591 2008-06-22  Steven Schubiger  <schubiger@gmail.com>
592
593         * http.c: Make -nv --spider include the file's name when it
594         exists.
595
596 2008-06-22  Micah Cowan  <micah@cowan.name>
597
598         * Makefile.am (version.c): Fixed version string invocation so it
599         once again can't result in unterminated strings, made all the
600         string vars pointers-to-const, and moved line lengths
601         below 80 (in Makefile.am, not in version.c).
602
603 2008-06-19  Xavier Saint  <wget@sxav.eu>
604
605         * iri.c, iri.h : New function check_encoding_name() as
606         a preliminary encoding name check.
607
608         * main.c, iri.c : Make use of check_encoding_name().
609
610 2008-06-19  Xavier Saint  <wget@sxav.eu>
611
612         * iri.c : Include missing stringprep.h file and add a
613         cast.
614
615         * init.c : set a default initial value for opt.enable_iri,
616         opt.locale and opt.encoding_remote.
617
618 2008-06-19  Xavier Saint  <wget@sxav.eu>
619
620         * iri.c, iri.h : Add a new function find_locale() to find
621         out the local system encoding.
622
623         * main.c : Make use of find_locale().
624
625 2008-06-19  Xavier Saint  <wget@sxav.eu>
626
627         * html-url.c : Add "content-type" meta tag parsing for
628         retrieving page encoding.
629
630         * iri.h : Make no-op version of parse_charset() return
631         NULL.
632
633 2008-06-16  Micah Cowan  <micah@cowan.name>
634
635         * http.c (http_loop): When hstat.len is higher than the
636         successfully completed content's length, but it's because we
637         _set_ it that way, don't abort.
638
639 2008-06-14  Xavier Saint  <wget@sxav.eu>
640
641         * iri.c, iri.h : New files.
642
643         * Makefile.am : Add files iri.h and conditional iri.c.
644
645         * build_info.c : Add compiled feature "iri".
646
647         * http.c : include iri.h and parse charset from Content-Type
648         header.
649
650         * init.c, main.c, options.h : if an options isn't supported
651         at compiled time, don't get rid off it and show a dummy
652         message instead if they are used.
653
654 2008-06-13  Micah Cowan  <micah@cowan.name>
655
656         * build_info.c: ENABLE_NTLM, not HAVE_NTLM; distinguish OpenSSL
657         from "ssl".
658
659 2008-06-13  Madhusudan Hosaagrahara <com.gmail.hrmadhu>
660
661         * Makefile.am, main.c, init.c, init.h, build_info.c: Adds build
662         information to the --version command line option. Fixes bug
663         #20636.
664
665 2008-06-01  Micah Cowan  <micah@cowan.name>
666
667         * main.c [WINDOWS]: Reopen stdout in binary mode, when -O - is
668         given.
669
670 2008-05-31 Micah Cowan  <micah@cowan.name>
671
672         * html-url.c, http.c: Avoid casts in a couple spots.
673
674 2008-05-30 Henri Häkkinen  <henux@users.sourceforge.net>
675
676         * cookies.c, ftp-basic.c, hash.c, html-url.c, http-ntlm.c, http.c,
677         init.c, log.c, main.c, progress.c, ptimer.c, spider.c, url.c,
678         utils.c: Minor changes to silence warnings when using -Wall.
679
680 2008-05-26  Steven Schubiger  <schubiger@gmail.com>
681
682         * ftp.c (getftp): Replace last remaining invocation of escnonprint
683         with gnulib quote.
684
685 2008-05-19  Micah Cowan  <micah@cowan.name>
686
687         * main.c (main): Password prompt should be done only once (not
688         once per argument), and should be done prior to the background
689         fork.
690
691 2008-05-17  Steven Schubiger  <schubiger@gmail.com>
692
693         * init.c (defaults): Set the preferred IP family to `none' by
694         default.
695
696 2008-05-17  Kenny Parnell  <k.parnell@gmail.com>
697
698         (cmd_spec_prefer_family): Initialize prefer_family to prefer_none.
699
700 2008-05-17  Micah Cowan  <micah@cowan.name>
701
702         * main.c (main): Handle Ctrl-D on command-line.
703
704 2008-05-15  Steven Schubiger  <schubiger@gmail.com>
705
706         * ftp.c (getftp): Verify that the file actually exists in FTP, by
707         checking it against the listing.
708
709 2008-05-15  Micah Cowan  <micah@cowan.name>
710
711         * main.c (prompt_for_password): Use the quote module.
712
713 2008-05-14  Micah Cowan  <micah@cowan.name>
714
715         * ftp.c (ftp_retrieve_list): Symlinks and other filenames
716         should be fully quoted.
717
718 2008-05-12  Micah Cowan  <micah@cowan.name>
719
720         * main.c (main): Downgrade "-N with -O" to a warning, and switch
721         it off to avoid confusing messages.
722
723 2008-04-30  Micah Cowan  <micah@cowan.name>
724
725         * progress.c (create_image): Fix glitch where too many spaces are
726         printed on lines that don't display the ETA, in multibyte
727         locales.
728
729 2008-04-30  Steven Schubiger  <stsc@members.fsf.org>
730
731         * main.c (main): New code that handles prompting for passwords
732         when specified explicitly via command-line option (using gnulib's
733         getpass-gnu module).
734         (main): Include the getpass header.
735
736         * init.c: Add "ask-password" to the list of recognized commands.
737
738         * options.h: Add an according boolean member to the options
739         struct.
740
741         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE
742         out, because they're now defined independently by config.h.
743
744 2008-04-27  Rabin Vincent  <rabin@rab.in>
745
746         * http.c (http_loop): Fix return for the case where we don't
747         download a file because of -nc.
748
749 2008-04-27  Micah Cowan  <micah@cowan.name>
750
751         * url.c (path_simplify): Go back to allowing leading ".." in
752         paths, but only for FTP URLs.
753         (test_path_simplify): Add scheme-specificness to tests, adapt for
754         mu_run_test.
755
756         * test.c (all_tests): Add test_path_simplify.
757
758         * main.c (main): Downgrade -r, -p with -O to a warning rather than
759         an error; elaborate just a bit more for other -O combination
760         cases.
761
762 2008-04-26  Micah Cowan  <micah@cowan.name>
763
764         * http.c (gethttp): Move proxy CONNECT handling to below the
765         retry_with_auth label, to deal with properly reconnecting to
766         proxies when we need to authenticate.
767
768 2008-04-25  Micah Cowan  <micah@cowan.name>
769
770         * Makefile.am: -I foo -> -Ifoo.
771
772 2008-04-24  Micah Cowan  <micah@cowan.name>
773
774         * main.c: Revised usage description of --convert-links to apply
775         to CSS as well as to HTML.
776
777 2008-04-23  Micah Cowan  <micah@cowan.name>
778
779         * utils.c (test_dir_matches_p): Added a test for the case
780         described in issue #20518.
781
782 2008-04-22  Micah Cowan  <micah@cowan.name>
783
784         * Makefile.am, css.lex, css.l: Renamed css.lex to css.l.
785         * recur.c (retrieve_tree): Fix typo to allow text/css files to
786         be parsed.
787
788 2008-04-22  Ted Mielczarek  <ted.mielczarek@gmail.com>
789
790         * css.lex, css-url.c, css-url.h: Added to implement support for
791         parsing CSS in Wget.
792         * convert.c: Convert links in CSS files, too.
793         * convert.h (convert_options): Added for options link_css_p,
794         link_expect_css.
795         * convert.h: Added prototype for new register_css function.
796         * html-parse.c: Added support for parsing element content, in
797         addition to tag starts and ends.
798         * html-parse.h (taginfo): Added delimiter fields for element
799         content.
800         * html-url.h: Added.
801         * html-url.c (append_url): No longer internal-linkage only. Now
802         takes position and size as explicit parameters.
803         * html-url.c: Use new html-url.h header, add support for
804         handling of "style" HTML attributes. Mark URIs obtained from
805         link tags with rel="stylesheet" with link_expect_css. Adapt
806         uses of append_url to supply the newly-added parameters for
807         position and size.
808         * http.c: Add detection for when the content-type is text/css;
809         and ensure that such files have the ".css" filename extension,
810         when --convert-links is active.
811         * recur.h: Remove declarations for functions found in
812         html-url.c (moved to html-url.h).
813         * recur.c: Add support for culling links from CSS files, too,
814         and tracking for when we're expecting the file to be CSS (even
815         when its content type isn't text/css).
816         * retr.c (retrieve_url): Add registration of CSS files.
817         * wget.h: Added TEXTCSS to dt flags enum.
818         * Makefile.am: Added css.lex, css-url.c, css-url.h, html-url.h
819         to wget_SOURCES.
820
821 2008-04-22  Jim Paris  <jim@jtan.com>
822
823         * openssl.c (ssl_init): Enable combined certificate/key in
824         single file (apparent regression from ~1.9). Resolves issue
825         #22767.
826
827 2008-04-22  Steven Schubiger  <schubiger@gmail.com>
828
829         * http.c (print_response_line): Changed to make responses always
830         be logged, even in --quiet mode, if --server-response was
831         specified. This is to bring http.c's handling of the situation
832         in line with ftp.c's.
833
834 2008-04-22  Pranab Shenoy  <pranab.loosinit.shenoy@gmail.com>
835
836         * init.c: Added test_commands_sorted unit test to check is
837         commands are sorted.  Fixes bug #21245.
838
839         * test.c: Added test_commands_sorted to the test suite.
840
841 2008-04-22  Rabin Vincent  <rabin@rab.in>
842
843         * ftp.c (ftp_get_listing): Only remove .listing if it has been
844         created. 
845
846 2008-04-22  Alain Guibert  <alguibert+bts@free.fr>
847
848         * test.h (mu_run_test): Move declaration before statements, for
849         C90 conformance. Fixes bug #22789.
850
851 2008-04-22  Mike Frysinger  <vapier@gentoo.org>
852
853         * Makefile.am: Move @LIBS@ after other libraries, for better
854         static-linking support. Fixes bug #22143.
855
856 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
857
858         * ftp.c: Use Gnulib's quote function for printing filenames and
859         such.
860         * connect.c: Likewise.
861         * convert.c: Likewise.
862         * cookies.c: Likewise.
863         * ftp-opie.c: Likewise.
864         * gnutls.c: Likewise.
865         * init.c: Likewise.
866         * log.c: Likewise.
867         * mswindows.c: Likewise.
868         * openssl.c: Likewise.
869         * progress.c: Likewise.
870         * recur.c: Likewise.
871         * res.c: Likewise.
872         * utils.c: Likewise.
873
874 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
875
876         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE 
877         out, because they're now defined independently by config.h.
878
879 2008-04-14  Steven Schubiger  <schubiger@gmail.com>
880
881         * http.c: Use Gnulib's quote function for printing filenames and
882         such.
883         * wget.h: #include "quote.h".
884
885 2008-04-12  Rabin Vincent  <rabin@rab.in>
886
887         * mswindows.c (fake_fork_child): Don't create a logfile for
888         --background when --quiet is used, but not --server-response.
889         Fixes bug #20917.
890
891         * utils.c (fork_to_background): Likewise.
892
893 2008-04-12  Micah Cowan  <micah@cowan.name>
894
895         * utils.c (aprintf): Minor formatting changes to Alex's code (80-
896         column limit, concatenated string literals, avoiding nesting
897         levels), and removed invocation of free (since we're aborting
898         anyway).
899
900 2008-04-11  Alexander Dergachev  <cy6erbr4in@gmail.com>
901
902         * utils.c (aprintf): Now we are setting limits (1 Mb) for text
903         buffer when we use non-C99 vsnprintf.
904         
905 2008-04-11  Micah Cowan  <micah@cowan.name>
906
907         * ftp.c (getftp, ftp_loop_internal): Don't append to an existing
908         .listing when --continue is used.  Fixes bug #22825. Thanks to
909         Rabin Vincent <rabin@rab.in> for pointing the way with a
910         suggested fix!
911
912 2008-04-10  Alexander Dergachev  <cy6erbr4in@gmail.com>
913
914         * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an
915         "unknown" value for the attempted allocation size.
916         * utils.c (aprintf): Now calls memfatal, instead of aborting.
917
918 2008-03-19  Micah Cowan  <micah@cowan.name>
919
920         * utils.c (test_dir_matches_p): More tests related for
921         dir_matches_p.
922
923 2008-03-17  Micah Cowan  <micah@cowan.name>
924
925         * connect.c: Include sys/time.h to support use of the select
926         function on older systems.
927
928 2008-02-11  Benno Schulenberg  <bensberg@justemail.net>
929
930         * http.c: More accurate and descriptive messages for when a file
931         won't be retrieved during spider-mode.
932
933 2008-02-10  Micah Cowan  <micah@cowan.name>
934
935         * http.c: Added existence_checked member to the http_stat
936         struct.
937         (gethttp): Mark hs->existence_checked when we've checked whether
938         a file-to-download exists; so we don't check it again if the
939         connection gets lost (and potentially pick a new "unique" name).
940         This fixes bug 22251.
941         * progress.c (create_image): Add space for an extra column in
942         the "eta" portion of the progress bar image; to deal with
943         too-long Czech translation.
944         * main.c, http.c, init.c: Added --auth-no-challenge option, to
945         bring back 1.10.2 unsafe auth behavior when needed. This fixes
946         bug #22242.
947
948 2008-02-07  Micah Cowan  <micah@cowan.name>
949
950         * progress.c (create_image): Remove assertion on exceeding
951         screen width, which given the less-than-robust code there, can
952         be broken by a number of factors (such as large file downloads).
953
954 2008-02-06  Micah Cowan  <micah@cowan.name>
955
956         * progress.c (countcols): Use strlen() when mbtowc or wcwidth
957         not available (or not using NLS).
958         * utils.c: Ensure we use single-byte separators when not doing
959         NLS progress-bars.
960         * wget.h: Determine whether to use NLS for progress-bars, based
961         on whether wcwidth and mbtowc are available.
962
963 2008-02-03  Micah Cowan  <micah@cowan.name>
964
965         * progress.c (create_image): Use number of characters/columns
966         consumed, rather than number of bytes, to determine how much of
967         a line we've used. Fixes assertion errors and field alignment
968         bugs (#22161, #20481)
969         (get_eta, count_cols): Added to support the changes for
970         create_image.
971         * http.c (http_loop): Put no-clobber logic back into http_loop,
972         before starting to fetch, for when we're not doing
973         content-disposition.
974
975 2008-01-31  Micah Cowan  <micah@cowan.name>
976
977         * http.c (gethttp): Don't derive hs->contlen from possibly
978         invalid/missing Content-Length; instead, get the appropriate
979         value from the Content-Range header values.
980         (parse_content_range): Handle '*' instance-length field.
981
982 2008-01-25  Micah Cowan  <micah@cowan.name>
983
984         * main.c: Added notes to translators regarding (C), diacritics
985         in names.
986         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
987         cookies.c, cookies.h, ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c,
988         ftp.h, gen-md5.c, gen-md5.h, gnutls.c, hash.c, hash.h, host.c,
989         host.h, html-parse.c, html-parse.h, html-url.c, http-ntlm.c,
990         http-ntlm.h, http.c, http.h, init.c, init.h, log.c, log.h,
991         main.c, mswindows.c, mswindows.h, netrc.c, netrc.h, openssl.c,
992         options.h, progress.c, progress.h, ptimer.c, ptimer.h, recur.c,
993         recur.h, res.c, res.h, retr.c, retr.h, spider.c, spider.h,
994         ssl.h, sysdep.h, test.c, test.h, url.c, url.h, utils.c,
995         utils.h, wget.h, xmalloc.c, xmalloc.h: Updated copyright year.
996
997 2007-12-10  Micah Cowan  <micah@cowan.name>
998
999         * main.c: The option is --content-disposition, not
1000         --no-content-disposition (at the moment).
1001
1002 2007-12-08  Hrvoje Niksic  <hniksic@xemacs.org>
1003
1004         * ftp.c (ftp_retrieve_glob): Print both arguments of fnmatch in
1005         fnmatch error message.
1006         (ftp_retrieve_glob): Don't match with fnmatch if we're only
1007         supposed to get one file.
1008
1009 2007-12-07  Micah Cowan  <micah@cowan.name>
1010
1011         * Makefile.am: Plug in vars to include stuff from
1012         $(top_srcdir)/md5 when appropriate.
1013
1014 2007-12-05  Micah Cowan  <micah@cowan.name>
1015
1016         * utils.c (subdir_p): Handle the case where d1 is "".
1017         * convert.c (convert_all_links): Don't return without
1018         deallocating timer.
1019
1020 2007-11-28  Micah Cowan  <micah@cowan.name>
1021
1022         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
1023         convert.h, cookies.c, cookies.h, ftp-basic.c, ftp-ls.c,
1024         ftp-opie.c, ftp.c, ftp.h, gen-md5.c, gen-md5.h, gnutls.c,
1025         hash.c, hash.h, host.c, host.h, html-parse.c, html-parse.h,
1026         html-url.c, http-ntlm.c, http-ntlm.h, http.c, http.h, init.c,
1027         init.h, log.c, log.h, main.c, mswindows.c, mswindows.h,
1028         netrc.c, netrc.h, openssl.c, options.h, progress.c, progress.h,
1029         ptimer.c, ptimer.h, recur.c, recur.h, res.c, res.h, retr.c,
1030         retr.h, safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h,
1031         sysdep.h, test.c, test.h, url.c, url.h, utils.c, utils.h,
1032         wget.h, xmalloc.c, xmalloc.h: Updated license exception for
1033         OpenSSL, per the SFLC.
1034
1035 2007-10-30  Micah Cowan  <micah@cowan.name>
1036
1037         * main.c (main): Declare argv parameter as char **argv, rather
1038         than char *const *argv. This fixes usage of getopt_long,
1039         regardless of whether getopt_long has a constified argv or not.
1040
1041 2007-10-22  Gisle Vanem  <gvanem@broadpark.no>
1042
1043         * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h
1044         inclusion.
1045
1046 2007-10-18  Steven Schweda  <sms@antinode.org>
1047
1048         * sysdep.h: #include <stdint.h> as well as <inttypes.h>, to work
1049         around a glitch on Tru64 systems.
1050
1051 2007-10-18  Micah Cowan  <micah@cowan.name>
1052
1053         * Makefile.am: version.c should not be distributed. Removed
1054         config-post.h. Add version.c dependency and gnulib include path
1055         for libunittest.a.
1056         * sysdep.h: Got contents of config-post.h
1057         * config-post.h: Removed.
1058         * wget.h: #include "config.h".
1059         * alloca.c, cmpt.c, connect.c, convert.c, cookies.c,
1060         ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c, gen-md5.c, gnutls.c,
1061         hash.c, host.c, html-parse.c, html-url.c, http-ntlm.c, http.c,
1062         init.c, log.c, main.c, mswindows.c, netrc.c, openssl.c,
1063         progress.c, ptimer.c, recur.c, res.c, retr.c, spider.c, url.c,
1064         utils.c, xmalloc.c: Use wget.h at very top, and instead of
1065         config.h.
1066
1067 2007-10-15  Micah Cowan  <micah@cowan.name>
1068
1069         * Makefile.am: Remove intermediary hg-id file generation, make
1070         version.c-generation more portable.
1071
1072 2007-10-14  Micah Cowan  <micah@cowan.name>
1073
1074         * cmpt.c, cookies.c, ftp-basic.c, ftp-ls.c, ftp.c, hash.c,
1075         host.c, html-parse.c, html-url.c, http-ntlm.c, http.c, init.c,
1076         log.c, main.c, netrc.c, openssl.c, res.c, url.c, utils.c,
1077         wget.h: Replace uses of ISSPACE, etc with c_isspace, etc.
1078         * gnu-md5.c, gnu-md5.h: Removed, in deference to gnulib.
1079         * Makefile.am: Removed gnu-md5.h from wget_SOURCES.
1080         * gen-md5.c: Changed #inclusion of gnu-md5.h to md5.h (gnulib's).
1081         * recur.c (download_child_p): Print error if unlink of
1082         robots.txt fails.
1083         * main.c (main): --spider or --delete-after now implies
1084         --no-directories (thanks, Josh Williams).
1085
1086 2007-10-14  Joshua David Williams  <yurimxpxman@gmail.com>
1087
1088         * recur.c (download_child_p): Remove robots.txt if
1089         --delete-after or --spider is on.
1090
1091 2007-10-13  Micah Cowan  <micah@cowan.name>
1092
1093         * Makefile.am: Make version.c depend on Wget dependencies (source
1094         files, plus such things as LIBOBJS so we get things like
1095         http-ntlm.c). Removed getopt.[ch], as we're now using gnulib for
1096         these.
1097
1098 2007-10-10  Micah Cowan  <micah@cowan.name>
1099
1100         * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
1101         hoping it'll be included by accident in openssl/des.h.
1102
1103 2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
1104
1105         * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
1106         needed.  Hence simply the prototype. Free 'exec_name' at exit.
1107
1108 2007-10-09  Micah Cowan  <micah@cowan.name>
1109
1110         * gettext.h: Imported from /usr/share/gettext, fuller handling
1111         of --disable-nls.
1112         * wget.h: Remove logic for handling lack of NLS (now in
1113         gettext.h).
1114         * main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS.
1115         * Makefile.am: added @LIBINTL@ to LIBS (though it probably
1116         belongs in LDADD, along with everything else currently assigned
1117         to LIBS).
1118
1119 2007-10-08  Micah Cowan  <micah@cowan.name>
1120
1121         * http.c (http_loop): Add send_head_first conditional back
1122         around code that needs it, but not around the last-modified
1123         header-parsing stuff this time. Removed no-longer-useful (was it
1124         ever?) restart_loop boolean, continuing unconditionally at end
1125         of send_head_first conditional block (if we haven't jumped out).
1126
1127 2007-10-04  Micah Cowan  <micah@cowan.name>
1128
1129         * http.c (http_loop): We've got_name if content_disposition
1130         support isn't on; make sure we continue properly in that case,
1131         even though we're not sending HEAD.
1132         * Makefile.in: Removed, replaced by Makefile.am.
1133         * Makefile.am: Converted from Makefile.in.
1134
1135 2007-10-02  Gisle Vanem  <gvanem@broadpark.no>
1136         
1137         * ftp.c: Use "_listing" for MSDOS (".listing" is illegal).
1138
1139         * url.c: Update comment for 'filechr_not_windows'.
1140
1141         * utils.c: Include <process.h> for 'getpid()' on Watcom.
1142
1143 2007-10-02  Micah Cowan  <micah@cowan.name>
1144
1145         * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main
1146         (main): Use datetime_str instead of time_str, for those who have
1147         potentially long-running sessions. Based on suggestions by Saso
1148         Tomat <miskox@hotmail.com> and Steven M. Schweda
1149         <sms@antinode.org>.
1150         * http.c (gethttp): Warn about host lookup failures. Adjusted
1151         from Stephen Gildea's patch.
1152
1153 2007-10-02  Stephen Gildea  <stepheng+wget@gildea.com>
1154
1155         * connect.c (connect_to_host): Warn about host lookup failures.
1156
1157 2007-09-25  Micah Cowan  <micah@cowan.name>
1158
1159         * Makefile.in: Use EXEEXT instead of exeext.
1160
1161 2007-09-24  Gisle Vanem  <giva@bgnett.no>
1162
1163         * connect.c, init.c, main.c, openssl.c, options.h, sysdep.h,
1164         url.c, utils.c: Added support for building on MS-DOS.
1165
1166 2007-09-24  Jochen Roderburg  <roderburg@uni-koeln.de>
1167
1168         * http.c (http_zero): Remove no-longer-used local_size variable.
1169         Fixes bug #21057.
1170
1171 2007-09-12  Micah Cowan  <micah@cowan.name>
1172
1173         * http.c (http_loop): Remove send_head_first from condition for
1174         parsing timestamp.
1175
1176 2007-08-29  Micah Cowan  <micah@cowan.name>
1177
1178         * openssl.c (ssl_init): Re un-const-ified the meth local
1179         variable, to match current versions of openssl.
1180         * spider.c: Removed visited_url function, as it may be very
1181         inefficient.
1182         (print_broken_links): Removed traversal of referrers, until such
1183         time as a more efficient implementation can be written.
1184         * spider.h: Replaced declaration of visited_url with an
1185         empty-bodied, function-like macro.
1186
1187 2007-08-27  Gisle Vanem  <giva@bgnett.no>
1188
1189         * mswindows.c (run_with_timeout): Ensure that the correct
1190         conversion specification is used for the return result of
1191         the GetLastError function.
1192         * getopt.c: Fix missing (but, accidentally, legal) comment
1193         delimiter after licensing text.
1194         * recur.c (retrieve_tree): Inserted missing cast for strip_auth.
1195         Includes adjustment by Ralf Wildenhues.
1196         * openssl.c (ssl_init): const-ified the meth local variable.
1197         * main.c: Include all the static function definitions in the
1198         "#ifndef TESTING" clause, leaving just the definitions for
1199         exec_name (not set), and opt.
1200         * utils.c (run_with_timeout): Now returns bool, to align with
1201         declaration in utils.h.
1202
1203 2007-08-27  Micah Cowan  <micah@cowan.name>
1204
1205         * wget.h: Added macro replacement for ngettext, for environs
1206         that lack NLS.
1207
1208 2007-08-26  Micah Cowan  <micah@cowan.name>
1209
1210         * spider.c (print_broken_links): Fixed incorrect plurals msgid
1211         usage, switched to use ngettext function.
1212
1213 2007-08-24  Micah Cowan  <micah@cowan.name>
1214
1215         * http.c (http_loop): Introduced time_came_from_head boolean
1216         flag, to help avoid parsing the same Last-Modified header twice.
1217         Replaced spidering returns of RETRUNNEEDED for some situations,
1218         to RETROK, as otherwise it will be interpreted as an error.
1219         RETRUNNEEDED appears never to be referenced outside of
1220         http.c (and wget.h), and, when returned by gethttp, is
1221         translated by http_loop to RETROK.
1222         * url.c (are_urls_equal): Don't call getchar_from_escaped_string
1223         if u2 is shorter than u1.
1224         (getchar_from_escaped_string): Don't decode reserved characters.
1225         Handle illegally appearing '%'s as literal '%'s. Ensure hex
1226         digits before attempting to decode.
1227         (test_are_urls_equal): Added tests to handle u2 shorter than u1,
1228         and %2f not treated the same as /.
1229         * spider.c (in_url_list_p): Don't call are_urls_equal if one of
1230         them is NULL.
1231
1232 2007-08-23  Joshua David Williams  <yurimxpxman@gmail.com>
1233
1234         * spider.c (in_url_list_p): Removed the bool verbose argument
1235
1236 2007-08-22  Mauro Tortonesi  <mauro@ferrara.linux.it>
1237
1238         * http.c (http_loop): Fall back to GET if HEAD fails with a 500 or 501
1239         error code.
1240
1241 2007-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
1242         
1243         * http.c (http_loop): Send preliminary HEAD request if -N is given and
1244         the destination file exists already.
1245
1246 2007-08-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
1247
1248         * http.c (http_loop): Fixed HTTP HEAD requests logic when --spider is
1249         given.
1250
1251 2007-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1252
1253         * url.c (append_uri_pathel): Do not assume dest string to be
1254         zero-terminated.
1255         (test_append_uri_pathel): Terminate string to fix test failure.
1256
1257 2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1258
1259         * url.c (url_string): Use comparison, not assignment, in
1260         check for auth_mode == URL_AUTH_HIDE_PASSWD.
1261
1262 2007-08-09  Micah Cowan  <micah@cowan.name>
1263
1264         * http.c (http_loop): If we got a HEAD and then a GET, and the
1265         GET had a timestamp, use that one, not any we may have gotten
1266         from the HEAD.
1267
1268 2007-08-08  Micah Cowan  <micah@cowan.name>
1269
1270         * init.c (defaults): Content disposition will not be default,
1271         since it currently results in extra round-trips.
1272
1273 2007-07-31  Micah Cowan  <micah@cowan.name>
1274
1275         * http.c (gethttp): Set contlen = -1 when we encounter a
1276         negative-valued Content-Length header, so we don't consider it
1277         an internal error later on and call abort().
1278
1279 2007-07-29  Micah Cowan  <micah@cowan.name>
1280
1281         * url.h, url.c (url_string): Replaced bool arg of the url_string
1282         function with enum url_auth_mode, with added option to
1283         completely remove user/pass auth information.
1284         * http.c, ftp.c, url.c, recur.c: Adapted call to url_string
1285         function to fit new usage.
1286         * recur.c (retrieve_tree): Remove auth info from Referer header.
1287
1288 2007-07-28  Micah Cowan  <micah@cowan.name>
1289
1290         * options.h, init.c, retr.c, main.c: renamed opt maxredirect
1291         field to max_redirect, for improved consistency.
1292         * init.c: changed max_redirect parser from cmd_number_inf to
1293         cmd_number, as infinite redirects may not be appropriate.
1294         Alternatively, if cmd_number_inf should be used, then
1295         opt.max_redirect's value should be checked a bit differently in
1296         retr.c, to allow for the "infinite" meaning of zero.
1297
1298 2007-07-25  Micah Cowan  <micah@cowan.name>
1299
1300         * http.c (create_authorization_line)
1301         (basic_authentication_encode, known_authentication_scheme_p)
1302         (load_cookies): Moved declarations up.
1303         (basic_authed_hosts): Added. Tracks what hosts have issued Basic
1304         challenge and been given the global username, password.
1305         (maybe_send_basic_creds): Added. Sends Basic creds for hosts that
1306         have issued Basic challenges.
1307         (register_basic_auth_host): Added. Instantiates
1308         basic_authed_hosts if necessary, then registers the host that
1309         has issued a challenge.
1310         (gethttp) <auth>: Only send authentication credentials after
1311         we've received a challenge from that host. This is a stop-gap
1312         fix until a proper fix can be implemented; still isn't quite
1313         right, as we should only be sending credentials automatically
1314         for authenticated paths and below, and not for the entire host.
1315
1316 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
1317
1318         * options.h: added maxredirect to options struct
1319         * init.c: added maxredirect to list of variables
1320         * retr.c (retrieve_url): replaced MAX_REDIRECTIONS with opt.maxredirect
1321         * main.c: added option --max-redirect
1322
1323 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
1324
1325         * test.h: tests made more verbose; now displays the name
1326         of each test run.
1327
1328 2007-07-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
1329
1330         * http.c (http_loop): Fixed the HTTP requests logic. Now it skips the 
1331         preliminary HEAD request if either -O or --no-content-disposition are 
1332         given, and neither --spider and -N are given.
1333
1334 2007-07-05  Micah Cowan  <micah@cowan.name>
1335
1336         * cmpt.c, connect.c, connect.h, convert.c, convert.h:
1337         * cookies.c, cookies.h, ftp-basic.c, ftp.c, ftp.h, ftp-ls.c:
1338         * ftp-opie.c, gen-md5.c, gen-md5.h, getopt.c, getopt.h, gnu-md5.c:
1339         * gnu-md5.h, gnutls.c, hash.c, hash.h, host.c, host.h:
1340         * html-parse.c, html-parse.h, html-url.c, http.c, http.h:
1341         * http-ntlm.c, http-ntlm.h, init.c, init.h, log.c, log.h, main.c:
1342         * Makefile.in, mswindows.c, mswindows.h, netrc.c, netrc.h:
1343         * openssl.c, options.h, progress.c, progress.h, ptimer.c:
1344         * ptimer.h, recur.c, recur.h, res.c, res.h, retr.c, retr.h:
1345         * safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h, sysdep.h:
1346         * test.c, test.h, url.c, url.h, utils.c, utils.h, wget.h:
1347         * xmalloc.c, xmalloc.h:
1348         Updated GPL reference to version 3 or later, removed FSF
1349         address.
1350
1351 2007-07-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
1352
1353         * http.c (http_loop): Skip HEAD request and start immediately with GET
1354         if -O is given.
1355
1356 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
1357
1358         * http.c (print_server_response): Escape non-printable characters
1359         in server respone.
1360
1361 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
1362
1363         * netrc.c: Don't make netrc_list static, as it prevents
1364         compilation with DEBUG_MALLOC.
1365
1366         * utils.c (aprintf): Don't use vasprintf when DEBUG_MALLOC is
1367         requested because, in that case, we want the calls to malloc to be
1368         coming from us.
1369
1370 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
1371
1372         * cookies.c (parse_set_cookie): Would erroneously discard cookies
1373         with unparsable expiry time.
1374
1375 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
1376
1377         * progress.c (create_image): Check for ETA overflow.
1378         (print_row_stats): Ditto.
1379
1380 2007-01-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
1381
1382         * init.c (cmd_spec_prefer_family): Small fix to get rid of a gcc
1383         warning about strict-aliasing violation.
1384
1385 2007-01-09  Steven M. Schweda  <sms@antinode.org>
1386
1387         * ftp-basic.c (ftp_syst): Fixed segfault if response text is missing.
1388
1389 2006-12-29  Gisle Vanem  <giva@bgnett.no>
1390
1391         * mswindows.c: Avoid a warning if 'ws_hangup()' is unused.
1392
1393 2006-12-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
1394
1395         * http.c (parse_content_disposition): Consider directory prefix, if
1396         specified.
1397
1398 2006-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
1399
1400         * retr.c (retrieve_from_file): Ditto.
1401         (url_uses_proxy): New function.
1402
1403         * main.c (main): Don't check for opt.use_proxy when deciding
1404         whether to call retrieve_url or retrieve_tree; check whether the
1405         proxy would be used for *this* URL.
1406
1407 2006-10-17  Mike Grant  <mggr@pml.ac.uk>
1408
1409         * ftp.c (ftp_loop_internal): Would incorrectly skip changing
1410         working directory when retrying after a failed FTP attempt.
1411         Originally reported by Nate Eldredge.
1412
1413 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
1414
1415         * convert.c (downloaded_file): Fixed bug which used to break -E -k -K 
1416         mode.
1417
1418 2006-08-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
1419
1420         * http.c: #include'd spider.h to get rid of compiler warnings.
1421
1422         * main.c: Ditto.
1423
1424         * recur.c: Ditto.
1425
1426 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
1427
1428         * Makefile.in: Added spider.c to the list of files to compile and
1429         spider.h to the list of header files. Updated copyright information.
1430
1431         * http.c: Major changes to recursive spider mode. Now for every
1432         resource we are supposed to check, we send a HEAD request to find out
1433         if it exists. If the resource is a HTML file, we retrieve it and parse
1434         it to discover links to other resources.
1435
1436         * recur.c: Ditto.
1437
1438         * res.c (res_retrieve_file): Disable opt.timestamping and opt.spider
1439         when retrieving robots.txt. Updated copyright information.
1440
1441         * convert.c: Moved code tracking broken links to spider.c.
1442
1443         * convert.h: Ditto.
1444
1445         * spider.c: Created new file to keep track of visited URLs in spider
1446         mode.
1447
1448         * spider.h: Ditto.
1449
1450 2006-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
1451
1452         * http.c: Fixed timestamping-related bug.
1453
1454 2006-08-16  Mauro Tortonesi  <mauro@ferrara.linux.it>
1455
1456         * http.c: Fixed bug which broke --continue feature. Now if -c is
1457         given, http_loop sends a HEAD request to find out the destination
1458         filename before resuming download.
1459
1460 2006-08-08  Hrvoje Niksic  <hniksic@xemacs.org>
1461
1462         * utils.c (datetime_str): Avoid code repetition with time_str.
1463
1464 2006-07-21  Hrvoje Niksic  <hniksic@xemacs.org>
1465
1466         * init.c (commands): Correctly place "contentdisposition".
1467
1468 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
1469         
1470         * sysdep.h: If intptr_t isn't defined, simply typedef it to long.
1471
1472         * http.c: Added explicit cast to int in logprintf call to remove
1473         compiler warnings on 64-bit platforms.
1474
1475         * connect.c: Added a few casts to intptr_t to remove compiler warnings
1476         on 64-bit platforms.
1477         
1478         * main.c: Disable -r, -p and -N when -O is used. Disable -k when -O is
1479         used and multiple URLs are given. Update maintainer information.
1480         
1481         * all: Update copyright information.
1482         
1483 2006-07-10  KJKHyperion  <hackbunny@reactos.com>
1484
1485         * url.c (filechr_table): Mark DEL (0x7f) as a control character
1486         and | as a character Windows can't handle.
1487
1488 2006-06-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
1489
1490         * res.c: Implemented is_robots_txt_url function for detection of
1491         robots.txt URLs and related test routine.
1492
1493         * res.h: Ditto.
1494
1495         * url.c: Implemented are_urls_equal function for URL comparison and
1496         related testing routine.
1497
1498         * url.h: Ditto.
1499
1500         * convert.c: Fixes for recursive spider mode: don't consider
1501         non-existing robots.txt as a broken link, and use are_urls_equal
1502         instead of strcasecmp for referrer URLs comparison.
1503
1504         * test.c: Call tests routines for are_urls_equal and 
1505         is_robots_txt_url.
1506
1507 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
1508
1509         * wget.h (wgint): Typedef to any 64-bit (or larger) type we can
1510         find, not necessarily off_t or long.
1511
1512 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
1513
1514         * cmpt.c (strtoll): Check for overflow and underflow without
1515         relying on (technically) undefined behavior.  Don't assume that
1516         strtoll_type is 64 bits wide.
1517
1518 2006-06-21  Hrvoje Niksic  <hniksic@xemacs.org>
1519
1520         * utils.c (base64_encode): Cast void pointer to char * before
1521         doing arithmetic.
1522
1523 2006-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
1524
1525         * utils.c (base64_encode): Made TBL const.
1526         (base64_decode): Made the base64_char_to_value table const.
1527
1528 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
1529
1530         * utils.c (base64_encode): Made the DATA pointer void * so the
1531         callers can pass it any kind of pointer (including both signed and
1532         unsigned char pointers).
1533         (base64_decode): Ditto for DEST.
1534
1535 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
1536
1537         * utils.c (base64_encode): Would read past end of STR.
1538         Reported by rick@eckle.org.
1539
1540 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
1541
1542         * options.h (struct options): Introduced member restrict_files_case to
1543         keep track of preferences on character case restrictions for
1544         filenames.
1545
1546         * init.c: Modified defaults and cmd_spec_restrict_file_names to
1547         support character case restrictions for filenames. Added
1548         test_cmd_spec_restrict_file_names unit test.
1549
1550         * url.c: Modified append_uri_pathel to support character case
1551         restrictions for filenames. Added test_append_uri_pathel unit test.
1552
1553         * test.c: Added test_cmd_spec_restrict_file_names and
1554         test_append_uri_pathel to the list of unit tests to run.
1555
1556 2006-06-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
1557
1558         * retr.c (retrieve_from_file): Use retrieve_tree and automatically
1559         turn on opt.follow_ftp in case of recursive FTP retrieval through HTTP
1560         proxy.
1561
1562         * main.c: Automatically turn on opt.follow_ftp in case of recursive
1563         FTP retrieval through HTTP proxy.
1564
1565 2006-06-12  Tony Lewis  <tlewis@exelana.com>
1566
1567         * main.c: Improved CHEN Peng's patch by proposing a simpler logic.
1568
1569 2006-06-12  CHEN Peng  <chenpeng@alumni.nus.edu.sg>
1570
1571         * main.c: Use retrieve_tree in case of recursive FTP retrieval through
1572         HTTP proxy.
1573
1574 2006-05-25  Mauro Tortonesi  <mauro@ferrara.linux.it>
1575
1576         * convert.c: Added mechanisms to keep track broken links.
1577
1578         * convert.h: Ditto.
1579
1580         * wget.h: Reordered and enumerated uerr_t constants.
1581
1582         * recur.c: Fixes to support recursive spider mode.
1583
1584         * http.c: Ditto.
1585
1586         * main.c: Print broken links in case of recursive spider mode.
1587
1588         * retr.c: Changed interface of retrieve_url.
1589
1590         * retr.h: Ditto.
1591
1592         * ftp.c: Changed interface of ftp_loop.
1593
1594         * ftp.h: Ditto.
1595
1596         * res.c: Minor change to reflect changes in interface of retrieve_url.
1597
1598 2006-05-18  Lawrence Jones  <lawrence.jones@ugs.com>
1599
1600         * ftp-ls.c (ftp_parse_unix_ls): Correct size parsing, add size
1601         and filename debugging output.
1602
1603 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
1604
1605         * http.c: If Content-Disposition header is present, allow unique
1606         filename generation unless -nc is given. Permit to disable parsing of
1607         Content-Disposition header.
1608
1609         * options.h: Added option --no-content-disposition to disable parsing
1610         of HTTP Content-Disposition header.
1611
1612         * init.c: Ditto.
1613         
1614         * main.c: Ditto.
1615
1616 2006-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
1617
1618         * hash.c (TOLOWER): Wrap macro arg in parentheses.
1619
1620 2006-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1621
1622         * http.c (parse_content_disposition): Doc fix.
1623
1624 2006-03-15  Mauro Tortonesi  <mauro@ferrara.linux.it>
1625
1626         * utils.c: Restricted operational semantics of frontcmp and proclist
1627         from generic strings to directory names and them to subdir_p and
1628         dir_matches_p respectively.  Applied George Ogata's one line patch to
1629         restrict algorithm of subdir_p to full directory name matching.  Added
1630         testcases for subdir_p and dir_matches_p.
1631
1632         * utils.h: Changed all frontcmp occurrences to subdir_p.
1633         
1634         * recur.c: Ditto.
1635         
1636         * test.c: Changed type returned by test functions from char * to const
1637         char *.  Added test_subdir_p and test_dir_matches_p to the list of
1638         tests to run.
1639
1640         * http.c (test_parse_content_disposition): Changed return type from
1641         char * to const char *. 
1642
1643 2006-03-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
1644
1645         * recur.c (struct queue_element): Changed type of html_allowed member
1646         to bool.
1647         
1648 2006-03-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
1649
1650         * ftp.c (ftp_list): Try `LIST -a' command first and revert to `LIST'
1651         in case of failure.
1652
1653 2006-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
1654
1655         * hash.c (TOLOWER): Fix definition when STANDALONE.
1656         Reported by Beni Serfaty.
1657
1658 2006-03-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
1659
1660         * http.c (http_loop): Fixed recursive HTTP retrieval.
1661
1662 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
1663
1664         * http.c (extract_param): Declare extern so it can be used from
1665         other files.
1666         (extract_param): Return error for empty name.
1667
1668 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
1669
1670         * url.c (find_last_char): Define in terms of memrchr.
1671
1672         * cmpt.c (memrchr): Define it on systems that don't have it.
1673
1674         * http.c (extract_param): New function for parsing header values
1675         with parameters.
1676         (parse_content_disposition): Use it.  Don't allow slashes and
1677         backslashes in the file name.
1678
1679 2006-02-27  Hrvoje Niksic  <hniksic@xemacs.org>
1680
1681         * url.c (path_simplify): Don't preserve ".." at beginning of path.
1682         Suggested by Frank McCown.
1683
1684 2006-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
1685
1686         * http.c (gethttp): Only use FILE.N.html if FILE.html exists.
1687
1688 2006-02-09  Hrvoje Niksic  <hniksic@xemacs.org>
1689
1690         * mswindows.c (run_with_timeout): Made thread_hnd non-static.
1691
1692 2006-02-05  Hrvoje Niksic  <hniksic@xemacs.org>
1693
1694         * retr.c (sleep_between_retrievals): Sleep at a minimum of 1/2 of
1695         the specified wait period.
1696
1697 2006-02-03  Hrvoje Niksic  <hniksic@xemacs.org>
1698
1699         * utils.c (number_to_string): Don't use sprintf for printing
1700         WGINT_MIN; simply divide n by 10 and defer printing the last
1701         digit.
1702         (number_to_string): Removed the SPRINTF_WGINT macro.
1703
1704 2006-02-03  Mauro Tortonesi  <mauro@ferrara.linux.it>
1705
1706         * http.c: Fixed support for Content-Disposition header.
1707
1708         * test.c: Added test_parse_content_disposition to the list of unit
1709         tests to run.
1710
1711 2006-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
1712
1713         * hash.c: Don't define countof if it's already defined.
1714
1715         * hash.c: Obtain the definition of uintptr_t when standalone.
1716
1717 2006-01-30  Mauro Tortonesi  <mauro@ferrara.linux.it>
1718
1719         * http.c: Changed output format. Removed excessively verbose debugging
1720         output.
1721
1722 2005-12-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
1723
1724         * http.c: Fixed pre-download verbose output which was broken by 
1725         HTTP code refactoring.
1726
1727 2005-11-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
1728
1729         * http.c: Refactored HTTP code.  If -O is not used, the new code
1730         delays the choice of the file name where the downloaded resource
1731         will be saved until the HTTP headers have been retrieved.
1732         Added support for Content-Disposition header. 
1733
1734 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
1735
1736         * hash.c (INVALID_PTR): Use uintptr_t instead of unsigned long.
1737         (hash_pointer): Don't assume a pointer fits in `unsigned long'.
1738
1739 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
1740
1741         * Makefile.in: Removed support for unit testing (now it is in
1742         tests/Makefile.in).
1743
1744 2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
1745
1746         * Makefile.in: Added basic support for unit testing.
1747
1748         * test.c: Ditto.
1749         
1750         * test.h: Ditto.
1751         
1752 2005-10-13  Daniel Stenberg  <daniel@haxx.se>
1753
1754         * http-ntlm.c (ntlm_output): Fixed buffer overflow vulnerability.
1755
1756 2005-10-09  Russ Allbery  <rra@stanford.edu>
1757
1758         * snprintf.c: Remove round to round_int and pow10 to pow10_int, to
1759         avoid warnings from GCC 4.0.
1760
1761 2005-10-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
1762
1763         * retr.c: Changed semantics of no_proxy_match.
1764
1765 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
1766
1767         * main.c (main): Don't print the summary if nothing has been downloaded.
1768
1769 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
1770
1771         * retr.c (retr_rate): Rename parameter from MSECS to SECS since it
1772         no longer holds milliseconds.
1773
1774 2005-09-01  Hrvoje Niksic  <hniksic@xemacs.org>
1775
1776         * progress.c: Introduce symbolic constants for "magic" values of
1777         0.2 and 0.9, REFRESH_INTERVAL and ETA_REFRESH_INTERVAL.
1778
1779 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
1780
1781         * cmpt.c (strtoll): Correctly handle strtoll("0x", ptr, 0) and
1782         strtoll("0x<nonhexchar>", ptr, 0) -- in both cases *ptr must be
1783         set to the position of 'x', not after it.
1784
1785 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
1786
1787         * hash.c (hash_table_map): Rename to hash_table_for_each and
1788         update callers.
1789         Document the meaning of the callback's return value.
1790         (hash_table_iterate): New function.
1791         (hash_table_iter_next): Likewise.
1792         Update most places that used hash_table_for_each to use the
1793         iteration, which doesn't require a temporary function with
1794         explicit state management.
1795
1796 2005-08-26  Albert Chin  <wget@mlists.thewrittenword.com>
1797
1798         * Makefile.in: Use @datadir@.  Define localedir as $(datadir)/locale.
1799
1800 2005-08-26  Jeremy Shapiro  <jnshapiro@gmail.com>
1801
1802         * openssl.c (ssl_init): Set SSL_MODE_AUTO_RETRY.
1803
1804 2005-08-23  Hrvoje Niksic  <hniksic@xemacs.org>
1805
1806         * host.c (address_list_from_ipv4_addresses): Use IP_INADDR_DATA.
1807
1808 2005-08-12  Hrvoje Niksic  <hniksic@xemacs.org>
1809
1810         * wget.h: Renamed strtoll_return to strtoll_type.
1811
1812 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
1813
1814         * progress.c (eta_to_human_short): Switch to days when printing
1815         more than 48h rather than 100h.  (It's not immediately apparent
1816         how many days there are in 83h.)
1817
1818 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
1819
1820         * cmpt.c (strtoll): Define it if missing on the system and if Wget
1821         needs it.
1822
1823         * mswindows.c (str_to_int64): Move to cmpt.c and rename to strtoll.
1824
1825 2005-08-10  Hrvoje Niksic  <hniksic@xemacs.org>
1826
1827         * host.c (print_address): Always use inet_ntop when IPv6 is
1828         enabled.
1829
1830         * host.h (ip_address): Simplify the data union.
1831
1832 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
1833
1834         * mswindows.c (inet_ntop): Also handle IPv4 addresses for
1835         completeness.
1836
1837 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
1838
1839         * http.c (gethttp): Don't read more than the amount of data
1840         specified by the content-length header.
1841
1842 2005-08-09  Vasil Dimov  <vd@datamax.bg>
1843
1844         * ftp.c (getftp): Don't free RESPLINE if ftp_response returns a
1845         status other than FTPOK.
1846
1847 2005-08-04  Giuseppe Bonacci  <g.bonacci@libero.it>
1848
1849         * ftp-ls.c (ftp_parse_unix_ls): Remember the position of the
1850         previous token instead of backtracking back to it.
1851
1852 2005-07-08  Gisle Vanem  <giva@bgnett.no>
1853
1854         * mswindows.h: Include process.h to get getpid() declaration.
1855
1856 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
1857
1858         * utils.c (aprintf): Use vasprintf where available.
1859
1860 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
1861
1862         * url.c (rewrite_shorthand_url): Simplify code using aprintf and
1863         strspn.
1864
1865 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
1866
1867         * gnutls.c (ssl_check_certificate): Check for the validity of the
1868         presented X509 certificate.
1869
1870 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
1871
1872         * openssl.c (ssl_check_certificate): Print custom error messages
1873         for frequent X509 certificate problems.
1874
1875 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
1876
1877         * mswindows.h: Define an alias for stat and fstat, as requested by
1878         config-compiler.h.
1879         (gai_strerror): Define to windows_strerror if NEED_GAI_STRERROR is
1880         defined.
1881
1882 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
1883
1884         * mswindows.h: Use strtoll where available.
1885
1886 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
1887
1888         * sysdep.h: Add a full declaration of fnmatch.h.
1889
1890 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
1891
1892         * utils.c: Unconditionally include <setjmp.h>.
1893
1894 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
1895
1896         * utils.c (fnmatch_nocase): New function.
1897         (proclist): Use it instead of fnmatch when opt.ignore_case is
1898         requested.
1899         (in_acclist): Respect opt.ignore_case.
1900         (frontcmp): Respect opt.ignore_case.
1901
1902         * options.h (struct options): New flag opt.ignore_case.
1903
1904 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
1905
1906         * ptimer.c: Measure time in seconds rather than milliseconds.
1907         Adjusted all callers.
1908
1909 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
1910
1911         * http.c (gethttp): When freeing MESSAGE, take into account that
1912         it can be NULL.
1913
1914 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
1915
1916         * cmpt.c (timegm): Handle years after 2099.
1917
1918 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
1919
1920         * cmpt.c (timegm): Remove unused variable.
1921
1922 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
1923
1924         * cmpt.c (timegm): Don't call mktime; simply count the seconds
1925         between 1970-01-01 and the specified date.
1926
1927 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
1928
1929         * wget.h (or): Define HAVE_SSL when either HAVE_OPENSSL or
1930         HAVE_GNUTLS are defined.
1931
1932         * gnutls.c: New file.
1933
1934 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
1935
1936         * http.c (gethttp): Don't print the request write error message
1937         twice.
1938
1939 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
1940
1941         * openssl.c (openssl_errstr): Instead of always using a large
1942         static buffer, only allocate the error string when there is an
1943         actual error.
1944
1945 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
1946
1947         * xmalloc.c (debugging_free): Prefix hex pointer value with "0x"
1948         when printing.
1949
1950 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
1951
1952         * utils.c (NEXT_BASE64_CHAR): Rename to NEXT_CHAR and simplify to
1953         get the next non-whitespace character.
1954
1955 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
1956
1957         * utils.c (base64_decode): Don't silently tolerate non-base64
1958         non-white-space characters in the base64 stream.
1959
1960 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
1961
1962         * connect.c (LAZY_RETRIEVE_INFO): Make last_tick unsigned to match
1963         transport_map_modified_tick.
1964
1965 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
1966
1967         * config-post.h (alloca): Updated declaration to not enumerate all
1968         Windows compilers.
1969
1970 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
1971
1972         * openssl.c (openssl_errstr): Separate error messages with "; ".
1973
1974 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
1975
1976         * ftp.c (getftp): Ditto.
1977
1978         * http.c (gethttp): Use fd_errstr.
1979
1980         * connect.c (fd_register_transport): Restructure parameters to
1981         include only a single structure that describes transport
1982         implementation.
1983
1984         * openssl.c (openssl_errstr): New function: dump SSL error strings
1985         into a static buffer and return a pointer to the buffer.
1986
1987         * connect.c (fd_errstr): New function; returns transport-specific
1988         error message, or strerror(errno) if transport doesn't supply one.
1989
1990 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
1991
1992         * mswindows.h: Also wrap accept() and listen().
1993
1994 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
1995
1996         * url.c (path_end): Skip separators appropriate for the scheme.
1997         (strpbrk_or_eos): Remove gcc-specific version, as the optimization
1998         it tried to perform no longer applies.
1999
2000 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2001
2002         * host.c: Don't include "connect.h" now that we no longer have
2003         socket_has_inet6.
2004
2005 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2006
2007         * host.c: Remove extraneous definition of netdb.h.
2008
2009 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2010
2011         * http.c (gethttp): Skip error message body in the keep-alive
2012         case.
2013
2014 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2015
2016         * url.c (url_parse): Would crash when parsing fragments.  Support
2017         fragments for FTP URLs too.
2018
2019 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2020
2021         * version.c: Don't use "cvs" in version name, since we're not
2022         using CVS anymore.
2023
2024 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2025
2026         * progress.c (create_image): Ditto.
2027
2028         * retr.c (retr_rate): Display smaller rate numbers with greater
2029         precision.
2030
2031 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2032
2033         * http.c (response_head_terminator): Minor optimization.
2034
2035         * retr.c (fd_read_hunk): Call terminator with pointer to the start
2036         of the data and the pointer to the current data.  Changed all
2037         callers.
2038
2039 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
2040
2041         * url.c (url_parse): Make sure u->params is not initialized for
2042         http/https URLs.
2043         (url_parse): Don't crash on garbage following []-delimited IPv6
2044         addresses.
2045
2046 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
2047
2048         * main.c (print_help): Don't refer to the non-existent -nr in
2049         description of --mirror.
2050
2051 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
2052
2053         * host.c (pretty_print_address): Renamed to just print_address.
2054         Clarify documentation.
2055
2056 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
2057
2058         * http.c (gethttp): Explicitly document the different cases when
2059         generating the Host header.
2060
2061 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
2062
2063         * host.c (pretty_print_address): Handle error result from
2064         inet_ntop.
2065
2066 2005-06-30  Gisle Vanem  <giva@bgnett.no>
2067
2068         * mswindows.c (inet_ntop): New function.  Print IPv6 addresses
2069         using WSAAddressToString.
2070
2071 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2072
2073         * progress.c (dot_update): Remove unused variable row_qty.
2074
2075 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2076
2077         * main.c: Check for both SIGHUP and SIGUSR1 before using them.
2078
2079 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2080
2081         * utils.c: Unconditionally include locale.h.
2082
2083 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2084
2085         * ptimer.c: Include sys/time.h to get struct timeval.
2086
2087 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2088
2089         * wget.h: Remove obsolete definition of with_thousand_seps_sum.
2090
2091 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2092
2093         * gnu-md5.h: Unconditionally include limits.h.
2094
2095 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2096
2097         * utils.c (random_number): Use lrand48 if available.
2098         (random_float): Use drand48 if available.
2099
2100 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2101
2102         * main.c (secs_to_human_time): Use print_decimal when printing
2103         total download time in seconds.
2104
2105         * progress.c (print_row_stats): Use it to print total download
2106         time at the end of the download.
2107         (create_image): Ditto.
2108
2109         * utils.c (print_decimal): New function; print small decimal
2110         numbers with more precision than large ones.
2111
2112         * progress.c (print_row_stats): New function.  Print ETA after the
2113         download rate at the end of each row.
2114
2115 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
2116
2117         * init.c (parse_line): Check for alphanumerics.
2118
2119 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
2120
2121         * (dot_create): Remove unnecessary casts.
2122
2123 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
2124
2125         * ftp.c (getftp): Delete trailing newlines from LIST output so
2126         lines don't come out with trailing \015\012 with -S.
2127
2128 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2129
2130         * mswindows.h: Remove superfluous includes.
2131
2132 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2133
2134         * config-post.h (alloca): Amend alloca declaration to take care of
2135         all Win32 compilers, not just MSVC and MinGW.
2136
2137 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2138
2139         * utils.c (get_grouping_data): Force separator to "." rather than
2140         " " when "," is taken.
2141
2142 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2143
2144         * wget.h (PTR_FORMAT): Cast the result of sizeof to int before
2145         passing it to printf's %*.
2146
2147         * retr.h: Declare output_stream and output_stream_regular.
2148
2149         * ftp.h: Declare ftp_last_respline.
2150
2151         * convert.h: Declare dl_url_file_map.
2152
2153         * http.h: New file.
2154
2155 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2156
2157         * cookies.c: Make cookies_now static.
2158
2159 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2160
2161         * utils.c (human_readable): Remove intermediary cast to long; MSVC
2162         has problems casting *unsigned* __int64 to double.
2163
2164 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2165
2166         * sysdep.h: Use the system-provided fnmatch by default.
2167
2168 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2169
2170         * http.c (mktime_from_utc): Renamed to timegm and moved to cmpt.c.
2171         Don't compile it if GNU timegm is available.
2172         (http_atotm): Use timegm.
2173
2174 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2175
2176         * http.c (http_atotm): Correctly query the old locale value.
2177
2178 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2179
2180         * config-post.h (alloca): Don't #define alloca under MinGW32,
2181         which defines it in malloc.h, included from mswindows.h.
2182
2183 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2184
2185         * utils.c (get_grouping_data): Force the use of separators in C
2186         locale.
2187
2188 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2189
2190         * main.c (i18n_initialize): Set all locale categories.
2191
2192         * http.c (http_atotm): Temporarily set locale to "C".
2193
2194 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2195
2196         * http.c (gethttp): Improve "POST data file missing" error
2197         message.
2198
2199 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2200
2201         * progress.c (set_progress_implementation): Type COLON as const
2202         char *.
2203
2204 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2205
2206         * utils.c (with_thousand_seps): Handle negative numbers.
2207
2208 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2209
2210         * progress.c (create_image): Mark the "eta" string for translation.
2211
2212 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2213
2214         * html-url.c (get_urls_file): Don't explicitly set entry->next to
2215         NULL since entry is already zeroed out.
2216
2217 2005-06-26  Gisle Vanem  <giva@bgnett.no>
2218
2219         * mswindows.h: Define gai_strerror under MinGW.
2220
2221 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2222
2223         * utils.c (with_thousand_seps): Correctly implement thousand seps
2224         consisting of more than one character.
2225
2226 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2227
2228         * main.c (secs_to_human_time): Ditto.
2229
2230         * progress.c (create_image): Print more exact duration of very
2231         short downloads.
2232
2233         * main.c (secs_to_human_time): Don't translate time suffixes "h",
2234         "m", and "s", which are not strictly SI, but are "accepted for use
2235         with SI".
2236         (secs_to_human_time): Print really small intervals as 0s, not
2237         0.00s.
2238
2239 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2240
2241         * config-post.h: Replace the alloca declaration with the one from
2242         the latest Autoconf manual.  This should remove a warning with GCC
2243         on AIX.
2244
2245 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2246
2247         * ftp.c (getftp): Always invoke SIZE, not only when continuing a
2248         download.
2249
2250         * main.c (main): Ditto here.
2251
2252         * progress.c (create_image): When the download is finished, print
2253         how long it took.
2254
2255 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2256
2257         * main.c (main): Print the downloaded and quota amounts with the
2258         "human_readable" function.
2259
2260         * ftp.c (print_length): Ditto.
2261
2262         * http.c (gethttp): Don't display thousand separators.
2263
2264         * utils.c (with_thousand_seps): Rewritten to respect locale
2265         settings and to be type size agnostic.
2266
2267 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2268
2269         * utils.c (human_readable): Divide with 1024 instead of shifting
2270         so the operation can work with non-integer N.
2271
2272 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2273
2274         * progress.c (eta_to_human): New logic for more human-readable
2275         ETA.
2276
2277 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2278
2279         * utils.c (with_thousand_seps_sum): Decrease buffer size so it
2280         cannot overrun add_thousand_seps's buffer.
2281
2282 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2283
2284         * utils.c (SPRINTF_WGINT): The correct format is %I64d, not just
2285         %I64.
2286
2287 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2288
2289         * http.c (http_loop): Don't warn about wildcards in HTTP URLs if
2290         globbing isn't requested in the first place.
2291
2292         * retr.c (retrieve_url): Temporarily turn off globbing when
2293         processing HTTP->FTP redirects.
2294
2295 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2296
2297         * utils.c (with_thousand_seps_sum): Now defined only if
2298         SUM_SIZE_INT is double.
2299
2300         * wget.h (SUM_SIZE_INT): Instead of bothering with long, long
2301         long, __int64, and friends, simply either use wgint or double, end
2302         of story.  Since we know how to print either, we no longer need
2303         LARGE_INT_FMT.
2304
2305         * sysdeps.h (LARGE_INT): Renamed to SUM_SIZE_INT to better reflect
2306         its intent, and moved to wget.h.
2307
2308 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2309
2310         * Makefile.in: No need to clean .libs.
2311
2312 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2313
2314         * cookies.c (parse_set_cookies): Cast pointer subtraction to int
2315         before using it with %d; AIX compiler warns on this.
2316         Reported by Jens Schleusener.
2317
2318 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
2319
2320         * http.c (gethttp): Don't prepend / here.
2321
2322         * cookies.c (cookie_handle_set_cookie): Prepend / to PATH.
2323         (cookie_header): Ditto.
2324
2325 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
2326
2327         * init.c: opt.verbose must be declared as int.
2328
2329 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
2330
2331         * cmpt.c (strpbrk): Removed.
2332         (mktime): Removed.
2333         Include <time.h>.
2334
2335 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
2336
2337         * utils.c (read_file): Ditto.
2338
2339         * main.c (main): Use struct_fstat.
2340
2341         * mswindows.h (struct_fstat): Define a struct_fstat to deal with
2342         the fact that Borland 5.5 has 64-bit stat, but not 64-bit fstat!
2343
2344 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
2345
2346         * sysdep.h: Remove code that deals with Watcom.
2347
2348 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2349
2350         * all: Use bool instead of int and false/true instead of 0/non-0
2351         for boolean variables and values.
2352
2353 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2354
2355         * sysdep.h: Include the stdbool.h/_Bool/bool blurb from Autoconf.
2356
2357 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2358
2359         * init.c (cmd_lockable_boolean): Removed.
2360
2361 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2362
2363         * cookies.c (struct cookie): Use 1-bit bitfields for booleans
2364         which makes the structure takes less space at no cost in
2365         complexity.
2366
2367 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2368
2369         * Makefile.in ($(OBJ)): Add the config.h dependency.
2370
2371 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2372
2373         * openssl.c, connect.c, host.c: Replace instances of #ifdef
2374         ENABLE_DEBUG if (opt.debug) {...} #endif with IF_DEBUG {...}.
2375
2376         * main.c: Rename the IF_DEBUG defined here to WHEN_DEBUG.
2377
2378         * wget.h (IF_DEBUG): New macro.
2379         (DEBUGP): Define in terms of IF_DEBUG.
2380
2381 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2382
2383         * http.c (gethttp): Only handle --set-cookies (and assert that
2384         cookie jar exists) if opt.cookies is true.  Failure to do so
2385         triggered the assert when --no-cookies was used and the server
2386         sent a Set-Cookie header.  Ouch!
2387
2388 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2389
2390         * connect.c (select_fd): Expect select() to exist.
2391
2392         * utils.c (xsleep): Always use select() as sleep fallback on
2393         non-Windows platforms.
2394
2395         * ptimer.c: Delete the implementation of PTIMER_TIME.
2396
2397         * main.c: Assume existence of signal(), test for different signal
2398         names instead.
2399
2400         * cmpt.c: Better document reasons why certain functions are
2401         included.
2402
2403 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2404
2405         * Makefile.in: Remove the manually maintained dependency list;
2406         make all object files depend on every header.
2407
2408 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
2409
2410         * hash.c: Rename "mapping" to "cell" to avoid confusion with the
2411         term "mapping" (or "map") sometimes being used for the entire hash
2412         table.  Also rename "non-empty" to "occupied" for easier reading
2413         of if (!NON_EMPTY (...)) ... .
2414
2415 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
2416
2417         * main.c, ptimer.c, sysdep.h, utils.c: Use #elif to simplify reading of
2418         chained if-else-else-else-... statements.
2419
2420 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
2421
2422         * all: Return type of signal handlers is `void'.  Include signal.h
2423         unconditionally.
2424
2425         * all: Don't explicitly cast values returned by malloc.  We no
2426         longer support ancient compilers that don't declare malloc, and we
2427         never supported C++ builds.
2428
2429 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
2430
2431         * all: Don't declare errno.  Include both time.h and sys/time.h,
2432         as long as sys/time.h exists.  Don't dereference function pointers
2433         when invoking the functions they point to.
2434
2435         * cmpt.c (memmove): Remove function mandated by C89.
2436         (strerror): Ditto.
2437         (strstr): Ditto.
2438
2439         * all: Undo the K&R-ization changes from 2005-05-03.
2440
2441         * all: Remove support for K&R compilers: use C89 function
2442         declarations, remove definition of PARAMS, remove support for
2443         varargs, and remove ansi2knr.  Assume the presence of time.h,
2444         string.h, and other headers mandated by C89.
2445
2446 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
2447
2448         * init.c (cmd_lockable_boolean): Don't recognize literal "2" and
2449         "-1" values; unlike 0 and 1, those should never be exposed to the
2450         user.  Update the error message to be more self-consistent, as
2451         proposed by Benno Schulenberg.
2452
2453 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
2454
2455         * http.c (gethttp): Don't free "head" before using it to save
2456         headers.
2457
2458 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
2459
2460         * http.c (gethttp): When -E is in use, check for file existence
2461         after appending ".html" to the name and modify the file name if
2462         necessary.
2463
2464 2005-06-17  Hrvoje Niksic  <hniksic@xemacs.org>
2465
2466         * connect.c (socket_has_inet6): Removed.
2467
2468         * host.c (lookup_host): Don't use the AI_ADDRCONFIG getaddrinfo
2469         hint.
2470
2471 2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
2472
2473         * init.c (cmd_lockable_boolean): Improve the error message so it
2474         lists the more useful values first.
2475
2476 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
2477
2478         * http.c (gethttp): Also report the system error when the POST
2479         data file is missing.
2480
2481 2005-06-15  Benno Schulenberg  <benno@nietvergeten.nl>
2482
2483         * ftp.c, http.c, connect.c, cookies.c, html-url.c, init.c, res.c:
2484         Gettext-ize messages that were previously missed.
2485
2486 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
2487
2488         * host.h (ip_address): Remove the trailing comma from the type
2489         enum in the no-IPv6 case.
2490
2491         * main.c (struct cmdline_option): Remove the trailing comma from
2492         the enum.
2493
2494         Reported by Jens Schleusener.
2495
2496 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
2497
2498         * url.c (strpbrk_or_eos): Check for a recent GCC version before
2499         using the statement-as-expression extension.
2500
2501 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
2502
2503         * http.c (gethttp): Don't attempt to "skip short body" if we're
2504         issuing a HEAD request (in which case the response head is not
2505         followed by a body).
2506
2507 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
2508
2509         * init.c (cmd_spec_header): Don't split the string along the
2510         commas using cmd_vector; just append the new value using
2511         vec_append instead.
2512
2513         * utils.c (vec_append): New function.
2514
2515 2005-05-27  Andreas Beckmann  <debian@abeckmann.de>
2516
2517         * html-url.c (tag_handle_link): Mark the content from the <link
2518         src="..."> tag as expecting HTML.
2519
2520 2005-05-24  Hrvoje Niksic  <hniksic@xemacs.org>
2521
2522         * http.c (http_atotm): Document the origin of the "cookie date"
2523         format.
2524
2525 2005-05-21  Hrvoje Niksic  <hniksic@xemacs.org>
2526
2527         * init.c (setval_internal): Report exact command name alongside
2528         the "display name".
2529
2530 2005-05-18  Hrvoje Niksic  <hniksic@xemacs.org>
2531
2532         * cookies.c (update_cookie_field): Explicitly cast -1 to time_t to
2533         cope with systems where time_t is unsigned.
2534
2535         * cookies.c: Remove unnecessary casts to time_t from values
2536         already of that type.
2537
2538 2005-05-17  Hrvoje Niksic  <hniksic@xemacs.org>
2539
2540         * ftp.c (ftp_loop_internal): Same here.
2541
2542         * http.c (http_loop): Don't clobber the file when -c is specified
2543         and the first attempt to retrieve the file fails.
2544
2545 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
2546
2547         * openssl.c (ssl_check_certificate): Print all issues with a
2548         certificate.
2549
2550 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
2551
2552         * ftp-basic.c: Don't xfree() the line returned by ftp_response if
2553         the returned code is not FTPOK.
2554
2555 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
2556
2557         * init.c (cleanup): Don't free the non-existent opt.ftp_acc.  Free
2558         the SSL-related stuff.
2559
2560 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
2561
2562         * ftp.c (print_length): Consistently print \n at end of the
2563         "Length" line.
2564
2565 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
2566
2567         * openssl.c (ssl_connect): Announce the beginning and the end of
2568         the SSL handshake when in debug mode.
2569
2570         * wget.h (PTR_FORMAT): New macro for easier printing of pointer
2571         values.  Use %0*lx along with PTR_FORMAT instead of %p.
2572
2573 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
2574
2575         * http.c (gethttp): Would forget to close the connection when
2576         keep_alive was not used.
2577
2578 2005-05-13  Hrvoje Niksic  <hniksic@xemacs.org>
2579
2580         * openssl.c (pattern_match): Document the code that decides
2581         whether "*" matches ".".
2582
2583 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
2584
2585         * ftp-ls.c (ftp_index): Use %d to print the port number, which is
2586         now int.
2587         From Steven M. Schweda's VMS patches.
2588
2589 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
2590
2591         * url.c (rewrite_shorthand_url): Don't rewrite "https://host" to
2592         "ftp://https//host" when SSL is not used.
2593
2594 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
2595
2596         * openssl.c (ssl_check_server_identity): Renamed to
2597         ssl_check_certificate because it does more than just checking the
2598         server's identity.
2599         (ssl_check_certificate): Tell the user about
2600         --no-check-certificate.
2601
2602 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
2603
2604         * openssl.c (ssl_init): Always use SSL_VERIFY_NONE, so that the
2605         handshake finishes even if the certificate is invalid.  That way
2606         ssl_check_server_identity can provide better diagnostics on why
2607         the verification failed.
2608
2609 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
2610
2611         * openssl.c (pattern_match): New function.
2612         (ssl_check_server_identity): Treat peer certificate common name as
2613         wildcard.
2614
2615 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
2616
2617         * openssl.c (ssl_check_server_identity): Print certificate subject
2618         and issuer.
2619
2620 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
2621
2622         * res.c (res_register_specs): Correctly pass pointers to
2623         hash_table_get_pair.
2624
2625 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
2626
2627         * http.c (gethttp): Call ssl_check_server_identity.
2628
2629         * openssl.c (ssl_check_server_identity): New function, verifies
2630         that the host name in the certificate matches the actual host
2631         name.
2632         (verify_cert_callback): Removed, since it didn't do anything
2633         except returning the preverify_ok argument.
2634
2635         * connect.c (fd_transport_context): Allow retrieval of the context
2636         pointer registered with fd_register_transport.
2637
2638 2005-05-09  Hrvoje Niksic  <hniksic@xemacs.org>
2639
2640         * openssl.c (verify_cert_callback): Renamed from verify_callback.
2641         Always return the received "ok" value.  Print the X509 name in
2642         debug mode.
2643         (ssl_init): Enable partial writes in SSL context.
2644
2645 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2646
2647         * http.c (http_loop): Check for wildcards in the URL path
2648         component, not in the whole URL.
2649
2650         * ftp.c (ftp_loop): Check for wildcards in URL path before
2651         unescaping, so the users can escape globbing metacharacters with %
2652         escapes.
2653
2654 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2655
2656         * init.c (run_command): Correctly interpret the return value of
2657         parse_line.
2658         (commands): Re-alphabetize.
2659
2660 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2661
2662         * netrc.c (parse_netrc): Explicitly check for assignment != NULL
2663         to silence warning from Borland C.
2664
2665         * url.c (sync_path): Don't unnecessarily increment p.
2666         (url_parse): Don't unnecessarily set url_encode to NULL just
2667         prior to return from the function.
2668
2669 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2670
2671         * log.c (escnonprint_internal): Place variable declarations
2672         before other statements.
2673
2674 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2675
2676         * html-url.c: Include recur.h.
2677
2678         * http.c (request_new): Define as accepting no args.
2679
2680 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2681
2682         * url.c (strpbrk_or_eos): Made inline.  Use strchr(s, '\0') for
2683         finding the NUL char position.
2684
2685 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2686
2687         * url.c (decide_copy_method): Renamed to char_needs_escaping.
2688         Since it now returns only two possible values, change it to return
2689         boolean (int).
2690
2691 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2692
2693         * ftp-basic.c (ftp_request): Prevent newlines in VALUE causing
2694         inadvertent sending of multiple FTP commands.
2695
2696 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2697
2698         * url.c (decide_copy_method): Never cause reencode_escapes to
2699         decode % escapes; it is too intrusive and breaks some servers.
2700
2701 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2702
2703         * http.c (gethttp): When tunnelling SSL traffic over proxy with
2704         CONNECT, we're really talking to the remote server directly.
2705         Because of this, the request-line argument must be the URL path
2706         rather than the whole URL, as it would be when using regular
2707         proxies.
2708         Reported by Charles Lane.
2709
2710 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
2711
2712         * init.c (cmd_spec_useragent): Allow empty User-Agent.
2713
2714         * http.c (gethttp): Don't print "unknown authentication scheme"
2715         for failed Basic authentication.
2716         (SET_USER_AGENT): Don't set user-agent if opt.useragent is empty.
2717         (gethttp): Use alloca for allocation of www_authenticate.
2718
2719 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
2720
2721         * main.c (print_help): Fix wording of --secure-protocol help text.
2722
2723 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
2724
2725         * cmpt.c (strstr): Updated from glibc 2.3.5.
2726
2727 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2728
2729         * http.c (http_atotm): Zero out the whole struct tm being passed
2730         to strptime.
2731
2732 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2733
2734         * main.c (main): Propagate option name to setoptval.
2735
2736         * init.c (setoptval): Accept another argument, OPTNAME.  Propagate
2737         that argument as the option name independently of the actual
2738         command, determined by command_by_name(com).
2739
2740 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2741
2742         * init.c (parse_line): Make the return value indicate whether
2743         there was a syntax error or a setter failed.
2744         (run_wgetrc): Return an indication on whether an error has been
2745         encountered.
2746         (initialize): Abort if there have been errors running either
2747         .wgetrc file.
2748
2749 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2750
2751         * log.c (copy_and_escape): Slightly reduce code repetition between
2752         the two loops.
2753
2754 2005-05-05  Charles C.Fu  <ccwf@bacchus.com>
2755
2756         * utils.c (proclist): Strip leading slash when calling fnmatch
2757         too, otherwise wildcard comparisons always fail.
2758
2759 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2760
2761         * utils.c (touch): Set access time to current time.
2762
2763 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2764
2765         * url.c (url_unescape): Don't unescape %00, it effectively
2766         truncates the string.
2767
2768 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2769
2770         * log.c (copy_and_escape): Replace the FOR_URI argument with a
2771         slightly more general mechanism for specifying different kinds of
2772         escape.
2773
2774 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2775
2776         * ftp-basic.c (ftp_response): Fix printing FTP server response.
2777
2778 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2779
2780         * retr.c (limit_bandwidth_reset): Reset sleep_adjust.
2781         (limit_bandwidth): Don't allow huge "adjustment" values that
2782         result from being suspended for a while.
2783
2784 2005-05-04  Hrvoje Niksic  <hniksic@xemacs.org>
2785
2786         * wget.h: If gettext was found but libtintl.h wasn't, declare
2787         gettext's return type to avoid type mismatches.
2788
2789 2005-05-03  Hrvoje Niksic  <hniksic@xemacs.org>
2790
2791         * url.c (url_parse): Rename label `error' to avoid conflict with
2792         identifier.
2793
2794         * retr.c (fd_read_body): Rename label `out' to avoid conflict with
2795         identifier.
2796         (fd_read_hunk): Use explicit double constant.
2797         (retrieve_from_file): Don't use string concatenation.
2798         (sleep_between_retrievals): Make sure xsleep is called with a
2799         `double' argument.
2800         (no_proxy_match): Define as static, like it is declared.
2801
2802         * progress.c (bar_create): Use 0.0 instead of 0 because K&R
2803         compilers can't automatically promote it.
2804
2805         * http-ntlm.c (ntlm_output): Replace \xHH sequences with \OOO for
2806         the sake of old compilers.
2807
2808         * ftp.c (ftp_loop_internal): Don't use string concatenation.
2809
2810         * http.c (request_send): Use explicit double constants when
2811         calling fd_read and fd_write.
2812         (post_file): Ditto.
2813         (gethttp): Ditto.
2814         (skip_short_body): Ditto.
2815
2816         * ftp-basic.c: When calling fd_write, specify the last argument as
2817         a `double' constant for the sake of K&R compilers which don't see
2818         the prototype and therefore can't promote it to double
2819         automatically.
2820
2821         * cookies.c (cookie_jar_load): Rename abort label to abort_cookie
2822         to avoid name conflict in K&R compilers.
2823
2824 2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
2825
2826         * ptimer.c (posix_init): Since we allow _POSIX_MONOTONIC_CLOCK==0,
2827         it is not enough to check for _POSIX_MONOTONIC_CLOCK-0, we must
2828         also check for defined(_POSIX_MONOTONIC_CLOCK).
2829
2830 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
2831
2832         * ftp.c, hash.c, connect.c, host.c, http.c: Remove unreached code,
2833         such as "break" following return or abort.
2834
2835 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
2836
2837         * init.c (commands): Wrap the use of opt.random_file in #ifdef
2838         HAVE_SSL.
2839
2840 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
2841
2842         * http.c (gethttp): Correctly set the user agent.
2843
2844 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
2845
2846         * init.c (cmd_spec_useragent): Free the old value of
2847         opt.useragent before setting the new one.
2848
2849 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
2850
2851         * main.c: Map --ftp-password, --http-password and --proxy-password to
2852         the new ftppassword, httppassword and proxypassword commands
2853         respectively.  Document the --user and --password options in the help
2854         string.
2855         
2856 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
2857
2858         * ftp.c: Add support for --user and --password.
2859         
2860         * http.c: Add support for --user and --password.
2861         
2862         * init.c: Deprecated ftppasswd, httppasswd, login, passwd and
2863         proxypasswd commands.  Added ftppassword, ftpuser, httppassword,
2864         password, proxypassword and user commands.
2865
2866         * main.c: Renamed --ftp-passwd to --ftp-password.  Added --ftp-user,
2867         --http-password, --password, --proxy-password and --user.  Deprecated
2868         --http-passwd and --proxy-passwd.  Added documentation for new options
2869         and removed documentation for deprecated options in the help string.
2870         
2871         * options.h (struct options): Added user and passwd members to handle
2872         --user and --password respectively.  Renamed ftp_acc and ftp_pass
2873         members to ftp_user and ftp_passwd for consistency.
2874
2875 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
2876
2877         * main.c (print_help): Advertise "DER", not "ASN1".
2878
2879 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
2880
2881         * openssl.c (init_prng): Disable the weak random seed by default.
2882
2883         * http.c (gethttp): Simplify SSL initialization; disable SSL when
2884         anything goes wrong with the initialization.
2885
2886         * options.h (struct options): New option opt.random_file.
2887
2888 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
2889
2890         * init.c: Wrap private key commands in IF_SSL.
2891
2892 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
2893
2894         * openssl.c (ssl_init): Ditto.
2895
2896         * options.h (struct options): Allow separate specification of key
2897         type and certificate type.
2898
2899         * init.c (cmd_spec_cert_type): Provide a "der" synonym for "asn1"
2900         certificate encoding.
2901
2902 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
2903
2904         * openssl.c: Renamed "gen_sslfunc.c" to "openssl.c" and
2905         "gen_sslfunc.h" to "openssl.h".  This reflects the intent of
2906         openssl.c encapsulating the OpenSSL-specific code.
2907
2908 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
2909
2910         * init.c: Renamed "closure" (a synonym for context in some
2911         cultures) to "place", which more accurately reflects the usage.
2912
2913 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
2914
2915         * gen_sslfunc.c (ssl_init): Use default locations for loading the
2916         certificate bundles.
2917         (ssl_init_prng): Disable the cryptographically weak PRNG
2918         initialization fallback.
2919
2920         * init.c: Renamed SSL command-line arguments and wgetrc commands.
2921         (defaults): Check the server certificate by default.
2922
2923 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
2924
2925         * cookies.c (cookie_handle_set_cookie): Delete the part of the
2926         path after the trailing slash.
2927
2928         * http.c (gethttp): Call cookie_handle_set_cookie with path that
2929         begins with '/'.
2930
2931 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
2932
2933         * http.c (gethttp): Call skip_short_body only if keep_alive is in
2934         use.
2935         (gethttp): Send the User-Agent header with the CONNECT request as
2936         well.
2937
2938 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
2939
2940         * main.c (option_data): Removed support for the undocumented flag
2941         --use-proxy.
2942
2943 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
2944
2945         * main.c (option_data): Don't treat -Y as a boolean switch; treat
2946         it as a value switch instead, so "-Y off" continues to work.
2947
2948 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
2949
2950         * utils.c (aprintf): Delete unreachable statement.
2951
2952 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
2953
2954         * host.c (cmp_prefer_ipv4): New function.
2955         (cmp_prefer_ipv6): New function.
2956         (lookup_host): Use the appropriate comparator according to
2957         opt.prefer_family.
2958
2959         * init.c: New option prefer_family.
2960
2961         * host.c (is_valid_ipv6_address): Spell NS_* constants in lower
2962         case to avoid clash with system headers.
2963         (lookup_host): Reorder the addresses so that IPv4 ones come first.
2964
2965         * utils.c (stable_sort): New function.
2966
2967 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
2968
2969         * connect.c (retryable_socket_connect_error): Return 0 for
2970         ENETUNREACH and EHOSTUNREACH.
2971
2972 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
2973
2974         * cmpt.c: Reenable the memmove implementation for systems that
2975         lack it.
2976
2977         * http.c (gethttp): Store the "authorized" state of the persistent
2978         connection.
2979         (request_remove_header): New function.
2980         (gethttp): Don't send the "Basic" authentication if the connection
2981         is already authorized.
2982
2983 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
2984
2985         * utils.c (base64_encode): Treat input as unsigned chars.
2986         Required for correct encoding of binary stuff.
2987
2988 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
2989
2990         * http-ntlm.c: Format the function definitions in an
2991         ansi2knr-friendly fashion.
2992
2993 2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
2994
2995         * http.c (gethttp): Handle multiple WWW-Authentication headers,
2996         only one of which is recognized.  Those are sent by IIS with NTLM
2997         authorization.
2998         (create_authorization_line): Propagate information whether
2999         authorization is finished.
3000         (gethttp): Only stop authorization when it's really finished, not
3001         after fixed two steps.
3002
3003 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
3004
3005         * gen_sslfunc.c (ssl_init): Fix warning message text; mark the
3006         message as translatable.
3007
3008 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
3009
3010         * main.c (print_help): Print the EGD option outside the cluster of
3011         SSL options.
3012
3013 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
3014
3015         * http-ntlm.c (ntlm_output): Fix setting the domain.
3016         Suggested by Sami Krank.
3017
3018 2005-04-20  Mauro Tortonesi  <mauro@ferrara.linux.it>
3019
3020         * connect.c: Set IPV6_V6ONLY socket option when -6 switch is used.
3021
3022 2005-04-20  FUJISHIMA Satsuki  <sf@FreeBSD.org>
3023
3024         * http.c (request_set_header): Fix the check whether a new header
3025         needs to be allocated.
3026
3027 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
3028
3029         * utils.c (base64_encode): Use the parameter order that makes more
3030         sense.  Return the length of the base64 written.  Updated all
3031         callers.
3032
3033 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
3034
3035         * http.c (request_set_header): Free NAME when VALUE is NULL and
3036         freeing the header name is requested.
3037
3038 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
3039
3040         * snprintf.c (fmtstr): Declare VALUE as const char *.
3041         Based on patch by Russ Allbery.
3042
3043 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
3044
3045         * snprintf.c (fmtfp): More correct handling of significant digit
3046         count with %g -- 0.002 has one significant digit, not three.
3047
3048 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
3049
3050         * retr.c (fd_read_body): Respect read timeout with non-interactive
3051         or no progress gauge -- treat ETIMEDOUT specially only when
3052         progress_interactive.
3053         Reported by FUJISHIMA Satsuki.
3054
3055 2005-04-16  FUJISHIMA Satsuki  <sf@FreeBSD.org>
3056
3057         * http.c (gethttp): Don't use HTTP/1.0 persistent connections over
3058         proxy.
3059
3060 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
3061
3062         * snprintf.c: Use the PARAMS macro to handle prototypes.  Write
3063         function definitions in the ansi2knr-friendly way.
3064         (fmtstr): If string precision is specified, don't read VALUE past
3065         it.
3066         (dopr): Actually print %g and %e formats.
3067         (fmtfp): Fix a bug that caused 0.01 to be printed as 0.1.
3068         (fmtfp): Use LLONG in floating point conversions to be able to
3069         convert more digits.
3070         (fmtfp): Interpret precision as number of significant digits with
3071         %g.
3072         (fmtfp): Omit trailing decimal zeros with %g.
3073
3074         * snprintf.c: Don't include <ctype.h> because none of it is used.
3075         Include strings.h/string.h, as per Autoconf.
3076
3077 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
3078
3079         * ptimer.c: Use _POSIX_TIMERS - 0 > 0, which handles the case when
3080         _POSIX_TIMERS is defined but empty, as well as the case when it is
3081         undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
3082         Suggested by Larry Jones.
3083
3084 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
3085
3086         * ptimer.c: Check that _POSIX_TIMERS is defined as well as > 0.
3087         Problem reported by Steven M. Schweda.
3088
3089 2005-04-14  Hrvoje Niksic  <hniksic@xemacs.org>
3090
3091         * http.c (skip_short_body): Print the skipped body data in debug
3092         mode.
3093         (skip_short_body): Don't skip more than 4k of body data.
3094         (skip_short_body): Return whether the skipping was successful.
3095         (gethttp): If skip_short_body failed, invalidate the connection.
3096
3097 2005-04-12  Gisle Vanem  <giva@bgnett.no>
3098
3099         * ftp.c (getftp): Ditto.
3100
3101         * http.c (gethttp): Open the output file in binary mode.
3102
3103 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3104
3105         * hash.c: Conditionalize including config.h on HAVE_CONFIG_H
3106         instead of on STANDALONE.
3107
3108 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3109
3110         * gen_sslfunc.c (ssl_print_errors): Made static.
3111         (ssl_print_errors): Eliminate potentially dangerous fixed-size
3112         error buffer.  Passing NULL to ERR_error_string causes it to use
3113         its own static buffer, which is fine for our purposes.
3114
3115         * gen_sslfunc.c: Include gen_sslfunc.h.  Make the declarations of
3116         ssl_init and ssl_conect match the actual definitions.
3117         (ssl_connect): Simply return a boolean, the SSL context is no
3118         longer useful as a return value.
3119
3120         * retr.c: Don't include SSL headers; we don't need them.
3121
3122 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3123
3124         * config-post.h: Don't define _VA_LIST under Solaris; it breaks
3125         compilation with GCC 3.4 under Solaris 10.  (It was defined to
3126         avoid a warning with previous versions of GCC.)
3127
3128 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3129
3130         * xmalloc.c (register_ptr): Warn the user to increase SZ prior to
3131         aborting.
3132
3133 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3134
3135         * convert.c (convert_cleanup): Free converted_files.
3136
3137 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
3138
3139         * wget.h (DEBUGP): Use __builtin_expect to give a hint to GCC that
3140         opt.debug is false in the vast majority of cases.
3141
3142 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
3143
3144         * config-post.h: Declare alloca as void *, not char *.
3145
3146 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
3147
3148         * recur.c (download_child_p): When -p is used, (temporarily)
3149         ignore accept/reject rules for HTMLs, even when they are at the
3150         maximum recursion depth.  That is because with -p we are, if
3151         necessary, overstepping the max. depth to get the requisites.
3152
3153 2004-06-12  Larry Jones <lawrence.jones@ugsplm.com>
3154
3155         * recur.c (download_child_p): Correct the logic in check number 6:
3156         test opt.reclevel (not DEPTH) against INFINITE_RECURSION.
3157
3158 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
3159
3160         * url.c: Use "static const" in preference to "const static".
3161         Sun's cc warns that "storage class after type is obsolescent".
3162
3163         * url.c (urlchr_table): Don't mark ~ as unsafe, too many broken
3164         web sites are confused when ~ is changed to %7E.  Their servers
3165         redirect /%7Efoo/ to /~foo/, which Wget again accesses using %7E,
3166         causing further redirections, therefore looping infinitely.  See
3167         Debian bug #301624 for an example.
3168
3169 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
3170
3171         * alloca.c: Include wget.h to be able to use xmalloc.  In addition
3172         to defining malloc to xmalloc, also define free to xfree.
3173
3174 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
3175
3176         * http-ntlm.c (ntlm_output): Use "char", not "unsigned char" for
3177         ntlmbuf.  Our base64 functions accept char anyway.
3178         (ntlm_output): Join up the format string, since we nominally
3179         support K&R compilers.
3180         (ntlm_output): Ditto.
3181
3182 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3183
3184         * ptimer.c: Use Windows timers under Cygwin, whose POSIX timer
3185         implementation is incomplete.
3186
3187 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3188
3189         * ptimer.c (struct ptimer): Remove the unused initialized field.
3190
3191         * ptimer.c: Renamed function parameters from WT (which used to
3192         stand for wget_timer or wtimer) to PT.
3193
3194 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3195
3196         * ptimer.c (posix_init): Be smarter about choosing clocks.  In
3197         decreasing order of preference, use CLOCK_MONOTONIC,
3198         CLOCK_HIGHRES, and CLOCK_REALTIME.
3199         (ptimer_allocate): Removed.
3200
3201         * ptimer.c: Refactor the code by cleanly separating the
3202         architecture-dependent code from the architecture-independent
3203         code.
3204
3205 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3206
3207         * ptimer.c (ptimer_init): Explicitly check that
3208         _POSIX_MONOTONIC_CLOCK is *both* defined and >=0.  (Undefined
3209         symbols are >=0.)
3210
3211 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3212
3213         * ptimer.c (ptimer_diff): Fix typo affecting Windows build.
3214
3215 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3216
3217         * ptimer.c (ptimer_init): In fact, _POSIX_MONOTONIC_CLOCK needs to
3218         be >= 0.
3219
3220         * ptimer.c (ptimer_init): Check whether _POSIX_MONOTONIC_CLOCK is
3221         defined instead of whether it's greater than 0.  glibc defines it
3222         to 0, but still makes it available via sysconf.
3223
3224 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3225
3226         * mswindows.c (str_to_int64): Rename OVERFLOW and UNDERFLOW to
3227         INT64_OVERFLOW and INT64_UNDERFLOW, since those names are used.
3228
3229 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
3230
3231         * ptimer.c: New file.  Move the "wtimer" functions from utils.c to
3232         this file and rename them to ptimer_.
3233
3234 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
3235
3236         * host.c (NO_ADDRESS): Define NO_ADDRESS only after the system
3237         headers have been included.
3238
3239 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
3240
3241         * http.c (pconn): Include NTLM data, which is per-connection.
3242         (known_authentication_scheme_p): Recognize NTLM authorization.
3243         (create_authorization_line): Call ntlm_input and ntlm_output.
3244
3245         * http-ntlm.c: New file, donated by Daniel Stenberg and originally
3246         written for curl, heavily modified for Wget.
3247
3248         * utils.c (base64_encode): Relocated from http.c, since it is now
3249         used by http-ntlm.c, and will possibly be used elsewhere.
3250         (base64_decode): New function, originally based on code from GNU
3251         recode.
3252
3253 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
3254
3255         * ftp.c (ftp_loop): Ditto.
3256
3257         * ftp-basic.c (ftp_pasv): Use the xzero shorthand for memset(0).
3258         (ftp_lpsv): Ditto.
3259
3260 2005-04-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
3261
3262         * Makefile.in: removed string_t.c from list of source files.
3263
3264 2005-04-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
3265
3266         * string_t.c: Removed.
3267         
3268         * string_t.h: Removed.
3269
3270 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
3271
3272         * url.c (rewrite_shorthand_url): Only accept recognized schemes.
3273         That way "foo:80" will correctly be rewritten to "http://foo:80"
3274         instead of left unchanged and ultimately rejected because of
3275         "unsupported scheme foo".
3276
3277 2005-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
3278
3279         * utils.c (number_to_string): Avoid explicit 64-bit constants;
3280         construct them by multiplication at compile-time.
3281
3282         * utils.c, elsewhere: Don't append "L" to 32-bit integer
3283         constants; we aren't really compilable on 16-bit systems anyway.
3284
3285         * hash.c (prime_size): Remove primes larger than 2^31, but include
3286         2^31-1, which is prime.
3287
3288 2005-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
3289
3290         * utils.c (string_set_to_array): New function.
3291
3292         * convert.c: Replace the use of "slists" with sets/hash-tables,
3293         which in fact suit the intended purpose much better.
3294         downloaded_html_list is removed altogether.
3295
3296 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
3297
3298         * ftp.h (enum): Rename GLOBALL, GETALL, and GETONE to
3299         GLOB_GLOBALL, GLOB_GETALL, and GLOB_GETONE to avoid conflict with
3300         Linux headers.
3301
3302 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
3303
3304         * utils.c (numdigit): More correct handling of negative numbers.
3305
3306 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
3307
3308         * http.c (gethttp): Print the human-readable size.
3309
3310         * ftp.c (getftp): Print the human-readable size of the file to be
3311         downloaded.
3312
3313         * utils.c (human_readable): New function.
3314
3315         * utils.c: Renamed "legible" to "with_thousand_seps",
3316         "legible_large_int" to "with_thousand_seps_large", and "legible_1"
3317         to "add_thousand_seps".
3318
3319 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
3320
3321         * http.c (gethttp): Inhibit persistent connections when talking to
3322         proxies, as mandated by RFC 2068.
3323
3324 2005-03-20  Hrvoje Niksic  <hniksic@xemacs.org>
3325
3326         * url.c (unescape_single_char): New function.
3327         (url_escape_dir): Use it to unescape slashes in directory
3328         components.
3329         (url_string): Escape unsafe chars in host name, except for the ':'
3330         charaters, which can appear in IPv6 addresses.
3331
3332         * main.c (main): Don't access the cookie jar directly.
3333
3334         * log.c (escnonprint_internal): Correctly calculate the needed
3335         string size.  Don't forget the buffer's new size after having
3336         reallocated it.
3337         (log_cleanup): New function.  Free the escnonprint ring data.
3338
3339         * init.c (cleanup): Don't free the cookie jar explicitly, it is
3340         now done by http_cleanup.
3341         (cleanup): opt.user_headers is now a vector, free it with
3342         free_vec.
3343
3344         * http.c (gethttp): Make sure to free the request data, the status
3345         message, and the response data before returning from the function.
3346         (save_cookies): New function.
3347         (http_cleanup): Free the cookie jar here.
3348
3349         * hash.c: Renamed string_hash to hash_string and ptrhash to
3350         hash_pointer.  Exported hash_pointer.
3351
3352         * xmalloc.c: Organized malloc_table (previously malloc_debug) as a
3353         simple EQ hash table.  register_ptr and unregister_ptr are now of
3354         O(1) complexity.
3355
3356         * xmalloc.c: Renamed "*_debug" to debugging_* and "*_real" to
3357         checking_*.
3358
3359 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
3360
3361         * utils.c (debug_test_md5): Moved to gen-md5.c.
3362
3363         * mswindows.h: Don't declare inet_ntop, since we don't use it.
3364
3365         * mswindows.h: For consistency, also wrap closesocket, it being
3366         a Winsock call.
3367
3368         * mswindows.h: Don't declare sleep and usleep; we're defining
3369         xsleep now.
3370
3371         * mswindows.h (mkdir): Don't special-case Borland C, _mkdir
3372         works there as well.
3373
3374         * host.c: Don't include winsock header files; the correct ones
3375         are already included by mswindows.h.
3376
3377         * mswindows.c (xsleep): Round toward the nearest millisecond
3378         in an attempt to avoid average short sleeps.
3379
3380         * utils.c (wtimer_granularity): Report correct values for
3381         Windows timers and for high-resolution timers.
3382
3383         * utils.c (wtimer_initialize_once): New function, called to
3384         initialize the timer frequency.
3385
3386         * utils.c: Replace the use of GetSystemTime with high-resolution
3387         counters under Windows.  When high-resolution counters are
3388         unavailable, use GetTickCount().
3389
3390 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
3391
3392         * retr.c (fd_read_body): Undo the 2004-11-18 change.  Instead,
3393         always be "exact".
3394
3395 2005-03-17  Hrvoje Niksic  <hniksic@xemacs.org>
3396
3397         * ftp-basic.c (ftp_login): Don't free the string if ftp_response
3398         returned an error status because the line didn't get allocated in
3399         the first place.
3400
3401 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
3402
3403         * http.c (read_http_response_head): Limit the response size to 64k
3404         bytes.
3405
3406         * retr.c (fd_read_hunk): Accept a MAXSIZE argument that limits the
3407         number of bytes the function is allowed to allocate.
3408         (fd_read_line): Limit the line to 4096 bytes.
3409
3410 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
3411
3412         * wget.h: Include options.h after wgint has been defined.
3413
3414         * options.h (struct options): Declare options processed with
3415         cmd_bytes as wgint, not long.
3416
3417 2005-03-18  Hrvoje Niksic  <hniksic@xemacs.org>
3418
3419         * init.c (cmd_file): Use concat_strings.
3420
3421         * http.c (basic_authentication_encode): Use concat_strings.
3422
3423         * ftp-ls.c (ftp_index): Use concat_strings.
3424
3425         * ftp-basic.c (ftp_request): Use concat_strings.
3426
3427         * utils.c (concat_strings): New function.
3428
3429 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
3430
3431         * init.c (simple_atof): Handle negative numbers; skip whitespace
3432         before the number.
3433         (simple_atoi): Ditto.  Also, check for overflow and underflow.
3434         (cmd_number): Bail out on negative numbers.
3435         (parse_bytes_helper): Ditto.
3436
3437 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3438
3439         * http.c (gethttp): Handle multiple Set-Cookie headers sent by
3440         remote server.
3441
3442 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3443
3444         * init.c (defaults): Use passive FTP by default.
3445
3446 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3447
3448         * mswindows.c: Provide wrappers to Winsock functions that set
3449         errno to WSAGetLastError() in case of failure.  Also provide a
3450         Windows-specific version of strerror.
3451
3452         * mswindows.h: Wrap calls to socket, bind, connect, recv, send,
3453         select, getsockname, getpeername, and setsockopt.
3454
3455 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3456
3457         * url.c (url_parse): Reject port numbers larger than 65535.  We
3458         also check for overflow while parsing port numbers.
3459
3460 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3461
3462         * utils.c (read_file): Don't use wgint for file size; LFS won't
3463         work since the file is mmap'ed as a whole.
3464
3465         * options.h: Don't include stdio.h.
3466
3467         * log.c: Ditto.
3468
3469         * init.c: Disambiguate assignment from non-zero test to avoid
3470         Borland C warning.
3471
3472         * http.c (response_new): Don't needlessly post-increment count.
3473
3474         * hash.c: Include stdio.h.
3475
3476         * gnu-md5.h: Don't include stdio.h.
3477
3478         * getopt.h (struct option): Always use const.
3479
3480         * ftp.c (getftp): Avoid unnecessary assignment to RES to avoid
3481         Borland C warning.
3482
3483         * ftp-ls.c: Disambiguate assignment from non-zero test to avoid
3484         Borland C warning.
3485
3486         * cmpt.c (strptime_internal): Don't initialize rp_backup when
3487         !_NL_CURRENT to avoid Borland C warning.
3488
3489 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3490
3491         * utils.c (fopen_excl): Fix parse error when O_BINARY is
3492         available.
3493
3494 2005-03-05  Hrvoje Niksic  <hniksic@xemacs.org>
3495
3496         * url.c (url_file_name): Don't allow hosts named ".." to be
3497         appended as path elements.
3498
3499 2005-03-03  Hrvoje Niksic  <hniksic@xemacs.org>
3500
3501         * retr.c (retrieve_url): Escape location header.
3502
3503         * http.c (print_server_response_1): Escape server response when
3504         printing it.
3505         (gethttp): Escape host name, status message, location header, and
3506         content type.
3507         (http_loop): Escape error message from server.
3508
3509         * host.c (lookup_host): Escape host name when printing it.
3510
3511         * ftp.c (getftp): Escape user name when printing it.
3512         (getftp): Escape remote file and directory for printing.
3513         (getftp): Escape server listing when printing it.
3514         (ftp_retrieve_list): Escape link name and file name.
3515         (ftp_retrieve_glob): Escape file name.
3516
3517         * ftp-basic.c (ftp_response): Escape server response when printing
3518         it.
3519
3520         * cookies.c (parse_set_cookies): Escape the cookie field when
3521         printing it.
3522         (parse_set_cookies): Escape contents of remote header.
3523         (cookie_handle_set_cookie): Escape host name and cookie domain.
3524
3525         * connect.c (connect_to_ip): Escape the host name.
3526
3527         * log.c (escnonprint): New function, used for printing strings
3528         coming from the server that possibly contain non-ASCII characters.
3529         (escnonprint_uri): Ditto.
3530
3531 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
3532
3533         * ftp.c (getftp): Ditto.
3534
3535         * http.c (gethttp): When we're not supposed to overwrite files,
3536         use fopen_excl to open the file and recompute the file name.
3537
3538         * log.c (redirect_output): Use unique_create to avoid a race
3539         condition.
3540
3541         * mswindows.c (fake_fork_child): Use unique_create.
3542
3543         * utils.c (fopen_excl): New function that opens a stdio stream
3544         with the O_EXCL flag (where available).
3545         (unique_create): New function, like unique_name, but also creating
3546         the file and returning a file pointer.
3547         (fork_to_background): Use unique_create to create the file
3548         immediately to avoid race condition with multiple instances of
3549         wget -b.
3550
3551 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
3552
3553         * host.c (lookup_host): Test for AI_ADDRCONFIG directly, instead
3554         of checking for HAVE_GETADDRINFO_AI_ADDRCONFIG.
3555
3556 2005-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
3557
3558         * host.c (is_valid_ipv6_address): Move here from url.c.
3559         (lookup_host): If the address is numeric, don't print the
3560         "resolving..." line, don't set up DNS timeouts, and set the
3561         AI_NUMERICHOST hint, where available.
3562
3563 2005-02-26  Gisle Vanem  <giva@bgnett.no>
3564
3565         * utils.c: Use the nnnLL syntax under GCC.  Define struct_stat to
3566         struct _stati64 under __MINGW32__ as well as under MS VC.
3567
3568 2005-02-26  Hrvoje Niksic  <hniksic@xemacs.org>
3569
3570         * utils.c: Use the nnnI64 syntax for __int64 constants under all
3571         Windows compilers.
3572         (SPRINTF_WGINT): Use "%I64" under all Windows compilers.
3573
3574         * mswindows.h (WGINT_MAX): Use the nnnI64 syntax for
3575         __int64 constants under all Windows compilers.
3576         (struct_stat): Use `struct stati64' under Borland C.
3577         (fstat): Don't redefine to _fstati64 under Borland.
3578
3579         * mswindows.c: Define str_to_int64 under Borland C as well as
3580         under (older) Visual C.
3581
3582 2005-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
3583
3584         * ftp.c (getftp): Initialize err to suppress compiler warning.
3585
3586 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
3587
3588         * ftp.c (ftp_expected_bytes): Fix bug that caused infloop because
3589         of not correctly skipping the '(' character.
3590
3591 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
3592
3593         * mswindows.c (wget_ftello): Removed.
3594
3595         * mswindows.h: Remove bogus definition of stat.
3596         (wget_ftello): Remove the leftover ftello replacement.
3597
3598 2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
3599
3600         * mswindows.c (wget_ftello): Wget's replacement for ftello.
3601
3602         * utils.c (file_size): Use ftello where available.
3603
3604         * ftp-ls.c (ftp_parse_unix_ls): Use str_to_wgint to parse the file
3605         size.
3606         (ftp_parse_winnt_ls): Ditto.
3607
3608         * ftp-basic.c (ftp_size): Use str_to_wgint to convert number to
3609         wgint; pass 10 instead of 0 as the BASE argument.
3610
3611         * ftp.c (ftp_expected_bytes): Use str_to_wgint to parse the file
3612         size.
3613
3614         * sysdep.h (LARGE_INT_FMT): Use __int64 as LARGE_INT on
3615         MSVC/Windows; print it with "%I64".
3616
3617         * wget.h: Define a `wgint' type, normally aliased to (the possibly
3618         64-bit variant of) off_t.
3619
3620         * all: Use `wgint' instead of `long' for numeric variables that
3621         can hold file sizes.
3622
3623         * utils.c (number_to_string): Support printing of `wgint'
3624         argument.
3625         (number_to_static_string): New function.
3626
3627         * all: Replace printf("%ld", long_value) with printf("%s",
3628         number_to_static_string(wgint_value)).
3629
3630 2005-02-18  Mauro Tortonesi <mauro@ferrara.linux.it>
3631
3632         * main.c: Added the --ftp-passwd command line option.
3633
3634         * init.c: Renamed command passwd to ftppasswd.
3635
3636 2005-02-11  Mauro Tortonesi <mauro@ferrara.linux.it>
3637         
3638         * string_t.c: Fixed a bug in do_escape and triggered escape of
3639         backslashes in string_escape to avoid ambiguities in the result
3640         string.
3641         
3642 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
3643
3644         * string.h: Renamed to string_t.h to fix a compilation conflict 
3645         with the string.h header in the standard C library.
3646         
3647         * string.c: Renamed to string_t.c for consistency with string.h.
3648         
3649         * string_t.c: Ditto.
3650
3651         * string_t.h: Ditto.
3652         
3653 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
3654
3655         * string.c: New file.
3656
3657         * string.h: New file.
3658
3659         * Makefile.in: Added string.c to the list of modules to compile.
3660
3661         * main.c: Updated copyright.
3662
3663 2004-11-18  Ulf Harnhammar <ulf.harnhammar.9485@student.uu.se>
3664
3665         * ftp-ls.c: Fixed a problem in ftp_parse_winnt_ls that could allow a
3666         malicious remote FTP server to crash wget.
3667
3668 2004-11-18  Hans-Andreas Engel <engel@node.ch>
3669
3670         * http.c: Enable --convert-links (-k) when a single page is downloaded
3671         via --output-document (-O).
3672
3673 2004-11-18  Mauro Tortonesi <mauro@deepspace6.net>
3674
3675         * connect.c: Minor correction to the comment in front of fd_peek.
3676
3677 2004-11-18  Leonid Petrov <nouser@lpetrov.net>
3678
3679         * retr.c: Fix a timeout problem in fd_read_body when using http_proxy.
3680
3681 2004-11-15  YAMAZAKI Makoto <Yamazaki.Makoto@fujixerox.co.jp>
3682
3683         * netrc.c: Fix termination by assertion bug in netrc parsing.
3684
3685 2004-05-09  David Fritz  <zeroxdf@att.net>
3686
3687         * mswindows.c (fake_fork): Pass entire command line to the child
3688         process.
3689
3690 2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
3691
3692         * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
3693
3694 2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
3695
3696         * http.c (gethttp): Send the Proxy-Authorization header over
3697         non-SSL connections too.
3698
3699 2004-03-25  David Fritz  <zeroxdf@att.net>
3700
3701         * mswindows.c (fake_fork_child): Ignore error code when
3702         OpenFileMapping() fails; assume it failed because the object does
3703         not exist.
3704
3705 2004-03-24  David Fritz  <zeroxdf@att.net>
3706
3707         * mswindows.c (fake_fork): New function.
3708
3709         * mswindows.c (fork_to_background): Use it.
3710
3711 2004-03-19  David Fritz  <zeroxdf@att.net>
3712
3713         * mswindows.c (ws_hangup): Incorporate old fork_to_background()
3714         code.  Add event name argument.
3715         (fork_to_backgorund): Now a simple wrapper around ws_hangup().
3716         (ws_handler): Correctly handle the case when neither CTRLC_BACKGND
3717         nor CTRLBREAK_BACKGND are defined.  Don't bother handling close,
3718         logoff, or shutdown events.  Call ws_hangup() with the correct
3719         event name; don't assume it was CTRL+Break.
3720
3721 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
3722
3723         * url.c (url_parse): Decode %HH sequences in host name.
3724
3725 2004-03-04  Hrvoje Niksic  <hniksic@xemacs.org>
3726
3727         * convert.c (local_quote_string): Quote "#" as "%23" and "%" as
3728         "%25" when creating links to local files.
3729
3730 2004-03-02  David Fritz  <zeroxdf@att.net>
3731
3732         * mswindows.c (ws_percenttitle): Guard against future changes by
3733         doing nothing if the proper variables have not been initialized.
3734         Clamp percentage value.
3735
3736 2004-03-04  Gisle Vanem  <giva@bgnett.no>
3737
3738         * retr.c (fd_read_body): Don't change console title if quiet.
3739
3740 2004-02-25  David Fritz  <zeroxdf@att.net>
3741
3742         * mswindows.c (set_sleep_mode): Remove argument and return value.
3743         Call GetModuleHandle() instead of LoadLibrary()/FreeLibrary() for
3744         kernel32.dll.  Use typedef for function-pointer.  Don't cast
3745         l-value.  Don't use dereference operator when calling through
3746         function-pointer.
3747         (ws_startup): Update call to set_sleep_mode().
3748         (ws_cleanup): Remove call to set_sleep_mode().
3749
3750 2004-02-23  David Fritz  <zeroxdf@att.net>
3751
3752         * http.c (http_loop): Ditto.
3753
3754         * ftp.c (ftp_loop_internal): Update call to ws_changetitle().
3755
3756         * main.c (main): Don't bother calling ws_changetitle().
3757
3758         * mswindows.h (ws_changetitle): Update prototype.
3759
3760         * mswindows.c (ws_changetitle): Remove second argument.  Use
3761         xfree_null().
3762         (ws_percenttitle): Only update title when percentage has changed.
3763
3764 2004-02-23  David Fritz  <zeroxdf@att.net>
3765
3766         * mswindows.h: Ditto.
3767
3768         * mswindows.c: Misc. formatting/comment tweaks throughout.
3769
3770 2004-02-20  David Fritz  <zeroxdf@att.net>
3771
3772         * main.c (print_help): Remove call to ws_help().
3773
3774         * mswindows.c (ws_help): Remove.
3775
3776         * mswindows.h (ws_help): Remove.
3777
3778 2004-02-16  David Fritz  <zeroxdf@att.net>
3779
3780         * init.c (home_dir): Use aprintf() instead of xmalloc()/sprintf().
3781         Under Windows, if $HOME is not defined, use the directory that
3782         contains the Wget binary instead of hard-coded `C:\'.
3783         (wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
3784         not found, look for wget.ini in the directory of the Wget binary.
3785
3786         * mswindows.c (ws_mypath): Employ slightly more robust methodology.
3787         Strip trailing path separator.
3788
3789 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
3790
3791         * http.c (gethttp): Respect --ignore-length.
3792         (gethttp): Inhibit keep-alive if --ignore-length is specified.
3793
3794 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
3795
3796         * connect.c (sockaddr_set_data): Zero out
3797         sockaddr_in/sockaddr_in6.  Apparently BSD-derived stacks need this
3798         when binding a socket to local address.
3799
3800 2004-02-04  Hrvoje Niksic  <hniksic@xemacs.org>
3801
3802         * hash.c: Make the file compilable outside Wget source tree when
3803         -DSTANDALONE is used.
3804
3805 2004-01-29  Hrvoje Niksic  <hniksic@xemacs.org>
3806
3807         * utils.c (determine_screen_width): Return 0 if not running on
3808         Windows or on a TIOCGWINSZ-capable system.
3809
3810 2004-01-28  David Fritz  <zeroxdf@att.net>
3811
3812         * utils.c (determine_screen_width): Correctly determine console
3813         width under Windows.
3814
3815 2004-01-28  Christian Biere  <christianbiere@gmx.de>
3816
3817         * progress.c (bar_set_params): Fixed syntax error when HAVE_ISATTY
3818         was undefined.
3819
3820         * ftp.c (ftp_loop_internal): Allocate a larger buffer in case
3821         "try" gets translated to something large.  Ditto in http_loop in
3822         http.c.
3823
3824         * http.c (response_header_copy): Don't write to buf[BUFSIZE].
3825
3826         * ftp-opie.c (skey_response): Eliminate unnecessary string
3827         concatenation; just call gen_md5_update twice.
3828
3829 2004-01-25  Hrvoje Niksic  <hniksic@xemacs.org>
3830
3831         * utils.c (xsleep): Don't call usleep with values larger than
3832         1,000,000.
3833
3834 2003-12-16  Hrvoje Niksic  <hniksic@xemacs.org>
3835
3836         * http.c (gethttp): Fix generation of `Content-Length'.
3837
3838 2003-12-15  Gisle Vanem  <giva@bgnett.no>
3839
3840         * url.c (url_skip_credentials): Fixed return value; 'url' if no
3841         credentials.
3842
3843 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
3844
3845         * url.c (url_skip_credentials): Return a pointer directly.
3846
3847 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
3848
3849         * url.c (url_file_name): Ditto.
3850         (parse_errors): Ditto.
3851
3852         * retr.c (retr_rate): Ditto.
3853
3854         * progress.c (create_image): Ditto.
3855
3856         * netrc.c (parse_netrc): Ditto.
3857
3858         * main.c (struct cmdline_option): Ditto.
3859         (redirect_output_signal): Ditto.
3860
3861         * init.c (commands): Ditto.
3862
3863         * ftp-ls.c (ftp_index): Ditto.
3864
3865         * cookies.c (check_domain_match): Declare the pointer to a literal
3866         string as `const'.
3867
3868 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
3869
3870         * retr.c (fd_read_body): Pass total size to progress_create, not
3871         the remaining amount.
3872
3873 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
3874
3875         * retr.c (fd_read_body): Don't fiddle with "interactive timeout"
3876         if read timeout is unset.
3877
3878 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
3879
3880         * connect.c (bind_local): Don't set the IPV6_V6ONLY option on the
3881         socket.
3882
3883 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
3884
3885         * url.c (url_file_name): Respect the setting of
3886         opt.protocol_directories.
3887
3888         * main.c (main): Only check for ret=='?' when longindex is unset.
3889         (option_data): New option --protocol-directories.
3890
3891 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
3892
3893         * ftp.c (getftp): Ditto.
3894
3895         * http.c (gethttp): Correctly calculate bandwidth as total data
3896         read divided with download time.
3897
3898         * retr.c (fd_read_body): Separate the return values for data
3899         written and read.
3900
3901 2003-12-05  Hrvoje Niksic  <hniksic@xemacs.org>
3902
3903         * http.c (H_REDIRECTED): Respect the HTTP/1.1 "303 See Other"
3904         response code.
3905         Suggested by Dan Razzell.
3906
3907 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
3908
3909         * retr.c (fd_read_body): Report the amount of data *written* as
3910         amount_read.  This is not entirely logical, but that's what the
3911         callers expect, and it's not easy to change.
3912
3913         * ftp.c (ftp_loop_internal): Ditto.
3914
3915         * http.c (http_loop): Be smarter about assigning restval; if we're
3916         in the nth pass of a download, simply use the information we have
3917         about how much data has been retrieved as restval.
3918
3919         * ftp.c (getftp): Ditto for FTP "REST" command.
3920
3921         * http.c (gethttp): When the server doesn't respect range, skip
3922         the first RESTVAL bytes of the read body.  Never truncate the
3923         output file.
3924
3925         * retr.c (fd_read_body): Support skipping initial STARTPOS octets.
3926
3927 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
3928
3929         * http.c (skip_short_body): Renamed skip_body to skip_short_body;
3930         don't bother calling fd_read_body.
3931
3932 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
3933
3934         * retr.c (fd_read_body): Sanitize arguments and document them
3935         better.  Make sure the timer is created and updated only if
3936         necessary.  Updated callers.
3937
3938 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
3939
3940         * http.c (skip_body): New function.
3941         (gethttp): Use it to skip the body of the responses we don't care
3942         to download.  That allows us to reuse the connection.
3943         (gethttp): Trust that the HEAD requests will not generate body
3944         data.
3945
3946         * retr.c (fd_read_body): Don't write to OUT if it's NULL.
3947
3948 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
3949
3950         * http.c (gethttp): Initialize SSL only the first time when SSL
3951         URL is downloaded.
3952
3953 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
3954
3955         * cookies.c (cookie_header): Only generate the contents of the
3956         header, not the leading "Cookie: " or the trailing "\r\n".
3957
3958         * http.c (gethttp): When adding headers specified with `--header',
3959         allow them to override the headers generated by Wget.
3960
3961         * init.c (cmd_spec_header): Made opt.user_headers a vector.
3962
3963         * http.c (request_new): New function.  Returns a request structure
3964         which can be modified in various ways, most notably by adding HTTP
3965         headers to the request.
3966         (request_set_header): New function for adding the header to the
3967         request.  If the header is already available, it gets replaced.
3968         (request_send): Construct and send the request.
3969         (gethttp): Use the request_* functions to generate the request.
3970
3971 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
3972
3973         * http.c (gethttp): Don't include the Proxy-Authorization header
3974         in the request tunneled through proxy.
3975
3976 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
3977
3978         * http.c (gethttp): Use the CONNECT handle to establish SSL
3979         passthrough through non-SSL proxies.
3980
3981 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
3982
3983         * init.c: Don't #include netinet/Winsock stuff.
3984
3985 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
3986
3987         * http.c: Deleted the old functions header_process,
3988         header_extract_number, header_exists, header_strdup,
3989         http_process_range, http_process_none, http_process_type, and
3990         http_process_connection.
3991
3992         * http.c (response_new): New function.
3993         (response_header_bounds): Ditto.
3994         (response_header_copy): Ditto.
3995         (response_header_strdup): Ditto.
3996         (response_status): Ditto.
3997         (gethttp): Use the new response_* functions to parse the response.
3998         Support HTTP/0.9 responses.
3999
4000 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
4001
4002         * progress.c (create_image): Don't calculate ETA if nothing has
4003         been downloaded yet, because it causes division by zero.
4004
4005 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
4006
4007         * connect.c (bind_local): Rename sa_len to addrlen because IRIX
4008         headers define sa_len as a macro.
4009
4010 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
4011
4012         * html-parse.c (convert_and_copy): Remove embedded newlines when
4013         AP_TRIM_BLANKS is specified.
4014
4015 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
4016
4017         * ftp.c: Set con->csock to -1 where rbuf_uninitialize was
4018         previously used.
4019
4020 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
4021
4022         * Makefile.in (http$o): Added the trailing backslash that was
4023         missing.
4024
4025 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
4026
4027         * headers.c: Removed.  The file is no longer relevant, now that no
4028         special handling of headers is done by the rbuf code.  Moved
4029         portions to http.c.
4030
4031 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
4032
4033         * rbuf.c: Removed.
4034
4035         * ftp-basic.c (ftp_response): Use fd_read_line.  No longer use
4036         struct rbuf.  Updated all callers.
4037
4038         * http.c (gethttp): Use fd_read_head to read all the headers in
4039         one go.
4040         (next_header): New function.
4041
4042         * retr.c (fd_read_line): New function: reads a line from FD,
4043         leaving the rest of the data unread.
4044         (fd_read_head): New function.
4045
4046         * connect.c (fd_peek): New function, implements peeking.
4047         (poll_internal): New function.
4048         (fd_read): Use it.
4049         (fd_write): Ditto.
4050         (fd_peek): Ditto.
4051         (fd_register_transport): Allow registering a "peeker" callback.
4052
4053 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
4054
4055         * connect.c: Renamed xread/xwrite/xclose to
4056         fd_read/fd_write/fd_close.  The "x" prefix is not appropriate
4057         because the semantics have diverged from read/write/close too
4058         significantly.  Updated all callers.
4059
4060 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
4061
4062         * connect.c (sock_write): It's not necessary to initialize RES.
4063
4064 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
4065
4066         * main.c (main): Don't reference opt.ipv4_only and opt.ipv6_only
4067         if IPv6 is disabled.
4068
4069 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
4070
4071         * connect.c (socket_has_inet6): Only compile it if IPv6 is enabled
4072         and AI_ADDRCONFIG is missing.
4073
4074 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
4075
4076         * gen_sslfunc.c (ssl_init_prng): Warn the user when using a weak
4077         random seed.
4078
4079 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
4080
4081         * host.c (address_list_contains): Renamed address_list_find to
4082         address_list_contains because its result is boolean.
4083
4084 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
4085
4086         * connect.c (select_fd): Return 1 if select is not available.
4087
4088 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
4089
4090         * connect.c (connect_to_host): Don't reference address list after
4091         releasing it.
4092
4093 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
4094
4095         * main.c (print_help): Fix alignment of FTP options output.
4096
4097 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
4098
4099         * host.c (lookup_host): Check for the ability to create IPv6
4100         sockets here.
4101
4102         * init.c (defaults): Don't auto-set --inet4-only on IPv6-less
4103         systems.
4104
4105 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4106
4107         * main.c (print_help): Fix typo in `-O' help message.  Fix docs of
4108         -Y/--proxy.  Fix docs of `--cookies' and `--glob'.  Improve docs
4109         of --convert-links.  Fix docs of SSL options.
4110
4111 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4112
4113         * ftp-basic.c: Don't include <arpa/inet.h> and others because
4114         they're no longer needed.
4115
4116 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4117
4118         * main.c (main): Don't allow setting of both opt.ipv4_only and
4119         opt.ipv6_only.
4120
4121         * init.c (defaults): Mark opt.ipv4_only specially when set
4122         automatically.
4123
4124 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
4125
4126         * host.c (lookup_host): Use AI_ADDRCONFIG only if the family is
4127         unspecified.  This ensures that specifying `--no-inet4' on systems
4128         where IPv6 resolves, but doesn't work behaves the same regardless
4129         of the availability of AI_ADDRCONFIG.
4130
4131 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
4132
4133         * host.c: Don't refer to the now-removed function
4134         forget_host_lookup in the documentation of lookup_host.
4135
4136 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
4137
4138         * http.c (persistent_available_p): Correctly specify the endpoint
4139         argument to socket_ip_address.
4140         (gethttp): When printing the "reusing connection to..." message,
4141         specify the host name of the reused connection, not the current
4142         host name.  That makes more sense because it provides a useful
4143         piece of information -- we know to which host we're supposed to
4144         connect anyway!
4145
4146 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
4147
4148         * init.c: Make sure the options are in alphabetic order!
4149
4150         * host.c (lookup_host): Merge lookup_host_passive and lookup_host
4151         after all -- having both would result in some code duplication.
4152         (lookup_host): Set hints.ai_family to AF_INET if ipv4_only is
4153         requested.  Likewise, set it to AF_INET6 for ipv6_only.  Specify
4154         AI_ADDRCONFIG where available.
4155         (lookup_host): New flag LH_REFRESH that specifies that a cached
4156         entry for HOST should be refreshed.
4157         (cache_query): New function.
4158         (cache_store): Ditto.
4159         (cache_remove): Ditto.
4160         (forget_host_lookup): No longer necessary, replaced with static
4161         function cache_remove.
4162
4163 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4164
4165         * main.c: Enable -4 and -6 only if IPv6 is enabled.
4166
4167 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4168
4169         * connect.c (register_transport): Renamed from register_extended.
4170         Explain the intended usage.
4171
4172 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4173
4174         * url.c (uri_merge): Merging "foo" and "bar" should result in
4175         "bar", not in "foo/bar".
4176         (path_simplify): Don't remove empty path elements; don't
4177         special-case leading slash.
4178         (path_simplify): Don't swallow ".."'s at the beginning of string.
4179         E.g. simplify "foo/../../bar" as "../bar", not as "bar".
4180         (append_uri_pathel): Defang ".." path element upon encountering
4181         it.
4182
4183 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4184
4185         * http.c (persistent_available_p): Don't attempt to talk to two
4186         different SSL sites over the same secure connection.
4187
4188 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4189
4190         * http.c (gethttp): Ditto.
4191
4192         * ftp.c (getftp): Use retryable_socket_connect_error instead of
4193         CONNECT_ERROR.
4194
4195         * wget.h (CONNECT_ERROR): Removed.
4196
4197         * connect.c (retryable_socket_connect_error): New function instead
4198         of unsupported_socket_family_error.
4199
4200 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4201
4202         * wget.h (CONNECT_ERROR): Use it.
4203
4204         * connect.c (unsupported_socket_family_error): New function.
4205
4206 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4207
4208         * connect.c (bind_local): Renamed bindport to bind_local; return
4209         the socket directly.  Updated callers.
4210         (accept_connection): Renamed acceptport to accept_connection;
4211         return the created socket directly.  Updated callers.
4212
4213 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4214
4215         * init.c (defaults): Turn on opt.ipv4_only if we're compiling with
4216         IPv6, and AI_ADDRINFO is not available, and AF_INET6 sockets can't
4217         be created.
4218
4219 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4220
4221         * host.c (lookup_host): Document the fact that the addresses are
4222         returned in order.
4223
4224 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
4225
4226         * utils.c: Use limits.h only where available.
4227
4228         * hash.c: Use INVALID_PTR and INVALID_PTR_BYTE.  Include limits.h.
4229
4230 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
4231
4232         * main.c: Added options --inet4-only and --inet6-only.
4233
4234 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
4235
4236         * host.c (host_errstr): Use the more standard message "Unknown
4237         host".
4238
4239 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
4240
4241         * connect.c (connect_to_host): Use that flag to decide whether to
4242         re-resolve the host name.
4243
4244         * host.c (struct address_list): Added a flag that maintains
4245         whether the connection worked at some point.
4246
4247 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
4248
4249         * host.c (lookup_host): Special-case the numeric addresses only in
4250         the non-IPv6 case.
4251
4252 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
4253
4254         * connect.c (resolve_bind_address): Call lookup_host_passive.
4255         Make sure that opt.bind_address is resolved only once.
4256
4257         * host.c (lookup_host_passive): New function, handles "passive"
4258         lookups.
4259         (lookup_host): Remove the passive flags.  Remove the
4260         family-related flags -- use ip_default_family instead.
4261
4262 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
4263
4264         * html-url.c: Get URLs from <object data="...">.
4265
4266 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
4267
4268         * main.c (option_data): Specify the command to use for --mirror.
4269
4270 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4271
4272         * cookies.c (cookie_handle_set_cookie): Specify exact match for
4273         unspecified domains.
4274
4275 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4276
4277         * main.c (main): Removed one-letter options `-C', `-g', `-G', and
4278         `-s'.
4279
4280 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4281
4282         * main.c (main): Add --dont-remove-listing for backward
4283         compatibility with previous versions.
4284         (print_help): Fix typo, spotted by Dennis Smit.
4285
4286 2003-11-08  Gisle Vanem  <giva@bgnett.no>
4287
4288         * ftp-basic.c: Support Windows-2000 ftp servers. Win-2000 *is*
4289         Win-NT 5.0 so calling it ST_WINNT is okay I guess.
4290
4291 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4292
4293         * progress.c (update_speed_ring): Clear the speed ring when the
4294         download stalls.
4295
4296         * retr.c (get_contents): Specify 0.95s read timeout, so that the
4297         progress gauge can be updated even when data arrives very slowly
4298         or stalls.
4299
4300 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4301
4302         * utils.c (wtimer_allocate): Bless the use of wtimer_read on a
4303         timer that has merely been allocated because get_contents() does
4304         that.
4305         (wtimer_update): Abort if the timer is not initialized.
4306
4307 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4308
4309         * retr.c (get_contents): Pass the timer to limit_bandwidth().
4310
4311         * utils.c (wtimer_update): New function instead of wget_elapsed;
4312         just update the timer, but don't return anything.
4313         (wtimer_read): Read and return the last known value of the timer.
4314
4315 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4316
4317         * http.c (persistent_available_p): Instead of matching all the
4318         addresses of HOST and last host, determine the peer's IP address
4319         with socket_ip_address and see if that address is one of those
4320         HOST resolves to.
4321
4322         * host.c (address_list_match_all): Removed.
4323         (address_list_find): New function, finds an IP address in the
4324         address list.
4325
4326         * ftp.c (ftp_do_pasv): Get the peer's address here, and pass it to
4327         ftp_epsv so it doesn't need to call getpeername.
4328
4329         * ftp-basic.c (ftp_port): Use socket_ip_address instead of
4330         getpeername.
4331         (ftp_lprt): Ditto.
4332
4333         * connect.c (socket_ip_address): Replaces conaddr, generalized to
4334         either get peer's or local address.
4335         (sockaddr_get_data): Made local to this file.
4336
4337 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4338
4339         * hash.c (HASH_POSITION): Explicitly accept the hash function.
4340         (grow_hash_table): Extract ht->hash_function outside the loop.
4341         (hash_table_remove): Ditto.
4342         (hash_table_clear): Fill entries with 0xff to clear them.
4343         (hash_table_remove): Mark entries as deleted with the correct
4344         marker.
4345
4346 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4347
4348         * http.c (persistent_available_p): No reason for the host lookup
4349         to be silent -- it's a lookup like any other.
4350
4351 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4352
4353         * connect.c (register_extended): Check that fd >= 0.
4354
4355 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
4356
4357         * connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
4358
4359 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
4360
4361         * hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
4362         the field is empty.  This allows NULL pointer and 0 value to be
4363         used as keys, which is necessary for the connect.c code to work
4364         when fd==0.
4365         (hash_table_new): Fill mappings with 0xff.
4366         (grow_hash_table): Ditto.
4367
4368 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
4369
4370         * url.c (url_parse): Allow empty ports.
4371
4372 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
4373
4374         * main.c (print_help): Break the help string into multiple chunks.
4375         (cmdline_option): New option handler OPT_FUNCALL.  Generalized
4376         HANDLE_CMD to generic DATA.
4377         (option_data): Use the new OPT_FUNCALL feature.
4378
4379 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4380
4381         * log.h: Declare log_init, log_close, and
4382         log_request_redirect_output here.
4383
4384 2003-11-05  Dennis Smit  <ds@nerds-incorporated.org>
4385
4386         * main.c: (main): added --preserve-permissions option.
4387
4388         * ftp.c (ftp_retrieve_list): added support for
4389         --preserve-permissions option.
4390
4391         * init.c: added support for --preserve-permission option.
4392
4393         * option.h: added support for --preserve-permission option.
4394
4395 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4396
4397         * main.c (init_switches): New function.  Convert option_data to
4398         long_options and short_options, which can be fed to getopt_long.
4399         (main): Execute command-line options by consulting option_data.
4400
4401 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4402
4403         * gen_sslfunc.c (ssl_read): Implement a more correct check for
4404         EINTR.
4405         (ssl_write): Ditto.
4406         (init_ssl): Use a global SSL context.
4407
4408 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4409
4410         * connect.c (xclose): Free INFO even if it doesn't provide a
4411         closer.
4412
4413 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4414
4415         * connect.c: Updated all callers of
4416         iread/ssl_iread/iwrite/ssl_iwrite to use xread and xwrite instead.
4417
4418         * rbuf.h (struct rbuf): Removed the SSL member because SSL is
4419         handled automatically by xread.
4420
4421         * hash.c (ptrhash): Made private.
4422         (ptrcmp): Ditto.
4423         (inthash): Removed.
4424
4425         * connect.c (select_fd): Don't set errno, leave it to the caller.
4426
4427         * gen_sslfunc.c (connect_ssl): Use register_extended to register
4428         SSL callbacks for communication with SSL-enabled endpoints.
4429         (ssl_read): New function.
4430         (ssl_write): Ditto.
4431         (ssl_poll): Ditto.
4432         (ssl_close): Ditto.
4433
4434         * connect.c (register_extended): New function -- register
4435         callbacks for basic socket operations.
4436         (xread): Ditto.
4437         (xwrite): Ditto.
4438         (xclose): Ditto.
4439         (sock_read): New function, default implementation for reading.
4440         (sock_write): Ditto for writing.
4441         (sock_poll): Ditto for polling.
4442         (sock_close): Ditto for closing.
4443
4444 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
4445
4446         * connect.c (bindport): Fix compilation under pre-C99 compilers.
4447
4448 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
4449
4450         * connect.c (connect_to_ip): More compact error checking.
4451         (bindport): Don't treat failed setsockopt as a fatal error.
4452
4453 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
4454
4455         * connect.c (resolve_bind_address): Use a more accurate error
4456         message -- we're not binding to ANY, we're disabling bind
4457         altogether.
4458
4459 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
4460
4461         * cookies.c (save_cookies_mapper): Respect the setting of
4462         keep-session-cookies.
4463         (cookie_jar_load): Import session cookies.
4464         Based on code submitted by Nicolas Schodet.
4465
4466         * utils.c (datetime_str): Use information in TM when it's
4467         non-NULL.
4468
4469         * main.c (main): New option `--keep-session-cookies'.
4470
4471 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
4472
4473         * Makefile.in (realclean): Delete config.h.in.
4474
4475 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
4476
4477         * config-post.h: New file, included from now autogenerated
4478         config.h.in.
4479
4480 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
4481
4482         * progress.c (progress_handle_sigwinch): Don't call
4483         determine_screen_width() from the signal handler.  Instead, just
4484         set a volatile variable.
4485         (bar_create): Check whether SIGWINCH was received.
4486         (bar_update): Ditto.
4487
4488         * sysdep.h: Define SYSTEM_FNMATCH only if HAVE_FNMATCH_H is true.
4489
4490 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4491
4492         * utils.c (xsleep): New function.  Uses nanosleep where available,
4493         resuming sleeps interrupted by signals.  Updated callers of sleep
4494         and usleep to use xsleep.
4495
4496 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4497
4498         * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
4499         declaration of SEED.
4500
4501 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4502
4503         * log.c (logvprintf): Documented better.  Renamed to
4504         log_vprintf_internal to avoid confusion with the public API
4505         functions logprintf and logputs.
4506
4507 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4508
4509         * wget.h (N_): Don't parenthesize argument.
4510
4511 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4512
4513         * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
4514         because that doesn't work on machines that define it as bitfield.
4515
4516 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4517
4518         * connect.c (select_fd): Generalize the third argument into WAIT,
4519         so that the caller can request waiting for both read and write.
4520         Updated callers.
4521
4522 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
4523
4524         * html-url.c (cleanup_html_url): Destroy the hash tables, don't
4525         just call free on them.
4526         (init_interesting): Use hash_table_put instead of string_set_add
4527         because we don't need the strdup that the latter function
4528         performs.
4529
4530         * init.c (cleanup): Don't pass NULL to cookie_jar_delete.
4531
4532         * xmalloc.c (xfree_real): Abort when passed a NULL pointer.
4533         (xfree_debug): Print at the file and line of the offending call to
4534         free.
4535
4536 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
4537
4538         * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE
4539         define to log.h.  Moved the INFINITE_RECURSION define to recur.h.
4540
4541         * xmalloc.h: Renamed FREE_MAYBE to xfree_null and moved the
4542         definition from wget.h to xmalloc.h.
4543
4544 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
4545
4546         * html-parse.c (decode_entity): New function; split the decoding
4547         of entities here.
4548         (convert_and_copy): Use it to decode entities.
4549         (decode_entity): Handle the &apos entity.
4550         (decode_entity): Don't decode Latin 1 numeric entities.  Don't
4551         decode &#0.
4552
4553 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4554
4555         * ftp-opie.c (calculate_skey_response): Use uint32_t instead of
4556         `unsigned long' for the cheksum array.  Document the function.
4557
4558 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4559
4560         * connect.c (acceptport): Don't call select_fd when timeout is not
4561         requested.
4562
4563 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4564
4565         * host.c: Removed the ip_default_family global variable.
4566
4567         * host.c (lookup_host): Document the function.  Fixed declaration
4568         of VEC.
4569
4570 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4571
4572         * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array
4573         in various places.
4574
4575 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4576
4577         * wget.h: Move declarations of malloc and logging code to
4578         xmalloc.h and log.h respectively to unclutter this file.
4579         (STRDUP_ALLOCA): Made it side-effect free.
4580
4581         * xmalloc.h: New files.  Define macros xnew, xnew0, xnew_array,
4582         and xnew0_array.
4583
4584         * xmalloc.c: New file.  Move the xmalloc routines here.
4585
4586 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4587
4588         * connect.c (sockaddr_set_data): Remove the broken code that
4589         checked for NULL address.
4590
4591 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4592
4593         * host.c (address_list_from_single): Removed.
4594         (address_list_from_ipv4_addresses): Renamed from
4595         address_list_from_vector.
4596
4597 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4598
4599         * sysdep.h (CLOSE): Don't call close on file descriptors less than
4600         0, i.e. on uncreated sockets.
4601
4602         * connect.c (resolve_bind_address): Work on struct sockaddr
4603         directly.
4604         (connect_to_host): Replacement for connect_to_many.  Resolve HOST
4605         and connect to any of its addresses.  If we can't connect and the
4606         host name lookup was cached, try to resolve it again.  This should
4607         fix problems with hosts behind dynamic DNS.  Updated all callers.
4608         (connect_to_ip): Replacement for connect_to_one.  Removed SILENT;
4609         added the argument PRINT instead.  Updated all callers.
4610         (set_connection_host_name): Removed.
4611
4612         * host.c (address_list_address_at): New function instead of
4613         address_list_copy_one. It returns a pointer to ip_address *, so
4614         it's not necessary to copy the data.
4615         (address_list_cached_p): New function.
4616         (forget_host_lookup): Ditto.
4617
4618         * connect.c: Got rid of the MSOCK global variable.  Made bindport
4619         return the local socket it creates.  Added a new argument to
4620         acceptport, the socket to call accept on.  Updated callers.
4621         (closeport): Removed.
4622
4623         * connect.c: Moved the sockaddr code from host.c to this file,
4624         because most of that stuff is used for connecting, and has nothing
4625         to do with host names anyway.
4626         (sockaddr_set_data, sockaddr_get_data): New functions, replace the
4627         old sockaddr_set_address, sockaddr_set_port, sockaddr_get_address,
4628         and sockaddr_get_port.
4629
4630 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
4631
4632         * sysdep.h: Use `S >= 8' rather than `S == 8' when looking for
4633         large integers.
4634
4635 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
4636
4637         * url.c (append_uri_pathel): New argument ESCAPED_P that says
4638         whether [B, E) is to be treated as URL-escaped or not.  If
4639         ESCAPED_P is false, don't unescape the region.
4640         (url_file_name): u->file is not URL-escaped.
4641
4642 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
4643
4644         * retr.c (retrieve_from_file): Use retrieve_tree for
4645         page-requisites.
4646
4647         * main.c (main): Don't define opt.recursive when -p is used.
4648         Instead, make sure that recursion is used for HTTP in that case.
4649
4650 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
4651
4652         * host.h: Defined accessors for elements of ip_address.  Updated
4653         all callers.
4654         (address_list_match_all): Use memcmp in the non-IPv6 case.
4655
4656         * wget.h (CONNECT_ERROR): Don't retry connecting if connect()
4657         returned EAFNOSUPPORT.
4658
4659 2003-10-27  Mauro Tortonesi <mauro@deepspace6.net>
4660
4661         * connect.h: changed bindport prototype and added the related
4662         BIND_ON_IPV4_ONLY and BIND_ON_IPV6_ONLY flags.
4663
4664         * connect.c: changed bindport and resolve_bind_address to allow
4665         protocol-version specific DNS resolution. modified conaddr,
4666         acceptport and connect_to_one to make use of struct
4667         sockaddr_storage and of the new ip_address structure.
4668
4669         * ftp-basic.c: added LPRT/LPSV (RFC1639) support, refactored
4670         PORT/PASV (RFC959) and EPRT/EPSV (RFC2428) support code.
4671
4672         * ftp.c: added the ftp_do_port and ftp_do_pasv functions to
4673         handle FTP over IPv6.
4674
4675         * ftp.h: changed prototype of ftp_epsv and added prototypes for
4676         ftp_lpsv, ftp_lprt and ftp_eprt.
4677
4678         * host.c: renamed the
4679         wget_sockaddr_set_address and wget_sockaddr_get_addr, and
4680         wget_sockaddr_{s,g}et_port couples to sockaddr_{s,g}et_address and
4681         sockaddr_{g,s}et_port respectively.  changed
4682         address_list_match_all, address_list_from_addrinfo sockaddr_len,
4683         pretty_print_address, lookup_host, sockaddr_{s,g}et_address and
4684         sockaddr_{g,s}et_port to make use of struct sockaddr_storage and
4685         of the new ip_address structure.  removed map_ipv4_to_ip and
4686         map_ip_to_ipv4.
4687
4688         * host.h: redefined structure ip_address and removed structure
4689         wget_sockaddr.
4690
4691 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
4692
4693         * sysdep.h: Include inttypes.h where available.
4694
4695         * host.c: Switch from u_int32_t to uint32_t.
4696
4697 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
4698
4699         * netrc.c (parse_netrc): Reset the QUOTE flag after the closing
4700         quote.
4701
4702 2003-10-25  Hrvoje Niksic  <hniksic@xemacs.org>
4703
4704         * url.c (is_valid_ipv6_address): Reformat to GNU coding style.
4705         Use enums for NS_IN* constants.  Use ISXDIGIT.
4706
4707         * convert.c (construct_relative): Document better how the function
4708         works.
4709
4710 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
4711
4712         * config.h.in: Deploy preprocessor magic to avoid Ultrix's
4713         <netdb.h> include <bitypes.h> which defines its own u_int32_t.
4714         Reported by Bernhard Simon.
4715
4716 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
4717
4718         * version.c: Bump version.
4719
4720 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
4721
4722         * url.c: Ditto.
4723
4724         * html-parse.c (advance_declaration): Don't use trailing comma in
4725         enum because older compilers don't support it.
4726
4727         * utils.c: Don't redefine HAVE_SIGSETJMP.
4728
4729 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
4730
4731         * convert.c (construct_relative): Don't handle absolute files
4732         specially -- for example, -P/tmp/foo shouldn't imply that
4733         converted files must refer to "/tmp/foo/..."!
4734
4735 2003-10-15  Hrvoje Niksic  <hniksic@xemacs.org>
4736
4737         * http.c: Consider status 307 a valid redirect.
4738
4739 2003-10-15  Philip Stadermann  <philip.stadermann@credativ.de>
4740
4741         * ftp.c (ftp_retrieve_glob): Correctly loop through the list whose
4742         elements might have been deleted.
4743
4744 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
4745
4746         * html-url.c (tag_handle_meta): Set the Refresh link to expect
4747         HTML.
4748         (append_one_url): Renamed to append_url.
4749
4750 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
4751
4752         * sysdep.h: Only define u_int32_t.
4753
4754 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
4755
4756         * utils.c (large_int_to_string): Use snprintf() to print the
4757         number.  This will work even on systems where libc doesn't
4758         understand %lld, but the compiler does, because it will use our
4759         snprintf replacement.
4760
4761         * init.c (parse_bytes_helper): New function.
4762         (cmd_bytes): Use it to parse bytes, but cast the result to long.
4763         (cmd_bytes_large): Ditto, but store the result to LARGE_INT.  Used
4764         for --quota so that --quota=10G works even on machines without
4765         long long.
4766
4767         * options.h (struct options): Declare quota as LARGE_INT.
4768
4769         * retr.c (downloaded_exceeds_quota): Removed.
4770         (downloaded_increase): Ditto.
4771         (total_downloaded_bytes): New variable, replaces opt.downloaded,
4772         which was the wrong place for it anyway.  Updated callers of
4773         downloaded_exceeds_quota and downloaded_increase to check this
4774         variable directly.
4775
4776         * sysdep.h: Get rid of VERY_LONG_TYPE.  Use LARGE_INT for the same
4777         purpose, defined as `long', `long long' or `double', depending on
4778         size of long and whether long long is available.
4779
4780 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
4781
4782         * sysdep.h: Also check size of short for int32_t.
4783
4784 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
4785
4786         * host.c (lookup_host): Use u_int32_t to store the result of
4787         inet_addr().  That removes the need for offset fiddling, caring
4788         about endian-ness, etc.
4789
4790         * sysdep.h: Define int32_t and u_int32_t if not available.
4791
4792 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
4793
4794         * ftp-basic.c (ftp_epsv): Use socklen_t * as the third argument to
4795         getpeername.
4796
4797         * config.h.in: Define socklen_t stub.
4798
4799         * host.c (sockaddr_len): Return socklen_t.
4800
4801         * connect.c (conaddr): Use socklen_t as the third argument to
4802         accept, getsockname, and connect.
4803
4804 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
4805
4806         * recur.c (retrieve_tree): Don't descend into documents that are
4807         not expected to contain HTML, regardless of their content-type.
4808
4809         * html-url.c (tag_url_attributes): Record which attributes are
4810         supposed to yield HTML links that can be followed.
4811         (tag_find_urls): Propagate that information to the caller through
4812         struct urlpos.
4813
4814 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
4815
4816         * hash.c (find_mapping): Return the next available mapping when
4817         the key is not found, not NULL.
4818         (hash_table_put): Use find_mapping to find the storage for the new
4819         data.
4820         (hash_table_put): Grow the table before exceeding maximum
4821         fullness, not afterwards.
4822
4823 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
4824
4825         * hash.c (hash_table_new): Slightly change the meaning of the
4826         first parameter.  Instead of being the minimum initial size, it is
4827         now the minimum number of items that the hash table can take
4828         without needing to resize.
4829
4830 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
4831
4832         * html-url.c (init_interesting): Initialize interesting_tags and
4833         interesting_attributes as hash tables.  This simplifies the code
4834         immensely because hash tables handle allocation and remove
4835         duplicates automatically.
4836         (find_tag): Removed.
4837         (collect_tags_mapper): Instead of calling find_tag, simply get the
4838         entry from interesting_tags hash table, which is both simpler and
4839         faster.
4840
4841 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
4842
4843         * hash.c (hash_table_get): Declare hash-table argument as const.
4844         (find_mapping): Ditto.
4845         (hash_table_get_pair): Ditto.
4846         (hash_table_contains): Ditto.
4847         (hash_table_count): Ditto.
4848
4849 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4850
4851         * html-url.c (get_urls_html): Parse the appropriate flags to
4852         html-parse.c.
4853
4854         * html-parse.c (map_html_tags): Accept FLAGS from the caller
4855         instead of examining OPT.
4856
4857 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4858
4859         * html-url.c (find_tag): Switch to binary search.
4860
4861 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4862
4863         * main.c (print_help): Fix typo; stured -> stored.
4864
4865 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4866
4867         * getopt.c: Add definitions of getopt_long and getopt_long_only.
4868
4869 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4870
4871         * config.h.in: Renamed DEBUG to ENABLE_DEBUG.  ENABLE_DEBUG is, I
4872         think, a better name, because it implies that debugging output is
4873         merely possible, not "on by default", as might be construed from
4874         just DEBUG.
4875
4876 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4877
4878         * ftp.c (has_insecure_name_p): Define it here.
4879
4880         * utils.c (has_wildcards_p): Define it here.
4881
4882         * sysdep.h: Declare fnmatch-related macros here, if not using
4883         system fnmatch().  Update .c files to not declare fnmatch.h
4884         directly.
4885
4886         * cmpt.c (fnmatch): Moved here.  Use it only under non-GNU libc.
4887
4888 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4889
4890         * getopt.c: Newer version, imported from Free libit.
4891
4892 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
4893
4894         * cookies.c (struct cookie): Remove unused backpointer to cookie
4895         jar.
4896
4897 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
4898
4899         * cmpt.c (memmove): Comment out, since it's no longer used.
4900
4901         * cookies.c (cookie_jar_generate_cookie_header): Allocate room for
4902         chains in one pass.
4903         (find_chains_of_host): Assume that the caller has allocated DEST
4904         to be sufficiently large to take all the data.
4905         (eliminate_dups): Run through the array and eliminate dups on the
4906         fly instead of using memmove.
4907         (cookie_jar_process_set_cookie): Free cookie->domain before
4908         re-setting it.
4909
4910 2003-10-05  Gisle Vanem  <giva@bgnett.no>
4911
4912         * mswindows.c (set_sleep_mode): Fix type of
4913         _SetThreadExecutionState.
4914
4915 2003-10-05  Hrvoje Niksic  <hniksic@xemacs.org>
4916
4917         * utils.c (file_size): Return -1 if fopen() returns NULL.  Prior
4918         to this patch, wget --post-file=nosuchfile dumped core.
4919
4920 2003-10-04  Gisle Vanem  <giva@bgnett.no>
4921
4922         * mswindows.c (run_with_timeout): Use WaitForSingleObject to wait
4923         for thread termination.
4924
4925 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
4926
4927         * log.c: Use `...' in function definitions; ansi2knr will convert
4928         them to va_dcl.  This allowed removal of the ugly VA_START_1 and
4929         VA_START_2 macros.
4930
4931 2003-10-03  Gisle Vanem  <giva@bgnett.no>
4932
4933         * connect.c: And don't include them here.
4934
4935         * mswindows.h: Include winsock headers here.
4936
4937 2003-10-03  Hrvoje Niksic  <hniksic@xemacs.org>
4938
4939         * html-parse.c (convert_and_copy): Move variable declarations
4940         before statements.
4941
4942 2003-10-02  Gisle Vanem  <giva@bgnett.no>
4943         
4944         * mswindows.c (run_with_timeout): For Windows: Run the 'fun' in a
4945         thread via a helper function. Continually query the thread's
4946         exit-code until finished or timed out.
4947
4948 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
4949
4950         * wget.h (XMALLOC_ARRAY): Removed.
4951         (ALLOCA_ARRAY): Ditto.
4952
4953         * html-parse.c: Renamed alloca_p to resized.
4954         (GROW_ARRAY): Renamed DO_REALLOC_FROM_ALLOCA to GROW_ARRAY and
4955         returned it to html-parse.c, since nothing else was using it.
4956
4957 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
4958
4959         * retr.c (retrieve_url): Initialize DUMMY storage for DT.  Caught
4960         by valgrind.
4961
4962 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
4963
4964         * html-parse.c (convert_and_copy): Handle numeric entities in
4965         hexadecimal, &#xHH.
4966         (convert_and_copy): Copy the contents directly to the pool without
4967         a stack-allocated intermediary.
4968
4969 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
4970
4971         * utils.c (alarm_set): New function; use either setitimer or alarm
4972         to set up the alarm.
4973         (alarm_cancel): New function; cancel the alarm set up by
4974         alarm_set.
4975         (run_with_timeout): Use them.
4976
4977 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
4978
4979         * url.c (url_parse): Don't leak memory when a reencoded URL turns
4980         out to be invalid.
4981
4982         * url.c (parse_errors): Mark error messages for translation.
4983         (url_error): Translate error messages returned to the caller.
4984
4985 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
4986
4987         * ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up
4988         the compiler.
4989
4990 2003-09-26  Gisle Vanem  <giva@bgnett.no>
4991
4992         * src/mswindows.c: Added ws_percenttitle() showing progress in the
4993         window titlebar. Called from retr.c. Secured ws_mypath().
4994
4995         * windows/config.h.ms: alloca() prototype not needed.  Removed
4996         "#undef ENABLE_NLS"; should be in Makefile IMHO. Moved
4997         WGET_USE_STDARG from mswindows.h to config.ms.h because of #ifdef
4998         in log.c. (MSVC's vararg.h and stdarg.h are incompatible).
4999
5000 2003-09-29  Aaron Hawley <Aaron.Hawley@uvm.edu>
5001
5002         * ftp.c (getftp): --spider option should now work with FTP
5003         downloads.
5004         (ftp_loop_internal): quiet reports and calculations of downloads
5005         when --spider option set, nor try deleting when --delete-after
5006         also set.
5007         (ftp_loop): --spider will skip HTML-ification of .listing file.
5008
5009 2003-09-26  Gisle Vanem  <giva@bgnett.no>
5010
5011         * mswindows.c (read_registry): Removed.
5012         (set_sleep_mode): New function.
5013         (windows_main_junk): Call it.
5014
5015 2003-09-26  Gisle Vanem  <giva@bgnett.no>
5016
5017         * mswindows.c (read_registry): Fix invocation of registry
5018         functions.
5019
5020         * mswindows.c (read_registry): Condition definitions of sleep and
5021         usleep with not HAVE_SLEEP and HAVE_USLEEP respectively.  Define
5022         HAVE_SLEEP and HAVE_USLEEP under __DMC__.
5023
5024 2003-09-24  Hrvoje Niksic  <hniksic@xemacs.org>
5025
5026         * url.c (url_escape_1): Revert unintentional change to lowercase
5027         xdigit escapes.
5028         (url_escape_dir): Document that this function depends on the
5029         output of url_escape_1.
5030
5031 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
5032
5033         * progress.c (create_image): Print the current ETA if we're done
5034         with the download.
5035         (create_image): Change '-' display char to '+' in the progress bar.
5036
5037         * Makefile.in (clean): Remove .libs.
5038
5039 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
5040
5041         * cookies.c (struct cookie): New flag domain_exact.
5042         (update_cookie_field): Skip leading dot in domain.
5043         (find_matching_chains): Match numeric addresses exactly; don't
5044         needlessly copy HOST to the stack.
5045         (matching_cookie): Added argument HOST.  If cookie->domain_exact
5046         is set, check that HOST is equal to cookie->domain.
5047         (cookie_jar_load): Only use TAB as delimiter.  Document the
5048         meaning of DOMAIN-FLAG.  Skip leading dot in domain.
5049         (cookie_jar_load): Don't ignore DOMAIN-FLAG -- instead, set
5050         domain_exact to true if DOMAIN-FLAG is false.
5051         (save_cookies_mapper): If domain_exact is false, prepend the
5052         domain with dot, like Mozilla does.
5053
5054 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
5055
5056         * progress.c (create_image): Print the initial part of the
5057         download with '-' characters, analogous to how dot progress prints
5058         the initial part with ','.
5059
5060         * hash.c (ptrhash): New function.
5061         (ptrcmp): Ditto.
5062         (hash_table_new): Default to identity hash table.
5063
5064 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
5065
5066         * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
5067         broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
5068         to unsigned short instead.
5069
5070 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
5071
5072         * url.c (path_simplify): Instead of calls to memmove, handle "./"
5073         and "../" by advancing pointers.
5074
5075 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
5076
5077         * retr.c (getproxy): Moved from url.c.
5078
5079         * convert.c: Split off link conversion from url.c into separate
5080         file.  Also included the book-keeping stuff from recur.c.
5081
5082 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5083
5084         * init.c: Improved documentation of functions.
5085         (cmd_boolean): Attempt to make code that tries to avoid calling
5086         strcmp for "speed" a bit more readable.
5087
5088         * init.c (simple_atof): Report error on encountering non-digit,
5089         non-"." character.
5090         (simple_atoi): Replacement for myatoi(), calling interface
5091         compatible with simple_atof.  Updated myatoi's callers.
5092
5093 2003-09-21  Bertrand Demiddelaer  <bert@b3rt.org>
5094
5095         * url.c (path_simplify): Would read two bytes past the end of the
5096         string in the "./" case.
5097
5098 2003-09-21  Matthew J. Mellon  <mellon@tymenet.com>
5099
5100         * http.c (gethttp): Recognize content-type "application/xhtml+xml"
5101         as what Wget considers "text/html".
5102
5103 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5104
5105         * connect.c (connect_with_timeout): Made timeout type double.
5106
5107         * options.h (struct options): New members read_timeout,
5108         dns_timeout, and connect_timeout.
5109         Use them.
5110
5111 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5112
5113         * init.c (simple_atof): New function.
5114         (cmd_time): Use it.
5115         (cmd_bytes): Accept things like "1.5k" and such.  Use simple_atof
5116         to parse decimals.
5117
5118         * retr.c (limit_bandwidth): Adjust each sleep by the error of the
5119         previous one.
5120
5121 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5122
5123         * main.c (main): Use setoptval() for setting the options.  Use
5124         run_command for `-e'.
5125
5126         * init.c (parse_line): Rewritten to return COMIND right away.
5127         Changed linkage to static.
5128         (run_wgetrc): Use the available comind when calling setval, so it
5129         doesn't have to be computed twice.
5130         (setval_internal): New function, runs the command's action without
5131         any error checking.
5132         (setoptval): New function, does what setval used to do, but exits
5133         in case of error.
5134         (run_command): New function.
5135
5136 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5137
5138         * connect.c (select_fd): Change MAXTIME's type to double.  Handle
5139         its decimal part.
5140
5141         * retr.c (sleep_between_retrievals): In the random-wait case, use
5142         random_float() to wait between 0 and 2*opt.wait seconds.
5143
5144         * utils.c (run_with_timeout): Accept `double' timeouts.  Correctly
5145         handle timeout values in (0, 1) range.
5146         (random_float): New function.
5147
5148         * options.h (struct options): Change the types of wait, waitretry,
5149         and timeout to double.
5150
5151         * init.c (cmd_time): Accept floating point time.
5152
5153 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
5154
5155         * retr.c (get_contents): Cosmetic fixes.
5156
5157 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
5158
5159         * url.c (uri_merge): Get rid of uri_merge_1.
5160         (uri_merge): Merge "foo//", "bar" as "foo//bar", not "foo///bar",
5161         i.e. don't add an extra slash merely because BASE ends with two
5162         slashes.
5163         (parse_credentials): Renamed from parse_uname.  Rewrittern in
5164         standard [beg, end) calling style.
5165         (url_skip_credentials): Renamed from url_skip_uname.  Made static.
5166         (url_skip_credentials): Include # and ; as terminators.  Old code
5167         would mistakenly consider "http://foo.com#hniksic@iskon.hr" to
5168         contain a username.
5169         (url_skip_scheme): Removed because it was unused.
5170         (url_has_scheme): Require "scheme" to be at least one char long.
5171
5172 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
5173
5174         * url.c (url_file_name): Expect NULL dir_prefix.
5175
5176         * init.c (cmd_file): Use a macro to prevent multiple #ifdef
5177         WINDOWS.
5178         (defaults): Set dir_prefix to NULL by default.
5179
5180 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
5181
5182         * safe-ctype.h (_sch_test): Cast BIT to unsigned char, like latest
5183         gcc does.
5184
5185 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
5186
5187         * wget.h (BOUNDED_TO_ALLOCA): Evaluate PLACE only once.
5188         (ARRAY_SIZE): Renamed to countof.  All callers updated.
5189
5190 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
5191
5192         * main.c (main): New option --strict-comments.
5193
5194         * html-parse.c (find_comment_end): New function: simple BM search
5195         for "-->".
5196         (map_html_tags): Use it if looking at a comment and not in strict
5197         comments mode.
5198
5199 2003-09-17  Aurelien Marchand  <artaxerxes@users.sf.net>
5200
5201         * ftp.h: Added OS400 system in enum
5202         * ftp-basic.c: recognize OS400 systems
5203         * ftp.c: don't prepend the CWD if talking to OS400, since it
5204         breaks the change in library
5205
5206 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
5207
5208         * retr.c (get_contents): Pass the correct argument to ssl_iread.
5209
5210 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
5211
5212         * safe-ctype.h: Don't #define ctype.h macros to errors because
5213         that loses when someone #include's ctype.h after safe-ctype.h.
5214
5215 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
5216
5217         * url.c: Undef U, W, C after use.
5218
5219 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
5220
5221         * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
5222         be augmented by ",nocontrol" which means don't escape the control
5223         characters, but otherwise keep OS settings.
5224
5225         * url.c (file_unsafe_char): Deleted.
5226         (append_uri_pathel): Query filechr_table directly.
5227         (filechr_table): Separated Unix, Windows, and control-unsafe
5228         characters.
5229
5230 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
5231
5232         * url.c (url_escape_1): New function.
5233         (url_escape): Use it.
5234         (sync_path): Handle pathological cases where u->file and u->dir
5235         contain really strange characters.
5236         (ENCODE): Deleted.
5237         (REENCODE): Deleted.
5238
5239 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
5240
5241         * url.c (url_file_name): Don't reallocate FNAME if the file
5242         doesn't exist, as is usually the case.
5243
5244         * utils.c (unique_name): New flag allow_passthrough.
5245
5246 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
5247
5248         * utils.c (wtimer_sys_diff): Convert the time difference to signed
5249         __int64, then to double.  This works around MS VC++ 6 which can't
5250         convert unsigned __int64 to double directly.
5251
5252 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
5253
5254         * Makefile.in (clean): Also remove the core.<number> files
5255         produced by recent Linux systems.
5256
5257 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
5258
5259         * http.c (post_file): Don't pad the file if it's not large
5260         enough.  Bail out instead.
5261
5262 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5263
5264         * retr.c (get_contents): Reduce the buffer size to the amount of
5265         data that may pass through for one second.  This prevents long
5266         sleeps when limiting bandwidth.
5267
5268         * connect.c (connect_to_one): Reduce the socket's RCVBUF when
5269         bandwidth limitation to small values is requested.
5270
5271 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5272
5273         * progress.c (update_speed_ring): Moved the speed ring update to a
5274         separate function and documented it better.
5275
5276         * progress.c: Use `double' for most timers to support granularity
5277         smaller than 1ms.
5278
5279 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5280
5281         * wget.h (XDIGIT_TO_XCHAR): Implement as index into a literal
5282         string.
5283         (XDIGIT_TO_xchar): Ditto.
5284
5285 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5286
5287         * utils.c: Change the type of timer-related functions from long to
5288         double, for better precision.  On machines supporting gettimeofday
5289         the timers now work with granularity of less than one millisecond.
5290
5291 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5292
5293         * cookies.c (parse_set_cookies): Fixed the parser to handle more
5294         edge conditions.
5295         (test_cookies): New function, contains a test suite for
5296         parse_set_cookies.
5297
5298 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5299
5300         * url.c (strpbrk_or_eos): Implement as a macro under Gcc.
5301
5302 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5303
5304         * cookies.c (parse_set_cookies): Allow trailing space in
5305         set-cookies header.  Also, allow any amount of whitespace, not
5306         only one character.  Allow empty set-cookies header without
5307         spewing an error.
5308
5309 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
5310
5311         * url.c (append_uri_pathel): Use opt.restrict_file_names when
5312         calling file_unsafe_char.
5313
5314         * init.c: New command restrict_file_names.
5315
5316         * main.c (main): New option --restrict-file-names[=windows,unix].
5317
5318         * url.c (url_file_name): Renamed from url_filename.
5319         (url_file_name): Add directory and hostdir prefix here, not in
5320         mkstruct.
5321         (append_dir_structure): New function, does part of the work that
5322         used to be in mkstruct.  Iterates over path elements in u->path,
5323         calling append_uri_pathel on each one to append it to the file
5324         name.
5325         (append_uri_pathel): URL-unescape a path element and reencode it
5326         with a different set of rules, more appropriate for handling of
5327         files.
5328         (file_unsafe_char): New function, uses a lookup table to decide
5329         whether a character should be escaped for use in file name.
5330         (append_string): New utility function.
5331         (append_char): Ditto.
5332         (file_unsafe_char): New argument restrict_for_windows, decide
5333         whether Windows file names should be escaped in run-time.
5334
5335         * connect.c: Include <stdlib.h> to get prototype for abort().
5336
5337 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
5338
5339         * utils.c (wtimer_sys_set): Extracted the code that sets the
5340         current time here.
5341         (wtimer_reset): Call it.
5342         (wtimer_sys_diff): Extracted the code that calculates the
5343         difference between two system times here.
5344         (wtimer_elapsed): Call it.
5345         (wtimer_elapsed): Don't return a value smaller than the previous
5346         one, which could previously happen when system time is set back.
5347         Instead, reset start time to current time and note the elapsed
5348         offset for future calculations.  The returned times are now
5349         guaranteed to be monotonically nondecreasing.
5350
5351 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
5352
5353         * host.c (lookup_host): Print the result of the DNS lookup.
5354
5355 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
5356
5357         * init.c (cmd_boolean): Accept yes/no along with on/off.
5358         (cmd_lockable_boolean): Ditto.
5359
5360 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
5361
5362         * init.c: New command dns_cache.
5363
5364         * main.c (main): New option --dns-cache[=off].
5365
5366 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
5367
5368         * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
5369
5370         * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
5371         HAVE_GETADDRINFO for getaddrinfo-related stuff.
5372
5373 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
5374
5375         * url.c (url_parse): Return an error if the URL contains a [...]
5376         IPv6 numeric address and we don't support IPv6.
5377
5378 2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
5379
5380         * url.c (is_valid_ipv6_address): Modified to not require
5381         zero-terminated strings.
5382         (is_valid_ipv4_address): Ditto.
5383
5384 2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
5385
5386         src/url.c: added RFC 2732 compliance for URL parsing. The
5387         functions is_*_address valid are a modified version of
5388         glibc 2.3.2 inet_pton's code.
5389
5390 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
5391
5392         * main.c init.c options.h: Added --retry-connrefused option so
5393         that Connection Refused failures are treated as non-fatal (when
5394         trying to retrieve from busy servers).
5395
5396         * wget.h: New CONNECT_ERROR macro for encapsulating this
5397         modification.
5398
5399         * ftp.c http.c : Use CONNECT_ERROR macro in places where
5400         ECONNREFUSED was checked.
5401
5402 2003-01-11  Ian Abbott  <abbotti@mev.co.uk>
5403
5404         * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined
5405         by calling new function has_insecure_name_p.  This is based on a
5406         patch by Red Hat.
5407
5408         * fnmatch.c (has_insecure_name_p): New function: returns non-zero
5409         if filename starts with `/' or contains `../' and is therefore
5410         considered insecure.
5411
5412         * fnmatch.h: Declare has_insecure_name_p().
5413
5414 2002-08-03  Hrvoje Niksic  <hniksic@xemacs.org>
5415
5416         * init.c (cmd_file): Allocate RESULT correctly.
5417
5418 2002-07-24  Hrvoje Niksic  <hniksic@xemacs.org>
5419
5420         * recur.c (retrieve_tree): Check whether downloaded_html_set is
5421         non-NULL before using it.
5422
5423 2002-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
5424
5425         * html-parse.c (NAME_CHAR_P): Allow almost any character here.
5426
5427 2002-05-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5428
5429         * progress.c (bar_set_params): Fall back to dot progress if the
5430         terminal type is "emacs".
5431
5432 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
5433
5434         * log.c: Don't #undef WGET_USE_STDARG.
5435
5436 2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
5437
5438         * hash.c (prime_size): Store the offset of the prime number in the
5439         prime table.  When searching, start with the given offset.
5440         (hash_table_new): Pass the pointer to ht->prime_offset to
5441         prime_size.
5442         (grow_hash_table): Ditto.
5443         (prime_size): Make 13 the first prime to make empty hash tables
5444         slightly smaller.
5445
5446 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
5447
5448         * recur.c (download_child_p): Minor optimization to avoid an
5449         unnecessary additional call to schemes_are_similar_p function.
5450
5451 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
5452
5453         * url.c (schemes_are_similar_p): New function to test enumerated
5454         scheme codes for similarity.
5455
5456         * url.h: Declare it.
5457
5458         * recur.c (download_child_p): Use it to compare schemes.  This
5459         also fixes a bug that allows hosts to be spanned (without the
5460         -H option) when the parent scheme is https and the child's is
5461         http or vice versa.
5462
5463 2002-05-14  Bill Richardson  <bill@riverstonenet.com>
5464
5465         * ftp.c (getftp): Don't ftruncate stdout.
5466
5467         * http.c (gethttp): Don't ftruncate stdout.
5468
5469 2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
5470
5471         * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
5472         (get_number): Ditto.
5473         (get_alt_number): Ditto.
5474         (__isleap): New function-like macro used by strptime.
5475         (day_of_the_week): New function used by strptime.
5476         (day_of_the_year): Ditto.
5477         (__mon_yday): Now shared by mktime and strptime implementations.
5478
5479 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
5480
5481         * cookies.c (check_domain_match): Use match_tail in case
5482         insensitive mode.
5483
5484         * utils.c (match_tail): Allow the caller to specify case
5485         insensitive mode.
5486
5487         * cookies.c (store_cookie): When expiry_time is 0, print it as
5488         undefined, not indefinite.
5489
5490 2002-05-07  Ian Abbott  <abbotti@mev.co.uk>
5491
5492         * cookies.c (cookie_jar_process_set_cookie): Do not store
5493         discarded cookie.
5494
5495 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
5496
5497         * cookies.c (check_domain_match): Allow cookies to be set for
5498         subdomains of unknown top-level domains under some circumstances.
5499
5500 2002-04-21  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
5501
5502         * gen_ssl.c:
5503         - allow checking of server cert
5504         - allow defining client cert type
5505         - allow limit of ssl protocol
5506         - check more return values
5507         - added debug message on break
5508
5509 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
5510
5511         * recur.c (download_child_p): Revert order of items in check
5512         number 6 for clarity.
5513
5514 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
5515
5516         * init.c: Ditto.
5517
5518         * main.c: Ditto.
5519
5520         * http.c: Use the new interface.
5521
5522         * cookies.c: Provide an OO-style "cookie jar" interface to enable
5523         separate cookie jars.
5524
5525         * http.c (http_atotm): Declare argument as const.
5526
5527 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
5528
5529         * cookies.c (cookie_new): Default to PORT_ANY.
5530         (find_cookie_chain_exact): Only search by DOMAIN.
5531         (find_matching_cookie): Also check that PORT matches.
5532         (store_cookie): Only match the domain.
5533         (set_cookie_header_cb): When a cookie "fakes" a domain, assume it
5534         is valid for that host rather than discarding it completely.
5535         (find_matching_chains): Don't search by PORT.
5536         (matching_cookie): Also match PORT.
5537         (load_cookies): Set the port if specified, otherwise leave it as
5538         ANY.
5539         (save_cookies_mapper): Save the port if specified, otherwise leave
5540         it empty.
5541
5542 2002-04-19  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
5543
5544         * init.c: The option `egdfile' was not in sort order.
5545
5546 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
5547
5548         * ftp.c (getftp): Treat directories that begin with <letter>: as
5549         absolute.
5550         (getftp): Strip trailing slashes from con->id before merging it
5551         with TARGET.
5552
5553 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
5554
5555         * http.c (gethttp): If Content-Type is not given, assume
5556         text/html.
5557
5558 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
5559
5560         * recur.c (download_child_p): Don't ignore rejection of HTML
5561         documents that are themselves leaves of recursion.
5562
5563 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
5564
5565         Makefile.in: Updated several dependencies for object files to take
5566         account of nested include files.
5567
5568 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
5569
5570         Makefile.in: The target `connect$o' (connect.o) now depends on
5571         `utils.h'
5572
5573 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
5574
5575         * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
5576         (gethostbyname_with_timeout): Use it.
5577
5578         * utils.c: Don't define `SETJMP()', `run_with_timeout_env' or
5579         `abort_run_with_timeout()' when `USE_SIGNAL_TIMEOUT' is undefined.
5580
5581 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
5582
5583         * host.c (getaddrinfo_with_timeout): New function.
5584         (gethostbyname_with_timeout): Ditto.
5585         (lookup_host): Use them.
5586
5587 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5588
5589         * utils.c (number_to_string): Handle the case when n < -INT_MAX.
5590
5591 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5592
5593         * init.c (comind): Use a marginally faster implementation of
5594         binary search.  To quote Martin Buchholz, "a nanosecond saved is a
5595         nanosecond earned."
5596
5597 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5598
5599         * main.c (print_help): Document `--post-data' and `--post-file'.
5600
5601 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5602
5603         * http.c (gethttp): Ditto.
5604
5605         * retr.c (retrieve_url): Initialize variables to appease the
5606         compiler.
5607
5608         * gen_sslfunc.c (ssl_iread): Don't handle EINTR when calling
5609         select_fd.
5610         (ssl_iwrite): Ditto.
5611
5612         * connect.c (select_fd): Rewrite to handle EINTR.  Set errno to
5613         ETIMEDOUT in case of timeout.
5614         (iread): No need to handle EINTR when calling select_fd.
5615         (iwrite): Ditto.
5616
5617 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5618
5619         * retr.c (retrieve_url): Make sure that POST is not honored for
5620         redirections.
5621
5622         * http.c (gethttp): Send the POST data when requested.
5623         (post_file): New function.
5624         (gethttp): Use it.
5625
5626         * main.c (main): Ditto.
5627
5628         * init.c: Add new options.
5629
5630         * options.h (struct options): New options post_data and
5631         post_file_name.
5632
5633 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5634
5635         * connect.c (connect_with_timeout): Firing SIGALRM can result in
5636         connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
5637
5638 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5639
5640         * connect.c (connect_with_timeout): Use it.
5641
5642         * utils.c (run_with_timeout): New function.
5643
5644 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5645
5646         * url.c (getproxy): Accept a struct url argument.  This obviates
5647         the need for USE_PROXY_P.
5648
5649         * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
5650
5651         * ftp.c (getftp): Recognize FWTK-style proxy.
5652
5653 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5654
5655         * config.h.in: Only define _VA_LIST when compiled with gcc.
5656
5657 2002-04012  Ian Abbott  <abbotti@mev.co.uk>
5658
5659         * http.c (http_loop): Compensate for MS Windows two-second
5660         granularity of file modification time when comparing timestamps.
5661
5662         * ftp.c (ftp_retrieve_list): Ditto.
5663
5664 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
5665
5666         * utils.c (has_html_suffix_p): New function to test filename for
5667         common html extensions.
5668
5669         * utils.h: Declare it.
5670
5671         * http.c (http_loop): Use it instead of previous test.
5672
5673         * retr.c (retrieve_url): Ditto.
5674
5675         * recur.c (download_child_p): Ditto.
5676
5677 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5678
5679         * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
5680         declaring va_list.
5681         From Kevin Rodgers <kevinr@ihs.com>.
5682
5683 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
5684
5685         * Makefile.in: Specify libtool mode explicitly when linking.
5686
5687 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5688
5689         * connect.c (connect_with_timeout): New function.
5690         (connect_to_one): Use it.
5691
5692         * config.h.in: Add stubs for HAVE_SIGSETJMP, HAVE_SIGBLOCK, and
5693         HAVE_SETJMP_H.
5694
5695 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5696
5697         * log.c: Set WGET_USE_STDARG if __STDC__ is defined and stdarg.h
5698         is present.
5699
5700 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5701
5702         * progress.c (bar_create): If INITIAL is larger than TOTAL, fix
5703         TOTAL.
5704         (bar_finish): Likewise.
5705
5706 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5707
5708         * html-url.c (tag_handle_form): New function.  Pick up form
5709         actions and mark them for conversion only.
5710
5711 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5712
5713         * progress.c (struct progress_implementation): Use PARAMS when
5714         declaring the parameters of *create, *update, *finish, and
5715         *set_params.
5716
5717         * netrc.c: Ditto.
5718
5719         * http.c: Reformat some function definitions so that ansi2knr can
5720         read them.
5721
5722         * hash.c (struct hash_table): Use the PARAMS macro around
5723         parameters in the declaration of hash_function and test_function.
5724         (prime_size): Spell 2580823717UL and 3355070839UL as (unsigned
5725         long)0x99d43ea5 and (unsigned long)0xc7fa5177 respectively, so
5726         that pre-ANSI compilers can read them.
5727         (find_mapping): Use PARAMS when declaring EQUALS.
5728         (hash_table_put): Ditto.
5729
5730         * ftp.h: Wrap the parameters of ftp_index declaration in PARAMS.
5731
5732         * cookies.c (cookie_new): Use (unsigned long)0 instead of 0UL,
5733         which was unsupported by pre-ANSI compilers.
5734
5735         From Nelson H. F. Beebe <beebe@math.utah.edu>, for the most part.
5736
5737 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5738
5739         * url.c (url_filename): Use compose_file_name regardless of
5740         whether opt.dirstruct is set.
5741         (mkstruct): Don't handle the query and the reencoding of DIR; that
5742         is done in compose_file_name.
5743
5744 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
5745
5746         * wget.h: Ditto for extern char *exec_name.
5747
5748         * options.h: Don't guard against OPTIONS_DEFINED_HERE -- it is
5749         perfectly legal to follow an `extern' with a non-`extern' ones,
5750         provided the types match.
5751
5752         * main.c: Don't define OPTIONS_DEFINED_HERE.
5753
5754 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
5755
5756         * progress.c (create_image): Revert to calculating ETA based on
5757         average download speed.
5758         (create_image): Don't print ETA until the download has been active
5759         for at least 3 seconds.
5760         (create_image): When ETA is not available, don't print anything.
5761         The previous version would print --:--.
5762
5763 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
5764
5765         * progress.c (bar_update): Keep updating a subinterval until it
5766         reaches or exceeds a watermark.  That way the measurement will be
5767         guaranteed to span a configurable minimum of time.  The current
5768         default is 3s in 30 100ms intervals.
5769
5770 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
5771
5772         * progress.c (bar_update): Maintain an array of the time it took
5773         to perform previous 30 network reads.
5774         (create_image): Calculate the download speed and ETA based on the
5775         last 30 reads, not the entire download.
5776         (create_image): Make sure that the ETA is not changed more than
5777         once per second.
5778
5779 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
5780
5781         * mswindows.c (borland_utime): New function conditionally defined
5782         when `HACK_BCC_UTIME_BUG' is defined.  A reimplementation of
5783         `utime()' as Borland's `utime()' function is broken on Windows 9x
5784         systems.  (Original patch by Chin-yuan Kuo <sr1111111@yahoo.com.tw>.)
5785
5786 2002-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
5787
5788         * ftp.c (ftp_loop): Propagate the result of ftp_retrieve_glob.
5789
5790 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
5791
5792         * Makefile.in: Updated several dependencies for object files.
5793
5794 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
5795
5796         * mswindows.c: Include "utils.h".
5797
5798 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
5799
5800         * host.h: Don't include netdb.h on windows.
5801
5802 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5803
5804         * recur.c (retrieve_tree): Handle the case when start_url doesn't
5805         parse.
5806
5807 2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
5808
5809         * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
5810         calling xmalloc and memcpy.
5811
5812 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5813
5814         * host.h: Include Unix-specific includes #ifndef WINDOWS.
5815         Patch originally provided by Christian Lackas.
5816
5817 2002-02-11  Christian Lackas  <delta@lackas.net>
5818
5819         * recur.c: recurive downloading for https fixed.
5820
5821 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
5822
5823         * host.h: Also include <netinet/in.h> and <sys/socket.h>.
5824
5825         * ftp-basic.c: Also include <netinet/in.h>.
5826
5827 2002-02-05  Ian Abbott  <abbotti@mev.co.uk>
5828
5829         * http.c (gethttp): when -c used, mark already fully retrieved
5830         file as successfully retrieved.
5831
5832 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5833
5834         * url.c (url_parse): Don't treat '?' as query string separator
5835         when parsing FTP URLs.
5836
5837 2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
5838
5839         * html-url.c (tag_handle_meta): Don't crash on <meta
5840         http-equiv=refresh> where content is missing.
5841
5842 2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
5843
5844         * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
5845         netdb.h on windows.
5846
5847 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
5848
5849         * retr.c (retrieve_url): Remove redirection cycle detection.  This
5850         is because some sites legitimately redirect the user back to the
5851         same location, e.g. after an authorization check performed by
5852         another page.  MAX_REDIRECTIONS is still used to prevent infinite
5853         redirection loops.
5854
5855 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
5856
5857         * http.c (gethttp): Wrap host name in square brackets if it
5858         contains a colon.
5859
5860 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
5861
5862         * url.c (url_parse): Allow all hex digits, not only decimal ones,
5863         to form an IP address.
5864
5865 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
5866
5867         * url.c (urlchr_table): Make square braces reserved, so we can
5868         parse http://[::1]/.
5869         (url_parse): Handle host in braces.
5870         (url_string): If url->host contains colons, wrap it in braces.
5871
5872 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5873
5874         * connect.c (resolve_bind_address): New function.
5875         (connect_to_one): Use it.
5876         (bindport): Ditto.
5877
5878         * init.c: Don't resolve bind-address here.
5879
5880         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
5881
5882 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5883
5884         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
5885         offset.
5886         (address_list_new): Use map_ipv4_to_ip.
5887         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
5888         in IPv4 context.
5889
5890 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5891
5892         * source: Integrated IPv6 support.
5893         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
5894
5895 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
5896
5897         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
5898         (cmd_directory): New function. Like cmd_file(), but strips
5899         trailing directory separators.
5900         (commands): Change action for "dirprefix" from `cmd_file' to
5901         `cmd_directory'.
5902
5903         * utils.c (make_directory): Allow intermediate `mkdir' calls to
5904         fail, as not all path components that do not exist should be
5905         directory components, especially under Windows.
5906
5907 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
5908
5909         * netrc.c (parse_netrc): Skip leading whitespace before testing
5910         whether the line is empty.  Empty lines still contain the line
5911         terminator.
5912
5913 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
5914
5915         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
5916         only if no data is pending in SSL buffers.
5917         From tony@bluetail.com.
5918
5919 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5920
5921         * headers.c (header_get): Strip trailing whitespace from the
5922         header.
5923
5924 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5925
5926         * url.c (parse_uname): URL-decode *USER and *PASSWD.
5927
5928 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
5929
5930         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
5931         starts with "//").
5932
5933 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5934
5935         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
5936         error.
5937
5938 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5939
5940         * version.c: Wget 1.8.1 is released.
5941
5942 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5943
5944         * version.c: Wget 1.8.1-pre3 is released.
5945
5946 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5947
5948         * recur.c (retrieve_tree): Enqueue the canonical representation of
5949         start_url, so that the test against dl_url_file_map works.
5950
5951 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5952
5953         * log.c (logputs): Check for requested verbosity before printing
5954         anything.
5955
5956 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5957
5958         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
5959         inline.
5960
5961 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
5962
5963         * recur.c (retrieve_tree): Make a copy of file obtained from
5964         dl_url_file_map because the code calls xfree(file) later.
5965
5966 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
5967
5968         * recur.c (register_html): Maintain a hash table of HTML files
5969         along with the list.  Disallow duplicates.
5970         (retrieve_tree): Use downloaded_html_set to check whether the file
5971         found in dl_url_file_map is an HTML file, and descend into it if
5972         so.
5973         (convert_all_links): Don't guard against duplicates in
5974         downloaded_html_list, since they are no longer possible.
5975
5976 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
5977
5978         * recur.c (retrieve_tree): Pass on referring URL when retrieving
5979         recursed URL.
5980
5981 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
5982
5983         * version.c: Wget 1.8.1-pre2 is released.
5984
5985 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
5986
5987         * retr.c (sleep_between_retrievals): Simplify indentation.
5988
5989 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
5990
5991         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
5992         of "randomness" at a time.
5993         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
5994
5995         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
5996         random amount averages in opt.wait.
5997         (sleep_between_retrievals): Don't seed the PRNG; random_number
5998         will do that.
5999
6000         * utils.c (random_number): New function.
6001
6002 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
6003
6004         * url.c (path_simplify): Move here from utils.c, and make static.
6005
6006 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6007
6008         * init.c (wgetrc_file_name): Print correct message when loading
6009         getenv("WGETRC") fails.
6010
6011 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6012
6013         * recur.c (register_download): Don't abort when one URL references
6014         two different files.
6015
6016 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6017
6018         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
6019         calling ssl_iwrite.
6020
6021 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6022
6023         * version.c: Wget 1.8.1-pre1 is released.
6024
6025 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6026
6027         * res.c (matches): Fix broken URL in the docstring.
6028
6029 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6030
6031         * html-url.c (tag_url_attributes): Mark <embed href=...> as
6032         external.
6033
6034 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
6035
6036         * url.c (get_urls_file): Cosmetic changes.
6037
6038 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
6039
6040         * html-url.c (append_one_url): Resurrect warning when unable to
6041         resolve a relative link.
6042
6043 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
6044
6045         * html-url.c (collect_tags_mapper): Break into several functions.
6046         (tag_url_attributes): Collect <embed href=...>.
6047
6048 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
6049
6050         * host.c: New type ipv4_address.  Use it consistently instead of
6051         `unsigned char[4]' and `unsigned char *'.
6052         (pretty_print_address): Accept a `const void *', to require even
6053         less casting.
6054
6055 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
6056
6057         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
6058
6059 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6060
6061         * main.c (main): Initialize progress after fork_to_background, so
6062         that it knows when to use dots.
6063
6064         * mswindows.c (ws_hangup): Call log_request_redirect_output.
6065
6066         * utils.c (fork_to_background): Print the PID of the child
6067         process.
6068
6069         * log.c (log_request_redirect_output): Set a flag that output
6070         redirection has been requested.  Doing anything else in a signal
6071         handler is unsafe.
6072         (check_redirect_output): New function: check whether redirection
6073         has been requested and, if so, call redirect_output().
6074         (logputs): Call check_redirect_output.
6075         (logprintf): Ditto.
6076         (debug_logprintf): Ditto.
6077         (redirect_output): Print clearer messages.
6078
6079         * main.c (redirect_output_signal): Don't call
6080         redirect_output_signal directly.  Instead, call
6081         log_request_redirect_output.
6082
6083         * utils.c (memfatal): Ditto.
6084
6085         * progress.c (display_image): Use it.
6086
6087         * log.c (log_set_save_context): New function: allow the caller to
6088         turn off saving log context lines.
6089
6090 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6091
6092         * host.c (address_list_set_faulty): Uncomment a sanity check.
6093
6094 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6095
6096         * utils.c (long_to_string): Return a pointer after where the
6097         number ends.
6098         (long_to_string): Rename to number_to_string.
6099
6100 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6101
6102         * utils.c (path_simplify): Correctly handle the unlikely case that
6103         b starts out as path + 1.
6104
6105 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6106
6107         * utils.c (path_simplify): Rewrite, with better comments, and
6108         without the use of strcpy to move overlapping blocks.
6109
6110 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6111
6112         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
6113         valid progress type before setting it.
6114
6115 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6116
6117         * main.c (main): Remove stray debugging message.
6118
6119 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6120
6121         * progress.c (create_image): Fix ETA padding when hours are prined.
6122
6123 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6124
6125         * version.c: Wget 1.8 is released.
6126
6127 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6128
6129         * url.c (reencode_string): Declare static.
6130
6131         * res.c (registered_specs): Declare static.
6132
6133         * progress.c (current_impl_locked): Declare static.
6134
6135         * log.c (flush_log_p): Declare static.
6136         (needs_flushing): Ditto.
6137
6138         * http.c (digest_authentication_encode): Declare static.
6139
6140         * html-url.c (init_interesting): Declare static.
6141
6142         * host.c (host_name_addresses_map): Declare static.
6143
6144         * cookies.c (find_matching_chains): Declare static.
6145
6146         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
6147         indicated by lint.
6148
6149         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
6150
6151         * host.c (address_list_set_faulty): Document that INDEX is
6152         currently unused.
6153
6154         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
6155
6156 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
6157
6158         * version.c: Wget 1.8-pre2 is released.
6159
6160 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6161
6162         * progress.c (progress_handle_sigwinch): Set up the signal again.
6163
6164         * utils.c: Include <sys/termios.h>, where Solaris defines
6165         TIOCGWINSZ.
6166
6167         * progress.c (bar_create): Don't use the last column on the screen.
6168         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
6169         only until it exceeded them.
6170
6171 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6172
6173         * version.c: Wget 1.8-pre1 is released.
6174
6175 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6176
6177         * progress.c (progress_create): Make sure that, when the output is
6178         redirected, the progress implementation gets changed to the
6179         fallback one.
6180         (bar_set_params): Set current_impl_locked to 1 when "force" is
6181         specified.
6182         (progress_create): Don't change the progress implementation if
6183         current_impl_locked is non-zero.
6184
6185         * main.c (redirect_output_signal): Call
6186         progress_schedule_redirect.
6187
6188         * progress.c (progress_schedule_redirect): New function.
6189
6190 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6191
6192         * log.c (logvprintf): Restructure to allow being called multiple
6193         times.
6194         (logprintf): Call logvprintf in a loop.
6195         (debug_logprintf): Ditto.
6196
6197 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6198
6199         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
6200         setting egd_file it to empty string.
6201
6202         * main.c (main): Change the option name from --sslegdsock to
6203         --egd-file.
6204
6205 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6206
6207         * gen_sslfunc.c (ssl_init_prng): Make the printed message
6208         translatable.
6209
6210 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6211
6212         * url.c (scheme_disable): New function.
6213
6214         * main.c (main): Call ssl_init_prng from here rather than from
6215         init_ssl, so that it has a chance to disable support for https
6216         before a URL has been resolved.
6217
6218         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
6219         failed.
6220         (ssl_init_prng): Disable support for https if seeding the PRNG
6221         fails.
6222
6223 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6224
6225         * utils.c (read_whole_line): Handle lines beginning with \0.
6226
6227 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
6228
6229         * recur.c (convert_all_links): Guard against duplicates in
6230         downloaded_html_files.
6231         (register_download): Don't invalidate similar-looking URLs.
6232         (match_except_index): New function.
6233
6234 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
6235
6236         * utils.c (path_simplify): Document with test cases.
6237
6238 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
6239
6240         * gen_sslfunc.c: Ditto.
6241
6242         * rbuf.c: Include <string.h>.
6243
6244 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
6245
6246         * recur.c (retrieve_tree): Check whether the URL was already
6247         downloaded before downloading it again.
6248         (descend_child_p): Renamed to download_child_p.
6249         (register_download): When one URL is downloaded to a file already
6250         "owned" by another URL, delete all references that map any URL to
6251         that file.
6252         (register_delete_file): New function.
6253         (retrieve_tree): Use it after deleting a file.
6254
6255         * url.c (url_parse): Re-canonicalize the URL also if the path is
6256         empty, so that e.g. "http://www.server.com" ->
6257         "http://www.server.com/".
6258         (lowercase_str): Use ISUPPER instead of !ISLOWER.
6259
6260         * retr.c (retrieve_url): Use the canonical URL form when calling
6261         register_download().
6262
6263 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
6264
6265         * snprintf.c (dopr): Use `unsigned int' as the second argument to
6266         va_arg when casting to `unsigned short' is intended.
6267
6268 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
6269
6270         * gen_sslfunc.c: on windows provide ssl crypto random 
6271           initialization through RAND_screen(); could possibly
6272           be not enough for strong ssl communication (see the 
6273           relevant manual page from the openssl package).
6274
6275 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
6276
6277         * url.c (local_quote_string): Reenable quoting of question marks,
6278         but only when `--html-extension' is used.
6279
6280 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6281
6282         * version.c: Wget 1.8-beta3 is released.
6283
6284 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6285
6286         * snprintf.c (dopr): Cast the result of va_arg to short int and
6287         short unsigned int where these types are expected to be used.
6288
6289 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6290
6291         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
6292         with `int' when using it as the second argument to `va_arg'.
6293
6294 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6295
6296         * host.c (address_list_new_one): New function.
6297         (lookup_host): Use it.
6298
6299 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
6300
6301         * host.c (lookup_host): Don't initialize TMPSTORE directly because
6302         it's not legal C.
6303
6304 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6305
6306         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
6307         the socket data.
6308
6309         * ftp.c: Ditto.
6310
6311         * http.c: No need to declare h_errno.
6312
6313         * host.c: Declare h_errno.
6314
6315 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
6316
6317         * utils.c (file_merge): If BASE doesn't contain a slash, just
6318         return a copy of FILE.
6319
6320 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
6321
6322         * version.c: Wget 1.8-beta2 is released.
6323
6324 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6325
6326         * ftp.c (getftp): When PWD fails, assume "/".
6327
6328         * ftp-basic.c (ftp_syst): Fix indentation.
6329
6330 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6331
6332         * url.c (get_urls_file): If opt.base_href is specified, merge each
6333         URL with the base.
6334
6335 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6336
6337         * main.c (print_help): Don't document the removed `-nh'.
6338
6339 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6340
6341         * url.c (url_full_path): Document better.
6342
6343         * http.c (gethttp): Use the full path when creating digest
6344         authorization.
6345
6346 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6347
6348         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
6349         '/'.
6350
6351 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6352
6353         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
6354         PREFIX does.
6355
6356 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6357
6358         * cookies.c (check_domain_match): Reimplement to match Netscape's
6359         "preliminary specification" for cookies.
6360
6361 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6362
6363         * url.c (replace_attr_refresh_hack): New function.
6364         (convert_links): Call replace_attr_refresh_hack for Refresh
6365         links.  It will add the "TMOUT; URL=" junk before the link.
6366
6367         * html-url.c (collect_tags_mapper): Set ID to the ID of the
6368         "content" attribute, not "http-equiv".
6369         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
6370         instead, store the information that this entry belongs to a
6371         "refresh" link.
6372
6373 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6374
6375         * version.c: Wget 1.8-beta1 is released.
6376
6377 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6378
6379         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
6380         depth by more than one.
6381
6382 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
6383
6384         * retr.c (retrieve_url): Don't allow more than 20 redirections.
6385
6386 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
6387
6388         * recur.c (retrieve_tree): Skip the non-inline entries when
6389         enqueuing the children of a leaf HTML node in -p mode.
6390         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
6391         "inline".
6392
6393         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
6394         (collect_tags_mapper): When an entry is "inline", mark it as such.
6395
6396         * recur.c (descend_url_p): Fix test when checking for
6397         acceptance/rejection rules.
6398
6399 2001-10-31 Daniel BODEA <dali@dali-designs.com>
6400
6401         * netrc.c (search_netrc): When slack_default is 0, still look for
6402         an account with matching password, just not the "default account".
6403         HTTP Authorization using .netrc should now work as expected.
6404
6405 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
6406
6407         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
6408         test_socket_open fails.
6409
6410 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
6411
6412         * progress.c (display_image): Just print one CR to reset the
6413         cursor position.
6414
6415 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
6416
6417         * init.c: New command `ssl_egd_sock'.
6418
6419         * main.c (main): New option `--sslegdsock'.
6420
6421         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
6422
6423 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6424
6425         * cmpt.c (memmove): Include a simple memmove implementation.
6426
6427 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6428
6429         * headers: Guard against header files being included twice.
6430
6431 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6432
6433         * gen-md5.c: Use unsigned char * as the buffer argument to
6434         gen_md5_update.
6435
6436 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6437
6438         * connect.h: Declare select_fd.
6439
6440 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6441
6442         * recur.c (descend_url_p): When resolving no_parent, compare with
6443         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
6444         wouldn't be followed, although the download started from /a/.
6445
6446 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
6447
6448         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
6449         MS VC; somebody with Borland compiler please check and provide
6450         patch if possible;
6451
6452         * cmpt.c: provided a usleep emulation.
6453
6454 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6455
6456         * host.c (address_list_new): Initialize al->faulty.
6457
6458 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6459
6460         * http.c (http_process_range): Accept the broken output of
6461         "JavaWebServer/1.1.1".
6462
6463 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
6464
6465         * progress.c (dot_set_params): If PARAMS is unspecified, use
6466         dot_style, if available.
6467
6468         * init.c: Ditto.
6469
6470         * main.c (main): Resurect --dot-style.
6471
6472         * progress.c (dot_finish): Print the quantity if we're left at the
6473         beginning of a row.
6474
6475 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6476
6477         * cmpt.c (random): Removed.
6478
6479         * retr.c (sleep_between_retrievals): Use the more portable rand()
6480         instead of random().
6481
6482 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
6483
6484         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
6485         prevent seg fault.
6486
6487 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6488
6489         * connect.c (connect_to_many): Use address_list_set_faulty to
6490         prevent the faulty address from being reused.
6491
6492         * host.c (address_list_set_faulty): New function.
6493         (address_list_get_bounds): New function, instead of
6494         address_list_count.
6495
6496 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6497
6498         * url.c (convert_links): Don't translate %d-%d.
6499
6500         * main.c (print_help): Remove stray HAVE_RANDOM code.
6501
6502 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6503
6504         * ftp.c (getftp): Improve output after sending PASV.  Don't
6505         attempt to "look up" the IP address we already know; call
6506         connect_to_one directly.
6507
6508 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6509
6510         * progress.c: Change the default progress implementation to "bar".
6511
6512 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6513
6514         * progress.c (bar_create): Print two newlines.
6515
6516 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6517
6518         * cmpt.c (random): New function, a simple-minded replacement for
6519         random() on systems that don't have it.
6520
6521 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6522
6523         * config.h.in: Put a HAVE_USLEEP stub.
6524
6525         * cmpt.c (usleep): Replacement implementation of usleep using
6526         select.
6527
6528         * init.c: New option init_rate.
6529
6530         * main.c (main): New option --limit-rate.
6531
6532         * retr.c (limit_bandwidth): New function.
6533         (get_contents): Call it to limit the bandwidth used when
6534         downloading.
6535
6536         * progress.c (dot_update): Would print the wrong download speed on
6537         rows other than the first one when the download was continued.
6538         (dot_finish): Ditto.
6539
6540 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
6541
6542         * http.c (gethttp): fix undeclared variable 'err' when compiled
6543         with HAVE_SSL.
6544
6545 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6546
6547         * progress.c: Don't allocate new timers; use the timing data
6548         propagated from the caller.
6549
6550         * retr.c (get_contents): Allocate and use a timer.
6551
6552 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6553
6554         * http.c (last_host_ip): Made into an address_list.
6555         (invalidate_persistent): Release pc_last_host_ip.
6556         (register_persistent): Use lookup_host.
6557         (persistent_available_p): Check for equality of hosts using
6558         address_list_match_all.  Call address_list_release.
6559         (http_cleanup): New function.
6560
6561         * ftp.c (getftp): Use lookup_host and connect_to_many.
6562
6563         * http.c (gethttp): Use lookup_host and connect_to_many.
6564
6565         * connect.c (make_connection): Removed.
6566         (connect_to_one): New function.
6567         (connect_to_many): Ditto.
6568         (set_connection_host_name): Ditto.
6569
6570         * host.c (lookup_host): New function; new return type.
6571         (address_list_new): New function.
6572         (address_list_count): Ditto.
6573         (address_list_copy_one): Ditto.
6574         (address_list_delete): Ditto.
6575         (address_list_release): Ditto.
6576         (pretty_print_address): Ditto.
6577
6578 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6579
6580         * recur.c (retrieve_tree): In case of followed redirection,
6581         blacklist the pre-redirection URL.
6582
6583 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6584
6585         * recur.c (descend_redirect_p): New function.
6586         (retrieve_tree): Make sure redirections are not blindly followed.
6587
6588 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
6589
6590         * config.h.in: added HAVE_RANDOM.
6591
6592         * options.h: added random_wait to struct options.
6593
6594         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
6595         for --random-wait.
6596
6597         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
6598         implementation of random wait times.
6599
6600         * init.c (commands): added "randomwait" keyword.
6601
6602 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6603
6604         * recur.c (descend_url_p): Be more conservative with blacklisting
6605         URLs.
6606         (convert_all_links): Print how many files have been converted, and
6607         how long it took.
6608
6609         * progress.c (create_image): Place the number of downloaded bytes
6610         right after the progress bar.
6611
6612         * utils.c (suffix): Return a pointer into the string.
6613
6614 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6615
6616         * url.c (convert_links): Handle CO_NULLIFY_BASE.
6617
6618         * recur.c (retrieve_tree): Ignore download-ignorable children.
6619         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
6620
6621         * html-url.c (handle_link): Return the newly created urlpos.
6622         (collect_tags_mapper): When dealing with BASE, store the base
6623         reference and mark it as download-ignorable.
6624
6625 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6626
6627         * url.c (convert_links): Attempt to quote '?' as "%3F" when
6628         linking to local files.  Given up on the attempt, as it breaks
6629         local browsing.
6630
6631 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6632
6633         * main.c (private_initialize): Removed.
6634         (main): Don't call private_initialize.
6635
6636         * http.c: Call lookup_host.
6637
6638         * host.c (host_init): Removed.
6639         (add_host_to_cache): Initialize host_name_address_map here, on
6640         demand.
6641         (ngethostbyname): Commented out.
6642
6643         * connect.c (make_connection): Remove dead code; use lookup_host.
6644
6645         * host.c (store_hostaddress): Renamed to lookup_host and reversed
6646         the args.
6647         Removed host_address_name_map and host_slave_master_map.
6648
6649 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6650
6651         * progress.c (dot_create): Align the "[ skipping ... ]" string
6652         with the dots.
6653
6654         * retr.c (rate): Split into two functions: calc_rate and
6655         retr_rate.
6656
6657         * progress.c (create_image): Draw a dummy progress bar even when
6658         total size is unknown.
6659         (display_image): Place the text cursor at the end of the "image".
6660
6661 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6662
6663         * url.c (reencode_string): Use unsigned char, not char --
6664         otherwise the hex digits come out wrong for 8-bit chars such as
6665         nbsp.
6666         (lowercase_str): New function.
6667         (url_parse): Canonicalize u->url if needed.
6668         (get_urls_file): Parse each URL, and return only the valid ones.
6669         (free_urlpos): Call url_free.
6670         (mkstruct): Add :port if the port is non-standard.
6671         (mkstruct): Append the query string to the file name, if any.
6672         (urlpath_length): Use strpbrk_or_eos.
6673         (uri_merge_1): Handle the cases where LINK is an empty string,
6674         where LINK consists only of query, and where LINK consists only of
6675         fragment.
6676         (convert_links): Count and report both kinds of conversion.
6677         (downloaded_file): Use a hash table, not a list.
6678         (downloaded_files_free): Free the hash table.
6679
6680         * retr.c (retrieve_from_file): Ditto.
6681
6682         * main.c (main): Call either retrieve_url or retrieve_tree
6683         for each URL, not both.
6684
6685         * retr.c (register_all_redirections): New function.
6686         (register_redirections_mapper): Ditto.
6687         (retrieve_url): Register the redirections.
6688         (retrieve_url): Make the string "Error parsing proxy ..." 
6689         translatable.
6690
6691         * res.c (add_path): Strip leading slash from robots.txt paths so
6692         that the path representations are "compatible".
6693         (free_specs): Free each individual path, too.
6694         (res_cleanup): New function.
6695         (cleanup_hash_table_mapper): Ditto.
6696
6697         * recur.c (url_queue_new): New function.
6698         (url_queue_delete): Ditto.
6699         (url_enqueue): Ditto.
6700         (url_dequeue): Ditto.
6701         (retrieve_tree): New function, replacement for recursive_retrieve.
6702         (descend_url_p): New function.
6703         (register_redirection): New function.
6704
6705         * progress.c (create_image): Cosmetic changes.
6706
6707         * init.c (cleanup): Do all those complex cleanups only if
6708         DEBUG_MALLOC is defined.
6709
6710         * main.c: Removed --simple-check and the corresponding
6711         simple_host_check in init.c.
6712
6713         * html-url.c (handle_link): Parse the URL here, and propagate the
6714         parsed URL to the caller, who would otherwise have to parse it
6715         again.
6716
6717         * host.c (xstrdup_lower): Moved to utils.c.
6718         (realhost): Removed.
6719         (same_host): Ditto.
6720
6721 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6722
6723         * utils.c (path_simplify): Preserver the (non-)existence of
6724         leading slash.  Return non-zero if changes were made.
6725
6726 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6727
6728         * progress.c (bar_update): Don't modify bp->total_length if it is
6729         zero.
6730
6731 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6732
6733         * retr.c (retrieve_url): When the redirection URL doesn't parse,
6734         print the correct error message rather than "UNKNOWN".
6735
6736 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6737
6738         * progress.c (bar_finish): If the timer didn't record any time
6739         since the download beginning, fake 1ms.
6740
6741 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6742
6743         * recur.c (recursive_retrieve): Fix typo.
6744
6745 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6746
6747         * progress.c (create_image): Don't translate "%ld ".
6748
6749 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6750
6751         * progress.c (bar_set_params): Allow the user to force the use of
6752         the bar.
6753
6754 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
6755
6756         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
6757
6758 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6759
6760         * progress.c: Renamed dp_* functions to dot_* for greater clarity
6761         and consistency with bar_*.
6762         (print_download_speed): Get rid of the unneeded '@' character.
6763         (create_image): Fix download rate geometry.
6764
6765         * progress.c (print_elapsed): Remove spurious space.
6766         (print_elapsed): Renamed to print_download_speed, since that's
6767         what it does.
6768
6769 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6770
6771         * progress.c (bar_update): If the downloaded amount becomes larger
6772         than the expected amount, adjust the expected amount accordingly.
6773
6774 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6775
6776         * utils.c (determine_screen_width): New function.
6777
6778         * main.c (main): New option `--progress=TYPE'.
6779         (main): Implement compatibility with the old option `--dot-style'.
6780
6781         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
6782         dp_set_params.
6783         (cmd_spec_progress): New function.
6784
6785         * retr.c (get_contents): Use the progress_* functions instead of
6786         the old show_progress().
6787         (show_progress): Removed.
6788         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
6789         etc.
6790
6791         * progress.c (set_progress_implementation): New function.
6792         (valid_progress_implementation_p): Ditto.
6793         (progress_create): Ditto.
6794         (progress_update): Ditto.
6795         (progress_finish): Ditto.
6796         (dp_create): Ditto.
6797         (dp_update): Ditto.
6798         (dp_finish): Ditto.
6799         (dp_set_params): Ditto.
6800         (print_elapsed): Ditto.
6801
6802 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
6803
6804         * retr.c (show_progress): Use it.
6805
6806         * log.c (log_set_flush): New function.
6807
6808 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
6809
6810         * utils.c (path_simplify): Don't remove trailing slashes.
6811
6812         * ftp.c (ftp_get_listing): Use it.
6813
6814         * utils.c (file_merge): New function.
6815
6816         * url.c (opt_url): Removed.
6817
6818         * recur.c (recursive_retrieve): Inline "opt_url" logic.
6819
6820         * main.c (main): Use xfree(), not free().
6821
6822         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
6823
6824         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
6825         internally.
6826
6827         * config.h.in: Include a stub for HAVE_STRPBRK.
6828
6829         * cmpt.c (strpbrk): Include a replacement for systems without
6830         strpbrk().
6831
6832         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
6833
6834         * url.c (url_set_dir): New function.
6835         (url_set_file): Ditto.
6836
6837         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
6838         parser makes the URL "params" available, so we can do that in this
6839         function.
6840
6841         * retr.c: Ditto.
6842
6843         * ftp.c: Ditto; pass the local file information in `ccon'.
6844
6845         * http.c: Get rid of the ugly kludge that had URL being replaced
6846         with the proxy URL when proxy retrieval was requested.  Use a
6847         separate parameter to http_loop and gethttp for the proxy URL.
6848
6849         * http.c: Changed to reflect the fact that local file, proxy, and
6850         referer information are no longer stored in struct url.  The local
6851         file information is passed in `struct hstat' now.
6852
6853         * url.c: Reworked URL parsing to be more regular.  Reencode the
6854         URL using reencode_string.
6855         Removed non-URL-related information from struct url.  This
6856         includes fields `proxy', `local', and `referer'.
6857
6858 2001-11-22  Jochen Hein  <jochen@jochen.org>
6859
6860         * main.c (main): Split the copyright notice for easier
6861         translation.
6862
6863 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
6864
6865         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
6866           command to server to request file size.
6867         * ftp.h (ftp_size): Export it.
6868         * ftp.c (getftp): Use new ftp_size function if restoring
6869           transfer of a file with unknown size.
6870
6871 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6872
6873         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
6874
6875 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6876
6877         * url.c (getproxy): Handle URL shorthands.
6878
6879 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6880
6881         * main.c: Remove --wait / --waitretry backwards compatibility
6882         code.
6883         
6884 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6885
6886         * main.c (main): Use it.
6887
6888         * url.c (rewrite_url_maybe): New function.
6889
6890 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6891
6892         * url.c: Clean up handling of URL schemes.
6893
6894 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6895
6896         * url.c: Get rid of `protostrings'.
6897         (skip_proto): Don't use protostrings.
6898         (has_proto): Ditto.
6899
6900 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6901
6902         * Makefile.in: Conditionally compile getopt.o.
6903
6904 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6905
6906         * md5.h: Renamed to gnu-md5.h.
6907
6908         * md5.c: Renamed to gnu-md5.c.
6909
6910         * http.c: Ditto.
6911
6912         * ftp-opie.c: Use the new macros.
6913
6914         * sysdep.h: Define md5-related macros.
6915
6916         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
6917         depending on which md5 implementation is used.
6918
6919 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6920
6921         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
6922         the compiler.
6923
6924 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6925
6926         * http.c (gethttp): Print the whole response line when printing
6927         headers is requested.
6928
6929 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
6930
6931         * res.c: New file.  Implement all RES-related code here.
6932
6933 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6934
6935         * version.c: Wget 1.7.1 is released.
6936
6937 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
6938
6939         * headers.c (header_extract_number): Ignore trailing whitespace.
6940
6941 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
6942
6943         * html-url.c (collect_tags_mapper): Fix bug converting links
6944         with -k option for tags with multiple link attributes by
6945         handling links in the order they appear.
6946
6947 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
6948
6949         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
6950           the call to the 'rate' function by moving it past the error
6951           checking for the 'getftp' function return value.
6952
6953 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
6954
6955         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
6956         '\"'.  Different compilers' assert macros are broken in different
6957         ways.
6958
6959 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
6960
6961         * http.c (gethttp): print debug output for errors occuring during
6962         the ssl handshake.
6963
6964 2001-11-16  Chris Seawood  <cls@seawood.org>
6965
6966         * init.c: Ditto.
6967
6968         * host.c: Ditto.
6969
6970         * connect.c: Ditto.
6971
6972         * sysdep.h: Support compilation under BEOS.
6973
6974 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
6975
6976         * url.c (url_equal): Fix a memory leak when parseurl returns an
6977         error on the second URL. Also, since url_equal is not used at the
6978         moment, do not compile it.
6979
6980         * url.h: Ditto for the prototype of url_equal.
6981
6982 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
6983
6984         * html-parse.c (map_html_tags): Support XML-style empty tags.
6985
6986 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6987
6988         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
6989         loop condition because we're no longer setting SIZEVAR here.
6990
6991 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6992
6993         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
6994         call because it needs the old value.
6995
6996 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6997
6998         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
6999         an attribute name.
7000
7001 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7002
7003         * url.c (url_filename): Make sure that slashes that sneak in to
7004         u->file via query string get protected.
7005         (file_name_protect_query_string): New function.
7006
7007 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7008
7009         * recur.c (recursive_retrieve): Also check undesirable_urls with
7010         canonicalized URL.
7011
7012 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7013
7014         * http.c (gethttp): Search `.netrc' with real host, not the proxy
7015         one.
7016
7017 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7018
7019         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
7020         define it.
7021
7022 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7023
7024         * ftp.h: Provide correct prototype for ftp_parse_ls().
7025
7026 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7027
7028         * version.c: Wget 1.7 is released.
7029
7030 2001-06-03  Karl Eichwalder  <ke@suse.de>
7031
7032         * ftp-ls.c (ftp_parse_ls): Fix typo.
7033
7034 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7035
7036         * all: Update copyright information.
7037
7038 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7039
7040         * http.c (gethttp): Indicate that the continued download failed
7041         for *this* file.
7042
7043 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7044
7045         * version.c: Wget 1.7-pre1 is released.
7046
7047 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7048
7049         * version.c: Updated version to 1.7-pre1.
7050
7051 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7052
7053         * gen_sslfunc.c: Don't include <sys/time.h> directly.
7054
7055 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7056
7057         * http.c (gethttp): Use real URL data for cookies, not the proxy
7058         stuff.
7059
7060 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7061
7062         * main.c (print_help): Document `--no-http-keep-alive'.
7063
7064         * utils.c (numdigit): Handle negative numbers *correctly*.
7065
7066         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
7067         than the confusing "unsigned".
7068
7069         * utils.c (string_set_contains): Renamed from string_set_exists.
7070
7071         * hash.c (hash_table_contains): Renamed from hash_table_exists.
7072
7073         * cookies.c: Move case-insensitive hash tables to hash.c.
7074
7075 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7076
7077         * http.c (gethttp): Before concluding that the file is already
7078         fully retrieved, make sure that the file existed and `Range' was
7079         actually requested.
7080
7081 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7082
7083         * cookies.c (eliminate_dups): New function.
7084         (build_cookies_request): Use it.
7085         (build_cookies_request): Set chain_store_size after reallocating
7086         all_chains.
7087         (check_domain_match): Annotated for easier future debugging.
7088         (store_cookie): In the debug message, print whether the cookie is
7089         permanent.
7090
7091 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7092
7093         * http.c (http_loop): Reset no_truncate before deciding whether to
7094         set it.
7095         (gethttp): Further clarify "-c conflicts with existing file" error
7096         message, based on input from Herold Heiko.
7097
7098 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
7099
7100         * http.c (http_loop): If restval is set, set no_truncate to 1
7101         unconditionally.
7102
7103 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7104
7105         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
7106         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
7107         (ftp_parse_vms_ls): Ditto.
7108
7109 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7110
7111         * init.c (cmd_address): Zero SIN before using it; apparently
7112         needed on *BSD.
7113
7114 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7115
7116         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
7117         empty.
7118
7119 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7120
7121         * main.c (main): Make `--cookies' respect its argument.
7122
7123 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
7124
7125         * main.c (main): Removed undocumented option `--email-address'.
7126
7127         * netrc.c: Use the latest read_whole_line.
7128
7129         * init.c (defaults): Set opt.ftp_pass to "-wget@".
7130
7131         * mswindows.c (pwd_cuserid): Ditto.
7132
7133         * utils.c (pwd_cuserid): Removed.
7134
7135         * host.c (ftp_getaddress): Removed.
7136
7137 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
7138
7139         (http_loop): Allocate space for filename_plus_orig_suffix with
7140         alloca; this is more efficient and removes the need to free it
7141         before each and every return.
7142
7143 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
7144
7145         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
7146         unneeded because the file is already there and fully downloaded,
7147         and -c is specified.
7148         (http_loop): Handle RETRUNNEEDED.
7149
7150         * wget.h (uerr_t): New value RETRUNNEEDED.
7151
7152         * http.c (http_loop): Set no_truncate for files that both exist
7153         and are non-empty.
7154         (gethttp): Consider the download finished when restval >= contlen,
7155         not only when restval==contlen.
7156         (gethttp): Handle redirection before giving up due to -c.
7157         (gethttp): Clarify error message which explains that -c will not
7158         truncate the file.
7159         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
7160         the stuff that needs freeing and release the socket.
7161
7162 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7163
7164         * main.c (print_help): Wget booleans accept "off", not "no".
7165
7166 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7167
7168         * http.c (http_loop): If allow_cache is zero, always disable
7169         caching, not only when retrieving through proxy.
7170
7171         * init.c: Ditto.
7172
7173         * options.h (struct options): Rename proxy_cache to allow_cache.
7174
7175 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7176
7177         * http.c (mktime_from_utc): Improve documentation.
7178         (http_atotm): Put format strings into a separate array.
7179
7180 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7181
7182         * safe-ctype.h: Instead of throwing #error when isalpha is
7183         defined, redefine it to something that will throw a compile-time
7184         error if actually *used*.  Do the same for the rest of the
7185         standard C macros.
7186
7187 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7188
7189         * url.c (getproxy): Ignore empty proxy vars.
7190
7191 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7192
7193         * http.c (http_loop): Would load cookies every time.
7194
7195         * cookies.c (load_cookies): Handle cookies whose values contain
7196         embedded spaces.
7197
7198 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7199
7200         * utils.c: Define each DIGITS_* in one line.
7201
7202 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
7203
7204         * http.c (http_atotm): Initialize t.tm_isdst to 0.
7205         (mktime_from_utc): Prevent mktime() from having discontinuities at
7206         DST transition points.
7207
7208 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7209
7210         * html-url.c (get_urls_html): Fix documentation.
7211
7212 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7213
7214         * url.c (UNSAFE_CHAR): Reimplement using a static table.
7215         (url_init): Removed.
7216         (init_unsafe_char_table): Removed.
7217
7218 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7219
7220         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
7221
7222 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7223
7224         * utils.c: Document timer functions.
7225
7226         * retr.c (rate): Use it.
7227         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
7228
7229         * utils.c (wtimer_granularity): New function.
7230
7231 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7232
7233         * retr.c (show_progress): Ditto.
7234
7235         * ftp.c (getftp): Ditto.
7236
7237         * http.c (gethttp): Use new timer functions.
7238
7239         * utils.c (wtimer_allocate): New function.
7240         (wtimer_new): Ditto.
7241         (wtimer_delete): Ditto.
7242         (wtimer_reset): Ditto.
7243         (wtimer_elapsed): Ditto.
7244
7245 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7246
7247         * utils.c (long_to_string): New, faster version.  Favors smaller
7248         numbers; much of the calculation is now done at compile-time.
7249
7250 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7251
7252         * utils.c (numdigit): Handle negative numbers.
7253
7254 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
7255
7256         * retr.c (show_progress): Print the download rate even when the
7257         percentages are not available.
7258
7259 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
7260
7261         * ftp.c (getftp): Adjust expected_bytes if the length is
7262         authoritative.
7263
7264 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7265
7266         * url.c: Don't declare `construct'.
7267
7268         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
7269         mappings to new locations.
7270         (hash_table_new): Make resize_threshold a field in the hash table,
7271         so we don't have to recalculate it in each hash_table_put.
7272         (grow_hash_table): Update resize_threshold.
7273         (MAX): Remove unused macro.
7274         (prime_size): Made static.
7275
7276 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7277
7278         * retr.c (retrieve_url): Call uri_merge, not url_concat.
7279
7280         * html-url.c (collect_tags_mapper): Call uri_merge, not
7281         url_concat.
7282
7283         * url.c (mkstruct): Use encode_string instead of xstrdup followed
7284         by URL_CLEANSE.
7285         (path_simplify_with_kludge): Deleted.
7286         (contains_unsafe): Deleted.
7287         (construct): Renamed to uri_merge_1.
7288         (url_concat): Renamed to uri_merge.
7289
7290 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7291
7292         * url.c (str_url): Use encode_string instead of the unnecessary
7293         CLEANDUP.
7294         (encode_string_maybe): New function, returns input string if no
7295         encoding is needed.
7296         (encode_string): Call encode_string_maybe to do the dirty work,
7297         xstrdup if no work needed.
7298
7299 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7300
7301         * wget.h (XDIGIT_TO_xchar): Define here.
7302
7303         * url.c (decode_string): Use new name.
7304         (encode_string): Ditto.
7305
7306         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
7307         (dump_hash): Use new name.
7308
7309         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
7310         XDIGIT_TO_XCHAR respectively.
7311
7312 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7313
7314         * init.c: Include cookies.h.
7315
7316         * cookies.h: Declare cookies_cleanup.
7317
7318         * cookies.c (check_domain_match): Remove unused variable.
7319         (save_cookies): Remove extraneous argument from debug statement.
7320
7321         * host.c (same_host): Don't call skip_url.
7322
7323         * url.c (skip_url): Removed.  Removed its calls from various
7324         functions in url.c.
7325
7326 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7327
7328         * cookies.c (unsigned_string_hash): Use the new code in
7329         string_hash as reference.
7330
7331         * hash.c (hash_table_map): Allow deletion and change of the
7332         element processed by MAPFUN.
7333         (string_hash): Use the function from glib.
7334
7335 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7336
7337         * config.h.in: Include #undef stub.
7338
7339         * hash.c (hash_table_remove): Rewrite to actually clear deleted
7340         entries instead of just marking them as deleted.
7341
7342 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7343
7344         * hash.h: Declare hash_table_get_pair and hash_table_count.
7345
7346 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7347
7348         * cookies.c: Declare http_atotm.
7349
7350 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7351
7352         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
7353         permissions.  A compiler that doesn't accept octal constants is
7354         seriously broken and shouldn't be used -- octal constants were
7355         present in K&R C!
7356
7357 2001-01-20  Karl Eichwalder  <ke@suse.de>
7358
7359         * Makefile.in: Provide and use DESTDIR according to the Coding
7360         Standards.
7361
7362 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7363
7364         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
7365         specification.
7366
7367 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7368
7369         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
7370         because that strips the *leading* slash, thus forcing relative
7371         FTP retrieval.
7372
7373 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7374
7375         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
7376         notation for VMS servers. 
7377         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
7378         odir is an empty string.
7379
7380 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7381
7382         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
7383         effective. Suggested by Edward J. Sabol.
7384
7385 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7386
7387         * cookies.c (build_cookies_request): Use and sort cookies from all
7388         matching domains.
7389         (build_cookies_request): Check for duplicates before generating
7390         the `Cookies' header.
7391
7392         * main.c (main): Don't load cookies here.
7393         (main): Make loadcookies and savecookies call the correct command.
7394
7395         * http.c (http_loop): Load cookies on-demand.
7396
7397 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7398
7399         * http.c (gethttp): Fix indentation of SSL ifdef.
7400
7401 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7402
7403         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
7404         that hack is no longer necessary.
7405         (getftp): Prepend initial directory to *non*-absolute u->dir's.
7406
7407 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7408
7409         * init.c (cmd_file): New function.
7410         (enable_tilde_expansion): New variable.
7411         (run_wgetrc): Use it.
7412         (cmd_file): Use it.
7413
7414 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7415
7416         * init.c: Include cookie-related options.
7417
7418         * main.c (main): Include cookie-specific options.
7419         (main): Load cookies before download is finished.
7420         (main): Save cookies when done.
7421
7422         * http.c (gethttp): Process the `Set-Cookie' header.
7423         (gethttp): Include cookies in the response.
7424
7425         * cookies.c: New file.
7426
7427 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7428
7429         * utils.c (datetime_str): New function.
7430
7431 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7432
7433         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
7434         12:01PM == 00:01, which was obviously wrong. Taken care of this
7435         anomaly.
7436
7437         * ChangeLog: Removed an excess conflict marker. Reformatted the
7438         entry by Philipp Thomas from 2001-03-09.
7439
7440         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
7441         between 0 and 23. Elminate unused variable `sec'.
7442
7443 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7444
7445         * hash.c (hash_table_count): New function.
7446
7447 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7448
7449         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
7450         Digital Unix cc.
7451
7452 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7453
7454         * config.h.in: Oops, do the namespace tweaks only on systems we
7455         know about.
7456
7457 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7458
7459         * hash.c: Include <string.h>.
7460
7461 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7462
7463         * config.h.in: Define "compilation environment" options that work
7464         under Linux and Solaris.  To be reviewed on other OS'es.
7465
7466 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7467
7468         * http.c (gethttp): Prepend literal newline with `\n\'.
7469
7470 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7471
7472         * sysdep.h: Don't define VERY_LONG_FORMAT.
7473
7474         * utils.c (very_long_to_string): New function.
7475         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
7476
7477 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
7478
7479         * url.c (parse_uname): Would run past the end of the string if the
7480         username was present, but the URL did not contain a slash, e.g.
7481         http://foo:bar@myhost.
7482
7483 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
7484
7485         * http.c (http_atotm): Use %A instead of %a to match full
7486         weekday.  (On most systems there is no difference.)
7487
7488 2001-04-03  Paul Bludov  <paul@ozero.net>
7489
7490         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
7491         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
7492         leak.
7493         (ws_mypath): Use GetModuleFileName instead of argv[0].
7494         (ws_startup): Use data.wVersion for comparison.
7495
7496 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7497
7498         * http.c (http_loop): Ditto.
7499
7500         * ftp.c (ftp_loop_internal): Made the check whether to continue
7501         retrieval `-O'-friendly.
7502
7503 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7504
7505         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
7506         they will be handled as whitespace.
7507         (parse_netrc): Correctly handle lines that end with whitespace.
7508
7509 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7510
7511         * retr.c (retrieve_url): New variable global_download_count used
7512         to identify first retrieval.
7513
7514         * ftp.c (getftp): Ditto.
7515
7516         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
7517
7518 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7519
7520         * init.c (cmd_address): Heap-allocate the address that gets stored
7521         to CLOSURE.  Old code would simply assign an address on the stack.
7522
7523 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
7524
7525         * ftp.c (ftp_get_listing): Propagate error status.
7526         (ftp_retrieve_glob): Use it.
7527         (ftp_loop): Ditto.
7528
7529 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
7530
7531         * main.c (main): Add -C to the string that is the third arg to
7532         getopt_long().
7533
7534 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7535
7536         * ftp.c (getftp): Don't start the download from scratch if `-c'
7537         was specified, but the file is already fully downloaded.
7538
7539         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
7540         specified and the server doesn't support continued download.
7541         (gethttp): Don't start the download from scratch if `-c' was
7542         specified, but the file is already fully downloaded.
7543
7544 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7545
7546         (recursive_retrieve): Don't clear the hash tables at this point at
7547         all; it interferes with the normal operation of register_download.
7548
7549 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7550
7551         * recur.c (recursive_retrieve): Clear the hash tables only when
7552         they are defined.
7553
7554 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7555
7556         * http.c (gethttp): Make sure the socket is closed with
7557         CLOSE_INVALIDATE before we have drained the body.
7558
7559 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7560
7561         * retr.c (retrieve_url): Call register_download() for downloaded
7562         files and register_html() for downloaded HTML files.
7563
7564         * recur.c (register_download): New function; register here that a
7565         file has been downloaded, rather than in recursive_retrieve().
7566         (register_html): New function; enqueue the location of HTML files
7567         here rather than in recursive_retrieve().
7568
7569 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7570
7571         * main.c (print_help): Use multiple fputs instead of a single ugly
7572         printf().
7573         (main): Consistently assign numbers >128 to options without a
7574         corresponding character.
7575
7576 2001-03-09  Philipp Thomas  <pthomas@suse.de>
7577
7578         * safe-ctype.h: New file. Locale independent ctype.h replacement
7579         taken from libiberty.
7580
7581         * safe-ctype.c: New file. Tables for above.
7582
7583         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
7584         safe-ctype$o.
7585
7586         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
7587         isspace.
7588
7589         * ftp-basic.c: Don't include ctype.h.
7590
7591         * ftp-ls.c: Likewise.
7592
7593         * ftp.c: Likewise.
7594
7595         * headers.c: Likewise.
7596
7597         * host.c: Likewise.
7598
7599         * html-parse.c: Likewise.
7600
7601         * html-url.c: Likewise.
7602
7603         * http.c: Likewise.
7604
7605         * init.c: Likewise.
7606
7607         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
7608
7609         * netrc.c: Likewise.
7610
7611         * recur.c: Likewise.
7612
7613         * retr.c: Likewise.
7614
7615         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
7616         instead of isdigit.
7617
7618         * sysdep.h: Remove defines of ctype macros as they aren't needed
7619         for safe-ctype-h.
7620
7621         * url.c: Don't include ctype.h.
7622
7623         * utils.c: Likewise.
7624
7625         * wget.h: Include safe-ctype.h.
7626
7627 2001-03-27  Dan Harkless  <wget@harkless.org>
7628
7629         * Makefile.in: Moved top_builddir out of "User configuration
7630         section" of top Makefile and analogous spot in this one.
7631
7632 2001-03-17  Dan Harkless  <wget@harkless.org>
7633
7634         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
7635         Define top_builddir.  Link wget with libtool so the user doesn't
7636         have to supply a bunch of custom environment variables to 
7637         correctly link with the OpenSSL shared libraries.
7638
7639 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
7640
7641         * http.c (gethttp): skip :port in host header if it is the
7642         DEFAULT_HTTPS_PORT when using SSL.
7643
7644         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
7645         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
7646         rest of the code. 
7647         * url.h: Ditto
7648
7649 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
7650
7651         * retr.c (show_progress): Correctly calculate the number of bytes
7652         in the first line of the download that have been actually
7653         downloaded in this run.
7654
7655 2001-02-23  Dan Harkless  <wget@harkless.org>
7656
7657         * main.c (print_help): --help documentation for -N said it would
7658         re-download files if they had the _same_ timestamp on server.
7659         (print_help): -nr belongs in "FTP options" section of --help
7660         output, not "Recursive retrieval" section.  Alphabetized FTP
7661         options by long option name.
7662
7663 2001-02-16  Dan Harkless  <wget@harkless.org>
7664
7665         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
7666         that "httpsproxy" had been inserted into commands[] out of
7667         alphabetical order, causing "BUG: unknown command `httpuser'".
7668
7669 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7670
7671         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
7672         listing without correct permissons).
7673
7674         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
7675         FTP server. 
7676
7677         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
7678         shall be donwloaded only when it's newer than the local copy or
7679         when it has the same timeestamp but its size is different. ST_VMS
7680         and ST_MACOS as special cases that lie about file size. 
7681
7682         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
7683
7684         * Makefile.in: Removed dependency on ftpparse library due to unclear
7685         copyright issues and absence of any feedback to our queries. 
7686
7687         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
7688         copyright issues and absence of any feedback to our queries.   
7689         (ftp_parse_ls): Added a warning message when remote server system
7690         does not seem to be suported by wget. 
7691         (ftp_parse_vms_ls): New function for parsing VMS ftp
7692         server listing output.
7693         (clean_line): New function responsible for removing
7694         end-of-line characters from FTP listing texts.
7695
7696         * ftp.c (getftp): Global variables pwd and host_type are now
7697         member of the ccon structure under names ccon.id and ccon.rs. 
7698
7699         * ftp.h (struct ccon): Added formed global variables from ftp.c,
7700         enum stype rs (remote system identification) and char *id (initial
7701         working directory), as suggested by Hrvoje.
7702
7703         * url.c (parse_uname): Added support for passwords containing '@'
7704         characters.
7705         (skip_uname): Ditto.
7706
7707 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7708
7709         * ftp.c (ftp_loop): Reset con.
7710
7711 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7712
7713         * url.c (parse_uname): Added support for passwords containing '@'
7714         characters.
7715         (skip_uname): Ditto.
7716
7717 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
7718
7719         * url.c (parseurl): Debug-print u->ftp_type.
7720
7721 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7722
7723         * ftp.c (ftp_loop_internal): Disable padding.
7724         (getftp): Ditto.
7725
7726         * http.c (http_loop): Disable padding.
7727
7728         * retr.c (show_progress): Use it to enable padding.
7729
7730         * retr.c (rate): Optional parameter PAD for padding the rate.
7731
7732 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7733
7734         * retr.c (show_progress): Make sure that the last output line
7735         includes progress.
7736
7737 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
7738
7739         * retr.c (show_progress): Print the download rate along with the
7740         percentages.
7741         Along with Anders Thorsby <anders@thorsby.dk>.
7742
7743 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
7744
7745         * ftp.h: Rename enums `command' to `wget_ftp_command' and
7746         `fstatus' to `wget_ftp_status' because old names clash with Tru64
7747         net/if.h.
7748
7749 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
7750
7751         * gen_sslfunc.c: verify_callback is now static
7752
7753         * gen_sslfunc.c (init_ssl): load certificate if specified
7754
7755         * gen_sslfunc.c (ssl_printerr): new function
7756
7757         * init.c: added new --sslcertfile and --sslcertkey switches
7758
7759         * main.c: ditto
7760
7761         * options.h: ditto
7762
7763         * http.c (gethttp): abort when init_ssl fails
7764
7765 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
7766
7767         * mswindows.h: Include <malloc.h>; it's needed for alloca().
7768
7769 2001-01-10  Dan Harkless  <wget@harkless.org>
7770
7771         * url.c (str_url): Clarified this function's comment header after
7772         Hrvoje answered my question on the list as to when hide != 1.
7773         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
7774
7775 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7776
7777         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
7778         Drazen Kacar <dave@arsdigita.com>.
7779         (conaddr): Ditto.
7780
7781 2001-01-09  Dan Harkless  <wget@harkless.org>
7782
7783         * html-url.c: A bunch of fixup of `--page-requisites'-related
7784         comments to reflect Hrvoje's changes to my code when transplanting
7785         it into this new file, to fix spelling mistakes, to clarify, etc.
7786
7787         * url.c (write_backup_file): Clarified a comment.
7788         (str_url): Henrik van Ginhoven pointed out on the list that we
7789         shouldn't give away the number of characters in the password by
7790         replacing each character with a 'x'.  Use "<password>" instead.
7791
7792         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
7793         directories didn't work if logging in put you in a directory other
7794         than "/" is fixed now.  Removed the comment here warning of the bug.
7795
7796         * main.c (print_help): --continue's description was misleading.
7797         We don't "restart", we "resume".  Also, better to say
7798         "partially-downloaded file" rather than just "existing file".
7799
7800 2001-01-06  Dan Harkless  <wget@harkless.org>
7801
7802         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
7803         the best way to go about my aim.  Removed them in favor of:
7804
7805         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
7806
7807 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7808
7809         * url.c (replace_attr): New function, to be used by both
7810         TO_COMPLETE and TO_RELATIVE case in convert_links.
7811         (find_fragment): New function for finding URL fragments.
7812         (replace_attr): Better handle the case where the original string
7813         is not quoted.  Use find_fragment.
7814         (convert_links): Use replace_attr().
7815
7816 2000-12-31  Dan Harkless  <wget@harkless.org>
7817
7818         * ChangeLog: Since this flat file doesn't have multiple branches,
7819         looking at the dates would make you think that things went into
7820         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
7821         in 1.6 branch.]" where appropriate to clarify.
7822         
7823 2000-12-30  Dan Harkless  <wget@harkless.org>
7824
7825         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
7826         patch to deal with h_errno not being defined in netdb.h under Cygwin.
7827
7828 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
7829
7830         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
7831
7832 2000-12-17  Igor Khristophorov  <igor@atdot.org>
7833
7834         * http.c (check_end): Fix test for '+' or '-'.
7835
7836 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7837
7838         * url.c (parseurl): Rename inner loop var from i to ind to avoid
7839         clash with the function top-level-declared variable i.
7840         (str_url): Likewise, rename inner-loop i to j.
7841
7842         * recur.c (parse_robots): Don't declare LEN at top of function.
7843         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
7844         global variable.
7845
7846         * main.c (main): Change erroneous use of bitwise and to logical.
7847
7848         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
7849         the stack because it will be copied to closure.
7850
7851         Thanks to Csaba Raduly's run of PC-LINT over the sources.
7852
7853 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7854
7855         * http.c (basic_authentication_encode): Use xmalloc(), not
7856         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
7857         sources.
7858
7859 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
7860
7861         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
7862         compilation.
7863
7864 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7865
7866         * mswindows.c: Include <errno.h>.
7867
7868         * gen_sslfunc.c: Include <errno.h>.
7869
7870         * ftp-basic.c: Don't attempt to declare errno or h_errno because
7871         they're not used.
7872
7873         * main.c: Include <errno.h> because errno is used.
7874
7875         * ftp.c: Ditto.
7876
7877         * http.c: Include <netdb.h> for h_errno.
7878
7879 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7880
7881         * html-parse.c (advance_declaration): MSVC assert() chokes on
7882         '\"'.  Use '"' instead.
7883
7884 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7885
7886         * utils.c (xfree_real): Removed.
7887         (xfree_debug): Just call free().
7888
7889         * wget.h (xfree): Make it an alias for free.
7890
7891 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7892
7893         * http.c (http_loop): Furthermore, touch output_document only if
7894         it is known to be an existing regular file.
7895
7896 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7897
7898         * ftp.c (ftp_retrieve_list): Ditto.
7899
7900         * http.c (http_loop): Touch output_document if that is used for
7901         output.
7902
7903 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7904
7905         * http.c: Include gen_sslfunc.h after including Wget's headers.
7906         (persistent_available_p): Needed coma before `int ssl'.
7907
7908 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7909
7910         * ftp.c (ftp_loop_internal): Ditto.
7911
7912         * http.c (http_loop): Use it.
7913
7914         * retr.c (sleep_between_retrievals): New function that handles the
7915         logic of opt.wait and opt.waitretry.
7916
7917 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7918
7919         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
7920         rbuf_read_bufferful when the buffer is depleted.
7921
7922         * rbuf.c (rbuf_read_bufferful): New function.
7923
7924 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7925
7926         * gen_sslfunc.h: Use ansi2knr style function declarations.
7927
7928         * gen_sslfunc.c: Reformat according to the GNU coding standards.
7929         More should be done.
7930
7931         * http.c (persistent_available_p): Place the cheap SSL test nearer
7932         the top of the function.
7933         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
7934
7935 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
7936
7937         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
7938         char.
7939
7940 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
7941
7942         * Makefile.in: added gen_sslfunc object
7943         * config.h.in: added HAVE_SSL define
7944         * connect.c: changed select_fd from static int to int
7945         * connect.h: ditto
7946         * gen_sslfunc.h: New file
7947         * gen_sslfunc.c: ditto
7948         * http.c: added HTTPS fuctionality
7949         * retrc.c: ditto
7950         * url.c: ditto
7951         * init.c: added opt.httpsproxy
7952         * options.h: ditto
7953         * rbuf.h: added alternate rbuf struct
7954         * wget.h: added CONSSLERR
7955         * rbuf.c: ditto
7956
7957         * http.c: Added HTTPS fuctionality.
7958
7959         * retrc.c: Ditto.
7960
7961         * url.c: Ditto.
7962
7963         * init.c: Added opt.httpsproxy.
7964
7965         * options.h: Ditto.
7966
7967         * rbuf.h: Added alternate rbuf struct.
7968
7969         * wget.h: Added CONSSLERR.
7970
7971         * rbuf.c: Ditto.
7972
7973 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7974
7975         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
7976         "ignore_perms" to ignore file and directory permissions for
7977         Windows NT FTP server listings.
7978         (ftp_parse_winnt_ls): New function.
7979         (ftp_parse_ls): Parses UNIX and Windows NT listings
7980         separately. Simple heuristics for distinguishing between UNIX and
7981         MS-DOS-like FTP listing provided by Windows NT FTP service.
7982
7983 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7984
7985         * ftpparse.c, ftpparse.h: New files.
7986
7987         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
7988         only. Use ftp_parse_nonunix_ls otherwise.
7989         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
7990         exotic FTP servers.
7991
7992         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
7993         FTP servers.
7994
7995         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
7996         (getftp): Support for VMS. Support for FTP servers that do not
7997         place you in the root directory after login.
7998         (ftp_retrieve_list): VMS is silent about the real file size, issue
7999         a more appropriate message.
8000         (ftp_get_listing): Pass host_type to ftp_parse_ls.
8001
8002         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
8003
8004 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8005
8006         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
8007         "ignore_perms" to ignore file and directory permissions for
8008         Windows NT FTP server listings.
8009         (ftp_parse_winnt_ls): New function.
8010         (ftp_parse_ls): Parses UNIX and Windows NT listings
8011         separately. Simple heuristics for distinguishing between UNIX
8012         and MS-DOS-like FTP listing provided by Windows NT FTP service.
8013
8014 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
8015
8016         * netrc.c (parse_netrc): Get rid of line ending.
8017
8018 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8019
8020         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
8021         Dan.
8022
8023 2000-11-24  Karl Eichwalder  <ke@suse.de>
8024
8025         * main.c (print_help): Untabify.
8026
8027 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8028
8029         * utils.c (xrealloc_debug): Do the unregister/register thing only
8030         if the pointer has actually changed.
8031         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
8032         (xfree_real): Ditto.
8033         (xrealloc_real): Ditto.
8034         (xstrdup_real): Ditto.
8035
8036 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8037
8038         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
8039         string; no need to strdup() it.
8040         (getftp): Make pwd_len a local variable.
8041         (ftp_loop): Free PWD before returning.
8042
8043         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
8044
8045 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8046
8047         * all: Use xfree() instead of free.
8048
8049         * utils.c (xfree): New function.
8050
8051 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8052
8053         * url.c (convert_links): HTML-quote the converted string.
8054
8055         * utils.c (html_quote_string): Move here from ftp-ls.c
8056         (html_quote_string): Make non-static; declare in utils.h.
8057         (html_quote_string): Convert SP to &#32;.
8058
8059 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8060
8061         * ftp.c (getftp): Reformat Jan's code according to GNU coding
8062         standards; remove (debugging?) printf's; use '\0' for the ASCII
8063         zero character.  Use alloca() instead of malloc() for
8064         inter-function temporary allocations.
8065
8066 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8067
8068         * ftpparse.c, ftpparse.h: New files.
8069
8070         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
8071         only. Use ftp_parse_nonunix_ls otherwise.
8072         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
8073         exotic FTP servers.
8074
8075         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
8076         FTP servers.
8077
8078         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
8079         (getftp): Support for VMS. Support for FTP servers that do not
8080         place you in the root directory after login.
8081         (ftp_retrieve_list): VMS is silent about the real file size, issue
8082         a more appropriate message.
8083         (ftp_get_listing): Pass host_type to ftp_parse_ls.
8084
8085         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
8086
8087 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8088
8089         * hash.c (hash_table_put): Don't overwrite deleted mappings.
8090
8091 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8092
8093         * hash.c (find_mapping): New function.
8094         (hash_table_get): Use it.
8095         (hash_table_get_pair): Ditto.
8096         (hash_table_exists): Ditto.
8097         (hash_table_remove): Ditto.
8098         (hash_table_remove): Really delete the entry if the mapping
8099         following LOCATION is empty.
8100
8101         * utils.c (string_set_add): Check whether the element has existed
8102         before.
8103
8104         * hash.c (hash_table_get_pair): New function.
8105
8106 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8107
8108         * http.c (http_process_type): Ignore trailing whitespace; use
8109         strdupdelim().
8110
8111         * recur.c (recursive_retrieve): Use the new `convert' field.
8112         (convert_all_links): Ditto.
8113         (convert_all_links): Don't respect meta_disallow_follow.
8114
8115         * html-url.c (handle_link): Fill out link_relative_p and
8116         link_complete_p.
8117
8118         * url.h (struct _urlpos): Make elements more readable.
8119
8120         * recur.c (recursive_retrieve): Call slist_prepend instead of
8121         slist_append.
8122         (convert_all_links): Call slist_nreverse before iterating through
8123         urls_html.
8124
8125         * utils.c (slist_prepend): New function.
8126         (slist_nreverse): Ditto.
8127
8128 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8129
8130         * http.c (check_end): Constify.
8131
8132 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8133
8134         * http.c (http_loop): If username and password are known, try the
8135         `Basic' authentication scheme by default.
8136
8137         * connect.h: Declare test_socket_open.
8138
8139 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8140
8141         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
8142
8143 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8144
8145         * http.c (gethttp): Don't use the return value of sprintf().
8146         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
8147
8148 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8149
8150         * recur.c (recursive_retrieve): Print the "so we don't load"
8151         debugging message only if we really don't load.
8152
8153         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
8154         (gethttp): Don't request keep-alive if keep-alive is inhibited.
8155
8156 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8157
8158         * http.c (gethttp): Make the HTTP persistent connections more
8159         robust.
8160
8161 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8162
8163         * retr.c (get_contents): If use_expected, make sure that the
8164         appropriate amount of data is being read.
8165
8166         * http.c (gethttp): Check for both `Keep-Alive: ...' and
8167         `Connection: Keep-Alive'.
8168
8169         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
8170         turned on.
8171
8172 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8173
8174         * http.c (connection_available_p): Use it.
8175
8176         * connect.c (test_socket_open): New function.
8177
8178         * http.c (gethttp): Support persistent connections.  Based on the
8179         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
8180         (register_persistent): New function.
8181         (connection_available_p): Ditto.
8182         (invalidate_connection): Ditto.
8183
8184 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8185
8186         * url.c (convert_links): Handle UREL2ABS case.
8187
8188         * recur.c (recursive_retrieve): Instead of the list
8189         urls_downloaded, use hash tables dl_file_url_map and
8190         dl_url_file_map.
8191         (convert_all_links): Use them to retrieve data.
8192
8193         * host.c (clean_hosts): Free the hash tables.
8194
8195         * main.c (private_initialize): Call host_init().
8196
8197         * host.c (store_hostaddress): Use a saner, hash table-based data
8198         model.
8199         (realhost): Ditto.
8200         (host_init): Initialize the hash tables.
8201
8202 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8203
8204         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
8205         used for what the sorted slists used to be used for.
8206         (slist_contains): Don't rely on the list being sorted.
8207         (slist_append): Simplify the code.
8208
8209         * recur.c (recursive_cleanup): Use free_string_set.
8210
8211         * utils.c (string_set_add, string_set_exists, string_set_free):
8212         New functions for easier freeing of hash tables whose keys are
8213         strdup'ed strings.
8214
8215         * recur.c (recursive_retrieve): Use the hash table functions for
8216         storing undesirable URLs.
8217
8218         * hash.c: New file.
8219
8220 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
8221
8222         * main.c (private_initialize): Call url_init.
8223         (main): Call private_initialize.
8224
8225         * url.c (unsafe_char_table): New table.
8226         (UNSAFE_CHAR): Use it.
8227         (init_unsafe_char_table): New function.
8228         (url_init): New function; call init_unsafe_char_table.
8229
8230 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8231
8232         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
8233         _vsnprintf respectively.
8234
8235 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
8236
8237         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
8238         on Linux.
8239
8240 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
8241
8242         * html-url.c (handle_link): Handle HTML fragment identifiers.
8243
8244         * recur.c (recursive_retrieve): If norobot info is respected and
8245         the file is specified not to be followed by robots, respect that.
8246
8247         * html-url.c (collect_tags_mapper): Handle <meta name=robots
8248         content=X>.  For us the important cases are where X is NONE or
8249         where X contains NOFOLLOW.
8250         (get_urls_html): Propagate that information to the caller.
8251
8252 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8253
8254         * url.c (convert_links): Unlink the file we might be reading from
8255         before writing to it.
8256         (convert_links): Use alloca instead of malloc for
8257         filename_plus_orig_suffix.
8258
8259 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8260
8261         * host.c (realhost): Add HOST to the list with quality==0 only if
8262         it wasn't already there.
8263         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
8264
8265 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8266
8267         * url.c (get_urls_file): Ditto.
8268         (convert_links): Ditto.
8269
8270         * html-url.c (get_urls_html): Use read_file() instead of
8271         load_file().
8272
8273         * utils.c (read_file): New function, instead of the old
8274         load_file().
8275         (read_file_free): Ditto.
8276
8277         * url.c (findurl): Search only for the supported protocols.
8278         (convert_links): Use fwrite() when writing out a region of
8279         characters.
8280
8281 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8282
8283         * ftp-ls.c: Move html_quote_string and ftp_index here.
8284
8285         * url.c: Remove get_urls_html, since that's now in html-url.c.
8286
8287         * html-url.c: New file.
8288
8289         * html-parse.c: New file.
8290
8291 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8292
8293         * init.c (run_wgetrc): Don't bother killing off '\r' since
8294         pars_line() skips whitespace at end of line anyway.
8295         (parse_line): Oops, it didn't.  Now it does.
8296
8297         * recur.c (parse_robots): Ditto here.
8298
8299         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
8300         manually because read_whole_line no longer does.
8301
8302         * utils.c (read_whole_line): Rewrite to: a) use less memory
8303         (reallocates to needed size after work), b) work faster -->
8304         fgets() instead of getc, c) be more correct --> doesn't kill the
8305         newline character at the end of line.
8306
8307 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8308
8309         * init.c (comind): Initialize MAX to array size - 1.
8310
8311 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8312
8313         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
8314         Suggested by Edward J. Sabol.
8315
8316 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8317
8318         * url.c (construct): Handle the case where host name is not
8319         followed by a slash.
8320
8321 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8322
8323         * init.c: commands[] need to be sorted!  ("base" wasn't.)
8324
8325 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8326
8327         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
8328         `if'.
8329
8330 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8331
8332         * url.c (construct): Insert unneeded initialization for the
8333         compiler to shut up.
8334
8335         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
8336         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
8337         otherwise gets lost when you define _XOPEN_SOURCE.
8338
8339         * utils.c (touch): Include the file name in the error message.
8340         From Debian.
8341
8342 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8343
8344         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
8345         resize the buffer to fit the formated message.  That way, messages
8346         of arbitrary size may be printed.
8347         (logvprintf): Use saved_append() to optionally log the last
8348         several lines of output.
8349         (logputs): Ditto.
8350         (log_close): Adapt to new data structures.
8351         (log_dump): Ditto.
8352         (redirect_output): Print messages to stderr, not to stdout.
8353
8354         * log.c (saved_append_1): New function.  Replaces the old logging
8355         system ("log all output until 10M characters") with a new, much
8356         more reasonable one ("log last screenful of text").
8357         (saved_append): New function; call saved_append_1.
8358         (free_log_line): New function.
8359
8360 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8361
8362         * url.c (construct): Fix comment.
8363         (find_last_char): Document.
8364
8365 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8366
8367         * snprintf.c: New file.
8368
8369 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
8370
8371         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
8372         types to logprintf() and debug_logprintf().
8373
8374 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8375
8376         * ftp.c (ftp_loop_internal): Hide the password from the URL when
8377         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
8378         <darekm@bydg.lomac.com.pl>.
8379
8380 2000-11-02  Junio Hamano  <junio@twinsun.com>
8381
8382         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
8383
8384 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
8385
8386         * http.c (known_authentication_scheme_p): Recognize NTML
8387         authentication.
8388         (create_authorization_line): Treat NTML the same as `Basic'.
8389
8390 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8391
8392         * retr.c (retrieve_url): Free url before returning.
8393         (retrieve_url): Free mynewloc before returning.
8394         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
8395
8396 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8397
8398         * url.c (parseurl): Remove possible reading past the end of
8399         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
8400
8401 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8402
8403         * main.c (main): In case of opt.downloaded overflowing, print
8404         <overflow> instead of a totally bogus random value.
8405
8406         * retr.c (retrieve_from_file): Ditto.
8407
8408         * recur.c (recursive_retrieve): Ditto.
8409
8410         * main.c (main): Ditto.
8411
8412         * http.c (http_loop): Ditto.
8413
8414         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
8415         `+=', and downloaded_exceeds_quota() instead of the simple-minded
8416         check.
8417         (ftp_retrieve_list): Ditto.
8418         (ftp_retrieve_dirs): Ditto.
8419         (ftp_retrieve_glob): Ditto.
8420
8421         * retr.c (downloaded_increase): New function.  Notice overflows of
8422         opt.downloaded.
8423         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
8424         used if it overflowed.
8425
8426         * options.h (struct options): New member downloaded_overflow.
8427
8428 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8429
8430         * wget.h (enum): Remove extra space after last enumeration.
8431
8432 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8433
8434         * main.c (main): Use legible_very_long() for printing
8435         opt.downloaded.
8436
8437         * utils.c (legible_1): New function that operates on strings and
8438         does the brunt of legible()'s work.
8439         (legible): Use legible_1().
8440         (legible_very_long): New function; dump the argument with
8441         sprintf(), and call legible_1().
8442
8443         * options.h (struct options): Use VERY_LONG_TYPE for
8444         opt.downloaded.
8445
8446         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
8447         type.
8448
8449         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
8450         defined.  Define HAVE_LONG_LONG if long long is available.
8451
8452 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8453
8454         * utils.c (long_to_string): Update with a later, better version.
8455
8456 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8457
8458         * url.c (path_simplify_with_kludge): New function.
8459         (path_simplify_with_kludge): Disable it.  Instead...
8460         (parse_dir): ...make sure that at this point the right thing is
8461         done, i.e. that "query" part of the URL (?...) is always assigned
8462         to the file, never to the directory portion of the path.
8463
8464 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8465
8466         * retr.c (retrieve_url): Detect redirection cycles.
8467
8468 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8469
8470         * url.c (get_urls_html): Decode HTML entities using
8471         html_decode_entities.
8472
8473         * html.c (htmlfindurl): Don't count the `#' in numeric entities
8474         (&#NNN;) as an HTML fragemnt.
8475         (html_decode_entities): New function.
8476
8477 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8478
8479         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
8480
8481 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8482
8483         * url.c (construct): Rewritten for clarity.  Avoids the
8484         unnecessary copying and stack-allocation the old version
8485         performed.
8486
8487 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
8488
8489         * ftp.c (getftp): Ditto.
8490
8491         * http.c (gethttp): Rewind the stream when retrying from scratch.
8492
8493 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
8494
8495         * retr.c (retrieve_url): Use url_concat() to handle relative
8496         redirections instead of /ad hoc/ code.
8497
8498         * url.c (url_concat): New function encapsulating weird
8499         construct().
8500         (urllen_http_hack): New function.
8501         (construct): When constructing new URLs, recognize that `?' does
8502         not form part of the file name in HTTP.
8503
8504 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
8505
8506         * retr.c: Add msec timing support for WINDOWS.
8507         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
8508         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
8509
8510 2000-10-27  Dan Harkless  <wget@harkless.org>
8511
8512         * retr.c (retrieve_url): Manually applied T. Bharath
8513         <TBharath@responsenetworks.com>'s patch to get wget to grok
8514         illegal relative URL redirects.  Reformatted and re-commented it.
8515
8516 2000-10-23  Dan Harkless  <wget@harkless.org>
8517
8518         * connect.c (make_connection and bindport): Manually applied Rob
8519         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
8520         changing coding style to GNU's.
8521
8522         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
8523         files downloaded via FTP.  Per a comment, .listing files were not
8524         counted towards number of bytes and files downloaded because they're 
8525         deleted anyway.  Well, they aren't under -nr, so count them then.
8526
8527         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
8528         --bind-address, alphabetizing, changing coding style to GNU's,
8529         commenting, and renaming cmd_ip_address() to cmd_address() to
8530         imply hostnames also okay.
8531                 
8532         * main.c (main): --delete-after didn't delete the root of the
8533         tree.  Ignore --convert-links if --delete-after was specified.
8534         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
8535         fixing duplicate use of added-since-1.5.3 case value.
8536         (print_help): Clarified that --delete-after deletes local files.
8537         Rob forgot to add a line for his new --bind-address option.
8538                 
8539         * options.h (struct options): Manually applied Rob Mayoff's patch
8540         to add --bind-address (bind_address structure member).
8541                 
8542         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
8543         Ignore --convert-links if --delete-after was specified.
8544                 
8545         * retr.c (retrieve_from_file): Just added a DEBUGP().
8546                 
8547 2000-10-19  Dan Harkless  <wget@harkless.org>
8548
8549         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
8550         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
8551         patch to work around FTP servers that incorrectly respond to the
8552         "REST" command with the remaining size rather than the total file size.
8553                 
8554         * http.c (gethttp): Improved a comment and added code to tack on
8555         ".html" to text/html files without that extension when -E specified.
8556         (http_loop): Use new downloaded_file() enumerators and deal with
8557         the case of gethttp() called xrealloc() on u->local.
8558
8559         * init.c (commands): Added new "htmlextension" command.
8560         Also renamed John Daily's cmd_quad() to the more descriptive
8561         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
8562         removed duplicate cmd_boolean() declaration.
8563
8564         * main.c (print_help): Added my new -E / --html-extension option.
8565         (main): Undocumented --email-address option previously used -E synonym.
8566         Stole it away for the much more deserving --html-extension's use.
8567
8568         * options.h (struct options): Added html_extension field.
8569
8570         * url.c (convert_links): URL X that we saved as X.html locally due
8571         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
8572         (downloaded_file): Now remembers if we added .html extension to a file.
8573
8574         * url.h (downloaded_file_t): Added extra enumerators to support above.
8575         (downloaded_file): Now takes and returns a downloaded_file_t.
8576
8577         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
8578         
8579 2000-10-09  Dan Harkless  <wget@harkless.org>
8580
8581         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
8582                 
8583         * main.c (print_help): Clarified what --retr-symlinks does.
8584         
8585 2000-09-15  John Daily  <jdaily@cyberdude.com>
8586
8587         * init.c: Add support for "always" and "never" values to allow
8588         .wgetrc to override commandline (useful e.g. with .pm files
8589         calling `wget --passive-ftp' when your firewall doesn't allow that).
8590
8591         * ftp.c (getftp): passive_ftp is first option to support always/never.
8592
8593 2000-08-30  Dan Harkless  <wget@harkless.org>
8594
8595         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
8596         
8597         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
8598         Wrapped some > 80-column lines.  When -p is specified and we're at a 
8599         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than 
8600         <LINK REL="stylesheet">.
8601         
8602         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
8603         
8604         * init.c: Added new -p / --page-requisites / page_requisites option.
8605
8606         * main.c (print_help): Clarified that -l inf and -l 0 both allow
8607         infinite recursion.  Changed the unhelpful --mirrior description
8608         to simply give the options it's equivalent to.  Added new -p option.
8609         (main): Added some comments; handle new -p / --page-requisites.
8610         
8611         * options.h (struct options): Added new page_requisites field.
8612
8613         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
8614         Calculate and pass down new `dash_p_leaf_HTML' parameter to
8615         get_urls_html().  Use new INFINITE_RECURSION #define.
8616
8617         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
8618         final `dash_p_leaf_HTML' parameter.
8619
8620         * url.c: get_urls_html() and htmlfindurl() now take final
8621         `dash_p_leaf_HTML' parameter.
8622
8623         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
8624
8625         * wget.h: Added some comments and new INFINITE_RECURSION #define.
8626         
8627 2000-08-23  Dan Harkless  <wget@harkless.org>
8628
8629         * main.c (print_help): -B / --base was not mentioned.
8630
8631 2000-08-22  Dan Harkless  <wget@harkless.org>
8632
8633         * main.c (print_help): Modified -nc description to mention that it
8634         also prevents the creation of multiple versions of the same file
8635         with ".<number>" suffixes.
8636
8637 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8638
8639         * retr.c (retrieve_url): Consistently strdup opt.referer when
8640         setting u->referer.
8641
8642 2000-06-09  Dan Harkless  <wget@harkless.org>
8643
8644         * main.c (print_help): --help output for --waitretry was over 80 cols.
8645
8646 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
8647
8648         * url.c (encode_string): Fix comment.
8649         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
8650
8651 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
8652
8653         * ftp.c (ftp_retrieve_list): Change permissions only on plain
8654         files.
8655
8656 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
8657
8658         * url.c (str_url): Print the port number only if it's different
8659         from the default port number for that protocol.
8660
8661 2000-05-22  Dan Harkless  <wget@harkless.org>
8662
8663         * main.c (print_help): Added --help line for Damir Dzeko
8664         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
8665         Removed comments that --referer and --waitretry were undocumented.
8666         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
8667         line for --execute.
8668
8669 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
8670
8671         * ftp.c (getftp): Ditto.
8672
8673         * http.c (gethttp): Check for return value of fclose/fflush.
8674
8675 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
8676
8677         * host.c (store_hostaddress): Instead of shifting ADDR, start
8678         copying from the correct address.
8679
8680 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
8681
8682         * http.c (gethttp): Don't free REQUEST -- it was allocated with
8683         alloca().
8684         Pointed out by Gisle Vanem <gvanem@eunet.no>.
8685
8686 2000-04-04  Dan Harkless  <wget@harkless.org>
8687
8688         * host.c (store_hostaddress): R. K. Owen's patch introduces a
8689         "left shift count >= width of type" warning on 32-bit
8690         architectures.  Got rid of it by tricking the compiler w/ a variable.
8691         
8692         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
8693         characters per RFC1738, namely everything above '~'.  It also
8694         generated a warning on OSes where char =~ unsigned char.  Fixed.
8695         
8696 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
8697
8698         * http.c (http_process_type): Removed needless strdup(), a memory
8699         leak.
8700
8701 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
8702
8703         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
8704
8705 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
8706
8707         * init.c (wgetrc_file_name): Don't free HOME under Windows.
8708
8709 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
8710
8711         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
8712
8713 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
8714
8715         * url.c (UNSAFE_CHAR): New macro.
8716         (contains_unsafe): Use it.
8717         (encode_string): Ditto.
8718
8719 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
8720
8721         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
8722
8723 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
8724
8725         * Use TOUPPER/TOLOWER.
8726
8727 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
8728
8729         * ftp-opie.c (btoe): Zero-terminate OSTORE.
8730
8731 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
8732
8733         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
8734
8735         * sysdep.h (ISALNUM): New macro.
8736         (TOLOWER): Ditto.
8737         (TOUPPER): Ditto.
8738
8739 2000-03-10  Dan Harkless  <wget@harkless.org>
8740
8741         * html.c (idmatch): Implemented checking of my new --follow-tags
8742         and --ignore-tags options.
8743         
8744         * init.c (commands): Added comment reminding people adding new
8745         entries doing allocation to add corresponding freeing in cleanup().
8746         (commands): Added new followtags and ignoretags commands.
8747         (cleanup): Free storage for new followtags and ignoretags.
8748         
8749         * main.c: Use of "comma-separated list" was random -- normalized
8750         it.  Did some alphabetization.  Added comments pointing out
8751         "Options without arguments" and "Options accepting an argument"
8752         sections of long_options[].  Added new options --follow-tags and
8753         -G / --ignore-tags.  Added comment that Damir's --referer is
8754         currently undocumented.  Added comment that Heiko's --waitretry is
8755         partially undocumented (mentioned in --help but not in
8756         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
8757         
8758         * options.h (struct options): Added new fields follow_tags and
8759         ignore_tags. 
8760         
8761         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
8762         
8763 2000-03-02  Dan Harkless  <wget@harkless.org>
8764
8765         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
8766         braces to avoid ambiguous `else'" warnings.  Eliminated them.
8767         
8768         * http.c (gethttp): Dan Berger's query string patch is totally
8769         bogus.  If you have two different URLs, gen_page.cgi?page1 and
8770         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
8771         second will overwrite the first.  Also, parameters to implicit
8772         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
8773         be printed with trailing garbage characters, and could seg fault.
8774         Backing out the patch, which Dan B. informed me by email was just
8775         a kludge to download StarOffice from Sun made necessary due to
8776         wget's unconditional escaping of certain characters (room for an
8777         option there?).
8778         (http_loop): Heiko introduced "suggest explicit braces to avoid
8779         ambiguous `else'" warnings.  Eliminated them.
8780         
8781         * main.c: Heiko's --wait / --waitretry backwards compatibility
8782         code looks to have been totally untested -- automatic variable
8783         'wr' was used without being initialized, and a long int was passed
8784         into setval()'s char* val parameter.
8785         
8786         * recur.c (parse_robots): Applied Edward J. Sabol
8787         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
8788         problem with "User-agent:<space>*<space>" lines in robots.txt.
8789         
8790         * url.c (parseurl, str_url): Removing Dan Berger's code (see
8791         http.c above for explanation).
8792         
8793 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
8794
8795         * ftp.c: Respect new option waitretry.
8796
8797 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
8798
8799         * http.c (gethttp): Send custom Referer, if required.
8800
8801 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
8802
8803         * netrc.c (parse_netrc): Allow passwords to contain spaces.
8804
8805         * netrc.c (parse_netrc): New function.
8806
8807 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
8808
8809         * http.c (gethttp): Send it.
8810
8811         * url.c (parseurl): Detect query string in HTTP URL-s.
8812         (str_url): Print it.
8813
8814 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
8815
8816         * html.c (html_allow): Add <link href=...> and <script src=...>.
8817
8818 1999-05-02  andrew deryabin  <djsf@softhome.net>
8819
8820         * http.c (gethttp): Specify port in `Host' header only if it's
8821         different from 80.
8822
8823 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
8824
8825         * recur.c (recursive_retrieve): If a finite maximum depth is
8826         specified, and we're are already at that depth, don't download the
8827         HTML file for parsing.
8828
8829 2000-03-01  Dan Harkless  <wget@harkless.org>
8830
8831         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
8832         even though we don't do conversion on HTML files retrieved via
8833         FTP, so _current_ usage of downloaded_file() makes this call unneeded. 
8834         (ftp_retrieve_list): Added a comment saying where we need to
8835         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
8836         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
8837         a lie -- reworded as "Server file no newer than local file '%s' --".
8838         
8839         * http.c (http_loop): Fixed a typo and clarified a comment.
8840         (http_loop): When -K and -N are specified together, compare size
8841         and timestamp of server file X against local file X.orig (if
8842         extant) rather than converted local file X.
8843         (http_loop): "Local file '%s' is more recent," is sometimes a lie
8844         -- reworded as "Server file no newer than local file '%s' --".
8845         (http_loop): Call new downloaded_file() function to prevent
8846         wrongful overwriting of .orig file when -N is specified.
8847         
8848         * url.c (convert_links): When -K specified, only rename X to
8849         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
8850         file X due to -N, we clobber an X.orig from a previous invocation.
8851         (convert_links): Call the failsafe xstrdup(), not the real strdup().
8852         (convert_links): Added a note asking anyone who understands how
8853         multiple URLs can correspond to a single file to comment it.
8854         (downloaded_file): Added this new function.
8855         
8856         * url.h (downloaded_file): Added prototype for this new function
8857         as well as its downloaded_file_t enum type.
8858
8859         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
8860
8861 2000-02-29  Dan Harkless  <wget@harkless.org>
8862
8863         * version.c: Upped version to developer-only "1.5.3+dev".
8864
8865 2000-02-18  Dan Harkless  <wget@harkless.org>
8866
8867         * init.c (backup_converted): Added this new option.
8868
8869         * main.c (-K / --backup-converted): Added this new option.
8870
8871         * options.h (backup_converted): Added this new option.
8872
8873         * url.c (convert_links): When backup_converted is specified, save
8874         file X as X.orig before converting.
8875
8876         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
8877
8878 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
8879
8880         * version.c: Wget 1.5.3 is released.
8881
8882 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
8883
8884         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local 
8885         address doesn't yield FQDN.
8886
8887 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8888
8889         * cmpt.c (strerror): Fix declaration of sys_errlist.
8890
8891 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
8892
8893         * main.c (main): Don't use an array subscript as the first
8894         argument to STRDUP_ALLOCA.
8895         From Kaveh R. Ghazi.
8896
8897 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
8898
8899         * html.c (htmlfindurl): Download table background.
8900
8901 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
8902
8903         * init.c (parse_line): Would free *com before allocating it.
8904         (parse_line): Would free com instead of *com.
8905
8906 1998-09-10  Howard Gayle  <howard@fjst.com>
8907
8908         * url.c (get_urls_html): Would drop the last character of the
8909         link.
8910
8911 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
8912
8913         * http.c (http_loop): Don't print status code if quiet.
8914
8915 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8916
8917         * log.c: Use <stdarg.h> only when __STDC__.
8918
8919 1998-09-10  Adam D. Moss  <adam@foxbox.org>
8920
8921         * html.c (htmlfindurl): Download <layer src=...>.
8922
8923 1998-09-10  Howard Gayle  <howard@fjst.com>
8924
8925         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file 
8926         not retrieved.
8927
8928 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
8929
8930         * utils.c: Include <libc.h> on NeXT.
8931
8932 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
8933
8934         * url.c (get_urls_html): Fix calculation of URL position.
8935
8936 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
8937
8938         * version.c: Wget 1.5.2 is released.
8939
8940 1998-06-23  Dave Love  <d.love@dl.ac.uk>
8941
8942         * ftp.c, init.c, netrc.c: Include errno.h.
8943
8944         * http.c: Include errno.h and time header.
8945
8946         * Makefile.in (exext): Define.
8947         (install.bin, uninstall.bin): Use it.
8948
8949 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
8950
8951         * http.c (http_loop): Don't attempt to compare local and remote
8952         sizes if the remote size is unknown.
8953
8954 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
8955
8956         * url.c (get_urls_html): Use malloc() instead of alloca in the
8957         loop.
8958
8959 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
8960
8961         * version.c: Wget 1.5.2-b4 is released.
8962
8963 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
8964
8965         * url.c (get_urls_html): Ignore spaces before and after the URI.
8966
8967 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
8968
8969         * ftp.c (getftp): Translate `done'.
8970
8971 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
8972
8973         * version.c: Wget 1.5.2-b3 is released.
8974
8975 1998-06-06  Alexander Kourakos  <awk@bnt.com>
8976
8977         * init.c (cleanup): Close dfp, don't free it.
8978
8979 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
8980
8981         * utils.c (make_directory): Twiddle.
8982
8983         * config.h.in: Added template for access().
8984
8985 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
8986
8987         * html.c (htmlfindurl): Download <input src=...>
8988
8989 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
8990
8991         * utils.c (file_exists_p): Use access() with two arguments.
8992
8993 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
8994
8995         * netrc.c (parse_netrc): Correct logic.
8996
8997 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
8998
8999         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
9000         <ljm@ljm.wownet.net>.
9001
9002 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
9003
9004         * version.c: Wget 1.5.2-b2 is released.
9005
9006 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
9007
9008         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
9009
9010 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
9011
9012         * retr.c (elapsed_time): Return correct value when
9013         HAVE_GETTIMEOFDAY is undefined.
9014
9015 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
9016
9017         * version.c: Wget 1.5.2-b1 is released.
9018
9019 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
9020
9021         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
9022         (_getopt_internal): Don't translate `#if 0'-ed strings.
9023
9024 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
9025
9026         * mswindows.c (ws_handler): Use fork_to_background().
9027
9028 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
9029
9030         * version.c: Wget 1.5.1 is released.
9031
9032 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
9033
9034         * http.c (parse_http_status_line): Avoid `minor' and `major'
9035         names.
9036
9037 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
9038
9039         * utils.c (mkdirhier): Renamed to make_directory.
9040
9041 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
9042
9043         * mswindows.c (fork_to_background): Define under Windows.
9044
9045         * utils.c (fork_to_background): New function.
9046
9047         * html.c (htmlfindurl): Removed rerdundant casts.
9048
9049 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
9050
9051         * mswindows.c (ws_mypath): Cache the path.
9052
9053 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
9054
9055         * ftp.h: Prefix enum ftype members with FT_.
9056
9057         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
9058
9059         * mswindows.h: Use stat under Borland, _stat under MSVC.
9060
9061 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
9062
9063         * http.c (known_authentication_scheme_p): New function.
9064         (gethttp): Handle authorization more correctly.
9065
9066         * ftp-basic.h: Removed.
9067
9068         * cmpt.h: Removed.
9069
9070         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
9071         with gcc 2.8.
9072         (numdigit): Use `while' loop.
9073
9074         * http.c (create_authorization_line): Detect authentication
9075         schemes case-insensitively.
9076
9077         * http.c (extract_header_attr): Use strdupdelim().
9078         (digest_authentication_encode): Move declaration of local
9079         variables to smaller scope.
9080         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
9081         (create_authorization_line): Detect authentication schemes
9082         case-insensitively.
9083
9084         * utils.c (touch): Constify.
9085
9086         * http.c (gethttp): Report a nicer error when no data is received.
9087
9088         * rbuf.h (RBUF_READCHAR): Ditto.
9089
9090         * ftp-basic.c (ftp_response): Use sizeof.
9091
9092 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
9093
9094         * retr.c (print_percentage): EXPECTED is long, not int.
9095         (print_percentage): Use floating-point arithmetic to avoid
9096         overflow with large files' sizes multiplied with 100.
9097
9098 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
9099
9100         * config.h.in: Added pid_t stub.
9101
9102         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
9103         define it).
9104
9105 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
9106
9107         * version.c: Wget 1.5.0 is released.
9108
9109 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
9110
9111         * url.c (str_url): Ditto.
9112
9113         * ftp-basic.c (ftp_rest): Use new name.
9114
9115         * utils.c (long_to_string): Renamed from prnum().
9116
9117 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
9118
9119         * version.c: Wget 1.5-b17 is released.
9120
9121 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
9122
9123         * headers.c (header_get): New argument FLAGS.
9124
9125         * http.c (gethttp): If request is malformed, bail out of the
9126         header loop.
9127         (gethttp): Check for empty header *after* the status line checks.
9128         (gethttp): Disallow continuations for status line.
9129
9130 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
9131
9132         * version.c: Wget 1.5-b16 is released.
9133
9134 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
9135
9136         * init.c (commands): Renamed `always_rest' to `continue'.
9137
9138 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
9139
9140         * all: Use it.
9141
9142         * log.c (logputs): New argument.
9143         (logvprintf): Ditto.
9144         (logprintf): Ditto.
9145
9146 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
9147
9148         * http.c (http_atotm): Update comment.
9149
9150         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
9151
9152         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
9153
9154         * main.c (i18n_initialize): New function.
9155         (main): Use it.
9156
9157         * log.c: Include <unistd.h>.
9158
9159         * retr.c (show_progress): Cast alloca to char *.
9160
9161 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
9162
9163         * version.c: Wget 1.5-b15 is released.
9164
9165 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
9166
9167         * utils.h: Declare file_non_directory_p().
9168
9169 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
9170
9171         * main.c (main): It's `tries', not `numtries' now.
9172
9173 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
9174
9175         * init.c (getperms): Removed.
9176
9177 1998-04-01  Tim Charron  <tcharron@interlog.com>
9178
9179         * log.c (logvprintf): Don't use ARGS twice.
9180
9181 1998-04-01  John  <john@futuresguide.com>
9182
9183         * mswindows.c: Cleaned up.
9184
9185 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
9186
9187         * version.c: Wget 1.5-b14 is released.
9188
9189 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
9190
9191         * ftp-opie.c (STRLEN4): New macro.
9192         (btoe): Use it.
9193
9194 1998-04-01  Junio Hamano  <junio@twinsun.com>
9195
9196         * http.c: Document all the Digest functions.
9197
9198 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
9199
9200         * utils.c (file_non_directory_p): Renamed from isfile().
9201
9202         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
9203
9204 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
9205
9206         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
9207
9208         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
9209         style.
9210         (cmd_permissions): Removed.
9211
9212         * config.h.in: Add template for WORDS_BIGENDIAN.
9213
9214 1998-03-31  Junio Hamano  <junio@twinsun.com>
9215
9216         * http.c (HEXD2asc): New macro.
9217         (dump_hash): Use it.
9218
9219 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
9220
9221         * version.c: Wget 1.5-b13 is released.
9222
9223 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
9224
9225         * main.c (main): Don't try to use `com'.
9226
9227 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
9228
9229         * init.c (cmd_permissions): New function.
9230
9231 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
9232
9233         * version.c: Wget 1.5-b12 is released.
9234
9235 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
9236
9237         * init.c (commands): Renamed `numtries' to `tries'.
9238         (cmd_spec_debug): Removed.
9239         (home_dir): Under Windows, return `C:\' if HOME is undefined.
9240
9241 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
9242
9243         * config.h.in: Define _XOPEN_SOURCE.
9244
9245         * init.c (check_user_specified_header): New function.
9246         (cmd_spec_header): Use it.
9247         (cmd_spec_useragent): New function.
9248
9249 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
9250
9251         * version.c: Wget 1.5-b11 is released.
9252
9253 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
9254
9255         * wget.h: Include <libintl.h> only if NLS is enabled.
9256
9257 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
9258
9259         * options.h (struct options): Made `wait' a long.
9260         (struct options): Ditto for `timeout'.
9261
9262 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
9263
9264         * utils.c (exists): Renamed to file_exists_p.
9265         (file_exists_p): Use access() if available.
9266
9267 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
9268
9269         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
9270         infloop.
9271
9272         * log.c: do_logging -> save_log_p.
9273
9274         * config.h.in: Added template for HAVE_VSNPRINTF.
9275
9276 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
9277
9278         * init.c: Ditto.
9279
9280         * http.c: Protect declaration against non-ANSI compiler.
9281
9282         * log.c (logvprintf): Use vsnprintf() if available.
9283
9284         * getopt.c (main): Don't translate test stuff.
9285
9286 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
9287
9288         * version.c: Wget 1.5-b10 is released.
9289
9290 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
9291
9292         * ftp.c (getftp): Don't translate "CWD %s".
9293
9294         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
9295
9296 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
9297
9298         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
9299
9300         * log.c (logputs): New function.
9301         (logvprintf): Renamed from vlogmsg; use logputs().
9302
9303         * retr.c (show_progress): Print `[100%]' when the retrieval is
9304         finished.
9305
9306         * init.c (run_wgetrc): Use FILE, not PATH.
9307         (wgetrc_file_name): Ditto.
9308
9309 1998-03-07  Tim Adam  <tma@osa.com.au>
9310
9311         * recur.c (parse_robots): Correctly reset `entries' on empty
9312         disallow.
9313
9314 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
9315
9316         * init.c (cmd_spec_debug): Use cmd_boolean().
9317
9318 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
9319
9320         * http.c (gethttp): Create proxy-authorization correctly.
9321
9322 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
9323
9324         * md5.c: Ditto.
9325
9326         * getopt.c: Use ANSI function definitions.
9327
9328         * ftp-opie.c: New file.
9329
9330         * options.h: Don't redefine EXTERN.
9331
9332         * init.c: Sort it correctly.
9333
9334 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
9335
9336         * version.c: Wget 1.5-b9 is released.
9337
9338 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
9339
9340         * recur.c (recursive_retrieve): Reset `first_time'.
9341
9342         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
9343
9344         * rbuf.c (rbuf_peek): Simplified.
9345         (rbuf_flush): Use MINVAL.
9346
9347         * wget.h (MINVAL): Moved from url.h.
9348
9349         * rbuf.h (RBUF_FD): New macro.
9350
9351         * url.c (add_url): Add to the head of the list.
9352
9353         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
9354         file.
9355         (getftp): Set the default permissions to 0600.
9356
9357 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
9358
9359         * url.c (get_urls_html): Ditto.
9360         (convert_links): Ditto.
9361
9362         * recur.c (parse_robots): Ditto.
9363
9364         * html.c (ftp_index): Ditto.
9365
9366         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
9367
9368         * init.c (defaults): Initialize `opt' to zero via memset.
9369
9370         * http.c (digest_authentication_encode): goto considered harmful.
9371
9372 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
9373
9374         * ftp.c (delelement): Simplify and fix leak.
9375
9376 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
9377
9378         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
9379
9380         * url.h (HEXD2ASC): Removed warning.
9381
9382         * init.c (comind): Use binary search.
9383         (commands): Reorganized.
9384         (setval): Ditto.
9385         (cmd_boolean): New function.
9386         (cmd_number): Ditto.
9387         (cmd_number_inf): Ditto.
9388         (cmd_string): Ditto.
9389         (cmd_vector): Ditto.
9390         (cmd_directory_vector): Ditto.
9391         (cmd_bytes): Ditto.
9392         (cmd_time): Ditto.
9393         (cmd_spec_debug): Ditto.
9394         (cmd_spec_dirmode): Ditto.
9395         (cmd_spec_dirstruct): Ditto.
9396         (cmd_spec_dotstyle): Ditto.
9397         (cmd_spec_header): Ditto.
9398         (cmd_spec_htmlify): Ditto.
9399         (cmd_spec_mirror): Ditto.
9400         (cmd_spec_outputdocument): Ditto.
9401         (cmd_spec_recursive): Ditto.
9402         (settime): Merged with cmd_time().
9403         (setbytes): Merged with cmd_bytes().
9404         (setonoff): Merged with cmd_boolean().
9405         (onoff): Ditto.
9406
9407 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
9408
9409         * Makefile.in (distclean): Remove `config.h'.
9410
9411 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
9412
9413         * version.c: Wget 1.5-b8 is released.
9414
9415 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
9416
9417         * http.c (digest_authentication_encode): New function.
9418         (create_authorization_line): Use it.
9419         (dump_hash): New function.
9420         (digest_authentication_encode): Use it.
9421
9422         * fnmatch.c: Renamed from `mtch.c'.
9423
9424 1998-02-15  Karl Eichwalder  <ke@suse.de>
9425
9426         * main.c (main): Tag "Written by..." string as translatable.
9427
9428 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
9429
9430         * wget.h (FREE_MAYBE): New macro.
9431
9432         * http.c (create_authorization_line): Don't use ANSI C string
9433         concatenation feature.
9434         (basic_authentication_encode): Use alloca() for temporary
9435         variables.
9436
9437         * recur.h: Ditto.
9438
9439         * http.c: Ditto.
9440
9441         * headers.h: Ditto.
9442
9443         * ftp-basic.c: Protect declaration against non-ANSI compiler.
9444
9445         * http.c (create_authorization_line): Cast `unsigned char *' to
9446         `char *' for sprintf, to shut up the noisy Digital Unix cc.
9447
9448 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
9449
9450         * version.c: Wget 1.5-b7 is released.
9451
9452 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
9453
9454         * cmpt.c (strstr): Synched with glibc-2.0.6.
9455
9456         * ftp-basic.c (calculate_skey_response): Ditto.
9457         (calculate_skey_response): Use alloca().
9458
9459         * http.c (create_authorization_line): Work with FSF's version of
9460         md5.c.
9461
9462         * md5.c: New file, from GNU libc.
9463
9464 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
9465
9466         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
9467
9468 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
9469
9470         * http.c (basic_authentication_encode): New function, instead of
9471         the macro.
9472
9473 1998-02-13  Junio Hamano  <junio@twinsun.com>
9474
9475         * http.c: Add HTTP-DA support.
9476         * ftp-basic.c: Add Opie/S-key support.
9477         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
9478         * md5.c, md5.h: New files.
9479
9480 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
9481
9482         * http.c (http_process_range): Renamed from hprocrange().
9483         (http_process_range): Parse the whole header.
9484
9485         * headers.c: New file.
9486         (header_process): New function.
9487         (header_get): Renamed from fetch_next_header.
9488
9489         * all: Include utils.h only where necessary.
9490
9491         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
9492
9493         * wget.h: Add provisions for dmalloc.
9494
9495 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
9496
9497         * version.c: Wget 1.5-b6 is released.
9498
9499 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
9500
9501         * ftp.c (ftp_loop): Determine `filename' more precisely.
9502
9503         * init.c (setval): Don't set `opt.quiet' if output-document is
9504         `-'.
9505
9506         * log.c (log_init): Print to STDERR instead of STDOUT.
9507         (vlogmsg): Use STDERR by default.
9508         (logflush): Ditto.
9509
9510 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
9511
9512         * host.c: Use addr_in again.
9513
9514 1998-02-08  Karl Eichwalder  <karl@suse.de>
9515
9516         * http.c (gethttp): Fixed typo.
9517
9518 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
9519
9520         * version.c: Wget 1.5-b5 is released.
9521
9522 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
9523
9524         * retr.c (show_progress): Use it.
9525
9526         * log.c (logflush): New function.
9527
9528         * wget.h: Utilize __attribute__ if on gcc.
9529
9530 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
9531
9532         * http.c (base64_encode_line): New argument LENGTH.
9533         (BASIC_AUTHENTICATION_ENCODE): Use it.
9534         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
9535
9536         * main.c (main): Fixed fprintf() format mismatch.
9537
9538 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
9539
9540         * version.c: Wget 1.5-b4 is released.
9541
9542 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
9543
9544         * host.c: use sockaddr_in instead of addr_in.
9545
9546 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
9547
9548         * init.c (cleanup): Use it.
9549
9550         * recur.c (recursive_cleanup): New function.
9551
9552         * retr.c (retrieve_from_file): Ditto.
9553
9554         * main.c (main): Use it.
9555
9556         * recur.c (recursive_reset): New function.
9557
9558         * retr.c (retrieve_from_file): Ditto.
9559
9560         * main.c (main): Simplify call to recursive_retrieve().
9561
9562         * recur.c (recursive_retrieve): Removed FLAGS argument.
9563
9564         * http.c (gethttp): Changed call to iwrite().
9565
9566 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
9567
9568         * url.c (get_urls_html): Ditto.
9569         (free_urlpos): Ditto.
9570         (mkstruct): Ditto.
9571         (construct): Ditto.
9572
9573         * retr.c (retrieve_url): Move declaration of local variables to
9574         smaller scope.
9575
9576         * url.c (urlproto): Use it.
9577         (parseurl): Ditto.
9578         (str_url): Ditto.
9579         (get_urls_html): Ditto.
9580
9581         * utils.h (ARRAY_SIZE): New macro.
9582
9583         * url.c (proto): Moved from url.h.
9584
9585         * url.h (URL_CLEANSE): Reformatted.
9586         (USE_PROXY_P): Renamed from USE_PROXY.
9587
9588         * ftp-basic.c: Adjust to the new interface of iwrite().
9589
9590         * ftp-basic.c (ftp_port): Use alloca().
9591
9592 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
9593
9594         * version.c: Wget 1.5-b3 is released.
9595
9596         * host.c (ftp_getaddress): Don't print to stderr directly.
9597
9598         * init.c (setbytes): Support `g' for gigabytes.
9599         (cmdtype): New specification CTIME.
9600         (setval): Use it with settime().
9601         (commands): Use it for WAIT and TIMEOUT.
9602
9603 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
9604
9605         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
9606         (gethttp): Use it.
9607
9608         * utils.c (unique_name_1): Moved from url.c.
9609         (unique_name): Ditto.
9610
9611         * url.c (url_filename): Ditto.
9612
9613         * log.c (redirect_output): Changed call to unique_name().
9614
9615         * url.c (unique_name_1): Renamed from unique_name().
9616         (unique_name): Changed interface.
9617
9618         * init.c (enum cmdid): Moved from init.h.
9619         (cmdtype): Ditto.
9620         (struct cmd): Ditto.
9621
9622         * main.c (main): Use it.
9623         (main): Moved `--backups' to not have a short option.
9624
9625         * options.h (struct options): New member BACKGROUND.
9626
9627         * main.c (print_help): Rearranged.
9628         (main): New long options for -n* short options: --no-directories,
9629         --no-host-directories, --non-verbose, --no-host-lookup and
9630         --dont-remove-listing.
9631
9632 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
9633
9634         * main.c (main): Use log_close().
9635
9636         * log.c: New variable LOGFP.
9637         (vlogmsg): Use it.
9638         (redirect_output): Don't open /dev/null; set LOGFP to stdin
9639         instead.
9640         (log_close): New function.
9641
9642         * options.h (struct options): Removed LFILE.
9643
9644         * log.c (log_enable): Removed.
9645
9646         * main.c (main): Use it.
9647
9648         * log.c (log_init): New function.
9649
9650         * url.c (get_urls_html): Removed needless assignment to BASE.
9651
9652         * host.c (add_hlist): Don't set CMP needlessly.
9653
9654         * utils.c (match_backwards): Ditto.
9655         (in_acclist): Ditto.
9656
9657         * url.c (findurl): Ditto.
9658
9659         * netrc.c (parse_netrc): Ditto.
9660
9661         * log.c (log_dump): Ditto.
9662
9663         * html.c (html_quote_string): Ditto.
9664
9665         * ftp-basic.c (ftp_request): Made static.
9666
9667         * connect.c: Made global variables static.
9668
9669         * url.c (construct): Ditto.
9670
9671         * init.c (init_path): Avoid assignment inside `if'-condition.
9672
9673         * ftp.c: Don't include in.h or winsock.h.
9674
9675         * ftp.c (ftp_loop): Use SZ.
9676
9677         * connect.c (bindport): Cast &addrlen to int *.
9678         (conaddr): Ditto.
9679
9680         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
9681
9682 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
9683
9684         * ftp.c (getftp): Initialize opt.ftp_pass here.
9685         (ftp_retrieve_dirs): Use alloca().
9686
9687         * init.c (defaults): Don't initialize opt.ftp_pass.
9688
9689         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
9690         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
9691
9692 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
9693
9694         * recur.c (parse_robots): Check for comments more correctly.
9695
9696         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
9697         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
9698         hostname.
9699
9700 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
9701
9702         * version.c: Wget 1.5-b2 is released.
9703
9704         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
9705
9706         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
9707
9708         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
9709         char.
9710
9711         * log.c: Don't attempt to hide arguments from ansi2knr.
9712
9713         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
9714
9715         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
9716
9717         * ftp.c (getftp): Ditto.
9718
9719         * http.c (gethttp): Use it.
9720
9721         * retr.c (get_contents): New argument EXPECTED; pass it to
9722         show_progress().
9723         (show_progress): New argument EXPECTED; use it to display
9724         percentages.
9725
9726         * init.c (setval): Ditto.
9727
9728         * http.c (gethttp): Ditto.
9729         (http_loop): Ditto.
9730
9731         * ftp.c (getftp): Ditto.
9732         (ftp_loop_internal): Ditto.
9733
9734         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
9735
9736         * sysdep.h (CLOSE): Simplify; use DEBUGP.
9737
9738         * netrc.c (search_netrc): Use alloca().
9739
9740         * init.c (defaults): Initialize no_flush.
9741
9742         * log.c (vlogmsg): Don't flush if no_flush.
9743
9744         * options.h (struct options): New variable no_flush.
9745
9746         * main.c (main): Don't play games with buffering.
9747
9748         * log.c (vlogmsg): Flush the output after every message.
9749
9750 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
9751
9752         * init.c (parse_line): Ditto.
9753
9754         * url.c (get_urls_html): Ditto.
9755
9756         * main.c (main): Don't cast to unsigned char.
9757
9758         * init.c (run_wgetrc): Don't cast to unsigned char.
9759         (parse_line): Accept char instead of unsigned char.
9760
9761         * html.c (htmlfindurl): Use char instead of unsigned char.
9762
9763         * all: Use them.
9764
9765         * sysdep.h: Add wrappers to ctype macros to make them
9766         eight-bit-clean:
9767
9768 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
9769
9770         * html.c (htmlfindurl): Download <img lowsrc=...>
9771
9772         * main.c (main): Ignore SIGPIPE.
9773
9774         * connect.c (select_fd): New argument WRITEP.
9775         (iwrite): Call select_fd().
9776
9777 1997-02-27  Fila Kolodny <fila@ibi.com>
9778
9779         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
9780         one already exists, just skip it.
9781
9782 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
9783
9784         * http.c (gethttp): Cosmetic changes.
9785
9786         * http.c (check_end): Allow `+D...' instead of `GMT'.
9787         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
9788
9789         * url.c (process_ftp_type): New function.
9790         (parseurl): Use it.
9791
9792         * connect.c (iwrite): Allow writing in a few chunks.
9793         (bindport): Made SRV static, so addr can point to it.
9794         (select_fd): Removed HPUX kludge.
9795
9796         * host.c (free_hlist): Incorporated into clean_hosts().
9797
9798 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
9799
9800         * host.c (hlist): Made static.
9801         (search_address): Cosmetic change.
9802
9803 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
9804
9805         * version.c: Wget v1.5-b1 is released.
9806
9807         * http.c (hgetlen): Use sizeof() to get the header length.
9808         (hgetrange): Ditto.
9809         (hgettype): Ditto.
9810         (hgetlocation): Ditto.
9811         (hgetmodified): Ditto.
9812         (haccepts_none): Ditto.
9813
9814         * main.c (main): Updated `--version' and `--help' output, as per
9815         Francois Pinard's suggestions.
9816
9817         * main.c: Include locale.h; call setlocale(), bindtextdomain() and 
9818         textdomain().
9819
9820         * config.h.in: Define stubs for I18N3.
9821
9822         * wget.h: Include libintl.h.
9823
9824 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
9825
9826         * url.c (mkstruct): Check for opt.cut_dirs.
9827         (mkstruct): alloca()-te more, xmalloc() less.
9828
9829         * utils.c (load_file): Check for ferror().
9830
9831         * url.c (get_urls_file): Close only the files we opened.
9832         (get_urls_html): Ditto.
9833         (count_slashes): New function.
9834
9835         * http.h: Removed.
9836
9837         * http.c (gethttp): Respect username and password provided by
9838         proxy URL.
9839         (base64_encode_line): Write into an existing buffer instead of
9840         malloc-ing a new one.
9841         (struct http_stat): Moved from http.h
9842
9843         * retr.c (retrieve_url): Free SUF.
9844
9845         * all: Removed lots of unnecessary .h dependencies.
9846
9847         * html.c (global_state): Made static.
9848
9849         * utils.h (ALLOCA_ARRAY): New macro.
9850
9851         * main.c (main): New option `--cut-dirs'.
9852
9853         * url.c (construct): Use alloca() for T.
9854
9855         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
9856
9857         * host.c (_host_t): Moved from host.h.
9858         (struct host): Renamed from _host_t.
9859         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
9860         (realhost): Ditto.
9861
9862         * host.h: Don't include url.h.
9863
9864         * ftp.c (LIST_FILENAME): Moved from ftp.h.
9865
9866         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
9867
9868         * main.c (main): Enable log if the output goes to a TTY.
9869
9870         * connect.h: Removed unused constant `BACKLOG'.
9871
9872         * config.h.in: Check for isatty().
9873
9874         * Makefile.in (LINK): Use CFLAGS when linking.
9875
9876 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
9877
9878         * mswindows.c (ws_hangup): Use redirect_output().
9879
9880         * main.c (redirect_output_signal): New function; use
9881         redirect_output().
9882
9883         * log.c (redirect_output): New function, based on hangup(), which
9884         is deleted.
9885
9886         * log.c (vlogmsg): New function.
9887
9888         * wget.h (DEBUGP): Use debug_logmsg().
9889
9890         * main.c (hangup): Use it.
9891
9892         * log.c (log_dump): New function.
9893
9894         * utils.h (DO_REALLOC): Use `long' for various sizes.
9895
9896         * http.c (hskip_lws): Use `while', for clarity.
9897         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
9898         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
9899
9900         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
9901         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
9902
9903         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
9904         (LEGIBLE_SEPARATOR): Ditto.
9905         (FILE_BUFFER_SIZE): Ditto.
9906
9907         * retr.c (BUFFER_SIZE): Moved from retr.h.
9908
9909         * log.c: New file.
9910         (logmsg): Moved from utils.c.
9911         (debug_logmsg): New function.
9912
9913         * mswindows.h: Include it here.
9914
9915         * init.c: Ditto.
9916
9917         * utils.c: Don't include <windows.h>.
9918
9919 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
9920
9921         * host.c (ftp_getaddress): Ditto.
9922
9923         * main.c (main): Use it.
9924
9925         * utils.h (STRDUP_ALLOCA): New macro.
9926
9927         * init.c: Prepend `wget: ' to error messages printed on stderr.
9928
9929         * utils.c (mkdirhier): Renamed from mymkdir.
9930         (touch): Renamed from my_touch.
9931         (pwd_cuserid): Renamed from my_cuserid().
9932
9933 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
9934
9935         * utils.c (accdir): Process wildcards.
9936         (proclist): New function.
9937         (accdir): Use it to avoid code repetition.
9938
9939 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
9940
9941         * recur.c (parse_robots): Respect opt.useragent; use alloca().
9942
9943         * http.c (gethttp): Construct useragent accordingly.
9944
9945         * version.c: Changed version string to numbers-only.
9946
9947         * main.c (print_help): List all the options.
9948
9949         * mswindows.c (windows_main_junk): Initialize argv0 here.
9950
9951 1998-01-24  Karl Heuer  <kwzh@gnu.org>
9952
9953         * netrc.c (search_netrc): Initialize `l' only after processing
9954         netrc.
9955
9956         * main.c (main): Don't trap SIGHUP if it's being ignored.
9957
9958 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
9959
9960         * all: Use logmsg().
9961
9962         * utils.c (time_str): Moved from retr.c.
9963         (logmsg): New function.
9964         (logmsg_noflush): Ditto.
9965
9966         * rbuf.c: New file, moved buf_* functions here.
9967
9968         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
9969
9970         * ftp-basic.c (ftp_rest): Use prnum().
9971
9972         * ftp-basic.c: Ditto.
9973
9974         * ftp.c: Use the new reading functions and macros.
9975
9976         * retr.c (buf_initialize): New function.
9977         (buf_initialized_p): Ditto.
9978         (buf_uninitialize): Ditto.
9979         (buf_fd): Ditto.
9980
9981         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
9982         efficiency.
9983         (gethttp): Use alloca() where appropriate.
9984
9985         * retr.c (buf_readchar): Use it.
9986         (buf_peek): Use rstreams.
9987
9988         * retr.h (BUF_READCHAR): New macro.
9989
9990         * init.c (home_dir): Rewritten for clarity.
9991         (init_path): Ditto.
9992
9993         * mswindows.c (ws_backgnd): Made static.
9994         (read_registry): Ditto.
9995         (ws_cleanup): Ditto.
9996         (ws_handler): Ditto.
9997
9998 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
9999
10000         * alloca.c: New file.
10001
10002         * Makefile.in (ALLOCA): Define.
10003
10004         * mswindows.c (ws_help): Constify.
10005         (ws_help): Use alloca.
10006
10007         * mswindows.c: Reformat.
10008
10009         * all: Added _(...) annotations for I18N snarfing and translation.
10010
10011         * host.c (ftp_getaddress): Nuke SYSINFO.
10012         (ftp_getaddress): Don't use getdomainname().
10013         (ftp_getaddress): Use uname(), where available.
10014
10015         * http.c (gethttp): Protect a stray fprintf().
10016
10017         * init.c (settime): New function.
10018         (setval): Treat WAIT specially, allowing suffixes like `m' for
10019         minutes, etc.
10020
10021 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
10022
10023         * url.c (get_urls_html): Use alloca() for TEMP.
10024
10025 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
10026
10027         * url.c (rotate_backups): New function.
10028
10029         * http.c (gethttp): Ditto.
10030
10031         * ftp.c (getftp): Rotate backups.
10032
10033 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
10034
10035         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
10036         xrealloc() and xstrdup().  Use the new functions.
10037
10038         * url.c (decode_string): Made static.
10039         (has_proto): Ditto.
10040         (parse_dir): Ditto.
10041         (parse_uname): Ditto.
10042         (mkstruct): Ditto.
10043         (construct): Ditto.
10044         (construct_relative): Ditto.
10045
10046         * retr.c (show_progress): Made static.
10047
10048         * recur.c (robots_url): Made static.
10049         (retrieve_robots): Ditto.
10050         (parse_robots): Ditto.
10051         (robots_match): Ditto.
10052
10053         * main.h: Removed.
10054
10055         * main.c (printhelp): Made static.
10056         (hangup): Ditto.
10057
10058         * init.c (comind): Made static.
10059         (defaults): Ditto.
10060         (init_path): Ditto.
10061         (run_wgetrc): Ditto.
10062         (onoff): Ditto.
10063         (setonoff): Ditto.
10064         (setnum): Ditto.
10065         (myatoi): Ditto.
10066         (getperms): Ditto.
10067         (setbytes): Ditto.
10068
10069         * http.c (fetch_next_header): Made static.
10070         (hparsestatline): Ditto.
10071         (hskip_lws): Ditto.
10072         (hgetlen): Ditto.
10073         (hgetrange): Ditto.
10074         (hgettype): Ditto.
10075         (hgetlocation): Ditto.
10076         (hgetmodified): Ditto.
10077         (haccepts_none): Ditto.
10078         (gethttp): Ditto.
10079         (base64_encode_line): Ditto.
10080         (mktime_from_utc): Ditto.
10081         (http_atotm): Ditto.
10082
10083         * html.c (idmatch): Made static.
10084
10085         * host.c (search_host): Made static.
10086         (search_address): Ditto.
10087         (free_hlist): Ditto.
10088
10089         * ftp.c (getftp): Made static.
10090         (ftp_loop_internal): Ditto.
10091         (ftp_get_listing): Ditto.
10092         (ftp_retrieve_list): Ditto.
10093         (ftp_retrieve_dirs): Ditto.
10094         (ftp_retrieve_glob): Ditto.
10095         (freefileinfo): Ditto.
10096         (delelement): Ditto.
10097
10098         * ftp-ls.c (symperms): Made static.
10099         (ftp_parse_unix_ls): Ditto.
10100
10101         * connect.c (select_fd): Made static.
10102
10103         * utils.c (xmalloc): Renamed from nmalloc.
10104         (xrealloc): Renamed from nrealloc.
10105         (xstrdup): Renamed from nstrdup.
10106
10107         * getopt.c (exchange): Use alloca.
10108
10109         * mswindows.c (mycuserid): Use strncpy.
10110
10111         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
10112         systhings.h, windecl.h and winjunk.h removed.
10113
10114         * mswindows.c (sleep): New function.
10115
10116         * utils.c: Include <windows.h> under Windows.
10117
10118 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
10119
10120         * url.h (URL_UNSAFE): Change default under Windows.
10121
10122         * retr.c (retrieve_from_file): Respect opt.delete_after.
10123
10124         * main.c (main): Call ws_help on Windows.
10125
10126         * winjunk.c (windows_main_junk): New function.
10127
10128         * main.c (main): Junk-process argv[0].
10129
10130         * http.c (mktime_from_utc): Return -1 if mktime failed.
10131
10132         * http.c (http_loop): Ditto.
10133
10134         * ftp.c (ftp_loop_internal): Change title on Windows when using a
10135         new URL.
10136
10137         * winjunk.c (getdomainname): Lots of functions.
10138
10139 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
10140
10141         * cmpt.c (strptime_internal): Handle years more correctly for
10142         `%y'.
10143
10144 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
10145
10146         * http.c (gethttp): Allocate enough space for
10147         `Proxy-Authorization' header.
10148
10149 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
10150
10151         * version.c: Wget/1.4.5 is released.
10152
10153 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
10154
10155         * retr.c (get_contents): Check return value of fwrite more
10156         carefully.
10157
10158 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10159
10160         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
10161         year, regardless of century.
10162
10163 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
10164
10165         * utils.c (isfile): Use `lstat' instead of `stat'.
10166
10167 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
10168
10169         * utils.c (numdigit): Use explicit test.
10170
10171 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
10172
10173         * http.c (http_loop): Always use `url_filename' to get u->local.
10174
10175 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
10176
10177         * url.c: Recognize https.
10178
10179 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
10180
10181         * recur.c (recursive_retrieve): Lowercase just the host name.
10182
10183 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
10184
10185         * url.c (get_urls_file): Use the correct test.
10186         (get_urls_html): Ditto.
10187
10188 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
10189
10190         * connect.c: Reverted addrlen to int.
10191
10192         * init.c (parse_line): Check for -1 instead of NONE.
10193
10194         * version.c: Changed version to 1.4.5.
10195
10196 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
10197
10198         * init.c: New option netrc.
10199         (initialize): Don't parse .netrc.
10200
10201         * cmpt.c (recursive): Return rp.
10202         (strptime_internal): Match the long strings first, the abbreviated
10203         second.
10204
10205 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
10206
10207         * http.c (check_end): New function.
10208         (http_atotm): Use it.
10209
10210 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
10211
10212         * http.c (gethttp): Use them.
10213
10214         * init.c: New options proxy_user and proxy_passwd.
10215
10216 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
10217
10218         * ftp.c (ftp_retrieve_list): Create links even if not relative.
10219
10220 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
10221
10222         * recur.c (recursive_retrieve): Lowercase the host name, if the
10223         URL is not "optimized".
10224
10225         * host.c (realhost): Return l->hostname, even if it matches with
10226         host.
10227
10228 1997-02-10  Marin Purgar  <pmc@asgard.hr>
10229
10230         * connect.c: Make addrlen size_t instead of int.
10231         (conaddr): Ditto.
10232
10233 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
10234
10235         * systhings.h: Define S_ISLNK on NeXT too.
10236
10237 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
10238
10239         * version.c: Released 1.4.3.
10240
10241         * url.c: Futher update to list of protostrings.
10242         (skip_proto): Skip `//' correctly for FTP and HTTP.
10243
10244         * url.c (get_urls_html): Handle bogus `http:' things a little
10245         different.
10246
10247         * main.c (main): Removed `follow-ftp' from `f'.
10248         (main): Dumped the `prefix-files' and `file-prefix' options and
10249         features; old and bogus.
10250         (main): Exit on failed setval() in `-e'.
10251
10252         * http.c (fetch_next_header): Use it to detect header continuation
10253         correctly.
10254
10255         * retr.c (buf_peek): New function.
10256
10257 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
10258
10259         * wget.h: Include time.h and stuff.
10260
10261 1997-02-08  Roger Beeman  <beeman@cisco.com>
10262
10263         * ftp.c: Include <time.h>
10264
10265 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
10266
10267         * url.c (findurl): Would read over buffer limits.
10268
10269 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
10270
10271         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
10272
10273 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
10274
10275         * http.c (http_atotm): Initialize tm.is_dst.
10276
10277 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
10278
10279         * http.c (gethttp): Don't print the number of retrieved headers.
10280
10281         * main.c (main): New option `--no-clobber', alias for `-nc'.
10282
10283         * url.c: Recognize `https://'.
10284
10285 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
10286
10287         * host.c (herrmsg): Don't use h_errno.
10288
10289 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
10290
10291         * host.c (accept_domain): Use it.
10292
10293         * main.c (main): New option `--exclude-domains'.
10294
10295         * retr.c (retrieve_url): Use it.
10296         (retrieve_url): Bail out when an URL is redirecting to itself.
10297
10298         * url.c (url_equal): New function.
10299
10300 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
10301
10302         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
10303
10304         * http.c (mk_utc_time): New function.
10305         (http_atotm): Use it; handle time zones correctly.
10306
10307 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
10308
10309         * http.c: Ditto.
10310
10311         * ftp-basic.c: Use it instead of WRITE.
10312
10313         * connect.c (iwrite): New function.
10314
10315 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
10316
10317         * cmpt.c (mktime): New function.
10318
10319         * netrc.c: Include <sys/types.h>.
10320
10321         * main.c (main): Wouldn't recognize --spider.
10322
10323         * retr.c (rate): Use `B', `KB' and `MB'.
10324         (reset_timer,elapsed_time): Moved from utils.c.
10325
10326         * ftp.c (ftp_retrieve_list): Ditto.
10327
10328         * http.c (http_loop): Don't touch the file if opt.dfp.
10329
10330 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
10331
10332         * cmpt.c: New file.
10333
10334         * ftp.c (ftp_retrieve_glob): New argument semantics.
10335         (ftp_retrieve_dirs): Use it.
10336         (ftp_loop): Ditto.
10337
10338         * html.c (htmlfindurl): Recognize `'' as the quote char.
10339
10340 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
10341
10342         * ftp.c (ftp_loop_internal): Use it.
10343
10344         * utils.c (remove_link): New function.
10345
10346 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
10347
10348         * retr.c (retrieve_url): Require STRICT redirection URL.
10349
10350         * url.c (parseurl): New argument STRICT.
10351
10352         * http.c (hparsestatline): Be a little-bit less strict about
10353         status line format.
10354
10355 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
10356
10357         * http.c (gethttp): Use it.
10358
10359         * main.c (main): Don't use '<digit>' as options.
10360
10361         * init.c: New option ignore_length.
10362
10363         * http.c (gethttp): Ditto.
10364         (http_loop): Check for redirection without Location:.
10365         (gethttp): Don't print Length unless RETROKF.
10366
10367         * ftp.c (getftp): Use it.
10368
10369         * url.c (mkalldirs): New function.
10370
10371         * utils.c (mymkdir): Don't check for existing non-directory.
10372
10373         * url.c (mkstruct): Don't create the directory.
10374
10375 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
10376
10377         * init.c (setval): Removed NO_RECURSION checks.
10378
10379 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
10380
10381         * version.c: "Released" 1.4.3-pre2.
10382
10383         * recur.c (recursive_retrieve): Bypass host checking only if URL
10384         is ftp AND parent URL is not ftp.
10385
10386         * ftp-basic.c (ftp_request): Print out Turtle Power.
10387
10388         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
10389         wildcard.
10390         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
10391         not glob.
10392
10393         * http.c (gethttp): Be a little bit smarter about status codes.
10394
10395         * recur.c (recursive_retrieve): Always reset opt.recursive when
10396         dealing with FTP.
10397
10398 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
10399
10400         * retr.c (retrieve_url): New variable location_changed; use it for
10401         tests instead of mynewloc.
10402         (retrieve_url): Allow heuristic adding of html.
10403
10404         * url.c (url_filename): Don't use the `%' in Windows file names.
10405
10406         * http.c (http_loop): Always time-stamp the local file.
10407
10408         * http.c (http_loop): Ditto.
10409
10410         * ftp.c (ftp_retrieve_list): Use it.
10411
10412         * utils.c (my_touch): New function.
10413
10414         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
10415         instead of #ifndef NeXT.
10416
10417         * utils.c (strptime): New version, by Ulrich Drepper.
10418
10419 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
10420
10421         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
10422         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
10423         (http_loop): Would remove ACCEPTRANGES.
10424
10425         * ftp.c (getftp): Call ftp_list with NULL.
10426
10427 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
10428
10429         * html.c (ftp_index): Don't print minutes and seconds if we don't
10430         know them; beautify the output.
10431
10432         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
10433
10434 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
10435
10436         * utils.c (strptime): New function.
10437         (strptime): Don't use get_alt_number.
10438         (strptime): Don't use locale.
10439         (match_string): Made it a function.
10440
10441 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
10442
10443         * http.c (http_atotm): New function.
10444         (http_loop): Use it.
10445
10446         * atotm.c: Removed from the distribution.
10447
10448         * http.c (base64_encode_line): Rewrite.
10449
10450 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
10451
10452         * ftp.c (getftp): Use ftp_expected_bytes; print size.
10453
10454         * ftp-basic.c (ftp_response): Use ftp_last_respline.
10455         (ftp_expected_bytes): New function.
10456
10457         * ftp.c (getftp): Print the unauthoritative file length.
10458
10459         * ftp-ls.c: Renamed from ftp-unix.c.
10460         (ftp_parse_ls): Moved from ftp.c.
10461         (ftp_parse_unix_ls): Recognize seconds in time spec.
10462         (ftp_parse_unix_ls): Recognize year-less dates of the previous
10463         year.
10464
10465 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
10466
10467         * ftp-basic.c: Don't declare errno if #defined.
10468
10469         * host.c (ftp_getaddress): Check for sysinfo legally.
10470
10471 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
10472
10473         * connect.c (iread): Use READ.
10474
10475 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
10476
10477         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
10478         schemes.
10479
10480 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
10481
10482         * host.c (ftp_getaddress): Allow `.' in hostname.
10483
10484 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
10485
10486         * wget.h: READ and WRITE macros for use instead of read and write
10487         on sockets, grep READ *.c, grep WRITE *.c
10488
10489         * wsstartup.c: new file - startup for winsock
10490
10491         * wsstartup.h: new file
10492
10493         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
10494
10495         * configure.bat: Configure utility for MSVC
10496
10497         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
10498
10499 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
10500
10501         * version.c: Released 1.4.3-pre.
10502
10503         * utils.c (prnum): Accept long.
10504         (legible): Use prnum().
10505
10506         * connect.c (make_connection): Accept port as short.
10507         (bindport): Ditto.
10508
10509         * http.c (gethttp): Use search_netrc.
10510
10511 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
10512
10513         * ftp.c (getftp): Use search_netrc.
10514
10515         * netrc.c (free_netrc): New function.
10516
10517         * init.c (home_dir): New function.
10518
10519         * url.c (convert_links): Allow REL2ABS changes.
10520
10521 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
10522
10523         * netrc.c: New file.
10524         (parse_netrc, maybe_add_to_list): New functions.
10525
10526 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10527
10528         * retr.c (retrieve_url): Reset opt.recursion before calling
10529         ftp_loop if it is reached through newloc.
10530
10531         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
10532         error; don't use "Syntax error", since we don't know if it is
10533         really a syntax error.
10534
10535 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
10536
10537         * utils.c (acceptable): Extract the filename part of the path.
10538
10539         * recur.c (recursive_retrieve): Call acceptable() with the right
10540         argument; would bug out on wildcards.
10541
10542         * init.c (parse_line): Likewise.
10543
10544         * html.c (htmlfindurl): Cast to char * when calling stuff.
10545
10546 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10547
10548         * ftp.c (getftp): Use ftp_pasv.
10549
10550         * ftp-basic.c (ftp_request): Accept NULL value.
10551         (ftp_pasv): New function.
10552
10553         * options.h (struct options): Add passive FTP option.
10554
10555 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10556
10557         * url.c (parseurl): Debug output.
10558
10559         * utils.c (path_simplify): New one, adapted from bash's
10560         canonicalize_pathname().
10561
10562 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
10563
10564         * ftp.c (getftp): Don't discard the buffer.
10565
10566         * retr.c (get_contents): New parameter nobuf.
10567
10568 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
10569
10570         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
10571
10572         * init.c (setval): Strip the trailing slashes on CVECDIR.
10573
10574 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
10575
10576         * init.c: Make excludes and includes under CVECDIR instead of
10577         CVEC.
10578
10579 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
10580
10581         * url.c (get_urls_html): Skip "http:".
10582
10583 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
10584
10585         * utils.c (strcasecmp): From glibc.
10586         (strncasecmp): Also.
10587         (strstr): Also.
10588
10589         * url.c: Added javascript: to the list of URLs prefixes.
10590
10591 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
10592
10593         * recur.c (retrieve_robots): Print the warning message only if
10594         verbose.
10595
10596 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
10597
10598         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
10599
10600 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
10601
10602         * systhings.h: New file.
10603
10604         * ../configure.in: Check for utime.h
10605
10606         * ftp.c: Check whether we have unistd.h.
10607
10608 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
10609
10610         * recur.c (recursive_retrieve): Send the canonical URL as referer.
10611         (recursive_retrieve): Call get_urls_html with the canonical URL.
10612
10613 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10614
10615         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
10616         ansi2knr support for compilers which don't support ANSI style
10617         function prototypes and signatures.
10618
10619         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
10620
10621 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
10622
10623         * url.c: Use it; Recognize paths ending with "." and ".." as
10624         directories.
10625         (url_filename): Append .n whenever file exists and could be a
10626         directory.
10627
10628         * url.h (ISDDOT): New macro.
10629
10630         * init.c (parse_line): Use unsigned char.
10631
10632         * url.c (get_urls_html): Cast to unsigned char * when calling
10633         htmlfindurl.
10634
10635         * html.c (htmlfindurl): Use unsigned char.
10636
10637         * version.c: Changed version to 1.4.3.
10638
10639 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
10640
10641         * version.c: Released 1.4.2.
10642
10643         * ftp.c (getftp): Simplified assertion.
10644         (ftp_loop_internal): Remove symlink before downloading.
10645         (ftp_retrieve_list): Unlink the symlink name before attempting to
10646         create a symlink!
10647
10648         * options.h (struct options): Renamed print_server_response to
10649         server_response.
10650
10651         * ftp.c (rel_constr): Removed.
10652         (ftp_retrieve_list): Don't use it.
10653         (ftp_retrieve_list): Use opt.retr_symlinks.
10654
10655 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
10656
10657         * main.c (main): New option retr_symlinks.
10658
10659         * url.c (convert_links): Print verbose message.
10660
10661 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
10662
10663         * http.c (http_loop): Reset newloc in the beginning of function;
10664         would cause FMR in retrieve_url.
10665
10666 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
10667
10668         * recur.c (convert_all_links): Find the URL of each HTML document,
10669         and feed it to get_urls_html; would bug out.
10670         (convert_all_links): Check for l2 instead of dl; removed dl.
10671
10672         * url.c (convert_links): Don't refer to freed newname.
10673
10674         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
10675
10676         * main.c (main): Print the OS_TYPE in the debug output, too.
10677
10678         * recur.c (recursive_retrieve): Check for opt.delete_after.
10679
10680         * main.c (main): New option delete-after.
10681
10682         * init.c (setval): Cleaned up.
10683
10684 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
10685
10686         * Makefile.in (wget): Make `wget' the default target.
10687
10688         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
10689         loop.
10690         (ftp_retrieve_list): Warn about non-matching sizes.
10691
10692         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
10693
10694         * init.c (setnum): Renamed from setnuminf; New argument flags.
10695         (setval): Use it.
10696
10697         * main.c (main): Sorted the options.
10698         (main): New option --wait.
10699
10700 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
10701
10702         * html.c (htmlfindurl): Reset s->in_quote after getting out of
10703         quotes.
10704
10705 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
10706
10707         * version.c: Changed version to 1.4.2.
10708
10709 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
10710
10711         * version.c: Released 1.4.1.
10712
10713         * html.c (html_quote_string): New function.
10714         (ftp_index): Use it.
10715         (htmlfindurl): A more gentle ending debug message.
10716
10717         * ftp.c (ftp_loop): Check for opt.htmlify.
10718
10719         * init.c: New command htmlify.
10720
10721         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
10722         strings.
10723         (ftp_loop): Print size of index.html.
10724
10725         * init.c (setval): Implement "styles".
10726
10727         * main.c (main): New option dotstyle.
10728
10729 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
10730
10731         * ftp.c (getftp): Close the master socket in case of errors, after
10732         bindport().
10733
10734         * connect.c (bindport): Initialize msock to -1.
10735
10736         * ftp.c (getftp): Initialize dtsock to -1.
10737
10738         * connect.c (closeport): Don't close sock if sock == -1.
10739
10740 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
10741
10742         * init.c (setnuminf): Nuked default value -- just leave unchanged.
10743         (setval): Don't send default values.
10744         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
10745
10746         * options.h (struct options): Use long for dot_bytes.
10747
10748         * init.c (setquota): Renamed to setbytes.
10749         (setval): Use setbytes on DOTBYTES.
10750
10751 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
10752
10753         * ftp.c (getftp): Initialize con->dltime.
10754
10755         * recur.c (recursive_retrieve): Use same_host instead of
10756         try_robots; simply load robots_txt whenever the host is changed.
10757         (recursive_retrieve): Free forbidden before calling parse_robots.
10758
10759 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
10760
10761         * retr.c (show_progress): Use them.
10762
10763         * options.h (struct options): New options dot_bytes, dots_on_line
10764         and dot_spacing.
10765
10766 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
10767
10768         * recur.c (recursive_retrieve): Retrieve directories regardless of
10769         acc/rej rules; check for empty u->file.
10770
10771 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
10772
10773         * init.c (setval): Use it.
10774
10775         * utils.c (merge_vecs): New function.
10776
10777         * init.c (setval): Reset the list-type functions when encountering
10778         "".
10779
10780 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
10781
10782         * recur.c (recursive_retrieve): Use base_url instead of this_url
10783         for no_parent.
10784
10785 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
10786
10787         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
10788
10789 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
10790
10791         * utils.c (sepstring): Rewrote; don't use strtok.
10792
10793         * recur.c (recursive_retrieve): Enter assorted this_url to slist
10794         when running the first time.
10795         (retrieve_robots): Warn to ignore errors when robots are loaded.
10796
10797         * utils.c (load_file): Moved from url.c.
10798
10799         * http.c: Made static variables const too in h* functions.
10800
10801         * main.c (main): Renamed --continue-ftp to --continue.
10802
10803         * recur.c (recursive_retrieve): Use it.
10804
10805         * utils.c (frontcmp): New function.
10806
10807         * url.c (accdir): New function.
10808
10809         * html.c (htmlfindurl): Recognize <area href=...>.
10810
10811         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
10812
10813         * init.c (setval): Free the existing opt.excludes and
10814         opt.includes, if available.
10815
10816         * main.c (main): New option -I.
10817
10818 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
10819
10820         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
10821
10822         * version.c: Changed version to 1.4.1.
10823
10824 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
10825
10826         * version.c: Released 1.4.0.
10827
10828 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
10829
10830         * main.c (main): Free com and val after parse_line.
10831         (printhelp): Reorder the listing.
10832
10833         * http.c: More robust header parsing.
10834
10835         * http.c: Allow any number of spaces, or no spaces, precede ':'.
10836         (hskip_lws): New function.
10837         (haccepts_bytes): New function.
10838         (gethttp): Use it.
10839
10840         * init.c (setval): Check header sanity.
10841         (setval): Allow resetting of headers.
10842
10843 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
10844
10845         * http.c (http_loop): Don't use has_wildcards.
10846
10847         * http.c (gethttp): Free all_headers -- would leak.
10848
10849         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
10850         0 -- this fixes a long-standing bug in -rl.
10851
10852 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
10853
10854         * ftp.c: Use -1 as "impossible" value for con->fd.
10855
10856         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
10857
10858         * init.c (parse_line): Use isalpha.
10859
10860         * ftp-unix.c: Use HAVE_UNISTD_H.
10861
10862         * mtch.c (has_wildcards): Don't match \.
10863
10864         * http.c (http_loop): Warn on HTTP wildcard usage.
10865
10866 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
10867
10868         * url.c (url_filename): Do not create numbered suffixes if
10869         opt.noclobber -- would bug out on -nc.
10870
10871 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
10872
10873         * recur.c (parse_robots): Don't chuck out the commands without
10874         arguments (`Disallow:<empty>' didn't work).
10875         (parse_robots): Compare versions lowercase.
10876         (parse_robots): Match on base_version, not version_string!
10877         (parse_robots): Handle comments properly.
10878         (parse_robots): Match versions in a sane way.
10879
10880         * init.c: Print nicer error messages.
10881
10882         * version.c: Changed version to 1.4.0.
10883
10884 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
10885
10886         * version.c: Released 1.4.0-test2.
10887
10888         * init.c (run_wgetrc): Close fp.
10889
10890         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
10891         u->dir.
10892
10893 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
10894
10895         * init.c (setquota): Allow inf as quota specification.
10896
10897 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
10898
10899         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
10900         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
10901
10902         * main.c (main): Check for quota by comparison with downloaded
10903         stuff, not from status.
10904
10905         * connect.c (select_fd): Should compile on HPUX without warnings now.
10906
10907         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
10908         returned RETROK.
10909
10910 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
10911
10912         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
10913         (getftp): Return FTPRETRINT on control connection error.
10914
10915         * html.c (htmlfindurl): Recognize <embed src=...> and
10916         <bgsound src=...>.
10917         (ftp_index): Handle username and password correctly.
10918
10919         * main.c (main): Made `-np' a synonim for --no-parent.
10920
10921 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
10922
10923         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
10924         ftp_retrieve_glob.
10925
10926         * version.c: Changed version to 1.4.0-test2.
10927
10928 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
10929
10930         * version.c: Released 1.4.0-test1.
10931
10932         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
10933         directory.
10934         (convert_links): Removed definition of make_backup.
10935
10936         * http.h: Removed definition of MAX_ERROR_LENGTH.
10937
10938         * host.c (ftp_getaddress): Check for "(none)" domains.
10939
10940         * ftp.c (ftp_retrieve_dirs): Docfix.
10941
10942         * http.c (gethttp): Use ou->referer instead of u->referer.
10943
10944         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
10945         this was known to cause coredumps on Linux.
10946
10947         * html.c (ftp_index): Cast the argument to local_time to time_t *.
10948
10949 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
10950
10951         * connect.c (select_fd): Use exceptfds -- once and for all.
10952
10953         * retr.c (retrieve_from_file): Free filename after
10954         recursive_retrieve.
10955         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
10956         first-time retrieval.
10957         (retrieve_from_file): Return uerr_t; new argument, count.
10958         (retrieve_from_file): Break on QUOTEXC.
10959
10960         * init.c (setquota): Fixed a bug that caused rejection of
10961         non-postfixed values..
10962
10963 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
10964
10965         * version.c: Changed name to wget.
10966
10967         * connect.c (iread): Smarter use of select.
10968         (select_fd): Set errno on timeout.  If not timeout, return 1
10969         instead of 0.
10970
10971 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
10972
10973         * ftp.c (ftp_loop_internal): Don't use con->cmd before
10974         establishing it.
10975
10976 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
10977
10978         * http.c (gethttp): Send correct referer when using proxy.
10979         (gethttp): Use struct urlinfo ou to access the relevant data; send
10980         correct authorization in all cases.
10981
10982         * host.c (same_host): Use skip_uname to skip username and
10983         password.
10984
10985         * url.c (skip_uname): New function.
10986         (parseurl): Use it.
10987
10988         * host.c (same_host): Do not assume HTTP -- same_host should now
10989         be totally foolproof.
10990
10991         * url.c (skip_proto): New function.
10992         (parse_uname): Use it.
10993
10994         * http.c (gethttp): Create local user and passwd from what is
10995         given.
10996
10997         * url.c (parseurl): Check for HTTP username and password too.
10998
10999 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
11000
11001         * config.h.in: Removed #define gethostbyname R...
11002
11003 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
11004
11005         * version.c: Changed version to 1.4.0-test1.
11006
11007 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
11008
11009         * version.c: "Released" 1.4b29.
11010
11011         * recur.c (recursive_retrieve): Check for no_parent.
11012
11013         * init.c (setval): Option update.
11014
11015         * main.c (main): New option no-parent.
11016
11017         * options.h (struct options): New variable no_parent.
11018
11019         * recur.c (recursive_retrieve): Only files are checked for
11020         opt.accepts and opt.rejects.
11021         (recursive_retrieve): Check directories for opt.excludes.
11022         (recursive_retrieve): Make the dir absolute when checking
11023         opt.excludes.
11024
11025         * html.c (htmlfindurl): Recognize <applet code=...> and <script
11026         src=...>
11027
11028 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
11029
11030         * ftp.c (getftp): Do not line-break assert entries at all.
11031         (ftp_retrieve_dirs): docfix.
11032
11033         * connect.c (select_fd): Use fd + 1 as nfds.
11034
11035         * version.c: Changed version to 1.4b29.
11036
11037 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
11038
11039         * version.c: "Released" 1.4b28.
11040
11041         * ftp.c (ftp_loop_internal): Check whether f->size == len and
11042         don't continue the loop if it is.
11043         (ftp_get_listing): Remove list_filename on unsuccesful loop.
11044
11045 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
11046
11047         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
11048         (getftp): Do not use multiline assert.
11049
11050         * http.c (hparsestatline): Use mjr and mnr instead of major and
11051         minor, which don't compile on Ultrix.
11052         (http_loop): Use strcpy() to initialize tmp.
11053
11054         * all: Geturl -> Fetch
11055
11056 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
11057
11058         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
11059         ':'.
11060
11061         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
11062         moving `bufsize &&' to the beginning of each check in for-loops.
11063
11064         * recur.c (parse_robots): Close fp on exit.
11065
11066         * url.c (mymkdir): Check for each directory before creating.
11067
11068 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
11069
11070         * version.c: Changed version to 1.4b28.
11071
11072 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
11073
11074         * version.c: "Released" 1.4b27.
11075
11076         * init.c (parse_line): Use isspace.
11077         (parse_line): Free *com on all errors.
11078
11079         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
11080         (delelement): Use next instead of f->next and prev instead of
11081         f->prev.
11082         (delelement): Free the members of the deleted element.
11083
11084         * http.c (http_loop): Do not return RETROK on code != 20x.
11085
11086         * init.c (cleanup): Free opt.user_header.
11087         (cleanup): Free opt.domains.
11088
11089         * url.c (freelists): Moved to cleanup().
11090
11091         * http.c (hparsestatline): Docfix.
11092
11093         * main.c (main): Return with error status on unsuccesful
11094         retrieval.
11095
11096         * init.c (setval): Do not remove listing when mirroring.
11097
11098         * url.c (url_filename): Use opt.fileprefix.
11099
11100         * ftp.c (ftp_get_listing): Use url_filename to get filename for
11101         .listing.
11102
11103         * main.c (main): New option: -rn.
11104
11105 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
11106
11107         * Makefile.in (RM): Added RM = rm -f.
11108
11109         * host.c (clean_hosts): New function.
11110         (free_hlist): Just free the list, no reset.
11111
11112         * version.c: Changed version to 1.4b27.
11113
11114 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
11115
11116         * version.c: "Released" 1.4b26.
11117
11118         * retr.c (retrieve_from_file): If call get_urls_html with
11119         opt.spider to make it silent in spider mode.
11120
11121         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
11122
11123         * url.h (CLEANDUP): New macro.
11124
11125         * http.c (gethttp): Fixed a bug that freed location only when it
11126         was NULL.
11127
11128         * retr.c (retrieve_url): Free url if it will not be stored,
11129         i.e. newloc is NULL.
11130
11131         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
11132         old version would bug out on <a href="x#a"href="y">.
11133
11134         * html.h (state_t): New member in_quote.
11135
11136         * html.c (htmlfindurl): Free s->attr at the beginning of
11137         attr-loop.
11138
11139         * recur.c (recursive_retrieve): Recognize RCLEANUP.
11140         (tried_robots): Make hosts a global variable.
11141         (recursive_retrieve): Free constr after URL host optimization.
11142         (tried_robots): Free urlinfo before exiting.
11143
11144         * utils.c (free_slist): New function.
11145
11146         * recur.c (recursive_retrieve): Use flags to add cleanup
11147         possibility.
11148
11149         * main.c (main): Free filename after recursive_retrieve.
11150
11151         * http.c (gethttp): Store successful responses too.
11152
11153 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
11154
11155         * all: Constified the whole source.  This required some minor
11156         changes in many functions in url.c, possibly introducing bugs -- I
11157         hope not.
11158
11159         * ftp-basic.c: Removed last_respline.
11160
11161         * http.c (gethttp): Free type.
11162
11163         * host.c (same_host): Free real1 and real2.
11164
11165         * main.c (main): New option --spider.
11166
11167         * retr.c (get_contents): Don't reset errno.
11168
11169         * main.c (main): Sorted the options.
11170
11171         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
11172         uninitialized by select().
11173
11174         * http.c (http_loop): Print the time when the connection is
11175         closed.
11176         (gethttp): Debug-print the HTTP request.
11177
11178 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
11179
11180         * connect.c (iread): Do not try reading after timeout.
11181
11182         * main.c (main): Would bug out on -T.
11183
11184         * connect.c (select_fd): Do not use exceptfds.
11185         (iread): Set ETIMEDOUT on select_fd <= 0.
11186
11187         * version.c: Changed version to 1.4b26.
11188
11189 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
11190
11191         * version.c: "Released" 1.4b25.
11192
11193         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
11194         or link name.
11195
11196         * http.c (gethttp): Add errcode to struct hstat.
11197         (http_loop): Use it.
11198
11199         * url.c (no_proxy_match): Simplify using char** for no_proxy.
11200
11201         * options.h (struct options): Make opt.no_proxy a vector.
11202
11203         * utils.c (sepstring): Use !*s instead of !strlen(s).
11204
11205         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
11206         (getperms): Use ISODIGIT instead of isdigit.
11207
11208         * ftp.c (getftp): Print time.
11209
11210         * main.c (main): Use legible output of downloaded quantity.
11211
11212         * ftp.c (getftp): Use elapsed_time().
11213         (ftp_loop_internal): Use rate().
11214
11215         * http.c (http_loop): Add download ratio output; Use rate().
11216
11217         * utils.c (rate): New function.
11218
11219 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
11220
11221         * http.c (http_loop): Use timer.
11222
11223         * ftp.c: Split to ftp-basic.c and ftp.c
11224
11225         * utils.c (reset_timer): New function.
11226         (elapsed_time): New function.
11227
11228         * retr.c (show_progress): Make bytes_in_line and offs long; should
11229         work on 16-bit machines.
11230
11231 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
11232
11233         * url.c (in_acclist): New argument backward.
11234
11235         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
11236         a file should be retrieved according to suffix.
11237         (ftp_get_listing): Check the return value of unlink; Do not call
11238         ftp_retrieve_dirs if depth reached maxreclevel.
11239         (ftp_retrieve_dirs): Check whether the directory is in
11240         exclude-list.
11241
11242         * main.c (main): Print the version number at the beginning of
11243         DEBUG output.
11244         (main): Use strrchr when creating exec_name.
11245
11246         * ftp.c (ftp_retrieve_glob): Do not close control connection.
11247
11248         * version.c: Changed version to 1.4b25.
11249
11250 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
11251
11252         * version.c: "Released" 1.4b24.
11253
11254         * Makefile.in: Rewrite.
11255
11256         * ftp.c (ftp_loop_internal): Likewise.
11257
11258         * retr.c (time_str): Check for failed time().
11259
11260         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
11261         HTML3.0.
11262
11263         * retr.c (time_str): Return time_t *.
11264
11265         * connect.c (bindport): Close msock on unsuccesful bind.
11266         (bindport): The same for getsockname and listen.
11267
11268         * retr.c (retrieve_url): Allow any number of retries on
11269         proxy.
11270
11271         * http.c (gethttp): Do not treat errno == 0 as timeout.
11272         (http_loop): Likewise.
11273         (http_loop): Cosmetic changes.
11274
11275         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
11276
11277         * retr.c (get_contents): Reset errno.
11278
11279         * ftp.c (getftp): Minor fixes.
11280
11281 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
11282
11283         * http.c: Do not use backups.
11284
11285         * geturl.1 (WARNING): Warn that man-page could be obsolete.
11286
11287         * getopt.c (getopt_long): Moved to getopt.c
11288
11289         * geturl.texi: Enhanced.
11290
11291         * main.c (main): Use it.
11292
11293         * recur.c (convert_all_links): New function.
11294
11295         * utils.c (add_slist): New argument flags.
11296
11297         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
11298         (parse_robots): Do not chuck out empty value fields.
11299         (parse_robots): Make yourself welcome on empty Disallow.
11300
11301         * version.c: Changed version to 1.4b24.
11302
11303 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
11304
11305         * version.c: "Released" 1.4b23.
11306
11307         * ftp.c (ftp_loop_internal): Get the time after getftp.
11308
11309         * Makefile.in (install.info): New target.
11310         (install): Use it.
11311
11312         * http.c (http_loop): Fix output when doing -O.
11313
11314 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
11315
11316         * geturl.texi: New file.
11317
11318         * main.c (main): Do not print the warnings and download summary if
11319         opt.quiet is set.
11320
11321         * version.c: Changed version to 1.4b23.
11322
11323 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
11324
11325         * "Released" 1.4b22.
11326
11327         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
11328         to avoid redefinition warnings.
11329
11330         * host.c (store_hostaddress): Use memcpy() to copy the address
11331         returned by inet_addr.
11332
11333         * version.c: Changed version to 1.4b22.
11334
11335 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
11336
11337         * version.c: "Released" 1.4b21.
11338
11339         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
11340
11341         * ftp.c (ftp_port): Use conaddr.
11342         (getftp): Print the file length.
11343         (ftp_retrieve_list): Check the stamps of plain files only.
11344
11345         * connect.c (closeport): Do not call shutdown().
11346         (conaddr): New function.
11347
11348         * html.c (ftp_index): Made it dfp-aware.
11349
11350         * init.c (cleanup): New name of freemem. Close opt.dfp.
11351
11352         * ftp.c (getftp): Use opt.dfp if it is set.
11353
11354         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
11355
11356         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
11357         CWDs to be sent with recursive FTP retrievals.
11358
11359 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
11360
11361         * recur.c (parse_robots): Made it more compliant with "official"
11362         specifications.
11363
11364         * http.c: New function.
11365
11366         * ftp-unix.c (ftp_parse_ls): Added better debug output.
11367
11368         * ftp.c (getftp): Print out the LIST in case of
11369         opt.print_server_response.
11370
11371         * version.c: Changed version to 1.4b21.
11372
11373 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
11374
11375         * version.c: "Released" 1.4b20.
11376
11377         * README: Update.
11378
11379         * http.c (gethttp): Preset lengths of various headers instead of
11380         calculating them dynamically.
11381         (gethttp): Check for 206 partial contents.
11382
11383 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
11384
11385         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
11386
11387         * http.c (gethttp): Send the port number in the Host: header.
11388
11389 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
11390
11391         * http.c (gethttp): Send host: header.
11392         (gethttp): Add the possibility of user-defined headers.
11393         (gethttp): Move decision about pragma: no-cache to http_loop,
11394         where it belongs.
11395         (gethttp): Pass a struct instead of enormous argument list.
11396         (http_loop): Use a new, fancier display format.
11397         (ftp_loop): Likewise.
11398
11399         * main.c: (hangup): Turn off buffering of the new log file.
11400
11401         * install-sh: Likewise.
11402
11403         * config.sub: Replace with the one in autoconf-2.10
11404
11405         * geturl.1: Update.
11406
11407         * init.c: New options httpuser and httppasswd.
11408
11409         * http.c: (base64_encode_line): New function.
11410         (gethttp): Send authentication.
11411
11412         * connect.c (make_connection): Use store_hostaddress.
11413
11414 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
11415
11416         * host.c (store_hostaddress): New function.
11417
11418         * NEWS: Update.
11419
11420         * http.c (hgetrange): New function.
11421         (gethttp): Use ranges.
11422
11423         * utils.c (numdigit): Accept long instead of int.
11424
11425         * http.c (http_loop): Add restart capabilities.
11426
11427         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
11428         being used uninitialized.
11429         (ftp_retrieve_list): Similar fix.
11430
11431         * host.c (add_hlist): Fixed a bug that could cause cmp being used
11432         uninitialized.
11433
11434         * url.c (construct_relative): New function.
11435
11436         * recur.c (recursive_retrieve): Use it.
11437
11438         * retr.c (convert_links): New function.
11439
11440 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
11441
11442         * url.c (free_urlpos): New function.
11443
11444         * recur.c (recursive_retrieve): Adapt.
11445
11446         * url.c (get_urls_html): Return a linked list instead of a vector.
11447
11448         * url.c (get_urls_file): Return a linked list instead of a vector.
11449
11450         * geturl.1: Update.
11451
11452         * http.c (gethttp): Implement it.
11453
11454         * init.c (setval): New option: SAVEHEADERS
11455
11456         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
11457         be retrieved. Lack of this test caused bugs when the connection
11458         was lost during listing.
11459
11460         * retr.c (retrieve_url): Fixed a bug that caused
11461         coredumps. *newloc is now reset by default.
11462         (retrieve_url): Lift the twenty-tries limit on proxies.
11463
11464         * version.c: Changed version to 1.4b20.
11465
11466 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
11467
11468         * version.c: "Released" 1.4b19.
11469
11470 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
11471
11472         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
11473         (getftp): Changed prototype to accept ccon *.
11474
11475 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
11476
11477         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
11478         incorrect values to files pointed to by symbolic links.
11479         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
11480
11481 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
11482
11483         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
11484
11485         * main.c (main): New option: --user-agent.
11486
11487         * geturl.1: Ditto.
11488
11489         * init.h: Ditto.
11490
11491         * init.c (setval): Ditto.
11492
11493         * main.c (main): Rename "server-headers" to "server-response".
11494
11495         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
11496         executables in 'ls -F' listings.
11497
11498 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
11499
11500         * url.c (parseurl): Remove realloc() and sprintf().
11501         (str_url): Get rid of sprintf().
11502
11503         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
11504         servers.
11505
11506         * url.h (URL_CLEANSE): Made it else-resistant.
11507         (USE_PROXY): New macro.
11508
11509 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
11510
11511         * NEWS: Update.
11512
11513         * version.c: Changed version to 1.4b19.
11514
11515 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
11516
11517         * version.c: "Released" 1.4b18.
11518
11519         * url.c: Made it reallocate space exponentially.
11520
11521 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
11522
11523         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
11524         the list of stuff to fetch.
11525
11526 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
11527
11528         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
11529         -Fi.
11530
11531         * html.c (htmlfindurl): Rewrite.
11532
11533         * http.c (gethttp): Use opt.proxy_cache.
11534
11535         * main.c (main): Added --cache option.
11536
11537         * ftp.c (ftp_response): Print server response if opt.print_server
11538         response is set.
11539         (getftp): Print newlines after each request if the server response
11540         is to be printed.
11541         (ftp_response): Copy the last response line to last_respline.
11542
11543         * http.c (gethttp): Add Pragma: nocache for retried
11544         proxy-retrievals.
11545
11546         * ftp.c (getftp): Use it.
11547
11548         * retr.c (buf_discard): New function.
11549
11550         * ftp.c (ftp_response): Use buf_readchar().
11551         (getftp): Flush the control connection buffer before calling
11552         get_contents().
11553
11554         * retr.c (buf_readchar): New function.
11555         (buf_flush): New function.
11556         (get_contents): Use buf_readchar() instead of read(x, x, 1).
11557         (get_contents): Use buf_flush.
11558
11559 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
11560
11561         * ftp.c: Incorporate changes to ftp_response.
11562
11563         * ftp.c (ftp_response): Allocate the server response dynamically,
11564         as in read_whole_line and fetch_next_header.
11565
11566         * utils.c (read_whole_line): Fixed a bug that prevented reading
11567         the last line if it is not \n-terminated. Also fixed a possible
11568         memory overflow.
11569
11570         * http.c (fetch_next_header): Return malloc-ed string as large as
11571         needed.
11572         (gethttp): Use new fetch_next_header.
11573
11574 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
11575
11576         * http.c (hgetlen): Compute the header length the first time only.
11577         (hgettype): Ditto.
11578         (hgetlocation): Ditto.
11579         (hgetmodified): Ditto.
11580
11581 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
11582
11583         * sample.geturlrc: Update.
11584
11585 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
11586
11587         * http.c (http_loop): Ditto.
11588
11589         * ftp.c (getftp): Open the output file as binary.
11590
11591         * version.c: Changed version to 1.4b18.
11592
11593 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
11594
11595         * version.c: "Released" 1.4b17.
11596
11597         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
11598         instead of failed assertion.
11599
11600 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
11601
11602         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
11603         if a file of that name already exists.
11604
11605 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
11606
11607         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
11608
11609         * config.h.in: Define gethostbyname as Rgethostbyname when using
11610         Socks.
11611
11612         * configure.in: Check for -lresolv if using Socks.
11613
11614         * version.c: Changed version to 1.4b17.
11615
11616 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
11617
11618         * version.c: "Released" 1.4b16.
11619
11620         * http.c (gethttp): More intelligent check for first line of HTTP
11621         response.
11622         (gethttp): Would bug out on time-stamping.
11623
11624         * version.c: Changed version to 1.4b16.
11625
11626 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
11627
11628         * version.c: Released 1.4b15.
11629
11630         * http.c (http_loop): Print \n after the loop entry, not before.
11631
11632         * url.c (url_filename): Use ISDOT.
11633
11634         * url.h (ISDOT): New macro.
11635
11636         * recur.c (recursive_retrieve): Change only opt.recursive for
11637         following FTP.
11638
11639 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
11640
11641         * socks/geturl.cgi: Fixed version No.
11642
11643         * socks/download-netscape.html: Ditto.
11644
11645         * socks/download.html: Changed socks.html to download.html.
11646
11647 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
11648
11649         * url.c (url_filename): Check for opt.dirstruct instead for
11650         opt.recursive && opt.dirstruct.
11651
11652         * init.c (defaults): Ditto.
11653         (defaults): Reset dirstruct by default.
11654         (setval): Set opt.dirstruct whenever setting recursive.
11655
11656         * init.h: Removed FORCEDIRHIER.
11657
11658         * INSTALL: Added -L to socks-description.
11659
11660         * version.c: Changed version to 1.4b15.
11661
11662 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
11663
11664         * version.c: "Released" 1.4b14.
11665
11666         * geturl.1: Update AUTHOR to include Rosella as contributor.
11667
11668         * NEWS: Update.
11669
11670         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
11671
11672         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
11673         (cal_time): Fix == to eq.
11674
11675         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
11676
11677         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
11678
11679         * Makefile.in: Use @VERSION@.
11680
11681         * configure.in: Check version from version.c.
11682
11683         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
11684
11685         * socks/download.html: Created from download-netscape.html, made
11686         HTML-2.0 compliant.
11687
11688         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
11689         following FTP links from recursions.
11690
11691 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
11692
11693         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
11694         absolute directories correctly.
11695
11696         * version.c: Changed version to 1.4b14.
11697
11698 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
11699
11700         * version.c: "Released" 1.4b13.
11701
11702         * url.c (make_backup): New function.
11703
11704         * http.c (http_loop): Make a backup copy of the local file (using
11705         rename(2)) before opening it.
11706
11707         * main.c (main): Added --backups.
11708
11709         * host.c (ftp_getaddress): Bail out on failed mycuserid().
11710         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
11711         (ftp_getaddress): Check for empty, null or (null) domain.
11712
11713         * url.c (get_urls_html): If this_url is NULL, the base must have a
11714         protocol.
11715         (parseurl): Use has_proto.
11716
11717         * retr.c (retrieve_url): Warn when proxy is used with more than 20
11718         retries.
11719
11720         * url.c (mkstruct): Create the directory (calling mymkdir()) only
11721         if it is not already there.
11722         (has_proto): New function.
11723         (get_urls_html): Eliminate the remaining call to findurl -- use
11724         has_proto.
11725
11726         * geturl.1: Ditto.
11727
11728         * main.c: Change -X to -x.
11729
11730         * url.c (url_filename): Simplify creation of filename if
11731         prefix_files is set.
11732         (url_filename): Simplify everything. And I do mean *everything*.
11733         (mkstruct): Add dir_prefix before hostname.
11734         (path_simplify): Fixed a bug that caused writing outside the path
11735         string in case of "." and ".." path strings.
11736
11737 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
11738
11739         * init.c: Added --mirror.
11740
11741         * main.c (main): Added -X to force saving of directory hierarchy.
11742
11743         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
11744         (ftp_retrieve_list): Check whether quota is exceeded.
11745
11746         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
11747
11748         * http.c (gethttp): Use referer if present.
11749
11750         * recur.c (recursive_retrieve): Set u->referer before calling
11751         retrieve_url.
11752
11753         * url.c (newurl): Use memset to nullify the struct members.
11754         (freeurl): Free the referer field too.
11755
11756         * url.h: Added referer to urlinfo.
11757
11758         * geturl.1: Updated the manual to document some of the new features.
11759
11760         * utils.c (numdigit): Moved from url.c.
11761
11762         * README: Rewritten.
11763
11764         * config.h.in: Add the support for socks.
11765
11766         * configure.in: Add the support for socks.
11767
11768         * url.c (url_filename): If the dir_prefix is ".", work with just
11769         the file name.
11770         (url_filename): Do not look for .n extensions if timestamping if
11771         turned on.
11772
11773         * retr.c (show_progress): Skip the over-abundant restval data, and
11774         print the rest of it with ',' instead of '.'.
11775
11776 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
11777
11778         * retr.c (show_progress): Changed second arg. to long (as it
11779         should be).
11780         (show_progress): Moved to retr.c.
11781         (get_contents): Moved to retr.c.
11782
11783         * version.c: Change version to 1.4b13.
11784
11785 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
11786
11787         * url.c (in_acclist): Would return after the first suffix.
11788
11789 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
11790
11791         * version.c: "Released" 1.4b12.
11792
11793         * url.c (path_simplify): More kludgifications.
11794         (get_urls_html): Use new parameters for htmlfindurl.
11795
11796         * html.c: Removed memorizing "parser states", since the new
11797         organization does not require them.
11798
11799         * init.c (run_geturlrc): Use read_whole_line.
11800
11801         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
11802
11803         * recur.c (parse_robots): Use read_whole_line.
11804
11805         * utils.c (read_whole_line): New function.
11806
11807         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
11808
11809         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
11810         tested on OSF and Ultrix.
11811         (add_hlist): New function.
11812         (free_hlist): New function.
11813         (search_host): New function.
11814         (search_address): New function.
11815         (realhost): Use search_host, search_address and add_hlist.
11816         (same_host): Replaced realloc() with strdupdelim(), made
11817         case-insensitive, fixed a memory leak.
11818
11819         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
11820         tm_min, like intended.
11821
11822         * version.c: Change user agent information to
11823         Geturl/version.
11824
11825 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
11826
11827         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
11828
11829         * url.c (acceptable): Always accept directories.
11830
11831         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
11832         servers by stripping trailing @ from symlinks and trailing / from
11833         directories.
11834
11835         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
11836
11837         * url.c (skip_url): Use toupper instead of UCASE.
11838
11839         * host.c (sufmatch): Made it case-insensitive.
11840
11841         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
11842         (match_backwards): New function, instead of
11843         match_backwards_or_pattern.
11844
11845         * recur.c (recursive_retrieve): Increased performance by
11846         introducing inl, which reduces number of calls to in_slist to only
11847         one.
11848
11849         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
11850         routine to use.
11851
11852         * main.c (printhelp): Removed the warranty stuff.
11853
11854 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
11855
11856         * url.c (add_slist): Simplify.
11857         (match_backwards_or_pattern): New function.
11858         (in_acclist): Use match_backwards_or_pattern.
11859         (matches): Remove.
11860
11861 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
11862
11863         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
11864         recursive.
11865
11866         * html.c (ftp_index): Fixed to work. Beautified the output.
11867
11868         * ftp.c (ftp_retrieve_glob): Another argument to control whether
11869         globbing is to be used.
11870         (ftp_retrieve_list): Compare the time-stamps of local and remote
11871         files to determine whether to download.
11872
11873 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
11874
11875         * ftp.c (rel_constr): New function.
11876
11877         * retr.c (retrieve_from_file): Check for text/html before
11878         retrieving recursively.
11879
11880         * main.c (main): Check whether the file is HTML before going into
11881         recursive HTML retrieving.
11882
11883         * ftp.c (ftp_retrieve_list): Manage directories.
11884         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
11885         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
11886         initialized, causing bugchecks in getftp to fail.
11887
11888         * configure.in: Check for symlink.
11889
11890         * ftp.c (ftp_retrieve_list): Added support for symlinks.
11891
11892         * version.c: "Released" 1.4b10.
11893
11894         * atotm.c (atotm): Redeclared as time_t.
11895
11896         * init.c: New variable "timestamping".
11897
11898         * main.c (main): New option 'N'.
11899
11900         * http.c (hgetlocation): Case-insensitive match.
11901         (hgetmodified): New function.
11902         (http_loop): Implement time-stamping.
11903
11904 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
11905
11906         * version.c: Changed version to 1.4b10
11907
11908         * atotm.c: New file, from phttpd.
11909
11910         * options.h (struct options): New parameter timestamping.
11911
11912         * version.c: 1.4b9 "released".
11913
11914         * recur.c (recursive_retrieve): Used linked list (ulist) for
11915         faster storing of URLs.
11916
11917         * url.c (get_urls_html): Removed the old kludge with comparing the
11918         outputs of htmlfindurl and findurl.
11919         (get_urls_html): Added better protocol support here.
11920         (create_hash): Removed, as well as add_hash and in_hash.
11921         (addslist): New function.
11922         (in_slist): ditto
11923
11924         * version.c: Released 1.4b8, changed version to b9.
11925
11926 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
11927
11928         * ftp.c (freefileinfo): New function.
11929         (delelement): New function.
11930
11931         * everywhere: GPL!
11932
11933         * ftp.c (ftp_loop): Use ccon.
11934         (ftp_retrieve_glob): Likewise.
11935
11936         * ftp.h: Define ccon, to define status of control connection.
11937
11938         * ftp.c (ftp_get_listing): New function.
11939         (ftp_retrieve_more): New function.
11940         (ftp_retrieve_glob): New function.
11941
11942 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
11943
11944         * configure.in: Removed the search for cuserid().
11945
11946         * init.c (getmode): Renamed to getperms.
11947
11948 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
11949
11950         * version.c: New version.
11951
11952         * main.c (hangup): New function, that handles hangup. Hangup
11953         signal now causes geturl to stop writing on stdout, and to write
11954         to a log file.
11955
11956         * ftp.c (getftp): "Released" 1.4b7.
11957
11958         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
11959         (ftp_index): Use fileinfo/urlinfo.
11960
11961         * ftp-unix.c (ftp_parse_ls): New function.
11962         (symperms): New function.
11963
11964         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
11965
11966         * retr.c (retrieve_url): Added FTP support.
11967
11968 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
11969
11970         * geturl.h: Removed NOTFTP2HTML enum.
11971         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
11972
11973         * ftp.c (getftp): Resynched with urlinfo.
11974         (getftp): Removed HMTL-ization of index.html from getftp.
11975
11976         * version.c: 1.4b6 "released".
11977
11978         * options.h (options): New struct, to keep options in.
11979
11980         * http.c (http_loop,gethttp): Synched with proxy.
11981
11982         * retr.c (retrieve_url): Implemented proxy retrieval.
11983
11984         * main.c (main): Use retrieve_from_file.
11985
11986 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
11987
11988         * retr.c (retrieve_from_file): New function.
11989
11990         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
11991         can be found in u->proto.
11992
11993         * ftp.c (ftp_response): Fixed to accept multi-line responses as
11994         per RFC 959.
11995
11996         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
11997
11998         * url.c (mymkdir): Removed the file of the same name, if one
11999         exists.
12000         (isfile): New function.
12001         (mkstruct): Fixed the '/' glitches.
12002         (path_simplify): Hacked to treat something/.. correctly.
12003
12004 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
12005
12006         * http.c (gethttp): Close the socket after error in headers.
12007         (http_loop): HEOF no longer a fatal header.
12008
12009         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
12010         simplifies the syntax of calling retrieve_url.
12011
12012         * recr.c (recursive_retrieve): Modified to use get_urls_html.
12013
12014         * url.c (get_urls_file): New function.
12015         (get_urls_html): New function.
12016
12017         * recr.c (recursive_retrieve): Patched up to conform to the
12018         standards.
12019
12020         * http.c (gethttp): Synched with the rest...
12021         (gethttp): Treat only CONREFUSED specially, with connection
12022         errors.
12023
12024         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
12025
12026 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
12027
12028         * http.c (http_loop): New function.
12029
12030         * loop.c: Removed *lots* of stuff from retrieve_url.
12031
12032         * url.c (parseurl): Changed to work with urlinfo. Integrated
12033         username finding and path parsing.
12034         (newurl): New function.
12035         (freeurl): New function.
12036         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
12037         (url_filename): Likewise.
12038         (path_simplify): Accept relative paths too.
12039         (opt_url): Made urlinfo-compliant, removed bogosities.
12040         (path_simplify): Expanded to accept relative paths.
12041         (str_url): A replacement for hide_url
12042         (decode_string): Fixed a bug that caused malfunctioning when
12043         encountering an illegal %.. combination.
12044         (opt_url): Removed the argument. Dot-optimizations are now default.
12045
12046         * nmalloc.c (strdupdelim): New function.
12047
12048         * url.h: Added the urlinfo structure
12049
12050 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
12051
12052         * url.c (hide_url): Thrown out the protocol assertion. Do not
12053         change the URL if the protocol if not recognized.
12054         (findurl): Put continue instead of break.
12055
12056 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
12057
12058         * sample.geturlrc: Changed the defaults to be commented out and
12059         harmless (previous defaults caused pains if copied to
12060         ~/.geturlrc).
12061
12062         * http.c (gethttp): Print the HTTP request in debug mode.
12063
12064         * connect.c (iread): Added EINTR check loop to select-ing
12065         too. EINTR is now correctly handled with select().
12066
12067         * TODO: new file
12068
12069 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
12070
12071         * host.c (same_host): Made the function a little bit more
12072         intelligent regarding diversified URL syntaxes.
12073
12074         * url.c (skip_url): Spaces are now skipped after URL:
12075
12076         * Released 1.3.1 with the patch to prevent crashing when sending
12077         NULL to robot* functions and the patch to compile "out of the box"
12078         on AIX.
12079
12080         * recr.c (recursive_retrieve): Added checking whether this_url is
12081         NULL when calling the robot functions.
12082
12083         * ChangeLog: New file.