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