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