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