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