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