]> sjero.net Git - wget/blob - src/ChangeLog
Clarify David's change as not being significant for copyright.
[wget] / src / ChangeLog
1 2010-01-09  David Holman  <holman.david@gmail.com>  (tiny change)
2
3         * init.c, main.c, http.c, ftp.c: Added support for
4         --no-match-server-timestamps.
5
6 2009-12-03  Peter Rosin  <peda@lysator.liu.se>
7
8         * snprintf.c (dopr): Output %p as unsigned.
9
10 2010-01-09  Jeremy Olexa  <darkside@gentoo.org>  (tiny change)
11
12         * init.c: Deal with systems which provide PATH_MAX in
13         sys/param.h rather than limits.h.
14
15 2009-10-09  Steven Schweda  <sms@antinode.info>
16
17         * utils.c: Added characters " : \ | to the list of normal
18         caret-escaped (ODS5) characters in the char_prop[] table.
19
20 2009-09-22  Arvind Jamuna Dixit  <ardsrk@gmail.com>
21
22         * http.c (extract_param, parse_content_disposition): Support
23         RFC 2231 while parsing Content-Disposition header
24
25 2009-10-24  Petr Pisar  <petr.pisar@atlas.cz>
26
27         * openssl.c: Implement support for (multiple) subjectAltNames in
28         X509 certificates, not just the commonName.
29
30 2009-10-09  Micah Cowan  <micah@cowan.name>
31
32         * main.c: Fix declaration of compiled_features.
33
34         * build_info.c.in: Adapt to new input format. Added a check for
35         large-file support. Replaced the "openssl" and "gnutls"
36         advertisements with a single "ssl/foo" advertisement.
37
38 2009-09-30  Micah Cowan  <micah@cowan.name>
39
40         * sysdep.h: Unconditionally include stdbool.h (gnulib has it for
41         systems that don't supply it.)
42
43         * vms.c: Added functions vms_basename(), used to extract the
44         bare executable name from argv[0], and vms_getpass(), a
45         VMS-specific replacement for GNU getpass().
46
47          vms.c: Added global string constants: compilation_string
48         (NULL), link_string (NULL), and version_string (real).
49
50 2009-09-24  Micah Cowan  <micah@cowan.name>
51
52         * vms.c: Moved from vms/vms.c.
53
54         * sysdep.h: Use proper prototypes for snprintf, vsnprintf (thanks
55         to Steven Schweda).
56
57 2009-09-24  Steven Schweda  <sms@antinode.info>
58
59         * main.c (print_version): Remove VMS-conditional build info
60         string; the new VMS builders use OS_TYPE.
61
62         * ftp.c (getftp): Fix accidental use of target -> targ.
63
64 2009-09-24  Micah Cowan  <micah@cowan.name>
65
66         * host.c (host_errstr): host_errstr should return const char *.
67
68 2009-09-22  Micah Cowan  <micah@cowan.name>
69
70         * Makefile.am (version.c): Explicitly tell Mercurial where the
71         top-source repository should be, so it doesn't accidentally use
72         the repository for a containing directory (for instance, if the
73         user's home directory is managed by a Mercurial repo). Also
74         ensures we find the repository, even if the build directory is
75         outside the source directory.
76
77         * wget.h: define WINDOWS if _WIN32 or __WIN32__ is defined, but
78         not __CYGWIN__.
79
80         * mswindows.c (xsleep): Check for availability of the sleep
81         function, in addition to the usleep function.
82         (get_winsock_error, windows_strerror): Removed (gnulib already
83         supplies this functionality).
84
85         * mswindows.h [NEED_GAI_STRERROR]: define gai_strerror
86         to (gnulib's) strerror, rather than windows_strerror. Removed
87         error macro definitions provided by gnulib.
88         (windows_strerror): Removed (gnulib already supplies this
89         functionality).
90
91         * host.c: Don't declare h_errno when building on Windows.
92
93         * Makefile.am (LIBS): Added @W32LIBS@.
94         (EXTRA_wget_SOURCES): Removed (it's in LIBOBJ now).
95         (version.c): Removed dependency on $(LDADD), since it may include
96         dependencies that are not part of the Wget sources (-lwsock32, for
97         instance).
98
99         * openssl.c (ssl_check_certificate): Avoid reusing the same buffer
100         space for successive quoted arguments. Thanks to Steven Schweda
101         for pointing out the problem.
102
103 2009-09-21  Micah Cowan  <micah@cowan.name>
104
105         * progress.c (update_speed_ring): "the the" -> "the".
106
107         * css-url.c, iri.c, mswindows.c: Removed assert.h inclusion (not
108         using it).
109
110 2009-09-11  Steven Schweda  <sms@antinode.info>
111
112         * utils.c, utils.h (fopen_excl): Make second argument an int,
113         rather than a bool (so it can handle the appropriate VMS version
114         of the flag).
115
116         * main.c (print_version): Don't print LOCALEDIR unless NLS is
117         enabled.
118
119         * http.c (gethttp): Pass FOPEN_BIN_FLAG, instead of true.
120
121         * ftp.c (ftp_retrieve_glob): Cast strcmp to assign to cmp, for a
122         silly HP build environment.
123
124 2009-09-08  Steven Schubiger  <stsc@member.fsf.org>
125
126         * main.c, init.c: Mark the --preserve-permissions and 
127         --html-extension option as deprecated.
128
129 2009-09-06  Micah Cowan  <micah@cowan.name>
130
131         * ftp.c (getftp, ftp_loop_internal): Separate "len" input/output
132         parameter (with different meanings for input and output), into two
133         separate parameters, one input (passed_expected_bytes) and one
134         output (qtyread). Fixes bug #26870.
135
136 2009-09-05  Steven Schubiger  <stsc@member.fsf.org>
137
138         * retr.h: Declare set_local_file() to avoid build warnings.
139
140 2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
141
142         * connect.c, init.c, main.c, openssl.c, options.h:  Replace
143         "ifdef MSDOS" with "ifdef USE_WATT32" since DOS-targets in fact
144         use the Watt-32 tcp/ip stack.
145
146 2009-09-04  Micah Cowan  <micah@cowan.name>
147
148         * Makefile.am: Move build_info.c to wget_SOURCES from
149         nodist_wget_SOURCES, reduce dependencies, and invoke build_info.pl
150         in its new home, $(top_srcdir)/build-aux.
151
152 2009-09-03  Micah Cowan  <micah@cowan.name>
153
154         * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with
155         localtime, as not all platforms have localtime_r.
156
157         * Makefile.am (wget_SOURCES): Rearranged some of the file order,
158         so .c files and .h files are apart. Added gettext.h, so that it
159         shows up in the dist.
160
161 2009-09-02  Micah Cowan  <micah@cowan.name>
162
163         * gettext.h: Refreshed from gettext 0.17.
164
165         * test.c: Added definition of program_name variable, required by
166         lib/error.c (libgnu.a). Doesn't cause problems until you try to
167         build on a non-GNU system...
168
169         * build_info.c.in: Removed useless "+gettext" feature ad.
170
171 2009-08-29  Steven Schubiger  <stsc@member.fsf.org>
172
173         * convert.c (local_quote_string): Percent-encode semicolons
174         in local file strings.
175
176 2009-08-27  Micah Cowan  <micah@cowan.name>
177
178         * wget.h (uerr_t): added new VERIFCERTERR code for SSL certificate
179         problems. Marked exit codes that are defined but never used (at
180         least, the ones I could find).
181
182         * retr.c, retr.h (retrieve_url): Added a new boolean argument to
183         determine whether an exit status should be recorded.
184         (retrieve_from_file): Adjust to new retrieve_url signature.
185
186         * res.c (res_retrieve_file): Don't have retrieve_url record an
187         exit status for robots.txt.
188
189         * recur.c (retrieve_tree): Adjust to new retrieve_url signature.
190
191         * main.c (main): Use the exit status stored by retrieve_url.
192
193         * http.c (gethttp): Distinguish certificate verification problems
194         from SSL connection issues.
195         (http_loop): Handle newly-created VERIFCERTERR error code.
196
197         * exits.c, exits.h: Newly added.
198         
199         * Makefile.am (wget_SOURCES): Add exits.c and exits.h.
200
201 2009-08-27  Micah Cowan  <micah@cowan.name>
202
203         * http.c (gethttp): Make sure Wget heeds cookies when they
204         are sent with a 401 response; or any other sort of response for
205         that matter (#26775).
206
207 2009-08-19  Micah Cowan  <micah@cowan.name>
208
209         * openssl.c (ssl_check_certificate): Only warn about an attack if
210         the hostname would otherwise have matched. Also some formatting
211         cleanup.
212
213 2009-08-19  Joao Ferreira  <joao@joaoff.com>
214
215         * openssl.c (ssl_check_certificate): Detect embedded NUL
216         characters in the SSL certificate common name.
217
218 2009-08-17  Tony Lewis  <tlewis@exelana.com>
219
220         * http.c (gethttp): Ensure that we parse Content-Length before we
221         attempt to refer to its value. Without this fix, NTLM support was
222         completely buggered. #27192
223
224 2009-08-09  Michael Baeuerle  <michael.baeuerle@gmx.net>
225
226         * ftp.c: #include <strings.h> for strcasecmp.
227
228 2009-07-28  Micah Cowan  <micah@cowan.name>
229
230         * main.c (option_data): Rename --html-extension to
231         --adjust-extension.
232         (print_help): Ditto.
233         
234         * options.h (struct option): Rename html_extension to
235         adjust_extension.
236         * http.c (gethttp): Ditto.
237         * convert.c (local_quote_string): Ditto.
238
239         * init.c (commands): Add "adjustextension", and reflect rename
240         change for opt.adjust_extension, for both "adjustextension" and
241         "htmlextension".
242
243 2009-07-27  Micah Cowan  <micah@cowan.name>
244
245         * options.h (struct options): Added restrict_files_nonascii
246         boolean field.
247
248         * url.c (FILE_CHAR_TEST): Add check for chars outside the ASCII
249         range.
250
251         * init.c (defaults): Add restrict_files_nonascii to initialization.
252         (cmd_spec_restrict_file_names): Allow parsing of "ascii" keyword.
253
254 2009-07-27  Marcel Telka  <marcel@telka.sk>
255
256         * iri.c (do_conversion): Typo: invalide -> invalid
257
258 2009-07-27  Petr Pisar  <petr.pisar@atlas.cz>
259
260         * main.c (print_help): Fixed a couple typos.
261
262 2009-07-26  Micah Cowan  <micah@cowan.name>
263
264         * main.c (option_data): Rename --locale option to --local-encoding
265         (print_help): Document --no-iri, --local-encoding, and
266         --remote-encoding, within usage message. Remove defunct
267         --preserve-permissions.
268
269 2009-07-23  Micah Cowan  <micah@cowan.name>
270
271         * progress.c (get_eta): Change "Translation note" in comment to
272         "TRANSLATORS", so it actually appears in wget.pot.
273
274 2009-07-06  Micah Cowan  <micah@cowan.name>
275
276         * main.c (print_help): Improve documentation of --base.
277
278 2009-07-05  Micah Cowan  <micah@cowan.name>
279
280         * html-url.c (tag_handle_meta): Handle meta name="robots"
281         properly: deal with whitespace, commas after...
282
283         * netrc.c (parse_netrc): Rename local-scope variable "quote" to
284         "qmark", to avoid conflict with the function name.
285
286 2009-07-05  Petr Pisar  <petr.pisar@atlas.cz>
287
288         * main.c (print_version): Mark initial line for translation, along
289         with (env), (user), and (system). Change copyright year to 2009.
290
291         * http.c (http_loop): Space after colon.
292
293         * gnutls.c (ssl_check_certificate): Use quote function, rather
294         than explicit quotes.
295
296 2009-07-05  Micah Cowan  <micah@cowan.name>
297
298         * Makefile.am (version.c): Add dependency on configure.ac.
299
300         * iri.c: Mark some strings for translation.
301
302 2009-07-04  Steven Schweda  <sms@antinode.info>
303
304         * wget.h (ORIG_SFX): Macro added, to supply an alternative "_orig"
305         suffix on VMS.
306         
307         * connect.c, host.c, host.h, main.c: Include "vms_ip.h" rather
308         than <netdb.h> on VMS systems.
309
310         * convert.c (write_backup_file): Use "_orig" rather than ".orig"
311         on VMS.
312
313         * ftp-basic.c (ftp_list): Don't use LIST -a on VMS servers.
314
315         * ftp.c [__VMS]: Include "vms.h"
316         * ftp.c (getftp): Disable some unhelpful "for VMS" code. Pass the
317         OS type to ftp_list.
318         (getftp) [__VMS]: Alter the filename as required, and invoke fopen
319         with extra optional arguments.
320         (ftp_retrieve_list): Set permissions before setting the times.
321
322         * ftp-ls.c [__VMS]: Various improvements.
323
324         * http.c (SET_USER_AGENT): Added. Include operating-system info in
325         the User-Agent header.
326         (gethttp): Use ORIG_SFX macro.
327         (gethttp) [__VMS]: invoke fopen with extra arguments to
328         communicate file type.
329         (http_loop): Add cast to time_t.
330
331         * init.c (wgetrc_user_file_name) [__VMS]: Adjustments for where to
332         find the .wgetrc.
333
334         * log.c: Adjustments to improve handling of log files on VMS.
335
336         * main.c [__VMS]: Added --ftp-stmlf option (and associated
337         documentation). Adjust description of backup-suffixes, as they now
338         differ for VMS.
339         (print_help, print_version): Include OS type in version
340         information.
341         (main) [__VMS]: Invoke fopen with extra options, to specify file
342         type information.
343
344         * netrc.c (search_netrc) [__VMS]: Fix .netrc-finding.
345
346         * openssl.c, openssl.h (ssl_connect_wget): Renamed from ssl_connect.
347
348         * options.h (struct options): Add ftp_stmlf field.
349
350         * retr.c (write_data) [__VMS]: Avoid fflush.
351
352         * url.c [__VMS]: Include vms.h.
353         * url.c (url_file_name) [__VMS]: Handle naming as required for VMS.
354
355         * utils.c [__VMS]: Include vms.h. Various added facilities for VMS
356         needs.
357
358 2009-07-04  Micah Cowan  <micah@cowan.name>
359
360         * main.c (print_version): Allow localization of the version-info
361         labels, eschew attempts at alignment (which is complicated when
362         handling translated strings), and avoid using printf() with
363         variable-stored format strings that lack conversion
364         specifications.
365         (format_and_print_line): For similar reasons, don't calculate
366         line-continuation tabulation based on the number of bytes in a
367         string.
368
369 2009-07-04  Steven Schubiger  <stsc@member.fsf.org>
370
371         * url.c (url_parse): If an URL scheme is invalid, distinguish
372         between an unsupported or missing scheme.
373
374         * url.c: Add a "missing scheme" entry to parse_errors.
375
376 2009-07-03  Micah Cowan  <micah@cowan.name>
377
378         * iri.h (iri_dup): Provide macro definition for when IRIs are
379         disabled.
380
381         * Makefile.am (LIBS): Added @LIBICONV@.
382         (wget_SOURCES): Added iri.h.
383         (EXTRA_wget_SOURCES): Added iri.c, so it gets packaged even if IRI
384         support was disabled.
385
386 2009-07-02  Micah Cowan  <micah@cowan.name>
387
388         * recur.c (url_enqueue): Quote enqueue/dequeue debug messages.
389
390         * html-url.c (append_url): Change "merge()" quoting style from
391         locale_quoting_style to escape_quoting_style.
392
393 2009-07-01  Micah Cowan  <micah@cowan.name>
394
395         * retr.c (retrieve_url): Use the existing "redirect" label,
396         instead of superfluous "second_try". Removed no-longer-accurate
397         debug statement. Use the "newloc" parameter to store the fallback
398         URL, when IRI version was rejected.
399
400         * recur.c (retrieve_tree): Always use the parsed URL for tracking
401         the Referer, since that's the one we actually requested (if
402         there's a difference in terms of percent-encodings and such).
403
404 2009-07-01  Steven Schubiger  <stsc@member.fsf.org>
405
406         * Makefile.am: Add a rule to generate build_info.c and list
407         the build_info.c.in file in EXTRA_DIST. Adjust elsewhere
408         where needed.
409         
410         * build_info.c: Remove this static source file.
411         
412         * build_info.c.in: Data for generation of build_info.c.
413
414 2009-06-29  Micah Cowan  <micah@cowan.name>
415
416         * html-url.c (append_url): Quote some more arguments that might
417         contain characters that are inappropriate to display for the
418         current locale.
419
420         * retr.c (retrieve_from_file): Be sure to pass iri information
421         when parsing an input-fle url, and be sure to hand a clean iri
422         struct, off to retrieve_tree and retrieve_url.
423
424         * iri.c, iri.h (iri_dup): Added.
425
426         * retr.c (retrieve_url): Re-parse for IRI fallback.
427
428         * main.c (main): Set up iri before the url_parse invocation (so we
429         can use it).
430
431 2009-06-20  Jay Krell  <jay.krell@cornell.edu>
432
433         * sysdep.h (_ALL_SOURCE): (small change) Define the _ALL_SOURCE
434         macro on INTERIX systems. (I switched the location from ftp.c to
435         sysdep.h --mjc)
436
437 2009-06-15  Micah Cowan  <micah@cowan.name>
438
439         * ftp.c (getftp): If we can't accept the connection, return
440         CONERROR, not whatever the contents of err happens to be. Fixes
441         bug #25015.
442
443         * retr.c (fd_read_body): Make both args to progress_create
444         consistent, resulting in an accurate progress display. Fixes bug
445         #24948.
446
447 2009-06-14  Micah Cowan  <micah@cowan.name>
448
449         * Makefile.am (wget_SOURCES): css-tokens.h needs to ship with
450         dist, too.
451
452 2009-06-13  Micah Cowan  <micah@cowan.name>
453
454         * init.c: Rename setval_internal_wrapper to setval_internal_tilde,
455         ensure we don't "replace" the tilde unless it's actually
456         present. Clean up some minor GNU style issues.
457
458 2009-06-13  Julien Pichon  <julienpichon7@gmail.com>
459
460         * init.c: Handle tilde-expansion in wgetrc commands, without
461         resorting to setting/unsetting globals to change behavior in one
462         call location.
463
464 2009-06-12  Micah Cowan  <micah@cowan.name>
465
466         * host.c: Include <sys/types.h> before <sys/socket.h>. Not
467         required by POSIX any more, but some older systems (such as
468         FreeBSD 4.1) still need it, and it doesn't seem like it could
469         hurt...
470
471         * build_info.c (library): Handle "https" as a feature in its own
472         right, apart from "gnutls" and "openssl".
473
474         * host.c: Declare h_errno if no declaration is provided. Idea
475         thanks to Maciej W. Rozycki.
476
477 2009-06-11  Xin Zou  <zouxin2008@gmail.com>     
478         
479         * http.c (gethttp): Fix some memory leaks.
480         
481 2009-06-11  Micah Cowan  <micah@cowan.name>
482
483         * http.c (http_atotm): Handle potential for setlocale's return
484         value to be static storage. Thanks to Benjamin Wolsey
485         <bwy@benjaminwolsey.de>.
486
487         * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
488         systems, too. Thanks to Robert Millan.
489
490 2009-05-28  Steven Schubiger  <stsc@member.fsf.org>
491
492         * ftp.c (ftp_get_listing): Update the "listing file" 
493         string after calling ftp_loop_internal().
494
495 2009-05-27  Steven Schubiger  <stsc@member.fsf.org>
496
497         * ftp.c (ftp_get_listing): Duplicate the "listing file"
498         string to avoid memory corruption when FOPEN_EXCL_ERR is
499         encountered.
500
501 2009-05-17  Steven Schubiger  <stsc@member.fsf.org>
502
503         * progress.c (eta_to_human_short): Fix the remaining hours
504         to be displayed. Spotted by Tadeu Martins (#26411).
505
506 2009-04-24  Micah Cowan  <micah@cowan.name>
507
508         * hash.c: Change stdint.h inclusion to use HAVE_STDINT_H, not C99
509         check.
510
511         * connect.c: stdint.h inclusion added.
512
513         Thanks to Markus Duft <mduft@gentoo.org> for a similar patch.
514         
515 2009-04-20  Micah Cowan  <micah@cowan.name>
516
517         * Makefile.am (version.c): Fix unportable use of "echo -n".
518
519 2009-04-13  Steven Schubiger  <stsc@member.fsf.org>
520
521         * ftp.c (ftp_retrieve_list): Move the duplicated code that
522         determines the local file to a function.
523         
524         * http.c (http_loop): Likewise.
525
526         * retr.c (set_local_file): New function.
527
528 2009-04-11  Steven Schubiger  <stsc@member.fsf.org>
529
530         * init.c (initialize): Run a custom SYSTEM_WGETRC when 
531         provided as an environment variable.
532
533 2009-02-27  Gisle Vanem  <gvanem@broadpark.no>
534
535         * main.c (main): "freopen (NULL,.." causes an assertion in MSVC
536         debug-mode.  I.e. NULL isn't legal. But the "CONOUT$" device works
537         fine.
538
539 2009-02-27  Steven Schubiger  <stsc@member.fsf.org>
540
541         * ftp.c (ftp_loop_internal): Don't claim for FTP retrievals
542         when writing to standard output either that the document
543         has been saved. Addresses bug #20520 again.
544
545 2009-02-21  Steven Schubiger  <stsc@member.fsf.org>
546
547         * http.c (http_loop): When a document is written to 
548         standard output, don't claim it has been saved to a file.
549         Addresses bug #20520.
550
551 2009-02-18  Steven Schubiger  <stsc@members.fsf.org>
552
553         * recur.h: Remove the dangling declaration for recursive_cleanup().
554
555 2009-02-01  Gerardo E. Gidoni  <gerel@gnu.org>
556
557         * main.c, recur.c, recur.h, res.c, retr.c, retr.h: restructured code to
558         avoid multiple 'url_parse' calls.
559
560 2008-11-13  Micah Cowan  <micah@cowan.name>
561
562         * http.c (gethttp): Don't do anything when content-length >= our
563         requested range.
564
565 2008-11-27  Saint Xavier  <wget@sxav.eu>
566
567         * http.c (gethttp): Move authentication code before filename
568         allocation avoiding fallbacking on default filename because
569         "Content-Disposition" header wasn't present before authentcation
570         has been completed. Fixes bug #24862.
571
572 2008-11-16  Steven Schubiger  <stsc@members.fsf.org>
573
574         * main.c: Declare and initialize the numurls counter.
575
576         * ftp.c, http.c: Make the counter visible here and use it.
577         
578         * options.h: Remove old declaration from options struct.
579
580 2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
581
582         * init.c (defaults): Set default waitretry value.
583
584 2008-11-14  Steven Schubiger  <stsc@members.fsf.org>
585
586         * main.c (format_and_print_line): Use a custom format 
587         string for printing leading spaces.
588
589 2008-11-12  Micah Cowan  <micah@cowan.name>
590
591         * ftp-ls.c (ftp_index): HTML-escape dir name in title, h1, a:href.
592
593 2008-11-12  Alexander Belopolsky  <alexander.belopolsky@gmail.com>
594
595         * url.c, url.h (url_escape_unsafe_and_reserved): Added.
596
597         * ftp-ls.c (ftp_index): URL-escape, rather than HTML-escape, the
598         filename appearing in the link.
599
600 2008-11-12  Steven Schubiger  <stsc@members.fsf.org>
601
602         * main.c (print_version): Hand the relevant
603         xstrdup/xfree calls back to format_and_print_line().
604
605 2008-11-11  Steven Schubiger  <stsc@members.fsf.org>
606
607         * main.c (format_and_print_line): Move both the memory
608         allocating and freeing bits upwards to print_version().
609
610 2008-11-10  Saint Xavier  <wget@sxav.eu>
611
612         * http.c: Make --auth-no-challenge works with user:pass@ in URLs.
613
614 2008-11-05  Micah Cowan  <micah@cowan.name>
615
616         * ftp.c (print_length): Should print humanized "size remaining"
617         only when it's at least 1k.
618
619 2008-10-31  Micah Cowan  <micah@cowan.name>
620
621         * main.c (print_version): Add information about the mailing list.
622
623 2008-10-31  Alexander Drozdov  <dzal_mail@mtu-net.ru>
624
625         * retr.c (fd_read_hunk): Make assert deal with maxsize == 0.
626
627         * ftp-ls.c (clean_line): Prevent underflow on empty lines.
628
629 2008-10-26  Gisle Vanem  <gvanem@broadpark.no>
630
631         * main.c (format_and_print_line): Put variables on top of
632         blocks (not all compilers are C99). Add an extra '\n' if
633         SYSTEM_WGETRC isn't defined and printed.
634
635 2008-09-09  Gisle Vanem  <gvanem@broadpark.no>
636
637         * url.c (url_error): Use aprintf, not asprintf.
638         
639 2008-09-09  Micah Cowan  <micah@cowan.name>
640
641         * init.c (home_dir): Save the calculated value for home,
642         to avoid duplicated work on repeated calls.
643         (wgetrc_file_name) [WINDOWS]: Define and initialize home var.
644
645         * build_info.c, main.c: Remove unnecessary extern vars
646         system_wgetrc and locale_dir.
647
648         * main.c: Define program_name for lib/error.c.
649
650 2008-09-02  Gisle Vanem  <gvanem@broadpark.no>
651
652         * mswindows.h: Must ensure <stdio.h> is included before
653         we redefine ?vsnprintf().
654
655 2008-08-08  Steven Schubiger  <stsc@members.fsf.org>
656
657         * main.c, utils.h: Removed some dead conditional DEBUG_MALLOC code.
658
659 2008-08-03  Micah Cowan  <micah@cowan.name>
660
661         * main.c (print_help): Added --default-page.
662
663 2008-08-01  Joao Ferreira  <joao@joaoff.com>
664
665         * init.c, main.c, options.h, url.c: Added option --default-page
666         to support alternative default names for index.html
667
668 2008-08-03  Micah Cowan  <micah@cowan.name>
669
670         * build_info.c, css-url.c: #include wget.h, not config.h.
671
672 2008-08-03  Steven Schubiger  <stsc@members.fsf.org>
673
674         * url.c, url.h (url_error): Better messages for unsupported
675         schemes, especially https.
676
677         * html-url.c, recur.c, retr.c: Adjust to new url_error
678         invocation, and free result.
679
680 2008-07-17  Steven Schubiger  <stsc@members.fsf.org>
681
682         * retr.c (retrieve_from_file): When given an URL as input file,
683         use it as baseref if none was specified and treat the input file
684         as HTML if its content type is text/html.
685
686         * init.c (cleanup): Free the memory associated with the base
687         option (when DEBUG_MALLOC is defined).
688
689 2008-07-02  Xavier Saint  <wget@sxav.eu>
690
691         * iri.c, iri.h  : New function idn_decode() to decode ASCII
692         encoded hostname to the locale.
693
694         * host.c : Show hostname to be resolved both in locale and
695         ASCII encoded.
696
697 2008-06-28  Steven Schubiger  <stsc@members.fsf.org>
698
699         * retr.c (retrieve_from_file): Allow for reading the links from
700         an external file (HTTP/FTP).
701
702 2008-06-26  Xavier Saint  <wget@sxav.eu>
703
704         * iri.c, iri.h : New functions locale_to_utf8() and
705         idn_encode() adding basic capabilities of IRI/IDN.
706
707         * url.c : Convert URLs from locale to UTF-8 allowing a basic
708         support of IRI/IDN
709
710 2008-06-25  Steven Schubiger  <stsc@members.fsf.org>
711
712         * ftp.c (getftp): When spidering a FTP URL, emit a diagnostic
713         message if the remote file exists.
714
715 2008-06-24  Steven Schubiger  <stsc@members.fsf.org>
716
717         * http.c (http_loop): Replace escnonprint() occurence with
718         a quotearg_style() call.
719
720 2008-06-24  Micah Cowan  <micah@cowan.name>
721
722         * ftp-ls.c (ftp_index): Don't assume time_t* is compatible with
723         long*. Fixes crash on Windows, and probably other systems.
724
725 2008-06-22  Steven Schubiger  <stsc@members.fsf.org>
726
727         * http.c: Explicitly initialize and deallocate the message
728         string used by the -nv --spider functionality.
729
730 2008-06-22  Steven Schubiger  <schubiger@gmail.com>
731
732         * http.c: Make -nv --spider include the file's name when it
733         exists.
734
735 2008-06-22  Micah Cowan  <micah@cowan.name>
736
737         * Makefile.am (version.c): Fixed version string invocation so it
738         once again can't result in unterminated strings, made all the
739         string vars pointers-to-const, and moved line lengths
740         below 80 (in Makefile.am, not in version.c).
741
742 2008-06-19  Xavier Saint  <wget@sxav.eu>
743
744         * iri.c, iri.h : New function check_encoding_name() as
745         a preliminary encoding name check.
746
747         * main.c, iri.c : Make use of check_encoding_name().
748
749 2008-06-19  Xavier Saint  <wget@sxav.eu>
750
751         * iri.c : Include missing stringprep.h file and add a
752         cast.
753
754         * init.c : set a default initial value for opt.enable_iri,
755         opt.locale and opt.encoding_remote.
756
757 2008-06-19  Xavier Saint  <wget@sxav.eu>
758
759         * iri.c, iri.h : Add a new function find_locale() to find
760         out the local system encoding.
761
762         * main.c : Make use of find_locale().
763
764 2008-06-19  Xavier Saint  <wget@sxav.eu>
765
766         * html-url.c : Add "content-type" meta tag parsing for
767         retrieving page encoding.
768
769         * iri.h : Make no-op version of parse_charset() return
770         NULL.
771
772 2008-06-16  Micah Cowan  <micah@cowan.name>
773
774         * http.c (http_loop): When hstat.len is higher than the
775         successfully completed content's length, but it's because we
776         _set_ it that way, don't abort.
777
778 2008-06-14  Xavier Saint  <wget@sxav.eu>
779
780         * iri.c, iri.h : New files.
781
782         * Makefile.am : Add files iri.h and conditional iri.c.
783
784         * build_info.c : Add compiled feature "iri".
785
786         * http.c : include iri.h and parse charset from Content-Type
787         header.
788
789         * init.c, main.c, options.h : if an options isn't supported
790         at compiled time, don't get rid off it and show a dummy
791         message instead if they are used.
792
793 2008-06-13  Micah Cowan  <micah@cowan.name>
794
795         * build_info.c: ENABLE_NTLM, not HAVE_NTLM; distinguish OpenSSL
796         from "ssl".
797
798 2008-06-13  Madhusudan Hosaagrahara <com.gmail.hrmadhu>
799
800         * Makefile.am, main.c, init.c, init.h, build_info.c: Adds build
801         information to the --version command line option. Fixes bug
802         #20636.
803
804 2008-06-01  Micah Cowan  <micah@cowan.name>
805
806         * main.c [WINDOWS]: Reopen stdout in binary mode, when -O - is
807         given.
808
809 2008-05-31 Micah Cowan  <micah@cowan.name>
810
811         * html-url.c, http.c: Avoid casts in a couple spots.
812
813 2008-05-30 Henri Häkkinen  <henux@users.sourceforge.net>
814
815         * cookies.c, ftp-basic.c, hash.c, html-url.c, http-ntlm.c, http.c,
816         init.c, log.c, main.c, progress.c, ptimer.c, spider.c, url.c,
817         utils.c: Minor changes to silence warnings when using -Wall.
818
819 2008-05-26  Steven Schubiger  <schubiger@gmail.com>
820
821         * ftp.c (getftp): Replace last remaining invocation of escnonprint
822         with gnulib quote.
823
824 2008-05-19  Micah Cowan  <micah@cowan.name>
825
826         * main.c (main): Password prompt should be done only once (not
827         once per argument), and should be done prior to the background
828         fork.
829
830 2008-05-17  Steven Schubiger  <schubiger@gmail.com>
831
832         * init.c (defaults): Set the preferred IP family to `none' by
833         default.
834
835 2008-05-17  Kenny Parnell  <k.parnell@gmail.com>
836
837         (cmd_spec_prefer_family): Initialize prefer_family to prefer_none.
838
839 2008-05-17  Micah Cowan  <micah@cowan.name>
840
841         * main.c (main): Handle Ctrl-D on command-line.
842
843 2008-05-15  Steven Schubiger  <schubiger@gmail.com>
844
845         * ftp.c (getftp): Verify that the file actually exists in FTP, by
846         checking it against the listing.
847
848 2008-05-15  Micah Cowan  <micah@cowan.name>
849
850         * main.c (prompt_for_password): Use the quote module.
851
852 2008-05-14  Micah Cowan  <micah@cowan.name>
853
854         * ftp.c (ftp_retrieve_list): Symlinks and other filenames
855         should be fully quoted.
856
857 2008-05-12  Micah Cowan  <micah@cowan.name>
858
859         * main.c (main): Downgrade "-N with -O" to a warning, and switch
860         it off to avoid confusing messages.
861
862 2008-04-30  Micah Cowan  <micah@cowan.name>
863
864         * progress.c (create_image): Fix glitch where too many spaces are
865         printed on lines that don't display the ETA, in multibyte
866         locales.
867
868 2008-04-30  Steven Schubiger  <stsc@members.fsf.org>
869
870         * main.c (main): New code that handles prompting for passwords
871         when specified explicitly via command-line option (using gnulib's
872         getpass-gnu module).
873         (main): Include the getpass header.
874
875         * init.c: Add "ask-password" to the list of recognized commands.
876
877         * options.h: Add an according boolean member to the options
878         struct.
879
880         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE
881         out, because they're now defined independently by config.h.
882
883 2008-04-27  Rabin Vincent  <rabin@rab.in>
884
885         * http.c (http_loop): Fix return for the case where we don't
886         download a file because of -nc.
887
888 2008-04-27  Micah Cowan  <micah@cowan.name>
889
890         * url.c (path_simplify): Go back to allowing leading ".." in
891         paths, but only for FTP URLs.
892         (test_path_simplify): Add scheme-specificness to tests, adapt for
893         mu_run_test.
894
895         * test.c (all_tests): Add test_path_simplify.
896
897         * main.c (main): Downgrade -r, -p with -O to a warning rather than
898         an error; elaborate just a bit more for other -O combination
899         cases.
900
901 2008-04-26  Micah Cowan  <micah@cowan.name>
902
903         * http.c (gethttp): Move proxy CONNECT handling to below the
904         retry_with_auth label, to deal with properly reconnecting to
905         proxies when we need to authenticate.
906
907 2008-04-25  Micah Cowan  <micah@cowan.name>
908
909         * Makefile.am: -I foo -> -Ifoo.
910
911 2008-04-24  Micah Cowan  <micah@cowan.name>
912
913         * main.c: Revised usage description of --convert-links to apply
914         to CSS as well as to HTML.
915
916 2008-04-23  Micah Cowan  <micah@cowan.name>
917
918         * utils.c (test_dir_matches_p): Added a test for the case
919         described in issue #20518.
920
921 2008-04-22  Micah Cowan  <micah@cowan.name>
922
923         * Makefile.am, css.lex, css.l: Renamed css.lex to css.l.
924         * recur.c (retrieve_tree): Fix typo to allow text/css files to
925         be parsed.
926
927 2008-04-22  Ted Mielczarek  <ted.mielczarek@gmail.com>
928
929         * css.lex, css-url.c, css-url.h: Added to implement support for
930         parsing CSS in Wget.
931         * convert.c: Convert links in CSS files, too.
932         * convert.h (convert_options): Added for options link_css_p,
933         link_expect_css.
934         * convert.h: Added prototype for new register_css function.
935         * html-parse.c: Added support for parsing element content, in
936         addition to tag starts and ends.
937         * html-parse.h (taginfo): Added delimiter fields for element
938         content.
939         * html-url.h: Added.
940         * html-url.c (append_url): No longer internal-linkage only. Now
941         takes position and size as explicit parameters.
942         * html-url.c: Use new html-url.h header, add support for
943         handling of "style" HTML attributes. Mark URIs obtained from
944         link tags with rel="stylesheet" with link_expect_css. Adapt
945         uses of append_url to supply the newly-added parameters for
946         position and size.
947         * http.c: Add detection for when the content-type is text/css;
948         and ensure that such files have the ".css" filename extension,
949         when --convert-links is active.
950         * recur.h: Remove declarations for functions found in
951         html-url.c (moved to html-url.h).
952         * recur.c: Add support for culling links from CSS files, too,
953         and tracking for when we're expecting the file to be CSS (even
954         when its content type isn't text/css).
955         * retr.c (retrieve_url): Add registration of CSS files.
956         * wget.h: Added TEXTCSS to dt flags enum.
957         * Makefile.am: Added css.lex, css-url.c, css-url.h, html-url.h
958         to wget_SOURCES.
959
960 2008-04-22  Jim Paris  <jim@jtan.com>
961
962         * openssl.c (ssl_init): Enable combined certificate/key in
963         single file (apparent regression from ~1.9). Resolves issue
964         #22767.
965
966 2008-04-22  Steven Schubiger  <schubiger@gmail.com>
967
968         * http.c (print_response_line): Changed to make responses always
969         be logged, even in --quiet mode, if --server-response was
970         specified. This is to bring http.c's handling of the situation
971         in line with ftp.c's.
972
973 2008-04-22  Pranab Shenoy  <pranab.loosinit.shenoy@gmail.com>
974
975         * init.c: Added test_commands_sorted unit test to check is
976         commands are sorted.  Fixes bug #21245.
977
978         * test.c: Added test_commands_sorted to the test suite.
979
980 2008-04-22  Rabin Vincent  <rabin@rab.in>
981
982         * ftp.c (ftp_get_listing): Only remove .listing if it has been
983         created. 
984
985 2008-04-22  Alain Guibert  <alguibert+bts@free.fr>
986
987         * test.h (mu_run_test): Move declaration before statements, for
988         C90 conformance. Fixes bug #22789.
989
990 2008-04-22  Mike Frysinger  <vapier@gentoo.org>
991
992         * Makefile.am: Move @LIBS@ after other libraries, for better
993         static-linking support. Fixes bug #22143.
994
995 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
996
997         * ftp.c: Use Gnulib's quote function for printing filenames and
998         such.
999         * connect.c: Likewise.
1000         * convert.c: Likewise.
1001         * cookies.c: Likewise.
1002         * ftp-opie.c: Likewise.
1003         * gnutls.c: Likewise.
1004         * init.c: Likewise.
1005         * log.c: Likewise.
1006         * mswindows.c: Likewise.
1007         * openssl.c: Likewise.
1008         * progress.c: Likewise.
1009         * recur.c: Likewise.
1010         * res.c: Likewise.
1011         * utils.c: Likewise.
1012
1013 2008-04-16  Steven Schubiger  <schubiger@gmail.com>
1014
1015         * sysdep.h: Comment the defines __EXTENSIONS__ and _GNU_SOURCE 
1016         out, because they're now defined independently by config.h.
1017
1018 2008-04-14  Steven Schubiger  <schubiger@gmail.com>
1019
1020         * http.c: Use Gnulib's quote function for printing filenames and
1021         such.
1022         * wget.h: #include "quote.h".
1023
1024 2008-04-12  Rabin Vincent  <rabin@rab.in>
1025
1026         * mswindows.c (fake_fork_child): Don't create a logfile for
1027         --background when --quiet is used, but not --server-response.
1028         Fixes bug #20917.
1029
1030         * utils.c (fork_to_background): Likewise.
1031
1032 2008-04-12  Micah Cowan  <micah@cowan.name>
1033
1034         * utils.c (aprintf): Minor formatting changes to Alex's code (80-
1035         column limit, concatenated string literals, avoiding nesting
1036         levels), and removed invocation of free (since we're aborting
1037         anyway).
1038
1039 2008-04-11  Alexander Dergachev  <cy6erbr4in@gmail.com>
1040
1041         * utils.c (aprintf): Now we are setting limits (1 Mb) for text
1042         buffer when we use non-C99 vsnprintf.
1043         
1044 2008-04-11  Micah Cowan  <micah@cowan.name>
1045
1046         * ftp.c (getftp, ftp_loop_internal): Don't append to an existing
1047         .listing when --continue is used.  Fixes bug #22825. Thanks to
1048         Rabin Vincent <rabin@rab.in> for pointing the way with a
1049         suggested fix!
1050
1051 2008-04-10  Alexander Dergachev  <cy6erbr4in@gmail.com>
1052
1053         * xmalloc.c, xmalloc.h (memfatal): Now exported; accepts an
1054         "unknown" value for the attempted allocation size.
1055         * utils.c (aprintf): Now calls memfatal, instead of aborting.
1056
1057 2008-03-19  Micah Cowan  <micah@cowan.name>
1058
1059         * utils.c (test_dir_matches_p): More tests related for
1060         dir_matches_p.
1061
1062 2008-03-17  Micah Cowan  <micah@cowan.name>
1063
1064         * connect.c: Include sys/time.h to support use of the select
1065         function on older systems.
1066
1067 2008-02-11  Benno Schulenberg  <bensberg@justemail.net>
1068
1069         * http.c: More accurate and descriptive messages for when a file
1070         won't be retrieved during spider-mode.
1071
1072 2008-02-10  Micah Cowan  <micah@cowan.name>
1073
1074         * http.c: Added existence_checked member to the http_stat
1075         struct.
1076         (gethttp): Mark hs->existence_checked when we've checked whether
1077         a file-to-download exists; so we don't check it again if the
1078         connection gets lost (and potentially pick a new "unique" name).
1079         This fixes bug 22251.
1080         * progress.c (create_image): Add space for an extra column in
1081         the "eta" portion of the progress bar image; to deal with
1082         too-long Czech translation.
1083         * main.c, http.c, init.c: Added --auth-no-challenge option, to
1084         bring back 1.10.2 unsafe auth behavior when needed. This fixes
1085         bug #22242.
1086
1087 2008-02-07  Micah Cowan  <micah@cowan.name>
1088
1089         * progress.c (create_image): Remove assertion on exceeding
1090         screen width, which given the less-than-robust code there, can
1091         be broken by a number of factors (such as large file downloads).
1092
1093 2008-02-06  Micah Cowan  <micah@cowan.name>
1094
1095         * progress.c (countcols): Use strlen() when mbtowc or wcwidth
1096         not available (or not using NLS).
1097         * utils.c: Ensure we use single-byte separators when not doing
1098         NLS progress-bars.
1099         * wget.h: Determine whether to use NLS for progress-bars, based
1100         on whether wcwidth and mbtowc are available.
1101
1102 2008-02-03  Micah Cowan  <micah@cowan.name>
1103
1104         * progress.c (create_image): Use number of characters/columns
1105         consumed, rather than number of bytes, to determine how much of
1106         a line we've used. Fixes assertion errors and field alignment
1107         bugs (#22161, #20481)
1108         (get_eta, count_cols): Added to support the changes for
1109         create_image.
1110         * http.c (http_loop): Put no-clobber logic back into http_loop,
1111         before starting to fetch, for when we're not doing
1112         content-disposition.
1113
1114 2008-01-31  Micah Cowan  <micah@cowan.name>
1115
1116         * http.c (gethttp): Don't derive hs->contlen from possibly
1117         invalid/missing Content-Length; instead, get the appropriate
1118         value from the Content-Range header values.
1119         (parse_content_range): Handle '*' instance-length field.
1120
1121 2008-01-25  Micah Cowan  <micah@cowan.name>
1122
1123         * main.c: Added notes to translators regarding (C), diacritics
1124         in names.
1125         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
1126         cookies.c, cookies.h, ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c,
1127         ftp.h, gen-md5.c, gen-md5.h, gnutls.c, hash.c, hash.h, host.c,
1128         host.h, html-parse.c, html-parse.h, html-url.c, http-ntlm.c,
1129         http-ntlm.h, http.c, http.h, init.c, init.h, log.c, log.h,
1130         main.c, mswindows.c, mswindows.h, netrc.c, netrc.h, openssl.c,
1131         options.h, progress.c, progress.h, ptimer.c, ptimer.h, recur.c,
1132         recur.h, res.c, res.h, retr.c, retr.h, spider.c, spider.h,
1133         ssl.h, sysdep.h, test.c, test.h, url.c, url.h, utils.c,
1134         utils.h, wget.h, xmalloc.c, xmalloc.h: Updated copyright year.
1135
1136 2007-12-10  Micah Cowan  <micah@cowan.name>
1137
1138         * main.c: The option is --content-disposition, not
1139         --no-content-disposition (at the moment).
1140
1141 2007-12-08  Hrvoje Niksic  <hniksic@xemacs.org>
1142
1143         * ftp.c (ftp_retrieve_glob): Print both arguments of fnmatch in
1144         fnmatch error message.
1145         (ftp_retrieve_glob): Don't match with fnmatch if we're only
1146         supposed to get one file.
1147
1148 2007-12-07  Micah Cowan  <micah@cowan.name>
1149
1150         * Makefile.am: Plug in vars to include stuff from
1151         $(top_srcdir)/md5 when appropriate.
1152
1153 2007-12-05  Micah Cowan  <micah@cowan.name>
1154
1155         * utils.c (subdir_p): Handle the case where d1 is "".
1156         * convert.c (convert_all_links): Don't return without
1157         deallocating timer.
1158
1159 2007-11-28  Micah Cowan  <micah@cowan.name>
1160
1161         * Makefile.am, cmpt.c, connect.c, connect.h, convert.c,
1162         convert.h, cookies.c, cookies.h, ftp-basic.c, ftp-ls.c,
1163         ftp-opie.c, ftp.c, ftp.h, gen-md5.c, gen-md5.h, gnutls.c,
1164         hash.c, hash.h, host.c, host.h, html-parse.c, html-parse.h,
1165         html-url.c, http-ntlm.c, http-ntlm.h, http.c, http.h, init.c,
1166         init.h, log.c, log.h, main.c, mswindows.c, mswindows.h,
1167         netrc.c, netrc.h, openssl.c, options.h, progress.c, progress.h,
1168         ptimer.c, ptimer.h, recur.c, recur.h, res.c, res.h, retr.c,
1169         retr.h, safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h,
1170         sysdep.h, test.c, test.h, url.c, url.h, utils.c, utils.h,
1171         wget.h, xmalloc.c, xmalloc.h: Updated license exception for
1172         OpenSSL, per the SFLC.
1173
1174 2007-10-30  Micah Cowan  <micah@cowan.name>
1175
1176         * main.c (main): Declare argv parameter as char **argv, rather
1177         than char *const *argv. This fixes usage of getopt_long,
1178         regardless of whether getopt_long has a constified argv or not.
1179
1180 2007-10-22  Gisle Vanem  <gvanem@broadpark.no>
1181
1182         * mswindows.c: Move INHIBIT_WRAP macro definition up with wget.h
1183         inclusion.
1184
1185 2007-10-18  Steven Schweda  <sms@antinode.org>
1186
1187         * sysdep.h: #include <stdint.h> as well as <inttypes.h>, to work
1188         around a glitch on Tru64 systems.
1189
1190 2007-10-18  Micah Cowan  <micah@cowan.name>
1191
1192         * Makefile.am: version.c should not be distributed. Removed
1193         config-post.h. Add version.c dependency and gnulib include path
1194         for libunittest.a.
1195         * sysdep.h: Got contents of config-post.h
1196         * config-post.h: Removed.
1197         * wget.h: #include "config.h".
1198         * alloca.c, cmpt.c, connect.c, convert.c, cookies.c,
1199         ftp-basic.c, ftp-ls.c, ftp-opie.c, ftp.c, gen-md5.c, gnutls.c,
1200         hash.c, host.c, html-parse.c, html-url.c, http-ntlm.c, http.c,
1201         init.c, log.c, main.c, mswindows.c, netrc.c, openssl.c,
1202         progress.c, ptimer.c, recur.c, res.c, retr.c, spider.c, url.c,
1203         utils.c, xmalloc.c: Use wget.h at very top, and instead of
1204         config.h.
1205
1206 2007-10-15  Micah Cowan  <micah@cowan.name>
1207
1208         * Makefile.am: Remove intermediary hg-id file generation, make
1209         version.c-generation more portable.
1210
1211 2007-10-14  Micah Cowan  <micah@cowan.name>
1212
1213         * cmpt.c, cookies.c, ftp-basic.c, ftp-ls.c, ftp.c, hash.c,
1214         host.c, html-parse.c, html-url.c, http-ntlm.c, http.c, init.c,
1215         log.c, main.c, netrc.c, openssl.c, res.c, url.c, utils.c,
1216         wget.h: Replace uses of ISSPACE, etc with c_isspace, etc.
1217         * gnu-md5.c, gnu-md5.h: Removed, in deference to gnulib.
1218         * Makefile.am: Removed gnu-md5.h from wget_SOURCES.
1219         * gen-md5.c: Changed #inclusion of gnu-md5.h to md5.h (gnulib's).
1220         * recur.c (download_child_p): Print error if unlink of
1221         robots.txt fails.
1222         * main.c (main): --spider or --delete-after now implies
1223         --no-directories (thanks, Josh Williams).
1224
1225 2007-10-14  Joshua David Williams  <yurimxpxman@gmail.com>
1226
1227         * recur.c (download_child_p): Remove robots.txt if
1228         --delete-after or --spider is on.
1229
1230 2007-10-13  Micah Cowan  <micah@cowan.name>
1231
1232         * Makefile.am: Make version.c depend on Wget dependencies (source
1233         files, plus such things as LIBOBJS so we get things like
1234         http-ntlm.c). Removed getopt.[ch], as we're now using gnulib for
1235         these.
1236
1237 2007-10-10  Micah Cowan  <micah@cowan.name>
1238
1239         * http-ntlm.c: Include openssl/opensslv.h explicitly, instead of
1240         hoping it'll be included by accident in openssl/des.h.
1241
1242 2007-10-09  Gisle Vanem  <gvanem@broadpark.no>
1243
1244         * mswindows.c: 'argc' and 'argv' in 'windows_main()' are no longer
1245         needed.  Hence simply the prototype. Free 'exec_name' at exit.
1246
1247 2007-10-09  Micah Cowan  <micah@cowan.name>
1248
1249         * gettext.h: Imported from /usr/share/gettext, fuller handling
1250         of --disable-nls.
1251         * wget.h: Remove logic for handling lack of NLS (now in
1252         gettext.h).
1253         * main.c: Use gettext's ENABLE_NLS rather than HAVE_NLS.
1254         * Makefile.am: added @LIBINTL@ to LIBS (though it probably
1255         belongs in LDADD, along with everything else currently assigned
1256         to LIBS).
1257
1258 2007-10-08  Micah Cowan  <micah@cowan.name>
1259
1260         * http.c (http_loop): Add send_head_first conditional back
1261         around code that needs it, but not around the last-modified
1262         header-parsing stuff this time. Removed no-longer-useful (was it
1263         ever?) restart_loop boolean, continuing unconditionally at end
1264         of send_head_first conditional block (if we haven't jumped out).
1265
1266 2007-10-04  Micah Cowan  <micah@cowan.name>
1267
1268         * http.c (http_loop): We've got_name if content_disposition
1269         support isn't on; make sure we continue properly in that case,
1270         even though we're not sending HEAD.
1271         * Makefile.in: Removed, replaced by Makefile.am.
1272         * Makefile.am: Converted from Makefile.in.
1273
1274 2007-10-02  Gisle Vanem  <gvanem@broadpark.no>
1275         
1276         * ftp.c: Use "_listing" for MSDOS (".listing" is illegal).
1277
1278         * url.c: Update comment for 'filechr_not_windows'.
1279
1280         * utils.c: Include <process.h> for 'getpid()' on Watcom.
1281
1282 2007-10-02  Micah Cowan  <micah@cowan.name>
1283
1284         * ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main
1285         (main): Use datetime_str instead of time_str, for those who have
1286         potentially long-running sessions. Based on suggestions by Saso
1287         Tomat <miskox@hotmail.com> and Steven M. Schweda
1288         <sms@antinode.org>.
1289         * http.c (gethttp): Warn about host lookup failures. Adjusted
1290         from Stephen Gildea's patch.
1291
1292 2007-10-02  Stephen Gildea  <stepheng+wget@gildea.com>
1293
1294         * connect.c (connect_to_host): Warn about host lookup failures.
1295
1296 2007-09-25  Micah Cowan  <micah@cowan.name>
1297
1298         * Makefile.in: Use EXEEXT instead of exeext.
1299
1300 2007-09-24  Gisle Vanem  <giva@bgnett.no>
1301
1302         * connect.c, init.c, main.c, openssl.c, options.h, sysdep.h,
1303         url.c, utils.c: Added support for building on MS-DOS.
1304
1305 2007-09-24  Jochen Roderburg  <roderburg@uni-koeln.de>
1306
1307         * http.c (http_zero): Remove no-longer-used local_size variable.
1308         Fixes bug #21057.
1309
1310 2007-09-12  Micah Cowan  <micah@cowan.name>
1311
1312         * http.c (http_loop): Remove send_head_first from condition for
1313         parsing timestamp.
1314
1315 2007-08-29  Micah Cowan  <micah@cowan.name>
1316
1317         * openssl.c (ssl_init): Re un-const-ified the meth local
1318         variable, to match current versions of openssl.
1319         * spider.c: Removed visited_url function, as it may be very
1320         inefficient.
1321         (print_broken_links): Removed traversal of referrers, until such
1322         time as a more efficient implementation can be written.
1323         * spider.h: Replaced declaration of visited_url with an
1324         empty-bodied, function-like macro.
1325
1326 2007-08-27  Gisle Vanem  <giva@bgnett.no>
1327
1328         * mswindows.c (run_with_timeout): Ensure that the correct
1329         conversion specification is used for the return result of
1330         the GetLastError function.
1331         * getopt.c: Fix missing (but, accidentally, legal) comment
1332         delimiter after licensing text.
1333         * recur.c (retrieve_tree): Inserted missing cast for strip_auth.
1334         Includes adjustment by Ralf Wildenhues.
1335         * openssl.c (ssl_init): const-ified the meth local variable.
1336         * main.c: Include all the static function definitions in the
1337         "#ifndef TESTING" clause, leaving just the definitions for
1338         exec_name (not set), and opt.
1339         * utils.c (run_with_timeout): Now returns bool, to align with
1340         declaration in utils.h.
1341
1342 2007-08-27  Micah Cowan  <micah@cowan.name>
1343
1344         * wget.h: Added macro replacement for ngettext, for environs
1345         that lack NLS.
1346
1347 2007-08-26  Micah Cowan  <micah@cowan.name>
1348
1349         * spider.c (print_broken_links): Fixed incorrect plurals msgid
1350         usage, switched to use ngettext function.
1351
1352 2007-08-24  Micah Cowan  <micah@cowan.name>
1353
1354         * http.c (http_loop): Introduced time_came_from_head boolean
1355         flag, to help avoid parsing the same Last-Modified header twice.
1356         Replaced spidering returns of RETRUNNEEDED for some situations,
1357         to RETROK, as otherwise it will be interpreted as an error.
1358         RETRUNNEEDED appears never to be referenced outside of
1359         http.c (and wget.h), and, when returned by gethttp, is
1360         translated by http_loop to RETROK.
1361         * url.c (are_urls_equal): Don't call getchar_from_escaped_string
1362         if u2 is shorter than u1.
1363         (getchar_from_escaped_string): Don't decode reserved characters.
1364         Handle illegally appearing '%'s as literal '%'s. Ensure hex
1365         digits before attempting to decode.
1366         (test_are_urls_equal): Added tests to handle u2 shorter than u1,
1367         and %2f not treated the same as /.
1368         * spider.c (in_url_list_p): Don't call are_urls_equal if one of
1369         them is NULL.
1370
1371 2007-08-23  Joshua David Williams  <yurimxpxman@gmail.com>
1372
1373         * spider.c (in_url_list_p): Removed the bool verbose argument
1374
1375 2007-08-22  Mauro Tortonesi  <mauro@ferrara.linux.it>
1376
1377         * http.c (http_loop): Fall back to GET if HEAD fails with a 500 or 501
1378         error code.
1379
1380 2007-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
1381         
1382         * http.c (http_loop): Send preliminary HEAD request if -N is given and
1383         the destination file exists already.
1384
1385 2007-08-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
1386
1387         * http.c (http_loop): Fixed HTTP HEAD requests logic when --spider is
1388         given.
1389
1390 2007-08-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1391
1392         * url.c (append_uri_pathel): Do not assume dest string to be
1393         zero-terminated.
1394         (test_append_uri_pathel): Terminate string to fix test failure.
1395
1396 2007-08-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1397
1398         * url.c (url_string): Use comparison, not assignment, in
1399         check for auth_mode == URL_AUTH_HIDE_PASSWD.
1400
1401 2007-08-09  Micah Cowan  <micah@cowan.name>
1402
1403         * http.c (http_loop): If we got a HEAD and then a GET, and the
1404         GET had a timestamp, use that one, not any we may have gotten
1405         from the HEAD.
1406
1407 2007-08-08  Micah Cowan  <micah@cowan.name>
1408
1409         * init.c (defaults): Content disposition will not be default,
1410         since it currently results in extra round-trips.
1411
1412 2007-07-31  Micah Cowan  <micah@cowan.name>
1413
1414         * http.c (gethttp): Set contlen = -1 when we encounter a
1415         negative-valued Content-Length header, so we don't consider it
1416         an internal error later on and call abort().
1417
1418 2007-07-29  Micah Cowan  <micah@cowan.name>
1419
1420         * url.h, url.c (url_string): Replaced bool arg of the url_string
1421         function with enum url_auth_mode, with added option to
1422         completely remove user/pass auth information.
1423         * http.c, ftp.c, url.c, recur.c: Adapted call to url_string
1424         function to fit new usage.
1425         * recur.c (retrieve_tree): Remove auth info from Referer header.
1426
1427 2007-07-28  Micah Cowan  <micah@cowan.name>
1428
1429         * options.h, init.c, retr.c, main.c: renamed opt maxredirect
1430         field to max_redirect, for improved consistency.
1431         * init.c: changed max_redirect parser from cmd_number_inf to
1432         cmd_number, as infinite redirects may not be appropriate.
1433         Alternatively, if cmd_number_inf should be used, then
1434         opt.max_redirect's value should be checked a bit differently in
1435         retr.c, to allow for the "infinite" meaning of zero.
1436
1437 2007-07-25  Micah Cowan  <micah@cowan.name>
1438
1439         * http.c (create_authorization_line)
1440         (basic_authentication_encode, known_authentication_scheme_p)
1441         (load_cookies): Moved declarations up.
1442         (basic_authed_hosts): Added. Tracks what hosts have issued Basic
1443         challenge and been given the global username, password.
1444         (maybe_send_basic_creds): Added. Sends Basic creds for hosts that
1445         have issued Basic challenges.
1446         (register_basic_auth_host): Added. Instantiates
1447         basic_authed_hosts if necessary, then registers the host that
1448         has issued a challenge.
1449         (gethttp) <auth>: Only send authentication credentials after
1450         we've received a challenge from that host. This is a stop-gap
1451         fix until a proper fix can be implemented; still isn't quite
1452         right, as we should only be sending credentials automatically
1453         for authenticated paths and below, and not for the entire host.
1454
1455 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
1456
1457         * options.h: added maxredirect to options struct
1458         * init.c: added maxredirect to list of variables
1459         * retr.c (retrieve_url): replaced MAX_REDIRECTIONS with opt.maxredirect
1460         * main.c: added option --max-redirect
1461
1462 2007-07-16  Joshua David Williams  <yurimxpxman@gmail.com>
1463
1464         * test.h: tests made more verbose; now displays the name
1465         of each test run.
1466
1467 2007-07-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
1468
1469         * http.c (http_loop): Fixed the HTTP requests logic. Now it skips the 
1470         preliminary HEAD request if either -O or --no-content-disposition are 
1471         given, and neither --spider and -N are given.
1472
1473 2007-07-05  Micah Cowan  <micah@cowan.name>
1474
1475         * cmpt.c, connect.c, connect.h, convert.c, convert.h:
1476         * cookies.c, cookies.h, ftp-basic.c, ftp.c, ftp.h, ftp-ls.c:
1477         * ftp-opie.c, gen-md5.c, gen-md5.h, getopt.c, getopt.h, gnu-md5.c:
1478         * gnu-md5.h, gnutls.c, hash.c, hash.h, host.c, host.h:
1479         * html-parse.c, html-parse.h, html-url.c, http.c, http.h:
1480         * http-ntlm.c, http-ntlm.h, init.c, init.h, log.c, log.h, main.c:
1481         * Makefile.in, mswindows.c, mswindows.h, netrc.c, netrc.h:
1482         * openssl.c, options.h, progress.c, progress.h, ptimer.c:
1483         * ptimer.h, recur.c, recur.h, res.c, res.h, retr.c, retr.h:
1484         * safe-ctype.c, safe-ctype.h, spider.c, spider.h, ssl.h, sysdep.h:
1485         * test.c, test.h, url.c, url.h, utils.c, utils.h, wget.h:
1486         * xmalloc.c, xmalloc.h:
1487         Updated GPL reference to version 3 or later, removed FSF
1488         address.
1489
1490 2007-07-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
1491
1492         * http.c (http_loop): Skip HEAD request and start immediately with GET
1493         if -O is given.
1494
1495 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
1496
1497         * http.c (print_server_response): Escape non-printable characters
1498         in server respone.
1499
1500 2007-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
1501
1502         * netrc.c: Don't make netrc_list static, as it prevents
1503         compilation with DEBUG_MALLOC.
1504
1505         * utils.c (aprintf): Don't use vasprintf when DEBUG_MALLOC is
1506         requested because, in that case, we want the calls to malloc to be
1507         coming from us.
1508
1509 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
1510
1511         * cookies.c (parse_set_cookie): Would erroneously discard cookies
1512         with unparsable expiry time.
1513
1514 2007-01-23  Hrvoje Niksic  <hniksic@xemacs.org>
1515
1516         * progress.c (create_image): Check for ETA overflow.
1517         (print_row_stats): Ditto.
1518
1519 2007-01-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
1520
1521         * init.c (cmd_spec_prefer_family): Small fix to get rid of a gcc
1522         warning about strict-aliasing violation.
1523
1524 2007-01-09  Steven M. Schweda  <sms@antinode.org>
1525
1526         * ftp-basic.c (ftp_syst): Fixed segfault if response text is missing.
1527
1528 2006-12-29  Gisle Vanem  <giva@bgnett.no>
1529
1530         * mswindows.c: Avoid a warning if 'ws_hangup()' is unused.
1531
1532 2006-12-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
1533
1534         * http.c (parse_content_disposition): Consider directory prefix, if
1535         specified.
1536
1537 2006-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
1538
1539         * retr.c (retrieve_from_file): Ditto.
1540         (url_uses_proxy): New function.
1541
1542         * main.c (main): Don't check for opt.use_proxy when deciding
1543         whether to call retrieve_url or retrieve_tree; check whether the
1544         proxy would be used for *this* URL.
1545
1546 2006-10-17  Mike Grant  <mggr@pml.ac.uk>
1547
1548         * ftp.c (ftp_loop_internal): Would incorrectly skip changing
1549         working directory when retrying after a failed FTP attempt.
1550         Originally reported by Nate Eldredge.
1551
1552 2006-10-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
1553
1554         * convert.c (downloaded_file): Fixed bug which used to break -E -k -K 
1555         mode.
1556
1557 2006-08-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
1558
1559         * http.c: #include'd spider.h to get rid of compiler warnings.
1560
1561         * main.c: Ditto.
1562
1563         * recur.c: Ditto.
1564
1565 2006-08-24  Mauro Tortonesi  <mauro@ferrara.linux.it>
1566
1567         * Makefile.in: Added spider.c to the list of files to compile and
1568         spider.h to the list of header files. Updated copyright information.
1569
1570         * http.c: Major changes to recursive spider mode. Now for every
1571         resource we are supposed to check, we send a HEAD request to find out
1572         if it exists. If the resource is a HTML file, we retrieve it and parse
1573         it to discover links to other resources.
1574
1575         * recur.c: Ditto.
1576
1577         * res.c (res_retrieve_file): Disable opt.timestamping and opt.spider
1578         when retrieving robots.txt. Updated copyright information.
1579
1580         * convert.c: Moved code tracking broken links to spider.c.
1581
1582         * convert.h: Ditto.
1583
1584         * spider.c: Created new file to keep track of visited URLs in spider
1585         mode.
1586
1587         * spider.h: Ditto.
1588
1589 2006-08-21  Mauro Tortonesi  <mauro@ferrara.linux.it>
1590
1591         * http.c: Fixed timestamping-related bug.
1592
1593 2006-08-16  Mauro Tortonesi  <mauro@ferrara.linux.it>
1594
1595         * http.c: Fixed bug which broke --continue feature. Now if -c is
1596         given, http_loop sends a HEAD request to find out the destination
1597         filename before resuming download.
1598
1599 2006-08-08  Hrvoje Niksic  <hniksic@xemacs.org>
1600
1601         * utils.c (datetime_str): Avoid code repetition with time_str.
1602
1603 2006-07-21  Hrvoje Niksic  <hniksic@xemacs.org>
1604
1605         * init.c (commands): Correctly place "contentdisposition".
1606
1607 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
1608         
1609         * sysdep.h: If intptr_t isn't defined, simply typedef it to long.
1610
1611         * http.c: Added explicit cast to int in logprintf call to remove
1612         compiler warnings on 64-bit platforms.
1613
1614         * connect.c: Added a few casts to intptr_t to remove compiler warnings
1615         on 64-bit platforms.
1616         
1617         * main.c: Disable -r, -p and -N when -O is used. Disable -k when -O is
1618         used and multiple URLs are given. Update maintainer information.
1619         
1620         * all: Update copyright information.
1621         
1622 2006-07-10  KJKHyperion  <hackbunny@reactos.com>
1623
1624         * url.c (filechr_table): Mark DEL (0x7f) as a control character
1625         and | as a character Windows can't handle.
1626
1627 2006-06-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
1628
1629         * res.c: Implemented is_robots_txt_url function for detection of
1630         robots.txt URLs and related test routine.
1631
1632         * res.h: Ditto.
1633
1634         * url.c: Implemented are_urls_equal function for URL comparison and
1635         related testing routine.
1636
1637         * url.h: Ditto.
1638
1639         * convert.c: Fixes for recursive spider mode: don't consider
1640         non-existing robots.txt as a broken link, and use are_urls_equal
1641         instead of strcasecmp for referrer URLs comparison.
1642
1643         * test.c: Call tests routines for are_urls_equal and 
1644         is_robots_txt_url.
1645
1646 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
1647
1648         * wget.h (wgint): Typedef to any 64-bit (or larger) type we can
1649         find, not necessarily off_t or long.
1650
1651 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
1652
1653         * cmpt.c (strtoll): Check for overflow and underflow without
1654         relying on (technically) undefined behavior.  Don't assume that
1655         strtoll_type is 64 bits wide.
1656
1657 2006-06-21  Hrvoje Niksic  <hniksic@xemacs.org>
1658
1659         * utils.c (base64_encode): Cast void pointer to char * before
1660         doing arithmetic.
1661
1662 2006-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
1663
1664         * utils.c (base64_encode): Made TBL const.
1665         (base64_decode): Made the base64_char_to_value table const.
1666
1667 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
1668
1669         * utils.c (base64_encode): Made the DATA pointer void * so the
1670         callers can pass it any kind of pointer (including both signed and
1671         unsigned char pointers).
1672         (base64_decode): Ditto for DEST.
1673
1674 2006-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
1675
1676         * utils.c (base64_encode): Would read past end of STR.
1677         Reported by rick@eckle.org.
1678
1679 2006-06-13  Mauro Tortonesi  <mauro@ferrara.linux.it>
1680
1681         * options.h (struct options): Introduced member restrict_files_case to
1682         keep track of preferences on character case restrictions for
1683         filenames.
1684
1685         * init.c: Modified defaults and cmd_spec_restrict_file_names to
1686         support character case restrictions for filenames. Added
1687         test_cmd_spec_restrict_file_names unit test.
1688
1689         * url.c: Modified append_uri_pathel to support character case
1690         restrictions for filenames. Added test_append_uri_pathel unit test.
1691
1692         * test.c: Added test_cmd_spec_restrict_file_names and
1693         test_append_uri_pathel to the list of unit tests to run.
1694
1695 2006-06-12  Mauro Tortonesi  <mauro@ferrara.linux.it>
1696
1697         * retr.c (retrieve_from_file): Use retrieve_tree and automatically
1698         turn on opt.follow_ftp in case of recursive FTP retrieval through HTTP
1699         proxy.
1700
1701         * main.c: Automatically turn on opt.follow_ftp in case of recursive
1702         FTP retrieval through HTTP proxy.
1703
1704 2006-06-12  Tony Lewis  <tlewis@exelana.com>
1705
1706         * main.c: Improved CHEN Peng's patch by proposing a simpler logic.
1707
1708 2006-06-12  CHEN Peng  <chenpeng@alumni.nus.edu.sg>
1709
1710         * main.c: Use retrieve_tree in case of recursive FTP retrieval through
1711         HTTP proxy.
1712
1713 2006-05-25  Mauro Tortonesi  <mauro@ferrara.linux.it>
1714
1715         * convert.c: Added mechanisms to keep track broken links.
1716
1717         * convert.h: Ditto.
1718
1719         * wget.h: Reordered and enumerated uerr_t constants.
1720
1721         * recur.c: Fixes to support recursive spider mode.
1722
1723         * http.c: Ditto.
1724
1725         * main.c: Print broken links in case of recursive spider mode.
1726
1727         * retr.c: Changed interface of retrieve_url.
1728
1729         * retr.h: Ditto.
1730
1731         * ftp.c: Changed interface of ftp_loop.
1732
1733         * ftp.h: Ditto.
1734
1735         * res.c: Minor change to reflect changes in interface of retrieve_url.
1736
1737 2006-05-18  Lawrence Jones  <lawrence.jones@ugs.com>
1738
1739         * ftp-ls.c (ftp_parse_unix_ls): Correct size parsing, add size
1740         and filename debugging output.
1741
1742 2006-04-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
1743
1744         * http.c: If Content-Disposition header is present, allow unique
1745         filename generation unless -nc is given. Permit to disable parsing of
1746         Content-Disposition header.
1747
1748         * options.h: Added option --no-content-disposition to disable parsing
1749         of HTTP Content-Disposition header.
1750
1751         * init.c: Ditto.
1752         
1753         * main.c: Ditto.
1754
1755 2006-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
1756
1757         * hash.c (TOLOWER): Wrap macro arg in parentheses.
1758
1759 2006-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1760
1761         * http.c (parse_content_disposition): Doc fix.
1762
1763 2006-03-15  Mauro Tortonesi  <mauro@ferrara.linux.it>
1764
1765         * utils.c: Restricted operational semantics of frontcmp and proclist
1766         from generic strings to directory names and them to subdir_p and
1767         dir_matches_p respectively.  Applied George Ogata's one line patch to
1768         restrict algorithm of subdir_p to full directory name matching.  Added
1769         testcases for subdir_p and dir_matches_p.
1770
1771         * utils.h: Changed all frontcmp occurrences to subdir_p.
1772         
1773         * recur.c: Ditto.
1774         
1775         * test.c: Changed type returned by test functions from char * to const
1776         char *.  Added test_subdir_p and test_dir_matches_p to the list of
1777         tests to run.
1778
1779         * http.c (test_parse_content_disposition): Changed return type from
1780         char * to const char *. 
1781
1782 2006-03-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
1783
1784         * recur.c (struct queue_element): Changed type of html_allowed member
1785         to bool.
1786         
1787 2006-03-09  Mauro Tortonesi  <mauro@ferrara.linux.it>
1788
1789         * ftp.c (ftp_list): Try `LIST -a' command first and revert to `LIST'
1790         in case of failure.
1791
1792 2006-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
1793
1794         * hash.c (TOLOWER): Fix definition when STANDALONE.
1795         Reported by Beni Serfaty.
1796
1797 2006-03-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
1798
1799         * http.c (http_loop): Fixed recursive HTTP retrieval.
1800
1801 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
1802
1803         * http.c (extract_param): Declare extern so it can be used from
1804         other files.
1805         (extract_param): Return error for empty name.
1806
1807 2006-02-28  Hrvoje Niksic  <hniksic@xemacs.org>
1808
1809         * url.c (find_last_char): Define in terms of memrchr.
1810
1811         * cmpt.c (memrchr): Define it on systems that don't have it.
1812
1813         * http.c (extract_param): New function for parsing header values
1814         with parameters.
1815         (parse_content_disposition): Use it.  Don't allow slashes and
1816         backslashes in the file name.
1817
1818 2006-02-27  Hrvoje Niksic  <hniksic@xemacs.org>
1819
1820         * url.c (path_simplify): Don't preserve ".." at beginning of path.
1821         Suggested by Frank McCown.
1822
1823 2006-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
1824
1825         * http.c (gethttp): Only use FILE.N.html if FILE.html exists.
1826
1827 2006-02-09  Hrvoje Niksic  <hniksic@xemacs.org>
1828
1829         * mswindows.c (run_with_timeout): Made thread_hnd non-static.
1830
1831 2006-02-05  Hrvoje Niksic  <hniksic@xemacs.org>
1832
1833         * retr.c (sleep_between_retrievals): Sleep at a minimum of 1/2 of
1834         the specified wait period.
1835
1836 2006-02-03  Hrvoje Niksic  <hniksic@xemacs.org>
1837
1838         * utils.c (number_to_string): Don't use sprintf for printing
1839         WGINT_MIN; simply divide n by 10 and defer printing the last
1840         digit.
1841         (number_to_string): Removed the SPRINTF_WGINT macro.
1842
1843 2006-02-03  Mauro Tortonesi  <mauro@ferrara.linux.it>
1844
1845         * http.c: Fixed support for Content-Disposition header.
1846
1847         * test.c: Added test_parse_content_disposition to the list of unit
1848         tests to run.
1849
1850 2006-02-02  Hrvoje Niksic  <hniksic@xemacs.org>
1851
1852         * hash.c: Don't define countof if it's already defined.
1853
1854         * hash.c: Obtain the definition of uintptr_t when standalone.
1855
1856 2006-01-30  Mauro Tortonesi  <mauro@ferrara.linux.it>
1857
1858         * http.c: Changed output format. Removed excessively verbose debugging
1859         output.
1860
1861 2005-12-07  Mauro Tortonesi  <mauro@ferrara.linux.it>
1862
1863         * http.c: Fixed pre-download verbose output which was broken by 
1864         HTTP code refactoring.
1865
1866 2005-11-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
1867
1868         * http.c: Refactored HTTP code.  If -O is not used, the new code
1869         delays the choice of the file name where the downloaded resource
1870         will be saved until the HTTP headers have been retrieved.
1871         Added support for Content-Disposition header. 
1872
1873 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
1874
1875         * hash.c (INVALID_PTR): Use uintptr_t instead of unsigned long.
1876         (hash_pointer): Don't assume a pointer fits in `unsigned long'.
1877
1878 2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
1879
1880         * Makefile.in: Removed support for unit testing (now it is in
1881         tests/Makefile.in).
1882
1883 2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
1884
1885         * Makefile.in: Added basic support for unit testing.
1886
1887         * test.c: Ditto.
1888         
1889         * test.h: Ditto.
1890         
1891 2005-10-13  Daniel Stenberg  <daniel@haxx.se>
1892
1893         * http-ntlm.c (ntlm_output): Fixed buffer overflow vulnerability.
1894
1895 2005-10-09  Russ Allbery  <rra@stanford.edu>
1896
1897         * snprintf.c: Remove round to round_int and pow10 to pow10_int, to
1898         avoid warnings from GCC 4.0.
1899
1900 2005-10-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
1901
1902         * retr.c: Changed semantics of no_proxy_match.
1903
1904 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
1905
1906         * main.c (main): Don't print the summary if nothing has been downloaded.
1907
1908 2005-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
1909
1910         * retr.c (retr_rate): Rename parameter from MSECS to SECS since it
1911         no longer holds milliseconds.
1912
1913 2005-09-01  Hrvoje Niksic  <hniksic@xemacs.org>
1914
1915         * progress.c: Introduce symbolic constants for "magic" values of
1916         0.2 and 0.9, REFRESH_INTERVAL and ETA_REFRESH_INTERVAL.
1917
1918 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
1919
1920         * cmpt.c (strtoll): Correctly handle strtoll("0x", ptr, 0) and
1921         strtoll("0x<nonhexchar>", ptr, 0) -- in both cases *ptr must be
1922         set to the position of 'x', not after it.
1923
1924 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
1925
1926         * hash.c (hash_table_map): Rename to hash_table_for_each and
1927         update callers.
1928         Document the meaning of the callback's return value.
1929         (hash_table_iterate): New function.
1930         (hash_table_iter_next): Likewise.
1931         Update most places that used hash_table_for_each to use the
1932         iteration, which doesn't require a temporary function with
1933         explicit state management.
1934
1935 2005-08-26  Albert Chin  <wget@mlists.thewrittenword.com>
1936
1937         * Makefile.in: Use @datadir@.  Define localedir as $(datadir)/locale.
1938
1939 2005-08-26  Jeremy Shapiro  <jnshapiro@gmail.com>
1940
1941         * openssl.c (ssl_init): Set SSL_MODE_AUTO_RETRY.
1942
1943 2005-08-23  Hrvoje Niksic  <hniksic@xemacs.org>
1944
1945         * host.c (address_list_from_ipv4_addresses): Use IP_INADDR_DATA.
1946
1947 2005-08-12  Hrvoje Niksic  <hniksic@xemacs.org>
1948
1949         * wget.h: Renamed strtoll_return to strtoll_type.
1950
1951 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
1952
1953         * progress.c (eta_to_human_short): Switch to days when printing
1954         more than 48h rather than 100h.  (It's not immediately apparent
1955         how many days there are in 83h.)
1956
1957 2005-08-11  Hrvoje Niksic  <hniksic@xemacs.org>
1958
1959         * cmpt.c (strtoll): Define it if missing on the system and if Wget
1960         needs it.
1961
1962         * mswindows.c (str_to_int64): Move to cmpt.c and rename to strtoll.
1963
1964 2005-08-10  Hrvoje Niksic  <hniksic@xemacs.org>
1965
1966         * host.c (print_address): Always use inet_ntop when IPv6 is
1967         enabled.
1968
1969         * host.h (ip_address): Simplify the data union.
1970
1971 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
1972
1973         * mswindows.c (inet_ntop): Also handle IPv4 addresses for
1974         completeness.
1975
1976 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
1977
1978         * http.c (gethttp): Don't read more than the amount of data
1979         specified by the content-length header.
1980
1981 2005-08-09  Vasil Dimov  <vd@datamax.bg>
1982
1983         * ftp.c (getftp): Don't free RESPLINE if ftp_response returns a
1984         status other than FTPOK.
1985
1986 2005-08-04  Giuseppe Bonacci  <g.bonacci@libero.it>
1987
1988         * ftp-ls.c (ftp_parse_unix_ls): Remember the position of the
1989         previous token instead of backtracking back to it.
1990
1991 2005-07-08  Gisle Vanem  <giva@bgnett.no>
1992
1993         * mswindows.h: Include process.h to get getpid() declaration.
1994
1995 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
1996
1997         * utils.c (aprintf): Use vasprintf where available.
1998
1999 2005-07-08  Hrvoje Niksic  <hniksic@xemacs.org>
2000
2001         * url.c (rewrite_shorthand_url): Simplify code using aprintf and
2002         strspn.
2003
2004 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
2005
2006         * gnutls.c (ssl_check_certificate): Check for the validity of the
2007         presented X509 certificate.
2008
2009 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
2010
2011         * openssl.c (ssl_check_certificate): Print custom error messages
2012         for frequent X509 certificate problems.
2013
2014 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
2015
2016         * mswindows.h: Define an alias for stat and fstat, as requested by
2017         config-compiler.h.
2018         (gai_strerror): Define to windows_strerror if NEED_GAI_STRERROR is
2019         defined.
2020
2021 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
2022
2023         * mswindows.h: Use strtoll where available.
2024
2025 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
2026
2027         * sysdep.h: Add a full declaration of fnmatch.h.
2028
2029 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
2030
2031         * utils.c: Unconditionally include <setjmp.h>.
2032
2033 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
2034
2035         * utils.c (fnmatch_nocase): New function.
2036         (proclist): Use it instead of fnmatch when opt.ignore_case is
2037         requested.
2038         (in_acclist): Respect opt.ignore_case.
2039         (frontcmp): Respect opt.ignore_case.
2040
2041         * options.h (struct options): New flag opt.ignore_case.
2042
2043 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
2044
2045         * ptimer.c: Measure time in seconds rather than milliseconds.
2046         Adjusted all callers.
2047
2048 2005-07-06  Hrvoje Niksic  <hniksic@xemacs.org>
2049
2050         * http.c (gethttp): When freeing MESSAGE, take into account that
2051         it can be NULL.
2052
2053 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
2054
2055         * cmpt.c (timegm): Handle years after 2099.
2056
2057 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
2058
2059         * cmpt.c (timegm): Remove unused variable.
2060
2061 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
2062
2063         * cmpt.c (timegm): Don't call mktime; simply count the seconds
2064         between 1970-01-01 and the specified date.
2065
2066 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
2067
2068         * wget.h (or): Define HAVE_SSL when either HAVE_OPENSSL or
2069         HAVE_GNUTLS are defined.
2070
2071         * gnutls.c: New file.
2072
2073 2005-07-05  Hrvoje Niksic  <hniksic@xemacs.org>
2074
2075         * http.c (gethttp): Don't print the request write error message
2076         twice.
2077
2078 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
2079
2080         * openssl.c (openssl_errstr): Instead of always using a large
2081         static buffer, only allocate the error string when there is an
2082         actual error.
2083
2084 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
2085
2086         * xmalloc.c (debugging_free): Prefix hex pointer value with "0x"
2087         when printing.
2088
2089 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
2090
2091         * utils.c (NEXT_BASE64_CHAR): Rename to NEXT_CHAR and simplify to
2092         get the next non-whitespace character.
2093
2094 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
2095
2096         * utils.c (base64_decode): Don't silently tolerate non-base64
2097         non-white-space characters in the base64 stream.
2098
2099 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
2100
2101         * connect.c (LAZY_RETRIEVE_INFO): Make last_tick unsigned to match
2102         transport_map_modified_tick.
2103
2104 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
2105
2106         * config-post.h (alloca): Updated declaration to not enumerate all
2107         Windows compilers.
2108
2109 2005-07-04  Hrvoje Niksic  <hniksic@xemacs.org>
2110
2111         * openssl.c (openssl_errstr): Separate error messages with "; ".
2112
2113 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
2114
2115         * ftp.c (getftp): Ditto.
2116
2117         * http.c (gethttp): Use fd_errstr.
2118
2119         * connect.c (fd_register_transport): Restructure parameters to
2120         include only a single structure that describes transport
2121         implementation.
2122
2123         * openssl.c (openssl_errstr): New function: dump SSL error strings
2124         into a static buffer and return a pointer to the buffer.
2125
2126         * connect.c (fd_errstr): New function; returns transport-specific
2127         error message, or strerror(errno) if transport doesn't supply one.
2128
2129 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
2130
2131         * mswindows.h: Also wrap accept() and listen().
2132
2133 2005-07-03  Hrvoje Niksic  <hniksic@xemacs.org>
2134
2135         * url.c (path_end): Skip separators appropriate for the scheme.
2136         (strpbrk_or_eos): Remove gcc-specific version, as the optimization
2137         it tried to perform no longer applies.
2138
2139 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2140
2141         * host.c: Don't include "connect.h" now that we no longer have
2142         socket_has_inet6.
2143
2144 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2145
2146         * host.c: Remove extraneous definition of netdb.h.
2147
2148 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2149
2150         * http.c (gethttp): Skip error message body in the keep-alive
2151         case.
2152
2153 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2154
2155         * url.c (url_parse): Would crash when parsing fragments.  Support
2156         fragments for FTP URLs too.
2157
2158 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2159
2160         * version.c: Don't use "cvs" in version name, since we're not
2161         using CVS anymore.
2162
2163 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2164
2165         * progress.c (create_image): Ditto.
2166
2167         * retr.c (retr_rate): Display smaller rate numbers with greater
2168         precision.
2169
2170 2005-07-02  Hrvoje Niksic  <hniksic@xemacs.org>
2171
2172         * http.c (response_head_terminator): Minor optimization.
2173
2174         * retr.c (fd_read_hunk): Call terminator with pointer to the start
2175         of the data and the pointer to the current data.  Changed all
2176         callers.
2177
2178 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
2179
2180         * url.c (url_parse): Make sure u->params is not initialized for
2181         http/https URLs.
2182         (url_parse): Don't crash on garbage following []-delimited IPv6
2183         addresses.
2184
2185 2005-07-01  Hrvoje Niksic  <hniksic@xemacs.org>
2186
2187         * main.c (print_help): Don't refer to the non-existent -nr in
2188         description of --mirror.
2189
2190 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
2191
2192         * host.c (pretty_print_address): Renamed to just print_address.
2193         Clarify documentation.
2194
2195 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
2196
2197         * http.c (gethttp): Explicitly document the different cases when
2198         generating the Host header.
2199
2200 2005-06-30  Hrvoje Niksic  <hniksic@xemacs.org>
2201
2202         * host.c (pretty_print_address): Handle error result from
2203         inet_ntop.
2204
2205 2005-06-30  Gisle Vanem  <giva@bgnett.no>
2206
2207         * mswindows.c (inet_ntop): New function.  Print IPv6 addresses
2208         using WSAAddressToString.
2209
2210 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2211
2212         * progress.c (dot_update): Remove unused variable row_qty.
2213
2214 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2215
2216         * main.c: Check for both SIGHUP and SIGUSR1 before using them.
2217
2218 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2219
2220         * utils.c: Unconditionally include locale.h.
2221
2222 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2223
2224         * ptimer.c: Include sys/time.h to get struct timeval.
2225
2226 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2227
2228         * wget.h: Remove obsolete definition of with_thousand_seps_sum.
2229
2230 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2231
2232         * gnu-md5.h: Unconditionally include limits.h.
2233
2234 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2235
2236         * utils.c (random_number): Use lrand48 if available.
2237         (random_float): Use drand48 if available.
2238
2239 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2240
2241         * main.c (secs_to_human_time): Use print_decimal when printing
2242         total download time in seconds.
2243
2244         * progress.c (print_row_stats): Use it to print total download
2245         time at the end of the download.
2246         (create_image): Ditto.
2247
2248         * utils.c (print_decimal): New function; print small decimal
2249         numbers with more precision than large ones.
2250
2251         * progress.c (print_row_stats): New function.  Print ETA after the
2252         download rate at the end of each row.
2253
2254 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
2255
2256         * init.c (parse_line): Check for alphanumerics.
2257
2258 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
2259
2260         * (dot_create): Remove unnecessary casts.
2261
2262 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
2263
2264         * ftp.c (getftp): Delete trailing newlines from LIST output so
2265         lines don't come out with trailing \015\012 with -S.
2266
2267 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2268
2269         * mswindows.h: Remove superfluous includes.
2270
2271 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2272
2273         * config-post.h (alloca): Amend alloca declaration to take care of
2274         all Win32 compilers, not just MSVC and MinGW.
2275
2276 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2277
2278         * utils.c (get_grouping_data): Force separator to "." rather than
2279         " " when "," is taken.
2280
2281 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2282
2283         * wget.h (PTR_FORMAT): Cast the result of sizeof to int before
2284         passing it to printf's %*.
2285
2286         * retr.h: Declare output_stream and output_stream_regular.
2287
2288         * ftp.h: Declare ftp_last_respline.
2289
2290         * convert.h: Declare dl_url_file_map.
2291
2292         * http.h: New file.
2293
2294 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2295
2296         * cookies.c: Make cookies_now static.
2297
2298 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2299
2300         * utils.c (human_readable): Remove intermediary cast to long; MSVC
2301         has problems casting *unsigned* __int64 to double.
2302
2303 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2304
2305         * sysdep.h: Use the system-provided fnmatch by default.
2306
2307 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2308
2309         * http.c (mktime_from_utc): Renamed to timegm and moved to cmpt.c.
2310         Don't compile it if GNU timegm is available.
2311         (http_atotm): Use timegm.
2312
2313 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2314
2315         * http.c (http_atotm): Correctly query the old locale value.
2316
2317 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2318
2319         * config-post.h (alloca): Don't #define alloca under MinGW32,
2320         which defines it in malloc.h, included from mswindows.h.
2321
2322 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2323
2324         * utils.c (get_grouping_data): Force the use of separators in C
2325         locale.
2326
2327 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2328
2329         * main.c (i18n_initialize): Set all locale categories.
2330
2331         * http.c (http_atotm): Temporarily set locale to "C".
2332
2333 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2334
2335         * http.c (gethttp): Improve "POST data file missing" error
2336         message.
2337
2338 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2339
2340         * progress.c (set_progress_implementation): Type COLON as const
2341         char *.
2342
2343 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
2344
2345         * utils.c (with_thousand_seps): Handle negative numbers.
2346
2347 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2348
2349         * progress.c (create_image): Mark the "eta" string for translation.
2350
2351 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2352
2353         * html-url.c (get_urls_file): Don't explicitly set entry->next to
2354         NULL since entry is already zeroed out.
2355
2356 2005-06-26  Gisle Vanem  <giva@bgnett.no>
2357
2358         * mswindows.h: Define gai_strerror under MinGW.
2359
2360 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2361
2362         * utils.c (with_thousand_seps): Correctly implement thousand seps
2363         consisting of more than one character.
2364
2365 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2366
2367         * main.c (secs_to_human_time): Ditto.
2368
2369         * progress.c (create_image): Print more exact duration of very
2370         short downloads.
2371
2372         * main.c (secs_to_human_time): Don't translate time suffixes "h",
2373         "m", and "s", which are not strictly SI, but are "accepted for use
2374         with SI".
2375         (secs_to_human_time): Print really small intervals as 0s, not
2376         0.00s.
2377
2378 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2379
2380         * config-post.h: Replace the alloca declaration with the one from
2381         the latest Autoconf manual.  This should remove a warning with GCC
2382         on AIX.
2383
2384 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2385
2386         * ftp.c (getftp): Always invoke SIZE, not only when continuing a
2387         download.
2388
2389         * main.c (main): Ditto here.
2390
2391         * progress.c (create_image): When the download is finished, print
2392         how long it took.
2393
2394 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
2395
2396         * main.c (main): Print the downloaded and quota amounts with the
2397         "human_readable" function.
2398
2399         * ftp.c (print_length): Ditto.
2400
2401         * http.c (gethttp): Don't display thousand separators.
2402
2403         * utils.c (with_thousand_seps): Rewritten to respect locale
2404         settings and to be type size agnostic.
2405
2406 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2407
2408         * utils.c (human_readable): Divide with 1024 instead of shifting
2409         so the operation can work with non-integer N.
2410
2411 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2412
2413         * progress.c (eta_to_human): New logic for more human-readable
2414         ETA.
2415
2416 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2417
2418         * utils.c (with_thousand_seps_sum): Decrease buffer size so it
2419         cannot overrun add_thousand_seps's buffer.
2420
2421 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2422
2423         * utils.c (SPRINTF_WGINT): The correct format is %I64d, not just
2424         %I64.
2425
2426 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2427
2428         * http.c (http_loop): Don't warn about wildcards in HTTP URLs if
2429         globbing isn't requested in the first place.
2430
2431         * retr.c (retrieve_url): Temporarily turn off globbing when
2432         processing HTTP->FTP redirects.
2433
2434 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2435
2436         * utils.c (with_thousand_seps_sum): Now defined only if
2437         SUM_SIZE_INT is double.
2438
2439         * wget.h (SUM_SIZE_INT): Instead of bothering with long, long
2440         long, __int64, and friends, simply either use wgint or double, end
2441         of story.  Since we know how to print either, we no longer need
2442         LARGE_INT_FMT.
2443
2444         * sysdeps.h (LARGE_INT): Renamed to SUM_SIZE_INT to better reflect
2445         its intent, and moved to wget.h.
2446
2447 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2448
2449         * Makefile.in: No need to clean .libs.
2450
2451 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
2452
2453         * cookies.c (parse_set_cookies): Cast pointer subtraction to int
2454         before using it with %d; AIX compiler warns on this.
2455         Reported by Jens Schleusener.
2456
2457 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
2458
2459         * http.c (gethttp): Don't prepend / here.
2460
2461         * cookies.c (cookie_handle_set_cookie): Prepend / to PATH.
2462         (cookie_header): Ditto.
2463
2464 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
2465
2466         * init.c: opt.verbose must be declared as int.
2467
2468 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
2469
2470         * cmpt.c (strpbrk): Removed.
2471         (mktime): Removed.
2472         Include <time.h>.
2473
2474 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
2475
2476         * utils.c (read_file): Ditto.
2477
2478         * main.c (main): Use struct_fstat.
2479
2480         * mswindows.h (struct_fstat): Define a struct_fstat to deal with
2481         the fact that Borland 5.5 has 64-bit stat, but not 64-bit fstat!
2482
2483 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
2484
2485         * sysdep.h: Remove code that deals with Watcom.
2486
2487 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2488
2489         * all: Use bool instead of int and false/true instead of 0/non-0
2490         for boolean variables and values.
2491
2492 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2493
2494         * sysdep.h: Include the stdbool.h/_Bool/bool blurb from Autoconf.
2495
2496 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2497
2498         * init.c (cmd_lockable_boolean): Removed.
2499
2500 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2501
2502         * cookies.c (struct cookie): Use 1-bit bitfields for booleans
2503         which makes the structure takes less space at no cost in
2504         complexity.
2505
2506 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2507
2508         * Makefile.in ($(OBJ)): Add the config.h dependency.
2509
2510 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2511
2512         * openssl.c, connect.c, host.c: Replace instances of #ifdef
2513         ENABLE_DEBUG if (opt.debug) {...} #endif with IF_DEBUG {...}.
2514
2515         * main.c: Rename the IF_DEBUG defined here to WHEN_DEBUG.
2516
2517         * wget.h (IF_DEBUG): New macro.
2518         (DEBUGP): Define in terms of IF_DEBUG.
2519
2520 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2521
2522         * http.c (gethttp): Only handle --set-cookies (and assert that
2523         cookie jar exists) if opt.cookies is true.  Failure to do so
2524         triggered the assert when --no-cookies was used and the server
2525         sent a Set-Cookie header.  Ouch!
2526
2527 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2528
2529         * connect.c (select_fd): Expect select() to exist.
2530
2531         * utils.c (xsleep): Always use select() as sleep fallback on
2532         non-Windows platforms.
2533
2534         * ptimer.c: Delete the implementation of PTIMER_TIME.
2535
2536         * main.c: Assume existence of signal(), test for different signal
2537         names instead.
2538
2539         * cmpt.c: Better document reasons why certain functions are
2540         included.
2541
2542 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
2543
2544         * Makefile.in: Remove the manually maintained dependency list;
2545         make all object files depend on every header.
2546
2547 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
2548
2549         * hash.c: Rename "mapping" to "cell" to avoid confusion with the
2550         term "mapping" (or "map") sometimes being used for the entire hash
2551         table.  Also rename "non-empty" to "occupied" for easier reading
2552         of if (!NON_EMPTY (...)) ... .
2553
2554 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
2555
2556         * main.c, ptimer.c, sysdep.h, utils.c: Use #elif to simplify reading of
2557         chained if-else-else-else-... statements.
2558
2559 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
2560
2561         * all: Return type of signal handlers is `void'.  Include signal.h
2562         unconditionally.
2563
2564         * all: Don't explicitly cast values returned by malloc.  We no
2565         longer support ancient compilers that don't declare malloc, and we
2566         never supported C++ builds.
2567
2568 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
2569
2570         * all: Don't declare errno.  Include both time.h and sys/time.h,
2571         as long as sys/time.h exists.  Don't dereference function pointers
2572         when invoking the functions they point to.
2573
2574         * cmpt.c (memmove): Remove function mandated by C89.
2575         (strerror): Ditto.
2576         (strstr): Ditto.
2577
2578         * all: Undo the K&R-ization changes from 2005-05-03.
2579
2580         * all: Remove support for K&R compilers: use C89 function
2581         declarations, remove definition of PARAMS, remove support for
2582         varargs, and remove ansi2knr.  Assume the presence of time.h,
2583         string.h, and other headers mandated by C89.
2584
2585 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
2586
2587         * init.c (cmd_lockable_boolean): Don't recognize literal "2" and
2588         "-1" values; unlike 0 and 1, those should never be exposed to the
2589         user.  Update the error message to be more self-consistent, as
2590         proposed by Benno Schulenberg.
2591
2592 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
2593
2594         * http.c (gethttp): Don't free "head" before using it to save
2595         headers.
2596
2597 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
2598
2599         * http.c (gethttp): When -E is in use, check for file existence
2600         after appending ".html" to the name and modify the file name if
2601         necessary.
2602
2603 2005-06-17  Hrvoje Niksic  <hniksic@xemacs.org>
2604
2605         * connect.c (socket_has_inet6): Removed.
2606
2607         * host.c (lookup_host): Don't use the AI_ADDRCONFIG getaddrinfo
2608         hint.
2609
2610 2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
2611
2612         * init.c (cmd_lockable_boolean): Improve the error message so it
2613         lists the more useful values first.
2614
2615 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
2616
2617         * http.c (gethttp): Also report the system error when the POST
2618         data file is missing.
2619
2620 2005-06-15  Benno Schulenberg  <benno@nietvergeten.nl>
2621
2622         * ftp.c, http.c, connect.c, cookies.c, html-url.c, init.c, res.c:
2623         Gettext-ize messages that were previously missed.
2624
2625 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
2626
2627         * host.h (ip_address): Remove the trailing comma from the type
2628         enum in the no-IPv6 case.
2629
2630         * main.c (struct cmdline_option): Remove the trailing comma from
2631         the enum.
2632
2633         Reported by Jens Schleusener.
2634
2635 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
2636
2637         * url.c (strpbrk_or_eos): Check for a recent GCC version before
2638         using the statement-as-expression extension.
2639
2640 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
2641
2642         * http.c (gethttp): Don't attempt to "skip short body" if we're
2643         issuing a HEAD request (in which case the response head is not
2644         followed by a body).
2645
2646 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
2647
2648         * init.c (cmd_spec_header): Don't split the string along the
2649         commas using cmd_vector; just append the new value using
2650         vec_append instead.
2651
2652         * utils.c (vec_append): New function.
2653
2654 2005-05-27  Andreas Beckmann  <debian@abeckmann.de>
2655
2656         * html-url.c (tag_handle_link): Mark the content from the <link
2657         src="..."> tag as expecting HTML.
2658
2659 2005-05-24  Hrvoje Niksic  <hniksic@xemacs.org>
2660
2661         * http.c (http_atotm): Document the origin of the "cookie date"
2662         format.
2663
2664 2005-05-21  Hrvoje Niksic  <hniksic@xemacs.org>
2665
2666         * init.c (setval_internal): Report exact command name alongside
2667         the "display name".
2668
2669 2005-05-18  Hrvoje Niksic  <hniksic@xemacs.org>
2670
2671         * cookies.c (update_cookie_field): Explicitly cast -1 to time_t to
2672         cope with systems where time_t is unsigned.
2673
2674         * cookies.c: Remove unnecessary casts to time_t from values
2675         already of that type.
2676
2677 2005-05-17  Hrvoje Niksic  <hniksic@xemacs.org>
2678
2679         * ftp.c (ftp_loop_internal): Same here.
2680
2681         * http.c (http_loop): Don't clobber the file when -c is specified
2682         and the first attempt to retrieve the file fails.
2683
2684 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
2685
2686         * openssl.c (ssl_check_certificate): Print all issues with a
2687         certificate.
2688
2689 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
2690
2691         * ftp-basic.c: Don't xfree() the line returned by ftp_response if
2692         the returned code is not FTPOK.
2693
2694 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
2695
2696         * init.c (cleanup): Don't free the non-existent opt.ftp_acc.  Free
2697         the SSL-related stuff.
2698
2699 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
2700
2701         * ftp.c (print_length): Consistently print \n at end of the
2702         "Length" line.
2703
2704 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
2705
2706         * openssl.c (ssl_connect): Announce the beginning and the end of
2707         the SSL handshake when in debug mode.
2708
2709         * wget.h (PTR_FORMAT): New macro for easier printing of pointer
2710         values.  Use %0*lx along with PTR_FORMAT instead of %p.
2711
2712 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
2713
2714         * http.c (gethttp): Would forget to close the connection when
2715         keep_alive was not used.
2716
2717 2005-05-13  Hrvoje Niksic  <hniksic@xemacs.org>
2718
2719         * openssl.c (pattern_match): Document the code that decides
2720         whether "*" matches ".".
2721
2722 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
2723
2724         * ftp-ls.c (ftp_index): Use %d to print the port number, which is
2725         now int.
2726         From Steven M. Schweda's VMS patches.
2727
2728 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
2729
2730         * url.c (rewrite_shorthand_url): Don't rewrite "https://host" to
2731         "ftp://https//host" when SSL is not used.
2732
2733 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
2734
2735         * openssl.c (ssl_check_server_identity): Renamed to
2736         ssl_check_certificate because it does more than just checking the
2737         server's identity.
2738         (ssl_check_certificate): Tell the user about
2739         --no-check-certificate.
2740
2741 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
2742
2743         * openssl.c (ssl_init): Always use SSL_VERIFY_NONE, so that the
2744         handshake finishes even if the certificate is invalid.  That way
2745         ssl_check_server_identity can provide better diagnostics on why
2746         the verification failed.
2747
2748 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
2749
2750         * openssl.c (pattern_match): New function.
2751         (ssl_check_server_identity): Treat peer certificate common name as
2752         wildcard.
2753
2754 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
2755
2756         * openssl.c (ssl_check_server_identity): Print certificate subject
2757         and issuer.
2758
2759 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
2760
2761         * res.c (res_register_specs): Correctly pass pointers to
2762         hash_table_get_pair.
2763
2764 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
2765
2766         * http.c (gethttp): Call ssl_check_server_identity.
2767
2768         * openssl.c (ssl_check_server_identity): New function, verifies
2769         that the host name in the certificate matches the actual host
2770         name.
2771         (verify_cert_callback): Removed, since it didn't do anything
2772         except returning the preverify_ok argument.
2773
2774         * connect.c (fd_transport_context): Allow retrieval of the context
2775         pointer registered with fd_register_transport.
2776
2777 2005-05-09  Hrvoje Niksic  <hniksic@xemacs.org>
2778
2779         * openssl.c (verify_cert_callback): Renamed from verify_callback.
2780         Always return the received "ok" value.  Print the X509 name in
2781         debug mode.
2782         (ssl_init): Enable partial writes in SSL context.
2783
2784 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2785
2786         * http.c (http_loop): Check for wildcards in the URL path
2787         component, not in the whole URL.
2788
2789         * ftp.c (ftp_loop): Check for wildcards in URL path before
2790         unescaping, so the users can escape globbing metacharacters with %
2791         escapes.
2792
2793 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2794
2795         * init.c (run_command): Correctly interpret the return value of
2796         parse_line.
2797         (commands): Re-alphabetize.
2798
2799 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2800
2801         * netrc.c (parse_netrc): Explicitly check for assignment != NULL
2802         to silence warning from Borland C.
2803
2804         * url.c (sync_path): Don't unnecessarily increment p.
2805         (url_parse): Don't unnecessarily set url_encode to NULL just
2806         prior to return from the function.
2807
2808 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2809
2810         * log.c (escnonprint_internal): Place variable declarations
2811         before other statements.
2812
2813 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
2814
2815         * html-url.c: Include recur.h.
2816
2817         * http.c (request_new): Define as accepting no args.
2818
2819 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2820
2821         * url.c (strpbrk_or_eos): Made inline.  Use strchr(s, '\0') for
2822         finding the NUL char position.
2823
2824 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2825
2826         * url.c (decide_copy_method): Renamed to char_needs_escaping.
2827         Since it now returns only two possible values, change it to return
2828         boolean (int).
2829
2830 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2831
2832         * ftp-basic.c (ftp_request): Prevent newlines in VALUE causing
2833         inadvertent sending of multiple FTP commands.
2834
2835 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2836
2837         * url.c (decide_copy_method): Never cause reencode_escapes to
2838         decode % escapes; it is too intrusive and breaks some servers.
2839
2840 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
2841
2842         * http.c (gethttp): When tunnelling SSL traffic over proxy with
2843         CONNECT, we're really talking to the remote server directly.
2844         Because of this, the request-line argument must be the URL path
2845         rather than the whole URL, as it would be when using regular
2846         proxies.
2847         Reported by Charles Lane.
2848
2849 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
2850
2851         * init.c (cmd_spec_useragent): Allow empty User-Agent.
2852
2853         * http.c (gethttp): Don't print "unknown authentication scheme"
2854         for failed Basic authentication.
2855         (SET_USER_AGENT): Don't set user-agent if opt.useragent is empty.
2856         (gethttp): Use alloca for allocation of www_authenticate.
2857
2858 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
2859
2860         * main.c (print_help): Fix wording of --secure-protocol help text.
2861
2862 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
2863
2864         * cmpt.c (strstr): Updated from glibc 2.3.5.
2865
2866 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2867
2868         * http.c (http_atotm): Zero out the whole struct tm being passed
2869         to strptime.
2870
2871 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2872
2873         * main.c (main): Propagate option name to setoptval.
2874
2875         * init.c (setoptval): Accept another argument, OPTNAME.  Propagate
2876         that argument as the option name independently of the actual
2877         command, determined by command_by_name(com).
2878
2879 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2880
2881         * init.c (parse_line): Make the return value indicate whether
2882         there was a syntax error or a setter failed.
2883         (run_wgetrc): Return an indication on whether an error has been
2884         encountered.
2885         (initialize): Abort if there have been errors running either
2886         .wgetrc file.
2887
2888 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2889
2890         * log.c (copy_and_escape): Slightly reduce code repetition between
2891         the two loops.
2892
2893 2005-05-05  Charles C.Fu  <ccwf@bacchus.com>
2894
2895         * utils.c (proclist): Strip leading slash when calling fnmatch
2896         too, otherwise wildcard comparisons always fail.
2897
2898 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2899
2900         * utils.c (touch): Set access time to current time.
2901
2902 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2903
2904         * url.c (url_unescape): Don't unescape %00, it effectively
2905         truncates the string.
2906
2907 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2908
2909         * log.c (copy_and_escape): Replace the FOR_URI argument with a
2910         slightly more general mechanism for specifying different kinds of
2911         escape.
2912
2913 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2914
2915         * ftp-basic.c (ftp_response): Fix printing FTP server response.
2916
2917 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
2918
2919         * retr.c (limit_bandwidth_reset): Reset sleep_adjust.
2920         (limit_bandwidth): Don't allow huge "adjustment" values that
2921         result from being suspended for a while.
2922
2923 2005-05-04  Hrvoje Niksic  <hniksic@xemacs.org>
2924
2925         * wget.h: If gettext was found but libtintl.h wasn't, declare
2926         gettext's return type to avoid type mismatches.
2927
2928 2005-05-03  Hrvoje Niksic  <hniksic@xemacs.org>
2929
2930         * url.c (url_parse): Rename label `error' to avoid conflict with
2931         identifier.
2932
2933         * retr.c (fd_read_body): Rename label `out' to avoid conflict with
2934         identifier.
2935         (fd_read_hunk): Use explicit double constant.
2936         (retrieve_from_file): Don't use string concatenation.
2937         (sleep_between_retrievals): Make sure xsleep is called with a
2938         `double' argument.
2939         (no_proxy_match): Define as static, like it is declared.
2940
2941         * progress.c (bar_create): Use 0.0 instead of 0 because K&R
2942         compilers can't automatically promote it.
2943
2944         * http-ntlm.c (ntlm_output): Replace \xHH sequences with \OOO for
2945         the sake of old compilers.
2946
2947         * ftp.c (ftp_loop_internal): Don't use string concatenation.
2948
2949         * http.c (request_send): Use explicit double constants when
2950         calling fd_read and fd_write.
2951         (post_file): Ditto.
2952         (gethttp): Ditto.
2953         (skip_short_body): Ditto.
2954
2955         * ftp-basic.c: When calling fd_write, specify the last argument as
2956         a `double' constant for the sake of K&R compilers which don't see
2957         the prototype and therefore can't promote it to double
2958         automatically.
2959
2960         * cookies.c (cookie_jar_load): Rename abort label to abort_cookie
2961         to avoid name conflict in K&R compilers.
2962
2963 2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
2964
2965         * ptimer.c (posix_init): Since we allow _POSIX_MONOTONIC_CLOCK==0,
2966         it is not enough to check for _POSIX_MONOTONIC_CLOCK-0, we must
2967         also check for defined(_POSIX_MONOTONIC_CLOCK).
2968
2969 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
2970
2971         * ftp.c, hash.c, connect.c, host.c, http.c: Remove unreached code,
2972         such as "break" following return or abort.
2973
2974 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
2975
2976         * init.c (commands): Wrap the use of opt.random_file in #ifdef
2977         HAVE_SSL.
2978
2979 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
2980
2981         * http.c (gethttp): Correctly set the user agent.
2982
2983 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
2984
2985         * init.c (cmd_spec_useragent): Free the old value of
2986         opt.useragent before setting the new one.
2987
2988 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
2989
2990         * main.c: Map --ftp-password, --http-password and --proxy-password to
2991         the new ftppassword, httppassword and proxypassword commands
2992         respectively.  Document the --user and --password options in the help
2993         string.
2994         
2995 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
2996
2997         * ftp.c: Add support for --user and --password.
2998         
2999         * http.c: Add support for --user and --password.
3000         
3001         * init.c: Deprecated ftppasswd, httppasswd, login, passwd and
3002         proxypasswd commands.  Added ftppassword, ftpuser, httppassword,
3003         password, proxypassword and user commands.
3004
3005         * main.c: Renamed --ftp-passwd to --ftp-password.  Added --ftp-user,
3006         --http-password, --password, --proxy-password and --user.  Deprecated
3007         --http-passwd and --proxy-passwd.  Added documentation for new options
3008         and removed documentation for deprecated options in the help string.
3009         
3010         * options.h (struct options): Added user and passwd members to handle
3011         --user and --password respectively.  Renamed ftp_acc and ftp_pass
3012         members to ftp_user and ftp_passwd for consistency.
3013
3014 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
3015
3016         * main.c (print_help): Advertise "DER", not "ASN1".
3017
3018 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
3019
3020         * openssl.c (init_prng): Disable the weak random seed by default.
3021
3022         * http.c (gethttp): Simplify SSL initialization; disable SSL when
3023         anything goes wrong with the initialization.
3024
3025         * options.h (struct options): New option opt.random_file.
3026
3027 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
3028
3029         * init.c: Wrap private key commands in IF_SSL.
3030
3031 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
3032
3033         * openssl.c (ssl_init): Ditto.
3034
3035         * options.h (struct options): Allow separate specification of key
3036         type and certificate type.
3037
3038         * init.c (cmd_spec_cert_type): Provide a "der" synonym for "asn1"
3039         certificate encoding.
3040
3041 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
3042
3043         * openssl.c: Renamed "gen_sslfunc.c" to "openssl.c" and
3044         "gen_sslfunc.h" to "openssl.h".  This reflects the intent of
3045         openssl.c encapsulating the OpenSSL-specific code.
3046
3047 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
3048
3049         * init.c: Renamed "closure" (a synonym for context in some
3050         cultures) to "place", which more accurately reflects the usage.
3051
3052 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
3053
3054         * gen_sslfunc.c (ssl_init): Use default locations for loading the
3055         certificate bundles.
3056         (ssl_init_prng): Disable the cryptographically weak PRNG
3057         initialization fallback.
3058
3059         * init.c: Renamed SSL command-line arguments and wgetrc commands.
3060         (defaults): Check the server certificate by default.
3061
3062 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
3063
3064         * cookies.c (cookie_handle_set_cookie): Delete the part of the
3065         path after the trailing slash.
3066
3067         * http.c (gethttp): Call cookie_handle_set_cookie with path that
3068         begins with '/'.
3069
3070 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
3071
3072         * http.c (gethttp): Call skip_short_body only if keep_alive is in
3073         use.
3074         (gethttp): Send the User-Agent header with the CONNECT request as
3075         well.
3076
3077 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
3078
3079         * main.c (option_data): Removed support for the undocumented flag
3080         --use-proxy.
3081
3082 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
3083
3084         * main.c (option_data): Don't treat -Y as a boolean switch; treat
3085         it as a value switch instead, so "-Y off" continues to work.
3086
3087 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
3088
3089         * utils.c (aprintf): Delete unreachable statement.
3090
3091 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
3092
3093         * host.c (cmp_prefer_ipv4): New function.
3094         (cmp_prefer_ipv6): New function.
3095         (lookup_host): Use the appropriate comparator according to
3096         opt.prefer_family.
3097
3098         * init.c: New option prefer_family.
3099
3100         * host.c (is_valid_ipv6_address): Spell NS_* constants in lower
3101         case to avoid clash with system headers.
3102         (lookup_host): Reorder the addresses so that IPv4 ones come first.
3103
3104         * utils.c (stable_sort): New function.
3105
3106 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
3107
3108         * connect.c (retryable_socket_connect_error): Return 0 for
3109         ENETUNREACH and EHOSTUNREACH.
3110
3111 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
3112
3113         * cmpt.c: Reenable the memmove implementation for systems that
3114         lack it.
3115
3116         * http.c (gethttp): Store the "authorized" state of the persistent
3117         connection.
3118         (request_remove_header): New function.
3119         (gethttp): Don't send the "Basic" authentication if the connection
3120         is already authorized.
3121
3122 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
3123
3124         * utils.c (base64_encode): Treat input as unsigned chars.
3125         Required for correct encoding of binary stuff.
3126
3127 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
3128
3129         * http-ntlm.c: Format the function definitions in an
3130         ansi2knr-friendly fashion.
3131
3132 2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
3133
3134         * http.c (gethttp): Handle multiple WWW-Authentication headers,
3135         only one of which is recognized.  Those are sent by IIS with NTLM
3136         authorization.
3137         (create_authorization_line): Propagate information whether
3138         authorization is finished.
3139         (gethttp): Only stop authorization when it's really finished, not
3140         after fixed two steps.
3141
3142 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
3143
3144         * gen_sslfunc.c (ssl_init): Fix warning message text; mark the
3145         message as translatable.
3146
3147 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
3148
3149         * main.c (print_help): Print the EGD option outside the cluster of
3150         SSL options.
3151
3152 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
3153
3154         * http-ntlm.c (ntlm_output): Fix setting the domain.
3155         Suggested by Sami Krank.
3156
3157 2005-04-20  Mauro Tortonesi  <mauro@ferrara.linux.it>
3158
3159         * connect.c: Set IPV6_V6ONLY socket option when -6 switch is used.
3160
3161 2005-04-20  FUJISHIMA Satsuki  <sf@FreeBSD.org>
3162
3163         * http.c (request_set_header): Fix the check whether a new header
3164         needs to be allocated.
3165
3166 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
3167
3168         * utils.c (base64_encode): Use the parameter order that makes more
3169         sense.  Return the length of the base64 written.  Updated all
3170         callers.
3171
3172 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
3173
3174         * http.c (request_set_header): Free NAME when VALUE is NULL and
3175         freeing the header name is requested.
3176
3177 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
3178
3179         * snprintf.c (fmtstr): Declare VALUE as const char *.
3180         Based on patch by Russ Allbery.
3181
3182 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
3183
3184         * snprintf.c (fmtfp): More correct handling of significant digit
3185         count with %g -- 0.002 has one significant digit, not three.
3186
3187 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
3188
3189         * retr.c (fd_read_body): Respect read timeout with non-interactive
3190         or no progress gauge -- treat ETIMEDOUT specially only when
3191         progress_interactive.
3192         Reported by FUJISHIMA Satsuki.
3193
3194 2005-04-16  FUJISHIMA Satsuki  <sf@FreeBSD.org>
3195
3196         * http.c (gethttp): Don't use HTTP/1.0 persistent connections over
3197         proxy.
3198
3199 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
3200
3201         * snprintf.c: Use the PARAMS macro to handle prototypes.  Write
3202         function definitions in the ansi2knr-friendly way.
3203         (fmtstr): If string precision is specified, don't read VALUE past
3204         it.
3205         (dopr): Actually print %g and %e formats.
3206         (fmtfp): Fix a bug that caused 0.01 to be printed as 0.1.
3207         (fmtfp): Use LLONG in floating point conversions to be able to
3208         convert more digits.
3209         (fmtfp): Interpret precision as number of significant digits with
3210         %g.
3211         (fmtfp): Omit trailing decimal zeros with %g.
3212
3213         * snprintf.c: Don't include <ctype.h> because none of it is used.
3214         Include strings.h/string.h, as per Autoconf.
3215
3216 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
3217
3218         * ptimer.c: Use _POSIX_TIMERS - 0 > 0, which handles the case when
3219         _POSIX_TIMERS is defined but empty, as well as the case when it is
3220         undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
3221         Suggested by Larry Jones.
3222
3223 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
3224
3225         * ptimer.c: Check that _POSIX_TIMERS is defined as well as > 0.
3226         Problem reported by Steven M. Schweda.
3227
3228 2005-04-14  Hrvoje Niksic  <hniksic@xemacs.org>
3229
3230         * http.c (skip_short_body): Print the skipped body data in debug
3231         mode.
3232         (skip_short_body): Don't skip more than 4k of body data.
3233         (skip_short_body): Return whether the skipping was successful.
3234         (gethttp): If skip_short_body failed, invalidate the connection.
3235
3236 2005-04-12  Gisle Vanem  <giva@bgnett.no>
3237
3238         * ftp.c (getftp): Ditto.
3239
3240         * http.c (gethttp): Open the output file in binary mode.
3241
3242 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3243
3244         * hash.c: Conditionalize including config.h on HAVE_CONFIG_H
3245         instead of on STANDALONE.
3246
3247 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3248
3249         * gen_sslfunc.c (ssl_print_errors): Made static.
3250         (ssl_print_errors): Eliminate potentially dangerous fixed-size
3251         error buffer.  Passing NULL to ERR_error_string causes it to use
3252         its own static buffer, which is fine for our purposes.
3253
3254         * gen_sslfunc.c: Include gen_sslfunc.h.  Make the declarations of
3255         ssl_init and ssl_conect match the actual definitions.
3256         (ssl_connect): Simply return a boolean, the SSL context is no
3257         longer useful as a return value.
3258
3259         * retr.c: Don't include SSL headers; we don't need them.
3260
3261 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3262
3263         * config-post.h: Don't define _VA_LIST under Solaris; it breaks
3264         compilation with GCC 3.4 under Solaris 10.  (It was defined to
3265         avoid a warning with previous versions of GCC.)
3266
3267 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3268
3269         * xmalloc.c (register_ptr): Warn the user to increase SZ prior to
3270         aborting.
3271
3272 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
3273
3274         * convert.c (convert_cleanup): Free converted_files.
3275
3276 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
3277
3278         * wget.h (DEBUGP): Use __builtin_expect to give a hint to GCC that
3279         opt.debug is false in the vast majority of cases.
3280
3281 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
3282
3283         * config-post.h: Declare alloca as void *, not char *.
3284
3285 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
3286
3287         * recur.c (download_child_p): When -p is used, (temporarily)
3288         ignore accept/reject rules for HTMLs, even when they are at the
3289         maximum recursion depth.  That is because with -p we are, if
3290         necessary, overstepping the max. depth to get the requisites.
3291
3292 2004-06-12  Larry Jones <lawrence.jones@ugsplm.com>
3293
3294         * recur.c (download_child_p): Correct the logic in check number 6:
3295         test opt.reclevel (not DEPTH) against INFINITE_RECURSION.
3296
3297 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
3298
3299         * url.c: Use "static const" in preference to "const static".
3300         Sun's cc warns that "storage class after type is obsolescent".
3301
3302         * url.c (urlchr_table): Don't mark ~ as unsafe, too many broken
3303         web sites are confused when ~ is changed to %7E.  Their servers
3304         redirect /%7Efoo/ to /~foo/, which Wget again accesses using %7E,
3305         causing further redirections, therefore looping infinitely.  See
3306         Debian bug #301624 for an example.
3307
3308 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
3309
3310         * alloca.c: Include wget.h to be able to use xmalloc.  In addition
3311         to defining malloc to xmalloc, also define free to xfree.
3312
3313 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
3314
3315         * http-ntlm.c (ntlm_output): Use "char", not "unsigned char" for
3316         ntlmbuf.  Our base64 functions accept char anyway.
3317         (ntlm_output): Join up the format string, since we nominally
3318         support K&R compilers.
3319         (ntlm_output): Ditto.
3320
3321 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3322
3323         * ptimer.c: Use Windows timers under Cygwin, whose POSIX timer
3324         implementation is incomplete.
3325
3326 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3327
3328         * ptimer.c (struct ptimer): Remove the unused initialized field.
3329
3330         * ptimer.c: Renamed function parameters from WT (which used to
3331         stand for wget_timer or wtimer) to PT.
3332
3333 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3334
3335         * ptimer.c (posix_init): Be smarter about choosing clocks.  In
3336         decreasing order of preference, use CLOCK_MONOTONIC,
3337         CLOCK_HIGHRES, and CLOCK_REALTIME.
3338         (ptimer_allocate): Removed.
3339
3340         * ptimer.c: Refactor the code by cleanly separating the
3341         architecture-dependent code from the architecture-independent
3342         code.
3343
3344 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3345
3346         * ptimer.c (ptimer_init): Explicitly check that
3347         _POSIX_MONOTONIC_CLOCK is *both* defined and >=0.  (Undefined
3348         symbols are >=0.)
3349
3350 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3351
3352         * ptimer.c (ptimer_diff): Fix typo affecting Windows build.
3353
3354 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3355
3356         * ptimer.c (ptimer_init): In fact, _POSIX_MONOTONIC_CLOCK needs to
3357         be >= 0.
3358
3359         * ptimer.c (ptimer_init): Check whether _POSIX_MONOTONIC_CLOCK is
3360         defined instead of whether it's greater than 0.  glibc defines it
3361         to 0, but still makes it available via sysconf.
3362
3363 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
3364
3365         * mswindows.c (str_to_int64): Rename OVERFLOW and UNDERFLOW to
3366         INT64_OVERFLOW and INT64_UNDERFLOW, since those names are used.
3367
3368 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
3369
3370         * ptimer.c: New file.  Move the "wtimer" functions from utils.c to
3371         this file and rename them to ptimer_.
3372
3373 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
3374
3375         * host.c (NO_ADDRESS): Define NO_ADDRESS only after the system
3376         headers have been included.
3377
3378 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
3379
3380         * http.c (pconn): Include NTLM data, which is per-connection.
3381         (known_authentication_scheme_p): Recognize NTLM authorization.
3382         (create_authorization_line): Call ntlm_input and ntlm_output.
3383
3384         * http-ntlm.c: New file, donated by Daniel Stenberg and originally
3385         written for curl, heavily modified for Wget.
3386
3387         * utils.c (base64_encode): Relocated from http.c, since it is now
3388         used by http-ntlm.c, and will possibly be used elsewhere.
3389         (base64_decode): New function, originally based on code from GNU
3390         recode.
3391
3392 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
3393
3394         * ftp.c (ftp_loop): Ditto.
3395
3396         * ftp-basic.c (ftp_pasv): Use the xzero shorthand for memset(0).
3397         (ftp_lpsv): Ditto.
3398
3399 2005-04-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
3400
3401         * Makefile.in: removed string_t.c from list of source files.
3402
3403 2005-04-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
3404
3405         * string_t.c: Removed.
3406         
3407         * string_t.h: Removed.
3408
3409 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
3410
3411         * url.c (rewrite_shorthand_url): Only accept recognized schemes.
3412         That way "foo:80" will correctly be rewritten to "http://foo:80"
3413         instead of left unchanged and ultimately rejected because of
3414         "unsupported scheme foo".
3415
3416 2005-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
3417
3418         * utils.c (number_to_string): Avoid explicit 64-bit constants;
3419         construct them by multiplication at compile-time.
3420
3421         * utils.c, elsewhere: Don't append "L" to 32-bit integer
3422         constants; we aren't really compilable on 16-bit systems anyway.
3423
3424         * hash.c (prime_size): Remove primes larger than 2^31, but include
3425         2^31-1, which is prime.
3426
3427 2005-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
3428
3429         * utils.c (string_set_to_array): New function.
3430
3431         * convert.c: Replace the use of "slists" with sets/hash-tables,
3432         which in fact suit the intended purpose much better.
3433         downloaded_html_list is removed altogether.
3434
3435 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
3436
3437         * ftp.h (enum): Rename GLOBALL, GETALL, and GETONE to
3438         GLOB_GLOBALL, GLOB_GETALL, and GLOB_GETONE to avoid conflict with
3439         Linux headers.
3440
3441 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
3442
3443         * utils.c (numdigit): More correct handling of negative numbers.
3444
3445 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
3446
3447         * http.c (gethttp): Print the human-readable size.
3448
3449         * ftp.c (getftp): Print the human-readable size of the file to be
3450         downloaded.
3451
3452         * utils.c (human_readable): New function.
3453
3454         * utils.c: Renamed "legible" to "with_thousand_seps",
3455         "legible_large_int" to "with_thousand_seps_large", and "legible_1"
3456         to "add_thousand_seps".
3457
3458 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
3459
3460         * http.c (gethttp): Inhibit persistent connections when talking to
3461         proxies, as mandated by RFC 2068.
3462
3463 2005-03-20  Hrvoje Niksic  <hniksic@xemacs.org>
3464
3465         * url.c (unescape_single_char): New function.
3466         (url_escape_dir): Use it to unescape slashes in directory
3467         components.
3468         (url_string): Escape unsafe chars in host name, except for the ':'
3469         charaters, which can appear in IPv6 addresses.
3470
3471         * main.c (main): Don't access the cookie jar directly.
3472
3473         * log.c (escnonprint_internal): Correctly calculate the needed
3474         string size.  Don't forget the buffer's new size after having
3475         reallocated it.
3476         (log_cleanup): New function.  Free the escnonprint ring data.
3477
3478         * init.c (cleanup): Don't free the cookie jar explicitly, it is
3479         now done by http_cleanup.
3480         (cleanup): opt.user_headers is now a vector, free it with
3481         free_vec.
3482
3483         * http.c (gethttp): Make sure to free the request data, the status
3484         message, and the response data before returning from the function.
3485         (save_cookies): New function.
3486         (http_cleanup): Free the cookie jar here.
3487
3488         * hash.c: Renamed string_hash to hash_string and ptrhash to
3489         hash_pointer.  Exported hash_pointer.
3490
3491         * xmalloc.c: Organized malloc_table (previously malloc_debug) as a
3492         simple EQ hash table.  register_ptr and unregister_ptr are now of
3493         O(1) complexity.
3494
3495         * xmalloc.c: Renamed "*_debug" to debugging_* and "*_real" to
3496         checking_*.
3497
3498 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
3499
3500         * utils.c (debug_test_md5): Moved to gen-md5.c.
3501
3502         * mswindows.h: Don't declare inet_ntop, since we don't use it.
3503
3504         * mswindows.h: For consistency, also wrap closesocket, it being
3505         a Winsock call.
3506
3507         * mswindows.h: Don't declare sleep and usleep; we're defining
3508         xsleep now.
3509
3510         * mswindows.h (mkdir): Don't special-case Borland C, _mkdir
3511         works there as well.
3512
3513         * host.c: Don't include winsock header files; the correct ones
3514         are already included by mswindows.h.
3515
3516         * mswindows.c (xsleep): Round toward the nearest millisecond
3517         in an attempt to avoid average short sleeps.
3518
3519         * utils.c (wtimer_granularity): Report correct values for
3520         Windows timers and for high-resolution timers.
3521
3522         * utils.c (wtimer_initialize_once): New function, called to
3523         initialize the timer frequency.
3524
3525         * utils.c: Replace the use of GetSystemTime with high-resolution
3526         counters under Windows.  When high-resolution counters are
3527         unavailable, use GetTickCount().
3528
3529 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
3530
3531         * retr.c (fd_read_body): Undo the 2004-11-18 change.  Instead,
3532         always be "exact".
3533
3534 2005-03-17  Hrvoje Niksic  <hniksic@xemacs.org>
3535
3536         * ftp-basic.c (ftp_login): Don't free the string if ftp_response
3537         returned an error status because the line didn't get allocated in
3538         the first place.
3539
3540 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
3541
3542         * http.c (read_http_response_head): Limit the response size to 64k
3543         bytes.
3544
3545         * retr.c (fd_read_hunk): Accept a MAXSIZE argument that limits the
3546         number of bytes the function is allowed to allocate.
3547         (fd_read_line): Limit the line to 4096 bytes.
3548
3549 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
3550
3551         * wget.h: Include options.h after wgint has been defined.
3552
3553         * options.h (struct options): Declare options processed with
3554         cmd_bytes as wgint, not long.
3555
3556 2005-03-18  Hrvoje Niksic  <hniksic@xemacs.org>
3557
3558         * init.c (cmd_file): Use concat_strings.
3559
3560         * http.c (basic_authentication_encode): Use concat_strings.
3561
3562         * ftp-ls.c (ftp_index): Use concat_strings.
3563
3564         * ftp-basic.c (ftp_request): Use concat_strings.
3565
3566         * utils.c (concat_strings): New function.
3567
3568 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
3569
3570         * init.c (simple_atof): Handle negative numbers; skip whitespace
3571         before the number.
3572         (simple_atoi): Ditto.  Also, check for overflow and underflow.
3573         (cmd_number): Bail out on negative numbers.
3574         (parse_bytes_helper): Ditto.
3575
3576 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3577
3578         * http.c (gethttp): Handle multiple Set-Cookie headers sent by
3579         remote server.
3580
3581 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3582
3583         * init.c (defaults): Use passive FTP by default.
3584
3585 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3586
3587         * mswindows.c: Provide wrappers to Winsock functions that set
3588         errno to WSAGetLastError() in case of failure.  Also provide a
3589         Windows-specific version of strerror.
3590
3591         * mswindows.h: Wrap calls to socket, bind, connect, recv, send,
3592         select, getsockname, getpeername, and setsockopt.
3593
3594 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3595
3596         * url.c (url_parse): Reject port numbers larger than 65535.  We
3597         also check for overflow while parsing port numbers.
3598
3599 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3600
3601         * utils.c (read_file): Don't use wgint for file size; LFS won't
3602         work since the file is mmap'ed as a whole.
3603
3604         * options.h: Don't include stdio.h.
3605
3606         * log.c: Ditto.
3607
3608         * init.c: Disambiguate assignment from non-zero test to avoid
3609         Borland C warning.
3610
3611         * http.c (response_new): Don't needlessly post-increment count.
3612
3613         * hash.c: Include stdio.h.
3614
3615         * gnu-md5.h: Don't include stdio.h.
3616
3617         * getopt.h (struct option): Always use const.
3618
3619         * ftp.c (getftp): Avoid unnecessary assignment to RES to avoid
3620         Borland C warning.
3621
3622         * ftp-ls.c: Disambiguate assignment from non-zero test to avoid
3623         Borland C warning.
3624
3625         * cmpt.c (strptime_internal): Don't initialize rp_backup when
3626         !_NL_CURRENT to avoid Borland C warning.
3627
3628 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
3629
3630         * utils.c (fopen_excl): Fix parse error when O_BINARY is
3631         available.
3632
3633 2005-03-05  Hrvoje Niksic  <hniksic@xemacs.org>
3634
3635         * url.c (url_file_name): Don't allow hosts named ".." to be
3636         appended as path elements.
3637
3638 2005-03-03  Hrvoje Niksic  <hniksic@xemacs.org>
3639
3640         * retr.c (retrieve_url): Escape location header.
3641
3642         * http.c (print_server_response_1): Escape server response when
3643         printing it.
3644         (gethttp): Escape host name, status message, location header, and
3645         content type.
3646         (http_loop): Escape error message from server.
3647
3648         * host.c (lookup_host): Escape host name when printing it.
3649
3650         * ftp.c (getftp): Escape user name when printing it.
3651         (getftp): Escape remote file and directory for printing.
3652         (getftp): Escape server listing when printing it.
3653         (ftp_retrieve_list): Escape link name and file name.
3654         (ftp_retrieve_glob): Escape file name.
3655
3656         * ftp-basic.c (ftp_response): Escape server response when printing
3657         it.
3658
3659         * cookies.c (parse_set_cookies): Escape the cookie field when
3660         printing it.
3661         (parse_set_cookies): Escape contents of remote header.
3662         (cookie_handle_set_cookie): Escape host name and cookie domain.
3663
3664         * connect.c (connect_to_ip): Escape the host name.
3665
3666         * log.c (escnonprint): New function, used for printing strings
3667         coming from the server that possibly contain non-ASCII characters.
3668         (escnonprint_uri): Ditto.
3669
3670 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
3671
3672         * ftp.c (getftp): Ditto.
3673
3674         * http.c (gethttp): When we're not supposed to overwrite files,
3675         use fopen_excl to open the file and recompute the file name.
3676
3677         * log.c (redirect_output): Use unique_create to avoid a race
3678         condition.
3679
3680         * mswindows.c (fake_fork_child): Use unique_create.
3681
3682         * utils.c (fopen_excl): New function that opens a stdio stream
3683         with the O_EXCL flag (where available).
3684         (unique_create): New function, like unique_name, but also creating
3685         the file and returning a file pointer.
3686         (fork_to_background): Use unique_create to create the file
3687         immediately to avoid race condition with multiple instances of
3688         wget -b.
3689
3690 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
3691
3692         * host.c (lookup_host): Test for AI_ADDRCONFIG directly, instead
3693         of checking for HAVE_GETADDRINFO_AI_ADDRCONFIG.
3694
3695 2005-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
3696
3697         * host.c (is_valid_ipv6_address): Move here from url.c.
3698         (lookup_host): If the address is numeric, don't print the
3699         "resolving..." line, don't set up DNS timeouts, and set the
3700         AI_NUMERICHOST hint, where available.
3701
3702 2005-02-26  Gisle Vanem  <giva@bgnett.no>
3703
3704         * utils.c: Use the nnnLL syntax under GCC.  Define struct_stat to
3705         struct _stati64 under __MINGW32__ as well as under MS VC.
3706
3707 2005-02-26  Hrvoje Niksic  <hniksic@xemacs.org>
3708
3709         * utils.c: Use the nnnI64 syntax for __int64 constants under all
3710         Windows compilers.
3711         (SPRINTF_WGINT): Use "%I64" under all Windows compilers.
3712
3713         * mswindows.h (WGINT_MAX): Use the nnnI64 syntax for
3714         __int64 constants under all Windows compilers.
3715         (struct_stat): Use `struct stati64' under Borland C.
3716         (fstat): Don't redefine to _fstati64 under Borland.
3717
3718         * mswindows.c: Define str_to_int64 under Borland C as well as
3719         under (older) Visual C.
3720
3721 2005-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
3722
3723         * ftp.c (getftp): Initialize err to suppress compiler warning.
3724
3725 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
3726
3727         * ftp.c (ftp_expected_bytes): Fix bug that caused infloop because
3728         of not correctly skipping the '(' character.
3729
3730 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
3731
3732         * mswindows.c (wget_ftello): Removed.
3733
3734         * mswindows.h: Remove bogus definition of stat.
3735         (wget_ftello): Remove the leftover ftello replacement.
3736
3737 2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
3738
3739         * mswindows.c (wget_ftello): Wget's replacement for ftello.
3740
3741         * utils.c (file_size): Use ftello where available.
3742
3743         * ftp-ls.c (ftp_parse_unix_ls): Use str_to_wgint to parse the file
3744         size.
3745         (ftp_parse_winnt_ls): Ditto.
3746
3747         * ftp-basic.c (ftp_size): Use str_to_wgint to convert number to
3748         wgint; pass 10 instead of 0 as the BASE argument.
3749
3750         * ftp.c (ftp_expected_bytes): Use str_to_wgint to parse the file
3751         size.
3752
3753         * sysdep.h (LARGE_INT_FMT): Use __int64 as LARGE_INT on
3754         MSVC/Windows; print it with "%I64".
3755
3756         * wget.h: Define a `wgint' type, normally aliased to (the possibly
3757         64-bit variant of) off_t.
3758
3759         * all: Use `wgint' instead of `long' for numeric variables that
3760         can hold file sizes.
3761
3762         * utils.c (number_to_string): Support printing of `wgint'
3763         argument.
3764         (number_to_static_string): New function.
3765
3766         * all: Replace printf("%ld", long_value) with printf("%s",
3767         number_to_static_string(wgint_value)).
3768
3769 2005-02-18  Mauro Tortonesi <mauro@ferrara.linux.it>
3770
3771         * main.c: Added the --ftp-passwd command line option.
3772
3773         * init.c: Renamed command passwd to ftppasswd.
3774
3775 2005-02-11  Mauro Tortonesi <mauro@ferrara.linux.it>
3776         
3777         * string_t.c: Fixed a bug in do_escape and triggered escape of
3778         backslashes in string_escape to avoid ambiguities in the result
3779         string.
3780         
3781 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
3782
3783         * string.h: Renamed to string_t.h to fix a compilation conflict 
3784         with the string.h header in the standard C library.
3785         
3786         * string.c: Renamed to string_t.c for consistency with string.h.
3787         
3788         * string_t.c: Ditto.
3789
3790         * string_t.h: Ditto.
3791         
3792 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
3793
3794         * string.c: New file.
3795
3796         * string.h: New file.
3797
3798         * Makefile.in: Added string.c to the list of modules to compile.
3799
3800         * main.c: Updated copyright.
3801
3802 2004-11-18  Ulf Harnhammar <ulf.harnhammar.9485@student.uu.se>
3803
3804         * ftp-ls.c: Fixed a problem in ftp_parse_winnt_ls that could allow a
3805         malicious remote FTP server to crash wget.
3806
3807 2004-11-18  Hans-Andreas Engel <engel@node.ch>
3808
3809         * http.c: Enable --convert-links (-k) when a single page is downloaded
3810         via --output-document (-O).
3811
3812 2004-11-18  Mauro Tortonesi <mauro@deepspace6.net>
3813
3814         * connect.c: Minor correction to the comment in front of fd_peek.
3815
3816 2004-11-18  Leonid Petrov <nouser@lpetrov.net>
3817
3818         * retr.c: Fix a timeout problem in fd_read_body when using http_proxy.
3819
3820 2004-11-15  YAMAZAKI Makoto <Yamazaki.Makoto@fujixerox.co.jp>
3821
3822         * netrc.c: Fix termination by assertion bug in netrc parsing.
3823
3824 2004-05-09  David Fritz  <zeroxdf@att.net>
3825
3826         * mswindows.c (fake_fork): Pass entire command line to the child
3827         process.
3828
3829 2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
3830
3831         * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
3832
3833 2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
3834
3835         * http.c (gethttp): Send the Proxy-Authorization header over
3836         non-SSL connections too.
3837
3838 2004-03-25  David Fritz  <zeroxdf@att.net>
3839
3840         * mswindows.c (fake_fork_child): Ignore error code when
3841         OpenFileMapping() fails; assume it failed because the object does
3842         not exist.
3843
3844 2004-03-24  David Fritz  <zeroxdf@att.net>
3845
3846         * mswindows.c (fake_fork): New function.
3847
3848         * mswindows.c (fork_to_background): Use it.
3849
3850 2004-03-19  David Fritz  <zeroxdf@att.net>
3851
3852         * mswindows.c (ws_hangup): Incorporate old fork_to_background()
3853         code.  Add event name argument.
3854         (fork_to_backgorund): Now a simple wrapper around ws_hangup().
3855         (ws_handler): Correctly handle the case when neither CTRLC_BACKGND
3856         nor CTRLBREAK_BACKGND are defined.  Don't bother handling close,
3857         logoff, or shutdown events.  Call ws_hangup() with the correct
3858         event name; don't assume it was CTRL+Break.
3859
3860 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
3861
3862         * url.c (url_parse): Decode %HH sequences in host name.
3863
3864 2004-03-04  Hrvoje Niksic  <hniksic@xemacs.org>
3865
3866         * convert.c (local_quote_string): Quote "#" as "%23" and "%" as
3867         "%25" when creating links to local files.
3868
3869 2004-03-02  David Fritz  <zeroxdf@att.net>
3870
3871         * mswindows.c (ws_percenttitle): Guard against future changes by
3872         doing nothing if the proper variables have not been initialized.
3873         Clamp percentage value.
3874
3875 2004-03-04  Gisle Vanem  <giva@bgnett.no>
3876
3877         * retr.c (fd_read_body): Don't change console title if quiet.
3878
3879 2004-02-25  David Fritz  <zeroxdf@att.net>
3880
3881         * mswindows.c (set_sleep_mode): Remove argument and return value.
3882         Call GetModuleHandle() instead of LoadLibrary()/FreeLibrary() for
3883         kernel32.dll.  Use typedef for function-pointer.  Don't cast
3884         l-value.  Don't use dereference operator when calling through
3885         function-pointer.
3886         (ws_startup): Update call to set_sleep_mode().
3887         (ws_cleanup): Remove call to set_sleep_mode().
3888
3889 2004-02-23  David Fritz  <zeroxdf@att.net>
3890
3891         * http.c (http_loop): Ditto.
3892
3893         * ftp.c (ftp_loop_internal): Update call to ws_changetitle().
3894
3895         * main.c (main): Don't bother calling ws_changetitle().
3896
3897         * mswindows.h (ws_changetitle): Update prototype.
3898
3899         * mswindows.c (ws_changetitle): Remove second argument.  Use
3900         xfree_null().
3901         (ws_percenttitle): Only update title when percentage has changed.
3902
3903 2004-02-23  David Fritz  <zeroxdf@att.net>
3904
3905         * mswindows.h: Ditto.
3906
3907         * mswindows.c: Misc. formatting/comment tweaks throughout.
3908
3909 2004-02-20  David Fritz  <zeroxdf@att.net>
3910
3911         * main.c (print_help): Remove call to ws_help().
3912
3913         * mswindows.c (ws_help): Remove.
3914
3915         * mswindows.h (ws_help): Remove.
3916
3917 2004-02-16  David Fritz  <zeroxdf@att.net>
3918
3919         * init.c (home_dir): Use aprintf() instead of xmalloc()/sprintf().
3920         Under Windows, if $HOME is not defined, use the directory that
3921         contains the Wget binary instead of hard-coded `C:\'.
3922         (wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
3923         not found, look for wget.ini in the directory of the Wget binary.
3924
3925         * mswindows.c (ws_mypath): Employ slightly more robust methodology.
3926         Strip trailing path separator.
3927
3928 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
3929
3930         * http.c (gethttp): Respect --ignore-length.
3931         (gethttp): Inhibit keep-alive if --ignore-length is specified.
3932
3933 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
3934
3935         * connect.c (sockaddr_set_data): Zero out
3936         sockaddr_in/sockaddr_in6.  Apparently BSD-derived stacks need this
3937         when binding a socket to local address.
3938
3939 2004-02-04  Hrvoje Niksic  <hniksic@xemacs.org>
3940
3941         * hash.c: Make the file compilable outside Wget source tree when
3942         -DSTANDALONE is used.
3943
3944 2004-01-29  Hrvoje Niksic  <hniksic@xemacs.org>
3945
3946         * utils.c (determine_screen_width): Return 0 if not running on
3947         Windows or on a TIOCGWINSZ-capable system.
3948
3949 2004-01-28  David Fritz  <zeroxdf@att.net>
3950
3951         * utils.c (determine_screen_width): Correctly determine console
3952         width under Windows.
3953
3954 2004-01-28  Christian Biere  <christianbiere@gmx.de>
3955
3956         * progress.c (bar_set_params): Fixed syntax error when HAVE_ISATTY
3957         was undefined.
3958
3959         * ftp.c (ftp_loop_internal): Allocate a larger buffer in case
3960         "try" gets translated to something large.  Ditto in http_loop in
3961         http.c.
3962
3963         * http.c (response_header_copy): Don't write to buf[BUFSIZE].
3964
3965         * ftp-opie.c (skey_response): Eliminate unnecessary string
3966         concatenation; just call gen_md5_update twice.
3967
3968 2004-01-25  Hrvoje Niksic  <hniksic@xemacs.org>
3969
3970         * utils.c (xsleep): Don't call usleep with values larger than
3971         1,000,000.
3972
3973 2003-12-16  Hrvoje Niksic  <hniksic@xemacs.org>
3974
3975         * http.c (gethttp): Fix generation of `Content-Length'.
3976
3977 2003-12-15  Gisle Vanem  <giva@bgnett.no>
3978
3979         * url.c (url_skip_credentials): Fixed return value; 'url' if no
3980         credentials.
3981
3982 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
3983
3984         * url.c (url_skip_credentials): Return a pointer directly.
3985
3986 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
3987
3988         * url.c (url_file_name): Ditto.
3989         (parse_errors): Ditto.
3990
3991         * retr.c (retr_rate): Ditto.
3992
3993         * progress.c (create_image): Ditto.
3994
3995         * netrc.c (parse_netrc): Ditto.
3996
3997         * main.c (struct cmdline_option): Ditto.
3998         (redirect_output_signal): Ditto.
3999
4000         * init.c (commands): Ditto.
4001
4002         * ftp-ls.c (ftp_index): Ditto.
4003
4004         * cookies.c (check_domain_match): Declare the pointer to a literal
4005         string as `const'.
4006
4007 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
4008
4009         * retr.c (fd_read_body): Pass total size to progress_create, not
4010         the remaining amount.
4011
4012 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
4013
4014         * retr.c (fd_read_body): Don't fiddle with "interactive timeout"
4015         if read timeout is unset.
4016
4017 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
4018
4019         * connect.c (bind_local): Don't set the IPV6_V6ONLY option on the
4020         socket.
4021
4022 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
4023
4024         * url.c (url_file_name): Respect the setting of
4025         opt.protocol_directories.
4026
4027         * main.c (main): Only check for ret=='?' when longindex is unset.
4028         (option_data): New option --protocol-directories.
4029
4030 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
4031
4032         * ftp.c (getftp): Ditto.
4033
4034         * http.c (gethttp): Correctly calculate bandwidth as total data
4035         read divided with download time.
4036
4037         * retr.c (fd_read_body): Separate the return values for data
4038         written and read.
4039
4040 2003-12-05  Hrvoje Niksic  <hniksic@xemacs.org>
4041
4042         * http.c (H_REDIRECTED): Respect the HTTP/1.1 "303 See Other"
4043         response code.
4044         Suggested by Dan Razzell.
4045
4046 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
4047
4048         * retr.c (fd_read_body): Report the amount of data *written* as
4049         amount_read.  This is not entirely logical, but that's what the
4050         callers expect, and it's not easy to change.
4051
4052         * ftp.c (ftp_loop_internal): Ditto.
4053
4054         * http.c (http_loop): Be smarter about assigning restval; if we're
4055         in the nth pass of a download, simply use the information we have
4056         about how much data has been retrieved as restval.
4057
4058         * ftp.c (getftp): Ditto for FTP "REST" command.
4059
4060         * http.c (gethttp): When the server doesn't respect range, skip
4061         the first RESTVAL bytes of the read body.  Never truncate the
4062         output file.
4063
4064         * retr.c (fd_read_body): Support skipping initial STARTPOS octets.
4065
4066 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
4067
4068         * http.c (skip_short_body): Renamed skip_body to skip_short_body;
4069         don't bother calling fd_read_body.
4070
4071 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
4072
4073         * retr.c (fd_read_body): Sanitize arguments and document them
4074         better.  Make sure the timer is created and updated only if
4075         necessary.  Updated callers.
4076
4077 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
4078
4079         * http.c (skip_body): New function.
4080         (gethttp): Use it to skip the body of the responses we don't care
4081         to download.  That allows us to reuse the connection.
4082         (gethttp): Trust that the HEAD requests will not generate body
4083         data.
4084
4085         * retr.c (fd_read_body): Don't write to OUT if it's NULL.
4086
4087 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
4088
4089         * http.c (gethttp): Initialize SSL only the first time when SSL
4090         URL is downloaded.
4091
4092 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
4093
4094         * cookies.c (cookie_header): Only generate the contents of the
4095         header, not the leading "Cookie: " or the trailing "\r\n".
4096
4097         * http.c (gethttp): When adding headers specified with `--header',
4098         allow them to override the headers generated by Wget.
4099
4100         * init.c (cmd_spec_header): Made opt.user_headers a vector.
4101
4102         * http.c (request_new): New function.  Returns a request structure
4103         which can be modified in various ways, most notably by adding HTTP
4104         headers to the request.
4105         (request_set_header): New function for adding the header to the
4106         request.  If the header is already available, it gets replaced.
4107         (request_send): Construct and send the request.
4108         (gethttp): Use the request_* functions to generate the request.
4109
4110 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
4111
4112         * http.c (gethttp): Don't include the Proxy-Authorization header
4113         in the request tunneled through proxy.
4114
4115 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
4116
4117         * http.c (gethttp): Use the CONNECT handle to establish SSL
4118         passthrough through non-SSL proxies.
4119
4120 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
4121
4122         * init.c: Don't #include netinet/Winsock stuff.
4123
4124 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
4125
4126         * http.c: Deleted the old functions header_process,
4127         header_extract_number, header_exists, header_strdup,
4128         http_process_range, http_process_none, http_process_type, and
4129         http_process_connection.
4130
4131         * http.c (response_new): New function.
4132         (response_header_bounds): Ditto.
4133         (response_header_copy): Ditto.
4134         (response_header_strdup): Ditto.
4135         (response_status): Ditto.
4136         (gethttp): Use the new response_* functions to parse the response.
4137         Support HTTP/0.9 responses.
4138
4139 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
4140
4141         * progress.c (create_image): Don't calculate ETA if nothing has
4142         been downloaded yet, because it causes division by zero.
4143
4144 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
4145
4146         * connect.c (bind_local): Rename sa_len to addrlen because IRIX
4147         headers define sa_len as a macro.
4148
4149 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
4150
4151         * html-parse.c (convert_and_copy): Remove embedded newlines when
4152         AP_TRIM_BLANKS is specified.
4153
4154 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
4155
4156         * ftp.c: Set con->csock to -1 where rbuf_uninitialize was
4157         previously used.
4158
4159 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
4160
4161         * Makefile.in (http$o): Added the trailing backslash that was
4162         missing.
4163
4164 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
4165
4166         * headers.c: Removed.  The file is no longer relevant, now that no
4167         special handling of headers is done by the rbuf code.  Moved
4168         portions to http.c.
4169
4170 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
4171
4172         * rbuf.c: Removed.
4173
4174         * ftp-basic.c (ftp_response): Use fd_read_line.  No longer use
4175         struct rbuf.  Updated all callers.
4176
4177         * http.c (gethttp): Use fd_read_head to read all the headers in
4178         one go.
4179         (next_header): New function.
4180
4181         * retr.c (fd_read_line): New function: reads a line from FD,
4182         leaving the rest of the data unread.
4183         (fd_read_head): New function.
4184
4185         * connect.c (fd_peek): New function, implements peeking.
4186         (poll_internal): New function.
4187         (fd_read): Use it.
4188         (fd_write): Ditto.
4189         (fd_peek): Ditto.
4190         (fd_register_transport): Allow registering a "peeker" callback.
4191
4192 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
4193
4194         * connect.c: Renamed xread/xwrite/xclose to
4195         fd_read/fd_write/fd_close.  The "x" prefix is not appropriate
4196         because the semantics have diverged from read/write/close too
4197         significantly.  Updated all callers.
4198
4199 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
4200
4201         * connect.c (sock_write): It's not necessary to initialize RES.
4202
4203 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
4204
4205         * main.c (main): Don't reference opt.ipv4_only and opt.ipv6_only
4206         if IPv6 is disabled.
4207
4208 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
4209
4210         * connect.c (socket_has_inet6): Only compile it if IPv6 is enabled
4211         and AI_ADDRCONFIG is missing.
4212
4213 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
4214
4215         * gen_sslfunc.c (ssl_init_prng): Warn the user when using a weak
4216         random seed.
4217
4218 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
4219
4220         * host.c (address_list_contains): Renamed address_list_find to
4221         address_list_contains because its result is boolean.
4222
4223 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
4224
4225         * connect.c (select_fd): Return 1 if select is not available.
4226
4227 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
4228
4229         * connect.c (connect_to_host): Don't reference address list after
4230         releasing it.
4231
4232 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
4233
4234         * main.c (print_help): Fix alignment of FTP options output.
4235
4236 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
4237
4238         * host.c (lookup_host): Check for the ability to create IPv6
4239         sockets here.
4240
4241         * init.c (defaults): Don't auto-set --inet4-only on IPv6-less
4242         systems.
4243
4244 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4245
4246         * main.c (print_help): Fix typo in `-O' help message.  Fix docs of
4247         -Y/--proxy.  Fix docs of `--cookies' and `--glob'.  Improve docs
4248         of --convert-links.  Fix docs of SSL options.
4249
4250 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4251
4252         * ftp-basic.c: Don't include <arpa/inet.h> and others because
4253         they're no longer needed.
4254
4255 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
4256
4257         * main.c (main): Don't allow setting of both opt.ipv4_only and
4258         opt.ipv6_only.
4259
4260         * init.c (defaults): Mark opt.ipv4_only specially when set
4261         automatically.
4262
4263 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
4264
4265         * host.c (lookup_host): Use AI_ADDRCONFIG only if the family is
4266         unspecified.  This ensures that specifying `--no-inet4' on systems
4267         where IPv6 resolves, but doesn't work behaves the same regardless
4268         of the availability of AI_ADDRCONFIG.
4269
4270 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
4271
4272         * host.c: Don't refer to the now-removed function
4273         forget_host_lookup in the documentation of lookup_host.
4274
4275 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
4276
4277         * http.c (persistent_available_p): Correctly specify the endpoint
4278         argument to socket_ip_address.
4279         (gethttp): When printing the "reusing connection to..." message,
4280         specify the host name of the reused connection, not the current
4281         host name.  That makes more sense because it provides a useful
4282         piece of information -- we know to which host we're supposed to
4283         connect anyway!
4284
4285 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
4286
4287         * init.c: Make sure the options are in alphabetic order!
4288
4289         * host.c (lookup_host): Merge lookup_host_passive and lookup_host
4290         after all -- having both would result in some code duplication.
4291         (lookup_host): Set hints.ai_family to AF_INET if ipv4_only is
4292         requested.  Likewise, set it to AF_INET6 for ipv6_only.  Specify
4293         AI_ADDRCONFIG where available.
4294         (lookup_host): New flag LH_REFRESH that specifies that a cached
4295         entry for HOST should be refreshed.
4296         (cache_query): New function.
4297         (cache_store): Ditto.
4298         (cache_remove): Ditto.
4299         (forget_host_lookup): No longer necessary, replaced with static
4300         function cache_remove.
4301
4302 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4303
4304         * main.c: Enable -4 and -6 only if IPv6 is enabled.
4305
4306 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4307
4308         * connect.c (register_transport): Renamed from register_extended.
4309         Explain the intended usage.
4310
4311 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
4312
4313         * url.c (uri_merge): Merging "foo" and "bar" should result in
4314         "bar", not in "foo/bar".
4315         (path_simplify): Don't remove empty path elements; don't
4316         special-case leading slash.
4317         (path_simplify): Don't swallow ".."'s at the beginning of string.
4318         E.g. simplify "foo/../../bar" as "../bar", not as "bar".
4319         (append_uri_pathel): Defang ".." path element upon encountering
4320         it.
4321
4322 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4323
4324         * http.c (persistent_available_p): Don't attempt to talk to two
4325         different SSL sites over the same secure connection.
4326
4327 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4328
4329         * http.c (gethttp): Ditto.
4330
4331         * ftp.c (getftp): Use retryable_socket_connect_error instead of
4332         CONNECT_ERROR.
4333
4334         * wget.h (CONNECT_ERROR): Removed.
4335
4336         * connect.c (retryable_socket_connect_error): New function instead
4337         of unsupported_socket_family_error.
4338
4339 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4340
4341         * wget.h (CONNECT_ERROR): Use it.
4342
4343         * connect.c (unsupported_socket_family_error): New function.
4344
4345 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4346
4347         * connect.c (bind_local): Renamed bindport to bind_local; return
4348         the socket directly.  Updated callers.
4349         (accept_connection): Renamed acceptport to accept_connection;
4350         return the created socket directly.  Updated callers.
4351
4352 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4353
4354         * init.c (defaults): Turn on opt.ipv4_only if we're compiling with
4355         IPv6, and AI_ADDRINFO is not available, and AF_INET6 sockets can't
4356         be created.
4357
4358 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
4359
4360         * host.c (lookup_host): Document the fact that the addresses are
4361         returned in order.
4362
4363 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
4364
4365         * utils.c: Use limits.h only where available.
4366
4367         * hash.c: Use INVALID_PTR and INVALID_PTR_BYTE.  Include limits.h.
4368
4369 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
4370
4371         * main.c: Added options --inet4-only and --inet6-only.
4372
4373 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
4374
4375         * host.c (host_errstr): Use the more standard message "Unknown
4376         host".
4377
4378 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
4379
4380         * connect.c (connect_to_host): Use that flag to decide whether to
4381         re-resolve the host name.
4382
4383         * host.c (struct address_list): Added a flag that maintains
4384         whether the connection worked at some point.
4385
4386 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
4387
4388         * host.c (lookup_host): Special-case the numeric addresses only in
4389         the non-IPv6 case.
4390
4391 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
4392
4393         * connect.c (resolve_bind_address): Call lookup_host_passive.
4394         Make sure that opt.bind_address is resolved only once.
4395
4396         * host.c (lookup_host_passive): New function, handles "passive"
4397         lookups.
4398         (lookup_host): Remove the passive flags.  Remove the
4399         family-related flags -- use ip_default_family instead.
4400
4401 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
4402
4403         * html-url.c: Get URLs from <object data="...">.
4404
4405 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
4406
4407         * main.c (option_data): Specify the command to use for --mirror.
4408
4409 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4410
4411         * cookies.c (cookie_handle_set_cookie): Specify exact match for
4412         unspecified domains.
4413
4414 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4415
4416         * main.c (main): Removed one-letter options `-C', `-g', `-G', and
4417         `-s'.
4418
4419 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4420
4421         * main.c (main): Add --dont-remove-listing for backward
4422         compatibility with previous versions.
4423         (print_help): Fix typo, spotted by Dennis Smit.
4424
4425 2003-11-08  Gisle Vanem  <giva@bgnett.no>
4426
4427         * ftp-basic.c: Support Windows-2000 ftp servers. Win-2000 *is*
4428         Win-NT 5.0 so calling it ST_WINNT is okay I guess.
4429
4430 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4431
4432         * progress.c (update_speed_ring): Clear the speed ring when the
4433         download stalls.
4434
4435         * retr.c (get_contents): Specify 0.95s read timeout, so that the
4436         progress gauge can be updated even when data arrives very slowly
4437         or stalls.
4438
4439 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4440
4441         * utils.c (wtimer_allocate): Bless the use of wtimer_read on a
4442         timer that has merely been allocated because get_contents() does
4443         that.
4444         (wtimer_update): Abort if the timer is not initialized.
4445
4446 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4447
4448         * retr.c (get_contents): Pass the timer to limit_bandwidth().
4449
4450         * utils.c (wtimer_update): New function instead of wget_elapsed;
4451         just update the timer, but don't return anything.
4452         (wtimer_read): Read and return the last known value of the timer.
4453
4454 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4455
4456         * http.c (persistent_available_p): Instead of matching all the
4457         addresses of HOST and last host, determine the peer's IP address
4458         with socket_ip_address and see if that address is one of those
4459         HOST resolves to.
4460
4461         * host.c (address_list_match_all): Removed.
4462         (address_list_find): New function, finds an IP address in the
4463         address list.
4464
4465         * ftp.c (ftp_do_pasv): Get the peer's address here, and pass it to
4466         ftp_epsv so it doesn't need to call getpeername.
4467
4468         * ftp-basic.c (ftp_port): Use socket_ip_address instead of
4469         getpeername.
4470         (ftp_lprt): Ditto.
4471
4472         * connect.c (socket_ip_address): Replaces conaddr, generalized to
4473         either get peer's or local address.
4474         (sockaddr_get_data): Made local to this file.
4475
4476 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4477
4478         * hash.c (HASH_POSITION): Explicitly accept the hash function.
4479         (grow_hash_table): Extract ht->hash_function outside the loop.
4480         (hash_table_remove): Ditto.
4481         (hash_table_clear): Fill entries with 0xff to clear them.
4482         (hash_table_remove): Mark entries as deleted with the correct
4483         marker.
4484
4485 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4486
4487         * http.c (persistent_available_p): No reason for the host lookup
4488         to be silent -- it's a lookup like any other.
4489
4490 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
4491
4492         * connect.c (register_extended): Check that fd >= 0.
4493
4494 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
4495
4496         * connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
4497
4498 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
4499
4500         * hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
4501         the field is empty.  This allows NULL pointer and 0 value to be
4502         used as keys, which is necessary for the connect.c code to work
4503         when fd==0.
4504         (hash_table_new): Fill mappings with 0xff.
4505         (grow_hash_table): Ditto.
4506
4507 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
4508
4509         * url.c (url_parse): Allow empty ports.
4510
4511 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
4512
4513         * main.c (print_help): Break the help string into multiple chunks.
4514         (cmdline_option): New option handler OPT_FUNCALL.  Generalized
4515         HANDLE_CMD to generic DATA.
4516         (option_data): Use the new OPT_FUNCALL feature.
4517
4518 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4519
4520         * log.h: Declare log_init, log_close, and
4521         log_request_redirect_output here.
4522
4523 2003-11-05  Dennis Smit  <ds@nerds-incorporated.org>
4524
4525         * main.c: (main): added --preserve-permissions option.
4526
4527         * ftp.c (ftp_retrieve_list): added support for
4528         --preserve-permissions option.
4529
4530         * init.c: added support for --preserve-permission option.
4531
4532         * option.h: added support for --preserve-permission option.
4533
4534 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4535
4536         * main.c (init_switches): New function.  Convert option_data to
4537         long_options and short_options, which can be fed to getopt_long.
4538         (main): Execute command-line options by consulting option_data.
4539
4540 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4541
4542         * gen_sslfunc.c (ssl_read): Implement a more correct check for
4543         EINTR.
4544         (ssl_write): Ditto.
4545         (init_ssl): Use a global SSL context.
4546
4547 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4548
4549         * connect.c (xclose): Free INFO even if it doesn't provide a
4550         closer.
4551
4552 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
4553
4554         * connect.c: Updated all callers of
4555         iread/ssl_iread/iwrite/ssl_iwrite to use xread and xwrite instead.
4556
4557         * rbuf.h (struct rbuf): Removed the SSL member because SSL is
4558         handled automatically by xread.
4559
4560         * hash.c (ptrhash): Made private.
4561         (ptrcmp): Ditto.
4562         (inthash): Removed.
4563
4564         * connect.c (select_fd): Don't set errno, leave it to the caller.
4565
4566         * gen_sslfunc.c (connect_ssl): Use register_extended to register
4567         SSL callbacks for communication with SSL-enabled endpoints.
4568         (ssl_read): New function.
4569         (ssl_write): Ditto.
4570         (ssl_poll): Ditto.
4571         (ssl_close): Ditto.
4572
4573         * connect.c (register_extended): New function -- register
4574         callbacks for basic socket operations.
4575         (xread): Ditto.
4576         (xwrite): Ditto.
4577         (xclose): Ditto.
4578         (sock_read): New function, default implementation for reading.
4579         (sock_write): Ditto for writing.
4580         (sock_poll): Ditto for polling.
4581         (sock_close): Ditto for closing.
4582
4583 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
4584
4585         * connect.c (bindport): Fix compilation under pre-C99 compilers.
4586
4587 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
4588
4589         * connect.c (connect_to_ip): More compact error checking.
4590         (bindport): Don't treat failed setsockopt as a fatal error.
4591
4592 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
4593
4594         * connect.c (resolve_bind_address): Use a more accurate error
4595         message -- we're not binding to ANY, we're disabling bind
4596         altogether.
4597
4598 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
4599
4600         * cookies.c (save_cookies_mapper): Respect the setting of
4601         keep-session-cookies.
4602         (cookie_jar_load): Import session cookies.
4603         Based on code submitted by Nicolas Schodet.
4604
4605         * utils.c (datetime_str): Use information in TM when it's
4606         non-NULL.
4607
4608         * main.c (main): New option `--keep-session-cookies'.
4609
4610 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
4611
4612         * Makefile.in (realclean): Delete config.h.in.
4613
4614 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
4615
4616         * config-post.h: New file, included from now autogenerated
4617         config.h.in.
4618
4619 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
4620
4621         * progress.c (progress_handle_sigwinch): Don't call
4622         determine_screen_width() from the signal handler.  Instead, just
4623         set a volatile variable.
4624         (bar_create): Check whether SIGWINCH was received.
4625         (bar_update): Ditto.
4626
4627         * sysdep.h: Define SYSTEM_FNMATCH only if HAVE_FNMATCH_H is true.
4628
4629 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4630
4631         * utils.c (xsleep): New function.  Uses nanosleep where available,
4632         resuming sleeps interrupted by signals.  Updated callers of sleep
4633         and usleep to use xsleep.
4634
4635 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4636
4637         * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
4638         declaration of SEED.
4639
4640 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4641
4642         * log.c (logvprintf): Documented better.  Renamed to
4643         log_vprintf_internal to avoid confusion with the public API
4644         functions logprintf and logputs.
4645
4646 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4647
4648         * wget.h (N_): Don't parenthesize argument.
4649
4650 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4651
4652         * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
4653         because that doesn't work on machines that define it as bitfield.
4654
4655 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
4656
4657         * connect.c (select_fd): Generalize the third argument into WAIT,
4658         so that the caller can request waiting for both read and write.
4659         Updated callers.
4660
4661 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
4662
4663         * html-url.c (cleanup_html_url): Destroy the hash tables, don't
4664         just call free on them.
4665         (init_interesting): Use hash_table_put instead of string_set_add
4666         because we don't need the strdup that the latter function
4667         performs.
4668
4669         * init.c (cleanup): Don't pass NULL to cookie_jar_delete.
4670
4671         * xmalloc.c (xfree_real): Abort when passed a NULL pointer.
4672         (xfree_debug): Print at the file and line of the offending call to
4673         free.
4674
4675 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
4676
4677         * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE
4678         define to log.h.  Moved the INFINITE_RECURSION define to recur.h.
4679
4680         * xmalloc.h: Renamed FREE_MAYBE to xfree_null and moved the
4681         definition from wget.h to xmalloc.h.
4682
4683 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
4684
4685         * html-parse.c (decode_entity): New function; split the decoding
4686         of entities here.
4687         (convert_and_copy): Use it to decode entities.
4688         (decode_entity): Handle the &apos entity.
4689         (decode_entity): Don't decode Latin 1 numeric entities.  Don't
4690         decode &#0.
4691
4692 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4693
4694         * ftp-opie.c (calculate_skey_response): Use uint32_t instead of
4695         `unsigned long' for the cheksum array.  Document the function.
4696
4697 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4698
4699         * connect.c (acceptport): Don't call select_fd when timeout is not
4700         requested.
4701
4702 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4703
4704         * host.c: Removed the ip_default_family global variable.
4705
4706         * host.c (lookup_host): Document the function.  Fixed declaration
4707         of VEC.
4708
4709 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4710
4711         * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array
4712         in various places.
4713
4714 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4715
4716         * wget.h: Move declarations of malloc and logging code to
4717         xmalloc.h and log.h respectively to unclutter this file.
4718         (STRDUP_ALLOCA): Made it side-effect free.
4719
4720         * xmalloc.h: New files.  Define macros xnew, xnew0, xnew_array,
4721         and xnew0_array.
4722
4723         * xmalloc.c: New file.  Move the xmalloc routines here.
4724
4725 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4726
4727         * connect.c (sockaddr_set_data): Remove the broken code that
4728         checked for NULL address.
4729
4730 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4731
4732         * host.c (address_list_from_single): Removed.
4733         (address_list_from_ipv4_addresses): Renamed from
4734         address_list_from_vector.
4735
4736 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
4737
4738         * sysdep.h (CLOSE): Don't call close on file descriptors less than
4739         0, i.e. on uncreated sockets.
4740
4741         * connect.c (resolve_bind_address): Work on struct sockaddr
4742         directly.
4743         (connect_to_host): Replacement for connect_to_many.  Resolve HOST
4744         and connect to any of its addresses.  If we can't connect and the
4745         host name lookup was cached, try to resolve it again.  This should
4746         fix problems with hosts behind dynamic DNS.  Updated all callers.
4747         (connect_to_ip): Replacement for connect_to_one.  Removed SILENT;
4748         added the argument PRINT instead.  Updated all callers.
4749         (set_connection_host_name): Removed.
4750
4751         * host.c (address_list_address_at): New function instead of
4752         address_list_copy_one. It returns a pointer to ip_address *, so
4753         it's not necessary to copy the data.
4754         (address_list_cached_p): New function.
4755         (forget_host_lookup): Ditto.
4756
4757         * connect.c: Got rid of the MSOCK global variable.  Made bindport
4758         return the local socket it creates.  Added a new argument to
4759         acceptport, the socket to call accept on.  Updated callers.
4760         (closeport): Removed.
4761
4762         * connect.c: Moved the sockaddr code from host.c to this file,
4763         because most of that stuff is used for connecting, and has nothing
4764         to do with host names anyway.
4765         (sockaddr_set_data, sockaddr_get_data): New functions, replace the
4766         old sockaddr_set_address, sockaddr_set_port, sockaddr_get_address,
4767         and sockaddr_get_port.
4768
4769 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
4770
4771         * sysdep.h: Use `S >= 8' rather than `S == 8' when looking for
4772         large integers.
4773
4774 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
4775
4776         * url.c (append_uri_pathel): New argument ESCAPED_P that says
4777         whether [B, E) is to be treated as URL-escaped or not.  If
4778         ESCAPED_P is false, don't unescape the region.
4779         (url_file_name): u->file is not URL-escaped.
4780
4781 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
4782
4783         * retr.c (retrieve_from_file): Use retrieve_tree for
4784         page-requisites.
4785
4786         * main.c (main): Don't define opt.recursive when -p is used.
4787         Instead, make sure that recursion is used for HTTP in that case.
4788
4789 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
4790
4791         * host.h: Defined accessors for elements of ip_address.  Updated
4792         all callers.
4793         (address_list_match_all): Use memcmp in the non-IPv6 case.
4794
4795         * wget.h (CONNECT_ERROR): Don't retry connecting if connect()
4796         returned EAFNOSUPPORT.
4797
4798 2003-10-27  Mauro Tortonesi <mauro@deepspace6.net>
4799
4800         * connect.h: changed bindport prototype and added the related
4801         BIND_ON_IPV4_ONLY and BIND_ON_IPV6_ONLY flags.
4802
4803         * connect.c: changed bindport and resolve_bind_address to allow
4804         protocol-version specific DNS resolution. modified conaddr,
4805         acceptport and connect_to_one to make use of struct
4806         sockaddr_storage and of the new ip_address structure.
4807
4808         * ftp-basic.c: added LPRT/LPSV (RFC1639) support, refactored
4809         PORT/PASV (RFC959) and EPRT/EPSV (RFC2428) support code.
4810
4811         * ftp.c: added the ftp_do_port and ftp_do_pasv functions to
4812         handle FTP over IPv6.
4813
4814         * ftp.h: changed prototype of ftp_epsv and added prototypes for
4815         ftp_lpsv, ftp_lprt and ftp_eprt.
4816
4817         * host.c: renamed the
4818         wget_sockaddr_set_address and wget_sockaddr_get_addr, and
4819         wget_sockaddr_{s,g}et_port couples to sockaddr_{s,g}et_address and
4820         sockaddr_{g,s}et_port respectively.  changed
4821         address_list_match_all, address_list_from_addrinfo sockaddr_len,
4822         pretty_print_address, lookup_host, sockaddr_{s,g}et_address and
4823         sockaddr_{g,s}et_port to make use of struct sockaddr_storage and
4824         of the new ip_address structure.  removed map_ipv4_to_ip and
4825         map_ip_to_ipv4.
4826
4827         * host.h: redefined structure ip_address and removed structure
4828         wget_sockaddr.
4829
4830 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
4831
4832         * sysdep.h: Include inttypes.h where available.
4833
4834         * host.c: Switch from u_int32_t to uint32_t.
4835
4836 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
4837
4838         * netrc.c (parse_netrc): Reset the QUOTE flag after the closing
4839         quote.
4840
4841 2003-10-25  Hrvoje Niksic  <hniksic@xemacs.org>
4842
4843         * url.c (is_valid_ipv6_address): Reformat to GNU coding style.
4844         Use enums for NS_IN* constants.  Use ISXDIGIT.
4845
4846         * convert.c (construct_relative): Document better how the function
4847         works.
4848
4849 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
4850
4851         * config.h.in: Deploy preprocessor magic to avoid Ultrix's
4852         <netdb.h> include <bitypes.h> which defines its own u_int32_t.
4853         Reported by Bernhard Simon.
4854
4855 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
4856
4857         * version.c: Bump version.
4858
4859 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
4860
4861         * url.c: Ditto.
4862
4863         * html-parse.c (advance_declaration): Don't use trailing comma in
4864         enum because older compilers don't support it.
4865
4866         * utils.c: Don't redefine HAVE_SIGSETJMP.
4867
4868 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
4869
4870         * convert.c (construct_relative): Don't handle absolute files
4871         specially -- for example, -P/tmp/foo shouldn't imply that
4872         converted files must refer to "/tmp/foo/..."!
4873
4874 2003-10-15  Hrvoje Niksic  <hniksic@xemacs.org>
4875
4876         * http.c: Consider status 307 a valid redirect.
4877
4878 2003-10-15  Philip Stadermann  <philip.stadermann@credativ.de>
4879
4880         * ftp.c (ftp_retrieve_glob): Correctly loop through the list whose
4881         elements might have been deleted.
4882
4883 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
4884
4885         * html-url.c (tag_handle_meta): Set the Refresh link to expect
4886         HTML.
4887         (append_one_url): Renamed to append_url.
4888
4889 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
4890
4891         * sysdep.h: Only define u_int32_t.
4892
4893 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
4894
4895         * utils.c (large_int_to_string): Use snprintf() to print the
4896         number.  This will work even on systems where libc doesn't
4897         understand %lld, but the compiler does, because it will use our
4898         snprintf replacement.
4899
4900         * init.c (parse_bytes_helper): New function.
4901         (cmd_bytes): Use it to parse bytes, but cast the result to long.
4902         (cmd_bytes_large): Ditto, but store the result to LARGE_INT.  Used
4903         for --quota so that --quota=10G works even on machines without
4904         long long.
4905
4906         * options.h (struct options): Declare quota as LARGE_INT.
4907
4908         * retr.c (downloaded_exceeds_quota): Removed.
4909         (downloaded_increase): Ditto.
4910         (total_downloaded_bytes): New variable, replaces opt.downloaded,
4911         which was the wrong place for it anyway.  Updated callers of
4912         downloaded_exceeds_quota and downloaded_increase to check this
4913         variable directly.
4914
4915         * sysdep.h: Get rid of VERY_LONG_TYPE.  Use LARGE_INT for the same
4916         purpose, defined as `long', `long long' or `double', depending on
4917         size of long and whether long long is available.
4918
4919 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
4920
4921         * sysdep.h: Also check size of short for int32_t.
4922
4923 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
4924
4925         * host.c (lookup_host): Use u_int32_t to store the result of
4926         inet_addr().  That removes the need for offset fiddling, caring
4927         about endian-ness, etc.
4928
4929         * sysdep.h: Define int32_t and u_int32_t if not available.
4930
4931 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
4932
4933         * ftp-basic.c (ftp_epsv): Use socklen_t * as the third argument to
4934         getpeername.
4935
4936         * config.h.in: Define socklen_t stub.
4937
4938         * host.c (sockaddr_len): Return socklen_t.
4939
4940         * connect.c (conaddr): Use socklen_t as the third argument to
4941         accept, getsockname, and connect.
4942
4943 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
4944
4945         * recur.c (retrieve_tree): Don't descend into documents that are
4946         not expected to contain HTML, regardless of their content-type.
4947
4948         * html-url.c (tag_url_attributes): Record which attributes are
4949         supposed to yield HTML links that can be followed.
4950         (tag_find_urls): Propagate that information to the caller through
4951         struct urlpos.
4952
4953 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
4954
4955         * hash.c (find_mapping): Return the next available mapping when
4956         the key is not found, not NULL.
4957         (hash_table_put): Use find_mapping to find the storage for the new
4958         data.
4959         (hash_table_put): Grow the table before exceeding maximum
4960         fullness, not afterwards.
4961
4962 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
4963
4964         * hash.c (hash_table_new): Slightly change the meaning of the
4965         first parameter.  Instead of being the minimum initial size, it is
4966         now the minimum number of items that the hash table can take
4967         without needing to resize.
4968
4969 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
4970
4971         * html-url.c (init_interesting): Initialize interesting_tags and
4972         interesting_attributes as hash tables.  This simplifies the code
4973         immensely because hash tables handle allocation and remove
4974         duplicates automatically.
4975         (find_tag): Removed.
4976         (collect_tags_mapper): Instead of calling find_tag, simply get the
4977         entry from interesting_tags hash table, which is both simpler and
4978         faster.
4979
4980 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
4981
4982         * hash.c (hash_table_get): Declare hash-table argument as const.
4983         (find_mapping): Ditto.
4984         (hash_table_get_pair): Ditto.
4985         (hash_table_contains): Ditto.
4986         (hash_table_count): Ditto.
4987
4988 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4989
4990         * html-url.c (get_urls_html): Parse the appropriate flags to
4991         html-parse.c.
4992
4993         * html-parse.c (map_html_tags): Accept FLAGS from the caller
4994         instead of examining OPT.
4995
4996 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
4997
4998         * html-url.c (find_tag): Switch to binary search.
4999
5000 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
5001
5002         * main.c (print_help): Fix typo; stured -> stored.
5003
5004 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
5005
5006         * getopt.c: Add definitions of getopt_long and getopt_long_only.
5007
5008 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
5009
5010         * config.h.in: Renamed DEBUG to ENABLE_DEBUG.  ENABLE_DEBUG is, I
5011         think, a better name, because it implies that debugging output is
5012         merely possible, not "on by default", as might be construed from
5013         just DEBUG.
5014
5015 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
5016
5017         * ftp.c (has_insecure_name_p): Define it here.
5018
5019         * utils.c (has_wildcards_p): Define it here.
5020
5021         * sysdep.h: Declare fnmatch-related macros here, if not using
5022         system fnmatch().  Update .c files to not declare fnmatch.h
5023         directly.
5024
5025         * cmpt.c (fnmatch): Moved here.  Use it only under non-GNU libc.
5026
5027 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
5028
5029         * getopt.c: Newer version, imported from Free libit.
5030
5031 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
5032
5033         * cookies.c (struct cookie): Remove unused backpointer to cookie
5034         jar.
5035
5036 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
5037
5038         * cmpt.c (memmove): Comment out, since it's no longer used.
5039
5040         * cookies.c (cookie_jar_generate_cookie_header): Allocate room for
5041         chains in one pass.
5042         (find_chains_of_host): Assume that the caller has allocated DEST
5043         to be sufficiently large to take all the data.
5044         (eliminate_dups): Run through the array and eliminate dups on the
5045         fly instead of using memmove.
5046         (cookie_jar_process_set_cookie): Free cookie->domain before
5047         re-setting it.
5048
5049 2003-10-05  Gisle Vanem  <giva@bgnett.no>
5050
5051         * mswindows.c (set_sleep_mode): Fix type of
5052         _SetThreadExecutionState.
5053
5054 2003-10-05  Hrvoje Niksic  <hniksic@xemacs.org>
5055
5056         * utils.c (file_size): Return -1 if fopen() returns NULL.  Prior
5057         to this patch, wget --post-file=nosuchfile dumped core.
5058
5059 2003-10-04  Gisle Vanem  <giva@bgnett.no>
5060
5061         * mswindows.c (run_with_timeout): Use WaitForSingleObject to wait
5062         for thread termination.
5063
5064 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
5065
5066         * log.c: Use `...' in function definitions; ansi2knr will convert
5067         them to va_dcl.  This allowed removal of the ugly VA_START_1 and
5068         VA_START_2 macros.
5069
5070 2003-10-03  Gisle Vanem  <giva@bgnett.no>
5071
5072         * connect.c: And don't include them here.
5073
5074         * mswindows.h: Include winsock headers here.
5075
5076 2003-10-03  Hrvoje Niksic  <hniksic@xemacs.org>
5077
5078         * html-parse.c (convert_and_copy): Move variable declarations
5079         before statements.
5080
5081 2003-10-02  Gisle Vanem  <giva@bgnett.no>
5082         
5083         * mswindows.c (run_with_timeout): For Windows: Run the 'fun' in a
5084         thread via a helper function. Continually query the thread's
5085         exit-code until finished or timed out.
5086
5087 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
5088
5089         * wget.h (XMALLOC_ARRAY): Removed.
5090         (ALLOCA_ARRAY): Ditto.
5091
5092         * html-parse.c: Renamed alloca_p to resized.
5093         (GROW_ARRAY): Renamed DO_REALLOC_FROM_ALLOCA to GROW_ARRAY and
5094         returned it to html-parse.c, since nothing else was using it.
5095
5096 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
5097
5098         * retr.c (retrieve_url): Initialize DUMMY storage for DT.  Caught
5099         by valgrind.
5100
5101 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
5102
5103         * html-parse.c (convert_and_copy): Handle numeric entities in
5104         hexadecimal, &#xHH.
5105         (convert_and_copy): Copy the contents directly to the pool without
5106         a stack-allocated intermediary.
5107
5108 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
5109
5110         * utils.c (alarm_set): New function; use either setitimer or alarm
5111         to set up the alarm.
5112         (alarm_cancel): New function; cancel the alarm set up by
5113         alarm_set.
5114         (run_with_timeout): Use them.
5115
5116 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
5117
5118         * url.c (url_parse): Don't leak memory when a reencoded URL turns
5119         out to be invalid.
5120
5121         * url.c (parse_errors): Mark error messages for translation.
5122         (url_error): Translate error messages returned to the caller.
5123
5124 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
5125
5126         * ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up
5127         the compiler.
5128
5129 2003-09-26  Gisle Vanem  <giva@bgnett.no>
5130
5131         * src/mswindows.c: Added ws_percenttitle() showing progress in the
5132         window titlebar. Called from retr.c. Secured ws_mypath().
5133
5134         * windows/config.h.ms: alloca() prototype not needed.  Removed
5135         "#undef ENABLE_NLS"; should be in Makefile IMHO. Moved
5136         WGET_USE_STDARG from mswindows.h to config.ms.h because of #ifdef
5137         in log.c. (MSVC's vararg.h and stdarg.h are incompatible).
5138
5139 2003-09-29  Aaron Hawley <Aaron.Hawley@uvm.edu>
5140
5141         * ftp.c (getftp): --spider option should now work with FTP
5142         downloads.
5143         (ftp_loop_internal): quiet reports and calculations of downloads
5144         when --spider option set, nor try deleting when --delete-after
5145         also set.
5146         (ftp_loop): --spider will skip HTML-ification of .listing file.
5147
5148 2003-09-26  Gisle Vanem  <giva@bgnett.no>
5149
5150         * mswindows.c (read_registry): Removed.
5151         (set_sleep_mode): New function.
5152         (windows_main_junk): Call it.
5153
5154 2003-09-26  Gisle Vanem  <giva@bgnett.no>
5155
5156         * mswindows.c (read_registry): Fix invocation of registry
5157         functions.
5158
5159         * mswindows.c (read_registry): Condition definitions of sleep and
5160         usleep with not HAVE_SLEEP and HAVE_USLEEP respectively.  Define
5161         HAVE_SLEEP and HAVE_USLEEP under __DMC__.
5162
5163 2003-09-24  Hrvoje Niksic  <hniksic@xemacs.org>
5164
5165         * url.c (url_escape_1): Revert unintentional change to lowercase
5166         xdigit escapes.
5167         (url_escape_dir): Document that this function depends on the
5168         output of url_escape_1.
5169
5170 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
5171
5172         * progress.c (create_image): Print the current ETA if we're done
5173         with the download.
5174         (create_image): Change '-' display char to '+' in the progress bar.
5175
5176         * Makefile.in (clean): Remove .libs.
5177
5178 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
5179
5180         * cookies.c (struct cookie): New flag domain_exact.
5181         (update_cookie_field): Skip leading dot in domain.
5182         (find_matching_chains): Match numeric addresses exactly; don't
5183         needlessly copy HOST to the stack.
5184         (matching_cookie): Added argument HOST.  If cookie->domain_exact
5185         is set, check that HOST is equal to cookie->domain.
5186         (cookie_jar_load): Only use TAB as delimiter.  Document the
5187         meaning of DOMAIN-FLAG.  Skip leading dot in domain.
5188         (cookie_jar_load): Don't ignore DOMAIN-FLAG -- instead, set
5189         domain_exact to true if DOMAIN-FLAG is false.
5190         (save_cookies_mapper): If domain_exact is false, prepend the
5191         domain with dot, like Mozilla does.
5192
5193 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
5194
5195         * progress.c (create_image): Print the initial part of the
5196         download with '-' characters, analogous to how dot progress prints
5197         the initial part with ','.
5198
5199         * hash.c (ptrhash): New function.
5200         (ptrcmp): Ditto.
5201         (hash_table_new): Default to identity hash table.
5202
5203 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
5204
5205         * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
5206         broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
5207         to unsigned short instead.
5208
5209 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
5210
5211         * url.c (path_simplify): Instead of calls to memmove, handle "./"
5212         and "../" by advancing pointers.
5213
5214 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
5215
5216         * retr.c (getproxy): Moved from url.c.
5217
5218         * convert.c: Split off link conversion from url.c into separate
5219         file.  Also included the book-keeping stuff from recur.c.
5220
5221 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5222
5223         * init.c: Improved documentation of functions.
5224         (cmd_boolean): Attempt to make code that tries to avoid calling
5225         strcmp for "speed" a bit more readable.
5226
5227         * init.c (simple_atof): Report error on encountering non-digit,
5228         non-"." character.
5229         (simple_atoi): Replacement for myatoi(), calling interface
5230         compatible with simple_atof.  Updated myatoi's callers.
5231
5232 2003-09-21  Bertrand Demiddelaer  <bert@b3rt.org>
5233
5234         * url.c (path_simplify): Would read two bytes past the end of the
5235         string in the "./" case.
5236
5237 2003-09-21  Matthew J. Mellon  <mellon@tymenet.com>
5238
5239         * http.c (gethttp): Recognize content-type "application/xhtml+xml"
5240         as what Wget considers "text/html".
5241
5242 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5243
5244         * connect.c (connect_with_timeout): Made timeout type double.
5245
5246         * options.h (struct options): New members read_timeout,
5247         dns_timeout, and connect_timeout.
5248         Use them.
5249
5250 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5251
5252         * init.c (simple_atof): New function.
5253         (cmd_time): Use it.
5254         (cmd_bytes): Accept things like "1.5k" and such.  Use simple_atof
5255         to parse decimals.
5256
5257         * retr.c (limit_bandwidth): Adjust each sleep by the error of the
5258         previous one.
5259
5260 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5261
5262         * main.c (main): Use setoptval() for setting the options.  Use
5263         run_command for `-e'.
5264
5265         * init.c (parse_line): Rewritten to return COMIND right away.
5266         Changed linkage to static.
5267         (run_wgetrc): Use the available comind when calling setval, so it
5268         doesn't have to be computed twice.
5269         (setval_internal): New function, runs the command's action without
5270         any error checking.
5271         (setoptval): New function, does what setval used to do, but exits
5272         in case of error.
5273         (run_command): New function.
5274
5275 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
5276
5277         * connect.c (select_fd): Change MAXTIME's type to double.  Handle
5278         its decimal part.
5279
5280         * retr.c (sleep_between_retrievals): In the random-wait case, use
5281         random_float() to wait between 0 and 2*opt.wait seconds.
5282
5283         * utils.c (run_with_timeout): Accept `double' timeouts.  Correctly
5284         handle timeout values in (0, 1) range.
5285         (random_float): New function.
5286
5287         * options.h (struct options): Change the types of wait, waitretry,
5288         and timeout to double.
5289
5290         * init.c (cmd_time): Accept floating point time.
5291
5292 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
5293
5294         * retr.c (get_contents): Cosmetic fixes.
5295
5296 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
5297
5298         * url.c (uri_merge): Get rid of uri_merge_1.
5299         (uri_merge): Merge "foo//", "bar" as "foo//bar", not "foo///bar",
5300         i.e. don't add an extra slash merely because BASE ends with two
5301         slashes.
5302         (parse_credentials): Renamed from parse_uname.  Rewrittern in
5303         standard [beg, end) calling style.
5304         (url_skip_credentials): Renamed from url_skip_uname.  Made static.
5305         (url_skip_credentials): Include # and ; as terminators.  Old code
5306         would mistakenly consider "http://foo.com#hniksic@iskon.hr" to
5307         contain a username.
5308         (url_skip_scheme): Removed because it was unused.
5309         (url_has_scheme): Require "scheme" to be at least one char long.
5310
5311 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
5312
5313         * url.c (url_file_name): Expect NULL dir_prefix.
5314
5315         * init.c (cmd_file): Use a macro to prevent multiple #ifdef
5316         WINDOWS.
5317         (defaults): Set dir_prefix to NULL by default.
5318
5319 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
5320
5321         * safe-ctype.h (_sch_test): Cast BIT to unsigned char, like latest
5322         gcc does.
5323
5324 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
5325
5326         * wget.h (BOUNDED_TO_ALLOCA): Evaluate PLACE only once.
5327         (ARRAY_SIZE): Renamed to countof.  All callers updated.
5328
5329 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
5330
5331         * main.c (main): New option --strict-comments.
5332
5333         * html-parse.c (find_comment_end): New function: simple BM search
5334         for "-->".
5335         (map_html_tags): Use it if looking at a comment and not in strict
5336         comments mode.
5337
5338 2003-09-17  Aurelien Marchand  <artaxerxes@users.sf.net>
5339
5340         * ftp.h: Added OS400 system in enum
5341         * ftp-basic.c: recognize OS400 systems
5342         * ftp.c: don't prepend the CWD if talking to OS400, since it
5343         breaks the change in library
5344
5345 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
5346
5347         * retr.c (get_contents): Pass the correct argument to ssl_iread.
5348
5349 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
5350
5351         * safe-ctype.h: Don't #define ctype.h macros to errors because
5352         that loses when someone #include's ctype.h after safe-ctype.h.
5353
5354 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
5355
5356         * url.c: Undef U, W, C after use.
5357
5358 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
5359
5360         * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
5361         be augmented by ",nocontrol" which means don't escape the control
5362         characters, but otherwise keep OS settings.
5363
5364         * url.c (file_unsafe_char): Deleted.
5365         (append_uri_pathel): Query filechr_table directly.
5366         (filechr_table): Separated Unix, Windows, and control-unsafe
5367         characters.
5368
5369 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
5370
5371         * url.c (url_escape_1): New function.
5372         (url_escape): Use it.
5373         (sync_path): Handle pathological cases where u->file and u->dir
5374         contain really strange characters.
5375         (ENCODE): Deleted.
5376         (REENCODE): Deleted.
5377
5378 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
5379
5380         * url.c (url_file_name): Don't reallocate FNAME if the file
5381         doesn't exist, as is usually the case.
5382
5383         * utils.c (unique_name): New flag allow_passthrough.
5384
5385 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
5386
5387         * utils.c (wtimer_sys_diff): Convert the time difference to signed
5388         __int64, then to double.  This works around MS VC++ 6 which can't
5389         convert unsigned __int64 to double directly.
5390
5391 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
5392
5393         * Makefile.in (clean): Also remove the core.<number> files
5394         produced by recent Linux systems.
5395
5396 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
5397
5398         * http.c (post_file): Don't pad the file if it's not large
5399         enough.  Bail out instead.
5400
5401 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5402
5403         * retr.c (get_contents): Reduce the buffer size to the amount of
5404         data that may pass through for one second.  This prevents long
5405         sleeps when limiting bandwidth.
5406
5407         * connect.c (connect_to_one): Reduce the socket's RCVBUF when
5408         bandwidth limitation to small values is requested.
5409
5410 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5411
5412         * progress.c (update_speed_ring): Moved the speed ring update to a
5413         separate function and documented it better.
5414
5415         * progress.c: Use `double' for most timers to support granularity
5416         smaller than 1ms.
5417
5418 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5419
5420         * wget.h (XDIGIT_TO_XCHAR): Implement as index into a literal
5421         string.
5422         (XDIGIT_TO_xchar): Ditto.
5423
5424 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5425
5426         * utils.c: Change the type of timer-related functions from long to
5427         double, for better precision.  On machines supporting gettimeofday
5428         the timers now work with granularity of less than one millisecond.
5429
5430 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5431
5432         * cookies.c (parse_set_cookies): Fixed the parser to handle more
5433         edge conditions.
5434         (test_cookies): New function, contains a test suite for
5435         parse_set_cookies.
5436
5437 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5438
5439         * url.c (strpbrk_or_eos): Implement as a macro under Gcc.
5440
5441 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
5442
5443         * cookies.c (parse_set_cookies): Allow trailing space in
5444         set-cookies header.  Also, allow any amount of whitespace, not
5445         only one character.  Allow empty set-cookies header without
5446         spewing an error.
5447
5448 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
5449
5450         * url.c (append_uri_pathel): Use opt.restrict_file_names when
5451         calling file_unsafe_char.
5452
5453         * init.c: New command restrict_file_names.
5454
5455         * main.c (main): New option --restrict-file-names[=windows,unix].
5456
5457         * url.c (url_file_name): Renamed from url_filename.
5458         (url_file_name): Add directory and hostdir prefix here, not in
5459         mkstruct.
5460         (append_dir_structure): New function, does part of the work that
5461         used to be in mkstruct.  Iterates over path elements in u->path,
5462         calling append_uri_pathel on each one to append it to the file
5463         name.
5464         (append_uri_pathel): URL-unescape a path element and reencode it
5465         with a different set of rules, more appropriate for handling of
5466         files.
5467         (file_unsafe_char): New function, uses a lookup table to decide
5468         whether a character should be escaped for use in file name.
5469         (append_string): New utility function.
5470         (append_char): Ditto.
5471         (file_unsafe_char): New argument restrict_for_windows, decide
5472         whether Windows file names should be escaped in run-time.
5473
5474         * connect.c: Include <stdlib.h> to get prototype for abort().
5475
5476 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
5477
5478         * utils.c (wtimer_sys_set): Extracted the code that sets the
5479         current time here.
5480         (wtimer_reset): Call it.
5481         (wtimer_sys_diff): Extracted the code that calculates the
5482         difference between two system times here.
5483         (wtimer_elapsed): Call it.
5484         (wtimer_elapsed): Don't return a value smaller than the previous
5485         one, which could previously happen when system time is set back.
5486         Instead, reset start time to current time and note the elapsed
5487         offset for future calculations.  The returned times are now
5488         guaranteed to be monotonically nondecreasing.
5489
5490 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
5491
5492         * host.c (lookup_host): Print the result of the DNS lookup.
5493
5494 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
5495
5496         * init.c (cmd_boolean): Accept yes/no along with on/off.
5497         (cmd_lockable_boolean): Ditto.
5498
5499 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
5500
5501         * init.c: New command dns_cache.
5502
5503         * main.c (main): New option --dns-cache[=off].
5504
5505 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
5506
5507         * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
5508
5509         * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
5510         HAVE_GETADDRINFO for getaddrinfo-related stuff.
5511
5512 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
5513
5514         * url.c (url_parse): Return an error if the URL contains a [...]
5515         IPv6 numeric address and we don't support IPv6.
5516
5517 2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
5518
5519         * url.c (is_valid_ipv6_address): Modified to not require
5520         zero-terminated strings.
5521         (is_valid_ipv4_address): Ditto.
5522
5523 2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
5524
5525         src/url.c: added RFC 2732 compliance for URL parsing. The
5526         functions is_*_address valid are a modified version of
5527         glibc 2.3.2 inet_pton's code.
5528
5529 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
5530
5531         * main.c init.c options.h: Added --retry-connrefused option so
5532         that Connection Refused failures are treated as non-fatal (when
5533         trying to retrieve from busy servers).
5534
5535         * wget.h: New CONNECT_ERROR macro for encapsulating this
5536         modification.
5537
5538         * ftp.c http.c : Use CONNECT_ERROR macro in places where
5539         ECONNREFUSED was checked.
5540
5541 2003-01-11  Ian Abbott  <abbotti@mev.co.uk>
5542
5543         * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined
5544         by calling new function has_insecure_name_p.  This is based on a
5545         patch by Red Hat.
5546
5547         * fnmatch.c (has_insecure_name_p): New function: returns non-zero
5548         if filename starts with `/' or contains `../' and is therefore
5549         considered insecure.
5550
5551         * fnmatch.h: Declare has_insecure_name_p().
5552
5553 2002-08-03  Hrvoje Niksic  <hniksic@xemacs.org>
5554
5555         * init.c (cmd_file): Allocate RESULT correctly.
5556
5557 2002-07-24  Hrvoje Niksic  <hniksic@xemacs.org>
5558
5559         * recur.c (retrieve_tree): Check whether downloaded_html_set is
5560         non-NULL before using it.
5561
5562 2002-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
5563
5564         * html-parse.c (NAME_CHAR_P): Allow almost any character here.
5565
5566 2002-05-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5567
5568         * progress.c (bar_set_params): Fall back to dot progress if the
5569         terminal type is "emacs".
5570
5571 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
5572
5573         * log.c: Don't #undef WGET_USE_STDARG.
5574
5575 2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
5576
5577         * hash.c (prime_size): Store the offset of the prime number in the
5578         prime table.  When searching, start with the given offset.
5579         (hash_table_new): Pass the pointer to ht->prime_offset to
5580         prime_size.
5581         (grow_hash_table): Ditto.
5582         (prime_size): Make 13 the first prime to make empty hash tables
5583         slightly smaller.
5584
5585 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
5586
5587         * recur.c (download_child_p): Minor optimization to avoid an
5588         unnecessary additional call to schemes_are_similar_p function.
5589
5590 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
5591
5592         * url.c (schemes_are_similar_p): New function to test enumerated
5593         scheme codes for similarity.
5594
5595         * url.h: Declare it.
5596
5597         * recur.c (download_child_p): Use it to compare schemes.  This
5598         also fixes a bug that allows hosts to be spanned (without the
5599         -H option) when the parent scheme is https and the child's is
5600         http or vice versa.
5601
5602 2002-05-14  Bill Richardson  <bill@riverstonenet.com>
5603
5604         * ftp.c (getftp): Don't ftruncate stdout.
5605
5606         * http.c (gethttp): Don't ftruncate stdout.
5607
5608 2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
5609
5610         * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
5611         (get_number): Ditto.
5612         (get_alt_number): Ditto.
5613         (__isleap): New function-like macro used by strptime.
5614         (day_of_the_week): New function used by strptime.
5615         (day_of_the_year): Ditto.
5616         (__mon_yday): Now shared by mktime and strptime implementations.
5617
5618 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
5619
5620         * cookies.c (check_domain_match): Use match_tail in case
5621         insensitive mode.
5622
5623         * utils.c (match_tail): Allow the caller to specify case
5624         insensitive mode.
5625
5626         * cookies.c (store_cookie): When expiry_time is 0, print it as
5627         undefined, not indefinite.
5628
5629 2002-05-07  Ian Abbott  <abbotti@mev.co.uk>
5630
5631         * cookies.c (cookie_jar_process_set_cookie): Do not store
5632         discarded cookie.
5633
5634 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
5635
5636         * cookies.c (check_domain_match): Allow cookies to be set for
5637         subdomains of unknown top-level domains under some circumstances.
5638
5639 2002-04-21  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
5640
5641         * gen_ssl.c:
5642         - allow checking of server cert
5643         - allow defining client cert type
5644         - allow limit of ssl protocol
5645         - check more return values
5646         - added debug message on break
5647
5648 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
5649
5650         * recur.c (download_child_p): Revert order of items in check
5651         number 6 for clarity.
5652
5653 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
5654
5655         * init.c: Ditto.
5656
5657         * main.c: Ditto.
5658
5659         * http.c: Use the new interface.
5660
5661         * cookies.c: Provide an OO-style "cookie jar" interface to enable
5662         separate cookie jars.
5663
5664         * http.c (http_atotm): Declare argument as const.
5665
5666 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
5667
5668         * cookies.c (cookie_new): Default to PORT_ANY.
5669         (find_cookie_chain_exact): Only search by DOMAIN.
5670         (find_matching_cookie): Also check that PORT matches.
5671         (store_cookie): Only match the domain.
5672         (set_cookie_header_cb): When a cookie "fakes" a domain, assume it
5673         is valid for that host rather than discarding it completely.
5674         (find_matching_chains): Don't search by PORT.
5675         (matching_cookie): Also match PORT.
5676         (load_cookies): Set the port if specified, otherwise leave it as
5677         ANY.
5678         (save_cookies_mapper): Save the port if specified, otherwise leave
5679         it empty.
5680
5681 2002-04-19  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
5682
5683         * init.c: The option `egdfile' was not in sort order.
5684
5685 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
5686
5687         * ftp.c (getftp): Treat directories that begin with <letter>: as
5688         absolute.
5689         (getftp): Strip trailing slashes from con->id before merging it
5690         with TARGET.
5691
5692 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
5693
5694         * http.c (gethttp): If Content-Type is not given, assume
5695         text/html.
5696
5697 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
5698
5699         * recur.c (download_child_p): Don't ignore rejection of HTML
5700         documents that are themselves leaves of recursion.
5701
5702 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
5703
5704         Makefile.in: Updated several dependencies for object files to take
5705         account of nested include files.
5706
5707 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
5708
5709         Makefile.in: The target `connect$o' (connect.o) now depends on
5710         `utils.h'
5711
5712 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
5713
5714         * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
5715         (gethostbyname_with_timeout): Use it.
5716
5717         * utils.c: Don't define `SETJMP()', `run_with_timeout_env' or
5718         `abort_run_with_timeout()' when `USE_SIGNAL_TIMEOUT' is undefined.
5719
5720 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
5721
5722         * host.c (getaddrinfo_with_timeout): New function.
5723         (gethostbyname_with_timeout): Ditto.
5724         (lookup_host): Use them.
5725
5726 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5727
5728         * utils.c (number_to_string): Handle the case when n < -INT_MAX.
5729
5730 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5731
5732         * init.c (comind): Use a marginally faster implementation of
5733         binary search.  To quote Martin Buchholz, "a nanosecond saved is a
5734         nanosecond earned."
5735
5736 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5737
5738         * main.c (print_help): Document `--post-data' and `--post-file'.
5739
5740 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5741
5742         * http.c (gethttp): Ditto.
5743
5744         * retr.c (retrieve_url): Initialize variables to appease the
5745         compiler.
5746
5747         * gen_sslfunc.c (ssl_iread): Don't handle EINTR when calling
5748         select_fd.
5749         (ssl_iwrite): Ditto.
5750
5751         * connect.c (select_fd): Rewrite to handle EINTR.  Set errno to
5752         ETIMEDOUT in case of timeout.
5753         (iread): No need to handle EINTR when calling select_fd.
5754         (iwrite): Ditto.
5755
5756 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5757
5758         * retr.c (retrieve_url): Make sure that POST is not honored for
5759         redirections.
5760
5761         * http.c (gethttp): Send the POST data when requested.
5762         (post_file): New function.
5763         (gethttp): Use it.
5764
5765         * main.c (main): Ditto.
5766
5767         * init.c: Add new options.
5768
5769         * options.h (struct options): New options post_data and
5770         post_file_name.
5771
5772 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5773
5774         * connect.c (connect_with_timeout): Firing SIGALRM can result in
5775         connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
5776
5777 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5778
5779         * connect.c (connect_with_timeout): Use it.
5780
5781         * utils.c (run_with_timeout): New function.
5782
5783 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5784
5785         * url.c (getproxy): Accept a struct url argument.  This obviates
5786         the need for USE_PROXY_P.
5787
5788         * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
5789
5790         * ftp.c (getftp): Recognize FWTK-style proxy.
5791
5792 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5793
5794         * config.h.in: Only define _VA_LIST when compiled with gcc.
5795
5796 2002-04012  Ian Abbott  <abbotti@mev.co.uk>
5797
5798         * http.c (http_loop): Compensate for MS Windows two-second
5799         granularity of file modification time when comparing timestamps.
5800
5801         * ftp.c (ftp_retrieve_list): Ditto.
5802
5803 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
5804
5805         * utils.c (has_html_suffix_p): New function to test filename for
5806         common html extensions.
5807
5808         * utils.h: Declare it.
5809
5810         * http.c (http_loop): Use it instead of previous test.
5811
5812         * retr.c (retrieve_url): Ditto.
5813
5814         * recur.c (download_child_p): Ditto.
5815
5816 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5817
5818         * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
5819         declaring va_list.
5820         From Kevin Rodgers <kevinr@ihs.com>.
5821
5822 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
5823
5824         * Makefile.in: Specify libtool mode explicitly when linking.
5825
5826 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5827
5828         * connect.c (connect_with_timeout): New function.
5829         (connect_to_one): Use it.
5830
5831         * config.h.in: Add stubs for HAVE_SIGSETJMP, HAVE_SIGBLOCK, and
5832         HAVE_SETJMP_H.
5833
5834 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5835
5836         * log.c: Set WGET_USE_STDARG if __STDC__ is defined and stdarg.h
5837         is present.
5838
5839 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5840
5841         * progress.c (bar_create): If INITIAL is larger than TOTAL, fix
5842         TOTAL.
5843         (bar_finish): Likewise.
5844
5845 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5846
5847         * html-url.c (tag_handle_form): New function.  Pick up form
5848         actions and mark them for conversion only.
5849
5850 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5851
5852         * progress.c (struct progress_implementation): Use PARAMS when
5853         declaring the parameters of *create, *update, *finish, and
5854         *set_params.
5855
5856         * netrc.c: Ditto.
5857
5858         * http.c: Reformat some function definitions so that ansi2knr can
5859         read them.
5860
5861         * hash.c (struct hash_table): Use the PARAMS macro around
5862         parameters in the declaration of hash_function and test_function.
5863         (prime_size): Spell 2580823717UL and 3355070839UL as (unsigned
5864         long)0x99d43ea5 and (unsigned long)0xc7fa5177 respectively, so
5865         that pre-ANSI compilers can read them.
5866         (find_mapping): Use PARAMS when declaring EQUALS.
5867         (hash_table_put): Ditto.
5868
5869         * ftp.h: Wrap the parameters of ftp_index declaration in PARAMS.
5870
5871         * cookies.c (cookie_new): Use (unsigned long)0 instead of 0UL,
5872         which was unsupported by pre-ANSI compilers.
5873
5874         From Nelson H. F. Beebe <beebe@math.utah.edu>, for the most part.
5875
5876 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5877
5878         * url.c (url_filename): Use compose_file_name regardless of
5879         whether opt.dirstruct is set.
5880         (mkstruct): Don't handle the query and the reencoding of DIR; that
5881         is done in compose_file_name.
5882
5883 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
5884
5885         * wget.h: Ditto for extern char *exec_name.
5886
5887         * options.h: Don't guard against OPTIONS_DEFINED_HERE -- it is
5888         perfectly legal to follow an `extern' with a non-`extern' ones,
5889         provided the types match.
5890
5891         * main.c: Don't define OPTIONS_DEFINED_HERE.
5892
5893 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
5894
5895         * progress.c (create_image): Revert to calculating ETA based on
5896         average download speed.
5897         (create_image): Don't print ETA until the download has been active
5898         for at least 3 seconds.
5899         (create_image): When ETA is not available, don't print anything.
5900         The previous version would print --:--.
5901
5902 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
5903
5904         * progress.c (bar_update): Keep updating a subinterval until it
5905         reaches or exceeds a watermark.  That way the measurement will be
5906         guaranteed to span a configurable minimum of time.  The current
5907         default is 3s in 30 100ms intervals.
5908
5909 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
5910
5911         * progress.c (bar_update): Maintain an array of the time it took
5912         to perform previous 30 network reads.
5913         (create_image): Calculate the download speed and ETA based on the
5914         last 30 reads, not the entire download.
5915         (create_image): Make sure that the ETA is not changed more than
5916         once per second.
5917
5918 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
5919
5920         * mswindows.c (borland_utime): New function conditionally defined
5921         when `HACK_BCC_UTIME_BUG' is defined.  A reimplementation of
5922         `utime()' as Borland's `utime()' function is broken on Windows 9x
5923         systems.  (Original patch by Chin-yuan Kuo <sr1111111@yahoo.com.tw>.)
5924
5925 2002-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
5926
5927         * ftp.c (ftp_loop): Propagate the result of ftp_retrieve_glob.
5928
5929 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
5930
5931         * Makefile.in: Updated several dependencies for object files.
5932
5933 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
5934
5935         * mswindows.c: Include "utils.h".
5936
5937 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
5938
5939         * host.h: Don't include netdb.h on windows.
5940
5941 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5942
5943         * recur.c (retrieve_tree): Handle the case when start_url doesn't
5944         parse.
5945
5946 2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
5947
5948         * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
5949         calling xmalloc and memcpy.
5950
5951 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5952
5953         * host.h: Include Unix-specific includes #ifndef WINDOWS.
5954         Patch originally provided by Christian Lackas.
5955
5956 2002-02-11  Christian Lackas  <delta@lackas.net>
5957
5958         * recur.c: recurive downloading for https fixed.
5959
5960 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
5961
5962         * host.h: Also include <netinet/in.h> and <sys/socket.h>.
5963
5964         * ftp-basic.c: Also include <netinet/in.h>.
5965
5966 2002-02-05  Ian Abbott  <abbotti@mev.co.uk>
5967
5968         * http.c (gethttp): when -c used, mark already fully retrieved
5969         file as successfully retrieved.
5970
5971 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
5972
5973         * url.c (url_parse): Don't treat '?' as query string separator
5974         when parsing FTP URLs.
5975
5976 2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
5977
5978         * html-url.c (tag_handle_meta): Don't crash on <meta
5979         http-equiv=refresh> where content is missing.
5980
5981 2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
5982
5983         * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
5984         netdb.h on windows.
5985
5986 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
5987
5988         * retr.c (retrieve_url): Remove redirection cycle detection.  This
5989         is because some sites legitimately redirect the user back to the
5990         same location, e.g. after an authorization check performed by
5991         another page.  MAX_REDIRECTIONS is still used to prevent infinite
5992         redirection loops.
5993
5994 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
5995
5996         * http.c (gethttp): Wrap host name in square brackets if it
5997         contains a colon.
5998
5999 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6000
6001         * url.c (url_parse): Allow all hex digits, not only decimal ones,
6002         to form an IP address.
6003
6004 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6005
6006         * url.c (urlchr_table): Make square braces reserved, so we can
6007         parse http://[::1]/.
6008         (url_parse): Handle host in braces.
6009         (url_string): If url->host contains colons, wrap it in braces.
6010
6011 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6012
6013         * connect.c (resolve_bind_address): New function.
6014         (connect_to_one): Use it.
6015         (bindport): Ditto.
6016
6017         * init.c: Don't resolve bind-address here.
6018
6019         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
6020
6021 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6022
6023         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
6024         offset.
6025         (address_list_new): Use map_ipv4_to_ip.
6026         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
6027         in IPv4 context.
6028
6029 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6030
6031         * source: Integrated IPv6 support.
6032         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
6033
6034 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
6035
6036         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
6037         (cmd_directory): New function. Like cmd_file(), but strips
6038         trailing directory separators.
6039         (commands): Change action for "dirprefix" from `cmd_file' to
6040         `cmd_directory'.
6041
6042         * utils.c (make_directory): Allow intermediate `mkdir' calls to
6043         fail, as not all path components that do not exist should be
6044         directory components, especially under Windows.
6045
6046 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
6047
6048         * netrc.c (parse_netrc): Skip leading whitespace before testing
6049         whether the line is empty.  Empty lines still contain the line
6050         terminator.
6051
6052 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
6053
6054         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
6055         only if no data is pending in SSL buffers.
6056         From tony@bluetail.com.
6057
6058 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
6059
6060         * headers.c (header_get): Strip trailing whitespace from the
6061         header.
6062
6063 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
6064
6065         * url.c (parse_uname): URL-decode *USER and *PASSWD.
6066
6067 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
6068
6069         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
6070         starts with "//").
6071
6072 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
6073
6074         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
6075         error.
6076
6077 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6078
6079         * version.c: Wget 1.8.1 is released.
6080
6081 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6082
6083         * version.c: Wget 1.8.1-pre3 is released.
6084
6085 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6086
6087         * recur.c (retrieve_tree): Enqueue the canonical representation of
6088         start_url, so that the test against dl_url_file_map works.
6089
6090 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6091
6092         * log.c (logputs): Check for requested verbosity before printing
6093         anything.
6094
6095 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6096
6097         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
6098         inline.
6099
6100 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6101
6102         * recur.c (retrieve_tree): Make a copy of file obtained from
6103         dl_url_file_map because the code calls xfree(file) later.
6104
6105 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6106
6107         * recur.c (register_html): Maintain a hash table of HTML files
6108         along with the list.  Disallow duplicates.
6109         (retrieve_tree): Use downloaded_html_set to check whether the file
6110         found in dl_url_file_map is an HTML file, and descend into it if
6111         so.
6112         (convert_all_links): Don't guard against duplicates in
6113         downloaded_html_list, since they are no longer possible.
6114
6115 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
6116
6117         * recur.c (retrieve_tree): Pass on referring URL when retrieving
6118         recursed URL.
6119
6120 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
6121
6122         * version.c: Wget 1.8.1-pre2 is released.
6123
6124 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
6125
6126         * retr.c (sleep_between_retrievals): Simplify indentation.
6127
6128 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
6129
6130         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
6131         of "randomness" at a time.
6132         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
6133
6134         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
6135         random amount averages in opt.wait.
6136         (sleep_between_retrievals): Don't seed the PRNG; random_number
6137         will do that.
6138
6139         * utils.c (random_number): New function.
6140
6141 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
6142
6143         * url.c (path_simplify): Move here from utils.c, and make static.
6144
6145 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6146
6147         * init.c (wgetrc_file_name): Print correct message when loading
6148         getenv("WGETRC") fails.
6149
6150 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6151
6152         * recur.c (register_download): Don't abort when one URL references
6153         two different files.
6154
6155 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6156
6157         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
6158         calling ssl_iwrite.
6159
6160 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6161
6162         * version.c: Wget 1.8.1-pre1 is released.
6163
6164 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6165
6166         * res.c (matches): Fix broken URL in the docstring.
6167
6168 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6169
6170         * html-url.c (tag_url_attributes): Mark <embed href=...> as
6171         external.
6172
6173 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
6174
6175         * url.c (get_urls_file): Cosmetic changes.
6176
6177 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
6178
6179         * html-url.c (append_one_url): Resurrect warning when unable to
6180         resolve a relative link.
6181
6182 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
6183
6184         * html-url.c (collect_tags_mapper): Break into several functions.
6185         (tag_url_attributes): Collect <embed href=...>.
6186
6187 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
6188
6189         * host.c: New type ipv4_address.  Use it consistently instead of
6190         `unsigned char[4]' and `unsigned char *'.
6191         (pretty_print_address): Accept a `const void *', to require even
6192         less casting.
6193
6194 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
6195
6196         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
6197
6198 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6199
6200         * main.c (main): Initialize progress after fork_to_background, so
6201         that it knows when to use dots.
6202
6203         * mswindows.c (ws_hangup): Call log_request_redirect_output.
6204
6205         * utils.c (fork_to_background): Print the PID of the child
6206         process.
6207
6208         * log.c (log_request_redirect_output): Set a flag that output
6209         redirection has been requested.  Doing anything else in a signal
6210         handler is unsafe.
6211         (check_redirect_output): New function: check whether redirection
6212         has been requested and, if so, call redirect_output().
6213         (logputs): Call check_redirect_output.
6214         (logprintf): Ditto.
6215         (debug_logprintf): Ditto.
6216         (redirect_output): Print clearer messages.
6217
6218         * main.c (redirect_output_signal): Don't call
6219         redirect_output_signal directly.  Instead, call
6220         log_request_redirect_output.
6221
6222         * utils.c (memfatal): Ditto.
6223
6224         * progress.c (display_image): Use it.
6225
6226         * log.c (log_set_save_context): New function: allow the caller to
6227         turn off saving log context lines.
6228
6229 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6230
6231         * host.c (address_list_set_faulty): Uncomment a sanity check.
6232
6233 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6234
6235         * utils.c (long_to_string): Return a pointer after where the
6236         number ends.
6237         (long_to_string): Rename to number_to_string.
6238
6239 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6240
6241         * utils.c (path_simplify): Correctly handle the unlikely case that
6242         b starts out as path + 1.
6243
6244 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6245
6246         * utils.c (path_simplify): Rewrite, with better comments, and
6247         without the use of strcpy to move overlapping blocks.
6248
6249 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6250
6251         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
6252         valid progress type before setting it.
6253
6254 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6255
6256         * main.c (main): Remove stray debugging message.
6257
6258 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6259
6260         * progress.c (create_image): Fix ETA padding when hours are prined.
6261
6262 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6263
6264         * version.c: Wget 1.8 is released.
6265
6266 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
6267
6268         * url.c (reencode_string): Declare static.
6269
6270         * res.c (registered_specs): Declare static.
6271
6272         * progress.c (current_impl_locked): Declare static.
6273
6274         * log.c (flush_log_p): Declare static.
6275         (needs_flushing): Ditto.
6276
6277         * http.c (digest_authentication_encode): Declare static.
6278
6279         * html-url.c (init_interesting): Declare static.
6280
6281         * host.c (host_name_addresses_map): Declare static.
6282
6283         * cookies.c (find_matching_chains): Declare static.
6284
6285         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
6286         indicated by lint.
6287
6288         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
6289
6290         * host.c (address_list_set_faulty): Document that INDEX is
6291         currently unused.
6292
6293         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
6294
6295 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
6296
6297         * version.c: Wget 1.8-pre2 is released.
6298
6299 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6300
6301         * progress.c (progress_handle_sigwinch): Set up the signal again.
6302
6303         * utils.c: Include <sys/termios.h>, where Solaris defines
6304         TIOCGWINSZ.
6305
6306         * progress.c (bar_create): Don't use the last column on the screen.
6307         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
6308         only until it exceeded them.
6309
6310 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6311
6312         * version.c: Wget 1.8-pre1 is released.
6313
6314 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6315
6316         * progress.c (progress_create): Make sure that, when the output is
6317         redirected, the progress implementation gets changed to the
6318         fallback one.
6319         (bar_set_params): Set current_impl_locked to 1 when "force" is
6320         specified.
6321         (progress_create): Don't change the progress implementation if
6322         current_impl_locked is non-zero.
6323
6324         * main.c (redirect_output_signal): Call
6325         progress_schedule_redirect.
6326
6327         * progress.c (progress_schedule_redirect): New function.
6328
6329 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6330
6331         * log.c (logvprintf): Restructure to allow being called multiple
6332         times.
6333         (logprintf): Call logvprintf in a loop.
6334         (debug_logprintf): Ditto.
6335
6336 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6337
6338         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
6339         setting egd_file it to empty string.
6340
6341         * main.c (main): Change the option name from --sslegdsock to
6342         --egd-file.
6343
6344 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6345
6346         * gen_sslfunc.c (ssl_init_prng): Make the printed message
6347         translatable.
6348
6349 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6350
6351         * url.c (scheme_disable): New function.
6352
6353         * main.c (main): Call ssl_init_prng from here rather than from
6354         init_ssl, so that it has a chance to disable support for https
6355         before a URL has been resolved.
6356
6357         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
6358         failed.
6359         (ssl_init_prng): Disable support for https if seeding the PRNG
6360         fails.
6361
6362 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6363
6364         * utils.c (read_whole_line): Handle lines beginning with \0.
6365
6366 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
6367
6368         * recur.c (convert_all_links): Guard against duplicates in
6369         downloaded_html_files.
6370         (register_download): Don't invalidate similar-looking URLs.
6371         (match_except_index): New function.
6372
6373 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
6374
6375         * utils.c (path_simplify): Document with test cases.
6376
6377 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
6378
6379         * gen_sslfunc.c: Ditto.
6380
6381         * rbuf.c: Include <string.h>.
6382
6383 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
6384
6385         * recur.c (retrieve_tree): Check whether the URL was already
6386         downloaded before downloading it again.
6387         (descend_child_p): Renamed to download_child_p.
6388         (register_download): When one URL is downloaded to a file already
6389         "owned" by another URL, delete all references that map any URL to
6390         that file.
6391         (register_delete_file): New function.
6392         (retrieve_tree): Use it after deleting a file.
6393
6394         * url.c (url_parse): Re-canonicalize the URL also if the path is
6395         empty, so that e.g. "http://www.server.com" ->
6396         "http://www.server.com/".
6397         (lowercase_str): Use ISUPPER instead of !ISLOWER.
6398
6399         * retr.c (retrieve_url): Use the canonical URL form when calling
6400         register_download().
6401
6402 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
6403
6404         * snprintf.c (dopr): Use `unsigned int' as the second argument to
6405         va_arg when casting to `unsigned short' is intended.
6406
6407 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
6408
6409         * gen_sslfunc.c: on windows provide ssl crypto random 
6410           initialization through RAND_screen(); could possibly
6411           be not enough for strong ssl communication (see the 
6412           relevant manual page from the openssl package).
6413
6414 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
6415
6416         * url.c (local_quote_string): Reenable quoting of question marks,
6417         but only when `--html-extension' is used.
6418
6419 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6420
6421         * version.c: Wget 1.8-beta3 is released.
6422
6423 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6424
6425         * snprintf.c (dopr): Cast the result of va_arg to short int and
6426         short unsigned int where these types are expected to be used.
6427
6428 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6429
6430         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
6431         with `int' when using it as the second argument to `va_arg'.
6432
6433 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6434
6435         * host.c (address_list_new_one): New function.
6436         (lookup_host): Use it.
6437
6438 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
6439
6440         * host.c (lookup_host): Don't initialize TMPSTORE directly because
6441         it's not legal C.
6442
6443 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6444
6445         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
6446         the socket data.
6447
6448         * ftp.c: Ditto.
6449
6450         * http.c: No need to declare h_errno.
6451
6452         * host.c: Declare h_errno.
6453
6454 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
6455
6456         * utils.c (file_merge): If BASE doesn't contain a slash, just
6457         return a copy of FILE.
6458
6459 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
6460
6461         * version.c: Wget 1.8-beta2 is released.
6462
6463 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6464
6465         * ftp.c (getftp): When PWD fails, assume "/".
6466
6467         * ftp-basic.c (ftp_syst): Fix indentation.
6468
6469 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6470
6471         * url.c (get_urls_file): If opt.base_href is specified, merge each
6472         URL with the base.
6473
6474 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6475
6476         * main.c (print_help): Don't document the removed `-nh'.
6477
6478 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6479
6480         * url.c (url_full_path): Document better.
6481
6482         * http.c (gethttp): Use the full path when creating digest
6483         authorization.
6484
6485 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6486
6487         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
6488         '/'.
6489
6490 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6491
6492         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
6493         PREFIX does.
6494
6495 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6496
6497         * cookies.c (check_domain_match): Reimplement to match Netscape's
6498         "preliminary specification" for cookies.
6499
6500 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6501
6502         * url.c (replace_attr_refresh_hack): New function.
6503         (convert_links): Call replace_attr_refresh_hack for Refresh
6504         links.  It will add the "TMOUT; URL=" junk before the link.
6505
6506         * html-url.c (collect_tags_mapper): Set ID to the ID of the
6507         "content" attribute, not "http-equiv".
6508         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
6509         instead, store the information that this entry belongs to a
6510         "refresh" link.
6511
6512 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6513
6514         * version.c: Wget 1.8-beta1 is released.
6515
6516 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6517
6518         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
6519         depth by more than one.
6520
6521 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
6522
6523         * retr.c (retrieve_url): Don't allow more than 20 redirections.
6524
6525 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
6526
6527         * recur.c (retrieve_tree): Skip the non-inline entries when
6528         enqueuing the children of a leaf HTML node in -p mode.
6529         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
6530         "inline".
6531
6532         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
6533         (collect_tags_mapper): When an entry is "inline", mark it as such.
6534
6535         * recur.c (descend_url_p): Fix test when checking for
6536         acceptance/rejection rules.
6537
6538 2001-10-31 Daniel BODEA <dali@dali-designs.com>
6539
6540         * netrc.c (search_netrc): When slack_default is 0, still look for
6541         an account with matching password, just not the "default account".
6542         HTTP Authorization using .netrc should now work as expected.
6543
6544 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
6545
6546         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
6547         test_socket_open fails.
6548
6549 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
6550
6551         * progress.c (display_image): Just print one CR to reset the
6552         cursor position.
6553
6554 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
6555
6556         * init.c: New command `ssl_egd_sock'.
6557
6558         * main.c (main): New option `--sslegdsock'.
6559
6560         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
6561
6562 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6563
6564         * cmpt.c (memmove): Include a simple memmove implementation.
6565
6566 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6567
6568         * headers: Guard against header files being included twice.
6569
6570 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6571
6572         * gen-md5.c: Use unsigned char * as the buffer argument to
6573         gen_md5_update.
6574
6575 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6576
6577         * connect.h: Declare select_fd.
6578
6579 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6580
6581         * recur.c (descend_url_p): When resolving no_parent, compare with
6582         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
6583         wouldn't be followed, although the download started from /a/.
6584
6585 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
6586
6587         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
6588         MS VC; somebody with Borland compiler please check and provide
6589         patch if possible;
6590
6591         * cmpt.c: provided a usleep emulation.
6592
6593 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6594
6595         * host.c (address_list_new): Initialize al->faulty.
6596
6597 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
6598
6599         * http.c (http_process_range): Accept the broken output of
6600         "JavaWebServer/1.1.1".
6601
6602 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
6603
6604         * progress.c (dot_set_params): If PARAMS is unspecified, use
6605         dot_style, if available.
6606
6607         * init.c: Ditto.
6608
6609         * main.c (main): Resurect --dot-style.
6610
6611         * progress.c (dot_finish): Print the quantity if we're left at the
6612         beginning of a row.
6613
6614 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6615
6616         * cmpt.c (random): Removed.
6617
6618         * retr.c (sleep_between_retrievals): Use the more portable rand()
6619         instead of random().
6620
6621 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
6622
6623         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
6624         prevent seg fault.
6625
6626 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6627
6628         * connect.c (connect_to_many): Use address_list_set_faulty to
6629         prevent the faulty address from being reused.
6630
6631         * host.c (address_list_set_faulty): New function.
6632         (address_list_get_bounds): New function, instead of
6633         address_list_count.
6634
6635 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6636
6637         * url.c (convert_links): Don't translate %d-%d.
6638
6639         * main.c (print_help): Remove stray HAVE_RANDOM code.
6640
6641 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6642
6643         * ftp.c (getftp): Improve output after sending PASV.  Don't
6644         attempt to "look up" the IP address we already know; call
6645         connect_to_one directly.
6646
6647 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6648
6649         * progress.c: Change the default progress implementation to "bar".
6650
6651 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6652
6653         * progress.c (bar_create): Print two newlines.
6654
6655 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
6656
6657         * cmpt.c (random): New function, a simple-minded replacement for
6658         random() on systems that don't have it.
6659
6660 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6661
6662         * config.h.in: Put a HAVE_USLEEP stub.
6663
6664         * cmpt.c (usleep): Replacement implementation of usleep using
6665         select.
6666
6667         * init.c: New option init_rate.
6668
6669         * main.c (main): New option --limit-rate.
6670
6671         * retr.c (limit_bandwidth): New function.
6672         (get_contents): Call it to limit the bandwidth used when
6673         downloading.
6674
6675         * progress.c (dot_update): Would print the wrong download speed on
6676         rows other than the first one when the download was continued.
6677         (dot_finish): Ditto.
6678
6679 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
6680
6681         * http.c (gethttp): fix undeclared variable 'err' when compiled
6682         with HAVE_SSL.
6683
6684 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6685
6686         * progress.c: Don't allocate new timers; use the timing data
6687         propagated from the caller.
6688
6689         * retr.c (get_contents): Allocate and use a timer.
6690
6691 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6692
6693         * http.c (last_host_ip): Made into an address_list.
6694         (invalidate_persistent): Release pc_last_host_ip.
6695         (register_persistent): Use lookup_host.
6696         (persistent_available_p): Check for equality of hosts using
6697         address_list_match_all.  Call address_list_release.
6698         (http_cleanup): New function.
6699
6700         * ftp.c (getftp): Use lookup_host and connect_to_many.
6701
6702         * http.c (gethttp): Use lookup_host and connect_to_many.
6703
6704         * connect.c (make_connection): Removed.
6705         (connect_to_one): New function.
6706         (connect_to_many): Ditto.
6707         (set_connection_host_name): Ditto.
6708
6709         * host.c (lookup_host): New function; new return type.
6710         (address_list_new): New function.
6711         (address_list_count): Ditto.
6712         (address_list_copy_one): Ditto.
6713         (address_list_delete): Ditto.
6714         (address_list_release): Ditto.
6715         (pretty_print_address): Ditto.
6716
6717 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6718
6719         * recur.c (retrieve_tree): In case of followed redirection,
6720         blacklist the pre-redirection URL.
6721
6722 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6723
6724         * recur.c (descend_redirect_p): New function.
6725         (retrieve_tree): Make sure redirections are not blindly followed.
6726
6727 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
6728
6729         * config.h.in: added HAVE_RANDOM.
6730
6731         * options.h: added random_wait to struct options.
6732
6733         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
6734         for --random-wait.
6735
6736         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
6737         implementation of random wait times.
6738
6739         * init.c (commands): added "randomwait" keyword.
6740
6741 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6742
6743         * recur.c (descend_url_p): Be more conservative with blacklisting
6744         URLs.
6745         (convert_all_links): Print how many files have been converted, and
6746         how long it took.
6747
6748         * progress.c (create_image): Place the number of downloaded bytes
6749         right after the progress bar.
6750
6751         * utils.c (suffix): Return a pointer into the string.
6752
6753 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6754
6755         * url.c (convert_links): Handle CO_NULLIFY_BASE.
6756
6757         * recur.c (retrieve_tree): Ignore download-ignorable children.
6758         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
6759
6760         * html-url.c (handle_link): Return the newly created urlpos.
6761         (collect_tags_mapper): When dealing with BASE, store the base
6762         reference and mark it as download-ignorable.
6763
6764 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6765
6766         * url.c (convert_links): Attempt to quote '?' as "%3F" when
6767         linking to local files.  Given up on the attempt, as it breaks
6768         local browsing.
6769
6770 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6771
6772         * main.c (private_initialize): Removed.
6773         (main): Don't call private_initialize.
6774
6775         * http.c: Call lookup_host.
6776
6777         * host.c (host_init): Removed.
6778         (add_host_to_cache): Initialize host_name_address_map here, on
6779         demand.
6780         (ngethostbyname): Commented out.
6781
6782         * connect.c (make_connection): Remove dead code; use lookup_host.
6783
6784         * host.c (store_hostaddress): Renamed to lookup_host and reversed
6785         the args.
6786         Removed host_address_name_map and host_slave_master_map.
6787
6788 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6789
6790         * progress.c (dot_create): Align the "[ skipping ... ]" string
6791         with the dots.
6792
6793         * retr.c (rate): Split into two functions: calc_rate and
6794         retr_rate.
6795
6796         * progress.c (create_image): Draw a dummy progress bar even when
6797         total size is unknown.
6798         (display_image): Place the text cursor at the end of the "image".
6799
6800 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
6801
6802         * url.c (reencode_string): Use unsigned char, not char --
6803         otherwise the hex digits come out wrong for 8-bit chars such as
6804         nbsp.
6805         (lowercase_str): New function.
6806         (url_parse): Canonicalize u->url if needed.
6807         (get_urls_file): Parse each URL, and return only the valid ones.
6808         (free_urlpos): Call url_free.
6809         (mkstruct): Add :port if the port is non-standard.
6810         (mkstruct): Append the query string to the file name, if any.
6811         (urlpath_length): Use strpbrk_or_eos.
6812         (uri_merge_1): Handle the cases where LINK is an empty string,
6813         where LINK consists only of query, and where LINK consists only of
6814         fragment.
6815         (convert_links): Count and report both kinds of conversion.
6816         (downloaded_file): Use a hash table, not a list.
6817         (downloaded_files_free): Free the hash table.
6818
6819         * retr.c (retrieve_from_file): Ditto.
6820
6821         * main.c (main): Call either retrieve_url or retrieve_tree
6822         for each URL, not both.
6823
6824         * retr.c (register_all_redirections): New function.
6825         (register_redirections_mapper): Ditto.
6826         (retrieve_url): Register the redirections.
6827         (retrieve_url): Make the string "Error parsing proxy ..." 
6828         translatable.
6829
6830         * res.c (add_path): Strip leading slash from robots.txt paths so
6831         that the path representations are "compatible".
6832         (free_specs): Free each individual path, too.
6833         (res_cleanup): New function.
6834         (cleanup_hash_table_mapper): Ditto.
6835
6836         * recur.c (url_queue_new): New function.
6837         (url_queue_delete): Ditto.
6838         (url_enqueue): Ditto.
6839         (url_dequeue): Ditto.
6840         (retrieve_tree): New function, replacement for recursive_retrieve.
6841         (descend_url_p): New function.
6842         (register_redirection): New function.
6843
6844         * progress.c (create_image): Cosmetic changes.
6845
6846         * init.c (cleanup): Do all those complex cleanups only if
6847         DEBUG_MALLOC is defined.
6848
6849         * main.c: Removed --simple-check and the corresponding
6850         simple_host_check in init.c.
6851
6852         * html-url.c (handle_link): Parse the URL here, and propagate the
6853         parsed URL to the caller, who would otherwise have to parse it
6854         again.
6855
6856         * host.c (xstrdup_lower): Moved to utils.c.
6857         (realhost): Removed.
6858         (same_host): Ditto.
6859
6860 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6861
6862         * utils.c (path_simplify): Preserver the (non-)existence of
6863         leading slash.  Return non-zero if changes were made.
6864
6865 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6866
6867         * progress.c (bar_update): Don't modify bp->total_length if it is
6868         zero.
6869
6870 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6871
6872         * retr.c (retrieve_url): When the redirection URL doesn't parse,
6873         print the correct error message rather than "UNKNOWN".
6874
6875 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6876
6877         * progress.c (bar_finish): If the timer didn't record any time
6878         since the download beginning, fake 1ms.
6879
6880 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6881
6882         * recur.c (recursive_retrieve): Fix typo.
6883
6884 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6885
6886         * progress.c (create_image): Don't translate "%ld ".
6887
6888 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6889
6890         * progress.c (bar_set_params): Allow the user to force the use of
6891         the bar.
6892
6893 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
6894
6895         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
6896
6897 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6898
6899         * progress.c: Renamed dp_* functions to dot_* for greater clarity
6900         and consistency with bar_*.
6901         (print_download_speed): Get rid of the unneeded '@' character.
6902         (create_image): Fix download rate geometry.
6903
6904         * progress.c (print_elapsed): Remove spurious space.
6905         (print_elapsed): Renamed to print_download_speed, since that's
6906         what it does.
6907
6908 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6909
6910         * progress.c (bar_update): If the downloaded amount becomes larger
6911         than the expected amount, adjust the expected amount accordingly.
6912
6913 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
6914
6915         * utils.c (determine_screen_width): New function.
6916
6917         * main.c (main): New option `--progress=TYPE'.
6918         (main): Implement compatibility with the old option `--dot-style'.
6919
6920         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
6921         dp_set_params.
6922         (cmd_spec_progress): New function.
6923
6924         * retr.c (get_contents): Use the progress_* functions instead of
6925         the old show_progress().
6926         (show_progress): Removed.
6927         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
6928         etc.
6929
6930         * progress.c (set_progress_implementation): New function.
6931         (valid_progress_implementation_p): Ditto.
6932         (progress_create): Ditto.
6933         (progress_update): Ditto.
6934         (progress_finish): Ditto.
6935         (dp_create): Ditto.
6936         (dp_update): Ditto.
6937         (dp_finish): Ditto.
6938         (dp_set_params): Ditto.
6939         (print_elapsed): Ditto.
6940
6941 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
6942
6943         * retr.c (show_progress): Use it.
6944
6945         * log.c (log_set_flush): New function.
6946
6947 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
6948
6949         * utils.c (path_simplify): Don't remove trailing slashes.
6950
6951         * ftp.c (ftp_get_listing): Use it.
6952
6953         * utils.c (file_merge): New function.
6954
6955         * url.c (opt_url): Removed.
6956
6957         * recur.c (recursive_retrieve): Inline "opt_url" logic.
6958
6959         * main.c (main): Use xfree(), not free().
6960
6961         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
6962
6963         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
6964         internally.
6965
6966         * config.h.in: Include a stub for HAVE_STRPBRK.
6967
6968         * cmpt.c (strpbrk): Include a replacement for systems without
6969         strpbrk().
6970
6971         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
6972
6973         * url.c (url_set_dir): New function.
6974         (url_set_file): Ditto.
6975
6976         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
6977         parser makes the URL "params" available, so we can do that in this
6978         function.
6979
6980         * retr.c: Ditto.
6981
6982         * ftp.c: Ditto; pass the local file information in `ccon'.
6983
6984         * http.c: Get rid of the ugly kludge that had URL being replaced
6985         with the proxy URL when proxy retrieval was requested.  Use a
6986         separate parameter to http_loop and gethttp for the proxy URL.
6987
6988         * http.c: Changed to reflect the fact that local file, proxy, and
6989         referer information are no longer stored in struct url.  The local
6990         file information is passed in `struct hstat' now.
6991
6992         * url.c: Reworked URL parsing to be more regular.  Reencode the
6993         URL using reencode_string.
6994         Removed non-URL-related information from struct url.  This
6995         includes fields `proxy', `local', and `referer'.
6996
6997 2001-11-22  Jochen Hein  <jochen@jochen.org>
6998
6999         * main.c (main): Split the copyright notice for easier
7000         translation.
7001
7002 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
7003
7004         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
7005           command to server to request file size.
7006         * ftp.h (ftp_size): Export it.
7007         * ftp.c (getftp): Use new ftp_size function if restoring
7008           transfer of a file with unknown size.
7009
7010 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
7011
7012         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
7013
7014 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7015
7016         * url.c (getproxy): Handle URL shorthands.
7017
7018 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7019
7020         * main.c: Remove --wait / --waitretry backwards compatibility
7021         code.
7022         
7023 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7024
7025         * main.c (main): Use it.
7026
7027         * url.c (rewrite_url_maybe): New function.
7028
7029 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
7030
7031         * url.c: Clean up handling of URL schemes.
7032
7033 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7034
7035         * url.c: Get rid of `protostrings'.
7036         (skip_proto): Don't use protostrings.
7037         (has_proto): Ditto.
7038
7039 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7040
7041         * Makefile.in: Conditionally compile getopt.o.
7042
7043 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7044
7045         * md5.h: Renamed to gnu-md5.h.
7046
7047         * md5.c: Renamed to gnu-md5.c.
7048
7049         * http.c: Ditto.
7050
7051         * ftp-opie.c: Use the new macros.
7052
7053         * sysdep.h: Define md5-related macros.
7054
7055         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
7056         depending on which md5 implementation is used.
7057
7058 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7059
7060         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
7061         the compiler.
7062
7063 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7064
7065         * http.c (gethttp): Print the whole response line when printing
7066         headers is requested.
7067
7068 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7069
7070         * res.c: New file.  Implement all RES-related code here.
7071
7072 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7073
7074         * version.c: Wget 1.7.1 is released.
7075
7076 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7077
7078         * headers.c (header_extract_number): Ignore trailing whitespace.
7079
7080 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
7081
7082         * html-url.c (collect_tags_mapper): Fix bug converting links
7083         with -k option for tags with multiple link attributes by
7084         handling links in the order they appear.
7085
7086 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
7087
7088         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
7089           the call to the 'rate' function by moving it past the error
7090           checking for the 'getftp' function return value.
7091
7092 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7093
7094         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
7095         '\"'.  Different compilers' assert macros are broken in different
7096         ways.
7097
7098 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
7099
7100         * http.c (gethttp): print debug output for errors occuring during
7101         the ssl handshake.
7102
7103 2001-11-16  Chris Seawood  <cls@seawood.org>
7104
7105         * init.c: Ditto.
7106
7107         * host.c: Ditto.
7108
7109         * connect.c: Ditto.
7110
7111         * sysdep.h: Support compilation under BEOS.
7112
7113 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
7114
7115         * url.c (url_equal): Fix a memory leak when parseurl returns an
7116         error on the second URL. Also, since url_equal is not used at the
7117         moment, do not compile it.
7118
7119         * url.h: Ditto for the prototype of url_equal.
7120
7121 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7122
7123         * html-parse.c (map_html_tags): Support XML-style empty tags.
7124
7125 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7126
7127         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
7128         loop condition because we're no longer setting SIZEVAR here.
7129
7130 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7131
7132         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
7133         call because it needs the old value.
7134
7135 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7136
7137         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
7138         an attribute name.
7139
7140 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
7141
7142         * url.c (url_filename): Make sure that slashes that sneak in to
7143         u->file via query string get protected.
7144         (file_name_protect_query_string): New function.
7145
7146 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7147
7148         * recur.c (recursive_retrieve): Also check undesirable_urls with
7149         canonicalized URL.
7150
7151 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7152
7153         * http.c (gethttp): Search `.netrc' with real host, not the proxy
7154         one.
7155
7156 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7157
7158         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
7159         define it.
7160
7161 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7162
7163         * ftp.h: Provide correct prototype for ftp_parse_ls().
7164
7165 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7166
7167         * version.c: Wget 1.7 is released.
7168
7169 2001-06-03  Karl Eichwalder  <ke@suse.de>
7170
7171         * ftp-ls.c (ftp_parse_ls): Fix typo.
7172
7173 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7174
7175         * all: Update copyright information.
7176
7177 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7178
7179         * http.c (gethttp): Indicate that the continued download failed
7180         for *this* file.
7181
7182 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7183
7184         * version.c: Wget 1.7-pre1 is released.
7185
7186 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7187
7188         * version.c: Updated version to 1.7-pre1.
7189
7190 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7191
7192         * gen_sslfunc.c: Don't include <sys/time.h> directly.
7193
7194 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7195
7196         * http.c (gethttp): Use real URL data for cookies, not the proxy
7197         stuff.
7198
7199 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7200
7201         * main.c (print_help): Document `--no-http-keep-alive'.
7202
7203         * utils.c (numdigit): Handle negative numbers *correctly*.
7204
7205         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
7206         than the confusing "unsigned".
7207
7208         * utils.c (string_set_contains): Renamed from string_set_exists.
7209
7210         * hash.c (hash_table_contains): Renamed from hash_table_exists.
7211
7212         * cookies.c: Move case-insensitive hash tables to hash.c.
7213
7214 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7215
7216         * http.c (gethttp): Before concluding that the file is already
7217         fully retrieved, make sure that the file existed and `Range' was
7218         actually requested.
7219
7220 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7221
7222         * cookies.c (eliminate_dups): New function.
7223         (build_cookies_request): Use it.
7224         (build_cookies_request): Set chain_store_size after reallocating
7225         all_chains.
7226         (check_domain_match): Annotated for easier future debugging.
7227         (store_cookie): In the debug message, print whether the cookie is
7228         permanent.
7229
7230 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7231
7232         * http.c (http_loop): Reset no_truncate before deciding whether to
7233         set it.
7234         (gethttp): Further clarify "-c conflicts with existing file" error
7235         message, based on input from Herold Heiko.
7236
7237 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
7238
7239         * http.c (http_loop): If restval is set, set no_truncate to 1
7240         unconditionally.
7241
7242 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7243
7244         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
7245         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
7246         (ftp_parse_vms_ls): Ditto.
7247
7248 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
7249
7250         * init.c (cmd_address): Zero SIN before using it; apparently
7251         needed on *BSD.
7252
7253 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7254
7255         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
7256         empty.
7257
7258 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
7259
7260         * main.c (main): Make `--cookies' respect its argument.
7261
7262 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
7263
7264         * main.c (main): Removed undocumented option `--email-address'.
7265
7266         * netrc.c: Use the latest read_whole_line.
7267
7268         * init.c (defaults): Set opt.ftp_pass to "-wget@".
7269
7270         * mswindows.c (pwd_cuserid): Ditto.
7271
7272         * utils.c (pwd_cuserid): Removed.
7273
7274         * host.c (ftp_getaddress): Removed.
7275
7276 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
7277
7278         (http_loop): Allocate space for filename_plus_orig_suffix with
7279         alloca; this is more efficient and removes the need to free it
7280         before each and every return.
7281
7282 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
7283
7284         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
7285         unneeded because the file is already there and fully downloaded,
7286         and -c is specified.
7287         (http_loop): Handle RETRUNNEEDED.
7288
7289         * wget.h (uerr_t): New value RETRUNNEEDED.
7290
7291         * http.c (http_loop): Set no_truncate for files that both exist
7292         and are non-empty.
7293         (gethttp): Consider the download finished when restval >= contlen,
7294         not only when restval==contlen.
7295         (gethttp): Handle redirection before giving up due to -c.
7296         (gethttp): Clarify error message which explains that -c will not
7297         truncate the file.
7298         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
7299         the stuff that needs freeing and release the socket.
7300
7301 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7302
7303         * main.c (print_help): Wget booleans accept "off", not "no".
7304
7305 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7306
7307         * http.c (http_loop): If allow_cache is zero, always disable
7308         caching, not only when retrieving through proxy.
7309
7310         * init.c: Ditto.
7311
7312         * options.h (struct options): Rename proxy_cache to allow_cache.
7313
7314 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7315
7316         * http.c (mktime_from_utc): Improve documentation.
7317         (http_atotm): Put format strings into a separate array.
7318
7319 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
7320
7321         * safe-ctype.h: Instead of throwing #error when isalpha is
7322         defined, redefine it to something that will throw a compile-time
7323         error if actually *used*.  Do the same for the rest of the
7324         standard C macros.
7325
7326 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7327
7328         * url.c (getproxy): Ignore empty proxy vars.
7329
7330 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7331
7332         * http.c (http_loop): Would load cookies every time.
7333
7334         * cookies.c (load_cookies): Handle cookies whose values contain
7335         embedded spaces.
7336
7337 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7338
7339         * utils.c: Define each DIGITS_* in one line.
7340
7341 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
7342
7343         * http.c (http_atotm): Initialize t.tm_isdst to 0.
7344         (mktime_from_utc): Prevent mktime() from having discontinuities at
7345         DST transition points.
7346
7347 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7348
7349         * html-url.c (get_urls_html): Fix documentation.
7350
7351 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7352
7353         * url.c (UNSAFE_CHAR): Reimplement using a static table.
7354         (url_init): Removed.
7355         (init_unsafe_char_table): Removed.
7356
7357 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7358
7359         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
7360
7361 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
7362
7363         * utils.c: Document timer functions.
7364
7365         * retr.c (rate): Use it.
7366         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
7367
7368         * utils.c (wtimer_granularity): New function.
7369
7370 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7371
7372         * retr.c (show_progress): Ditto.
7373
7374         * ftp.c (getftp): Ditto.
7375
7376         * http.c (gethttp): Use new timer functions.
7377
7378         * utils.c (wtimer_allocate): New function.
7379         (wtimer_new): Ditto.
7380         (wtimer_delete): Ditto.
7381         (wtimer_reset): Ditto.
7382         (wtimer_elapsed): Ditto.
7383
7384 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7385
7386         * utils.c (long_to_string): New, faster version.  Favors smaller
7387         numbers; much of the calculation is now done at compile-time.
7388
7389 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
7390
7391         * utils.c (numdigit): Handle negative numbers.
7392
7393 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
7394
7395         * retr.c (show_progress): Print the download rate even when the
7396         percentages are not available.
7397
7398 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
7399
7400         * ftp.c (getftp): Adjust expected_bytes if the length is
7401         authoritative.
7402
7403 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7404
7405         * url.c: Don't declare `construct'.
7406
7407         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
7408         mappings to new locations.
7409         (hash_table_new): Make resize_threshold a field in the hash table,
7410         so we don't have to recalculate it in each hash_table_put.
7411         (grow_hash_table): Update resize_threshold.
7412         (MAX): Remove unused macro.
7413         (prime_size): Made static.
7414
7415 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
7416
7417         * retr.c (retrieve_url): Call uri_merge, not url_concat.
7418
7419         * html-url.c (collect_tags_mapper): Call uri_merge, not
7420         url_concat.
7421
7422         * url.c (mkstruct): Use encode_string instead of xstrdup followed
7423         by URL_CLEANSE.
7424         (path_simplify_with_kludge): Deleted.
7425         (contains_unsafe): Deleted.
7426         (construct): Renamed to uri_merge_1.
7427         (url_concat): Renamed to uri_merge.
7428
7429 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7430
7431         * url.c (str_url): Use encode_string instead of the unnecessary
7432         CLEANDUP.
7433         (encode_string_maybe): New function, returns input string if no
7434         encoding is needed.
7435         (encode_string): Call encode_string_maybe to do the dirty work,
7436         xstrdup if no work needed.
7437
7438 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7439
7440         * wget.h (XDIGIT_TO_xchar): Define here.
7441
7442         * url.c (decode_string): Use new name.
7443         (encode_string): Ditto.
7444
7445         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
7446         (dump_hash): Use new name.
7447
7448         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
7449         XDIGIT_TO_XCHAR respectively.
7450
7451 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7452
7453         * init.c: Include cookies.h.
7454
7455         * cookies.h: Declare cookies_cleanup.
7456
7457         * cookies.c (check_domain_match): Remove unused variable.
7458         (save_cookies): Remove extraneous argument from debug statement.
7459
7460         * host.c (same_host): Don't call skip_url.
7461
7462         * url.c (skip_url): Removed.  Removed its calls from various
7463         functions in url.c.
7464
7465 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
7466
7467         * cookies.c (unsigned_string_hash): Use the new code in
7468         string_hash as reference.
7469
7470         * hash.c (hash_table_map): Allow deletion and change of the
7471         element processed by MAPFUN.
7472         (string_hash): Use the function from glib.
7473
7474 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7475
7476         * config.h.in: Include #undef stub.
7477
7478         * hash.c (hash_table_remove): Rewrite to actually clear deleted
7479         entries instead of just marking them as deleted.
7480
7481 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7482
7483         * hash.h: Declare hash_table_get_pair and hash_table_count.
7484
7485 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7486
7487         * cookies.c: Declare http_atotm.
7488
7489 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7490
7491         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
7492         permissions.  A compiler that doesn't accept octal constants is
7493         seriously broken and shouldn't be used -- octal constants were
7494         present in K&R C!
7495
7496 2001-01-20  Karl Eichwalder  <ke@suse.de>
7497
7498         * Makefile.in: Provide and use DESTDIR according to the Coding
7499         Standards.
7500
7501 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
7502
7503         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
7504         specification.
7505
7506 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7507
7508         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
7509         because that strips the *leading* slash, thus forcing relative
7510         FTP retrieval.
7511
7512 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7513
7514         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
7515         notation for VMS servers. 
7516         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
7517         odir is an empty string.
7518
7519 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7520
7521         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
7522         effective. Suggested by Edward J. Sabol.
7523
7524 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7525
7526         * cookies.c (build_cookies_request): Use and sort cookies from all
7527         matching domains.
7528         (build_cookies_request): Check for duplicates before generating
7529         the `Cookies' header.
7530
7531         * main.c (main): Don't load cookies here.
7532         (main): Make loadcookies and savecookies call the correct command.
7533
7534         * http.c (http_loop): Load cookies on-demand.
7535
7536 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7537
7538         * http.c (gethttp): Fix indentation of SSL ifdef.
7539
7540 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7541
7542         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
7543         that hack is no longer necessary.
7544         (getftp): Prepend initial directory to *non*-absolute u->dir's.
7545
7546 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
7547
7548         * init.c (cmd_file): New function.
7549         (enable_tilde_expansion): New variable.
7550         (run_wgetrc): Use it.
7551         (cmd_file): Use it.
7552
7553 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7554
7555         * init.c: Include cookie-related options.
7556
7557         * main.c (main): Include cookie-specific options.
7558         (main): Load cookies before download is finished.
7559         (main): Save cookies when done.
7560
7561         * http.c (gethttp): Process the `Set-Cookie' header.
7562         (gethttp): Include cookies in the response.
7563
7564         * cookies.c: New file.
7565
7566 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7567
7568         * utils.c (datetime_str): New function.
7569
7570 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7571
7572         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
7573         12:01PM == 00:01, which was obviously wrong. Taken care of this
7574         anomaly.
7575
7576         * ChangeLog: Removed an excess conflict marker. Reformatted the
7577         entry by Philipp Thomas from 2001-03-09.
7578
7579         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
7580         between 0 and 23. Elminate unused variable `sec'.
7581
7582 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
7583
7584         * hash.c (hash_table_count): New function.
7585
7586 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7587
7588         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
7589         Digital Unix cc.
7590
7591 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7592
7593         * config.h.in: Oops, do the namespace tweaks only on systems we
7594         know about.
7595
7596 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7597
7598         * hash.c: Include <string.h>.
7599
7600 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7601
7602         * config.h.in: Define "compilation environment" options that work
7603         under Linux and Solaris.  To be reviewed on other OS'es.
7604
7605 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7606
7607         * http.c (gethttp): Prepend literal newline with `\n\'.
7608
7609 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7610
7611         * sysdep.h: Don't define VERY_LONG_FORMAT.
7612
7613         * utils.c (very_long_to_string): New function.
7614         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
7615
7616 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
7617
7618         * url.c (parse_uname): Would run past the end of the string if the
7619         username was present, but the URL did not contain a slash, e.g.
7620         http://foo:bar@myhost.
7621
7622 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
7623
7624         * http.c (http_atotm): Use %A instead of %a to match full
7625         weekday.  (On most systems there is no difference.)
7626
7627 2001-04-03  Paul Bludov  <paul@ozero.net>
7628
7629         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
7630         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
7631         leak.
7632         (ws_mypath): Use GetModuleFileName instead of argv[0].
7633         (ws_startup): Use data.wVersion for comparison.
7634
7635 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7636
7637         * http.c (http_loop): Ditto.
7638
7639         * ftp.c (ftp_loop_internal): Made the check whether to continue
7640         retrieval `-O'-friendly.
7641
7642 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7643
7644         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
7645         they will be handled as whitespace.
7646         (parse_netrc): Correctly handle lines that end with whitespace.
7647
7648 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7649
7650         * retr.c (retrieve_url): New variable global_download_count used
7651         to identify first retrieval.
7652
7653         * ftp.c (getftp): Ditto.
7654
7655         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
7656
7657 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
7658
7659         * init.c (cmd_address): Heap-allocate the address that gets stored
7660         to CLOSURE.  Old code would simply assign an address on the stack.
7661
7662 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
7663
7664         * ftp.c (ftp_get_listing): Propagate error status.
7665         (ftp_retrieve_glob): Use it.
7666         (ftp_loop): Ditto.
7667
7668 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
7669
7670         * main.c (main): Add -C to the string that is the third arg to
7671         getopt_long().
7672
7673 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
7674
7675         * ftp.c (getftp): Don't start the download from scratch if `-c'
7676         was specified, but the file is already fully downloaded.
7677
7678         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
7679         specified and the server doesn't support continued download.
7680         (gethttp): Don't start the download from scratch if `-c' was
7681         specified, but the file is already fully downloaded.
7682
7683 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7684
7685         (recursive_retrieve): Don't clear the hash tables at this point at
7686         all; it interferes with the normal operation of register_download.
7687
7688 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7689
7690         * recur.c (recursive_retrieve): Clear the hash tables only when
7691         they are defined.
7692
7693 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7694
7695         * http.c (gethttp): Make sure the socket is closed with
7696         CLOSE_INVALIDATE before we have drained the body.
7697
7698 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7699
7700         * retr.c (retrieve_url): Call register_download() for downloaded
7701         files and register_html() for downloaded HTML files.
7702
7703         * recur.c (register_download): New function; register here that a
7704         file has been downloaded, rather than in recursive_retrieve().
7705         (register_html): New function; enqueue the location of HTML files
7706         here rather than in recursive_retrieve().
7707
7708 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
7709
7710         * main.c (print_help): Use multiple fputs instead of a single ugly
7711         printf().
7712         (main): Consistently assign numbers >128 to options without a
7713         corresponding character.
7714
7715 2001-03-09  Philipp Thomas  <pthomas@suse.de>
7716
7717         * safe-ctype.h: New file. Locale independent ctype.h replacement
7718         taken from libiberty.
7719
7720         * safe-ctype.c: New file. Tables for above.
7721
7722         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
7723         safe-ctype$o.
7724
7725         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
7726         isspace.
7727
7728         * ftp-basic.c: Don't include ctype.h.
7729
7730         * ftp-ls.c: Likewise.
7731
7732         * ftp.c: Likewise.
7733
7734         * headers.c: Likewise.
7735
7736         * host.c: Likewise.
7737
7738         * html-parse.c: Likewise.
7739
7740         * html-url.c: Likewise.
7741
7742         * http.c: Likewise.
7743
7744         * init.c: Likewise.
7745
7746         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
7747
7748         * netrc.c: Likewise.
7749
7750         * recur.c: Likewise.
7751
7752         * retr.c: Likewise.
7753
7754         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
7755         instead of isdigit.
7756
7757         * sysdep.h: Remove defines of ctype macros as they aren't needed
7758         for safe-ctype-h.
7759
7760         * url.c: Don't include ctype.h.
7761
7762         * utils.c: Likewise.
7763
7764         * wget.h: Include safe-ctype.h.
7765
7766 2001-03-27  Dan Harkless  <wget@harkless.org>
7767
7768         * Makefile.in: Moved top_builddir out of "User configuration
7769         section" of top Makefile and analogous spot in this one.
7770
7771 2001-03-17  Dan Harkless  <wget@harkless.org>
7772
7773         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
7774         Define top_builddir.  Link wget with libtool so the user doesn't
7775         have to supply a bunch of custom environment variables to 
7776         correctly link with the OpenSSL shared libraries.
7777
7778 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
7779
7780         * http.c (gethttp): skip :port in host header if it is the
7781         DEFAULT_HTTPS_PORT when using SSL.
7782
7783         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
7784         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
7785         rest of the code. 
7786         * url.h: Ditto
7787
7788 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
7789
7790         * retr.c (show_progress): Correctly calculate the number of bytes
7791         in the first line of the download that have been actually
7792         downloaded in this run.
7793
7794 2001-02-23  Dan Harkless  <wget@harkless.org>
7795
7796         * main.c (print_help): --help documentation for -N said it would
7797         re-download files if they had the _same_ timestamp on server.
7798         (print_help): -nr belongs in "FTP options" section of --help
7799         output, not "Recursive retrieval" section.  Alphabetized FTP
7800         options by long option name.
7801
7802 2001-02-16  Dan Harkless  <wget@harkless.org>
7803
7804         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
7805         that "httpsproxy" had been inserted into commands[] out of
7806         alphabetical order, causing "BUG: unknown command `httpuser'".
7807
7808 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7809
7810         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
7811         listing without correct permissons).
7812
7813         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
7814         FTP server. 
7815
7816         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
7817         shall be donwloaded only when it's newer than the local copy or
7818         when it has the same timeestamp but its size is different. ST_VMS
7819         and ST_MACOS as special cases that lie about file size. 
7820
7821         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
7822
7823         * Makefile.in: Removed dependency on ftpparse library due to unclear
7824         copyright issues and absence of any feedback to our queries. 
7825
7826         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
7827         copyright issues and absence of any feedback to our queries.   
7828         (ftp_parse_ls): Added a warning message when remote server system
7829         does not seem to be suported by wget. 
7830         (ftp_parse_vms_ls): New function for parsing VMS ftp
7831         server listing output.
7832         (clean_line): New function responsible for removing
7833         end-of-line characters from FTP listing texts.
7834
7835         * ftp.c (getftp): Global variables pwd and host_type are now
7836         member of the ccon structure under names ccon.id and ccon.rs. 
7837
7838         * ftp.h (struct ccon): Added formed global variables from ftp.c,
7839         enum stype rs (remote system identification) and char *id (initial
7840         working directory), as suggested by Hrvoje.
7841
7842         * url.c (parse_uname): Added support for passwords containing '@'
7843         characters.
7844         (skip_uname): Ditto.
7845
7846 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7847
7848         * ftp.c (ftp_loop): Reset con.
7849
7850 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
7851
7852         * url.c (parse_uname): Added support for passwords containing '@'
7853         characters.
7854         (skip_uname): Ditto.
7855
7856 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
7857
7858         * url.c (parseurl): Debug-print u->ftp_type.
7859
7860 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
7861
7862         * ftp.c (ftp_loop_internal): Disable padding.
7863         (getftp): Ditto.
7864
7865         * http.c (http_loop): Disable padding.
7866
7867         * retr.c (show_progress): Use it to enable padding.
7868
7869         * retr.c (rate): Optional parameter PAD for padding the rate.
7870
7871 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
7872
7873         * retr.c (show_progress): Make sure that the last output line
7874         includes progress.
7875
7876 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
7877
7878         * retr.c (show_progress): Print the download rate along with the
7879         percentages.
7880         Along with Anders Thorsby <anders@thorsby.dk>.
7881
7882 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
7883
7884         * ftp.h: Rename enums `command' to `wget_ftp_command' and
7885         `fstatus' to `wget_ftp_status' because old names clash with Tru64
7886         net/if.h.
7887
7888 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
7889
7890         * gen_sslfunc.c: verify_callback is now static
7891
7892         * gen_sslfunc.c (init_ssl): load certificate if specified
7893
7894         * gen_sslfunc.c (ssl_printerr): new function
7895
7896         * init.c: added new --sslcertfile and --sslcertkey switches
7897
7898         * main.c: ditto
7899
7900         * options.h: ditto
7901
7902         * http.c (gethttp): abort when init_ssl fails
7903
7904 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
7905
7906         * mswindows.h: Include <malloc.h>; it's needed for alloca().
7907
7908 2001-01-10  Dan Harkless  <wget@harkless.org>
7909
7910         * url.c (str_url): Clarified this function's comment header after
7911         Hrvoje answered my question on the list as to when hide != 1.
7912         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
7913
7914 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
7915
7916         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
7917         Drazen Kacar <dave@arsdigita.com>.
7918         (conaddr): Ditto.
7919
7920 2001-01-09  Dan Harkless  <wget@harkless.org>
7921
7922         * html-url.c: A bunch of fixup of `--page-requisites'-related
7923         comments to reflect Hrvoje's changes to my code when transplanting
7924         it into this new file, to fix spelling mistakes, to clarify, etc.
7925
7926         * url.c (write_backup_file): Clarified a comment.
7927         (str_url): Henrik van Ginhoven pointed out on the list that we
7928         shouldn't give away the number of characters in the password by
7929         replacing each character with a 'x'.  Use "<password>" instead.
7930
7931         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
7932         directories didn't work if logging in put you in a directory other
7933         than "/" is fixed now.  Removed the comment here warning of the bug.
7934
7935         * main.c (print_help): --continue's description was misleading.
7936         We don't "restart", we "resume".  Also, better to say
7937         "partially-downloaded file" rather than just "existing file".
7938
7939 2001-01-06  Dan Harkless  <wget@harkless.org>
7940
7941         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
7942         the best way to go about my aim.  Removed them in favor of:
7943
7944         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
7945
7946 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
7947
7948         * url.c (replace_attr): New function, to be used by both
7949         TO_COMPLETE and TO_RELATIVE case in convert_links.
7950         (find_fragment): New function for finding URL fragments.
7951         (replace_attr): Better handle the case where the original string
7952         is not quoted.  Use find_fragment.
7953         (convert_links): Use replace_attr().
7954
7955 2000-12-31  Dan Harkless  <wget@harkless.org>
7956
7957         * ChangeLog: Since this flat file doesn't have multiple branches,
7958         looking at the dates would make you think that things went into
7959         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
7960         in 1.6 branch.]" where appropriate to clarify.
7961         
7962 2000-12-30  Dan Harkless  <wget@harkless.org>
7963
7964         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
7965         patch to deal with h_errno not being defined in netdb.h under Cygwin.
7966
7967 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
7968
7969         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
7970
7971 2000-12-17  Igor Khristophorov  <igor@atdot.org>
7972
7973         * http.c (check_end): Fix test for '+' or '-'.
7974
7975 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7976
7977         * url.c (parseurl): Rename inner loop var from i to ind to avoid
7978         clash with the function top-level-declared variable i.
7979         (str_url): Likewise, rename inner-loop i to j.
7980
7981         * recur.c (parse_robots): Don't declare LEN at top of function.
7982         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
7983         global variable.
7984
7985         * main.c (main): Change erroneous use of bitwise and to logical.
7986
7987         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
7988         the stack because it will be copied to closure.
7989
7990         Thanks to Csaba Raduly's run of PC-LINT over the sources.
7991
7992 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
7993
7994         * http.c (basic_authentication_encode): Use xmalloc(), not
7995         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
7996         sources.
7997
7998 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
7999
8000         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
8001         compilation.
8002
8003 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
8004
8005         * mswindows.c: Include <errno.h>.
8006
8007         * gen_sslfunc.c: Include <errno.h>.
8008
8009         * ftp-basic.c: Don't attempt to declare errno or h_errno because
8010         they're not used.
8011
8012         * main.c: Include <errno.h> because errno is used.
8013
8014         * ftp.c: Ditto.
8015
8016         * http.c: Include <netdb.h> for h_errno.
8017
8018 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8019
8020         * html-parse.c (advance_declaration): MSVC assert() chokes on
8021         '\"'.  Use '"' instead.
8022
8023 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
8024
8025         * utils.c (xfree_real): Removed.
8026         (xfree_debug): Just call free().
8027
8028         * wget.h (xfree): Make it an alias for free.
8029
8030 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
8031
8032         * http.c (http_loop): Furthermore, touch output_document only if
8033         it is known to be an existing regular file.
8034
8035 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
8036
8037         * ftp.c (ftp_retrieve_list): Ditto.
8038
8039         * http.c (http_loop): Touch output_document if that is used for
8040         output.
8041
8042 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8043
8044         * http.c: Include gen_sslfunc.h after including Wget's headers.
8045         (persistent_available_p): Needed coma before `int ssl'.
8046
8047 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8048
8049         * ftp.c (ftp_loop_internal): Ditto.
8050
8051         * http.c (http_loop): Use it.
8052
8053         * retr.c (sleep_between_retrievals): New function that handles the
8054         logic of opt.wait and opt.waitretry.
8055
8056 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8057
8058         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
8059         rbuf_read_bufferful when the buffer is depleted.
8060
8061         * rbuf.c (rbuf_read_bufferful): New function.
8062
8063 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8064
8065         * gen_sslfunc.h: Use ansi2knr style function declarations.
8066
8067         * gen_sslfunc.c: Reformat according to the GNU coding standards.
8068         More should be done.
8069
8070         * http.c (persistent_available_p): Place the cheap SSL test nearer
8071         the top of the function.
8072         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
8073
8074 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8075
8076         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
8077         char.
8078
8079 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
8080
8081         * Makefile.in: added gen_sslfunc object
8082         * config.h.in: added HAVE_SSL define
8083         * connect.c: changed select_fd from static int to int
8084         * connect.h: ditto
8085         * gen_sslfunc.h: New file
8086         * gen_sslfunc.c: ditto
8087         * http.c: added HTTPS fuctionality
8088         * retrc.c: ditto
8089         * url.c: ditto
8090         * init.c: added opt.httpsproxy
8091         * options.h: ditto
8092         * rbuf.h: added alternate rbuf struct
8093         * wget.h: added CONSSLERR
8094         * rbuf.c: ditto
8095
8096         * http.c: Added HTTPS fuctionality.
8097
8098         * retrc.c: Ditto.
8099
8100         * url.c: Ditto.
8101
8102         * init.c: Added opt.httpsproxy.
8103
8104         * options.h: Ditto.
8105
8106         * rbuf.h: Added alternate rbuf struct.
8107
8108         * wget.h: Added CONSSLERR.
8109
8110         * rbuf.c: Ditto.
8111
8112 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8113
8114         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
8115         "ignore_perms" to ignore file and directory permissions for
8116         Windows NT FTP server listings.
8117         (ftp_parse_winnt_ls): New function.
8118         (ftp_parse_ls): Parses UNIX and Windows NT listings
8119         separately. Simple heuristics for distinguishing between UNIX and
8120         MS-DOS-like FTP listing provided by Windows NT FTP service.
8121
8122 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8123
8124         * ftpparse.c, ftpparse.h: New files.
8125
8126         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
8127         only. Use ftp_parse_nonunix_ls otherwise.
8128         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
8129         exotic FTP servers.
8130
8131         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
8132         FTP servers.
8133
8134         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
8135         (getftp): Support for VMS. Support for FTP servers that do not
8136         place you in the root directory after login.
8137         (ftp_retrieve_list): VMS is silent about the real file size, issue
8138         a more appropriate message.
8139         (ftp_get_listing): Pass host_type to ftp_parse_ls.
8140
8141         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
8142
8143 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8144
8145         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
8146         "ignore_perms" to ignore file and directory permissions for
8147         Windows NT FTP server listings.
8148         (ftp_parse_winnt_ls): New function.
8149         (ftp_parse_ls): Parses UNIX and Windows NT listings
8150         separately. Simple heuristics for distinguishing between UNIX
8151         and MS-DOS-like FTP listing provided by Windows NT FTP service.
8152
8153 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
8154
8155         * netrc.c (parse_netrc): Get rid of line ending.
8156
8157 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
8158
8159         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
8160         Dan.
8161
8162 2000-11-24  Karl Eichwalder  <ke@suse.de>
8163
8164         * main.c (print_help): Untabify.
8165
8166 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
8167
8168         * utils.c (xrealloc_debug): Do the unregister/register thing only
8169         if the pointer has actually changed.
8170         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
8171         (xfree_real): Ditto.
8172         (xrealloc_real): Ditto.
8173         (xstrdup_real): Ditto.
8174
8175 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8176
8177         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
8178         string; no need to strdup() it.
8179         (getftp): Make pwd_len a local variable.
8180         (ftp_loop): Free PWD before returning.
8181
8182         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
8183
8184 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
8185
8186         * all: Use xfree() instead of free.
8187
8188         * utils.c (xfree): New function.
8189
8190 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8191
8192         * url.c (convert_links): HTML-quote the converted string.
8193
8194         * utils.c (html_quote_string): Move here from ftp-ls.c
8195         (html_quote_string): Make non-static; declare in utils.h.
8196         (html_quote_string): Convert SP to &#32;.
8197
8198 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8199
8200         * ftp.c (getftp): Reformat Jan's code according to GNU coding
8201         standards; remove (debugging?) printf's; use '\0' for the ASCII
8202         zero character.  Use alloca() instead of malloc() for
8203         inter-function temporary allocations.
8204
8205 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8206
8207         * ftpparse.c, ftpparse.h: New files.
8208
8209         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
8210         only. Use ftp_parse_nonunix_ls otherwise.
8211         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
8212         exotic FTP servers.
8213
8214         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
8215         FTP servers.
8216
8217         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
8218         (getftp): Support for VMS. Support for FTP servers that do not
8219         place you in the root directory after login.
8220         (ftp_retrieve_list): VMS is silent about the real file size, issue
8221         a more appropriate message.
8222         (ftp_get_listing): Pass host_type to ftp_parse_ls.
8223
8224         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
8225
8226 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8227
8228         * hash.c (hash_table_put): Don't overwrite deleted mappings.
8229
8230 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
8231
8232         * hash.c (find_mapping): New function.
8233         (hash_table_get): Use it.
8234         (hash_table_get_pair): Ditto.
8235         (hash_table_exists): Ditto.
8236         (hash_table_remove): Ditto.
8237         (hash_table_remove): Really delete the entry if the mapping
8238         following LOCATION is empty.
8239
8240         * utils.c (string_set_add): Check whether the element has existed
8241         before.
8242
8243         * hash.c (hash_table_get_pair): New function.
8244
8245 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8246
8247         * http.c (http_process_type): Ignore trailing whitespace; use
8248         strdupdelim().
8249
8250         * recur.c (recursive_retrieve): Use the new `convert' field.
8251         (convert_all_links): Ditto.
8252         (convert_all_links): Don't respect meta_disallow_follow.
8253
8254         * html-url.c (handle_link): Fill out link_relative_p and
8255         link_complete_p.
8256
8257         * url.h (struct _urlpos): Make elements more readable.
8258
8259         * recur.c (recursive_retrieve): Call slist_prepend instead of
8260         slist_append.
8261         (convert_all_links): Call slist_nreverse before iterating through
8262         urls_html.
8263
8264         * utils.c (slist_prepend): New function.
8265         (slist_nreverse): Ditto.
8266
8267 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8268
8269         * http.c (check_end): Constify.
8270
8271 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8272
8273         * http.c (http_loop): If username and password are known, try the
8274         `Basic' authentication scheme by default.
8275
8276         * connect.h: Declare test_socket_open.
8277
8278 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8279
8280         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
8281
8282 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8283
8284         * http.c (gethttp): Don't use the return value of sprintf().
8285         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
8286
8287 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
8288
8289         * recur.c (recursive_retrieve): Print the "so we don't load"
8290         debugging message only if we really don't load.
8291
8292         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
8293         (gethttp): Don't request keep-alive if keep-alive is inhibited.
8294
8295 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8296
8297         * http.c (gethttp): Make the HTTP persistent connections more
8298         robust.
8299
8300 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8301
8302         * retr.c (get_contents): If use_expected, make sure that the
8303         appropriate amount of data is being read.
8304
8305         * http.c (gethttp): Check for both `Keep-Alive: ...' and
8306         `Connection: Keep-Alive'.
8307
8308         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
8309         turned on.
8310
8311 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8312
8313         * http.c (connection_available_p): Use it.
8314
8315         * connect.c (test_socket_open): New function.
8316
8317         * http.c (gethttp): Support persistent connections.  Based on the
8318         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
8319         (register_persistent): New function.
8320         (connection_available_p): Ditto.
8321         (invalidate_connection): Ditto.
8322
8323 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
8324
8325         * url.c (convert_links): Handle UREL2ABS case.
8326
8327         * recur.c (recursive_retrieve): Instead of the list
8328         urls_downloaded, use hash tables dl_file_url_map and
8329         dl_url_file_map.
8330         (convert_all_links): Use them to retrieve data.
8331
8332         * host.c (clean_hosts): Free the hash tables.
8333
8334         * main.c (private_initialize): Call host_init().
8335
8336         * host.c (store_hostaddress): Use a saner, hash table-based data
8337         model.
8338         (realhost): Ditto.
8339         (host_init): Initialize the hash tables.
8340
8341 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8342
8343         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
8344         used for what the sorted slists used to be used for.
8345         (slist_contains): Don't rely on the list being sorted.
8346         (slist_append): Simplify the code.
8347
8348         * recur.c (recursive_cleanup): Use free_string_set.
8349
8350         * utils.c (string_set_add, string_set_exists, string_set_free):
8351         New functions for easier freeing of hash tables whose keys are
8352         strdup'ed strings.
8353
8354         * recur.c (recursive_retrieve): Use the hash table functions for
8355         storing undesirable URLs.
8356
8357         * hash.c: New file.
8358
8359 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
8360
8361         * main.c (private_initialize): Call url_init.
8362         (main): Call private_initialize.
8363
8364         * url.c (unsafe_char_table): New table.
8365         (UNSAFE_CHAR): Use it.
8366         (init_unsafe_char_table): New function.
8367         (url_init): New function; call init_unsafe_char_table.
8368
8369 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
8370
8371         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
8372         _vsnprintf respectively.
8373
8374 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
8375
8376         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
8377         on Linux.
8378
8379 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
8380
8381         * html-url.c (handle_link): Handle HTML fragment identifiers.
8382
8383         * recur.c (recursive_retrieve): If norobot info is respected and
8384         the file is specified not to be followed by robots, respect that.
8385
8386         * html-url.c (collect_tags_mapper): Handle <meta name=robots
8387         content=X>.  For us the important cases are where X is NONE or
8388         where X contains NOFOLLOW.
8389         (get_urls_html): Propagate that information to the caller.
8390
8391 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
8392
8393         * url.c (convert_links): Unlink the file we might be reading from
8394         before writing to it.
8395         (convert_links): Use alloca instead of malloc for
8396         filename_plus_orig_suffix.
8397
8398 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
8399
8400         * host.c (realhost): Add HOST to the list with quality==0 only if
8401         it wasn't already there.
8402         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
8403
8404 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8405
8406         * url.c (get_urls_file): Ditto.
8407         (convert_links): Ditto.
8408
8409         * html-url.c (get_urls_html): Use read_file() instead of
8410         load_file().
8411
8412         * utils.c (read_file): New function, instead of the old
8413         load_file().
8414         (read_file_free): Ditto.
8415
8416         * url.c (findurl): Search only for the supported protocols.
8417         (convert_links): Use fwrite() when writing out a region of
8418         characters.
8419
8420 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8421
8422         * ftp-ls.c: Move html_quote_string and ftp_index here.
8423
8424         * url.c: Remove get_urls_html, since that's now in html-url.c.
8425
8426         * html-url.c: New file.
8427
8428         * html-parse.c: New file.
8429
8430 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8431
8432         * init.c (run_wgetrc): Don't bother killing off '\r' since
8433         pars_line() skips whitespace at end of line anyway.
8434         (parse_line): Oops, it didn't.  Now it does.
8435
8436         * recur.c (parse_robots): Ditto here.
8437
8438         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
8439         manually because read_whole_line no longer does.
8440
8441         * utils.c (read_whole_line): Rewrite to: a) use less memory
8442         (reallocates to needed size after work), b) work faster -->
8443         fgets() instead of getc, c) be more correct --> doesn't kill the
8444         newline character at the end of line.
8445
8446 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
8447
8448         * init.c (comind): Initialize MAX to array size - 1.
8449
8450 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8451
8452         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
8453         Suggested by Edward J. Sabol.
8454
8455 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
8456
8457         * url.c (construct): Handle the case where host name is not
8458         followed by a slash.
8459
8460 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
8461
8462         * init.c: commands[] need to be sorted!  ("base" wasn't.)
8463
8464 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8465
8466         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
8467         `if'.
8468
8469 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8470
8471         * url.c (construct): Insert unneeded initialization for the
8472         compiler to shut up.
8473
8474         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
8475         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
8476         otherwise gets lost when you define _XOPEN_SOURCE.
8477
8478         * utils.c (touch): Include the file name in the error message.
8479         From Debian.
8480
8481 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8482
8483         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
8484         resize the buffer to fit the formated message.  That way, messages
8485         of arbitrary size may be printed.
8486         (logvprintf): Use saved_append() to optionally log the last
8487         several lines of output.
8488         (logputs): Ditto.
8489         (log_close): Adapt to new data structures.
8490         (log_dump): Ditto.
8491         (redirect_output): Print messages to stderr, not to stdout.
8492
8493         * log.c (saved_append_1): New function.  Replaces the old logging
8494         system ("log all output until 10M characters") with a new, much
8495         more reasonable one ("log last screenful of text").
8496         (saved_append): New function; call saved_append_1.
8497         (free_log_line): New function.
8498
8499 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
8500
8501         * url.c (construct): Fix comment.
8502         (find_last_char): Document.
8503
8504 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
8505
8506         * snprintf.c: New file.
8507
8508 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
8509
8510         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
8511         types to logprintf() and debug_logprintf().
8512
8513 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8514
8515         * ftp.c (ftp_loop_internal): Hide the password from the URL when
8516         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
8517         <darekm@bydg.lomac.com.pl>.
8518
8519 2000-11-02  Junio Hamano  <junio@twinsun.com>
8520
8521         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
8522
8523 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
8524
8525         * http.c (known_authentication_scheme_p): Recognize NTML
8526         authentication.
8527         (create_authorization_line): Treat NTML the same as `Basic'.
8528
8529 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8530
8531         * retr.c (retrieve_url): Free url before returning.
8532         (retrieve_url): Free mynewloc before returning.
8533         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
8534
8535 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
8536
8537         * url.c (parseurl): Remove possible reading past the end of
8538         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
8539
8540 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8541
8542         * main.c (main): In case of opt.downloaded overflowing, print
8543         <overflow> instead of a totally bogus random value.
8544
8545         * retr.c (retrieve_from_file): Ditto.
8546
8547         * recur.c (recursive_retrieve): Ditto.
8548
8549         * main.c (main): Ditto.
8550
8551         * http.c (http_loop): Ditto.
8552
8553         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
8554         `+=', and downloaded_exceeds_quota() instead of the simple-minded
8555         check.
8556         (ftp_retrieve_list): Ditto.
8557         (ftp_retrieve_dirs): Ditto.
8558         (ftp_retrieve_glob): Ditto.
8559
8560         * retr.c (downloaded_increase): New function.  Notice overflows of
8561         opt.downloaded.
8562         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
8563         used if it overflowed.
8564
8565         * options.h (struct options): New member downloaded_overflow.
8566
8567 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8568
8569         * wget.h (enum): Remove extra space after last enumeration.
8570
8571 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8572
8573         * main.c (main): Use legible_very_long() for printing
8574         opt.downloaded.
8575
8576         * utils.c (legible_1): New function that operates on strings and
8577         does the brunt of legible()'s work.
8578         (legible): Use legible_1().
8579         (legible_very_long): New function; dump the argument with
8580         sprintf(), and call legible_1().
8581
8582         * options.h (struct options): Use VERY_LONG_TYPE for
8583         opt.downloaded.
8584
8585         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
8586         type.
8587
8588         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
8589         defined.  Define HAVE_LONG_LONG if long long is available.
8590
8591 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8592
8593         * utils.c (long_to_string): Update with a later, better version.
8594
8595 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8596
8597         * url.c (path_simplify_with_kludge): New function.
8598         (path_simplify_with_kludge): Disable it.  Instead...
8599         (parse_dir): ...make sure that at this point the right thing is
8600         done, i.e. that "query" part of the URL (?...) is always assigned
8601         to the file, never to the directory portion of the path.
8602
8603 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8604
8605         * retr.c (retrieve_url): Detect redirection cycles.
8606
8607 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8608
8609         * url.c (get_urls_html): Decode HTML entities using
8610         html_decode_entities.
8611
8612         * html.c (htmlfindurl): Don't count the `#' in numeric entities
8613         (&#NNN;) as an HTML fragemnt.
8614         (html_decode_entities): New function.
8615
8616 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8617
8618         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
8619
8620 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
8621
8622         * url.c (construct): Rewritten for clarity.  Avoids the
8623         unnecessary copying and stack-allocation the old version
8624         performed.
8625
8626 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
8627
8628         * ftp.c (getftp): Ditto.
8629
8630         * http.c (gethttp): Rewind the stream when retrying from scratch.
8631
8632 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
8633
8634         * retr.c (retrieve_url): Use url_concat() to handle relative
8635         redirections instead of /ad hoc/ code.
8636
8637         * url.c (url_concat): New function encapsulating weird
8638         construct().
8639         (urllen_http_hack): New function.
8640         (construct): When constructing new URLs, recognize that `?' does
8641         not form part of the file name in HTTP.
8642
8643 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
8644
8645         * retr.c: Add msec timing support for WINDOWS.
8646         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
8647         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
8648
8649 2000-10-27  Dan Harkless  <wget@harkless.org>
8650
8651         * retr.c (retrieve_url): Manually applied T. Bharath
8652         <TBharath@responsenetworks.com>'s patch to get wget to grok
8653         illegal relative URL redirects.  Reformatted and re-commented it.
8654
8655 2000-10-23  Dan Harkless  <wget@harkless.org>
8656
8657         * connect.c (make_connection and bindport): Manually applied Rob
8658         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
8659         changing coding style to GNU's.
8660
8661         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
8662         files downloaded via FTP.  Per a comment, .listing files were not
8663         counted towards number of bytes and files downloaded because they're 
8664         deleted anyway.  Well, they aren't under -nr, so count them then.
8665
8666         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
8667         --bind-address, alphabetizing, changing coding style to GNU's,
8668         commenting, and renaming cmd_ip_address() to cmd_address() to
8669         imply hostnames also okay.
8670                 
8671         * main.c (main): --delete-after didn't delete the root of the
8672         tree.  Ignore --convert-links if --delete-after was specified.
8673         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
8674         fixing duplicate use of added-since-1.5.3 case value.
8675         (print_help): Clarified that --delete-after deletes local files.
8676         Rob forgot to add a line for his new --bind-address option.
8677                 
8678         * options.h (struct options): Manually applied Rob Mayoff's patch
8679         to add --bind-address (bind_address structure member).
8680                 
8681         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
8682         Ignore --convert-links if --delete-after was specified.
8683                 
8684         * retr.c (retrieve_from_file): Just added a DEBUGP().
8685                 
8686 2000-10-19  Dan Harkless  <wget@harkless.org>
8687
8688         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
8689         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
8690         patch to work around FTP servers that incorrectly respond to the
8691         "REST" command with the remaining size rather than the total file size.
8692                 
8693         * http.c (gethttp): Improved a comment and added code to tack on
8694         ".html" to text/html files without that extension when -E specified.
8695         (http_loop): Use new downloaded_file() enumerators and deal with
8696         the case of gethttp() called xrealloc() on u->local.
8697
8698         * init.c (commands): Added new "htmlextension" command.
8699         Also renamed John Daily's cmd_quad() to the more descriptive
8700         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
8701         removed duplicate cmd_boolean() declaration.
8702
8703         * main.c (print_help): Added my new -E / --html-extension option.
8704         (main): Undocumented --email-address option previously used -E synonym.
8705         Stole it away for the much more deserving --html-extension's use.
8706
8707         * options.h (struct options): Added html_extension field.
8708
8709         * url.c (convert_links): URL X that we saved as X.html locally due
8710         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
8711         (downloaded_file): Now remembers if we added .html extension to a file.
8712
8713         * url.h (downloaded_file_t): Added extra enumerators to support above.
8714         (downloaded_file): Now takes and returns a downloaded_file_t.
8715
8716         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
8717         
8718 2000-10-09  Dan Harkless  <wget@harkless.org>
8719
8720         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
8721                 
8722         * main.c (print_help): Clarified what --retr-symlinks does.
8723         
8724 2000-09-15  John Daily  <jdaily@cyberdude.com>
8725
8726         * init.c: Add support for "always" and "never" values to allow
8727         .wgetrc to override commandline (useful e.g. with .pm files
8728         calling `wget --passive-ftp' when your firewall doesn't allow that).
8729
8730         * ftp.c (getftp): passive_ftp is first option to support always/never.
8731
8732 2000-08-30  Dan Harkless  <wget@harkless.org>
8733
8734         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
8735         
8736         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
8737         Wrapped some > 80-column lines.  When -p is specified and we're at a 
8738         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than 
8739         <LINK REL="stylesheet">.
8740         
8741         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
8742         
8743         * init.c: Added new -p / --page-requisites / page_requisites option.
8744
8745         * main.c (print_help): Clarified that -l inf and -l 0 both allow
8746         infinite recursion.  Changed the unhelpful --mirrior description
8747         to simply give the options it's equivalent to.  Added new -p option.
8748         (main): Added some comments; handle new -p / --page-requisites.
8749         
8750         * options.h (struct options): Added new page_requisites field.
8751
8752         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
8753         Calculate and pass down new `dash_p_leaf_HTML' parameter to
8754         get_urls_html().  Use new INFINITE_RECURSION #define.
8755
8756         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
8757         final `dash_p_leaf_HTML' parameter.
8758
8759         * url.c: get_urls_html() and htmlfindurl() now take final
8760         `dash_p_leaf_HTML' parameter.
8761
8762         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
8763
8764         * wget.h: Added some comments and new INFINITE_RECURSION #define.
8765         
8766 2000-08-23  Dan Harkless  <wget@harkless.org>
8767
8768         * main.c (print_help): -B / --base was not mentioned.
8769
8770 2000-08-22  Dan Harkless  <wget@harkless.org>
8771
8772         * main.c (print_help): Modified -nc description to mention that it
8773         also prevents the creation of multiple versions of the same file
8774         with ".<number>" suffixes.
8775
8776 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
8777
8778         * retr.c (retrieve_url): Consistently strdup opt.referer when
8779         setting u->referer.
8780
8781 2000-06-09  Dan Harkless  <wget@harkless.org>
8782
8783         * main.c (print_help): --help output for --waitretry was over 80 cols.
8784
8785 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
8786
8787         * url.c (encode_string): Fix comment.
8788         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
8789
8790 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
8791
8792         * ftp.c (ftp_retrieve_list): Change permissions only on plain
8793         files.
8794
8795 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
8796
8797         * url.c (str_url): Print the port number only if it's different
8798         from the default port number for that protocol.
8799
8800 2000-05-22  Dan Harkless  <wget@harkless.org>
8801
8802         * main.c (print_help): Added --help line for Damir Dzeko
8803         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
8804         Removed comments that --referer and --waitretry were undocumented.
8805         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
8806         line for --execute.
8807
8808 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
8809
8810         * ftp.c (getftp): Ditto.
8811
8812         * http.c (gethttp): Check for return value of fclose/fflush.
8813
8814 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
8815
8816         * host.c (store_hostaddress): Instead of shifting ADDR, start
8817         copying from the correct address.
8818
8819 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
8820
8821         * http.c (gethttp): Don't free REQUEST -- it was allocated with
8822         alloca().
8823         Pointed out by Gisle Vanem <gvanem@eunet.no>.
8824
8825 2000-04-04  Dan Harkless  <wget@harkless.org>
8826
8827         * host.c (store_hostaddress): R. K. Owen's patch introduces a
8828         "left shift count >= width of type" warning on 32-bit
8829         architectures.  Got rid of it by tricking the compiler w/ a variable.
8830         
8831         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
8832         characters per RFC1738, namely everything above '~'.  It also
8833         generated a warning on OSes where char =~ unsigned char.  Fixed.
8834         
8835 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
8836
8837         * http.c (http_process_type): Removed needless strdup(), a memory
8838         leak.
8839
8840 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
8841
8842         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
8843
8844 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
8845
8846         * init.c (wgetrc_file_name): Don't free HOME under Windows.
8847
8848 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
8849
8850         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
8851
8852 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
8853
8854         * url.c (UNSAFE_CHAR): New macro.
8855         (contains_unsafe): Use it.
8856         (encode_string): Ditto.
8857
8858 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
8859
8860         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
8861
8862 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
8863
8864         * Use TOUPPER/TOLOWER.
8865
8866 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
8867
8868         * ftp-opie.c (btoe): Zero-terminate OSTORE.
8869
8870 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
8871
8872         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
8873
8874         * sysdep.h (ISALNUM): New macro.
8875         (TOLOWER): Ditto.
8876         (TOUPPER): Ditto.
8877
8878 2000-03-10  Dan Harkless  <wget@harkless.org>
8879
8880         * html.c (idmatch): Implemented checking of my new --follow-tags
8881         and --ignore-tags options.
8882         
8883         * init.c (commands): Added comment reminding people adding new
8884         entries doing allocation to add corresponding freeing in cleanup().
8885         (commands): Added new followtags and ignoretags commands.
8886         (cleanup): Free storage for new followtags and ignoretags.
8887         
8888         * main.c: Use of "comma-separated list" was random -- normalized
8889         it.  Did some alphabetization.  Added comments pointing out
8890         "Options without arguments" and "Options accepting an argument"
8891         sections of long_options[].  Added new options --follow-tags and
8892         -G / --ignore-tags.  Added comment that Damir's --referer is
8893         currently undocumented.  Added comment that Heiko's --waitretry is
8894         partially undocumented (mentioned in --help but not in
8895         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
8896         
8897         * options.h (struct options): Added new fields follow_tags and
8898         ignore_tags. 
8899         
8900         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
8901         
8902 2000-03-02  Dan Harkless  <wget@harkless.org>
8903
8904         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
8905         braces to avoid ambiguous `else'" warnings.  Eliminated them.
8906         
8907         * http.c (gethttp): Dan Berger's query string patch is totally
8908         bogus.  If you have two different URLs, gen_page.cgi?page1 and
8909         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
8910         second will overwrite the first.  Also, parameters to implicit
8911         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
8912         be printed with trailing garbage characters, and could seg fault.
8913         Backing out the patch, which Dan B. informed me by email was just
8914         a kludge to download StarOffice from Sun made necessary due to
8915         wget's unconditional escaping of certain characters (room for an
8916         option there?).
8917         (http_loop): Heiko introduced "suggest explicit braces to avoid
8918         ambiguous `else'" warnings.  Eliminated them.
8919         
8920         * main.c: Heiko's --wait / --waitretry backwards compatibility
8921         code looks to have been totally untested -- automatic variable
8922         'wr' was used without being initialized, and a long int was passed
8923         into setval()'s char* val parameter.
8924         
8925         * recur.c (parse_robots): Applied Edward J. Sabol
8926         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
8927         problem with "User-agent:<space>*<space>" lines in robots.txt.
8928         
8929         * url.c (parseurl, str_url): Removing Dan Berger's code (see
8930         http.c above for explanation).
8931         
8932 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
8933
8934         * ftp.c: Respect new option waitretry.
8935
8936 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
8937
8938         * http.c (gethttp): Send custom Referer, if required.
8939
8940 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
8941
8942         * netrc.c (parse_netrc): Allow passwords to contain spaces.
8943
8944         * netrc.c (parse_netrc): New function.
8945
8946 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
8947
8948         * http.c (gethttp): Send it.
8949
8950         * url.c (parseurl): Detect query string in HTTP URL-s.
8951         (str_url): Print it.
8952
8953 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
8954
8955         * html.c (html_allow): Add <link href=...> and <script src=...>.
8956
8957 1999-05-02  andrew deryabin  <djsf@softhome.net>
8958
8959         * http.c (gethttp): Specify port in `Host' header only if it's
8960         different from 80.
8961
8962 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
8963
8964         * recur.c (recursive_retrieve): If a finite maximum depth is
8965         specified, and we're are already at that depth, don't download the
8966         HTML file for parsing.
8967
8968 2000-03-01  Dan Harkless  <wget@harkless.org>
8969
8970         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
8971         even though we don't do conversion on HTML files retrieved via
8972         FTP, so _current_ usage of downloaded_file() makes this call unneeded. 
8973         (ftp_retrieve_list): Added a comment saying where we need to
8974         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
8975         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
8976         a lie -- reworded as "Server file no newer than local file '%s' --".
8977         
8978         * http.c (http_loop): Fixed a typo and clarified a comment.
8979         (http_loop): When -K and -N are specified together, compare size
8980         and timestamp of server file X against local file X.orig (if
8981         extant) rather than converted local file X.
8982         (http_loop): "Local file '%s' is more recent," is sometimes a lie
8983         -- reworded as "Server file no newer than local file '%s' --".
8984         (http_loop): Call new downloaded_file() function to prevent
8985         wrongful overwriting of .orig file when -N is specified.
8986         
8987         * url.c (convert_links): When -K specified, only rename X to
8988         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
8989         file X due to -N, we clobber an X.orig from a previous invocation.
8990         (convert_links): Call the failsafe xstrdup(), not the real strdup().
8991         (convert_links): Added a note asking anyone who understands how
8992         multiple URLs can correspond to a single file to comment it.
8993         (downloaded_file): Added this new function.
8994         
8995         * url.h (downloaded_file): Added prototype for this new function
8996         as well as its downloaded_file_t enum type.
8997
8998         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
8999
9000 2000-02-29  Dan Harkless  <wget@harkless.org>
9001
9002         * version.c: Upped version to developer-only "1.5.3+dev".
9003
9004 2000-02-18  Dan Harkless  <wget@harkless.org>
9005
9006         * init.c (backup_converted): Added this new option.
9007
9008         * main.c (-K / --backup-converted): Added this new option.
9009
9010         * options.h (backup_converted): Added this new option.
9011
9012         * url.c (convert_links): When backup_converted is specified, save
9013         file X as X.orig before converting.
9014
9015         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
9016
9017 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
9018
9019         * version.c: Wget 1.5.3 is released.
9020
9021 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
9022
9023         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local 
9024         address doesn't yield FQDN.
9025
9026 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9027
9028         * cmpt.c (strerror): Fix declaration of sys_errlist.
9029
9030 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
9031
9032         * main.c (main): Don't use an array subscript as the first
9033         argument to STRDUP_ALLOCA.
9034         From Kaveh R. Ghazi.
9035
9036 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
9037
9038         * html.c (htmlfindurl): Download table background.
9039
9040 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
9041
9042         * init.c (parse_line): Would free *com before allocating it.
9043         (parse_line): Would free com instead of *com.
9044
9045 1998-09-10  Howard Gayle  <howard@fjst.com>
9046
9047         * url.c (get_urls_html): Would drop the last character of the
9048         link.
9049
9050 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
9051
9052         * http.c (http_loop): Don't print status code if quiet.
9053
9054 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9055
9056         * log.c: Use <stdarg.h> only when __STDC__.
9057
9058 1998-09-10  Adam D. Moss  <adam@foxbox.org>
9059
9060         * html.c (htmlfindurl): Download <layer src=...>.
9061
9062 1998-09-10  Howard Gayle  <howard@fjst.com>
9063
9064         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file 
9065         not retrieved.
9066
9067 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
9068
9069         * utils.c: Include <libc.h> on NeXT.
9070
9071 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
9072
9073         * url.c (get_urls_html): Fix calculation of URL position.
9074
9075 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
9076
9077         * version.c: Wget 1.5.2 is released.
9078
9079 1998-06-23  Dave Love  <d.love@dl.ac.uk>
9080
9081         * ftp.c, init.c, netrc.c: Include errno.h.
9082
9083         * http.c: Include errno.h and time header.
9084
9085         * Makefile.in (exext): Define.
9086         (install.bin, uninstall.bin): Use it.
9087
9088 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
9089
9090         * http.c (http_loop): Don't attempt to compare local and remote
9091         sizes if the remote size is unknown.
9092
9093 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
9094
9095         * url.c (get_urls_html): Use malloc() instead of alloca in the
9096         loop.
9097
9098 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
9099
9100         * version.c: Wget 1.5.2-b4 is released.
9101
9102 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
9103
9104         * url.c (get_urls_html): Ignore spaces before and after the URI.
9105
9106 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
9107
9108         * ftp.c (getftp): Translate `done'.
9109
9110 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
9111
9112         * version.c: Wget 1.5.2-b3 is released.
9113
9114 1998-06-06  Alexander Kourakos  <awk@bnt.com>
9115
9116         * init.c (cleanup): Close dfp, don't free it.
9117
9118 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
9119
9120         * utils.c (make_directory): Twiddle.
9121
9122         * config.h.in: Added template for access().
9123
9124 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
9125
9126         * html.c (htmlfindurl): Download <input src=...>
9127
9128 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
9129
9130         * utils.c (file_exists_p): Use access() with two arguments.
9131
9132 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
9133
9134         * netrc.c (parse_netrc): Correct logic.
9135
9136 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
9137
9138         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
9139         <ljm@ljm.wownet.net>.
9140
9141 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
9142
9143         * version.c: Wget 1.5.2-b2 is released.
9144
9145 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
9146
9147         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
9148
9149 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
9150
9151         * retr.c (elapsed_time): Return correct value when
9152         HAVE_GETTIMEOFDAY is undefined.
9153
9154 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
9155
9156         * version.c: Wget 1.5.2-b1 is released.
9157
9158 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
9159
9160         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
9161         (_getopt_internal): Don't translate `#if 0'-ed strings.
9162
9163 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
9164
9165         * mswindows.c (ws_handler): Use fork_to_background().
9166
9167 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
9168
9169         * version.c: Wget 1.5.1 is released.
9170
9171 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
9172
9173         * http.c (parse_http_status_line): Avoid `minor' and `major'
9174         names.
9175
9176 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
9177
9178         * utils.c (mkdirhier): Renamed to make_directory.
9179
9180 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
9181
9182         * mswindows.c (fork_to_background): Define under Windows.
9183
9184         * utils.c (fork_to_background): New function.
9185
9186         * html.c (htmlfindurl): Removed rerdundant casts.
9187
9188 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
9189
9190         * mswindows.c (ws_mypath): Cache the path.
9191
9192 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
9193
9194         * ftp.h: Prefix enum ftype members with FT_.
9195
9196         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
9197
9198         * mswindows.h: Use stat under Borland, _stat under MSVC.
9199
9200 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
9201
9202         * http.c (known_authentication_scheme_p): New function.
9203         (gethttp): Handle authorization more correctly.
9204
9205         * ftp-basic.h: Removed.
9206
9207         * cmpt.h: Removed.
9208
9209         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
9210         with gcc 2.8.
9211         (numdigit): Use `while' loop.
9212
9213         * http.c (create_authorization_line): Detect authentication
9214         schemes case-insensitively.
9215
9216         * http.c (extract_header_attr): Use strdupdelim().
9217         (digest_authentication_encode): Move declaration of local
9218         variables to smaller scope.
9219         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
9220         (create_authorization_line): Detect authentication schemes
9221         case-insensitively.
9222
9223         * utils.c (touch): Constify.
9224
9225         * http.c (gethttp): Report a nicer error when no data is received.
9226
9227         * rbuf.h (RBUF_READCHAR): Ditto.
9228
9229         * ftp-basic.c (ftp_response): Use sizeof.
9230
9231 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
9232
9233         * retr.c (print_percentage): EXPECTED is long, not int.
9234         (print_percentage): Use floating-point arithmetic to avoid
9235         overflow with large files' sizes multiplied with 100.
9236
9237 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
9238
9239         * config.h.in: Added pid_t stub.
9240
9241         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
9242         define it).
9243
9244 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
9245
9246         * version.c: Wget 1.5.0 is released.
9247
9248 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
9249
9250         * url.c (str_url): Ditto.
9251
9252         * ftp-basic.c (ftp_rest): Use new name.
9253
9254         * utils.c (long_to_string): Renamed from prnum().
9255
9256 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
9257
9258         * version.c: Wget 1.5-b17 is released.
9259
9260 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
9261
9262         * headers.c (header_get): New argument FLAGS.
9263
9264         * http.c (gethttp): If request is malformed, bail out of the
9265         header loop.
9266         (gethttp): Check for empty header *after* the status line checks.
9267         (gethttp): Disallow continuations for status line.
9268
9269 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
9270
9271         * version.c: Wget 1.5-b16 is released.
9272
9273 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
9274
9275         * init.c (commands): Renamed `always_rest' to `continue'.
9276
9277 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
9278
9279         * all: Use it.
9280
9281         * log.c (logputs): New argument.
9282         (logvprintf): Ditto.
9283         (logprintf): Ditto.
9284
9285 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
9286
9287         * http.c (http_atotm): Update comment.
9288
9289         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
9290
9291         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
9292
9293         * main.c (i18n_initialize): New function.
9294         (main): Use it.
9295
9296         * log.c: Include <unistd.h>.
9297
9298         * retr.c (show_progress): Cast alloca to char *.
9299
9300 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
9301
9302         * version.c: Wget 1.5-b15 is released.
9303
9304 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
9305
9306         * utils.h: Declare file_non_directory_p().
9307
9308 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
9309
9310         * main.c (main): It's `tries', not `numtries' now.
9311
9312 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
9313
9314         * init.c (getperms): Removed.
9315
9316 1998-04-01  Tim Charron  <tcharron@interlog.com>
9317
9318         * log.c (logvprintf): Don't use ARGS twice.
9319
9320 1998-04-01  John  <john@futuresguide.com>
9321
9322         * mswindows.c: Cleaned up.
9323
9324 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
9325
9326         * version.c: Wget 1.5-b14 is released.
9327
9328 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
9329
9330         * ftp-opie.c (STRLEN4): New macro.
9331         (btoe): Use it.
9332
9333 1998-04-01  Junio Hamano  <junio@twinsun.com>
9334
9335         * http.c: Document all the Digest functions.
9336
9337 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
9338
9339         * utils.c (file_non_directory_p): Renamed from isfile().
9340
9341         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
9342
9343 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
9344
9345         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
9346
9347         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
9348         style.
9349         (cmd_permissions): Removed.
9350
9351         * config.h.in: Add template for WORDS_BIGENDIAN.
9352
9353 1998-03-31  Junio Hamano  <junio@twinsun.com>
9354
9355         * http.c (HEXD2asc): New macro.
9356         (dump_hash): Use it.
9357
9358 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
9359
9360         * version.c: Wget 1.5-b13 is released.
9361
9362 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
9363
9364         * main.c (main): Don't try to use `com'.
9365
9366 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
9367
9368         * init.c (cmd_permissions): New function.
9369
9370 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
9371
9372         * version.c: Wget 1.5-b12 is released.
9373
9374 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
9375
9376         * init.c (commands): Renamed `numtries' to `tries'.
9377         (cmd_spec_debug): Removed.
9378         (home_dir): Under Windows, return `C:\' if HOME is undefined.
9379
9380 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
9381
9382         * config.h.in: Define _XOPEN_SOURCE.
9383
9384         * init.c (check_user_specified_header): New function.
9385         (cmd_spec_header): Use it.
9386         (cmd_spec_useragent): New function.
9387
9388 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
9389
9390         * version.c: Wget 1.5-b11 is released.
9391
9392 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
9393
9394         * wget.h: Include <libintl.h> only if NLS is enabled.
9395
9396 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
9397
9398         * options.h (struct options): Made `wait' a long.
9399         (struct options): Ditto for `timeout'.
9400
9401 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
9402
9403         * utils.c (exists): Renamed to file_exists_p.
9404         (file_exists_p): Use access() if available.
9405
9406 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
9407
9408         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
9409         infloop.
9410
9411         * log.c: do_logging -> save_log_p.
9412
9413         * config.h.in: Added template for HAVE_VSNPRINTF.
9414
9415 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
9416
9417         * init.c: Ditto.
9418
9419         * http.c: Protect declaration against non-ANSI compiler.
9420
9421         * log.c (logvprintf): Use vsnprintf() if available.
9422
9423         * getopt.c (main): Don't translate test stuff.
9424
9425 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
9426
9427         * version.c: Wget 1.5-b10 is released.
9428
9429 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
9430
9431         * ftp.c (getftp): Don't translate "CWD %s".
9432
9433         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
9434
9435 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
9436
9437         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
9438
9439         * log.c (logputs): New function.
9440         (logvprintf): Renamed from vlogmsg; use logputs().
9441
9442         * retr.c (show_progress): Print `[100%]' when the retrieval is
9443         finished.
9444
9445         * init.c (run_wgetrc): Use FILE, not PATH.
9446         (wgetrc_file_name): Ditto.
9447
9448 1998-03-07  Tim Adam  <tma@osa.com.au>
9449
9450         * recur.c (parse_robots): Correctly reset `entries' on empty
9451         disallow.
9452
9453 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
9454
9455         * init.c (cmd_spec_debug): Use cmd_boolean().
9456
9457 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
9458
9459         * http.c (gethttp): Create proxy-authorization correctly.
9460
9461 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
9462
9463         * md5.c: Ditto.
9464
9465         * getopt.c: Use ANSI function definitions.
9466
9467         * ftp-opie.c: New file.
9468
9469         * options.h: Don't redefine EXTERN.
9470
9471         * init.c: Sort it correctly.
9472
9473 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
9474
9475         * version.c: Wget 1.5-b9 is released.
9476
9477 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
9478
9479         * recur.c (recursive_retrieve): Reset `first_time'.
9480
9481         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
9482
9483         * rbuf.c (rbuf_peek): Simplified.
9484         (rbuf_flush): Use MINVAL.
9485
9486         * wget.h (MINVAL): Moved from url.h.
9487
9488         * rbuf.h (RBUF_FD): New macro.
9489
9490         * url.c (add_url): Add to the head of the list.
9491
9492         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
9493         file.
9494         (getftp): Set the default permissions to 0600.
9495
9496 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
9497
9498         * url.c (get_urls_html): Ditto.
9499         (convert_links): Ditto.
9500
9501         * recur.c (parse_robots): Ditto.
9502
9503         * html.c (ftp_index): Ditto.
9504
9505         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
9506
9507         * init.c (defaults): Initialize `opt' to zero via memset.
9508
9509         * http.c (digest_authentication_encode): goto considered harmful.
9510
9511 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
9512
9513         * ftp.c (delelement): Simplify and fix leak.
9514
9515 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
9516
9517         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
9518
9519         * url.h (HEXD2ASC): Removed warning.
9520
9521         * init.c (comind): Use binary search.
9522         (commands): Reorganized.
9523         (setval): Ditto.
9524         (cmd_boolean): New function.
9525         (cmd_number): Ditto.
9526         (cmd_number_inf): Ditto.
9527         (cmd_string): Ditto.
9528         (cmd_vector): Ditto.
9529         (cmd_directory_vector): Ditto.
9530         (cmd_bytes): Ditto.
9531         (cmd_time): Ditto.
9532         (cmd_spec_debug): Ditto.
9533         (cmd_spec_dirmode): Ditto.
9534         (cmd_spec_dirstruct): Ditto.
9535         (cmd_spec_dotstyle): Ditto.
9536         (cmd_spec_header): Ditto.
9537         (cmd_spec_htmlify): Ditto.
9538         (cmd_spec_mirror): Ditto.
9539         (cmd_spec_outputdocument): Ditto.
9540         (cmd_spec_recursive): Ditto.
9541         (settime): Merged with cmd_time().
9542         (setbytes): Merged with cmd_bytes().
9543         (setonoff): Merged with cmd_boolean().
9544         (onoff): Ditto.
9545
9546 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
9547
9548         * Makefile.in (distclean): Remove `config.h'.
9549
9550 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
9551
9552         * version.c: Wget 1.5-b8 is released.
9553
9554 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
9555
9556         * http.c (digest_authentication_encode): New function.
9557         (create_authorization_line): Use it.
9558         (dump_hash): New function.
9559         (digest_authentication_encode): Use it.
9560
9561         * fnmatch.c: Renamed from `mtch.c'.
9562
9563 1998-02-15  Karl Eichwalder  <ke@suse.de>
9564
9565         * main.c (main): Tag "Written by..." string as translatable.
9566
9567 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
9568
9569         * wget.h (FREE_MAYBE): New macro.
9570
9571         * http.c (create_authorization_line): Don't use ANSI C string
9572         concatenation feature.
9573         (basic_authentication_encode): Use alloca() for temporary
9574         variables.
9575
9576         * recur.h: Ditto.
9577
9578         * http.c: Ditto.
9579
9580         * headers.h: Ditto.
9581
9582         * ftp-basic.c: Protect declaration against non-ANSI compiler.
9583
9584         * http.c (create_authorization_line): Cast `unsigned char *' to
9585         `char *' for sprintf, to shut up the noisy Digital Unix cc.
9586
9587 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
9588
9589         * version.c: Wget 1.5-b7 is released.
9590
9591 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
9592
9593         * cmpt.c (strstr): Synched with glibc-2.0.6.
9594
9595         * ftp-basic.c (calculate_skey_response): Ditto.
9596         (calculate_skey_response): Use alloca().
9597
9598         * http.c (create_authorization_line): Work with FSF's version of
9599         md5.c.
9600
9601         * md5.c: New file, from GNU libc.
9602
9603 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
9604
9605         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
9606
9607 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
9608
9609         * http.c (basic_authentication_encode): New function, instead of
9610         the macro.
9611
9612 1998-02-13  Junio Hamano  <junio@twinsun.com>
9613
9614         * http.c: Add HTTP-DA support.
9615         * ftp-basic.c: Add Opie/S-key support.
9616         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
9617         * md5.c, md5.h: New files.
9618
9619 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
9620
9621         * http.c (http_process_range): Renamed from hprocrange().
9622         (http_process_range): Parse the whole header.
9623
9624         * headers.c: New file.
9625         (header_process): New function.
9626         (header_get): Renamed from fetch_next_header.
9627
9628         * all: Include utils.h only where necessary.
9629
9630         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
9631
9632         * wget.h: Add provisions for dmalloc.
9633
9634 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
9635
9636         * version.c: Wget 1.5-b6 is released.
9637
9638 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
9639
9640         * ftp.c (ftp_loop): Determine `filename' more precisely.
9641
9642         * init.c (setval): Don't set `opt.quiet' if output-document is
9643         `-'.
9644
9645         * log.c (log_init): Print to STDERR instead of STDOUT.
9646         (vlogmsg): Use STDERR by default.
9647         (logflush): Ditto.
9648
9649 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
9650
9651         * host.c: Use addr_in again.
9652
9653 1998-02-08  Karl Eichwalder  <karl@suse.de>
9654
9655         * http.c (gethttp): Fixed typo.
9656
9657 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
9658
9659         * version.c: Wget 1.5-b5 is released.
9660
9661 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
9662
9663         * retr.c (show_progress): Use it.
9664
9665         * log.c (logflush): New function.
9666
9667         * wget.h: Utilize __attribute__ if on gcc.
9668
9669 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
9670
9671         * http.c (base64_encode_line): New argument LENGTH.
9672         (BASIC_AUTHENTICATION_ENCODE): Use it.
9673         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
9674
9675         * main.c (main): Fixed fprintf() format mismatch.
9676
9677 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
9678
9679         * version.c: Wget 1.5-b4 is released.
9680
9681 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
9682
9683         * host.c: use sockaddr_in instead of addr_in.
9684
9685 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
9686
9687         * init.c (cleanup): Use it.
9688
9689         * recur.c (recursive_cleanup): New function.
9690
9691         * retr.c (retrieve_from_file): Ditto.
9692
9693         * main.c (main): Use it.
9694
9695         * recur.c (recursive_reset): New function.
9696
9697         * retr.c (retrieve_from_file): Ditto.
9698
9699         * main.c (main): Simplify call to recursive_retrieve().
9700
9701         * recur.c (recursive_retrieve): Removed FLAGS argument.
9702
9703         * http.c (gethttp): Changed call to iwrite().
9704
9705 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
9706
9707         * url.c (get_urls_html): Ditto.
9708         (free_urlpos): Ditto.
9709         (mkstruct): Ditto.
9710         (construct): Ditto.
9711
9712         * retr.c (retrieve_url): Move declaration of local variables to
9713         smaller scope.
9714
9715         * url.c (urlproto): Use it.
9716         (parseurl): Ditto.
9717         (str_url): Ditto.
9718         (get_urls_html): Ditto.
9719
9720         * utils.h (ARRAY_SIZE): New macro.
9721
9722         * url.c (proto): Moved from url.h.
9723
9724         * url.h (URL_CLEANSE): Reformatted.
9725         (USE_PROXY_P): Renamed from USE_PROXY.
9726
9727         * ftp-basic.c: Adjust to the new interface of iwrite().
9728
9729         * ftp-basic.c (ftp_port): Use alloca().
9730
9731 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
9732
9733         * version.c: Wget 1.5-b3 is released.
9734
9735         * host.c (ftp_getaddress): Don't print to stderr directly.
9736
9737         * init.c (setbytes): Support `g' for gigabytes.
9738         (cmdtype): New specification CTIME.
9739         (setval): Use it with settime().
9740         (commands): Use it for WAIT and TIMEOUT.
9741
9742 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
9743
9744         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
9745         (gethttp): Use it.
9746
9747         * utils.c (unique_name_1): Moved from url.c.
9748         (unique_name): Ditto.
9749
9750         * url.c (url_filename): Ditto.
9751
9752         * log.c (redirect_output): Changed call to unique_name().
9753
9754         * url.c (unique_name_1): Renamed from unique_name().
9755         (unique_name): Changed interface.
9756
9757         * init.c (enum cmdid): Moved from init.h.
9758         (cmdtype): Ditto.
9759         (struct cmd): Ditto.
9760
9761         * main.c (main): Use it.
9762         (main): Moved `--backups' to not have a short option.
9763
9764         * options.h (struct options): New member BACKGROUND.
9765
9766         * main.c (print_help): Rearranged.
9767         (main): New long options for -n* short options: --no-directories,
9768         --no-host-directories, --non-verbose, --no-host-lookup and
9769         --dont-remove-listing.
9770
9771 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
9772
9773         * main.c (main): Use log_close().
9774
9775         * log.c: New variable LOGFP.
9776         (vlogmsg): Use it.
9777         (redirect_output): Don't open /dev/null; set LOGFP to stdin
9778         instead.
9779         (log_close): New function.
9780
9781         * options.h (struct options): Removed LFILE.
9782
9783         * log.c (log_enable): Removed.
9784
9785         * main.c (main): Use it.
9786
9787         * log.c (log_init): New function.
9788
9789         * url.c (get_urls_html): Removed needless assignment to BASE.
9790
9791         * host.c (add_hlist): Don't set CMP needlessly.
9792
9793         * utils.c (match_backwards): Ditto.
9794         (in_acclist): Ditto.
9795
9796         * url.c (findurl): Ditto.
9797
9798         * netrc.c (parse_netrc): Ditto.
9799
9800         * log.c (log_dump): Ditto.
9801
9802         * html.c (html_quote_string): Ditto.
9803
9804         * ftp-basic.c (ftp_request): Made static.
9805
9806         * connect.c: Made global variables static.
9807
9808         * url.c (construct): Ditto.
9809
9810         * init.c (init_path): Avoid assignment inside `if'-condition.
9811
9812         * ftp.c: Don't include in.h or winsock.h.
9813
9814         * ftp.c (ftp_loop): Use SZ.
9815
9816         * connect.c (bindport): Cast &addrlen to int *.
9817         (conaddr): Ditto.
9818
9819         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
9820
9821 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
9822
9823         * ftp.c (getftp): Initialize opt.ftp_pass here.
9824         (ftp_retrieve_dirs): Use alloca().
9825
9826         * init.c (defaults): Don't initialize opt.ftp_pass.
9827
9828         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
9829         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
9830
9831 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
9832
9833         * recur.c (parse_robots): Check for comments more correctly.
9834
9835         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
9836         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
9837         hostname.
9838
9839 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
9840
9841         * version.c: Wget 1.5-b2 is released.
9842
9843         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
9844
9845         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
9846
9847         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
9848         char.
9849
9850         * log.c: Don't attempt to hide arguments from ansi2knr.
9851
9852         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
9853
9854         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
9855
9856         * ftp.c (getftp): Ditto.
9857
9858         * http.c (gethttp): Use it.
9859
9860         * retr.c (get_contents): New argument EXPECTED; pass it to
9861         show_progress().
9862         (show_progress): New argument EXPECTED; use it to display
9863         percentages.
9864
9865         * init.c (setval): Ditto.
9866
9867         * http.c (gethttp): Ditto.
9868         (http_loop): Ditto.
9869
9870         * ftp.c (getftp): Ditto.
9871         (ftp_loop_internal): Ditto.
9872
9873         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
9874
9875         * sysdep.h (CLOSE): Simplify; use DEBUGP.
9876
9877         * netrc.c (search_netrc): Use alloca().
9878
9879         * init.c (defaults): Initialize no_flush.
9880
9881         * log.c (vlogmsg): Don't flush if no_flush.
9882
9883         * options.h (struct options): New variable no_flush.
9884
9885         * main.c (main): Don't play games with buffering.
9886
9887         * log.c (vlogmsg): Flush the output after every message.
9888
9889 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
9890
9891         * init.c (parse_line): Ditto.
9892
9893         * url.c (get_urls_html): Ditto.
9894
9895         * main.c (main): Don't cast to unsigned char.
9896
9897         * init.c (run_wgetrc): Don't cast to unsigned char.
9898         (parse_line): Accept char instead of unsigned char.
9899
9900         * html.c (htmlfindurl): Use char instead of unsigned char.
9901
9902         * all: Use them.
9903
9904         * sysdep.h: Add wrappers to ctype macros to make them
9905         eight-bit-clean:
9906
9907 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
9908
9909         * html.c (htmlfindurl): Download <img lowsrc=...>
9910
9911         * main.c (main): Ignore SIGPIPE.
9912
9913         * connect.c (select_fd): New argument WRITEP.
9914         (iwrite): Call select_fd().
9915
9916 1997-02-27  Fila Kolodny <fila@ibi.com>
9917
9918         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
9919         one already exists, just skip it.
9920
9921 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
9922
9923         * http.c (gethttp): Cosmetic changes.
9924
9925         * http.c (check_end): Allow `+D...' instead of `GMT'.
9926         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
9927
9928         * url.c (process_ftp_type): New function.
9929         (parseurl): Use it.
9930
9931         * connect.c (iwrite): Allow writing in a few chunks.
9932         (bindport): Made SRV static, so addr can point to it.
9933         (select_fd): Removed HPUX kludge.
9934
9935         * host.c (free_hlist): Incorporated into clean_hosts().
9936
9937 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
9938
9939         * host.c (hlist): Made static.
9940         (search_address): Cosmetic change.
9941
9942 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
9943
9944         * version.c: Wget v1.5-b1 is released.
9945
9946         * http.c (hgetlen): Use sizeof() to get the header length.
9947         (hgetrange): Ditto.
9948         (hgettype): Ditto.
9949         (hgetlocation): Ditto.
9950         (hgetmodified): Ditto.
9951         (haccepts_none): Ditto.
9952
9953         * main.c (main): Updated `--version' and `--help' output, as per
9954         Francois Pinard's suggestions.
9955
9956         * main.c: Include locale.h; call setlocale(), bindtextdomain() and 
9957         textdomain().
9958
9959         * config.h.in: Define stubs for I18N3.
9960
9961         * wget.h: Include libintl.h.
9962
9963 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
9964
9965         * url.c (mkstruct): Check for opt.cut_dirs.
9966         (mkstruct): alloca()-te more, xmalloc() less.
9967
9968         * utils.c (load_file): Check for ferror().
9969
9970         * url.c (get_urls_file): Close only the files we opened.
9971         (get_urls_html): Ditto.
9972         (count_slashes): New function.
9973
9974         * http.h: Removed.
9975
9976         * http.c (gethttp): Respect username and password provided by
9977         proxy URL.
9978         (base64_encode_line): Write into an existing buffer instead of
9979         malloc-ing a new one.
9980         (struct http_stat): Moved from http.h
9981
9982         * retr.c (retrieve_url): Free SUF.
9983
9984         * all: Removed lots of unnecessary .h dependencies.
9985
9986         * html.c (global_state): Made static.
9987
9988         * utils.h (ALLOCA_ARRAY): New macro.
9989
9990         * main.c (main): New option `--cut-dirs'.
9991
9992         * url.c (construct): Use alloca() for T.
9993
9994         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
9995
9996         * host.c (_host_t): Moved from host.h.
9997         (struct host): Renamed from _host_t.
9998         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
9999         (realhost): Ditto.
10000
10001         * host.h: Don't include url.h.
10002
10003         * ftp.c (LIST_FILENAME): Moved from ftp.h.
10004
10005         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
10006
10007         * main.c (main): Enable log if the output goes to a TTY.
10008
10009         * connect.h: Removed unused constant `BACKLOG'.
10010
10011         * config.h.in: Check for isatty().
10012
10013         * Makefile.in (LINK): Use CFLAGS when linking.
10014
10015 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
10016
10017         * mswindows.c (ws_hangup): Use redirect_output().
10018
10019         * main.c (redirect_output_signal): New function; use
10020         redirect_output().
10021
10022         * log.c (redirect_output): New function, based on hangup(), which
10023         is deleted.
10024
10025         * log.c (vlogmsg): New function.
10026
10027         * wget.h (DEBUGP): Use debug_logmsg().
10028
10029         * main.c (hangup): Use it.
10030
10031         * log.c (log_dump): New function.
10032
10033         * utils.h (DO_REALLOC): Use `long' for various sizes.
10034
10035         * http.c (hskip_lws): Use `while', for clarity.
10036         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
10037         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
10038
10039         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
10040         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
10041
10042         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
10043         (LEGIBLE_SEPARATOR): Ditto.
10044         (FILE_BUFFER_SIZE): Ditto.
10045
10046         * retr.c (BUFFER_SIZE): Moved from retr.h.
10047
10048         * log.c: New file.
10049         (logmsg): Moved from utils.c.
10050         (debug_logmsg): New function.
10051
10052         * mswindows.h: Include it here.
10053
10054         * init.c: Ditto.
10055
10056         * utils.c: Don't include <windows.h>.
10057
10058 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
10059
10060         * host.c (ftp_getaddress): Ditto.
10061
10062         * main.c (main): Use it.
10063
10064         * utils.h (STRDUP_ALLOCA): New macro.
10065
10066         * init.c: Prepend `wget: ' to error messages printed on stderr.
10067
10068         * utils.c (mkdirhier): Renamed from mymkdir.
10069         (touch): Renamed from my_touch.
10070         (pwd_cuserid): Renamed from my_cuserid().
10071
10072 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
10073
10074         * utils.c (accdir): Process wildcards.
10075         (proclist): New function.
10076         (accdir): Use it to avoid code repetition.
10077
10078 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
10079
10080         * recur.c (parse_robots): Respect opt.useragent; use alloca().
10081
10082         * http.c (gethttp): Construct useragent accordingly.
10083
10084         * version.c: Changed version string to numbers-only.
10085
10086         * main.c (print_help): List all the options.
10087
10088         * mswindows.c (windows_main_junk): Initialize argv0 here.
10089
10090 1998-01-24  Karl Heuer  <kwzh@gnu.org>
10091
10092         * netrc.c (search_netrc): Initialize `l' only after processing
10093         netrc.
10094
10095         * main.c (main): Don't trap SIGHUP if it's being ignored.
10096
10097 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
10098
10099         * all: Use logmsg().
10100
10101         * utils.c (time_str): Moved from retr.c.
10102         (logmsg): New function.
10103         (logmsg_noflush): Ditto.
10104
10105         * rbuf.c: New file, moved buf_* functions here.
10106
10107         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
10108
10109         * ftp-basic.c (ftp_rest): Use prnum().
10110
10111         * ftp-basic.c: Ditto.
10112
10113         * ftp.c: Use the new reading functions and macros.
10114
10115         * retr.c (buf_initialize): New function.
10116         (buf_initialized_p): Ditto.
10117         (buf_uninitialize): Ditto.
10118         (buf_fd): Ditto.
10119
10120         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
10121         efficiency.
10122         (gethttp): Use alloca() where appropriate.
10123
10124         * retr.c (buf_readchar): Use it.
10125         (buf_peek): Use rstreams.
10126
10127         * retr.h (BUF_READCHAR): New macro.
10128
10129         * init.c (home_dir): Rewritten for clarity.
10130         (init_path): Ditto.
10131
10132         * mswindows.c (ws_backgnd): Made static.
10133         (read_registry): Ditto.
10134         (ws_cleanup): Ditto.
10135         (ws_handler): Ditto.
10136
10137 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
10138
10139         * alloca.c: New file.
10140
10141         * Makefile.in (ALLOCA): Define.
10142
10143         * mswindows.c (ws_help): Constify.
10144         (ws_help): Use alloca.
10145
10146         * mswindows.c: Reformat.
10147
10148         * all: Added _(...) annotations for I18N snarfing and translation.
10149
10150         * host.c (ftp_getaddress): Nuke SYSINFO.
10151         (ftp_getaddress): Don't use getdomainname().
10152         (ftp_getaddress): Use uname(), where available.
10153
10154         * http.c (gethttp): Protect a stray fprintf().
10155
10156         * init.c (settime): New function.
10157         (setval): Treat WAIT specially, allowing suffixes like `m' for
10158         minutes, etc.
10159
10160 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
10161
10162         * url.c (get_urls_html): Use alloca() for TEMP.
10163
10164 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
10165
10166         * url.c (rotate_backups): New function.
10167
10168         * http.c (gethttp): Ditto.
10169
10170         * ftp.c (getftp): Rotate backups.
10171
10172 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
10173
10174         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
10175         xrealloc() and xstrdup().  Use the new functions.
10176
10177         * url.c (decode_string): Made static.
10178         (has_proto): Ditto.
10179         (parse_dir): Ditto.
10180         (parse_uname): Ditto.
10181         (mkstruct): Ditto.
10182         (construct): Ditto.
10183         (construct_relative): Ditto.
10184
10185         * retr.c (show_progress): Made static.
10186
10187         * recur.c (robots_url): Made static.
10188         (retrieve_robots): Ditto.
10189         (parse_robots): Ditto.
10190         (robots_match): Ditto.
10191
10192         * main.h: Removed.
10193
10194         * main.c (printhelp): Made static.
10195         (hangup): Ditto.
10196
10197         * init.c (comind): Made static.
10198         (defaults): Ditto.
10199         (init_path): Ditto.
10200         (run_wgetrc): Ditto.
10201         (onoff): Ditto.
10202         (setonoff): Ditto.
10203         (setnum): Ditto.
10204         (myatoi): Ditto.
10205         (getperms): Ditto.
10206         (setbytes): Ditto.
10207
10208         * http.c (fetch_next_header): Made static.
10209         (hparsestatline): Ditto.
10210         (hskip_lws): Ditto.
10211         (hgetlen): Ditto.
10212         (hgetrange): Ditto.
10213         (hgettype): Ditto.
10214         (hgetlocation): Ditto.
10215         (hgetmodified): Ditto.
10216         (haccepts_none): Ditto.
10217         (gethttp): Ditto.
10218         (base64_encode_line): Ditto.
10219         (mktime_from_utc): Ditto.
10220         (http_atotm): Ditto.
10221
10222         * html.c (idmatch): Made static.
10223
10224         * host.c (search_host): Made static.
10225         (search_address): Ditto.
10226         (free_hlist): Ditto.
10227
10228         * ftp.c (getftp): Made static.
10229         (ftp_loop_internal): Ditto.
10230         (ftp_get_listing): Ditto.
10231         (ftp_retrieve_list): Ditto.
10232         (ftp_retrieve_dirs): Ditto.
10233         (ftp_retrieve_glob): Ditto.
10234         (freefileinfo): Ditto.
10235         (delelement): Ditto.
10236
10237         * ftp-ls.c (symperms): Made static.
10238         (ftp_parse_unix_ls): Ditto.
10239
10240         * connect.c (select_fd): Made static.
10241
10242         * utils.c (xmalloc): Renamed from nmalloc.
10243         (xrealloc): Renamed from nrealloc.
10244         (xstrdup): Renamed from nstrdup.
10245
10246         * getopt.c (exchange): Use alloca.
10247
10248         * mswindows.c (mycuserid): Use strncpy.
10249
10250         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
10251         systhings.h, windecl.h and winjunk.h removed.
10252
10253         * mswindows.c (sleep): New function.
10254
10255         * utils.c: Include <windows.h> under Windows.
10256
10257 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
10258
10259         * url.h (URL_UNSAFE): Change default under Windows.
10260
10261         * retr.c (retrieve_from_file): Respect opt.delete_after.
10262
10263         * main.c (main): Call ws_help on Windows.
10264
10265         * winjunk.c (windows_main_junk): New function.
10266
10267         * main.c (main): Junk-process argv[0].
10268
10269         * http.c (mktime_from_utc): Return -1 if mktime failed.
10270
10271         * http.c (http_loop): Ditto.
10272
10273         * ftp.c (ftp_loop_internal): Change title on Windows when using a
10274         new URL.
10275
10276         * winjunk.c (getdomainname): Lots of functions.
10277
10278 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
10279
10280         * cmpt.c (strptime_internal): Handle years more correctly for
10281         `%y'.
10282
10283 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
10284
10285         * http.c (gethttp): Allocate enough space for
10286         `Proxy-Authorization' header.
10287
10288 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
10289
10290         * version.c: Wget/1.4.5 is released.
10291
10292 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
10293
10294         * retr.c (get_contents): Check return value of fwrite more
10295         carefully.
10296
10297 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10298
10299         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
10300         year, regardless of century.
10301
10302 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
10303
10304         * utils.c (isfile): Use `lstat' instead of `stat'.
10305
10306 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
10307
10308         * utils.c (numdigit): Use explicit test.
10309
10310 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
10311
10312         * http.c (http_loop): Always use `url_filename' to get u->local.
10313
10314 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
10315
10316         * url.c: Recognize https.
10317
10318 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
10319
10320         * recur.c (recursive_retrieve): Lowercase just the host name.
10321
10322 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
10323
10324         * url.c (get_urls_file): Use the correct test.
10325         (get_urls_html): Ditto.
10326
10327 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
10328
10329         * connect.c: Reverted addrlen to int.
10330
10331         * init.c (parse_line): Check for -1 instead of NONE.
10332
10333         * version.c: Changed version to 1.4.5.
10334
10335 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
10336
10337         * init.c: New option netrc.
10338         (initialize): Don't parse .netrc.
10339
10340         * cmpt.c (recursive): Return rp.
10341         (strptime_internal): Match the long strings first, the abbreviated
10342         second.
10343
10344 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
10345
10346         * http.c (check_end): New function.
10347         (http_atotm): Use it.
10348
10349 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
10350
10351         * http.c (gethttp): Use them.
10352
10353         * init.c: New options proxy_user and proxy_passwd.
10354
10355 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
10356
10357         * ftp.c (ftp_retrieve_list): Create links even if not relative.
10358
10359 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
10360
10361         * recur.c (recursive_retrieve): Lowercase the host name, if the
10362         URL is not "optimized".
10363
10364         * host.c (realhost): Return l->hostname, even if it matches with
10365         host.
10366
10367 1997-02-10  Marin Purgar  <pmc@asgard.hr>
10368
10369         * connect.c: Make addrlen size_t instead of int.
10370         (conaddr): Ditto.
10371
10372 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
10373
10374         * systhings.h: Define S_ISLNK on NeXT too.
10375
10376 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
10377
10378         * version.c: Released 1.4.3.
10379
10380         * url.c: Futher update to list of protostrings.
10381         (skip_proto): Skip `//' correctly for FTP and HTTP.
10382
10383         * url.c (get_urls_html): Handle bogus `http:' things a little
10384         different.
10385
10386         * main.c (main): Removed `follow-ftp' from `f'.
10387         (main): Dumped the `prefix-files' and `file-prefix' options and
10388         features; old and bogus.
10389         (main): Exit on failed setval() in `-e'.
10390
10391         * http.c (fetch_next_header): Use it to detect header continuation
10392         correctly.
10393
10394         * retr.c (buf_peek): New function.
10395
10396 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
10397
10398         * wget.h: Include time.h and stuff.
10399
10400 1997-02-08  Roger Beeman  <beeman@cisco.com>
10401
10402         * ftp.c: Include <time.h>
10403
10404 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
10405
10406         * url.c (findurl): Would read over buffer limits.
10407
10408 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
10409
10410         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
10411
10412 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
10413
10414         * http.c (http_atotm): Initialize tm.is_dst.
10415
10416 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
10417
10418         * http.c (gethttp): Don't print the number of retrieved headers.
10419
10420         * main.c (main): New option `--no-clobber', alias for `-nc'.
10421
10422         * url.c: Recognize `https://'.
10423
10424 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
10425
10426         * host.c (herrmsg): Don't use h_errno.
10427
10428 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
10429
10430         * host.c (accept_domain): Use it.
10431
10432         * main.c (main): New option `--exclude-domains'.
10433
10434         * retr.c (retrieve_url): Use it.
10435         (retrieve_url): Bail out when an URL is redirecting to itself.
10436
10437         * url.c (url_equal): New function.
10438
10439 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
10440
10441         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
10442
10443         * http.c (mk_utc_time): New function.
10444         (http_atotm): Use it; handle time zones correctly.
10445
10446 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
10447
10448         * http.c: Ditto.
10449
10450         * ftp-basic.c: Use it instead of WRITE.
10451
10452         * connect.c (iwrite): New function.
10453
10454 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
10455
10456         * cmpt.c (mktime): New function.
10457
10458         * netrc.c: Include <sys/types.h>.
10459
10460         * main.c (main): Wouldn't recognize --spider.
10461
10462         * retr.c (rate): Use `B', `KB' and `MB'.
10463         (reset_timer,elapsed_time): Moved from utils.c.
10464
10465         * ftp.c (ftp_retrieve_list): Ditto.
10466
10467         * http.c (http_loop): Don't touch the file if opt.dfp.
10468
10469 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
10470
10471         * cmpt.c: New file.
10472
10473         * ftp.c (ftp_retrieve_glob): New argument semantics.
10474         (ftp_retrieve_dirs): Use it.
10475         (ftp_loop): Ditto.
10476
10477         * html.c (htmlfindurl): Recognize `'' as the quote char.
10478
10479 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
10480
10481         * ftp.c (ftp_loop_internal): Use it.
10482
10483         * utils.c (remove_link): New function.
10484
10485 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
10486
10487         * retr.c (retrieve_url): Require STRICT redirection URL.
10488
10489         * url.c (parseurl): New argument STRICT.
10490
10491         * http.c (hparsestatline): Be a little-bit less strict about
10492         status line format.
10493
10494 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
10495
10496         * http.c (gethttp): Use it.
10497
10498         * main.c (main): Don't use '<digit>' as options.
10499
10500         * init.c: New option ignore_length.
10501
10502         * http.c (gethttp): Ditto.
10503         (http_loop): Check for redirection without Location:.
10504         (gethttp): Don't print Length unless RETROKF.
10505
10506         * ftp.c (getftp): Use it.
10507
10508         * url.c (mkalldirs): New function.
10509
10510         * utils.c (mymkdir): Don't check for existing non-directory.
10511
10512         * url.c (mkstruct): Don't create the directory.
10513
10514 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
10515
10516         * init.c (setval): Removed NO_RECURSION checks.
10517
10518 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
10519
10520         * version.c: "Released" 1.4.3-pre2.
10521
10522         * recur.c (recursive_retrieve): Bypass host checking only if URL
10523         is ftp AND parent URL is not ftp.
10524
10525         * ftp-basic.c (ftp_request): Print out Turtle Power.
10526
10527         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
10528         wildcard.
10529         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
10530         not glob.
10531
10532         * http.c (gethttp): Be a little bit smarter about status codes.
10533
10534         * recur.c (recursive_retrieve): Always reset opt.recursive when
10535         dealing with FTP.
10536
10537 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
10538
10539         * retr.c (retrieve_url): New variable location_changed; use it for
10540         tests instead of mynewloc.
10541         (retrieve_url): Allow heuristic adding of html.
10542
10543         * url.c (url_filename): Don't use the `%' in Windows file names.
10544
10545         * http.c (http_loop): Always time-stamp the local file.
10546
10547         * http.c (http_loop): Ditto.
10548
10549         * ftp.c (ftp_retrieve_list): Use it.
10550
10551         * utils.c (my_touch): New function.
10552
10553         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
10554         instead of #ifndef NeXT.
10555
10556         * utils.c (strptime): New version, by Ulrich Drepper.
10557
10558 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
10559
10560         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
10561         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
10562         (http_loop): Would remove ACCEPTRANGES.
10563
10564         * ftp.c (getftp): Call ftp_list with NULL.
10565
10566 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
10567
10568         * html.c (ftp_index): Don't print minutes and seconds if we don't
10569         know them; beautify the output.
10570
10571         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
10572
10573 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
10574
10575         * utils.c (strptime): New function.
10576         (strptime): Don't use get_alt_number.
10577         (strptime): Don't use locale.
10578         (match_string): Made it a function.
10579
10580 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
10581
10582         * http.c (http_atotm): New function.
10583         (http_loop): Use it.
10584
10585         * atotm.c: Removed from the distribution.
10586
10587         * http.c (base64_encode_line): Rewrite.
10588
10589 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
10590
10591         * ftp.c (getftp): Use ftp_expected_bytes; print size.
10592
10593         * ftp-basic.c (ftp_response): Use ftp_last_respline.
10594         (ftp_expected_bytes): New function.
10595
10596         * ftp.c (getftp): Print the unauthoritative file length.
10597
10598         * ftp-ls.c: Renamed from ftp-unix.c.
10599         (ftp_parse_ls): Moved from ftp.c.
10600         (ftp_parse_unix_ls): Recognize seconds in time spec.
10601         (ftp_parse_unix_ls): Recognize year-less dates of the previous
10602         year.
10603
10604 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
10605
10606         * ftp-basic.c: Don't declare errno if #defined.
10607
10608         * host.c (ftp_getaddress): Check for sysinfo legally.
10609
10610 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
10611
10612         * connect.c (iread): Use READ.
10613
10614 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
10615
10616         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
10617         schemes.
10618
10619 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
10620
10621         * host.c (ftp_getaddress): Allow `.' in hostname.
10622
10623 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
10624
10625         * wget.h: READ and WRITE macros for use instead of read and write
10626         on sockets, grep READ *.c, grep WRITE *.c
10627
10628         * wsstartup.c: new file - startup for winsock
10629
10630         * wsstartup.h: new file
10631
10632         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
10633
10634         * configure.bat: Configure utility for MSVC
10635
10636         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
10637
10638 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
10639
10640         * version.c: Released 1.4.3-pre.
10641
10642         * utils.c (prnum): Accept long.
10643         (legible): Use prnum().
10644
10645         * connect.c (make_connection): Accept port as short.
10646         (bindport): Ditto.
10647
10648         * http.c (gethttp): Use search_netrc.
10649
10650 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
10651
10652         * ftp.c (getftp): Use search_netrc.
10653
10654         * netrc.c (free_netrc): New function.
10655
10656         * init.c (home_dir): New function.
10657
10658         * url.c (convert_links): Allow REL2ABS changes.
10659
10660 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
10661
10662         * netrc.c: New file.
10663         (parse_netrc, maybe_add_to_list): New functions.
10664
10665 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
10666
10667         * retr.c (retrieve_url): Reset opt.recursion before calling
10668         ftp_loop if it is reached through newloc.
10669
10670         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
10671         error; don't use "Syntax error", since we don't know if it is
10672         really a syntax error.
10673
10674 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
10675
10676         * utils.c (acceptable): Extract the filename part of the path.
10677
10678         * recur.c (recursive_retrieve): Call acceptable() with the right
10679         argument; would bug out on wildcards.
10680
10681         * init.c (parse_line): Likewise.
10682
10683         * html.c (htmlfindurl): Cast to char * when calling stuff.
10684
10685 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10686
10687         * ftp.c (getftp): Use ftp_pasv.
10688
10689         * ftp-basic.c (ftp_request): Accept NULL value.
10690         (ftp_pasv): New function.
10691
10692         * options.h (struct options): Add passive FTP option.
10693
10694 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
10695
10696         * url.c (parseurl): Debug output.
10697
10698         * utils.c (path_simplify): New one, adapted from bash's
10699         canonicalize_pathname().
10700
10701 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
10702
10703         * ftp.c (getftp): Don't discard the buffer.
10704
10705         * retr.c (get_contents): New parameter nobuf.
10706
10707 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
10708
10709         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
10710
10711         * init.c (setval): Strip the trailing slashes on CVECDIR.
10712
10713 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
10714
10715         * init.c: Make excludes and includes under CVECDIR instead of
10716         CVEC.
10717
10718 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
10719
10720         * url.c (get_urls_html): Skip "http:".
10721
10722 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
10723
10724         * utils.c (strcasecmp): From glibc.
10725         (strncasecmp): Also.
10726         (strstr): Also.
10727
10728         * url.c: Added javascript: to the list of URLs prefixes.
10729
10730 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
10731
10732         * recur.c (retrieve_robots): Print the warning message only if
10733         verbose.
10734
10735 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
10736
10737         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
10738
10739 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
10740
10741         * systhings.h: New file.
10742
10743         * ../configure.in: Check for utime.h
10744
10745         * ftp.c: Check whether we have unistd.h.
10746
10747 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
10748
10749         * recur.c (recursive_retrieve): Send the canonical URL as referer.
10750         (recursive_retrieve): Call get_urls_html with the canonical URL.
10751
10752 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10753
10754         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
10755         ansi2knr support for compilers which don't support ANSI style
10756         function prototypes and signatures.
10757
10758         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
10759
10760 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
10761
10762         * url.c: Use it; Recognize paths ending with "." and ".." as
10763         directories.
10764         (url_filename): Append .n whenever file exists and could be a
10765         directory.
10766
10767         * url.h (ISDDOT): New macro.
10768
10769         * init.c (parse_line): Use unsigned char.
10770
10771         * url.c (get_urls_html): Cast to unsigned char * when calling
10772         htmlfindurl.
10773
10774         * html.c (htmlfindurl): Use unsigned char.
10775
10776         * version.c: Changed version to 1.4.3.
10777
10778 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
10779
10780         * version.c: Released 1.4.2.
10781
10782         * ftp.c (getftp): Simplified assertion.
10783         (ftp_loop_internal): Remove symlink before downloading.
10784         (ftp_retrieve_list): Unlink the symlink name before attempting to
10785         create a symlink!
10786
10787         * options.h (struct options): Renamed print_server_response to
10788         server_response.
10789
10790         * ftp.c (rel_constr): Removed.
10791         (ftp_retrieve_list): Don't use it.
10792         (ftp_retrieve_list): Use opt.retr_symlinks.
10793
10794 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
10795
10796         * main.c (main): New option retr_symlinks.
10797
10798         * url.c (convert_links): Print verbose message.
10799
10800 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
10801
10802         * http.c (http_loop): Reset newloc in the beginning of function;
10803         would cause FMR in retrieve_url.
10804
10805 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
10806
10807         * recur.c (convert_all_links): Find the URL of each HTML document,
10808         and feed it to get_urls_html; would bug out.
10809         (convert_all_links): Check for l2 instead of dl; removed dl.
10810
10811         * url.c (convert_links): Don't refer to freed newname.
10812
10813         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
10814
10815         * main.c (main): Print the OS_TYPE in the debug output, too.
10816
10817         * recur.c (recursive_retrieve): Check for opt.delete_after.
10818
10819         * main.c (main): New option delete-after.
10820
10821         * init.c (setval): Cleaned up.
10822
10823 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
10824
10825         * Makefile.in (wget): Make `wget' the default target.
10826
10827         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
10828         loop.
10829         (ftp_retrieve_list): Warn about non-matching sizes.
10830
10831         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
10832
10833         * init.c (setnum): Renamed from setnuminf; New argument flags.
10834         (setval): Use it.
10835
10836         * main.c (main): Sorted the options.
10837         (main): New option --wait.
10838
10839 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
10840
10841         * html.c (htmlfindurl): Reset s->in_quote after getting out of
10842         quotes.
10843
10844 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
10845
10846         * version.c: Changed version to 1.4.2.
10847
10848 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
10849
10850         * version.c: Released 1.4.1.
10851
10852         * html.c (html_quote_string): New function.
10853         (ftp_index): Use it.
10854         (htmlfindurl): A more gentle ending debug message.
10855
10856         * ftp.c (ftp_loop): Check for opt.htmlify.
10857
10858         * init.c: New command htmlify.
10859
10860         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
10861         strings.
10862         (ftp_loop): Print size of index.html.
10863
10864         * init.c (setval): Implement "styles".
10865
10866         * main.c (main): New option dotstyle.
10867
10868 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
10869
10870         * ftp.c (getftp): Close the master socket in case of errors, after
10871         bindport().
10872
10873         * connect.c (bindport): Initialize msock to -1.
10874
10875         * ftp.c (getftp): Initialize dtsock to -1.
10876
10877         * connect.c (closeport): Don't close sock if sock == -1.
10878
10879 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
10880
10881         * init.c (setnuminf): Nuked default value -- just leave unchanged.
10882         (setval): Don't send default values.
10883         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
10884
10885         * options.h (struct options): Use long for dot_bytes.
10886
10887         * init.c (setquota): Renamed to setbytes.
10888         (setval): Use setbytes on DOTBYTES.
10889
10890 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
10891
10892         * ftp.c (getftp): Initialize con->dltime.
10893
10894         * recur.c (recursive_retrieve): Use same_host instead of
10895         try_robots; simply load robots_txt whenever the host is changed.
10896         (recursive_retrieve): Free forbidden before calling parse_robots.
10897
10898 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
10899
10900         * retr.c (show_progress): Use them.
10901
10902         * options.h (struct options): New options dot_bytes, dots_on_line
10903         and dot_spacing.
10904
10905 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
10906
10907         * recur.c (recursive_retrieve): Retrieve directories regardless of
10908         acc/rej rules; check for empty u->file.
10909
10910 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
10911
10912         * init.c (setval): Use it.
10913
10914         * utils.c (merge_vecs): New function.
10915
10916         * init.c (setval): Reset the list-type functions when encountering
10917         "".
10918
10919 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
10920
10921         * recur.c (recursive_retrieve): Use base_url instead of this_url
10922         for no_parent.
10923
10924 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
10925
10926         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
10927
10928 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
10929
10930         * utils.c (sepstring): Rewrote; don't use strtok.
10931
10932         * recur.c (recursive_retrieve): Enter assorted this_url to slist
10933         when running the first time.
10934         (retrieve_robots): Warn to ignore errors when robots are loaded.
10935
10936         * utils.c (load_file): Moved from url.c.
10937
10938         * http.c: Made static variables const too in h* functions.
10939
10940         * main.c (main): Renamed --continue-ftp to --continue.
10941
10942         * recur.c (recursive_retrieve): Use it.
10943
10944         * utils.c (frontcmp): New function.
10945
10946         * url.c (accdir): New function.
10947
10948         * html.c (htmlfindurl): Recognize <area href=...>.
10949
10950         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
10951
10952         * init.c (setval): Free the existing opt.excludes and
10953         opt.includes, if available.
10954
10955         * main.c (main): New option -I.
10956
10957 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
10958
10959         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
10960
10961         * version.c: Changed version to 1.4.1.
10962
10963 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
10964
10965         * version.c: Released 1.4.0.
10966
10967 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
10968
10969         * main.c (main): Free com and val after parse_line.
10970         (printhelp): Reorder the listing.
10971
10972         * http.c: More robust header parsing.
10973
10974         * http.c: Allow any number of spaces, or no spaces, precede ':'.
10975         (hskip_lws): New function.
10976         (haccepts_bytes): New function.
10977         (gethttp): Use it.
10978
10979         * init.c (setval): Check header sanity.
10980         (setval): Allow resetting of headers.
10981
10982 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
10983
10984         * http.c (http_loop): Don't use has_wildcards.
10985
10986         * http.c (gethttp): Free all_headers -- would leak.
10987
10988         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
10989         0 -- this fixes a long-standing bug in -rl.
10990
10991 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
10992
10993         * ftp.c: Use -1 as "impossible" value for con->fd.
10994
10995         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
10996
10997         * init.c (parse_line): Use isalpha.
10998
10999         * ftp-unix.c: Use HAVE_UNISTD_H.
11000
11001         * mtch.c (has_wildcards): Don't match \.
11002
11003         * http.c (http_loop): Warn on HTTP wildcard usage.
11004
11005 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
11006
11007         * url.c (url_filename): Do not create numbered suffixes if
11008         opt.noclobber -- would bug out on -nc.
11009
11010 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
11011
11012         * recur.c (parse_robots): Don't chuck out the commands without
11013         arguments (`Disallow:<empty>' didn't work).
11014         (parse_robots): Compare versions lowercase.
11015         (parse_robots): Match on base_version, not version_string!
11016         (parse_robots): Handle comments properly.
11017         (parse_robots): Match versions in a sane way.
11018
11019         * init.c: Print nicer error messages.
11020
11021         * version.c: Changed version to 1.4.0.
11022
11023 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
11024
11025         * version.c: Released 1.4.0-test2.
11026
11027         * init.c (run_wgetrc): Close fp.
11028
11029         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
11030         u->dir.
11031
11032 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
11033
11034         * init.c (setquota): Allow inf as quota specification.
11035
11036 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
11037
11038         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
11039         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
11040
11041         * main.c (main): Check for quota by comparison with downloaded
11042         stuff, not from status.
11043
11044         * connect.c (select_fd): Should compile on HPUX without warnings now.
11045
11046         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
11047         returned RETROK.
11048
11049 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
11050
11051         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
11052         (getftp): Return FTPRETRINT on control connection error.
11053
11054         * html.c (htmlfindurl): Recognize <embed src=...> and
11055         <bgsound src=...>.
11056         (ftp_index): Handle username and password correctly.
11057
11058         * main.c (main): Made `-np' a synonim for --no-parent.
11059
11060 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
11061
11062         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
11063         ftp_retrieve_glob.
11064
11065         * version.c: Changed version to 1.4.0-test2.
11066
11067 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
11068
11069         * version.c: Released 1.4.0-test1.
11070
11071         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
11072         directory.
11073         (convert_links): Removed definition of make_backup.
11074
11075         * http.h: Removed definition of MAX_ERROR_LENGTH.
11076
11077         * host.c (ftp_getaddress): Check for "(none)" domains.
11078
11079         * ftp.c (ftp_retrieve_dirs): Docfix.
11080
11081         * http.c (gethttp): Use ou->referer instead of u->referer.
11082
11083         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
11084         this was known to cause coredumps on Linux.
11085
11086         * html.c (ftp_index): Cast the argument to local_time to time_t *.
11087
11088 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
11089
11090         * connect.c (select_fd): Use exceptfds -- once and for all.
11091
11092         * retr.c (retrieve_from_file): Free filename after
11093         recursive_retrieve.
11094         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
11095         first-time retrieval.
11096         (retrieve_from_file): Return uerr_t; new argument, count.
11097         (retrieve_from_file): Break on QUOTEXC.
11098
11099         * init.c (setquota): Fixed a bug that caused rejection of
11100         non-postfixed values..
11101
11102 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
11103
11104         * version.c: Changed name to wget.
11105
11106         * connect.c (iread): Smarter use of select.
11107         (select_fd): Set errno on timeout.  If not timeout, return 1
11108         instead of 0.
11109
11110 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
11111
11112         * ftp.c (ftp_loop_internal): Don't use con->cmd before
11113         establishing it.
11114
11115 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
11116
11117         * http.c (gethttp): Send correct referer when using proxy.
11118         (gethttp): Use struct urlinfo ou to access the relevant data; send
11119         correct authorization in all cases.
11120
11121         * host.c (same_host): Use skip_uname to skip username and
11122         password.
11123
11124         * url.c (skip_uname): New function.
11125         (parseurl): Use it.
11126
11127         * host.c (same_host): Do not assume HTTP -- same_host should now
11128         be totally foolproof.
11129
11130         * url.c (skip_proto): New function.
11131         (parse_uname): Use it.
11132
11133         * http.c (gethttp): Create local user and passwd from what is
11134         given.
11135
11136         * url.c (parseurl): Check for HTTP username and password too.
11137
11138 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
11139
11140         * config.h.in: Removed #define gethostbyname R...
11141
11142 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
11143
11144         * version.c: Changed version to 1.4.0-test1.
11145
11146 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
11147
11148         * version.c: "Released" 1.4b29.
11149
11150         * recur.c (recursive_retrieve): Check for no_parent.
11151
11152         * init.c (setval): Option update.
11153
11154         * main.c (main): New option no-parent.
11155
11156         * options.h (struct options): New variable no_parent.
11157
11158         * recur.c (recursive_retrieve): Only files are checked for
11159         opt.accepts and opt.rejects.
11160         (recursive_retrieve): Check directories for opt.excludes.
11161         (recursive_retrieve): Make the dir absolute when checking
11162         opt.excludes.
11163
11164         * html.c (htmlfindurl): Recognize <applet code=...> and <script
11165         src=...>
11166
11167 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
11168
11169         * ftp.c (getftp): Do not line-break assert entries at all.
11170         (ftp_retrieve_dirs): docfix.
11171
11172         * connect.c (select_fd): Use fd + 1 as nfds.
11173
11174         * version.c: Changed version to 1.4b29.
11175
11176 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
11177
11178         * version.c: "Released" 1.4b28.
11179
11180         * ftp.c (ftp_loop_internal): Check whether f->size == len and
11181         don't continue the loop if it is.
11182         (ftp_get_listing): Remove list_filename on unsuccesful loop.
11183
11184 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
11185
11186         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
11187         (getftp): Do not use multiline assert.
11188
11189         * http.c (hparsestatline): Use mjr and mnr instead of major and
11190         minor, which don't compile on Ultrix.
11191         (http_loop): Use strcpy() to initialize tmp.
11192
11193         * all: Geturl -> Fetch
11194
11195 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
11196
11197         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
11198         ':'.
11199
11200         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
11201         moving `bufsize &&' to the beginning of each check in for-loops.
11202
11203         * recur.c (parse_robots): Close fp on exit.
11204
11205         * url.c (mymkdir): Check for each directory before creating.
11206
11207 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
11208
11209         * version.c: Changed version to 1.4b28.
11210
11211 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
11212
11213         * version.c: "Released" 1.4b27.
11214
11215         * init.c (parse_line): Use isspace.
11216         (parse_line): Free *com on all errors.
11217
11218         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
11219         (delelement): Use next instead of f->next and prev instead of
11220         f->prev.
11221         (delelement): Free the members of the deleted element.
11222
11223         * http.c (http_loop): Do not return RETROK on code != 20x.
11224
11225         * init.c (cleanup): Free opt.user_header.
11226         (cleanup): Free opt.domains.
11227
11228         * url.c (freelists): Moved to cleanup().
11229
11230         * http.c (hparsestatline): Docfix.
11231
11232         * main.c (main): Return with error status on unsuccesful
11233         retrieval.
11234
11235         * init.c (setval): Do not remove listing when mirroring.
11236
11237         * url.c (url_filename): Use opt.fileprefix.
11238
11239         * ftp.c (ftp_get_listing): Use url_filename to get filename for
11240         .listing.
11241
11242         * main.c (main): New option: -rn.
11243
11244 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
11245
11246         * Makefile.in (RM): Added RM = rm -f.
11247
11248         * host.c (clean_hosts): New function.
11249         (free_hlist): Just free the list, no reset.
11250
11251         * version.c: Changed version to 1.4b27.
11252
11253 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
11254
11255         * version.c: "Released" 1.4b26.
11256
11257         * retr.c (retrieve_from_file): If call get_urls_html with
11258         opt.spider to make it silent in spider mode.
11259
11260         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
11261
11262         * url.h (CLEANDUP): New macro.
11263
11264         * http.c (gethttp): Fixed a bug that freed location only when it
11265         was NULL.
11266
11267         * retr.c (retrieve_url): Free url if it will not be stored,
11268         i.e. newloc is NULL.
11269
11270         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
11271         old version would bug out on <a href="x#a"href="y">.
11272
11273         * html.h (state_t): New member in_quote.
11274
11275         * html.c (htmlfindurl): Free s->attr at the beginning of
11276         attr-loop.
11277
11278         * recur.c (recursive_retrieve): Recognize RCLEANUP.
11279         (tried_robots): Make hosts a global variable.
11280         (recursive_retrieve): Free constr after URL host optimization.
11281         (tried_robots): Free urlinfo before exiting.
11282
11283         * utils.c (free_slist): New function.
11284
11285         * recur.c (recursive_retrieve): Use flags to add cleanup
11286         possibility.
11287
11288         * main.c (main): Free filename after recursive_retrieve.
11289
11290         * http.c (gethttp): Store successful responses too.
11291
11292 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
11293
11294         * all: Constified the whole source.  This required some minor
11295         changes in many functions in url.c, possibly introducing bugs -- I
11296         hope not.
11297
11298         * ftp-basic.c: Removed last_respline.
11299
11300         * http.c (gethttp): Free type.
11301
11302         * host.c (same_host): Free real1 and real2.
11303
11304         * main.c (main): New option --spider.
11305
11306         * retr.c (get_contents): Don't reset errno.
11307
11308         * main.c (main): Sorted the options.
11309
11310         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
11311         uninitialized by select().
11312
11313         * http.c (http_loop): Print the time when the connection is
11314         closed.
11315         (gethttp): Debug-print the HTTP request.
11316
11317 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
11318
11319         * connect.c (iread): Do not try reading after timeout.
11320
11321         * main.c (main): Would bug out on -T.
11322
11323         * connect.c (select_fd): Do not use exceptfds.
11324         (iread): Set ETIMEDOUT on select_fd <= 0.
11325
11326         * version.c: Changed version to 1.4b26.
11327
11328 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
11329
11330         * version.c: "Released" 1.4b25.
11331
11332         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
11333         or link name.
11334
11335         * http.c (gethttp): Add errcode to struct hstat.
11336         (http_loop): Use it.
11337
11338         * url.c (no_proxy_match): Simplify using char** for no_proxy.
11339
11340         * options.h (struct options): Make opt.no_proxy a vector.
11341
11342         * utils.c (sepstring): Use !*s instead of !strlen(s).
11343
11344         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
11345         (getperms): Use ISODIGIT instead of isdigit.
11346
11347         * ftp.c (getftp): Print time.
11348
11349         * main.c (main): Use legible output of downloaded quantity.
11350
11351         * ftp.c (getftp): Use elapsed_time().
11352         (ftp_loop_internal): Use rate().
11353
11354         * http.c (http_loop): Add download ratio output; Use rate().
11355
11356         * utils.c (rate): New function.
11357
11358 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
11359
11360         * http.c (http_loop): Use timer.
11361
11362         * ftp.c: Split to ftp-basic.c and ftp.c
11363
11364         * utils.c (reset_timer): New function.
11365         (elapsed_time): New function.
11366
11367         * retr.c (show_progress): Make bytes_in_line and offs long; should
11368         work on 16-bit machines.
11369
11370 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
11371
11372         * url.c (in_acclist): New argument backward.
11373
11374         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
11375         a file should be retrieved according to suffix.
11376         (ftp_get_listing): Check the return value of unlink; Do not call
11377         ftp_retrieve_dirs if depth reached maxreclevel.
11378         (ftp_retrieve_dirs): Check whether the directory is in
11379         exclude-list.
11380
11381         * main.c (main): Print the version number at the beginning of
11382         DEBUG output.
11383         (main): Use strrchr when creating exec_name.
11384
11385         * ftp.c (ftp_retrieve_glob): Do not close control connection.
11386
11387         * version.c: Changed version to 1.4b25.
11388
11389 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
11390
11391         * version.c: "Released" 1.4b24.
11392
11393         * Makefile.in: Rewrite.
11394
11395         * ftp.c (ftp_loop_internal): Likewise.
11396
11397         * retr.c (time_str): Check for failed time().
11398
11399         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
11400         HTML3.0.
11401
11402         * retr.c (time_str): Return time_t *.
11403
11404         * connect.c (bindport): Close msock on unsuccesful bind.
11405         (bindport): The same for getsockname and listen.
11406
11407         * retr.c (retrieve_url): Allow any number of retries on
11408         proxy.
11409
11410         * http.c (gethttp): Do not treat errno == 0 as timeout.
11411         (http_loop): Likewise.
11412         (http_loop): Cosmetic changes.
11413
11414         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
11415
11416         * retr.c (get_contents): Reset errno.
11417
11418         * ftp.c (getftp): Minor fixes.
11419
11420 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
11421
11422         * http.c: Do not use backups.
11423
11424         * geturl.1 (WARNING): Warn that man-page could be obsolete.
11425
11426         * getopt.c (getopt_long): Moved to getopt.c
11427
11428         * geturl.texi: Enhanced.
11429
11430         * main.c (main): Use it.
11431
11432         * recur.c (convert_all_links): New function.
11433
11434         * utils.c (add_slist): New argument flags.
11435
11436         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
11437         (parse_robots): Do not chuck out empty value fields.
11438         (parse_robots): Make yourself welcome on empty Disallow.
11439
11440         * version.c: Changed version to 1.4b24.
11441
11442 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
11443
11444         * version.c: "Released" 1.4b23.
11445
11446         * ftp.c (ftp_loop_internal): Get the time after getftp.
11447
11448         * Makefile.in (install.info): New target.
11449         (install): Use it.
11450
11451         * http.c (http_loop): Fix output when doing -O.
11452
11453 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
11454
11455         * geturl.texi: New file.
11456
11457         * main.c (main): Do not print the warnings and download summary if
11458         opt.quiet is set.
11459
11460         * version.c: Changed version to 1.4b23.
11461
11462 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
11463
11464         * "Released" 1.4b22.
11465
11466         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
11467         to avoid redefinition warnings.
11468
11469         * host.c (store_hostaddress): Use memcpy() to copy the address
11470         returned by inet_addr.
11471
11472         * version.c: Changed version to 1.4b22.
11473
11474 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
11475
11476         * version.c: "Released" 1.4b21.
11477
11478         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
11479
11480         * ftp.c (ftp_port): Use conaddr.
11481         (getftp): Print the file length.
11482         (ftp_retrieve_list): Check the stamps of plain files only.
11483
11484         * connect.c (closeport): Do not call shutdown().
11485         (conaddr): New function.
11486
11487         * html.c (ftp_index): Made it dfp-aware.
11488
11489         * init.c (cleanup): New name of freemem. Close opt.dfp.
11490
11491         * ftp.c (getftp): Use opt.dfp if it is set.
11492
11493         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
11494
11495         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
11496         CWDs to be sent with recursive FTP retrievals.
11497
11498 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
11499
11500         * recur.c (parse_robots): Made it more compliant with "official"
11501         specifications.
11502
11503         * http.c: New function.
11504
11505         * ftp-unix.c (ftp_parse_ls): Added better debug output.
11506
11507         * ftp.c (getftp): Print out the LIST in case of
11508         opt.print_server_response.
11509
11510         * version.c: Changed version to 1.4b21.
11511
11512 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
11513
11514         * version.c: "Released" 1.4b20.
11515
11516         * README: Update.
11517
11518         * http.c (gethttp): Preset lengths of various headers instead of
11519         calculating them dynamically.
11520         (gethttp): Check for 206 partial contents.
11521
11522 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
11523
11524         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
11525
11526         * http.c (gethttp): Send the port number in the Host: header.
11527
11528 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
11529
11530         * http.c (gethttp): Send host: header.
11531         (gethttp): Add the possibility of user-defined headers.
11532         (gethttp): Move decision about pragma: no-cache to http_loop,
11533         where it belongs.
11534         (gethttp): Pass a struct instead of enormous argument list.
11535         (http_loop): Use a new, fancier display format.
11536         (ftp_loop): Likewise.
11537
11538         * main.c: (hangup): Turn off buffering of the new log file.
11539
11540         * install-sh: Likewise.
11541
11542         * config.sub: Replace with the one in autoconf-2.10
11543
11544         * geturl.1: Update.
11545
11546         * init.c: New options httpuser and httppasswd.
11547
11548         * http.c: (base64_encode_line): New function.
11549         (gethttp): Send authentication.
11550
11551         * connect.c (make_connection): Use store_hostaddress.
11552
11553 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
11554
11555         * host.c (store_hostaddress): New function.
11556
11557         * NEWS: Update.
11558
11559         * http.c (hgetrange): New function.
11560         (gethttp): Use ranges.
11561
11562         * utils.c (numdigit): Accept long instead of int.
11563
11564         * http.c (http_loop): Add restart capabilities.
11565
11566         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
11567         being used uninitialized.
11568         (ftp_retrieve_list): Similar fix.
11569
11570         * host.c (add_hlist): Fixed a bug that could cause cmp being used
11571         uninitialized.
11572
11573         * url.c (construct_relative): New function.
11574
11575         * recur.c (recursive_retrieve): Use it.
11576
11577         * retr.c (convert_links): New function.
11578
11579 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
11580
11581         * url.c (free_urlpos): New function.
11582
11583         * recur.c (recursive_retrieve): Adapt.
11584
11585         * url.c (get_urls_html): Return a linked list instead of a vector.
11586
11587         * url.c (get_urls_file): Return a linked list instead of a vector.
11588
11589         * geturl.1: Update.
11590
11591         * http.c (gethttp): Implement it.
11592
11593         * init.c (setval): New option: SAVEHEADERS
11594
11595         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
11596         be retrieved. Lack of this test caused bugs when the connection
11597         was lost during listing.
11598
11599         * retr.c (retrieve_url): Fixed a bug that caused
11600         coredumps. *newloc is now reset by default.
11601         (retrieve_url): Lift the twenty-tries limit on proxies.
11602
11603         * version.c: Changed version to 1.4b20.
11604
11605 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
11606
11607         * version.c: "Released" 1.4b19.
11608
11609 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
11610
11611         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
11612         (getftp): Changed prototype to accept ccon *.
11613
11614 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
11615
11616         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
11617         incorrect values to files pointed to by symbolic links.
11618         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
11619
11620 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
11621
11622         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
11623
11624         * main.c (main): New option: --user-agent.
11625
11626         * geturl.1: Ditto.
11627
11628         * init.h: Ditto.
11629
11630         * init.c (setval): Ditto.
11631
11632         * main.c (main): Rename "server-headers" to "server-response".
11633
11634         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
11635         executables in 'ls -F' listings.
11636
11637 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
11638
11639         * url.c (parseurl): Remove realloc() and sprintf().
11640         (str_url): Get rid of sprintf().
11641
11642         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
11643         servers.
11644
11645         * url.h (URL_CLEANSE): Made it else-resistant.
11646         (USE_PROXY): New macro.
11647
11648 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
11649
11650         * NEWS: Update.
11651
11652         * version.c: Changed version to 1.4b19.
11653
11654 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
11655
11656         * version.c: "Released" 1.4b18.
11657
11658         * url.c: Made it reallocate space exponentially.
11659
11660 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
11661
11662         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
11663         the list of stuff to fetch.
11664
11665 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
11666
11667         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
11668         -Fi.
11669
11670         * html.c (htmlfindurl): Rewrite.
11671
11672         * http.c (gethttp): Use opt.proxy_cache.
11673
11674         * main.c (main): Added --cache option.
11675
11676         * ftp.c (ftp_response): Print server response if opt.print_server
11677         response is set.
11678         (getftp): Print newlines after each request if the server response
11679         is to be printed.
11680         (ftp_response): Copy the last response line to last_respline.
11681
11682         * http.c (gethttp): Add Pragma: nocache for retried
11683         proxy-retrievals.
11684
11685         * ftp.c (getftp): Use it.
11686
11687         * retr.c (buf_discard): New function.
11688
11689         * ftp.c (ftp_response): Use buf_readchar().
11690         (getftp): Flush the control connection buffer before calling
11691         get_contents().
11692
11693         * retr.c (buf_readchar): New function.
11694         (buf_flush): New function.
11695         (get_contents): Use buf_readchar() instead of read(x, x, 1).
11696         (get_contents): Use buf_flush.
11697
11698 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
11699
11700         * ftp.c: Incorporate changes to ftp_response.
11701
11702         * ftp.c (ftp_response): Allocate the server response dynamically,
11703         as in read_whole_line and fetch_next_header.
11704
11705         * utils.c (read_whole_line): Fixed a bug that prevented reading
11706         the last line if it is not \n-terminated. Also fixed a possible
11707         memory overflow.
11708
11709         * http.c (fetch_next_header): Return malloc-ed string as large as
11710         needed.
11711         (gethttp): Use new fetch_next_header.
11712
11713 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
11714
11715         * http.c (hgetlen): Compute the header length the first time only.
11716         (hgettype): Ditto.
11717         (hgetlocation): Ditto.
11718         (hgetmodified): Ditto.
11719
11720 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
11721
11722         * sample.geturlrc: Update.
11723
11724 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
11725
11726         * http.c (http_loop): Ditto.
11727
11728         * ftp.c (getftp): Open the output file as binary.
11729
11730         * version.c: Changed version to 1.4b18.
11731
11732 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
11733
11734         * version.c: "Released" 1.4b17.
11735
11736         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
11737         instead of failed assertion.
11738
11739 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
11740
11741         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
11742         if a file of that name already exists.
11743
11744 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
11745
11746         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
11747
11748         * config.h.in: Define gethostbyname as Rgethostbyname when using
11749         Socks.
11750
11751         * configure.in: Check for -lresolv if using Socks.
11752
11753         * version.c: Changed version to 1.4b17.
11754
11755 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
11756
11757         * version.c: "Released" 1.4b16.
11758
11759         * http.c (gethttp): More intelligent check for first line of HTTP
11760         response.
11761         (gethttp): Would bug out on time-stamping.
11762
11763         * version.c: Changed version to 1.4b16.
11764
11765 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
11766
11767         * version.c: Released 1.4b15.
11768
11769         * http.c (http_loop): Print \n after the loop entry, not before.
11770
11771         * url.c (url_filename): Use ISDOT.
11772
11773         * url.h (ISDOT): New macro.
11774
11775         * recur.c (recursive_retrieve): Change only opt.recursive for
11776         following FTP.
11777
11778 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
11779
11780         * socks/geturl.cgi: Fixed version No.
11781
11782         * socks/download-netscape.html: Ditto.
11783
11784         * socks/download.html: Changed socks.html to download.html.
11785
11786 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
11787
11788         * url.c (url_filename): Check for opt.dirstruct instead for
11789         opt.recursive && opt.dirstruct.
11790
11791         * init.c (defaults): Ditto.
11792         (defaults): Reset dirstruct by default.
11793         (setval): Set opt.dirstruct whenever setting recursive.
11794
11795         * init.h: Removed FORCEDIRHIER.
11796
11797         * INSTALL: Added -L to socks-description.
11798
11799         * version.c: Changed version to 1.4b15.
11800
11801 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
11802
11803         * version.c: "Released" 1.4b14.
11804
11805         * geturl.1: Update AUTHOR to include Rosella as contributor.
11806
11807         * NEWS: Update.
11808
11809         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
11810
11811         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
11812         (cal_time): Fix == to eq.
11813
11814         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
11815
11816         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
11817
11818         * Makefile.in: Use @VERSION@.
11819
11820         * configure.in: Check version from version.c.
11821
11822         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
11823
11824         * socks/download.html: Created from download-netscape.html, made
11825         HTML-2.0 compliant.
11826
11827         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
11828         following FTP links from recursions.
11829
11830 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
11831
11832         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
11833         absolute directories correctly.
11834
11835         * version.c: Changed version to 1.4b14.
11836
11837 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
11838
11839         * version.c: "Released" 1.4b13.
11840
11841         * url.c (make_backup): New function.
11842
11843         * http.c (http_loop): Make a backup copy of the local file (using
11844         rename(2)) before opening it.
11845
11846         * main.c (main): Added --backups.
11847
11848         * host.c (ftp_getaddress): Bail out on failed mycuserid().
11849         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
11850         (ftp_getaddress): Check for empty, null or (null) domain.
11851
11852         * url.c (get_urls_html): If this_url is NULL, the base must have a
11853         protocol.
11854         (parseurl): Use has_proto.
11855
11856         * retr.c (retrieve_url): Warn when proxy is used with more than 20
11857         retries.
11858
11859         * url.c (mkstruct): Create the directory (calling mymkdir()) only
11860         if it is not already there.
11861         (has_proto): New function.
11862         (get_urls_html): Eliminate the remaining call to findurl -- use
11863         has_proto.
11864
11865         * geturl.1: Ditto.
11866
11867         * main.c: Change -X to -x.
11868
11869         * url.c (url_filename): Simplify creation of filename if
11870         prefix_files is set.
11871         (url_filename): Simplify everything. And I do mean *everything*.
11872         (mkstruct): Add dir_prefix before hostname.
11873         (path_simplify): Fixed a bug that caused writing outside the path
11874         string in case of "." and ".." path strings.
11875
11876 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
11877
11878         * init.c: Added --mirror.
11879
11880         * main.c (main): Added -X to force saving of directory hierarchy.
11881
11882         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
11883         (ftp_retrieve_list): Check whether quota is exceeded.
11884
11885         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
11886
11887         * http.c (gethttp): Use referer if present.
11888
11889         * recur.c (recursive_retrieve): Set u->referer before calling
11890         retrieve_url.
11891
11892         * url.c (newurl): Use memset to nullify the struct members.
11893         (freeurl): Free the referer field too.
11894
11895         * url.h: Added referer to urlinfo.
11896
11897         * geturl.1: Updated the manual to document some of the new features.
11898
11899         * utils.c (numdigit): Moved from url.c.
11900
11901         * README: Rewritten.
11902
11903         * config.h.in: Add the support for socks.
11904
11905         * configure.in: Add the support for socks.
11906
11907         * url.c (url_filename): If the dir_prefix is ".", work with just
11908         the file name.
11909         (url_filename): Do not look for .n extensions if timestamping if
11910         turned on.
11911
11912         * retr.c (show_progress): Skip the over-abundant restval data, and
11913         print the rest of it with ',' instead of '.'.
11914
11915 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
11916
11917         * retr.c (show_progress): Changed second arg. to long (as it
11918         should be).
11919         (show_progress): Moved to retr.c.
11920         (get_contents): Moved to retr.c.
11921
11922         * version.c: Change version to 1.4b13.
11923
11924 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
11925
11926         * url.c (in_acclist): Would return after the first suffix.
11927
11928 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
11929
11930         * version.c: "Released" 1.4b12.
11931
11932         * url.c (path_simplify): More kludgifications.
11933         (get_urls_html): Use new parameters for htmlfindurl.
11934
11935         * html.c: Removed memorizing "parser states", since the new
11936         organization does not require them.
11937
11938         * init.c (run_geturlrc): Use read_whole_line.
11939
11940         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
11941
11942         * recur.c (parse_robots): Use read_whole_line.
11943
11944         * utils.c (read_whole_line): New function.
11945
11946         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
11947
11948         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
11949         tested on OSF and Ultrix.
11950         (add_hlist): New function.
11951         (free_hlist): New function.
11952         (search_host): New function.
11953         (search_address): New function.
11954         (realhost): Use search_host, search_address and add_hlist.
11955         (same_host): Replaced realloc() with strdupdelim(), made
11956         case-insensitive, fixed a memory leak.
11957
11958         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
11959         tm_min, like intended.
11960
11961         * version.c: Change user agent information to
11962         Geturl/version.
11963
11964 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
11965
11966         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
11967
11968         * url.c (acceptable): Always accept directories.
11969
11970         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
11971         servers by stripping trailing @ from symlinks and trailing / from
11972         directories.
11973
11974         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
11975
11976         * url.c (skip_url): Use toupper instead of UCASE.
11977
11978         * host.c (sufmatch): Made it case-insensitive.
11979
11980         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
11981         (match_backwards): New function, instead of
11982         match_backwards_or_pattern.
11983
11984         * recur.c (recursive_retrieve): Increased performance by
11985         introducing inl, which reduces number of calls to in_slist to only
11986         one.
11987
11988         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
11989         routine to use.
11990
11991         * main.c (printhelp): Removed the warranty stuff.
11992
11993 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
11994
11995         * url.c (add_slist): Simplify.
11996         (match_backwards_or_pattern): New function.
11997         (in_acclist): Use match_backwards_or_pattern.
11998         (matches): Remove.
11999
12000 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
12001
12002         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
12003         recursive.
12004
12005         * html.c (ftp_index): Fixed to work. Beautified the output.
12006
12007         * ftp.c (ftp_retrieve_glob): Another argument to control whether
12008         globbing is to be used.
12009         (ftp_retrieve_list): Compare the time-stamps of local and remote
12010         files to determine whether to download.
12011
12012 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
12013
12014         * ftp.c (rel_constr): New function.
12015
12016         * retr.c (retrieve_from_file): Check for text/html before
12017         retrieving recursively.
12018
12019         * main.c (main): Check whether the file is HTML before going into
12020         recursive HTML retrieving.
12021
12022         * ftp.c (ftp_retrieve_list): Manage directories.
12023         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
12024         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
12025         initialized, causing bugchecks in getftp to fail.
12026
12027         * configure.in: Check for symlink.
12028
12029         * ftp.c (ftp_retrieve_list): Added support for symlinks.
12030
12031         * version.c: "Released" 1.4b10.
12032
12033         * atotm.c (atotm): Redeclared as time_t.
12034
12035         * init.c: New variable "timestamping".
12036
12037         * main.c (main): New option 'N'.
12038
12039         * http.c (hgetlocation): Case-insensitive match.
12040         (hgetmodified): New function.
12041         (http_loop): Implement time-stamping.
12042
12043 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
12044
12045         * version.c: Changed version to 1.4b10
12046
12047         * atotm.c: New file, from phttpd.
12048
12049         * options.h (struct options): New parameter timestamping.
12050
12051         * version.c: 1.4b9 "released".
12052
12053         * recur.c (recursive_retrieve): Used linked list (ulist) for
12054         faster storing of URLs.
12055
12056         * url.c (get_urls_html): Removed the old kludge with comparing the
12057         outputs of htmlfindurl and findurl.
12058         (get_urls_html): Added better protocol support here.
12059         (create_hash): Removed, as well as add_hash and in_hash.
12060         (addslist): New function.
12061         (in_slist): ditto
12062
12063         * version.c: Released 1.4b8, changed version to b9.
12064
12065 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
12066
12067         * ftp.c (freefileinfo): New function.
12068         (delelement): New function.
12069
12070         * everywhere: GPL!
12071
12072         * ftp.c (ftp_loop): Use ccon.
12073         (ftp_retrieve_glob): Likewise.
12074
12075         * ftp.h: Define ccon, to define status of control connection.
12076
12077         * ftp.c (ftp_get_listing): New function.
12078         (ftp_retrieve_more): New function.
12079         (ftp_retrieve_glob): New function.
12080
12081 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
12082
12083         * configure.in: Removed the search for cuserid().
12084
12085         * init.c (getmode): Renamed to getperms.
12086
12087 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
12088
12089         * version.c: New version.
12090
12091         * main.c (hangup): New function, that handles hangup. Hangup
12092         signal now causes geturl to stop writing on stdout, and to write
12093         to a log file.
12094
12095         * ftp.c (getftp): "Released" 1.4b7.
12096
12097         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
12098         (ftp_index): Use fileinfo/urlinfo.
12099
12100         * ftp-unix.c (ftp_parse_ls): New function.
12101         (symperms): New function.
12102
12103         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
12104
12105         * retr.c (retrieve_url): Added FTP support.
12106
12107 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
12108
12109         * geturl.h: Removed NOTFTP2HTML enum.
12110         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
12111
12112         * ftp.c (getftp): Resynched with urlinfo.
12113         (getftp): Removed HMTL-ization of index.html from getftp.
12114
12115         * version.c: 1.4b6 "released".
12116
12117         * options.h (options): New struct, to keep options in.
12118
12119         * http.c (http_loop,gethttp): Synched with proxy.
12120
12121         * retr.c (retrieve_url): Implemented proxy retrieval.
12122
12123         * main.c (main): Use retrieve_from_file.
12124
12125 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
12126
12127         * retr.c (retrieve_from_file): New function.
12128
12129         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
12130         can be found in u->proto.
12131
12132         * ftp.c (ftp_response): Fixed to accept multi-line responses as
12133         per RFC 959.
12134
12135         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
12136
12137         * url.c (mymkdir): Removed the file of the same name, if one
12138         exists.
12139         (isfile): New function.
12140         (mkstruct): Fixed the '/' glitches.
12141         (path_simplify): Hacked to treat something/.. correctly.
12142
12143 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
12144
12145         * http.c (gethttp): Close the socket after error in headers.
12146         (http_loop): HEOF no longer a fatal header.
12147
12148         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
12149         simplifies the syntax of calling retrieve_url.
12150
12151         * recr.c (recursive_retrieve): Modified to use get_urls_html.
12152
12153         * url.c (get_urls_file): New function.
12154         (get_urls_html): New function.
12155
12156         * recr.c (recursive_retrieve): Patched up to conform to the
12157         standards.
12158
12159         * http.c (gethttp): Synched with the rest...
12160         (gethttp): Treat only CONREFUSED specially, with connection
12161         errors.
12162
12163         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
12164
12165 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
12166
12167         * http.c (http_loop): New function.
12168
12169         * loop.c: Removed *lots* of stuff from retrieve_url.
12170
12171         * url.c (parseurl): Changed to work with urlinfo. Integrated
12172         username finding and path parsing.
12173         (newurl): New function.
12174         (freeurl): New function.
12175         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
12176         (url_filename): Likewise.
12177         (path_simplify): Accept relative paths too.
12178         (opt_url): Made urlinfo-compliant, removed bogosities.
12179         (path_simplify): Expanded to accept relative paths.
12180         (str_url): A replacement for hide_url
12181         (decode_string): Fixed a bug that caused malfunctioning when
12182         encountering an illegal %.. combination.
12183         (opt_url): Removed the argument. Dot-optimizations are now default.
12184
12185         * nmalloc.c (strdupdelim): New function.
12186
12187         * url.h: Added the urlinfo structure
12188
12189 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
12190
12191         * url.c (hide_url): Thrown out the protocol assertion. Do not
12192         change the URL if the protocol if not recognized.
12193         (findurl): Put continue instead of break.
12194
12195 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
12196
12197         * sample.geturlrc: Changed the defaults to be commented out and
12198         harmless (previous defaults caused pains if copied to
12199         ~/.geturlrc).
12200
12201         * http.c (gethttp): Print the HTTP request in debug mode.
12202
12203         * connect.c (iread): Added EINTR check loop to select-ing
12204         too. EINTR is now correctly handled with select().
12205
12206         * TODO: new file
12207
12208 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
12209
12210         * host.c (same_host): Made the function a little bit more
12211         intelligent regarding diversified URL syntaxes.
12212
12213         * url.c (skip_url): Spaces are now skipped after URL:
12214
12215         * Released 1.3.1 with the patch to prevent crashing when sending
12216         NULL to robot* functions and the patch to compile "out of the box"
12217         on AIX.
12218
12219         * recr.c (recursive_retrieve): Added checking whether this_url is
12220         NULL when calling the robot functions.
12221
12222         * ChangeLog: New file.