]> sjero.net Git - wget/blob - src/ChangeLog
[svn] Don't list all the "known" (but unsupported) protocols. Instead, just
[wget] / src / ChangeLog
1 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2
3         * url.c: Get rid of `protostrings'.
4         (skip_proto): Don't use protostrings.
5         (has_proto): Ditto.
6
7 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
8
9         * Makefile.in: Conditionally compile getopt.o.
10
11 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
12
13         * md5.h: Renamed to gnu-md5.h.
14
15         * md5.c: Renamed to gnu-md5.c.
16
17         * http.c: Ditto.
18
19         * ftp-opie.c: Use the new macros.
20
21         * sysdep.h: Define md5-related macros.
22
23         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
24         depending on which md5 implementation is used.
25
26 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
27
28         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
29         the compiler.
30
31 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
32
33         * http.c (gethttp): Print the whole response line when printing
34         headers is requested.
35
36 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
37
38         * res.c: New file.  Implement all RES-related code here.
39
40 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
41
42         * version.c: Wget 1.7.1 is released.
43
44 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
45
46         * headers.c (header_extract_number): Ignore trailing whitespace.
47
48 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
49
50         * html-url.c (collect_tags_mapper): Fix bug converting links
51         with -k option for tags with multiple link attributes by
52         handling links in the order they appear.
53
54 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
55
56         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
57           the call to the 'rate' function by moving it past the error
58           checking for the 'getftp' function return value.
59
60 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
61
62         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
63         '\"'.  Different compilers' assert macros are broken in different
64         ways.
65
66 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
67
68         * http.c (gethttp): print debug output for errors occuring during
69         the ssl handshake.
70
71 2001-11-16  Chris Seawood  <cls@seawood.org>
72
73         * init.c: Ditto.
74
75         * host.c: Ditto.
76
77         * connect.c: Ditto.
78
79         * sysdep.h: Support compilation under BEOS.
80
81 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
82
83         * url.c (url_equal): Fix a memory leak when parseurl returns an
84         error on the second URL. Also, since url_equal is not used at the
85         moment, do not compile it.
86
87         * url.h: Ditto for the prototype of url_equal.
88
89 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
90
91         * html-parse.c (map_html_tags): Support XML-style empty tags.
92
93 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
94
95         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
96         loop condition because we're no longer setting SIZEVAR here.
97
98 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
99
100         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
101         call because it needs the old value.
102
103 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
104
105         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
106         an attribute name.
107
108 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
109
110         * url.c (url_filename): Make sure that slashes that sneak in to
111         u->file via query string get protected.
112         (file_name_protect_query_string): New function.
113
114 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
115
116         * recur.c (recursive_retrieve): Also check undesirable_urls with
117         canonicalized URL.
118
119 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
120
121         * http.c (gethttp): Search `.netrc' with real host, not the proxy
122         one.
123
124 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
125
126         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
127         define it.
128
129 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
130
131         * ftp.h: Provide correct prototype for ftp_parse_ls().
132
133 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
134
135         * version.c: Wget 1.7 is released.
136
137 2001-06-03  Karl Eichwalder  <ke@suse.de>
138
139         * ftp-ls.c (ftp_parse_ls): Fix typo.
140
141 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
142
143         * all: Update copyright information.
144
145 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
146
147         * http.c (gethttp): Indicate that the continued download failed
148         for *this* file.
149
150 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
151
152         * version.c: Wget 1.7-pre1 is released.
153
154 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
155
156         * version.c: Updated version to 1.7-pre1.
157
158 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
159
160         * gen_sslfunc.c: Don't include <sys/time.h> directly.
161
162 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
163
164         * http.c (gethttp): Use real URL data for cookies, not the proxy
165         stuff.
166
167 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
168
169         * main.c (print_help): Document `--no-http-keep-alive'.
170
171         * utils.c (numdigit): Handle negative numbers *correctly*.
172
173         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
174         than the confusing "unsigned".
175
176         * utils.c (string_set_contains): Renamed from string_set_exists.
177
178         * hash.c (hash_table_contains): Renamed from hash_table_exists.
179
180         * cookies.c: Move case-insensitive hash tables to hash.c.
181
182 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
183
184         * http.c (gethttp): Before concluding that the file is already
185         fully retrieved, make sure that the file existed and `Range' was
186         actually requested.
187
188 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
189
190         * cookies.c (eliminate_dups): New function.
191         (build_cookies_request): Use it.
192         (build_cookies_request): Set chain_store_size after reallocating
193         all_chains.
194         (check_domain_match): Annotated for easier future debugging.
195         (store_cookie): In the debug message, print whether the cookie is
196         permanent.
197
198 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
199
200         * http.c (http_loop): Reset no_truncate before deciding whether to
201         set it.
202         (gethttp): Further clarify "-c conflicts with existing file" error
203         message, based on input from Herold Heiko.
204
205 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
206
207         * http.c (http_loop): If restval is set, set no_truncate to 1
208         unconditionally.
209
210 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
211
212         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
213         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
214         (ftp_parse_vms_ls): Ditto.
215
216 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
217
218         * init.c (cmd_address): Zero SIN before using it; apparently
219         needed on *BSD.
220
221 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
222
223         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
224         empty.
225
226 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
227
228         * main.c (main): Make `--cookies' respect its argument.
229
230 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
231
232         * main.c (main): Removed undocumented option `--email-address'.
233
234         * netrc.c: Use the latest read_whole_line.
235
236         * init.c (defaults): Set opt.ftp_pass to "-wget@".
237
238         * mswindows.c (pwd_cuserid): Ditto.
239
240         * utils.c (pwd_cuserid): Removed.
241
242         * host.c (ftp_getaddress): Removed.
243
244 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
245
246         (http_loop): Allocate space for filename_plus_orig_suffix with
247         alloca; this is more efficient and removes the need to free it
248         before each and every return.
249
250 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
251
252         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
253         unneeded because the file is already there and fully downloaded,
254         and -c is specified.
255         (http_loop): Handle RETRUNNEEDED.
256
257         * wget.h (uerr_t): New value RETRUNNEEDED.
258
259         * http.c (http_loop): Set no_truncate for files that both exist
260         and are non-empty.
261         (gethttp): Consider the download finished when restval >= contlen,
262         not only when restval==contlen.
263         (gethttp): Handle redirection before giving up due to -c.
264         (gethttp): Clarify error message which explains that -c will not
265         truncate the file.
266         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
267         the stuff that needs freeing and release the socket.
268
269 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
270
271         * main.c (print_help): Wget booleans accept "off", not "no".
272
273 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
274
275         * http.c (http_loop): If allow_cache is zero, always disable
276         caching, not only when retrieving through proxy.
277
278         * init.c: Ditto.
279
280         * options.h (struct options): Rename proxy_cache to allow_cache.
281
282 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
283
284         * http.c (mktime_from_utc): Improve documentation.
285         (http_atotm): Put format strings into a separate array.
286
287 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
288
289         * safe-ctype.h: Instead of throwing #error when isalpha is
290         defined, redefine it to something that will throw a compile-time
291         error if actually *used*.  Do the same for the rest of the
292         standard C macros.
293
294 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
295
296         * url.c (getproxy): Ignore empty proxy vars.
297
298 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
299
300         * http.c (http_loop): Would load cookies every time.
301
302         * cookies.c (load_cookies): Handle cookies whose values contain
303         embedded spaces.
304
305 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
306
307         * utils.c: Define each DIGITS_* in one line.
308
309 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
310
311         * http.c (http_atotm): Initialize t.tm_isdst to 0.
312         (mktime_from_utc): Prevent mktime() from having discontinuities at
313         DST transition points.
314
315 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
316
317         * html-url.c (get_urls_html): Fix documentation.
318
319 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
320
321         * url.c (UNSAFE_CHAR): Reimplement using a static table.
322         (url_init): Removed.
323         (init_unsafe_char_table): Removed.
324
325 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
326
327         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
328
329 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
330
331         * utils.c: Document timer functions.
332
333         * retr.c (rate): Use it.
334         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
335
336         * utils.c (wtimer_granularity): New function.
337
338 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
339
340         * retr.c (show_progress): Ditto.
341
342         * ftp.c (getftp): Ditto.
343
344         * http.c (gethttp): Use new timer functions.
345
346         * utils.c (wtimer_allocate): New function.
347         (wtimer_new): Ditto.
348         (wtimer_delete): Ditto.
349         (wtimer_reset): Ditto.
350         (wtimer_elapsed): Ditto.
351
352 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
353
354         * utils.c (long_to_string): New, faster version.  Favors smaller
355         numbers; much of the calculation is now done at compile-time.
356
357 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
358
359         * utils.c (numdigit): Handle negative numbers.
360
361 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
362
363         * retr.c (show_progress): Print the download rate even when the
364         percentages are not available.
365
366 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
367
368         * ftp.c (getftp): Adjust expected_bytes if the length is
369         authoritative.
370
371 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
372
373         * url.c: Don't declare `construct'.
374
375         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
376         mappings to new locations.
377         (hash_table_new): Make resize_threshold a field in the hash table,
378         so we don't have to recalculate it in each hash_table_put.
379         (grow_hash_table): Update resize_threshold.
380         (MAX): Remove unused macro.
381         (prime_size): Made static.
382
383 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
384
385         * retr.c (retrieve_url): Call uri_merge, not url_concat.
386
387         * html-url.c (collect_tags_mapper): Call uri_merge, not
388         url_concat.
389
390         * url.c (mkstruct): Use encode_string instead of xstrdup followed
391         by URL_CLEANSE.
392         (path_simplify_with_kludge): Deleted.
393         (contains_unsafe): Deleted.
394         (construct): Renamed to uri_merge_1.
395         (url_concat): Renamed to uri_merge.
396
397 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
398
399         * url.c (str_url): Use encode_string instead of the unnecessary
400         CLEANDUP.
401         (encode_string_maybe): New function, returns input string if no
402         encoding is needed.
403         (encode_string): Call encode_string_maybe to do the dirty work,
404         xstrdup if no work needed.
405
406 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
407
408         * wget.h (XDIGIT_TO_xchar): Define here.
409
410         * url.c (decode_string): Use new name.
411         (encode_string): Ditto.
412
413         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
414         (dump_hash): Use new name.
415
416         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
417         XDIGIT_TO_XCHAR respectively.
418
419 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
420
421         * init.c: Include cookies.h.
422
423         * cookies.h: Declare cookies_cleanup.
424
425         * cookies.c (check_domain_match): Remove unused variable.
426         (save_cookies): Remove extraneous argument from debug statement.
427
428         * host.c (same_host): Don't call skip_url.
429
430         * url.c (skip_url): Removed.  Removed its calls from various
431         functions in url.c.
432
433 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
434
435         * cookies.c (unsigned_string_hash): Use the new code in
436         string_hash as reference.
437
438         * hash.c (hash_table_map): Allow deletion and change of the
439         element processed by MAPFUN.
440         (string_hash): Use the function from glib.
441
442 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
443
444         * config.h.in: Include #undef stub.
445
446         * hash.c (hash_table_remove): Rewrite to actually clear deleted
447         entries instead of just marking them as deleted.
448
449 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
450
451         * hash.h: Declare hash_table_get_pair and hash_table_count.
452
453 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
454
455         * cookies.c: Declare http_atotm.
456
457 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
458
459         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
460         permissions.  A compiler that doesn't accept octal constants is
461         seriously broken and shouldn't be used -- octal constants were
462         present in K&R C!
463
464 2001-01-20  Karl Eichwalder  <ke@suse.de>
465
466         * Makefile.in: Provide and use DESTDIR according to the Coding
467         Standards.
468
469 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
470
471         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
472         specification.
473
474 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
475
476         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
477         because that strips the *leading* slash, thus forcing relative
478         FTP retrieval.
479
480 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
481
482         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
483         notation for VMS servers. 
484         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
485         odir is an empty string.
486
487 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
488
489         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
490         effective. Suggested by Edward J. Sabol.
491
492 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
493
494         * cookies.c (build_cookies_request): Use and sort cookies from all
495         matching domains.
496         (build_cookies_request): Check for duplicates before generating
497         the `Cookies' header.
498
499         * main.c (main): Don't load cookies here.
500         (main): Make loadcookies and savecookies call the correct command.
501
502         * http.c (http_loop): Load cookies on-demand.
503
504 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
505
506         * http.c (gethttp): Fix indentation of SSL ifdef.
507
508 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
509
510         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
511         that hack is no longer necessary.
512         (getftp): Prepend initial directory to *non*-absolute u->dir's.
513
514 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
515
516         * init.c (cmd_file): New function.
517         (enable_tilde_expansion): New variable.
518         (run_wgetrc): Use it.
519         (cmd_file): Use it.
520
521 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
522
523         * init.c: Include cookie-related options.
524
525         * main.c (main): Include cookie-specific options.
526         (main): Load cookies before download is finished.
527         (main): Save cookies when done.
528
529         * http.c (gethttp): Process the `Set-Cookie' header.
530         (gethttp): Include cookies in the response.
531
532         * cookies.c: New file.
533
534 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
535
536         * utils.c (datetime_str): New function.
537
538 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
539
540         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
541         12:01PM == 00:01, which was obviously wrong. Taken care of this
542         anomaly.
543
544         * ChangeLog: Removed an excess conflict marker. Reformatted the
545         entry by Philipp Thomas from 2001-03-09.
546
547         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
548         between 0 and 23. Elminate unused variable `sec'.
549
550 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
551
552         * hash.c (hash_table_count): New function.
553
554 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
555
556         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
557         Digital Unix cc.
558
559 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
560
561         * config.h.in: Oops, do the namespace tweaks only on systems we
562         know about.
563
564 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
565
566         * hash.c: Include <string.h>.
567
568 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
569
570         * config.h.in: Define "compilation environment" options that work
571         under Linux and Solaris.  To be reviewed on other OS'es.
572
573 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
574
575         * http.c (gethttp): Prepend literal newline with `\n\'.
576
577 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
578
579         * sysdep.h: Don't define VERY_LONG_FORMAT.
580
581         * utils.c (very_long_to_string): New function.
582         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
583
584 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
585
586         * url.c (parse_uname): Would run past the end of the string if the
587         username was present, but the URL did not contain a slash, e.g.
588         http://foo:bar@myhost.
589
590 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
591
592         * http.c (http_atotm): Use %A instead of %a to match full
593         weekday.  (On most systems there is no difference.)
594
595 2001-04-03  Paul Bludov  <paul@ozero.net>
596
597         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
598         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
599         leak.
600         (ws_mypath): Use GetModuleFileName instead of argv[0].
601         (ws_startup): Use data.wVersion for comparison.
602
603 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
604
605         * http.c (http_loop): Ditto.
606
607         * ftp.c (ftp_loop_internal): Made the check whether to continue
608         retrieval `-O'-friendly.
609
610 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
611
612         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
613         they will be handled as whitespace.
614         (parse_netrc): Correctly handle lines that end with whitespace.
615
616 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
617
618         * retr.c (retrieve_url): New variable global_download_count used
619         to identify first retrieval.
620
621         * ftp.c (getftp): Ditto.
622
623         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
624
625 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
626
627         * init.c (cmd_address): Heap-allocate the address that gets stored
628         to CLOSURE.  Old code would simply assign an address on the stack.
629
630 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
631
632         * ftp.c (ftp_get_listing): Propagate error status.
633         (ftp_retrieve_glob): Use it.
634         (ftp_loop): Ditto.
635
636 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
637
638         * main.c (main): Add -C to the string that is the third arg to
639         getopt_long().
640
641 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
642
643         * ftp.c (getftp): Don't start the download from scratch if `-c'
644         was specified, but the file is already fully downloaded.
645
646         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
647         specified and the server doesn't support continued download.
648         (gethttp): Don't start the download from scratch if `-c' was
649         specified, but the file is already fully downloaded.
650
651 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
652
653         (recursive_retrieve): Don't clear the hash tables at this point at
654         all; it interferes with the normal operation of register_download.
655
656 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
657
658         * recur.c (recursive_retrieve): Clear the hash tables only when
659         they are defined.
660
661 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
662
663         * http.c (gethttp): Make sure the socket is closed with
664         CLOSE_INVALIDATE before we have drained the body.
665
666 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
667
668         * retr.c (retrieve_url): Call register_download() for downloaded
669         files and register_html() for downloaded HTML files.
670
671         * recur.c (register_download): New function; register here that a
672         file has been downloaded, rather than in recursive_retrieve().
673         (register_html): New function; enqueue the location of HTML files
674         here rather than in recursive_retrieve().
675
676 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
677
678         * main.c (print_help): Use multiple fputs instead of a single ugly
679         printf().
680         (main): Consistently assign numbers >128 to options without a
681         corresponding character.
682
683 2001-03-09  Philipp Thomas  <pthomas@suse.de>
684
685         * safe-ctype.h: New file. Locale independent ctype.h replacement
686         taken from libiberty.
687
688         * safe-ctype.c: New file. Tables for above.
689
690         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
691         safe-ctype$o.
692
693         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
694         isspace.
695
696         * ftp-basic.c: Don't include ctype.h.
697
698         * ftp-ls.c: Likewise.
699
700         * ftp.c: Likewise.
701
702         * headers.c: Likewise.
703
704         * host.c: Likewise.
705
706         * html-parse.c: Likewise.
707
708         * html-url.c: Likewise.
709
710         * http.c: Likewise.
711
712         * init.c: Likewise.
713
714         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
715
716         * netrc.c: Likewise.
717
718         * recur.c: Likewise.
719
720         * retr.c: Likewise.
721
722         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
723         instead of isdigit.
724
725         * sysdep.h: Remove defines of ctype macros as they aren't needed
726         for safe-ctype-h.
727
728         * url.c: Don't include ctype.h.
729
730         * utils.c: Likewise.
731
732         * wget.h: Include safe-ctype.h.
733
734 2001-03-27  Dan Harkless  <wget@harkless.org>
735
736         * Makefile.in: Moved top_builddir out of "User configuration
737         section" of top Makefile and analogous spot in this one.
738
739 2001-03-17  Dan Harkless  <wget@harkless.org>
740
741         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
742         Define top_builddir.  Link wget with libtool so the user doesn't
743         have to supply a bunch of custom environment variables to 
744         correctly link with the OpenSSL shared libraries.
745
746 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
747
748         * http.c (gethttp): skip :port in host header if it is the
749         DEFAULT_HTTPS_PORT when using SSL.
750
751         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
752         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
753         rest of the code. 
754         * url.h: Ditto
755
756 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
757
758         * retr.c (show_progress): Correctly calculate the number of bytes
759         in the first line of the download that have been actually
760         downloaded in this run.
761
762 2001-02-23  Dan Harkless  <wget@harkless.org>
763
764         * main.c (print_help): --help documentation for -N said it would
765         re-download files if they had the _same_ timestamp on server.
766         (print_help): -nr belongs in "FTP options" section of --help
767         output, not "Recursive retrieval" section.  Alphabetized FTP
768         options by long option name.
769
770 2001-02-16  Dan Harkless  <wget@harkless.org>
771
772         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
773         that "httpsproxy" had been inserted into commands[] out of
774         alphabetical order, causing "BUG: unknown command `httpuser'".
775
776 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
777
778         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
779         listing without correct permissons).
780
781         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
782         FTP server. 
783
784         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
785         shall be donwloaded only when it's newer than the local copy or
786         when it has the same timeestamp but its size is different. ST_VMS
787         and ST_MACOS as special cases that lie about file size. 
788
789         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
790
791         * Makefile.in: Removed dependency on ftpparse library due to unclear
792         copyright issues and absence of any feedback to our queries. 
793
794         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
795         copyright issues and absence of any feedback to our queries.   
796         (ftp_parse_ls): Added a warning message when remote server system
797         does not seem to be suported by wget. 
798         (ftp_parse_vms_ls): New function for parsing VMS ftp
799         server listing output.
800         (clean_line): New function responsible for removing
801         end-of-line characters from FTP listing texts.
802
803         * ftp.c (getftp): Global variables pwd and host_type are now
804         member of the ccon structure under names ccon.id and ccon.rs. 
805
806         * ftp.h (struct ccon): Added formed global variables from ftp.c,
807         enum stype rs (remote system identification) and char *id (initial
808         working directory), as suggested by Hrvoje.
809
810         * url.c (parse_uname): Added support for passwords containing '@'
811         characters.
812         (skip_uname): Ditto.
813
814 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
815
816         * ftp.c (ftp_loop): Reset con.
817
818 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
819
820         * url.c (parse_uname): Added support for passwords containing '@'
821         characters.
822         (skip_uname): Ditto.
823
824 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
825
826         * url.c (parseurl): Debug-print u->ftp_type.
827
828 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
829
830         * ftp.c (ftp_loop_internal): Disable padding.
831         (getftp): Ditto.
832
833         * http.c (http_loop): Disable padding.
834
835         * retr.c (show_progress): Use it to enable padding.
836
837         * retr.c (rate): Optional parameter PAD for padding the rate.
838
839 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
840
841         * retr.c (show_progress): Make sure that the last output line
842         includes progress.
843
844 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
845
846         * retr.c (show_progress): Print the download rate along with the
847         percentages.
848         Along with Anders Thorsby <anders@thorsby.dk>.
849
850 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
851
852         * ftp.h: Rename enums `command' to `wget_ftp_command' and
853         `fstatus' to `wget_ftp_status' because old names clash with Tru64
854         net/if.h.
855
856 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
857
858         * gen_sslfunc.c: verify_callback is now static
859
860         * gen_sslfunc.c (init_ssl): load certificate if specified
861
862         * gen_sslfunc.c (ssl_printerr): new function
863
864         * init.c: added new --sslcertfile and --sslcertkey switches
865
866         * main.c: ditto
867
868         * options.h: ditto
869
870         * http.c (gethttp): abort when init_ssl fails
871
872 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
873
874         * mswindows.h: Include <malloc.h>; it's needed for alloca().
875
876 2001-01-10  Dan Harkless  <wget@harkless.org>
877
878         * url.c (str_url): Clarified this function's comment header after
879         Hrvoje answered my question on the list as to when hide != 1.
880         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
881
882 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
883
884         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
885         Drazen Kacar <dave@arsdigita.com>.
886         (conaddr): Ditto.
887
888 2001-01-09  Dan Harkless  <wget@harkless.org>
889
890         * html-url.c: A bunch of fixup of `--page-requisites'-related
891         comments to reflect Hrvoje's changes to my code when transplanting
892         it into this new file, to fix spelling mistakes, to clarify, etc.
893
894         * url.c (write_backup_file): Clarified a comment.
895         (str_url): Henrik van Ginhoven pointed out on the list that we
896         shouldn't give away the number of characters in the password by
897         replacing each character with a 'x'.  Use "<password>" instead.
898
899         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
900         directories didn't work if logging in put you in a directory other
901         than "/" is fixed now.  Removed the comment here warning of the bug.
902
903         * main.c (print_help): --continue's description was misleading.
904         We don't "restart", we "resume".  Also, better to say
905         "partially-downloaded file" rather than just "existing file".
906
907 2001-01-06  Dan Harkless  <wget@harkless.org>
908
909         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
910         the best way to go about my aim.  Removed them in favor of:
911
912         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
913
914 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
915
916         * url.c (replace_attr): New function, to be used by both
917         TO_COMPLETE and TO_RELATIVE case in convert_links.
918         (find_fragment): New function for finding URL fragments.
919         (replace_attr): Better handle the case where the original string
920         is not quoted.  Use find_fragment.
921         (convert_links): Use replace_attr().
922
923 2000-12-31  Dan Harkless  <wget@harkless.org>
924
925         * ChangeLog: Since this flat file doesn't have multiple branches,
926         looking at the dates would make you think that things went into
927         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
928         in 1.6 branch.]" where appropriate to clarify.
929         
930 2000-12-30  Dan Harkless  <wget@harkless.org>
931
932         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
933         patch to deal with h_errno not being defined in netdb.h under Cygwin.
934
935 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
936
937         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
938
939 2000-12-17  Igor Khristophorov  <igor@atdot.org>
940
941         * http.c (check_end): Fix test for '+' or '-'.
942
943 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
944
945         * url.c (parseurl): Rename inner loop var from i to ind to avoid
946         clash with the function top-level-declared variable i.
947         (str_url): Likewise, rename inner-loop i to j.
948
949         * recur.c (parse_robots): Don't declare LEN at top of function.
950         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
951         global variable.
952
953         * main.c (main): Change erroneous use of bitwise and to logical.
954
955         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
956         the stack because it will be copied to closure.
957
958         Thanks to Csaba Raduly's run of PC-LINT over the sources.
959
960 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
961
962         * http.c (basic_authentication_encode): Use xmalloc(), not
963         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
964         sources.
965
966 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
967
968         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
969         compilation.
970
971 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
972
973         * mswindows.c: Include <errno.h>.
974
975         * gen_sslfunc.c: Include <errno.h>.
976
977         * ftp-basic.c: Don't attempt to declare errno or h_errno because
978         they're not used.
979
980         * main.c: Include <errno.h> because errno is used.
981
982         * ftp.c: Ditto.
983
984         * http.c: Include <netdb.h> for h_errno.
985
986 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
987
988         * html-parse.c (advance_declaration): MSVC assert() chokes on
989         '\"'.  Use '"' instead.
990
991 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
992
993         * utils.c (xfree_real): Removed.
994         (xfree_debug): Just call free().
995
996         * wget.h (xfree): Make it an alias for free.
997
998 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
999
1000         * http.c (http_loop): Furthermore, touch output_document only if
1001         it is known to be an existing regular file.
1002
1003 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
1004
1005         * ftp.c (ftp_retrieve_list): Ditto.
1006
1007         * http.c (http_loop): Touch output_document if that is used for
1008         output.
1009
1010 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1011
1012         * http.c: Include gen_sslfunc.h after including Wget's headers.
1013         (persistent_available_p): Needed coma before `int ssl'.
1014
1015 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1016
1017         * ftp.c (ftp_loop_internal): Ditto.
1018
1019         * http.c (http_loop): Use it.
1020
1021         * retr.c (sleep_between_retrievals): New function that handles the
1022         logic of opt.wait and opt.waitretry.
1023
1024 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1025
1026         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
1027         rbuf_read_bufferful when the buffer is depleted.
1028
1029         * rbuf.c (rbuf_read_bufferful): New function.
1030
1031 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1032
1033         * gen_sslfunc.h: Use ansi2knr style function declarations.
1034
1035         * gen_sslfunc.c: Reformat according to the GNU coding standards.
1036         More should be done.
1037
1038         * http.c (persistent_available_p): Place the cheap SSL test nearer
1039         the top of the function.
1040         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
1041
1042 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1043
1044         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
1045         char.
1046
1047 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
1048
1049         * Makefile.in: added gen_sslfunc object
1050         * config.h.in: added HAVE_SSL define
1051         * connect.c: changed select_fd from static int to int
1052         * connect.h: ditto
1053         * gen_sslfunc.h: New file
1054         * gen_sslfunc.c: ditto
1055         * http.c: added HTTPS fuctionality
1056         * retrc.c: ditto
1057         * url.c: ditto
1058         * init.c: added opt.httpsproxy
1059         * options.h: ditto
1060         * rbuf.h: added alternate rbuf struct
1061         * wget.h: added CONSSLERR
1062         * rbuf.c: ditto
1063
1064         * http.c: Added HTTPS fuctionality.
1065
1066         * retrc.c: Ditto.
1067
1068         * url.c: Ditto.
1069
1070         * init.c: Added opt.httpsproxy.
1071
1072         * options.h: Ditto.
1073
1074         * rbuf.h: Added alternate rbuf struct.
1075
1076         * wget.h: Added CONSSLERR.
1077
1078         * rbuf.c: Ditto.
1079
1080 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1081
1082         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
1083         "ignore_perms" to ignore file and directory permissions for
1084         Windows NT FTP server listings.
1085         (ftp_parse_winnt_ls): New function.
1086         (ftp_parse_ls): Parses UNIX and Windows NT listings
1087         separately. Simple heuristics for distinguishing between UNIX and
1088         MS-DOS-like FTP listing provided by Windows NT FTP service.
1089
1090 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1091
1092         * ftpparse.c, ftpparse.h: New files.
1093
1094         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
1095         only. Use ftp_parse_nonunix_ls otherwise.
1096         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
1097         exotic FTP servers.
1098
1099         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
1100         FTP servers.
1101
1102         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
1103         (getftp): Support for VMS. Support for FTP servers that do not
1104         place you in the root directory after login.
1105         (ftp_retrieve_list): VMS is silent about the real file size, issue
1106         a more appropriate message.
1107         (ftp_get_listing): Pass host_type to ftp_parse_ls.
1108
1109         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
1110
1111 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1112
1113         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
1114         "ignore_perms" to ignore file and directory permissions for
1115         Windows NT FTP server listings.
1116         (ftp_parse_winnt_ls): New function.
1117         (ftp_parse_ls): Parses UNIX and Windows NT listings
1118         separately. Simple heuristics for distinguishing between UNIX
1119         and MS-DOS-like FTP listing provided by Windows NT FTP service.
1120
1121 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
1122
1123         * netrc.c (parse_netrc): Get rid of line ending.
1124
1125 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1126
1127         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
1128         Dan.
1129
1130 2000-11-24  Karl Eichwalder  <ke@suse.de>
1131
1132         * main.c (print_help): Untabify.
1133
1134 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1135
1136         * utils.c (xrealloc_debug): Do the unregister/register thing only
1137         if the pointer has actually changed.
1138         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
1139         (xfree_real): Ditto.
1140         (xrealloc_real): Ditto.
1141         (xstrdup_real): Ditto.
1142
1143 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
1144
1145         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
1146         string; no need to strdup() it.
1147         (getftp): Make pwd_len a local variable.
1148         (ftp_loop): Free PWD before returning.
1149
1150         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
1151
1152 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
1153
1154         * all: Use xfree() instead of free.
1155
1156         * utils.c (xfree): New function.
1157
1158 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
1159
1160         * url.c (convert_links): HTML-quote the converted string.
1161
1162         * utils.c (html_quote_string): Move here from ftp-ls.c
1163         (html_quote_string): Make non-static; declare in utils.h.
1164         (html_quote_string): Convert SP to &#32;.
1165
1166 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
1167
1168         * ftp.c (getftp): Reformat Jan's code according to GNU coding
1169         standards; remove (debugging?) printf's; use '\0' for the ASCII
1170         zero character.  Use alloca() instead of malloc() for
1171         inter-function temporary allocations.
1172
1173 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1174
1175         * ftpparse.c, ftpparse.h: New files.
1176
1177         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
1178         only. Use ftp_parse_nonunix_ls otherwise.
1179         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
1180         exotic FTP servers.
1181
1182         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
1183         FTP servers.
1184
1185         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
1186         (getftp): Support for VMS. Support for FTP servers that do not
1187         place you in the root directory after login.
1188         (ftp_retrieve_list): VMS is silent about the real file size, issue
1189         a more appropriate message.
1190         (ftp_get_listing): Pass host_type to ftp_parse_ls.
1191
1192         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
1193
1194 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
1195
1196         * hash.c (hash_table_put): Don't overwrite deleted mappings.
1197
1198 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
1199
1200         * hash.c (find_mapping): New function.
1201         (hash_table_get): Use it.
1202         (hash_table_get_pair): Ditto.
1203         (hash_table_exists): Ditto.
1204         (hash_table_remove): Ditto.
1205         (hash_table_remove): Really delete the entry if the mapping
1206         following LOCATION is empty.
1207
1208         * utils.c (string_set_add): Check whether the element has existed
1209         before.
1210
1211         * hash.c (hash_table_get_pair): New function.
1212
1213 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1214
1215         * http.c (http_process_type): Ignore trailing whitespace; use
1216         strdupdelim().
1217
1218         * recur.c (recursive_retrieve): Use the new `convert' field.
1219         (convert_all_links): Ditto.
1220         (convert_all_links): Don't respect meta_disallow_follow.
1221
1222         * html-url.c (handle_link): Fill out link_relative_p and
1223         link_complete_p.
1224
1225         * url.h (struct _urlpos): Make elements more readable.
1226
1227         * recur.c (recursive_retrieve): Call slist_prepend instead of
1228         slist_append.
1229         (convert_all_links): Call slist_nreverse before iterating through
1230         urls_html.
1231
1232         * utils.c (slist_prepend): New function.
1233         (slist_nreverse): Ditto.
1234
1235 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1236
1237         * http.c (check_end): Constify.
1238
1239 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1240
1241         * http.c (http_loop): If username and password are known, try the
1242         `Basic' authentication scheme by default.
1243
1244         * connect.h: Declare test_socket_open.
1245
1246 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1247
1248         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
1249
1250 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1251
1252         * http.c (gethttp): Don't use the return value of sprintf().
1253         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
1254
1255 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1256
1257         * recur.c (recursive_retrieve): Print the "so we don't load"
1258         debugging message only if we really don't load.
1259
1260         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
1261         (gethttp): Don't request keep-alive if keep-alive is inhibited.
1262
1263 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1264
1265         * http.c (gethttp): Make the HTTP persistent connections more
1266         robust.
1267
1268 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1269
1270         * retr.c (get_contents): If use_expected, make sure that the
1271         appropriate amount of data is being read.
1272
1273         * http.c (gethttp): Check for both `Keep-Alive: ...' and
1274         `Connection: Keep-Alive'.
1275
1276         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
1277         turned on.
1278
1279 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1280
1281         * http.c (connection_available_p): Use it.
1282
1283         * connect.c (test_socket_open): New function.
1284
1285         * http.c (gethttp): Support persistent connections.  Based on the
1286         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
1287         (register_persistent): New function.
1288         (connection_available_p): Ditto.
1289         (invalidate_connection): Ditto.
1290
1291 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1292
1293         * url.c (convert_links): Handle UREL2ABS case.
1294
1295         * recur.c (recursive_retrieve): Instead of the list
1296         urls_downloaded, use hash tables dl_file_url_map and
1297         dl_url_file_map.
1298         (convert_all_links): Use them to retrieve data.
1299
1300         * host.c (clean_hosts): Free the hash tables.
1301
1302         * main.c (private_initialize): Call host_init().
1303
1304         * host.c (store_hostaddress): Use a saner, hash table-based data
1305         model.
1306         (realhost): Ditto.
1307         (host_init): Initialize the hash tables.
1308
1309 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1310
1311         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
1312         used for what the sorted slists used to be used for.
1313         (slist_contains): Don't rely on the list being sorted.
1314         (slist_append): Simplify the code.
1315
1316         * recur.c (recursive_cleanup): Use free_string_set.
1317
1318         * utils.c (string_set_add, string_set_exists, string_set_free):
1319         New functions for easier freeing of hash tables whose keys are
1320         strdup'ed strings.
1321
1322         * recur.c (recursive_retrieve): Use the hash table functions for
1323         storing undesirable URLs.
1324
1325         * hash.c: New file.
1326
1327 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
1328
1329         * main.c (private_initialize): Call url_init.
1330         (main): Call private_initialize.
1331
1332         * url.c (unsafe_char_table): New table.
1333         (UNSAFE_CHAR): Use it.
1334         (init_unsafe_char_table): New function.
1335         (url_init): New function; call init_unsafe_char_table.
1336
1337 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1338
1339         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
1340         _vsnprintf respectively.
1341
1342 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1343
1344         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
1345         on Linux.
1346
1347 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1348
1349         * html-url.c (handle_link): Handle HTML fragment identifiers.
1350
1351         * recur.c (recursive_retrieve): If norobot info is respected and
1352         the file is specified not to be followed by robots, respect that.
1353
1354         * html-url.c (collect_tags_mapper): Handle <meta name=robots
1355         content=X>.  For us the important cases are where X is NONE or
1356         where X contains NOFOLLOW.
1357         (get_urls_html): Propagate that information to the caller.
1358
1359 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1360
1361         * url.c (convert_links): Unlink the file we might be reading from
1362         before writing to it.
1363         (convert_links): Use alloca instead of malloc for
1364         filename_plus_orig_suffix.
1365
1366 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1367
1368         * host.c (realhost): Add HOST to the list with quality==0 only if
1369         it wasn't already there.
1370         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
1371
1372 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1373
1374         * url.c (get_urls_file): Ditto.
1375         (convert_links): Ditto.
1376
1377         * html-url.c (get_urls_html): Use read_file() instead of
1378         load_file().
1379
1380         * utils.c (read_file): New function, instead of the old
1381         load_file().
1382         (read_file_free): Ditto.
1383
1384         * url.c (findurl): Search only for the supported protocols.
1385         (convert_links): Use fwrite() when writing out a region of
1386         characters.
1387
1388 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1389
1390         * ftp-ls.c: Move html_quote_string and ftp_index here.
1391
1392         * url.c: Remove get_urls_html, since that's now in html-url.c.
1393
1394         * html-url.c: New file.
1395
1396         * html-parse.c: New file.
1397
1398 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1399
1400         * init.c (run_wgetrc): Don't bother killing off '\r' since
1401         pars_line() skips whitespace at end of line anyway.
1402         (parse_line): Oops, it didn't.  Now it does.
1403
1404         * recur.c (parse_robots): Ditto here.
1405
1406         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
1407         manually because read_whole_line no longer does.
1408
1409         * utils.c (read_whole_line): Rewrite to: a) use less memory
1410         (reallocates to needed size after work), b) work faster -->
1411         fgets() instead of getc, c) be more correct --> doesn't kill the
1412         newline character at the end of line.
1413
1414 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1415
1416         * init.c (comind): Initialize MAX to array size - 1.
1417
1418 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
1419
1420         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
1421         Suggested by Edward J. Sabol.
1422
1423 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
1424
1425         * url.c (construct): Handle the case where host name is not
1426         followed by a slash.
1427
1428 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1429
1430         * init.c: commands[] need to be sorted!  ("base" wasn't.)
1431
1432 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1433
1434         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
1435         `if'.
1436
1437 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1438
1439         * url.c (construct): Insert unneeded initialization for the
1440         compiler to shut up.
1441
1442         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
1443         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
1444         otherwise gets lost when you define _XOPEN_SOURCE.
1445
1446         * utils.c (touch): Include the file name in the error message.
1447         From Debian.
1448
1449 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1450
1451         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
1452         resize the buffer to fit the formated message.  That way, messages
1453         of arbitrary size may be printed.
1454         (logvprintf): Use saved_append() to optionally log the last
1455         several lines of output.
1456         (logputs): Ditto.
1457         (log_close): Adapt to new data structures.
1458         (log_dump): Ditto.
1459         (redirect_output): Print messages to stderr, not to stdout.
1460
1461         * log.c (saved_append_1): New function.  Replaces the old logging
1462         system ("log all output until 10M characters") with a new, much
1463         more reasonable one ("log last screenful of text").
1464         (saved_append): New function; call saved_append_1.
1465         (free_log_line): New function.
1466
1467 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1468
1469         * url.c (construct): Fix comment.
1470         (find_last_char): Document.
1471
1472 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1473
1474         * snprintf.c: New file.
1475
1476 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1477
1478         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
1479         types to logprintf() and debug_logprintf().
1480
1481 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1482
1483         * ftp.c (ftp_loop_internal): Hide the password from the URL when
1484         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
1485         <darekm@bydg.lomac.com.pl>.
1486
1487 2000-11-02  Junio Hamano  <junio@twinsun.com>
1488
1489         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
1490
1491 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
1492
1493         * http.c (known_authentication_scheme_p): Recognize NTML
1494         authentication.
1495         (create_authorization_line): Treat NTML the same as `Basic'.
1496
1497 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1498
1499         * retr.c (retrieve_url): Free url before returning.
1500         (retrieve_url): Free mynewloc before returning.
1501         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
1502
1503 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1504
1505         * url.c (parseurl): Remove possible reading past the end of
1506         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
1507
1508 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1509
1510         * main.c (main): In case of opt.downloaded overflowing, print
1511         <overflow> instead of a totally bogus random value.
1512
1513         * retr.c (retrieve_from_file): Ditto.
1514
1515         * recur.c (recursive_retrieve): Ditto.
1516
1517         * main.c (main): Ditto.
1518
1519         * http.c (http_loop): Ditto.
1520
1521         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
1522         `+=', and downloaded_exceeds_quota() instead of the simple-minded
1523         check.
1524         (ftp_retrieve_list): Ditto.
1525         (ftp_retrieve_dirs): Ditto.
1526         (ftp_retrieve_glob): Ditto.
1527
1528         * retr.c (downloaded_increase): New function.  Notice overflows of
1529         opt.downloaded.
1530         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
1531         used if it overflowed.
1532
1533         * options.h (struct options): New member downloaded_overflow.
1534
1535 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1536
1537         * wget.h (enum): Remove extra space after last enumeration.
1538
1539 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1540
1541         * main.c (main): Use legible_very_long() for printing
1542         opt.downloaded.
1543
1544         * utils.c (legible_1): New function that operates on strings and
1545         does the brunt of legible()'s work.
1546         (legible): Use legible_1().
1547         (legible_very_long): New function; dump the argument with
1548         sprintf(), and call legible_1().
1549
1550         * options.h (struct options): Use VERY_LONG_TYPE for
1551         opt.downloaded.
1552
1553         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
1554         type.
1555
1556         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
1557         defined.  Define HAVE_LONG_LONG if long long is available.
1558
1559 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1560
1561         * utils.c (long_to_string): Update with a later, better version.
1562
1563 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1564
1565         * url.c (path_simplify_with_kludge): New function.
1566         (path_simplify_with_kludge): Disable it.  Instead...
1567         (parse_dir): ...make sure that at this point the right thing is
1568         done, i.e. that "query" part of the URL (?...) is always assigned
1569         to the file, never to the directory portion of the path.
1570
1571 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1572
1573         * retr.c (retrieve_url): Detect redirection cycles.
1574
1575 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1576
1577         * url.c (get_urls_html): Decode HTML entities using
1578         html_decode_entities.
1579
1580         * html.c (htmlfindurl): Don't count the `#' in numeric entities
1581         (&#NNN;) as an HTML fragemnt.
1582         (html_decode_entities): New function.
1583
1584 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1585
1586         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
1587
1588 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1589
1590         * url.c (construct): Rewritten for clarity.  Avoids the
1591         unnecessary copying and stack-allocation the old version
1592         performed.
1593
1594 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
1595
1596         * ftp.c (getftp): Ditto.
1597
1598         * http.c (gethttp): Rewind the stream when retrying from scratch.
1599
1600 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
1601
1602         * retr.c (retrieve_url): Use url_concat() to handle relative
1603         redirections instead of /ad hoc/ code.
1604
1605         * url.c (url_concat): New function encapsulating weird
1606         construct().
1607         (urllen_http_hack): New function.
1608         (construct): When constructing new URLs, recognize that `?' does
1609         not form part of the file name in HTTP.
1610
1611 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
1612
1613         * retr.c: Add msec timing support for WINDOWS.
1614         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
1615         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
1616
1617 2000-10-27  Dan Harkless  <wget@harkless.org>
1618
1619         * retr.c (retrieve_url): Manually applied T. Bharath
1620         <TBharath@responsenetworks.com>'s patch to get wget to grok
1621         illegal relative URL redirects.  Reformatted and re-commented it.
1622
1623 2000-10-23  Dan Harkless  <wget@harkless.org>
1624
1625         * connect.c (make_connection and bindport): Manually applied Rob
1626         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
1627         changing coding style to GNU's.
1628
1629         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
1630         files downloaded via FTP.  Per a comment, .listing files were not
1631         counted towards number of bytes and files downloaded because they're 
1632         deleted anyway.  Well, they aren't under -nr, so count them then.
1633
1634         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
1635         --bind-address, alphabetizing, changing coding style to GNU's,
1636         commenting, and renaming cmd_ip_address() to cmd_address() to
1637         imply hostnames also okay.
1638                 
1639         * main.c (main): --delete-after didn't delete the root of the
1640         tree.  Ignore --convert-links if --delete-after was specified.
1641         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
1642         fixing duplicate use of added-since-1.5.3 case value.
1643         (print_help): Clarified that --delete-after deletes local files.
1644         Rob forgot to add a line for his new --bind-address option.
1645                 
1646         * options.h (struct options): Manually applied Rob Mayoff's patch
1647         to add --bind-address (bind_address structure member).
1648                 
1649         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
1650         Ignore --convert-links if --delete-after was specified.
1651                 
1652         * retr.c (retrieve_from_file): Just added a DEBUGP().
1653                 
1654 2000-10-19  Dan Harkless  <wget@harkless.org>
1655
1656         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
1657         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
1658         patch to work around FTP servers that incorrectly respond to the
1659         "REST" command with the remaining size rather than the total file size.
1660                 
1661         * http.c (gethttp): Improved a comment and added code to tack on
1662         ".html" to text/html files without that extension when -E specified.
1663         (http_loop): Use new downloaded_file() enumerators and deal with
1664         the case of gethttp() called xrealloc() on u->local.
1665
1666         * init.c (commands): Added new "htmlextension" command.
1667         Also renamed John Daily's cmd_quad() to the more descriptive
1668         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
1669         removed duplicate cmd_boolean() declaration.
1670
1671         * main.c (print_help): Added my new -E / --html-extension option.
1672         (main): Undocumented --email-address option previously used -E synonym.
1673         Stole it away for the much more deserving --html-extension's use.
1674
1675         * options.h (struct options): Added html_extension field.
1676
1677         * url.c (convert_links): URL X that we saved as X.html locally due
1678         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
1679         (downloaded_file): Now remembers if we added .html extension to a file.
1680
1681         * url.h (downloaded_file_t): Added extra enumerators to support above.
1682         (downloaded_file): Now takes and returns a downloaded_file_t.
1683
1684         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
1685         
1686 2000-10-09  Dan Harkless  <wget@harkless.org>
1687
1688         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
1689                 
1690         * main.c (print_help): Clarified what --retr-symlinks does.
1691         
1692 2000-09-15  John Daily  <jdaily@cyberdude.com>
1693
1694         * init.c: Add support for "always" and "never" values to allow
1695         .wgetrc to override commandline (useful e.g. with .pm files
1696         calling `wget --passive-ftp' when your firewall doesn't allow that).
1697
1698         * ftp.c (getftp): passive_ftp is first option to support always/never.
1699
1700 2000-08-30  Dan Harkless  <wget@harkless.org>
1701
1702         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
1703         
1704         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
1705         Wrapped some > 80-column lines.  When -p is specified and we're at a 
1706         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than 
1707         <LINK REL="stylesheet">.
1708         
1709         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
1710         
1711         * init.c: Added new -p / --page-requisites / page_requisites option.
1712
1713         * main.c (print_help): Clarified that -l inf and -l 0 both allow
1714         infinite recursion.  Changed the unhelpful --mirrior description
1715         to simply give the options it's equivalent to.  Added new -p option.
1716         (main): Added some comments; handle new -p / --page-requisites.
1717         
1718         * options.h (struct options): Added new page_requisites field.
1719
1720         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
1721         Calculate and pass down new `dash_p_leaf_HTML' parameter to
1722         get_urls_html().  Use new INFINITE_RECURSION #define.
1723
1724         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
1725         final `dash_p_leaf_HTML' parameter.
1726
1727         * url.c: get_urls_html() and htmlfindurl() now take final
1728         `dash_p_leaf_HTML' parameter.
1729
1730         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
1731
1732         * wget.h: Added some comments and new INFINITE_RECURSION #define.
1733         
1734 2000-08-23  Dan Harkless  <wget@harkless.org>
1735
1736         * main.c (print_help): -B / --base was not mentioned.
1737
1738 2000-08-22  Dan Harkless  <wget@harkless.org>
1739
1740         * main.c (print_help): Modified -nc description to mention that it
1741         also prevents the creation of multiple versions of the same file
1742         with ".<number>" suffixes.
1743
1744 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1745
1746         * retr.c (retrieve_url): Consistently strdup opt.referer when
1747         setting u->referer.
1748
1749 2000-06-09  Dan Harkless  <wget@harkless.org>
1750
1751         * main.c (print_help): --help output for --waitretry was over 80 cols.
1752
1753 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
1754
1755         * url.c (encode_string): Fix comment.
1756         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
1757
1758 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
1759
1760         * ftp.c (ftp_retrieve_list): Change permissions only on plain
1761         files.
1762
1763 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
1764
1765         * url.c (str_url): Print the port number only if it's different
1766         from the default port number for that protocol.
1767
1768 2000-05-22  Dan Harkless  <wget@harkless.org>
1769
1770         * main.c (print_help): Added --help line for Damir Dzeko
1771         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
1772         Removed comments that --referer and --waitretry were undocumented.
1773         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
1774         line for --execute.
1775
1776 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
1777
1778         * ftp.c (getftp): Ditto.
1779
1780         * http.c (gethttp): Check for return value of fclose/fflush.
1781
1782 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
1783
1784         * host.c (store_hostaddress): Instead of shifting ADDR, start
1785         copying from the correct address.
1786
1787 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
1788
1789         * http.c (gethttp): Don't free REQUEST -- it was allocated with
1790         alloca().
1791         Pointed out by Gisle Vanem <gvanem@eunet.no>.
1792
1793 2000-04-04  Dan Harkless  <wget@harkless.org>
1794
1795         * host.c (store_hostaddress): R. K. Owen's patch introduces a
1796         "left shift count >= width of type" warning on 32-bit
1797         architectures.  Got rid of it by tricking the compiler w/ a variable.
1798         
1799         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
1800         characters per RFC1738, namely everything above '~'.  It also
1801         generated a warning on OSes where char =~ unsigned char.  Fixed.
1802         
1803 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
1804
1805         * http.c (http_process_type): Removed needless strdup(), a memory
1806         leak.
1807
1808 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
1809
1810         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
1811
1812 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
1813
1814         * init.c (wgetrc_file_name): Don't free HOME under Windows.
1815
1816 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
1817
1818         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
1819
1820 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
1821
1822         * url.c (UNSAFE_CHAR): New macro.
1823         (contains_unsafe): Use it.
1824         (encode_string): Ditto.
1825
1826 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
1827
1828         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
1829
1830 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
1831
1832         * Use TOUPPER/TOLOWER.
1833
1834 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
1835
1836         * ftp-opie.c (btoe): Zero-terminate OSTORE.
1837
1838 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
1839
1840         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
1841
1842         * sysdep.h (ISALNUM): New macro.
1843         (TOLOWER): Ditto.
1844         (TOUPPER): Ditto.
1845
1846 2000-03-10  Dan Harkless  <wget@harkless.org>
1847
1848         * html.c (idmatch): Implemented checking of my new --follow-tags
1849         and --ignore-tags options.
1850         
1851         * init.c (commands): Added comment reminding people adding new
1852         entries doing allocation to add corresponding freeing in cleanup().
1853         (commands): Added new followtags and ignoretags commands.
1854         (cleanup): Free storage for new followtags and ignoretags.
1855         
1856         * main.c: Use of "comma-separated list" was random -- normalized
1857         it.  Did some alphabetization.  Added comments pointing out
1858         "Options without arguments" and "Options accepting an argument"
1859         sections of long_options[].  Added new options --follow-tags and
1860         -G / --ignore-tags.  Added comment that Damir's --referer is
1861         currently undocumented.  Added comment that Heiko's --waitretry is
1862         partially undocumented (mentioned in --help but not in
1863         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
1864         
1865         * options.h (struct options): Added new fields follow_tags and
1866         ignore_tags. 
1867         
1868         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
1869         
1870 2000-03-02  Dan Harkless  <wget@harkless.org>
1871
1872         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
1873         braces to avoid ambiguous `else'" warnings.  Eliminated them.
1874         
1875         * http.c (gethttp): Dan Berger's query string patch is totally
1876         bogus.  If you have two different URLs, gen_page.cgi?page1 and
1877         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
1878         second will overwrite the first.  Also, parameters to implicit
1879         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
1880         be printed with trailing garbage characters, and could seg fault.
1881         Backing out the patch, which Dan B. informed me by email was just
1882         a kludge to download StarOffice from Sun made necessary due to
1883         wget's unconditional escaping of certain characters (room for an
1884         option there?).
1885         (http_loop): Heiko introduced "suggest explicit braces to avoid
1886         ambiguous `else'" warnings.  Eliminated them.
1887         
1888         * main.c: Heiko's --wait / --waitretry backwards compatibility
1889         code looks to have been totally untested -- automatic variable
1890         'wr' was used without being initialized, and a long int was passed
1891         into setval()'s char* val parameter.
1892         
1893         * recur.c (parse_robots): Applied Edward J. Sabol
1894         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
1895         problem with "User-agent:<space>*<space>" lines in robots.txt.
1896         
1897         * url.c (parseurl, str_url): Removing Dan Berger's code (see
1898         http.c above for explanation).
1899         
1900 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
1901
1902         * ftp.c: Respect new option waitretry.
1903
1904 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
1905
1906         * http.c (gethttp): Send custom Referer, if required.
1907
1908 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
1909
1910         * netrc.c (parse_netrc): Allow passwords to contain spaces.
1911
1912         * netrc.c (parse_netrc): New function.
1913
1914 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
1915
1916         * http.c (gethttp): Send it.
1917
1918         * url.c (parseurl): Detect query string in HTTP URL-s.
1919         (str_url): Print it.
1920
1921 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
1922
1923         * html.c (html_allow): Add <link href=...> and <script src=...>.
1924
1925 1999-05-02  andrew deryabin  <djsf@softhome.net>
1926
1927         * http.c (gethttp): Specify port in `Host' header only if it's
1928         different from 80.
1929
1930 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
1931
1932         * recur.c (recursive_retrieve): If a finite maximum depth is
1933         specified, and we're are already at that depth, don't download the
1934         HTML file for parsing.
1935
1936 2000-03-01  Dan Harkless  <wget@harkless.org>
1937
1938         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
1939         even though we don't do conversion on HTML files retrieved via
1940         FTP, so _current_ usage of downloaded_file() makes this call unneeded. 
1941         (ftp_retrieve_list): Added a comment saying where we need to
1942         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
1943         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
1944         a lie -- reworded as "Server file no newer than local file '%s' --".
1945         
1946         * http.c (http_loop): Fixed a typo and clarified a comment.
1947         (http_loop): When -K and -N are specified together, compare size
1948         and timestamp of server file X against local file X.orig (if
1949         extant) rather than converted local file X.
1950         (http_loop): "Local file '%s' is more recent," is sometimes a lie
1951         -- reworded as "Server file no newer than local file '%s' --".
1952         (http_loop): Call new downloaded_file() function to prevent
1953         wrongful overwriting of .orig file when -N is specified.
1954         
1955         * url.c (convert_links): When -K specified, only rename X to
1956         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
1957         file X due to -N, we clobber an X.orig from a previous invocation.
1958         (convert_links): Call the failsafe xstrdup(), not the real strdup().
1959         (convert_links): Added a note asking anyone who understands how
1960         multiple URLs can correspond to a single file to comment it.
1961         (downloaded_file): Added this new function.
1962         
1963         * url.h (downloaded_file): Added prototype for this new function
1964         as well as its downloaded_file_t enum type.
1965
1966         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
1967
1968 2000-02-29  Dan Harkless  <wget@harkless.org>
1969
1970         * version.c: Upped version to developer-only "1.5.3+dev".
1971
1972 2000-02-18  Dan Harkless  <wget@harkless.org>
1973
1974         * init.c (backup_converted): Added this new option.
1975
1976         * main.c (-K / --backup-converted): Added this new option.
1977
1978         * options.h (backup_converted): Added this new option.
1979
1980         * url.c (convert_links): When backup_converted is specified, save
1981         file X as X.orig before converting.
1982
1983         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
1984
1985 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
1986
1987         * version.c: Wget 1.5.3 is released.
1988
1989 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
1990
1991         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local 
1992         address doesn't yield FQDN.
1993
1994 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1995
1996         * cmpt.c (strerror): Fix declaration of sys_errlist.
1997
1998 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
1999
2000         * main.c (main): Don't use an array subscript as the first
2001         argument to STRDUP_ALLOCA.
2002         From Kaveh R. Ghazi.
2003
2004 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
2005
2006         * html.c (htmlfindurl): Download table background.
2007
2008 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
2009
2010         * init.c (parse_line): Would free *com before allocating it.
2011         (parse_line): Would free com instead of *com.
2012
2013 1998-09-10  Howard Gayle  <howard@fjst.com>
2014
2015         * url.c (get_urls_html): Would drop the last character of the
2016         link.
2017
2018 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
2019
2020         * http.c (http_loop): Don't print status code if quiet.
2021
2022 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2023
2024         * log.c: Use <stdarg.h> only when __STDC__.
2025
2026 1998-09-10  Adam D. Moss  <adam@foxbox.org>
2027
2028         * html.c (htmlfindurl): Download <layer src=...>.
2029
2030 1998-09-10  Howard Gayle  <howard@fjst.com>
2031
2032         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file 
2033         not retrieved.
2034
2035 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
2036
2037         * utils.c: Include <libc.h> on NeXT.
2038
2039 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
2040
2041         * url.c (get_urls_html): Fix calculation of URL position.
2042
2043 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
2044
2045         * version.c: Wget 1.5.2 is released.
2046
2047 1998-06-23  Dave Love  <d.love@dl.ac.uk>
2048
2049         * ftp.c, init.c, netrc.c: Include errno.h.
2050
2051         * http.c: Include errno.h and time header.
2052
2053         * Makefile.in (exext): Define.
2054         (install.bin, uninstall.bin): Use it.
2055
2056 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
2057
2058         * http.c (http_loop): Don't attempt to compare local and remote
2059         sizes if the remote size is unknown.
2060
2061 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
2062
2063         * url.c (get_urls_html): Use malloc() instead of alloca in the
2064         loop.
2065
2066 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
2067
2068         * version.c: Wget 1.5.2-b4 is released.
2069
2070 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
2071
2072         * url.c (get_urls_html): Ignore spaces before and after the URI.
2073
2074 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
2075
2076         * ftp.c (getftp): Translate `done'.
2077
2078 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
2079
2080         * version.c: Wget 1.5.2-b3 is released.
2081
2082 1998-06-06  Alexander Kourakos  <awk@bnt.com>
2083
2084         * init.c (cleanup): Close dfp, don't free it.
2085
2086 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
2087
2088         * utils.c (make_directory): Twiddle.
2089
2090         * config.h.in: Added template for access().
2091
2092 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
2093
2094         * html.c (htmlfindurl): Download <input src=...>
2095
2096 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
2097
2098         * utils.c (file_exists_p): Use access() with two arguments.
2099
2100 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
2101
2102         * netrc.c (parse_netrc): Correct logic.
2103
2104 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
2105
2106         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
2107         <ljm@ljm.wownet.net>.
2108
2109 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
2110
2111         * version.c: Wget 1.5.2-b2 is released.
2112
2113 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
2114
2115         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
2116
2117 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
2118
2119         * retr.c (elapsed_time): Return correct value when
2120         HAVE_GETTIMEOFDAY is undefined.
2121
2122 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
2123
2124         * version.c: Wget 1.5.2-b1 is released.
2125
2126 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
2127
2128         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
2129         (_getopt_internal): Don't translate `#if 0'-ed strings.
2130
2131 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
2132
2133         * mswindows.c (ws_handler): Use fork_to_background().
2134
2135 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
2136
2137         * version.c: Wget 1.5.1 is released.
2138
2139 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
2140
2141         * http.c (parse_http_status_line): Avoid `minor' and `major'
2142         names.
2143
2144 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
2145
2146         * utils.c (mkdirhier): Renamed to make_directory.
2147
2148 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
2149
2150         * mswindows.c (fork_to_background): Define under Windows.
2151
2152         * utils.c (fork_to_background): New function.
2153
2154         * html.c (htmlfindurl): Removed rerdundant casts.
2155
2156 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
2157
2158         * mswindows.c (ws_mypath): Cache the path.
2159
2160 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
2161
2162         * ftp.h: Prefix enum ftype members with FT_.
2163
2164         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
2165
2166         * mswindows.h: Use stat under Borland, _stat under MSVC.
2167
2168 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
2169
2170         * http.c (known_authentication_scheme_p): New function.
2171         (gethttp): Handle authorization more correctly.
2172
2173         * ftp-basic.h: Removed.
2174
2175         * cmpt.h: Removed.
2176
2177         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
2178         with gcc 2.8.
2179         (numdigit): Use `while' loop.
2180
2181         * http.c (create_authorization_line): Detect authentication
2182         schemes case-insensitively.
2183
2184         * http.c (extract_header_attr): Use strdupdelim().
2185         (digest_authentication_encode): Move declaration of local
2186         variables to smaller scope.
2187         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
2188         (create_authorization_line): Detect authentication schemes
2189         case-insensitively.
2190
2191         * utils.c (touch): Constify.
2192
2193         * http.c (gethttp): Report a nicer error when no data is received.
2194
2195         * rbuf.h (RBUF_READCHAR): Ditto.
2196
2197         * ftp-basic.c (ftp_response): Use sizeof.
2198
2199 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
2200
2201         * retr.c (print_percentage): EXPECTED is long, not int.
2202         (print_percentage): Use floating-point arithmetic to avoid
2203         overflow with large files' sizes multiplied with 100.
2204
2205 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
2206
2207         * config.h.in: Added pid_t stub.
2208
2209         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
2210         define it).
2211
2212 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
2213
2214         * version.c: Wget 1.5.0 is released.
2215
2216 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
2217
2218         * url.c (str_url): Ditto.
2219
2220         * ftp-basic.c (ftp_rest): Use new name.
2221
2222         * utils.c (long_to_string): Renamed from prnum().
2223
2224 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
2225
2226         * version.c: Wget 1.5-b17 is released.
2227
2228 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
2229
2230         * headers.c (header_get): New argument FLAGS.
2231
2232         * http.c (gethttp): If request is malformed, bail out of the
2233         header loop.
2234         (gethttp): Check for empty header *after* the status line checks.
2235         (gethttp): Disallow continuations for status line.
2236
2237 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
2238
2239         * version.c: Wget 1.5-b16 is released.
2240
2241 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
2242
2243         * init.c (commands): Renamed `always_rest' to `continue'.
2244
2245 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
2246
2247         * all: Use it.
2248
2249         * log.c (logputs): New argument.
2250         (logvprintf): Ditto.
2251         (logprintf): Ditto.
2252
2253 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
2254
2255         * http.c (http_atotm): Update comment.
2256
2257         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
2258
2259         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
2260
2261         * main.c (i18n_initialize): New function.
2262         (main): Use it.
2263
2264         * log.c: Include <unistd.h>.
2265
2266         * retr.c (show_progress): Cast alloca to char *.
2267
2268 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
2269
2270         * version.c: Wget 1.5-b15 is released.
2271
2272 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
2273
2274         * utils.h: Declare file_non_directory_p().
2275
2276 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
2277
2278         * main.c (main): It's `tries', not `numtries' now.
2279
2280 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
2281
2282         * init.c (getperms): Removed.
2283
2284 1998-04-01  Tim Charron  <tcharron@interlog.com>
2285
2286         * log.c (logvprintf): Don't use ARGS twice.
2287
2288 1998-04-01  John  <john@futuresguide.com>
2289
2290         * mswindows.c: Cleaned up.
2291
2292 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
2293
2294         * version.c: Wget 1.5-b14 is released.
2295
2296 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
2297
2298         * ftp-opie.c (STRLEN4): New macro.
2299         (btoe): Use it.
2300
2301 1998-04-01  Junio Hamano  <junio@twinsun.com>
2302
2303         * http.c: Document all the Digest functions.
2304
2305 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
2306
2307         * utils.c (file_non_directory_p): Renamed from isfile().
2308
2309         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
2310
2311 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
2312
2313         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
2314
2315         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
2316         style.
2317         (cmd_permissions): Removed.
2318
2319         * config.h.in: Add template for WORDS_BIGENDIAN.
2320
2321 1998-03-31  Junio Hamano  <junio@twinsun.com>
2322
2323         * http.c (HEXD2asc): New macro.
2324         (dump_hash): Use it.
2325
2326 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
2327
2328         * version.c: Wget 1.5-b13 is released.
2329
2330 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
2331
2332         * main.c (main): Don't try to use `com'.
2333
2334 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
2335
2336         * init.c (cmd_permissions): New function.
2337
2338 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
2339
2340         * version.c: Wget 1.5-b12 is released.
2341
2342 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
2343
2344         * init.c (commands): Renamed `numtries' to `tries'.
2345         (cmd_spec_debug): Removed.
2346         (home_dir): Under Windows, return `C:\' if HOME is undefined.
2347
2348 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
2349
2350         * config.h.in: Define _XOPEN_SOURCE.
2351
2352         * init.c (check_user_specified_header): New function.
2353         (cmd_spec_header): Use it.
2354         (cmd_spec_useragent): New function.
2355
2356 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
2357
2358         * version.c: Wget 1.5-b11 is released.
2359
2360 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
2361
2362         * wget.h: Include <libintl.h> only if NLS is enabled.
2363
2364 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
2365
2366         * options.h (struct options): Made `wait' a long.
2367         (struct options): Ditto for `timeout'.
2368
2369 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
2370
2371         * utils.c (exists): Renamed to file_exists_p.
2372         (file_exists_p): Use access() if available.
2373
2374 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
2375
2376         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
2377         infloop.
2378
2379         * log.c: do_logging -> save_log_p.
2380
2381         * config.h.in: Added template for HAVE_VSNPRINTF.
2382
2383 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
2384
2385         * init.c: Ditto.
2386
2387         * http.c: Protect declaration against non-ANSI compiler.
2388
2389         * log.c (logvprintf): Use vsnprintf() if available.
2390
2391         * getopt.c (main): Don't translate test stuff.
2392
2393 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
2394
2395         * version.c: Wget 1.5-b10 is released.
2396
2397 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
2398
2399         * ftp.c (getftp): Don't translate "CWD %s".
2400
2401         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
2402
2403 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
2404
2405         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
2406
2407         * log.c (logputs): New function.
2408         (logvprintf): Renamed from vlogmsg; use logputs().
2409
2410         * retr.c (show_progress): Print `[100%]' when the retrieval is
2411         finished.
2412
2413         * init.c (run_wgetrc): Use FILE, not PATH.
2414         (wgetrc_file_name): Ditto.
2415
2416 1998-03-07  Tim Adam  <tma@osa.com.au>
2417
2418         * recur.c (parse_robots): Correctly reset `entries' on empty
2419         disallow.
2420
2421 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
2422
2423         * init.c (cmd_spec_debug): Use cmd_boolean().
2424
2425 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
2426
2427         * http.c (gethttp): Create proxy-authorization correctly.
2428
2429 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
2430
2431         * md5.c: Ditto.
2432
2433         * getopt.c: Use ANSI function definitions.
2434
2435         * ftp-opie.c: New file.
2436
2437         * options.h: Don't redefine EXTERN.
2438
2439         * init.c: Sort it correctly.
2440
2441 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
2442
2443         * version.c: Wget 1.5-b9 is released.
2444
2445 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
2446
2447         * recur.c (recursive_retrieve): Reset `first_time'.
2448
2449         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
2450
2451         * rbuf.c (rbuf_peek): Simplified.
2452         (rbuf_flush): Use MINVAL.
2453
2454         * wget.h (MINVAL): Moved from url.h.
2455
2456         * rbuf.h (RBUF_FD): New macro.
2457
2458         * url.c (add_url): Add to the head of the list.
2459
2460         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
2461         file.
2462         (getftp): Set the default permissions to 0600.
2463
2464 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
2465
2466         * url.c (get_urls_html): Ditto.
2467         (convert_links): Ditto.
2468
2469         * recur.c (parse_robots): Ditto.
2470
2471         * html.c (ftp_index): Ditto.
2472
2473         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
2474
2475         * init.c (defaults): Initialize `opt' to zero via memset.
2476
2477         * http.c (digest_authentication_encode): goto considered harmful.
2478
2479 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
2480
2481         * ftp.c (delelement): Simplify and fix leak.
2482
2483 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
2484
2485         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
2486
2487         * url.h (HEXD2ASC): Removed warning.
2488
2489         * init.c (comind): Use binary search.
2490         (commands): Reorganized.
2491         (setval): Ditto.
2492         (cmd_boolean): New function.
2493         (cmd_number): Ditto.
2494         (cmd_number_inf): Ditto.
2495         (cmd_string): Ditto.
2496         (cmd_vector): Ditto.
2497         (cmd_directory_vector): Ditto.
2498         (cmd_bytes): Ditto.
2499         (cmd_time): Ditto.
2500         (cmd_spec_debug): Ditto.
2501         (cmd_spec_dirmode): Ditto.
2502         (cmd_spec_dirstruct): Ditto.
2503         (cmd_spec_dotstyle): Ditto.
2504         (cmd_spec_header): Ditto.
2505         (cmd_spec_htmlify): Ditto.
2506         (cmd_spec_mirror): Ditto.
2507         (cmd_spec_outputdocument): Ditto.
2508         (cmd_spec_recursive): Ditto.
2509         (settime): Merged with cmd_time().
2510         (setbytes): Merged with cmd_bytes().
2511         (setonoff): Merged with cmd_boolean().
2512         (onoff): Ditto.
2513
2514 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
2515
2516         * Makefile.in (distclean): Remove `config.h'.
2517
2518 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
2519
2520         * version.c: Wget 1.5-b8 is released.
2521
2522 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
2523
2524         * http.c (digest_authentication_encode): New function.
2525         (create_authorization_line): Use it.
2526         (dump_hash): New function.
2527         (digest_authentication_encode): Use it.
2528
2529         * fnmatch.c: Renamed from `mtch.c'.
2530
2531 1998-02-15  Karl Eichwalder  <ke@suse.de>
2532
2533         * main.c (main): Tag "Written by..." string as translatable.
2534
2535 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
2536
2537         * wget.h (FREE_MAYBE): New macro.
2538
2539         * http.c (create_authorization_line): Don't use ANSI C string
2540         concatenation feature.
2541         (basic_authentication_encode): Use alloca() for temporary
2542         variables.
2543
2544         * recur.h: Ditto.
2545
2546         * http.c: Ditto.
2547
2548         * headers.h: Ditto.
2549
2550         * ftp-basic.c: Protect declaration against non-ANSI compiler.
2551
2552         * http.c (create_authorization_line): Cast `unsigned char *' to
2553         `char *' for sprintf, to shut up the noisy Digital Unix cc.
2554
2555 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
2556
2557         * version.c: Wget 1.5-b7 is released.
2558
2559 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
2560
2561         * cmpt.c (strstr): Synched with glibc-2.0.6.
2562
2563         * ftp-basic.c (calculate_skey_response): Ditto.
2564         (calculate_skey_response): Use alloca().
2565
2566         * http.c (create_authorization_line): Work with FSF's version of
2567         md5.c.
2568
2569         * md5.c: New file, from GNU libc.
2570
2571 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
2572
2573         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
2574
2575 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
2576
2577         * http.c (basic_authentication_encode): New function, instead of
2578         the macro.
2579
2580 1998-02-13  Junio Hamano  <junio@twinsun.com>
2581
2582         * http.c: Add HTTP-DA support.
2583         * ftp-basic.c: Add Opie/S-key support.
2584         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
2585         * md5.c, md5.h: New files.
2586
2587 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
2588
2589         * http.c (http_process_range): Renamed from hprocrange().
2590         (http_process_range): Parse the whole header.
2591
2592         * headers.c: New file.
2593         (header_process): New function.
2594         (header_get): Renamed from fetch_next_header.
2595
2596         * all: Include utils.h only where necessary.
2597
2598         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
2599
2600         * wget.h: Add provisions for dmalloc.
2601
2602 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
2603
2604         * version.c: Wget 1.5-b6 is released.
2605
2606 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
2607
2608         * ftp.c (ftp_loop): Determine `filename' more precisely.
2609
2610         * init.c (setval): Don't set `opt.quiet' if output-document is
2611         `-'.
2612
2613         * log.c (log_init): Print to STDERR instead of STDOUT.
2614         (vlogmsg): Use STDERR by default.
2615         (logflush): Ditto.
2616
2617 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
2618
2619         * host.c: Use addr_in again.
2620
2621 1998-02-08  Karl Eichwalder  <karl@suse.de>
2622
2623         * http.c (gethttp): Fixed typo.
2624
2625 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
2626
2627         * version.c: Wget 1.5-b5 is released.
2628
2629 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
2630
2631         * retr.c (show_progress): Use it.
2632
2633         * log.c (logflush): New function.
2634
2635         * wget.h: Utilize __attribute__ if on gcc.
2636
2637 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
2638
2639         * http.c (base64_encode_line): New argument LENGTH.
2640         (BASIC_AUTHENTICATION_ENCODE): Use it.
2641         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
2642
2643         * main.c (main): Fixed fprintf() format mismatch.
2644
2645 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
2646
2647         * version.c: Wget 1.5-b4 is released.
2648
2649 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
2650
2651         * host.c: use sockaddr_in instead of addr_in.
2652
2653 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
2654
2655         * init.c (cleanup): Use it.
2656
2657         * recur.c (recursive_cleanup): New function.
2658
2659         * retr.c (retrieve_from_file): Ditto.
2660
2661         * main.c (main): Use it.
2662
2663         * recur.c (recursive_reset): New function.
2664
2665         * retr.c (retrieve_from_file): Ditto.
2666
2667         * main.c (main): Simplify call to recursive_retrieve().
2668
2669         * recur.c (recursive_retrieve): Removed FLAGS argument.
2670
2671         * http.c (gethttp): Changed call to iwrite().
2672
2673 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
2674
2675         * url.c (get_urls_html): Ditto.
2676         (free_urlpos): Ditto.
2677         (mkstruct): Ditto.
2678         (construct): Ditto.
2679
2680         * retr.c (retrieve_url): Move declaration of local variables to
2681         smaller scope.
2682
2683         * url.c (urlproto): Use it.
2684         (parseurl): Ditto.
2685         (str_url): Ditto.
2686         (get_urls_html): Ditto.
2687
2688         * utils.h (ARRAY_SIZE): New macro.
2689
2690         * url.c (proto): Moved from url.h.
2691
2692         * url.h (URL_CLEANSE): Reformatted.
2693         (USE_PROXY_P): Renamed from USE_PROXY.
2694
2695         * ftp-basic.c: Adjust to the new interface of iwrite().
2696
2697         * ftp-basic.c (ftp_port): Use alloca().
2698
2699 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
2700
2701         * version.c: Wget 1.5-b3 is released.
2702
2703         * host.c (ftp_getaddress): Don't print to stderr directly.
2704
2705         * init.c (setbytes): Support `g' for gigabytes.
2706         (cmdtype): New specification CTIME.
2707         (setval): Use it with settime().
2708         (commands): Use it for WAIT and TIMEOUT.
2709
2710 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
2711
2712         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
2713         (gethttp): Use it.
2714
2715         * utils.c (unique_name_1): Moved from url.c.
2716         (unique_name): Ditto.
2717
2718         * url.c (url_filename): Ditto.
2719
2720         * log.c (redirect_output): Changed call to unique_name().
2721
2722         * url.c (unique_name_1): Renamed from unique_name().
2723         (unique_name): Changed interface.
2724
2725         * init.c (enum cmdid): Moved from init.h.
2726         (cmdtype): Ditto.
2727         (struct cmd): Ditto.
2728
2729         * main.c (main): Use it.
2730         (main): Moved `--backups' to not have a short option.
2731
2732         * options.h (struct options): New member BACKGROUND.
2733
2734         * main.c (print_help): Rearranged.
2735         (main): New long options for -n* short options: --no-directories,
2736         --no-host-directories, --non-verbose, --no-host-lookup and
2737         --dont-remove-listing.
2738
2739 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
2740
2741         * main.c (main): Use log_close().
2742
2743         * log.c: New variable LOGFP.
2744         (vlogmsg): Use it.
2745         (redirect_output): Don't open /dev/null; set LOGFP to stdin
2746         instead.
2747         (log_close): New function.
2748
2749         * options.h (struct options): Removed LFILE.
2750
2751         * log.c (log_enable): Removed.
2752
2753         * main.c (main): Use it.
2754
2755         * log.c (log_init): New function.
2756
2757         * url.c (get_urls_html): Removed needless assignment to BASE.
2758
2759         * host.c (add_hlist): Don't set CMP needlessly.
2760
2761         * utils.c (match_backwards): Ditto.
2762         (in_acclist): Ditto.
2763
2764         * url.c (findurl): Ditto.
2765
2766         * netrc.c (parse_netrc): Ditto.
2767
2768         * log.c (log_dump): Ditto.
2769
2770         * html.c (html_quote_string): Ditto.
2771
2772         * ftp-basic.c (ftp_request): Made static.
2773
2774         * connect.c: Made global variables static.
2775
2776         * url.c (construct): Ditto.
2777
2778         * init.c (init_path): Avoid assignment inside `if'-condition.
2779
2780         * ftp.c: Don't include in.h or winsock.h.
2781
2782         * ftp.c (ftp_loop): Use SZ.
2783
2784         * connect.c (bindport): Cast &addrlen to int *.
2785         (conaddr): Ditto.
2786
2787         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
2788
2789 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
2790
2791         * ftp.c (getftp): Initialize opt.ftp_pass here.
2792         (ftp_retrieve_dirs): Use alloca().
2793
2794         * init.c (defaults): Don't initialize opt.ftp_pass.
2795
2796         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
2797         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
2798
2799 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
2800
2801         * recur.c (parse_robots): Check for comments more correctly.
2802
2803         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
2804         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
2805         hostname.
2806
2807 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
2808
2809         * version.c: Wget 1.5-b2 is released.
2810
2811         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
2812
2813         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
2814
2815         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
2816         char.
2817
2818         * log.c: Don't attempt to hide arguments from ansi2knr.
2819
2820         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
2821
2822         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
2823
2824         * ftp.c (getftp): Ditto.
2825
2826         * http.c (gethttp): Use it.
2827
2828         * retr.c (get_contents): New argument EXPECTED; pass it to
2829         show_progress().
2830         (show_progress): New argument EXPECTED; use it to display
2831         percentages.
2832
2833         * init.c (setval): Ditto.
2834
2835         * http.c (gethttp): Ditto.
2836         (http_loop): Ditto.
2837
2838         * ftp.c (getftp): Ditto.
2839         (ftp_loop_internal): Ditto.
2840
2841         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
2842
2843         * sysdep.h (CLOSE): Simplify; use DEBUGP.
2844
2845         * netrc.c (search_netrc): Use alloca().
2846
2847         * init.c (defaults): Initialize no_flush.
2848
2849         * log.c (vlogmsg): Don't flush if no_flush.
2850
2851         * options.h (struct options): New variable no_flush.
2852
2853         * main.c (main): Don't play games with buffering.
2854
2855         * log.c (vlogmsg): Flush the output after every message.
2856
2857 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
2858
2859         * init.c (parse_line): Ditto.
2860
2861         * url.c (get_urls_html): Ditto.
2862
2863         * main.c (main): Don't cast to unsigned char.
2864
2865         * init.c (run_wgetrc): Don't cast to unsigned char.
2866         (parse_line): Accept char instead of unsigned char.
2867
2868         * html.c (htmlfindurl): Use char instead of unsigned char.
2869
2870         * all: Use them.
2871
2872         * sysdep.h: Add wrappers to ctype macros to make them
2873         eight-bit-clean:
2874
2875 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
2876
2877         * html.c (htmlfindurl): Download <img lowsrc=...>
2878
2879         * main.c (main): Ignore SIGPIPE.
2880
2881         * connect.c (select_fd): New argument WRITEP.
2882         (iwrite): Call select_fd().
2883
2884 1997-02-27  Fila Kolodny <fila@ibi.com>
2885
2886         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
2887         one already exists, just skip it.
2888
2889 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
2890
2891         * http.c (gethttp): Cosmetic changes.
2892
2893         * http.c (check_end): Allow `+D...' instead of `GMT'.
2894         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
2895
2896         * url.c (process_ftp_type): New function.
2897         (parseurl): Use it.
2898
2899         * connect.c (iwrite): Allow writing in a few chunks.
2900         (bindport): Made SRV static, so addr can point to it.
2901         (select_fd): Removed HPUX kludge.
2902
2903         * host.c (free_hlist): Incorporated into clean_hosts().
2904
2905 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
2906
2907         * host.c (hlist): Made static.
2908         (search_address): Cosmetic change.
2909
2910 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
2911
2912         * version.c: Wget v1.5-b1 is released.
2913
2914         * http.c (hgetlen): Use sizeof() to get the header length.
2915         (hgetrange): Ditto.
2916         (hgettype): Ditto.
2917         (hgetlocation): Ditto.
2918         (hgetmodified): Ditto.
2919         (haccepts_none): Ditto.
2920
2921         * main.c (main): Updated `--version' and `--help' output, as per
2922         Francois Pinard's suggestions.
2923
2924         * main.c: Include locale.h; call setlocale(), bindtextdomain() and 
2925         textdomain().
2926
2927         * config.h.in: Define stubs for I18N3.
2928
2929         * wget.h: Include libintl.h.
2930
2931 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
2932
2933         * url.c (mkstruct): Check for opt.cut_dirs.
2934         (mkstruct): alloca()-te more, xmalloc() less.
2935
2936         * utils.c (load_file): Check for ferror().
2937
2938         * url.c (get_urls_file): Close only the files we opened.
2939         (get_urls_html): Ditto.
2940         (count_slashes): New function.
2941
2942         * http.h: Removed.
2943
2944         * http.c (gethttp): Respect username and password provided by
2945         proxy URL.
2946         (base64_encode_line): Write into an existing buffer instead of
2947         malloc-ing a new one.
2948         (struct http_stat): Moved from http.h
2949
2950         * retr.c (retrieve_url): Free SUF.
2951
2952         * all: Removed lots of unnecessary .h dependencies.
2953
2954         * html.c (global_state): Made static.
2955
2956         * utils.h (ALLOCA_ARRAY): New macro.
2957
2958         * main.c (main): New option `--cut-dirs'.
2959
2960         * url.c (construct): Use alloca() for T.
2961
2962         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
2963
2964         * host.c (_host_t): Moved from host.h.
2965         (struct host): Renamed from _host_t.
2966         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
2967         (realhost): Ditto.
2968
2969         * host.h: Don't include url.h.
2970
2971         * ftp.c (LIST_FILENAME): Moved from ftp.h.
2972
2973         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
2974
2975         * main.c (main): Enable log if the output goes to a TTY.
2976
2977         * connect.h: Removed unused constant `BACKLOG'.
2978
2979         * config.h.in: Check for isatty().
2980
2981         * Makefile.in (LINK): Use CFLAGS when linking.
2982
2983 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
2984
2985         * mswindows.c (ws_hangup): Use redirect_output().
2986
2987         * main.c (redirect_output_signal): New function; use
2988         redirect_output().
2989
2990         * log.c (redirect_output): New function, based on hangup(), which
2991         is deleted.
2992
2993         * log.c (vlogmsg): New function.
2994
2995         * wget.h (DEBUGP): Use debug_logmsg().
2996
2997         * main.c (hangup): Use it.
2998
2999         * log.c (log_dump): New function.
3000
3001         * utils.h (DO_REALLOC): Use `long' for various sizes.
3002
3003         * http.c (hskip_lws): Use `while', for clarity.
3004         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
3005         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
3006
3007         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
3008         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
3009
3010         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
3011         (LEGIBLE_SEPARATOR): Ditto.
3012         (FILE_BUFFER_SIZE): Ditto.
3013
3014         * retr.c (BUFFER_SIZE): Moved from retr.h.
3015
3016         * log.c: New file.
3017         (logmsg): Moved from utils.c.
3018         (debug_logmsg): New function.
3019
3020         * mswindows.h: Include it here.
3021
3022         * init.c: Ditto.
3023
3024         * utils.c: Don't include <windows.h>.
3025
3026 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
3027
3028         * host.c (ftp_getaddress): Ditto.
3029
3030         * main.c (main): Use it.
3031
3032         * utils.h (STRDUP_ALLOCA): New macro.
3033
3034         * init.c: Prepend `wget: ' to error messages printed on stderr.
3035
3036         * utils.c (mkdirhier): Renamed from mymkdir.
3037         (touch): Renamed from my_touch.
3038         (pwd_cuserid): Renamed from my_cuserid().
3039
3040 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
3041
3042         * utils.c (accdir): Process wildcards.
3043         (proclist): New function.
3044         (accdir): Use it to avoid code repetition.
3045
3046 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
3047
3048         * recur.c (parse_robots): Respect opt.useragent; use alloca().
3049
3050         * http.c (gethttp): Construct useragent accordingly.
3051
3052         * version.c: Changed version string to numbers-only.
3053
3054         * main.c (print_help): List all the options.
3055
3056         * mswindows.c (windows_main_junk): Initialize argv0 here.
3057
3058 1998-01-24  Karl Heuer  <kwzh@gnu.org>
3059
3060         * netrc.c (search_netrc): Initialize `l' only after processing
3061         netrc.
3062
3063         * main.c (main): Don't trap SIGHUP if it's being ignored.
3064
3065 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
3066
3067         * all: Use logmsg().
3068
3069         * utils.c (time_str): Moved from retr.c.
3070         (logmsg): New function.
3071         (logmsg_noflush): Ditto.
3072
3073         * rbuf.c: New file, moved buf_* functions here.
3074
3075         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
3076
3077         * ftp-basic.c (ftp_rest): Use prnum().
3078
3079         * ftp-basic.c: Ditto.
3080
3081         * ftp.c: Use the new reading functions and macros.
3082
3083         * retr.c (buf_initialize): New function.
3084         (buf_initialized_p): Ditto.
3085         (buf_uninitialize): Ditto.
3086         (buf_fd): Ditto.
3087
3088         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
3089         efficiency.
3090         (gethttp): Use alloca() where appropriate.
3091
3092         * retr.c (buf_readchar): Use it.
3093         (buf_peek): Use rstreams.
3094
3095         * retr.h (BUF_READCHAR): New macro.
3096
3097         * init.c (home_dir): Rewritten for clarity.
3098         (init_path): Ditto.
3099
3100         * mswindows.c (ws_backgnd): Made static.
3101         (read_registry): Ditto.
3102         (ws_cleanup): Ditto.
3103         (ws_handler): Ditto.
3104
3105 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
3106
3107         * alloca.c: New file.
3108
3109         * Makefile.in (ALLOCA): Define.
3110
3111         * mswindows.c (ws_help): Constify.
3112         (ws_help): Use alloca.
3113
3114         * mswindows.c: Reformat.
3115
3116         * all: Added _(...) annotations for I18N snarfing and translation.
3117
3118         * host.c (ftp_getaddress): Nuke SYSINFO.
3119         (ftp_getaddress): Don't use getdomainname().
3120         (ftp_getaddress): Use uname(), where available.
3121
3122         * http.c (gethttp): Protect a stray fprintf().
3123
3124         * init.c (settime): New function.
3125         (setval): Treat WAIT specially, allowing suffixes like `m' for
3126         minutes, etc.
3127
3128 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
3129
3130         * url.c (get_urls_html): Use alloca() for TEMP.
3131
3132 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
3133
3134         * url.c (rotate_backups): New function.
3135
3136         * http.c (gethttp): Ditto.
3137
3138         * ftp.c (getftp): Rotate backups.
3139
3140 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
3141
3142         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
3143         xrealloc() and xstrdup().  Use the new functions.
3144
3145         * url.c (decode_string): Made static.
3146         (has_proto): Ditto.
3147         (parse_dir): Ditto.
3148         (parse_uname): Ditto.
3149         (mkstruct): Ditto.
3150         (construct): Ditto.
3151         (construct_relative): Ditto.
3152
3153         * retr.c (show_progress): Made static.
3154
3155         * recur.c (robots_url): Made static.
3156         (retrieve_robots): Ditto.
3157         (parse_robots): Ditto.
3158         (robots_match): Ditto.
3159
3160         * main.h: Removed.
3161
3162         * main.c (printhelp): Made static.
3163         (hangup): Ditto.
3164
3165         * init.c (comind): Made static.
3166         (defaults): Ditto.
3167         (init_path): Ditto.
3168         (run_wgetrc): Ditto.
3169         (onoff): Ditto.
3170         (setonoff): Ditto.
3171         (setnum): Ditto.
3172         (myatoi): Ditto.
3173         (getperms): Ditto.
3174         (setbytes): Ditto.
3175
3176         * http.c (fetch_next_header): Made static.
3177         (hparsestatline): Ditto.
3178         (hskip_lws): Ditto.
3179         (hgetlen): Ditto.
3180         (hgetrange): Ditto.
3181         (hgettype): Ditto.
3182         (hgetlocation): Ditto.
3183         (hgetmodified): Ditto.
3184         (haccepts_none): Ditto.
3185         (gethttp): Ditto.
3186         (base64_encode_line): Ditto.
3187         (mktime_from_utc): Ditto.
3188         (http_atotm): Ditto.
3189
3190         * html.c (idmatch): Made static.
3191
3192         * host.c (search_host): Made static.
3193         (search_address): Ditto.
3194         (free_hlist): Ditto.
3195
3196         * ftp.c (getftp): Made static.
3197         (ftp_loop_internal): Ditto.
3198         (ftp_get_listing): Ditto.
3199         (ftp_retrieve_list): Ditto.
3200         (ftp_retrieve_dirs): Ditto.
3201         (ftp_retrieve_glob): Ditto.
3202         (freefileinfo): Ditto.
3203         (delelement): Ditto.
3204
3205         * ftp-ls.c (symperms): Made static.
3206         (ftp_parse_unix_ls): Ditto.
3207
3208         * connect.c (select_fd): Made static.
3209
3210         * utils.c (xmalloc): Renamed from nmalloc.
3211         (xrealloc): Renamed from nrealloc.
3212         (xstrdup): Renamed from nstrdup.
3213
3214         * getopt.c (exchange): Use alloca.
3215
3216         * mswindows.c (mycuserid): Use strncpy.
3217
3218         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
3219         systhings.h, windecl.h and winjunk.h removed.
3220
3221         * mswindows.c (sleep): New function.
3222
3223         * utils.c: Include <windows.h> under Windows.
3224
3225 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
3226
3227         * url.h (URL_UNSAFE): Change default under Windows.
3228
3229         * retr.c (retrieve_from_file): Respect opt.delete_after.
3230
3231         * main.c (main): Call ws_help on Windows.
3232
3233         * winjunk.c (windows_main_junk): New function.
3234
3235         * main.c (main): Junk-process argv[0].
3236
3237         * http.c (mktime_from_utc): Return -1 if mktime failed.
3238
3239         * http.c (http_loop): Ditto.
3240
3241         * ftp.c (ftp_loop_internal): Change title on Windows when using a
3242         new URL.
3243
3244         * winjunk.c (getdomainname): Lots of functions.
3245
3246 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
3247
3248         * cmpt.c (strptime_internal): Handle years more correctly for
3249         `%y'.
3250
3251 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
3252
3253         * http.c (gethttp): Allocate enough space for
3254         `Proxy-Authorization' header.
3255
3256 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
3257
3258         * version.c: Wget/1.4.5 is released.
3259
3260 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
3261
3262         * retr.c (get_contents): Check return value of fwrite more
3263         carefully.
3264
3265 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3266
3267         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
3268         year, regardless of century.
3269
3270 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
3271
3272         * utils.c (isfile): Use `lstat' instead of `stat'.
3273
3274 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
3275
3276         * utils.c (numdigit): Use explicit test.
3277
3278 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
3279
3280         * http.c (http_loop): Always use `url_filename' to get u->local.
3281
3282 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
3283
3284         * url.c: Recognize https.
3285
3286 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
3287
3288         * recur.c (recursive_retrieve): Lowercase just the host name.
3289
3290 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
3291
3292         * url.c (get_urls_file): Use the correct test.
3293         (get_urls_html): Ditto.
3294
3295 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
3296
3297         * connect.c: Reverted addrlen to int.
3298
3299         * init.c (parse_line): Check for -1 instead of NONE.
3300
3301         * version.c: Changed version to 1.4.5.
3302
3303 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
3304
3305         * init.c: New option netrc.
3306         (initialize): Don't parse .netrc.
3307
3308         * cmpt.c (recursive): Return rp.
3309         (strptime_internal): Match the long strings first, the abbreviated
3310         second.
3311
3312 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
3313
3314         * http.c (check_end): New function.
3315         (http_atotm): Use it.
3316  
3317 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
3318
3319         * http.c (gethttp): Use them.
3320
3321         * init.c: New options proxy_user and proxy_passwd.
3322
3323 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
3324
3325         * ftp.c (ftp_retrieve_list): Create links even if not relative.
3326
3327 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
3328
3329         * recur.c (recursive_retrieve): Lowercase the host name, if the
3330         URL is not "optimized".
3331
3332         * host.c (realhost): Return l->hostname, even if it matches with
3333         host.
3334
3335 1997-02-10  Marin Purgar  <pmc@asgard.hr>
3336
3337         * connect.c: Make addrlen size_t instead of int.
3338         (conaddr): Ditto.
3339
3340 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
3341
3342         * systhings.h: Define S_ISLNK on NeXT too.
3343
3344 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
3345
3346         * version.c: Released 1.4.3.
3347
3348         * url.c: Futher update to list of protostrings.
3349         (skip_proto): Skip `//' correctly for FTP and HTTP.
3350
3351         * url.c (get_urls_html): Handle bogus `http:' things a little
3352         different.
3353
3354         * main.c (main): Removed `follow-ftp' from `f'.
3355         (main): Dumped the `prefix-files' and `file-prefix' options and
3356         features; old and bogus.
3357         (main): Exit on failed setval() in `-e'.
3358
3359         * http.c (fetch_next_header): Use it to detect header continuation
3360         correctly.
3361
3362         * retr.c (buf_peek): New function.
3363
3364 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
3365
3366         * wget.h: Include time.h and stuff.
3367
3368 1997-02-08  Roger Beeman  <beeman@cisco.com>
3369
3370         * ftp.c: Include <time.h>
3371
3372 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
3373
3374         * url.c (findurl): Would read over buffer limits.
3375
3376 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
3377
3378         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
3379
3380 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
3381
3382         * http.c (http_atotm): Initialize tm.is_dst.
3383
3384 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
3385
3386         * http.c (gethttp): Don't print the number of retrieved headers.
3387
3388         * main.c (main): New option `--no-clobber', alias for `-nc'.
3389
3390         * url.c: Recognize `https://'.
3391
3392 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
3393
3394         * host.c (herrmsg): Don't use h_errno.
3395
3396 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
3397
3398         * host.c (accept_domain): Use it.
3399
3400         * main.c (main): New option `--exclude-domains'.
3401
3402         * retr.c (retrieve_url): Use it.
3403         (retrieve_url): Bail out when an URL is redirecting to itself.
3404
3405         * url.c (url_equal): New function.
3406
3407 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
3408
3409         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
3410
3411         * http.c (mk_utc_time): New function.
3412         (http_atotm): Use it; handle time zones correctly.
3413
3414 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
3415
3416         * http.c: Ditto.
3417
3418         * ftp-basic.c: Use it instead of WRITE.
3419
3420         * connect.c (iwrite): New function.
3421
3422 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
3423
3424         * cmpt.c (mktime): New function.
3425
3426         * netrc.c: Include <sys/types.h>.
3427
3428         * main.c (main): Wouldn't recognize --spider.
3429
3430         * retr.c (rate): Use `B', `KB' and `MB'.
3431         (reset_timer,elapsed_time): Moved from utils.c.
3432
3433         * ftp.c (ftp_retrieve_list): Ditto.
3434
3435         * http.c (http_loop): Don't touch the file if opt.dfp.
3436
3437 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
3438
3439         * cmpt.c: New file.
3440
3441         * ftp.c (ftp_retrieve_glob): New argument semantics.
3442         (ftp_retrieve_dirs): Use it.
3443         (ftp_loop): Ditto.
3444
3445         * html.c (htmlfindurl): Recognize `'' as the quote char.
3446
3447 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
3448
3449         * ftp.c (ftp_loop_internal): Use it.
3450
3451         * utils.c (remove_link): New function.
3452
3453 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
3454
3455         * retr.c (retrieve_url): Require STRICT redirection URL.
3456
3457         * url.c (parseurl): New argument STRICT.
3458
3459         * http.c (hparsestatline): Be a little-bit less strict about
3460         status line format.
3461
3462 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
3463
3464         * http.c (gethttp): Use it.
3465
3466         * main.c (main): Don't use '<digit>' as options.
3467
3468         * init.c: New option ignore_length.
3469
3470         * http.c (gethttp): Ditto.
3471         (http_loop): Check for redirection without Location:.
3472         (gethttp): Don't print Length unless RETROKF.
3473
3474         * ftp.c (getftp): Use it.
3475
3476         * url.c (mkalldirs): New function.
3477
3478         * utils.c (mymkdir): Don't check for existing non-directory.
3479
3480         * url.c (mkstruct): Don't create the directory.
3481
3482 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
3483
3484         * init.c (setval): Removed NO_RECURSION checks.
3485
3486 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
3487
3488         * version.c: "Released" 1.4.3-pre2.
3489
3490         * recur.c (recursive_retrieve): Bypass host checking only if URL
3491         is ftp AND parent URL is not ftp.
3492
3493         * ftp-basic.c (ftp_request): Print out Turtle Power.
3494
3495         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
3496         wildcard.
3497         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
3498         not glob.
3499
3500         * http.c (gethttp): Be a little bit smarter about status codes.
3501
3502         * recur.c (recursive_retrieve): Always reset opt.recursive when
3503         dealing with FTP.
3504
3505 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
3506
3507         * retr.c (retrieve_url): New variable location_changed; use it for
3508         tests instead of mynewloc.
3509         (retrieve_url): Allow heuristic adding of html.
3510
3511         * url.c (url_filename): Don't use the `%' in Windows file names.
3512
3513         * http.c (http_loop): Always time-stamp the local file.
3514
3515         * http.c (http_loop): Ditto.
3516
3517         * ftp.c (ftp_retrieve_list): Use it.
3518
3519         * utils.c (my_touch): New function.
3520
3521         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
3522         instead of #ifndef NeXT.
3523
3524         * utils.c (strptime): New version, by Ulrich Drepper.
3525
3526 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
3527
3528         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
3529         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
3530         (http_loop): Would remove ACCEPTRANGES.
3531
3532         * ftp.c (getftp): Call ftp_list with NULL.
3533
3534 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
3535
3536         * html.c (ftp_index): Don't print minutes and seconds if we don't
3537         know them; beautify the output.
3538
3539         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
3540
3541 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
3542
3543         * utils.c (strptime): New function.
3544         (strptime): Don't use get_alt_number.
3545         (strptime): Don't use locale.
3546         (match_string): Made it a function.
3547
3548 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
3549
3550         * http.c (http_atotm): New function.
3551         (http_loop): Use it.
3552
3553         * atotm.c: Removed from the distribution.
3554
3555         * http.c (base64_encode_line): Rewrite.
3556
3557 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
3558
3559         * ftp.c (getftp): Use ftp_expected_bytes; print size.
3560
3561         * ftp-basic.c (ftp_response): Use ftp_last_respline.
3562         (ftp_expected_bytes): New function.
3563
3564         * ftp.c (getftp): Print the unauthoritative file length.
3565
3566         * ftp-ls.c: Renamed from ftp-unix.c.
3567         (ftp_parse_ls): Moved from ftp.c.
3568         (ftp_parse_unix_ls): Recognize seconds in time spec.
3569         (ftp_parse_unix_ls): Recognize year-less dates of the previous
3570         year.
3571
3572 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
3573
3574         * ftp-basic.c: Don't declare errno if #defined.
3575
3576         * host.c (ftp_getaddress): Check for sysinfo legally.
3577
3578 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
3579
3580         * connect.c (iread): Use READ.
3581
3582 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
3583
3584         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
3585         schemes.
3586
3587 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
3588
3589         * host.c (ftp_getaddress): Allow `.' in hostname.
3590
3591 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
3592
3593         * wget.h: READ and WRITE macros for use instead of read and write
3594         on sockets, grep READ *.c, grep WRITE *.c
3595
3596         * wsstartup.c: new file - startup for winsock
3597
3598         * wsstartup.h: new file
3599
3600         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
3601
3602         * configure.bat: Configure utility for MSVC
3603
3604         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
3605
3606 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
3607
3608         * version.c: Released 1.4.3-pre.
3609
3610         * utils.c (prnum): Accept long.
3611         (legible): Use prnum().
3612
3613         * connect.c (make_connection): Accept port as short.
3614         (bindport): Ditto.
3615
3616         * http.c (gethttp): Use search_netrc.
3617
3618 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
3619
3620         * ftp.c (getftp): Use search_netrc.
3621
3622         * netrc.c (free_netrc): New function.
3623
3624         * init.c (home_dir): New function.
3625
3626         * url.c (convert_links): Allow REL2ABS changes.
3627
3628 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
3629
3630         * netrc.c: New file.
3631         (parse_netrc, maybe_add_to_list): New functions.
3632
3633 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
3634
3635         * retr.c (retrieve_url): Reset opt.recursion before calling
3636         ftp_loop if it is reached through newloc.
3637
3638         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
3639         error; don't use "Syntax error", since we don't know if it is
3640         really a syntax error.
3641
3642 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
3643
3644         * utils.c (acceptable): Extract the filename part of the path.
3645
3646         * recur.c (recursive_retrieve): Call acceptable() with the right
3647         argument; would bug out on wildcards.
3648
3649         * init.c (parse_line): Likewise.
3650
3651         * html.c (htmlfindurl): Cast to char * when calling stuff.
3652
3653 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
3654
3655         * ftp.c (getftp): Use ftp_pasv.
3656
3657         * ftp-basic.c (ftp_request): Accept NULL value.
3658         (ftp_pasv): New function.
3659
3660         * options.h (struct options): Add passive FTP option.
3661
3662 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
3663
3664         * url.c (parseurl): Debug output.
3665
3666         * utils.c (path_simplify): New one, adapted from bash's
3667         canonicalize_pathname().
3668
3669 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
3670
3671         * ftp.c (getftp): Don't discard the buffer.
3672
3673         * retr.c (get_contents): New parameter nobuf.
3674
3675 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
3676
3677         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
3678
3679         * init.c (setval): Strip the trailing slashes on CVECDIR.
3680
3681 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
3682
3683         * init.c: Make excludes and includes under CVECDIR instead of
3684         CVEC.
3685
3686 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
3687
3688         * url.c (get_urls_html): Skip "http:".
3689
3690 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
3691
3692         * utils.c (strcasecmp): From glibc.
3693         (strncasecmp): Also.
3694         (strstr): Also.
3695
3696         * url.c: Added javascript: to the list of URLs prefixes.
3697
3698 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
3699
3700         * recur.c (retrieve_robots): Print the warning message only if
3701         verbose.
3702
3703 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
3704
3705         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
3706
3707 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
3708
3709         * systhings.h: New file.
3710
3711         * ../configure.in: Check for utime.h
3712
3713         * ftp.c: Check whether we have unistd.h.
3714
3715 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
3716
3717         * recur.c (recursive_retrieve): Send the canonical URL as referer.
3718         (recursive_retrieve): Call get_urls_html with the canonical URL.
3719
3720 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3721
3722         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
3723         ansi2knr support for compilers which don't support ANSI style
3724         function prototypes and signatures.
3725
3726         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
3727
3728 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
3729
3730         * url.c: Use it; Recognize paths ending with "." and ".." as
3731         directories.
3732         (url_filename): Append .n whenever file exists and could be a
3733         directory.
3734
3735         * url.h (ISDDOT): New macro.
3736
3737         * init.c (parse_line): Use unsigned char.
3738
3739         * url.c (get_urls_html): Cast to unsigned char * when calling
3740         htmlfindurl.
3741
3742         * html.c (htmlfindurl): Use unsigned char.
3743
3744         * version.c: Changed version to 1.4.3.
3745
3746 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
3747
3748         * version.c: Released 1.4.2.
3749
3750         * ftp.c (getftp): Simplified assertion.
3751         (ftp_loop_internal): Remove symlink before downloading.
3752         (ftp_retrieve_list): Unlink the symlink name before attempting to
3753         create a symlink!
3754
3755         * options.h (struct options): Renamed print_server_response to
3756         server_response.
3757
3758         * ftp.c (rel_constr): Removed.
3759         (ftp_retrieve_list): Don't use it.
3760         (ftp_retrieve_list): Use opt.retr_symlinks.
3761
3762 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
3763
3764         * main.c (main): New option retr_symlinks.
3765
3766         * url.c (convert_links): Print verbose message.
3767
3768 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
3769
3770         * http.c (http_loop): Reset newloc in the beginning of function;
3771         would cause FMR in retrieve_url.
3772
3773 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
3774
3775         * recur.c (convert_all_links): Find the URL of each HTML document,
3776         and feed it to get_urls_html; would bug out.
3777         (convert_all_links): Check for l2 instead of dl; removed dl.
3778
3779         * url.c (convert_links): Don't refer to freed newname.
3780
3781         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
3782
3783         * main.c (main): Print the OS_TYPE in the debug output, too.
3784
3785         * recur.c (recursive_retrieve): Check for opt.delete_after.
3786
3787         * main.c (main): New option delete-after.
3788
3789         * init.c (setval): Cleaned up.
3790
3791 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
3792
3793         * Makefile.in (wget): Make `wget' the default target.
3794
3795         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
3796         loop.
3797         (ftp_retrieve_list): Warn about non-matching sizes.
3798
3799         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
3800
3801         * init.c (setnum): Renamed from setnuminf; New argument flags.
3802         (setval): Use it.
3803
3804         * main.c (main): Sorted the options.
3805         (main): New option --wait.
3806
3807 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
3808
3809         * html.c (htmlfindurl): Reset s->in_quote after getting out of
3810         quotes.
3811
3812 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
3813
3814         * version.c: Changed version to 1.4.2.
3815
3816 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
3817
3818         * version.c: Released 1.4.1.
3819
3820         * html.c (html_quote_string): New function.
3821         (ftp_index): Use it.
3822         (htmlfindurl): A more gentle ending debug message.
3823
3824         * ftp.c (ftp_loop): Check for opt.htmlify.
3825
3826         * init.c: New command htmlify.
3827
3828         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
3829         strings.
3830         (ftp_loop): Print size of index.html.
3831
3832         * init.c (setval): Implement "styles".
3833
3834         * main.c (main): New option dotstyle.
3835
3836 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
3837
3838         * ftp.c (getftp): Close the master socket in case of errors, after
3839         bindport().
3840
3841         * connect.c (bindport): Initialize msock to -1.
3842
3843         * ftp.c (getftp): Initialize dtsock to -1.
3844
3845         * connect.c (closeport): Don't close sock if sock == -1.
3846
3847 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
3848
3849         * init.c (setnuminf): Nuked default value -- just leave unchanged.
3850         (setval): Don't send default values.
3851         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
3852
3853         * options.h (struct options): Use long for dot_bytes.
3854
3855         * init.c (setquota): Renamed to setbytes.
3856         (setval): Use setbytes on DOTBYTES.
3857
3858 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
3859
3860         * ftp.c (getftp): Initialize con->dltime.
3861
3862         * recur.c (recursive_retrieve): Use same_host instead of
3863         try_robots; simply load robots_txt whenever the host is changed.
3864         (recursive_retrieve): Free forbidden before calling parse_robots.
3865
3866 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
3867
3868         * retr.c (show_progress): Use them.
3869
3870         * options.h (struct options): New options dot_bytes, dots_on_line
3871         and dot_spacing.
3872
3873 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
3874
3875         * recur.c (recursive_retrieve): Retrieve directories regardless of
3876         acc/rej rules; check for empty u->file.
3877
3878 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
3879
3880         * init.c (setval): Use it.
3881
3882         * utils.c (merge_vecs): New function.
3883
3884         * init.c (setval): Reset the list-type functions when encountering
3885         "".
3886
3887 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
3888
3889         * recur.c (recursive_retrieve): Use base_url instead of this_url
3890         for no_parent.
3891
3892 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
3893
3894         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
3895
3896 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
3897
3898         * utils.c (sepstring): Rewrote; don't use strtok.
3899
3900         * recur.c (recursive_retrieve): Enter assorted this_url to slist
3901         when running the first time.
3902         (retrieve_robots): Warn to ignore errors when robots are loaded.
3903
3904         * utils.c (load_file): Moved from url.c.
3905
3906         * http.c: Made static variables const too in h* functions.
3907
3908         * main.c (main): Renamed --continue-ftp to --continue.
3909
3910         * recur.c (recursive_retrieve): Use it.
3911
3912         * utils.c (frontcmp): New function.
3913
3914         * url.c (accdir): New function.
3915
3916         * html.c (htmlfindurl): Recognize <area href=...>.
3917
3918         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
3919
3920         * init.c (setval): Free the existing opt.excludes and
3921         opt.includes, if available.
3922
3923         * main.c (main): New option -I.
3924
3925 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
3926
3927         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
3928
3929         * version.c: Changed version to 1.4.1.
3930
3931 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
3932
3933         * version.c: Released 1.4.0.
3934
3935 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
3936
3937         * main.c (main): Free com and val after parse_line.
3938         (printhelp): Reorder the listing.
3939
3940         * http.c: More robust header parsing.
3941
3942         * http.c: Allow any number of spaces, or no spaces, precede ':'.
3943         (hskip_lws): New function.
3944         (haccepts_bytes): New function.
3945         (gethttp): Use it.
3946
3947         * init.c (setval): Check header sanity.
3948         (setval): Allow resetting of headers.
3949
3950 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
3951
3952         * http.c (http_loop): Don't use has_wildcards.
3953
3954         * http.c (gethttp): Free all_headers -- would leak.
3955
3956         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
3957         0 -- this fixes a long-standing bug in -rl.
3958
3959 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
3960
3961         * ftp.c: Use -1 as "impossible" value for con->fd.
3962
3963         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
3964
3965         * init.c (parse_line): Use isalpha.
3966
3967         * ftp-unix.c: Use HAVE_UNISTD_H.
3968
3969         * mtch.c (has_wildcards): Don't match \.
3970
3971         * http.c (http_loop): Warn on HTTP wildcard usage.
3972
3973 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
3974
3975         * url.c (url_filename): Do not create numbered suffixes if
3976         opt.noclobber -- would bug out on -nc.
3977
3978 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
3979
3980         * recur.c (parse_robots): Don't chuck out the commands without
3981         arguments (`Disallow:<empty>' didn't work).
3982         (parse_robots): Compare versions lowercase.
3983         (parse_robots): Match on base_version, not version_string!
3984         (parse_robots): Handle comments properly.
3985         (parse_robots): Match versions in a sane way.
3986
3987         * init.c: Print nicer error messages.
3988
3989         * version.c: Changed version to 1.4.0.
3990
3991 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
3992
3993         * version.c: Released 1.4.0-test2.
3994
3995         * init.c (run_wgetrc): Close fp.
3996
3997         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
3998         u->dir.
3999
4000 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
4001
4002         * init.c (setquota): Allow inf as quota specification.
4003
4004 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
4005
4006         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
4007         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
4008
4009         * main.c (main): Check for quota by comparison with downloaded
4010         stuff, not from status.
4011
4012         * connect.c (select_fd): Should compile on HPUX without warnings now.
4013
4014         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
4015         returned RETROK.
4016
4017 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
4018
4019         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
4020         (getftp): Return FTPRETRINT on control connection error.
4021
4022         * html.c (htmlfindurl): Recognize <embed src=...> and
4023         <bgsound src=...>.
4024         (ftp_index): Handle username and password correctly.
4025
4026         * main.c (main): Made `-np' a synonim for --no-parent.
4027
4028 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
4029
4030         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
4031         ftp_retrieve_glob.
4032
4033         * version.c: Changed version to 1.4.0-test2.
4034
4035 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
4036
4037         * version.c: Released 1.4.0-test1.
4038
4039         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
4040         directory.
4041         (convert_links): Removed definition of make_backup.
4042
4043         * http.h: Removed definition of MAX_ERROR_LENGTH.
4044
4045         * host.c (ftp_getaddress): Check for "(none)" domains.
4046
4047         * ftp.c (ftp_retrieve_dirs): Docfix.
4048
4049         * http.c (gethttp): Use ou->referer instead of u->referer.
4050
4051         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
4052         this was known to cause coredumps on Linux.
4053
4054         * html.c (ftp_index): Cast the argument to local_time to time_t *.
4055
4056 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
4057
4058         * connect.c (select_fd): Use exceptfds -- once and for all.
4059
4060         * retr.c (retrieve_from_file): Free filename after
4061         recursive_retrieve.
4062         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
4063         first-time retrieval.
4064         (retrieve_from_file): Return uerr_t; new argument, count.
4065         (retrieve_from_file): Break on QUOTEXC.
4066
4067         * init.c (setquota): Fixed a bug that caused rejection of
4068         non-postfixed values..
4069
4070 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
4071
4072         * version.c: Changed name to wget.
4073
4074         * connect.c (iread): Smarter use of select.
4075         (select_fd): Set errno on timeout.  If not timeout, return 1
4076         instead of 0.
4077
4078 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
4079
4080         * ftp.c (ftp_loop_internal): Don't use con->cmd before
4081         establishing it.
4082
4083 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
4084
4085         * http.c (gethttp): Send correct referer when using proxy.
4086         (gethttp): Use struct urlinfo ou to access the relevant data; send
4087         correct authorization in all cases.
4088
4089         * host.c (same_host): Use skip_uname to skip username and
4090         password.
4091
4092         * url.c (skip_uname): New function.
4093         (parseurl): Use it.
4094
4095         * host.c (same_host): Do not assume HTTP -- same_host should now
4096         be totally foolproof.
4097
4098         * url.c (skip_proto): New function.
4099         (parse_uname): Use it.
4100
4101         * http.c (gethttp): Create local user and passwd from what is
4102         given.
4103
4104         * url.c (parseurl): Check for HTTP username and password too.
4105
4106 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
4107
4108         * config.h.in: Removed #define gethostbyname R...
4109
4110 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
4111
4112         * version.c: Changed version to 1.4.0-test1.
4113
4114 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
4115
4116         * version.c: "Released" 1.4b29.
4117
4118         * recur.c (recursive_retrieve): Check for no_parent.
4119
4120         * init.c (setval): Option update.
4121
4122         * main.c (main): New option no-parent.
4123
4124         * options.h (struct options): New variable no_parent.
4125
4126         * recur.c (recursive_retrieve): Only files are checked for
4127         opt.accepts and opt.rejects.
4128         (recursive_retrieve): Check directories for opt.excludes.
4129         (recursive_retrieve): Make the dir absolute when checking
4130         opt.excludes.
4131
4132         * html.c (htmlfindurl): Recognize <applet code=...> and <script
4133         src=...>
4134
4135 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
4136
4137         * ftp.c (getftp): Do not line-break assert entries at all.
4138         (ftp_retrieve_dirs): docfix.
4139
4140         * connect.c (select_fd): Use fd + 1 as nfds.
4141
4142         * version.c: Changed version to 1.4b29.
4143
4144 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
4145
4146         * version.c: "Released" 1.4b28.
4147
4148         * ftp.c (ftp_loop_internal): Check whether f->size == len and
4149         don't continue the loop if it is.
4150         (ftp_get_listing): Remove list_filename on unsuccesful loop.
4151
4152 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
4153
4154         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
4155         (getftp): Do not use multiline assert.
4156
4157         * http.c (hparsestatline): Use mjr and mnr instead of major and
4158         minor, which don't compile on Ultrix.
4159         (http_loop): Use strcpy() to initialize tmp.
4160
4161         * all: Geturl -> Fetch
4162
4163 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
4164
4165         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
4166         ':'.
4167
4168         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
4169         moving `bufsize &&' to the beginning of each check in for-loops.
4170
4171         * recur.c (parse_robots): Close fp on exit.
4172
4173         * url.c (mymkdir): Check for each directory before creating.
4174
4175 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
4176
4177         * version.c: Changed version to 1.4b28.
4178
4179 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
4180
4181         * version.c: "Released" 1.4b27.
4182
4183         * init.c (parse_line): Use isspace.
4184         (parse_line): Free *com on all errors.
4185
4186         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
4187         (delelement): Use next instead of f->next and prev instead of
4188         f->prev.
4189         (delelement): Free the members of the deleted element.
4190
4191         * http.c (http_loop): Do not return RETROK on code != 20x.
4192
4193         * init.c (cleanup): Free opt.user_header.
4194         (cleanup): Free opt.domains.
4195
4196         * url.c (freelists): Moved to cleanup().
4197
4198         * http.c (hparsestatline): Docfix.
4199
4200         * main.c (main): Return with error status on unsuccesful
4201         retrieval.
4202
4203         * init.c (setval): Do not remove listing when mirroring.
4204
4205         * url.c (url_filename): Use opt.fileprefix.
4206
4207         * ftp.c (ftp_get_listing): Use url_filename to get filename for
4208         .listing.
4209
4210         * main.c (main): New option: -rn.
4211
4212 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
4213
4214         * Makefile.in (RM): Added RM = rm -f.
4215
4216         * host.c (clean_hosts): New function.
4217         (free_hlist): Just free the list, no reset.
4218
4219         * version.c: Changed version to 1.4b27.
4220
4221 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
4222
4223         * version.c: "Released" 1.4b26.
4224
4225         * retr.c (retrieve_from_file): If call get_urls_html with
4226         opt.spider to make it silent in spider mode.
4227
4228         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
4229
4230         * url.h (CLEANDUP): New macro.
4231
4232         * http.c (gethttp): Fixed a bug that freed location only when it
4233         was NULL.
4234
4235         * retr.c (retrieve_url): Free url if it will not be stored,
4236         i.e. newloc is NULL.
4237
4238         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
4239         old version would bug out on <a href="x#a"href="y">.
4240
4241         * html.h (state_t): New member in_quote.
4242
4243         * html.c (htmlfindurl): Free s->attr at the beginning of
4244         attr-loop.
4245
4246         * recur.c (recursive_retrieve): Recognize RCLEANUP.
4247         (tried_robots): Make hosts a global variable.
4248         (recursive_retrieve): Free constr after URL host optimization.
4249         (tried_robots): Free urlinfo before exiting.
4250
4251         * utils.c (free_slist): New function.
4252
4253         * recur.c (recursive_retrieve): Use flags to add cleanup
4254         possibility.
4255
4256         * main.c (main): Free filename after recursive_retrieve.
4257
4258         * http.c (gethttp): Store successful responses too.
4259
4260 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
4261
4262         * all: Constified the whole source.  This required some minor
4263         changes in many functions in url.c, possibly introducing bugs -- I
4264         hope not.
4265
4266         * ftp-basic.c: Removed last_respline.
4267
4268         * http.c (gethttp): Free type.
4269
4270         * host.c (same_host): Free real1 and real2.
4271
4272         * main.c (main): New option --spider.
4273
4274         * retr.c (get_contents): Don't reset errno.
4275
4276         * main.c (main): Sorted the options.
4277
4278         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
4279         uninitialized by select().
4280
4281         * http.c (http_loop): Print the time when the connection is
4282         closed.
4283         (gethttp): Debug-print the HTTP request.
4284
4285 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
4286
4287         * connect.c (iread): Do not try reading after timeout.
4288
4289         * main.c (main): Would bug out on -T.
4290
4291         * connect.c (select_fd): Do not use exceptfds.
4292         (iread): Set ETIMEDOUT on select_fd <= 0.
4293
4294         * version.c: Changed version to 1.4b26.
4295
4296 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
4297
4298         * version.c: "Released" 1.4b25.
4299
4300         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
4301         or link name.
4302
4303         * http.c (gethttp): Add errcode to struct hstat.
4304         (http_loop): Use it.
4305
4306         * url.c (no_proxy_match): Simplify using char** for no_proxy.
4307
4308         * options.h (struct options): Make opt.no_proxy a vector.
4309
4310         * utils.c (sepstring): Use !*s instead of !strlen(s).
4311
4312         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
4313         (getperms): Use ISODIGIT instead of isdigit.
4314
4315         * ftp.c (getftp): Print time.
4316
4317         * main.c (main): Use legible output of downloaded quantity.
4318
4319         * ftp.c (getftp): Use elapsed_time().
4320         (ftp_loop_internal): Use rate().
4321
4322         * http.c (http_loop): Add download ratio output; Use rate().
4323
4324         * utils.c (rate): New function.
4325
4326 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
4327
4328         * http.c (http_loop): Use timer.
4329
4330         * ftp.c: Split to ftp-basic.c and ftp.c
4331
4332         * utils.c (reset_timer): New function.
4333         (elapsed_time): New function.
4334
4335         * retr.c (show_progress): Make bytes_in_line and offs long; should
4336         work on 16-bit machines.
4337
4338 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
4339
4340         * url.c (in_acclist): New argument backward.
4341
4342         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
4343         a file should be retrieved according to suffix.
4344         (ftp_get_listing): Check the return value of unlink; Do not call
4345         ftp_retrieve_dirs if depth reached maxreclevel.
4346         (ftp_retrieve_dirs): Check whether the directory is in
4347         exclude-list.
4348
4349         * main.c (main): Print the version number at the beginning of
4350         DEBUG output.
4351         (main): Use strrchr when creating exec_name.
4352
4353         * ftp.c (ftp_retrieve_glob): Do not close control connection.
4354
4355         * version.c: Changed version to 1.4b25.
4356
4357 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
4358
4359         * version.c: "Released" 1.4b24.
4360
4361         * Makefile.in: Rewrite.
4362
4363         * ftp.c (ftp_loop_internal): Likewise.
4364
4365         * retr.c (time_str): Check for failed time().
4366
4367         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
4368         HTML3.0.
4369
4370         * retr.c (time_str): Return time_t *.
4371
4372         * connect.c (bindport): Close msock on unsuccesful bind.
4373         (bindport): The same for getsockname and listen.
4374
4375         * retr.c (retrieve_url): Allow any number of retries on
4376         proxy.
4377
4378         * http.c (gethttp): Do not treat errno == 0 as timeout.
4379         (http_loop): Likewise.
4380         (http_loop): Cosmetic changes.
4381
4382         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
4383
4384         * retr.c (get_contents): Reset errno.
4385
4386         * ftp.c (getftp): Minor fixes.
4387
4388 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
4389
4390         * http.c: Do not use backups.
4391
4392         * geturl.1 (WARNING): Warn that man-page could be obsolete.
4393
4394         * getopt.c (getopt_long): Moved to getopt.c
4395
4396         * geturl.texi: Enhanced.
4397
4398         * main.c (main): Use it.
4399
4400         * recur.c (convert_all_links): New function.
4401
4402         * utils.c (add_slist): New argument flags.
4403
4404         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
4405         (parse_robots): Do not chuck out empty value fields.
4406         (parse_robots): Make yourself welcome on empty Disallow.
4407
4408         * version.c: Changed version to 1.4b24.
4409
4410 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
4411
4412         * version.c: "Released" 1.4b23.
4413
4414         * ftp.c (ftp_loop_internal): Get the time after getftp.
4415
4416         * Makefile.in (install.info): New target.
4417         (install): Use it.
4418
4419         * http.c (http_loop): Fix output when doing -O.
4420
4421 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
4422
4423         * geturl.texi: New file.
4424
4425         * main.c (main): Do not print the warnings and download summary if
4426         opt.quiet is set.
4427
4428         * version.c: Changed version to 1.4b23.
4429
4430 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
4431
4432         * "Released" 1.4b22.
4433
4434         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
4435         to avoid redefinition warnings.
4436
4437         * host.c (store_hostaddress): Use memcpy() to copy the address
4438         returned by inet_addr.
4439
4440         * version.c: Changed version to 1.4b22.
4441
4442 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
4443
4444         * version.c: "Released" 1.4b21.
4445
4446         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
4447
4448         * ftp.c (ftp_port): Use conaddr.
4449         (getftp): Print the file length.
4450         (ftp_retrieve_list): Check the stamps of plain files only.
4451
4452         * connect.c (closeport): Do not call shutdown().
4453         (conaddr): New function.
4454
4455         * html.c (ftp_index): Made it dfp-aware.
4456
4457         * init.c (cleanup): New name of freemem. Close opt.dfp.
4458
4459         * ftp.c (getftp): Use opt.dfp if it is set.
4460
4461         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
4462
4463         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
4464         CWDs to be sent with recursive FTP retrievals.
4465
4466 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
4467
4468         * recur.c (parse_robots): Made it more compliant with "official"
4469         specifications.
4470
4471         * http.c: New function.
4472
4473         * ftp-unix.c (ftp_parse_ls): Added better debug output.
4474
4475         * ftp.c (getftp): Print out the LIST in case of
4476         opt.print_server_response.
4477
4478         * version.c: Changed version to 1.4b21.
4479
4480 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
4481
4482         * version.c: "Released" 1.4b20.
4483
4484         * README: Update.
4485
4486         * http.c (gethttp): Preset lengths of various headers instead of
4487         calculating them dynamically.
4488         (gethttp): Check for 206 partial contents.
4489
4490 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
4491
4492         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
4493
4494         * http.c (gethttp): Send the port number in the Host: header.
4495
4496 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
4497
4498         * http.c (gethttp): Send host: header.
4499         (gethttp): Add the possibility of user-defined headers.
4500         (gethttp): Move decision about pragma: no-cache to http_loop,
4501         where it belongs.
4502         (gethttp): Pass a struct instead of enormous argument list.
4503         (http_loop): Use a new, fancier display format.
4504         (ftp_loop): Likewise.
4505
4506         * main.c: (hangup): Turn off buffering of the new log file.
4507
4508         * install-sh: Likewise.
4509
4510         * config.sub: Replace with the one in autoconf-2.10
4511
4512         * geturl.1: Update.
4513
4514         * init.c: New options httpuser and httppasswd.
4515
4516         * http.c: (base64_encode_line): New function.
4517         (gethttp): Send authentication.
4518
4519         * connect.c (make_connection): Use store_hostaddress.
4520
4521 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
4522
4523         * host.c (store_hostaddress): New function.
4524
4525         * NEWS: Update.
4526
4527         * http.c (hgetrange): New function.
4528         (gethttp): Use ranges.
4529
4530         * utils.c (numdigit): Accept long instead of int.
4531
4532         * http.c (http_loop): Add restart capabilities.
4533
4534         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
4535         being used uninitialized.
4536         (ftp_retrieve_list): Similar fix.
4537
4538         * host.c (add_hlist): Fixed a bug that could cause cmp being used
4539         uninitialized.
4540
4541         * url.c (construct_relative): New function.
4542
4543         * recur.c (recursive_retrieve): Use it.
4544
4545         * retr.c (convert_links): New function.
4546
4547 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
4548
4549         * url.c (free_urlpos): New function.
4550
4551         * recur.c (recursive_retrieve): Adapt.
4552
4553         * url.c (get_urls_html): Return a linked list instead of a vector.
4554
4555         * url.c (get_urls_file): Return a linked list instead of a vector.
4556
4557         * geturl.1: Update.
4558
4559         * http.c (gethttp): Implement it.
4560
4561         * init.c (setval): New option: SAVEHEADERS
4562
4563         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
4564         be retrieved. Lack of this test caused bugs when the connection
4565         was lost during listing.
4566
4567         * retr.c (retrieve_url): Fixed a bug that caused
4568         coredumps. *newloc is now reset by default.
4569         (retrieve_url): Lift the twenty-tries limit on proxies.
4570
4571         * version.c: Changed version to 1.4b20.
4572
4573 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
4574
4575         * version.c: "Released" 1.4b19.
4576
4577 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
4578
4579         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
4580         (getftp): Changed prototype to accept ccon *.
4581
4582 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
4583
4584         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
4585         incorrect values to files pointed to by symbolic links.
4586         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
4587
4588 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
4589
4590         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
4591
4592         * main.c (main): New option: --user-agent.
4593
4594         * geturl.1: Ditto.
4595
4596         * init.h: Ditto.
4597
4598         * init.c (setval): Ditto.
4599
4600         * main.c (main): Rename "server-headers" to "server-response".
4601
4602         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
4603         executables in 'ls -F' listings.
4604
4605 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
4606
4607         * url.c (parseurl): Remove realloc() and sprintf().
4608         (str_url): Get rid of sprintf().
4609
4610         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
4611         servers.
4612
4613         * url.h (URL_CLEANSE): Made it else-resistant.
4614         (USE_PROXY): New macro.
4615
4616 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
4617
4618         * NEWS: Update.
4619
4620         * version.c: Changed version to 1.4b19.
4621
4622 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
4623
4624         * version.c: "Released" 1.4b18.
4625
4626         * url.c: Made it reallocate space exponentially.
4627
4628 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
4629
4630         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
4631         the list of stuff to fetch.
4632
4633 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
4634
4635         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
4636         -Fi.
4637
4638         * html.c (htmlfindurl): Rewrite.
4639
4640         * http.c (gethttp): Use opt.proxy_cache.
4641
4642         * main.c (main): Added --cache option.
4643
4644         * ftp.c (ftp_response): Print server response if opt.print_server
4645         response is set.
4646         (getftp): Print newlines after each request if the server response
4647         is to be printed.
4648         (ftp_response): Copy the last response line to last_respline.
4649
4650         * http.c (gethttp): Add Pragma: nocache for retried
4651         proxy-retrievals.
4652
4653         * ftp.c (getftp): Use it.
4654
4655         * retr.c (buf_discard): New function.
4656
4657         * ftp.c (ftp_response): Use buf_readchar().
4658         (getftp): Flush the control connection buffer before calling
4659         get_contents().
4660
4661         * retr.c (buf_readchar): New function.
4662         (buf_flush): New function.
4663         (get_contents): Use buf_readchar() instead of read(x, x, 1).
4664         (get_contents): Use buf_flush.
4665
4666 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
4667
4668         * ftp.c: Incorporate changes to ftp_response.
4669
4670         * ftp.c (ftp_response): Allocate the server response dynamically,
4671         as in read_whole_line and fetch_next_header.
4672
4673         * utils.c (read_whole_line): Fixed a bug that prevented reading
4674         the last line if it is not \n-terminated. Also fixed a possible
4675         memory overflow.
4676
4677         * http.c (fetch_next_header): Return malloc-ed string as large as
4678         needed.
4679         (gethttp): Use new fetch_next_header.
4680
4681 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
4682
4683         * http.c (hgetlen): Compute the header length the first time only.
4684         (hgettype): Ditto.
4685         (hgetlocation): Ditto.
4686         (hgetmodified): Ditto.
4687
4688 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
4689
4690         * sample.geturlrc: Update.
4691
4692 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
4693
4694         * http.c (http_loop): Ditto.
4695
4696         * ftp.c (getftp): Open the output file as binary.
4697
4698         * version.c: Changed version to 1.4b18.
4699
4700 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
4701
4702         * version.c: "Released" 1.4b17.
4703
4704         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
4705         instead of failed assertion.
4706
4707 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
4708
4709         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
4710         if a file of that name already exists.
4711
4712 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
4713
4714         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
4715
4716         * config.h.in: Define gethostbyname as Rgethostbyname when using
4717         Socks.
4718
4719         * configure.in: Check for -lresolv if using Socks.
4720
4721         * version.c: Changed version to 1.4b17.
4722
4723 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
4724
4725         * version.c: "Released" 1.4b16.
4726
4727         * http.c (gethttp): More intelligent check for first line of HTTP
4728         response.
4729         (gethttp): Would bug out on time-stamping.
4730
4731         * version.c: Changed version to 1.4b16.
4732
4733 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
4734
4735         * version.c: Released 1.4b15.
4736
4737         * http.c (http_loop): Print \n after the loop entry, not before.
4738
4739         * url.c (url_filename): Use ISDOT.
4740
4741         * url.h (ISDOT): New macro.
4742
4743         * recur.c (recursive_retrieve): Change only opt.recursive for
4744         following FTP.
4745
4746 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
4747
4748         * socks/geturl.cgi: Fixed version No.
4749
4750         * socks/download-netscape.html: Ditto.
4751
4752         * socks/download.html: Changed socks.html to download.html.
4753
4754 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
4755
4756         * url.c (url_filename): Check for opt.dirstruct instead for
4757         opt.recursive && opt.dirstruct.
4758
4759         * init.c (defaults): Ditto.
4760         (defaults): Reset dirstruct by default.
4761         (setval): Set opt.dirstruct whenever setting recursive.
4762
4763         * init.h: Removed FORCEDIRHIER.
4764
4765         * INSTALL: Added -L to socks-description.
4766
4767         * version.c: Changed version to 1.4b15.
4768
4769 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
4770
4771         * version.c: "Released" 1.4b14.
4772
4773         * geturl.1: Update AUTHOR to include Rosella as contributor.
4774
4775         * NEWS: Update.
4776
4777         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
4778
4779         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
4780         (cal_time): Fix == to eq.
4781
4782         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
4783
4784         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
4785
4786         * Makefile.in: Use @VERSION@.
4787
4788         * configure.in: Check version from version.c.
4789
4790         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
4791
4792         * socks/download.html: Created from download-netscape.html, made
4793         HTML-2.0 compliant.
4794
4795         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
4796         following FTP links from recursions.
4797
4798 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
4799
4800         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
4801         absolute directories correctly.
4802
4803         * version.c: Changed version to 1.4b14.
4804
4805 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
4806
4807         * version.c: "Released" 1.4b13.
4808
4809         * url.c (make_backup): New function.
4810
4811         * http.c (http_loop): Make a backup copy of the local file (using
4812         rename(2)) before opening it.
4813
4814         * main.c (main): Added --backups.
4815
4816         * host.c (ftp_getaddress): Bail out on failed mycuserid().
4817         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
4818         (ftp_getaddress): Check for empty, null or (null) domain.
4819
4820         * url.c (get_urls_html): If this_url is NULL, the base must have a
4821         protocol.
4822         (parseurl): Use has_proto.
4823
4824         * retr.c (retrieve_url): Warn when proxy is used with more than 20
4825         retries.
4826
4827         * url.c (mkstruct): Create the directory (calling mymkdir()) only
4828         if it is not already there.
4829         (has_proto): New function.
4830         (get_urls_html): Eliminate the remaining call to findurl -- use
4831         has_proto.
4832
4833         * geturl.1: Ditto.
4834
4835         * main.c: Change -X to -x.
4836
4837         * url.c (url_filename): Simplify creation of filename if
4838         prefix_files is set.
4839         (url_filename): Simplify everything. And I do mean *everything*.
4840         (mkstruct): Add dir_prefix before hostname.
4841         (path_simplify): Fixed a bug that caused writing outside the path
4842         string in case of "." and ".." path strings.
4843
4844 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
4845
4846         * init.c: Added --mirror.
4847
4848         * main.c (main): Added -X to force saving of directory hierarchy.
4849
4850         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
4851         (ftp_retrieve_list): Check whether quota is exceeded.
4852
4853         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
4854
4855         * http.c (gethttp): Use referer if present.
4856
4857         * recur.c (recursive_retrieve): Set u->referer before calling
4858         retrieve_url.
4859
4860         * url.c (newurl): Use memset to nullify the struct members.
4861         (freeurl): Free the referer field too.
4862
4863         * url.h: Added referer to urlinfo.
4864
4865         * geturl.1: Updated the manual to document some of the new features.
4866
4867         * utils.c (numdigit): Moved from url.c.
4868
4869         * README: Rewritten.
4870
4871         * config.h.in: Add the support for socks.
4872
4873         * configure.in: Add the support for socks.
4874
4875         * url.c (url_filename): If the dir_prefix is ".", work with just
4876         the file name.
4877         (url_filename): Do not look for .n extensions if timestamping if
4878         turned on.
4879
4880         * retr.c (show_progress): Skip the over-abundant restval data, and
4881         print the rest of it with ',' instead of '.'.
4882
4883 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
4884
4885         * retr.c (show_progress): Changed second arg. to long (as it
4886         should be).
4887         (show_progress): Moved to retr.c.
4888         (get_contents): Moved to retr.c.
4889
4890         * version.c: Change version to 1.4b13.
4891
4892 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
4893
4894         * url.c (in_acclist): Would return after the first suffix.
4895
4896 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
4897
4898         * version.c: "Released" 1.4b12.
4899
4900         * url.c (path_simplify): More kludgifications.
4901         (get_urls_html): Use new parameters for htmlfindurl.
4902
4903         * html.c: Removed memorizing "parser states", since the new
4904         organization does not require them.
4905
4906         * init.c (run_geturlrc): Use read_whole_line.
4907
4908         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
4909
4910         * recur.c (parse_robots): Use read_whole_line.
4911
4912         * utils.c (read_whole_line): New function.
4913
4914         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
4915
4916         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
4917         tested on OSF and Ultrix.
4918         (add_hlist): New function.
4919         (free_hlist): New function.
4920         (search_host): New function.
4921         (search_address): New function.
4922         (realhost): Use search_host, search_address and add_hlist.
4923         (same_host): Replaced realloc() with strdupdelim(), made
4924         case-insensitive, fixed a memory leak.
4925
4926         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
4927         tm_min, like intended.
4928
4929         * version.c: Change user agent information to
4930         Geturl/version.
4931
4932 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
4933
4934         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
4935
4936         * url.c (acceptable): Always accept directories.
4937
4938         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
4939         servers by stripping trailing @ from symlinks and trailing / from
4940         directories.
4941
4942         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
4943
4944         * url.c (skip_url): Use toupper instead of UCASE.
4945
4946         * host.c (sufmatch): Made it case-insensitive.
4947
4948         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
4949         (match_backwards): New function, instead of
4950         match_backwards_or_pattern.
4951
4952         * recur.c (recursive_retrieve): Increased performance by
4953         introducing inl, which reduces number of calls to in_slist to only
4954         one.
4955
4956         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
4957         routine to use.
4958
4959         * main.c (printhelp): Removed the warranty stuff.
4960
4961 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
4962
4963         * url.c (add_slist): Simplify.
4964         (match_backwards_or_pattern): New function.
4965         (in_acclist): Use match_backwards_or_pattern.
4966         (matches): Remove.
4967
4968 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
4969
4970         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
4971         recursive.
4972
4973         * html.c (ftp_index): Fixed to work. Beautified the output.
4974
4975         * ftp.c (ftp_retrieve_glob): Another argument to control whether
4976         globbing is to be used.
4977         (ftp_retrieve_list): Compare the time-stamps of local and remote
4978         files to determine whether to download.
4979
4980 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
4981
4982         * ftp.c (rel_constr): New function.
4983
4984         * retr.c (retrieve_from_file): Check for text/html before
4985         retrieving recursively.
4986
4987         * main.c (main): Check whether the file is HTML before going into
4988         recursive HTML retrieving.
4989
4990         * ftp.c (ftp_retrieve_list): Manage directories.
4991         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
4992         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
4993         initialized, causing bugchecks in getftp to fail.
4994
4995         * configure.in: Check for symlink.
4996
4997         * ftp.c (ftp_retrieve_list): Added support for symlinks.
4998
4999         * version.c: "Released" 1.4b10.
5000
5001         * atotm.c (atotm): Redeclared as time_t.
5002
5003         * init.c: New variable "timestamping".
5004
5005         * main.c (main): New option 'N'.
5006
5007         * http.c (hgetlocation): Case-insensitive match.
5008         (hgetmodified): New function.
5009         (http_loop): Implement time-stamping.
5010
5011 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
5012
5013         * version.c: Changed version to 1.4b10
5014
5015         * atotm.c: New file, from phttpd.
5016
5017         * options.h (struct options): New parameter timestamping.
5018
5019         * version.c: 1.4b9 "released".
5020
5021         * recur.c (recursive_retrieve): Used linked list (ulist) for
5022         faster storing of URLs.
5023
5024         * url.c (get_urls_html): Removed the old kludge with comparing the
5025         outputs of htmlfindurl and findurl.
5026         (get_urls_html): Added better protocol support here.
5027         (create_hash): Removed, as well as add_hash and in_hash.
5028         (addslist): New function.
5029         (in_slist): ditto
5030
5031         * version.c: Released 1.4b8, changed version to b9.
5032
5033 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
5034
5035         * ftp.c (freefileinfo): New function.
5036         (delelement): New function.
5037
5038         * everywhere: GPL!
5039
5040         * ftp.c (ftp_loop): Use ccon.
5041         (ftp_retrieve_glob): Likewise.
5042
5043         * ftp.h: Define ccon, to define status of control connection.
5044
5045         * ftp.c (ftp_get_listing): New function.
5046         (ftp_retrieve_more): New function.
5047         (ftp_retrieve_glob): New function.
5048
5049 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
5050
5051         * configure.in: Removed the search for cuserid().
5052
5053         * init.c (getmode): Renamed to getperms.
5054
5055 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
5056
5057         * version.c: New version.
5058
5059         * main.c (hangup): New function, that handles hangup. Hangup
5060         signal now causes geturl to stop writing on stdout, and to write
5061         to a log file.
5062
5063         * ftp.c (getftp): "Released" 1.4b7.
5064
5065         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
5066         (ftp_index): Use fileinfo/urlinfo.
5067
5068         * ftp-unix.c (ftp_parse_ls): New function.
5069         (symperms): New function.
5070
5071         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
5072
5073         * retr.c (retrieve_url): Added FTP support.
5074
5075 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
5076
5077         * geturl.h: Removed NOTFTP2HTML enum.
5078         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
5079
5080         * ftp.c (getftp): Resynched with urlinfo.
5081         (getftp): Removed HMTL-ization of index.html from getftp.
5082
5083         * version.c: 1.4b6 "released".
5084
5085         * options.h (options): New struct, to keep options in.
5086
5087         * http.c (http_loop,gethttp): Synched with proxy.
5088
5089         * retr.c (retrieve_url): Implemented proxy retrieval.
5090
5091         * main.c (main): Use retrieve_from_file.
5092
5093 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
5094
5095         * retr.c (retrieve_from_file): New function.
5096
5097         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
5098         can be found in u->proto.
5099
5100         * ftp.c (ftp_response): Fixed to accept multi-line responses as
5101         per RFC 959.
5102
5103         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
5104
5105         * url.c (mymkdir): Removed the file of the same name, if one
5106         exists.
5107         (isfile): New function.
5108         (mkstruct): Fixed the '/' glitches.
5109         (path_simplify): Hacked to treat something/.. correctly.
5110
5111 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
5112
5113         * http.c (gethttp): Close the socket after error in headers.
5114         (http_loop): HEOF no longer a fatal header.
5115
5116         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
5117         simplifies the syntax of calling retrieve_url.
5118
5119         * recr.c (recursive_retrieve): Modified to use get_urls_html.
5120
5121         * url.c (get_urls_file): New function.
5122         (get_urls_html): New function.
5123
5124         * recr.c (recursive_retrieve): Patched up to conform to the
5125         standards.
5126
5127         * http.c (gethttp): Synched with the rest...
5128         (gethttp): Treat only CONREFUSED specially, with connection
5129         errors.
5130
5131         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
5132
5133 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
5134
5135         * http.c (http_loop): New function.
5136
5137         * loop.c: Removed *lots* of stuff from retrieve_url.
5138
5139         * url.c (parseurl): Changed to work with urlinfo. Integrated
5140         username finding and path parsing.
5141         (newurl): New function.
5142         (freeurl): New function.
5143         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
5144         (url_filename): Likewise.
5145         (path_simplify): Accept relative paths too.
5146         (opt_url): Made urlinfo-compliant, removed bogosities.
5147         (path_simplify): Expanded to accept relative paths.
5148         (str_url): A replacement for hide_url
5149         (decode_string): Fixed a bug that caused malfunctioning when
5150         encountering an illegal %.. combination.
5151         (opt_url): Removed the argument. Dot-optimizations are now default.
5152
5153         * nmalloc.c (strdupdelim): New function.
5154
5155         * url.h: Added the urlinfo structure
5156
5157 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
5158
5159         * url.c (hide_url): Thrown out the protocol assertion. Do not
5160         change the URL if the protocol if not recognized.
5161         (findurl): Put continue instead of break.
5162
5163 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
5164
5165         * sample.geturlrc: Changed the defaults to be commented out and
5166         harmless (previous defaults caused pains if copied to
5167         ~/.geturlrc).
5168
5169         * http.c (gethttp): Print the HTTP request in debug mode.
5170
5171         * connect.c (iread): Added EINTR check loop to select-ing
5172         too. EINTR is now correctly handled with select().
5173
5174         * TODO: new file
5175
5176 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
5177
5178         * host.c (same_host): Made the function a little bit more
5179         intelligent regarding diversified URL syntaxes.
5180
5181         * url.c (skip_url): Spaces are now skipped after URL:
5182
5183         * Released 1.3.1 with the patch to prevent crashing when sending
5184         NULL to robot* functions and the patch to compile "out of the box"
5185         on AIX.
5186
5187         * recr.c (recursive_retrieve): Added checking whether this_url is
5188         NULL when calling the robot functions.
5189
5190         * ChangeLog: New file.