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