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