]> sjero.net Git - wget/blob - src/ChangeLog
c6f4b8714ec3333ae66838bb28d7a1f1c2e476a3
[wget] / src / ChangeLog
1 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
2
3         * hash.c (ptrhash): New function.
4         (ptrcmp): Ditto.
5         (hash_table_new): Default to identity hash table.
6
7 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
8
9         * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
10         broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
11         to unsigned short instead.
12
13 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
14
15         * url.c (path_simplify): Instead of calls to memmove, handle "./"
16         and "../" by advancing pointers.
17
18 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
19
20         * retr.c (getproxy): Moved from url.c.
21
22         * convert.c: Split off link conversion from url.c into separate
23         file.  Also included the book-keeping stuff from recur.c.
24
25 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
26
27         * init.c: Improved documentation of functions.
28         (cmd_boolean): Attempt to make code that tries to avoid calling
29         strcmp for "speed" a bit more readable.
30
31         * init.c (simple_atof): Report error on encountering non-digit,
32         non-"." character.
33         (simple_atoi): Replacement for myatoi(), calling interface
34         compatible with simple_atof.  Updated myatoi's callers.
35
36 2003-09-21  Bertrand Demiddelaer  <bert@b3rt.org>
37
38         * url.c (path_simplify): Would read two bytes past the end of the
39         string in the "./" case.
40
41 2003-09-21  Matthew J. Mellon  <mellon@tymenet.com>
42
43         * http.c (gethttp): Recognize content-type "application/xhtml+xml"
44         as what Wget considers "text/html".
45
46 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
47
48         * connect.c (connect_with_timeout): Made timeout type double.
49
50         * options.h (struct options): New members read_timeout,
51         dns_timeout, and connect_timeout.
52         Use them.
53
54 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
55
56         * init.c (simple_atof): New function.
57         (cmd_time): Use it.
58         (cmd_bytes): Accept things like "1.5k" and such.  Use simple_atof
59         to parse decimals.
60
61         * retr.c (limit_bandwidth): Adjust each sleep by the error of the
62         previous one.
63
64 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
65
66         * main.c (main): Use setoptval() for setting the options.  Use
67         run_command for `-e'.
68
69         * init.c (parse_line): Rewritten to return COMIND right away.
70         Changed linkage to static.
71         (run_wgetrc): Use the available comind when calling setval, so it
72         doesn't have to be computed twice.
73         (setval_internal): New function, runs the command's action without
74         any error checking.
75         (setoptval): New function, does what setval used to do, but exits
76         in case of error.
77         (run_command): New function.
78
79 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
80
81         * connect.c (select_fd): Change MAXTIME's type to double.  Handle
82         its decimal part.
83
84         * retr.c (sleep_between_retrievals): In the random-wait case, use
85         random_float() to wait between 0 and 2*opt.wait seconds.
86
87         * utils.c (run_with_timeout): Accept `double' timeouts.  Correctly
88         handle timeout values in (0, 1) range.
89         (random_float): New function.
90
91         * options.h (struct options): Change the types of wait, waitretry,
92         and timeout to double.
93
94         * init.c (cmd_time): Accept floating point time.
95
96 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
97
98         * retr.c (get_contents): Cosmetic fixes.
99
100 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
101
102         * url.c (uri_merge): Get rid of uri_merge_1.
103         (uri_merge): Merge "foo//", "bar" as "foo//bar", not "foo///bar",
104         i.e. don't add an extra slash merely because BASE ends with two
105         slashes.
106         (parse_credentials): Renamed from parse_uname.  Rewrittern in
107         standard [beg, end) calling style.
108         (url_skip_credentials): Renamed from url_skip_uname.  Made static.
109         (url_skip_credentials): Include # and ; as terminators.  Old code
110         would mistakenly consider "http://foo.com#hniksic@iskon.hr" to
111         contain a username.
112         (url_skip_scheme): Removed because it was unused.
113         (url_has_scheme): Require "scheme" to be at least one char long.
114
115 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
116
117         * url.c (url_file_name): Expect NULL dir_prefix.
118
119         * init.c (cmd_file): Use a macro to prevent multiple #ifdef
120         WINDOWS.
121         (defaults): Set dir_prefix to NULL by default.
122
123 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
124
125         * safe-ctype.h (_sch_test): Cast BIT to unsigned char, like latest
126         gcc does.
127
128 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
129
130         * wget.h (BOUNDED_TO_ALLOCA): Evaluate PLACE only once.
131         (ARRAY_SIZE): Renamed to countof.  All callers updated.
132
133 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
134
135         * main.c (main): New option --strict-comments.
136
137         * html-parse.c (find_comment_end): New function: simple BM search
138         for "-->".
139         (map_html_tags): Use it if looking at a comment and not in strict
140         comments mode.
141
142 2003-09-17  Aurelien Marchand  <artaxerxes@users.sf.net>
143
144         * ftp.h: Added OS400 system in enum
145         * ftp-basic.c: recognize OS400 systems
146         * ftp.c: don't prepend the CWD if talking to OS400, since it
147         breaks the change in library
148
149 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
150
151         * retr.c (get_contents): Pass the correct argument to ssl_iread.
152
153 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
154
155         * safe-ctype.h: Don't #define ctype.h macros to errors because
156         that loses when someone #include's ctype.h after safe-ctype.h.
157
158 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
159
160         * url.c: Undef U, W, C after use.
161
162 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
163
164         * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
165         be augmented by ",nocontrol" which means don't escape the control
166         characters, but otherwise keep OS settings.
167
168         * url.c (file_unsafe_char): Deleted.
169         (append_uri_pathel): Query filechr_table directly.
170         (filechr_table): Separated Unix, Windows, and control-unsafe
171         characters.
172
173 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
174
175         * url.c (url_escape_1): New function.
176         (url_escape): Use it.
177         (sync_path): Handle pathological cases where u->file and u->dir
178         contain really strange characters.
179         (ENCODE): Deleted.
180         (REENCODE): Deleted.
181
182 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
183
184         * url.c (url_file_name): Don't reallocate FNAME if the file
185         doesn't exist, as is usually the case.
186
187         * utils.c (unique_name): New flag allow_passthrough.
188
189 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
190
191         * utils.c (wtimer_sys_diff): Convert the time difference to signed
192         __int64, then to double.  This works around MS VC++ 6 which can't
193         convert unsigned __int64 to double directly.
194
195 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
196
197         * Makefile.in (clean): Also remove the core.<number> files
198         produced by recent Linux systems.
199
200 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
201
202         * http.c (post_file): Don't pad the file if it's not large
203         enough.  Bail out instead.
204
205 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
206
207         * retr.c (get_contents): Reduce the buffer size to the amount of
208         data that may pass through for one second.  This prevents long
209         sleeps when limiting bandwidth.
210
211         * connect.c (connect_to_one): Reduce the socket's RCVBUF when
212         bandwidth limitation to small values is requested.
213
214 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
215
216         * progress.c (update_speed_ring): Moved the speed ring update to a
217         separate function and documented it better.
218
219         * progress.c: Use `double' for most timers to support granularity
220         smaller than 1ms.
221
222 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
223
224         * wget.h (XDIGIT_TO_XCHAR): Implement as index into a literal
225         string.
226         (XDIGIT_TO_xchar): Ditto.
227
228 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
229
230         * utils.c: Change the type of timer-related functions from long to
231         double, for better precision.  On machines supporting gettimeofday
232         the timers now work with granularity of less than one millisecond.
233
234 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
235
236         * cookies.c (parse_set_cookies): Fixed the parser to handle more
237         edge conditions.
238         (test_cookies): New function, contains a test suite for
239         parse_set_cookies.
240
241 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
242
243         * url.c (strpbrk_or_eos): Implement as a macro under Gcc.
244
245 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
246
247         * cookies.c (parse_set_cookies): Allow trailing space in
248         set-cookies header.  Also, allow any amount of whitespace, not
249         only one character.  Allow empty set-cookies header without
250         spewing an error.
251
252 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
253
254         * url.c (append_uri_pathel): Use opt.restrict_file_names when
255         calling file_unsafe_char.
256
257         * init.c: New command restrict_file_names.
258
259         * main.c (main): New option --restrict-file-names[=windows,unix].
260
261         * url.c (url_file_name): Renamed from url_filename.
262         (url_file_name): Add directory and hostdir prefix here, not in
263         mkstruct.
264         (append_dir_structure): New function, does part of the work that
265         used to be in mkstruct.  Iterates over path elements in u->path,
266         calling append_uri_pathel on each one to append it to the file
267         name.
268         (append_uri_pathel): URL-unescape a path element and reencode it
269         with a different set of rules, more appropriate for handling of
270         files.
271         (file_unsafe_char): New function, uses a lookup table to decide
272         whether a character should be escaped for use in file name.
273         (append_string): New utility function.
274         (append_char): Ditto.
275         (file_unsafe_char): New argument restrict_for_windows, decide
276         whether Windows file names should be escaped in run-time.
277
278         * connect.c: Include <stdlib.h> to get prototype for abort().
279
280 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
281
282         * utils.c (wtimer_sys_set): Extracted the code that sets the
283         current time here.
284         (wtimer_reset): Call it.
285         (wtimer_sys_diff): Extracted the code that calculates the
286         difference between two system times here.
287         (wtimer_elapsed): Call it.
288         (wtimer_elapsed): Don't return a value smaller than the previous
289         one, which could previously happen when system time is set back.
290         Instead, reset start time to current time and note the elapsed
291         offset for future calculations.  The returned times are now
292         guaranteed to be monotonically nondecreasing.
293
294 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
295
296         * host.c (lookup_host): Print the result of the DNS lookup.
297
298 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
299
300         * init.c (cmd_boolean): Accept yes/no along with on/off.
301         (cmd_lockable_boolean): Ditto.
302
303 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
304
305         * init.c: New command dns_cache.
306
307         * main.c (main): New option --dns-cache[=off].
308
309 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
310
311         * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
312
313         * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
314         HAVE_GETADDRINFO for getaddrinfo-related stuff.
315
316 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
317
318         * url.c (url_parse): Return an error if the URL contains a [...]
319         IPv6 numeric address and we don't support IPv6.
320
321 2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
322
323         * url.c (is_valid_ipv6_address): Modified to not require
324         zero-terminated strings.
325         (is_valid_ipv4_address): Ditto.
326
327 2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
328
329         src/url.c: added RFC 2732 compliance for URL parsing. The
330         functions is_*_address valid are a modified version of
331         glibc 2.3.2 inet_pton's code.
332
333 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
334
335         * main.c init.c options.h: Added --retry-connrefused option so
336         that Connection Refused failures are treated as non-fatal (when
337         trying to retrieve from busy servers).
338
339         * wget.h: New CONNECT_ERROR macro for encapsulating this
340         modification.
341
342         * ftp.c http.c : Use CONNECT_ERROR macro in places where
343         ECONNREFUSED was checked.
344
345 2003-01-11  Ian Abbott  <abbotti@mev.co.uk>
346
347         * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined
348         by calling new function has_insecure_name_p.  This is based on a
349         patch by Red Hat.
350
351         * fnmatch.c (has_insecure_name_p): New function: returns non-zero
352         if filename starts with `/' or contains `../' and is therefore
353         considered insecure.
354
355         * fnmatch.h: Declare has_insecure_name_p().
356
357 2002-08-03  Hrvoje Niksic  <hniksic@xemacs.org>
358
359         * init.c (cmd_file): Allocate RESULT correctly.
360
361 2002-07-24  Hrvoje Niksic  <hniksic@xemacs.org>
362
363         * recur.c (retrieve_tree): Check whether downloaded_html_set is
364         non-NULL before using it.
365
366 2002-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
367
368         * html-parse.c (NAME_CHAR_P): Allow almost any character here.
369
370 2002-05-24  Hrvoje Niksic  <hniksic@arsdigita.com>
371
372         * progress.c (bar_set_params): Fall back to dot progress if the
373         terminal type is "emacs".
374
375 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
376
377         * log.c: Don't #undef WGET_USE_STDARG.
378
379 2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
380
381         * hash.c (prime_size): Store the offset of the prime number in the
382         prime table.  When searching, start with the given offset.
383         (hash_table_new): Pass the pointer to ht->prime_offset to
384         prime_size.
385         (grow_hash_table): Ditto.
386         (prime_size): Make 13 the first prime to make empty hash tables
387         slightly smaller.
388
389 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
390
391         * recur.c (download_child_p): Minor optimization to avoid an
392         unnecessary additional call to schemes_are_similar_p function.
393
394 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
395
396         * url.c (schemes_are_similar_p): New function to test enumerated
397         scheme codes for similarity.
398
399         * url.h: Declare it.
400
401         * recur.c (download_child_p): Use it to compare schemes.  This
402         also fixes a bug that allows hosts to be spanned (without the
403         -H option) when the parent scheme is https and the child's is
404         http or vice versa.
405
406 2002-05-14  Bill Richardson  <bill@riverstonenet.com>
407
408         * ftp.c (getftp): Don't ftruncate stdout.
409
410         * http.c (gethttp): Don't ftruncate stdout.
411
412 2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
413
414         * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
415         (get_number): Ditto.
416         (get_alt_number): Ditto.
417         (__isleap): New function-like macro used by strptime.
418         (day_of_the_week): New function used by strptime.
419         (day_of_the_year): Ditto.
420         (__mon_yday): Now shared by mktime and strptime implementations.
421
422 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
423
424         * cookies.c (check_domain_match): Use match_tail in case
425         insensitive mode.
426
427         * utils.c (match_tail): Allow the caller to specify case
428         insensitive mode.
429
430         * cookies.c (store_cookie): When expiry_time is 0, print it as
431         undefined, not indefinite.
432
433 2002-05-07  Ian Abbott  <abbotti@mev.co.uk>
434
435         * cookies.c (cookie_jar_process_set_cookie): Do not store
436         discarded cookie.
437
438 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
439
440         * cookies.c (check_domain_match): Allow cookies to be set for
441         subdomains of unknown top-level domains under some circumstances.
442
443 2002-04-21  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
444
445         * gen_ssl.c:
446         - allow checking of server cert
447         - allow defining client cert type
448         - allow limit of ssl protocol
449         - check more return values
450         - added debug message on break
451
452 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
453
454         * recur.c (download_child_p): Revert order of items in check
455         number 6 for clarity.
456
457 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
458
459         * init.c: Ditto.
460
461         * main.c: Ditto.
462
463         * http.c: Use the new interface.
464
465         * cookies.c: Provide an OO-style "cookie jar" interface to enable
466         separate cookie jars.
467
468         * http.c (http_atotm): Declare argument as const.
469
470 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
471
472         * cookies.c (cookie_new): Default to PORT_ANY.
473         (find_cookie_chain_exact): Only search by DOMAIN.
474         (find_matching_cookie): Also check that PORT matches.
475         (store_cookie): Only match the domain.
476         (set_cookie_header_cb): When a cookie "fakes" a domain, assume it
477         is valid for that host rather than discarding it completely.
478         (find_matching_chains): Don't search by PORT.
479         (matching_cookie): Also match PORT.
480         (load_cookies): Set the port if specified, otherwise leave it as
481         ANY.
482         (save_cookies_mapper): Save the port if specified, otherwise leave
483         it empty.
484
485 2002-04-19  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
486
487         * init.c: The option `egdfile' was not in sort order.
488
489 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
490
491         * ftp.c (getftp): Treat directories that begin with <letter>: as
492         absolute.
493         (getftp): Strip trailing slashes from con->id before merging it
494         with TARGET.
495
496 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
497
498         * http.c (gethttp): If Content-Type is not given, assume
499         text/html.
500
501 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
502
503         * recur.c (download_child_p): Don't ignore rejection of HTML
504         documents that are themselves leaves of recursion.
505
506 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
507
508         Makefile.in: Updated several dependencies for object files to take
509         account of nested include files.
510
511 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
512
513         Makefile.in: The target `connect$o' (connect.o) now depends on
514         `utils.h'
515
516 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
517
518         * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
519         (gethostbyname_with_timeout): Use it.
520
521         * utils.c: Don't define `SETJMP()', `run_with_timeout_env' or
522         `abort_run_with_timeout()' when `USE_SIGNAL_TIMEOUT' is undefined.
523
524 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
525
526         * host.c (getaddrinfo_with_timeout): New function.
527         (gethostbyname_with_timeout): Ditto.
528         (lookup_host): Use them.
529
530 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
531
532         * utils.c (number_to_string): Handle the case when n < -INT_MAX.
533
534 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
535
536         * init.c (comind): Use a marginally faster implementation of
537         binary search.  To quote Martin Buchholz, "a nanosecond saved is a
538         nanosecond earned."
539
540 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
541
542         * main.c (print_help): Document `--post-data' and `--post-file'.
543
544 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
545
546         * http.c (gethttp): Ditto.
547
548         * retr.c (retrieve_url): Initialize variables to appease the
549         compiler.
550
551         * gen_sslfunc.c (ssl_iread): Don't handle EINTR when calling
552         select_fd.
553         (ssl_iwrite): Ditto.
554
555         * connect.c (select_fd): Rewrite to handle EINTR.  Set errno to
556         ETIMEDOUT in case of timeout.
557         (iread): No need to handle EINTR when calling select_fd.
558         (iwrite): Ditto.
559
560 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
561
562         * retr.c (retrieve_url): Make sure that POST is not honored for
563         redirections.
564
565         * http.c (gethttp): Send the POST data when requested.
566         (post_file): New function.
567         (gethttp): Use it.
568
569         * main.c (main): Ditto.
570
571         * init.c: Add new options.
572
573         * options.h (struct options): New options post_data and
574         post_file_name.
575
576 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
577
578         * connect.c (connect_with_timeout): Firing SIGALRM can result in
579         connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
580
581 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
582
583         * connect.c (connect_with_timeout): Use it.
584
585         * utils.c (run_with_timeout): New function.
586
587 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
588
589         * url.c (getproxy): Accept a struct url argument.  This obviates
590         the need for USE_PROXY_P.
591
592         * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
593
594         * ftp.c (getftp): Recognize FWTK-style proxy.
595
596 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
597
598         * config.h.in: Only define _VA_LIST when compiled with gcc.
599
600 2002-04012  Ian Abbott  <abbotti@mev.co.uk>
601
602         * http.c (http_loop): Compensate for MS Windows two-second
603         granularity of file modification time when comparing timestamps.
604
605         * ftp.c (ftp_retrieve_list): Ditto.
606
607 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
608
609         * utils.c (has_html_suffix_p): New function to test filename for
610         common html extensions.
611
612         * utils.h: Declare it.
613
614         * http.c (http_loop): Use it instead of previous test.
615
616         * retr.c (retrieve_url): Ditto.
617
618         * recur.c (download_child_p): Ditto.
619
620 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
621
622         * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
623         declaring va_list.
624         From Kevin Rodgers <kevinr@ihs.com>.
625
626 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
627
628         * Makefile.in: Specify libtool mode explicitly when linking.
629
630 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
631
632         * connect.c (connect_with_timeout): New function.
633         (connect_to_one): Use it.
634
635         * config.h.in: Add stubs for HAVE_SIGSETJMP, HAVE_SIGBLOCK, and
636         HAVE_SETJMP_H.
637
638 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
639
640         * log.c: Set WGET_USE_STDARG if __STDC__ is defined and stdarg.h
641         is present.
642
643 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
644
645         * progress.c (bar_create): If INITIAL is larger than TOTAL, fix
646         TOTAL.
647         (bar_finish): Likewise.
648
649 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
650
651         * html-url.c (tag_handle_form): New function.  Pick up form
652         actions and mark them for conversion only.
653
654 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
655
656         * progress.c (struct progress_implementation): Use PARAMS when
657         declaring the parameters of *create, *update, *finish, and
658         *set_params.
659
660         * netrc.c: Ditto.
661
662         * http.c: Reformat some function definitions so that ansi2knr can
663         read them.
664
665         * hash.c (struct hash_table): Use the PARAMS macro around
666         parameters in the declaration of hash_function and test_function.
667         (prime_size): Spell 2580823717UL and 3355070839UL as (unsigned
668         long)0x99d43ea5 and (unsigned long)0xc7fa5177 respectively, so
669         that pre-ANSI compilers can read them.
670         (find_mapping): Use PARAMS when declaring EQUALS.
671         (hash_table_put): Ditto.
672
673         * ftp.h: Wrap the parameters of ftp_index declaration in PARAMS.
674
675         * cookies.c (cookie_new): Use (unsigned long)0 instead of 0UL,
676         which was unsupported by pre-ANSI compilers.
677
678         From Nelson H. F. Beebe <beebe@math.utah.edu>, for the most part.
679
680 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
681
682         * url.c (url_filename): Use compose_file_name regardless of
683         whether opt.dirstruct is set.
684         (mkstruct): Don't handle the query and the reencoding of DIR; that
685         is done in compose_file_name.
686
687 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
688
689         * wget.h: Ditto for extern char *exec_name.
690
691         * options.h: Don't guard against OPTIONS_DEFINED_HERE -- it is
692         perfectly legal to follow an `extern' with a non-`extern' ones,
693         provided the types match.
694
695         * main.c: Don't define OPTIONS_DEFINED_HERE.
696
697 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
698
699         * progress.c (create_image): Revert to calculating ETA based on
700         average download speed.
701         (create_image): Don't print ETA until the download has been active
702         for at least 3 seconds.
703         (create_image): When ETA is not available, don't print anything.
704         The previous version would print --:--.
705
706 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
707
708         * progress.c (bar_update): Keep updating a subinterval until it
709         reaches or exceeds a watermark.  That way the measurement will be
710         guaranteed to span a configurable minimum of time.  The current
711         default is 3s in 30 100ms intervals.
712
713 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
714
715         * progress.c (bar_update): Maintain an array of the time it took
716         to perform previous 30 network reads.
717         (create_image): Calculate the download speed and ETA based on the
718         last 30 reads, not the entire download.
719         (create_image): Make sure that the ETA is not changed more than
720         once per second.
721
722 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
723
724         * mswindows.c (borland_utime): New function conditionally defined
725         when `HACK_BCC_UTIME_BUG' is defined.  A reimplementation of
726         `utime()' as Borland's `utime()' function is broken on Windows 9x
727         systems.  (Original patch by Chin-yuan Kuo <sr1111111@yahoo.com.tw>.)
728
729 2002-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
730
731         * ftp.c (ftp_loop): Propagate the result of ftp_retrieve_glob.
732
733 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
734
735         * Makefile.in: Updated several dependencies for object files.
736
737 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
738
739         * mswindows.c: Include "utils.h".
740
741 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
742
743         * host.h: Don't include netdb.h on windows.
744
745 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
746
747         * recur.c (retrieve_tree): Handle the case when start_url doesn't
748         parse.
749
750 2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
751
752         * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
753         calling xmalloc and memcpy.
754
755 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
756
757         * host.h: Include Unix-specific includes #ifndef WINDOWS.
758         Patch originally provided by Christian Lackas.
759
760 2002-02-11  Christian Lackas  <delta@lackas.net>
761
762         * recur.c: recurive downloading for https fixed.
763
764 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
765
766         * host.h: Also include <netinet/in.h> and <sys/socket.h>.
767
768         * ftp-basic.c: Also include <netinet/in.h>.
769
770 2002-02-05  Ian Abbott  <abbotti@mev.co.uk>
771
772         * http.c (gethttp): when -c used, mark already fully retrieved
773         file as successfully retrieved.
774
775 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
776
777         * url.c (url_parse): Don't treat '?' as query string separator
778         when parsing FTP URLs.
779
780 2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
781
782         * html-url.c (tag_handle_meta): Don't crash on <meta
783         http-equiv=refresh> where content is missing.
784
785 2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
786
787         * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
788         netdb.h on windows.
789
790 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
791
792         * retr.c (retrieve_url): Remove redirection cycle detection.  This
793         is because some sites legitimately redirect the user back to the
794         same location, e.g. after an authorization check performed by
795         another page.  MAX_REDIRECTIONS is still used to prevent infinite
796         redirection loops.
797
798 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
799
800         * http.c (gethttp): Wrap host name in square brackets if it
801         contains a colon.
802
803 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
804
805         * url.c (url_parse): Allow all hex digits, not only decimal ones,
806         to form an IP address.
807
808 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
809
810         * url.c (urlchr_table): Make square braces reserved, so we can
811         parse http://[::1]/.
812         (url_parse): Handle host in braces.
813         (url_string): If url->host contains colons, wrap it in braces.
814
815 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
816
817         * connect.c (resolve_bind_address): New function.
818         (connect_to_one): Use it.
819         (bindport): Ditto.
820
821         * init.c: Don't resolve bind-address here.
822
823         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
824
825 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
826
827         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
828         offset.
829         (address_list_new): Use map_ipv4_to_ip.
830         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
831         in IPv4 context.
832
833 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
834
835         * source: Integrated IPv6 support.
836         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
837
838 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
839
840         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
841         (cmd_directory): New function. Like cmd_file(), but strips
842         trailing directory separators.
843         (commands): Change action for "dirprefix" from `cmd_file' to
844         `cmd_directory'.
845
846         * utils.c (make_directory): Allow intermediate `mkdir' calls to
847         fail, as not all path components that do not exist should be
848         directory components, especially under Windows.
849
850 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
851
852         * netrc.c (parse_netrc): Skip leading whitespace before testing
853         whether the line is empty.  Empty lines still contain the line
854         terminator.
855
856 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
857
858         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
859         only if no data is pending in SSL buffers.
860         From tony@bluetail.com.
861
862 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
863
864         * headers.c (header_get): Strip trailing whitespace from the
865         header.
866
867 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
868
869         * url.c (parse_uname): URL-decode *USER and *PASSWD.
870
871 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
872
873         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
874         starts with "//").
875
876 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
877
878         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
879         error.
880
881 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
882
883         * version.c: Wget 1.8.1 is released.
884
885 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
886
887         * version.c: Wget 1.8.1-pre3 is released.
888
889 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
890
891         * recur.c (retrieve_tree): Enqueue the canonical representation of
892         start_url, so that the test against dl_url_file_map works.
893
894 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
895
896         * log.c (logputs): Check for requested verbosity before printing
897         anything.
898
899 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
900
901         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
902         inline.
903
904 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
905
906         * recur.c (retrieve_tree): Make a copy of file obtained from
907         dl_url_file_map because the code calls xfree(file) later.
908
909 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
910
911         * recur.c (register_html): Maintain a hash table of HTML files
912         along with the list.  Disallow duplicates.
913         (retrieve_tree): Use downloaded_html_set to check whether the file
914         found in dl_url_file_map is an HTML file, and descend into it if
915         so.
916         (convert_all_links): Don't guard against duplicates in
917         downloaded_html_list, since they are no longer possible.
918
919 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
920
921         * recur.c (retrieve_tree): Pass on referring URL when retrieving
922         recursed URL.
923
924 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
925
926         * version.c: Wget 1.8.1-pre2 is released.
927
928 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
929
930         * retr.c (sleep_between_retrievals): Simplify indentation.
931
932 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
933
934         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
935         of "randomness" at a time.
936         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
937
938         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
939         random amount averages in opt.wait.
940         (sleep_between_retrievals): Don't seed the PRNG; random_number
941         will do that.
942
943         * utils.c (random_number): New function.
944
945 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
946
947         * url.c (path_simplify): Move here from utils.c, and make static.
948
949 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
950
951         * init.c (wgetrc_file_name): Print correct message when loading
952         getenv("WGETRC") fails.
953
954 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
955
956         * recur.c (register_download): Don't abort when one URL references
957         two different files.
958
959 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
960
961         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
962         calling ssl_iwrite.
963
964 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
965
966         * version.c: Wget 1.8.1-pre1 is released.
967
968 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
969
970         * res.c (matches): Fix broken URL in the docstring.
971
972 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
973
974         * html-url.c (tag_url_attributes): Mark <embed href=...> as
975         external.
976
977 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
978
979         * url.c (get_urls_file): Cosmetic changes.
980
981 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
982
983         * html-url.c (append_one_url): Resurrect warning when unable to
984         resolve a relative link.
985
986 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
987
988         * html-url.c (collect_tags_mapper): Break into several functions.
989         (tag_url_attributes): Collect <embed href=...>.
990
991 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
992
993         * host.c: New type ipv4_address.  Use it consistently instead of
994         `unsigned char[4]' and `unsigned char *'.
995         (pretty_print_address): Accept a `const void *', to require even
996         less casting.
997
998 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
999
1000         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
1001
1002 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1003
1004         * main.c (main): Initialize progress after fork_to_background, so
1005         that it knows when to use dots.
1006
1007         * mswindows.c (ws_hangup): Call log_request_redirect_output.
1008
1009         * utils.c (fork_to_background): Print the PID of the child
1010         process.
1011
1012         * log.c (log_request_redirect_output): Set a flag that output
1013         redirection has been requested.  Doing anything else in a signal
1014         handler is unsafe.
1015         (check_redirect_output): New function: check whether redirection
1016         has been requested and, if so, call redirect_output().
1017         (logputs): Call check_redirect_output.
1018         (logprintf): Ditto.
1019         (debug_logprintf): Ditto.
1020         (redirect_output): Print clearer messages.
1021
1022         * main.c (redirect_output_signal): Don't call
1023         redirect_output_signal directly.  Instead, call
1024         log_request_redirect_output.
1025
1026         * utils.c (memfatal): Ditto.
1027
1028         * progress.c (display_image): Use it.
1029
1030         * log.c (log_set_save_context): New function: allow the caller to
1031         turn off saving log context lines.
1032
1033 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1034
1035         * host.c (address_list_set_faulty): Uncomment a sanity check.
1036
1037 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1038
1039         * utils.c (long_to_string): Return a pointer after where the
1040         number ends.
1041         (long_to_string): Rename to number_to_string.
1042
1043 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1044
1045         * utils.c (path_simplify): Correctly handle the unlikely case that
1046         b starts out as path + 1.
1047
1048 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1049
1050         * utils.c (path_simplify): Rewrite, with better comments, and
1051         without the use of strcpy to move overlapping blocks.
1052
1053 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1054
1055         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
1056         valid progress type before setting it.
1057
1058 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1059
1060         * main.c (main): Remove stray debugging message.
1061
1062 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1063
1064         * progress.c (create_image): Fix ETA padding when hours are prined.
1065
1066 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1067
1068         * version.c: Wget 1.8 is released.
1069
1070 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
1071
1072         * url.c (reencode_string): Declare static.
1073
1074         * res.c (registered_specs): Declare static.
1075
1076         * progress.c (current_impl_locked): Declare static.
1077
1078         * log.c (flush_log_p): Declare static.
1079         (needs_flushing): Ditto.
1080
1081         * http.c (digest_authentication_encode): Declare static.
1082
1083         * html-url.c (init_interesting): Declare static.
1084
1085         * host.c (host_name_addresses_map): Declare static.
1086
1087         * cookies.c (find_matching_chains): Declare static.
1088
1089         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
1090         indicated by lint.
1091
1092         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
1093
1094         * host.c (address_list_set_faulty): Document that INDEX is
1095         currently unused.
1096
1097         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
1098
1099 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
1100
1101         * version.c: Wget 1.8-pre2 is released.
1102
1103 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1104
1105         * progress.c (progress_handle_sigwinch): Set up the signal again.
1106
1107         * utils.c: Include <sys/termios.h>, where Solaris defines
1108         TIOCGWINSZ.
1109
1110         * progress.c (bar_create): Don't use the last column on the screen.
1111         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
1112         only until it exceeded them.
1113
1114 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1115
1116         * version.c: Wget 1.8-pre1 is released.
1117
1118 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1119
1120         * progress.c (progress_create): Make sure that, when the output is
1121         redirected, the progress implementation gets changed to the
1122         fallback one.
1123         (bar_set_params): Set current_impl_locked to 1 when "force" is
1124         specified.
1125         (progress_create): Don't change the progress implementation if
1126         current_impl_locked is non-zero.
1127
1128         * main.c (redirect_output_signal): Call
1129         progress_schedule_redirect.
1130
1131         * progress.c (progress_schedule_redirect): New function.
1132
1133 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1134
1135         * log.c (logvprintf): Restructure to allow being called multiple
1136         times.
1137         (logprintf): Call logvprintf in a loop.
1138         (debug_logprintf): Ditto.
1139
1140 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1141
1142         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
1143         setting egd_file it to empty string.
1144
1145         * main.c (main): Change the option name from --sslegdsock to
1146         --egd-file.
1147
1148 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1149
1150         * gen_sslfunc.c (ssl_init_prng): Make the printed message
1151         translatable.
1152
1153 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1154
1155         * url.c (scheme_disable): New function.
1156
1157         * main.c (main): Call ssl_init_prng from here rather than from
1158         init_ssl, so that it has a chance to disable support for https
1159         before a URL has been resolved.
1160
1161         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
1162         failed.
1163         (ssl_init_prng): Disable support for https if seeding the PRNG
1164         fails.
1165
1166 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
1167
1168         * utils.c (read_whole_line): Handle lines beginning with \0.
1169
1170 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1171
1172         * recur.c (convert_all_links): Guard against duplicates in
1173         downloaded_html_files.
1174         (register_download): Don't invalidate similar-looking URLs.
1175         (match_except_index): New function.
1176
1177 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1178
1179         * utils.c (path_simplify): Document with test cases.
1180
1181 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1182
1183         * gen_sslfunc.c: Ditto.
1184
1185         * rbuf.c: Include <string.h>.
1186
1187 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1188
1189         * recur.c (retrieve_tree): Check whether the URL was already
1190         downloaded before downloading it again.
1191         (descend_child_p): Renamed to download_child_p.
1192         (register_download): When one URL is downloaded to a file already
1193         "owned" by another URL, delete all references that map any URL to
1194         that file.
1195         (register_delete_file): New function.
1196         (retrieve_tree): Use it after deleting a file.
1197
1198         * url.c (url_parse): Re-canonicalize the URL also if the path is
1199         empty, so that e.g. "http://www.server.com" ->
1200         "http://www.server.com/".
1201         (lowercase_str): Use ISUPPER instead of !ISLOWER.
1202
1203         * retr.c (retrieve_url): Use the canonical URL form when calling
1204         register_download().
1205
1206 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
1207
1208         * snprintf.c (dopr): Use `unsigned int' as the second argument to
1209         va_arg when casting to `unsigned short' is intended.
1210
1211 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
1212
1213         * gen_sslfunc.c: on windows provide ssl crypto random 
1214           initialization through RAND_screen(); could possibly
1215           be not enough for strong ssl communication (see the 
1216           relevant manual page from the openssl package).
1217
1218 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1219
1220         * url.c (local_quote_string): Reenable quoting of question marks,
1221         but only when `--html-extension' is used.
1222
1223 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1224
1225         * version.c: Wget 1.8-beta3 is released.
1226
1227 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1228
1229         * snprintf.c (dopr): Cast the result of va_arg to short int and
1230         short unsigned int where these types are expected to be used.
1231
1232 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1233
1234         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
1235         with `int' when using it as the second argument to `va_arg'.
1236
1237 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1238
1239         * host.c (address_list_new_one): New function.
1240         (lookup_host): Use it.
1241
1242 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
1243
1244         * host.c (lookup_host): Don't initialize TMPSTORE directly because
1245         it's not legal C.
1246
1247 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
1248
1249         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
1250         the socket data.
1251
1252         * ftp.c: Ditto.
1253
1254         * http.c: No need to declare h_errno.
1255
1256         * host.c: Declare h_errno.
1257
1258 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1259
1260         * utils.c (file_merge): If BASE doesn't contain a slash, just
1261         return a copy of FILE.
1262
1263 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
1264
1265         * version.c: Wget 1.8-beta2 is released.
1266
1267 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1268
1269         * ftp.c (getftp): When PWD fails, assume "/".
1270
1271         * ftp-basic.c (ftp_syst): Fix indentation.
1272
1273 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1274
1275         * url.c (get_urls_file): If opt.base_href is specified, merge each
1276         URL with the base.
1277
1278 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1279
1280         * main.c (print_help): Don't document the removed `-nh'.
1281
1282 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1283
1284         * url.c (url_full_path): Document better.
1285
1286         * http.c (gethttp): Use the full path when creating digest
1287         authorization.
1288
1289 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1290
1291         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
1292         '/'.
1293
1294 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1295
1296         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
1297         PREFIX does.
1298
1299 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1300
1301         * cookies.c (check_domain_match): Reimplement to match Netscape's
1302         "preliminary specification" for cookies.
1303
1304 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1305
1306         * url.c (replace_attr_refresh_hack): New function.
1307         (convert_links): Call replace_attr_refresh_hack for Refresh
1308         links.  It will add the "TMOUT; URL=" junk before the link.
1309
1310         * html-url.c (collect_tags_mapper): Set ID to the ID of the
1311         "content" attribute, not "http-equiv".
1312         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
1313         instead, store the information that this entry belongs to a
1314         "refresh" link.
1315
1316 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1317
1318         * version.c: Wget 1.8-beta1 is released.
1319
1320 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
1321
1322         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
1323         depth by more than one.
1324
1325 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
1326
1327         * retr.c (retrieve_url): Don't allow more than 20 redirections.
1328
1329 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
1330
1331         * recur.c (retrieve_tree): Skip the non-inline entries when
1332         enqueuing the children of a leaf HTML node in -p mode.
1333         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
1334         "inline".
1335
1336         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
1337         (collect_tags_mapper): When an entry is "inline", mark it as such.
1338
1339         * recur.c (descend_url_p): Fix test when checking for
1340         acceptance/rejection rules.
1341
1342 2001-10-31 Daniel BODEA <dali@dali-designs.com>
1343
1344         * netrc.c (search_netrc): When slack_default is 0, still look for
1345         an account with matching password, just not the "default account".
1346         HTTP Authorization using .netrc should now work as expected.
1347
1348 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
1349
1350         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
1351         test_socket_open fails.
1352
1353 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
1354
1355         * progress.c (display_image): Just print one CR to reset the
1356         cursor position.
1357
1358 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
1359
1360         * init.c: New command `ssl_egd_sock'.
1361
1362         * main.c (main): New option `--sslegdsock'.
1363
1364         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
1365
1366 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1367
1368         * cmpt.c (memmove): Include a simple memmove implementation.
1369
1370 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1371
1372         * headers: Guard against header files being included twice.
1373
1374 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1375
1376         * gen-md5.c: Use unsigned char * as the buffer argument to
1377         gen_md5_update.
1378
1379 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1380
1381         * connect.h: Declare select_fd.
1382
1383 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1384
1385         * recur.c (descend_url_p): When resolving no_parent, compare with
1386         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
1387         wouldn't be followed, although the download started from /a/.
1388
1389 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
1390
1391         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
1392         MS VC; somebody with Borland compiler please check and provide
1393         patch if possible;
1394
1395         * cmpt.c: provided a usleep emulation.
1396
1397 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1398
1399         * host.c (address_list_new): Initialize al->faulty.
1400
1401 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
1402
1403         * http.c (http_process_range): Accept the broken output of
1404         "JavaWebServer/1.1.1".
1405
1406 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
1407
1408         * progress.c (dot_set_params): If PARAMS is unspecified, use
1409         dot_style, if available.
1410
1411         * init.c: Ditto.
1412
1413         * main.c (main): Resurect --dot-style.
1414
1415         * progress.c (dot_finish): Print the quantity if we're left at the
1416         beginning of a row.
1417
1418 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1419
1420         * cmpt.c (random): Removed.
1421
1422         * retr.c (sleep_between_retrievals): Use the more portable rand()
1423         instead of random().
1424
1425 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
1426
1427         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
1428         prevent seg fault.
1429
1430 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1431
1432         * connect.c (connect_to_many): Use address_list_set_faulty to
1433         prevent the faulty address from being reused.
1434
1435         * host.c (address_list_set_faulty): New function.
1436         (address_list_get_bounds): New function, instead of
1437         address_list_count.
1438
1439 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1440
1441         * url.c (convert_links): Don't translate %d-%d.
1442
1443         * main.c (print_help): Remove stray HAVE_RANDOM code.
1444
1445 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1446
1447         * ftp.c (getftp): Improve output after sending PASV.  Don't
1448         attempt to "look up" the IP address we already know; call
1449         connect_to_one directly.
1450
1451 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1452
1453         * progress.c: Change the default progress implementation to "bar".
1454
1455 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1456
1457         * progress.c (bar_create): Print two newlines.
1458
1459 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1460
1461         * cmpt.c (random): New function, a simple-minded replacement for
1462         random() on systems that don't have it.
1463
1464 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1465
1466         * config.h.in: Put a HAVE_USLEEP stub.
1467
1468         * cmpt.c (usleep): Replacement implementation of usleep using
1469         select.
1470
1471         * init.c: New option init_rate.
1472
1473         * main.c (main): New option --limit-rate.
1474
1475         * retr.c (limit_bandwidth): New function.
1476         (get_contents): Call it to limit the bandwidth used when
1477         downloading.
1478
1479         * progress.c (dot_update): Would print the wrong download speed on
1480         rows other than the first one when the download was continued.
1481         (dot_finish): Ditto.
1482
1483 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
1484
1485         * http.c (gethttp): fix undeclared variable 'err' when compiled
1486         with HAVE_SSL.
1487
1488 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1489
1490         * progress.c: Don't allocate new timers; use the timing data
1491         propagated from the caller.
1492
1493         * retr.c (get_contents): Allocate and use a timer.
1494
1495 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1496
1497         * http.c (last_host_ip): Made into an address_list.
1498         (invalidate_persistent): Release pc_last_host_ip.
1499         (register_persistent): Use lookup_host.
1500         (persistent_available_p): Check for equality of hosts using
1501         address_list_match_all.  Call address_list_release.
1502         (http_cleanup): New function.
1503
1504         * ftp.c (getftp): Use lookup_host and connect_to_many.
1505
1506         * http.c (gethttp): Use lookup_host and connect_to_many.
1507
1508         * connect.c (make_connection): Removed.
1509         (connect_to_one): New function.
1510         (connect_to_many): Ditto.
1511         (set_connection_host_name): Ditto.
1512
1513         * host.c (lookup_host): New function; new return type.
1514         (address_list_new): New function.
1515         (address_list_count): Ditto.
1516         (address_list_copy_one): Ditto.
1517         (address_list_delete): Ditto.
1518         (address_list_release): Ditto.
1519         (pretty_print_address): Ditto.
1520
1521 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1522
1523         * recur.c (retrieve_tree): In case of followed redirection,
1524         blacklist the pre-redirection URL.
1525
1526 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1527
1528         * recur.c (descend_redirect_p): New function.
1529         (retrieve_tree): Make sure redirections are not blindly followed.
1530
1531 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
1532
1533         * config.h.in: added HAVE_RANDOM.
1534
1535         * options.h: added random_wait to struct options.
1536
1537         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
1538         for --random-wait.
1539
1540         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
1541         implementation of random wait times.
1542
1543         * init.c (commands): added "randomwait" keyword.
1544
1545 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1546
1547         * recur.c (descend_url_p): Be more conservative with blacklisting
1548         URLs.
1549         (convert_all_links): Print how many files have been converted, and
1550         how long it took.
1551
1552         * progress.c (create_image): Place the number of downloaded bytes
1553         right after the progress bar.
1554
1555         * utils.c (suffix): Return a pointer into the string.
1556
1557 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1558
1559         * url.c (convert_links): Handle CO_NULLIFY_BASE.
1560
1561         * recur.c (retrieve_tree): Ignore download-ignorable children.
1562         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
1563
1564         * html-url.c (handle_link): Return the newly created urlpos.
1565         (collect_tags_mapper): When dealing with BASE, store the base
1566         reference and mark it as download-ignorable.
1567
1568 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1569
1570         * url.c (convert_links): Attempt to quote '?' as "%3F" when
1571         linking to local files.  Given up on the attempt, as it breaks
1572         local browsing.
1573
1574 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1575
1576         * main.c (private_initialize): Removed.
1577         (main): Don't call private_initialize.
1578
1579         * http.c: Call lookup_host.
1580
1581         * host.c (host_init): Removed.
1582         (add_host_to_cache): Initialize host_name_address_map here, on
1583         demand.
1584         (ngethostbyname): Commented out.
1585
1586         * connect.c (make_connection): Remove dead code; use lookup_host.
1587
1588         * host.c (store_hostaddress): Renamed to lookup_host and reversed
1589         the args.
1590         Removed host_address_name_map and host_slave_master_map.
1591
1592 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1593
1594         * progress.c (dot_create): Align the "[ skipping ... ]" string
1595         with the dots.
1596
1597         * retr.c (rate): Split into two functions: calc_rate and
1598         retr_rate.
1599
1600         * progress.c (create_image): Draw a dummy progress bar even when
1601         total size is unknown.
1602         (display_image): Place the text cursor at the end of the "image".
1603
1604 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
1605
1606         * url.c (reencode_string): Use unsigned char, not char --
1607         otherwise the hex digits come out wrong for 8-bit chars such as
1608         nbsp.
1609         (lowercase_str): New function.
1610         (url_parse): Canonicalize u->url if needed.
1611         (get_urls_file): Parse each URL, and return only the valid ones.
1612         (free_urlpos): Call url_free.
1613         (mkstruct): Add :port if the port is non-standard.
1614         (mkstruct): Append the query string to the file name, if any.
1615         (urlpath_length): Use strpbrk_or_eos.
1616         (uri_merge_1): Handle the cases where LINK is an empty string,
1617         where LINK consists only of query, and where LINK consists only of
1618         fragment.
1619         (convert_links): Count and report both kinds of conversion.
1620         (downloaded_file): Use a hash table, not a list.
1621         (downloaded_files_free): Free the hash table.
1622
1623         * retr.c (retrieve_from_file): Ditto.
1624
1625         * main.c (main): Call either retrieve_url or retrieve_tree
1626         for each URL, not both.
1627
1628         * retr.c (register_all_redirections): New function.
1629         (register_redirections_mapper): Ditto.
1630         (retrieve_url): Register the redirections.
1631         (retrieve_url): Make the string "Error parsing proxy ..." 
1632         translatable.
1633
1634         * res.c (add_path): Strip leading slash from robots.txt paths so
1635         that the path representations are "compatible".
1636         (free_specs): Free each individual path, too.
1637         (res_cleanup): New function.
1638         (cleanup_hash_table_mapper): Ditto.
1639
1640         * recur.c (url_queue_new): New function.
1641         (url_queue_delete): Ditto.
1642         (url_enqueue): Ditto.
1643         (url_dequeue): Ditto.
1644         (retrieve_tree): New function, replacement for recursive_retrieve.
1645         (descend_url_p): New function.
1646         (register_redirection): New function.
1647
1648         * progress.c (create_image): Cosmetic changes.
1649
1650         * init.c (cleanup): Do all those complex cleanups only if
1651         DEBUG_MALLOC is defined.
1652
1653         * main.c: Removed --simple-check and the corresponding
1654         simple_host_check in init.c.
1655
1656         * html-url.c (handle_link): Parse the URL here, and propagate the
1657         parsed URL to the caller, who would otherwise have to parse it
1658         again.
1659
1660         * host.c (xstrdup_lower): Moved to utils.c.
1661         (realhost): Removed.
1662         (same_host): Ditto.
1663
1664 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1665
1666         * utils.c (path_simplify): Preserver the (non-)existence of
1667         leading slash.  Return non-zero if changes were made.
1668
1669 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1670
1671         * progress.c (bar_update): Don't modify bp->total_length if it is
1672         zero.
1673
1674 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1675
1676         * retr.c (retrieve_url): When the redirection URL doesn't parse,
1677         print the correct error message rather than "UNKNOWN".
1678
1679 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1680
1681         * progress.c (bar_finish): If the timer didn't record any time
1682         since the download beginning, fake 1ms.
1683
1684 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
1685
1686         * recur.c (recursive_retrieve): Fix typo.
1687
1688 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1689
1690         * progress.c (create_image): Don't translate "%ld ".
1691
1692 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1693
1694         * progress.c (bar_set_params): Allow the user to force the use of
1695         the bar.
1696
1697 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
1698
1699         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
1700
1701 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1702
1703         * progress.c: Renamed dp_* functions to dot_* for greater clarity
1704         and consistency with bar_*.
1705         (print_download_speed): Get rid of the unneeded '@' character.
1706         (create_image): Fix download rate geometry.
1707
1708         * progress.c (print_elapsed): Remove spurious space.
1709         (print_elapsed): Renamed to print_download_speed, since that's
1710         what it does.
1711
1712 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1713
1714         * progress.c (bar_update): If the downloaded amount becomes larger
1715         than the expected amount, adjust the expected amount accordingly.
1716
1717 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1718
1719         * utils.c (determine_screen_width): New function.
1720
1721         * main.c (main): New option `--progress=TYPE'.
1722         (main): Implement compatibility with the old option `--dot-style'.
1723
1724         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
1725         dp_set_params.
1726         (cmd_spec_progress): New function.
1727
1728         * retr.c (get_contents): Use the progress_* functions instead of
1729         the old show_progress().
1730         (show_progress): Removed.
1731         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
1732         etc.
1733
1734         * progress.c (set_progress_implementation): New function.
1735         (valid_progress_implementation_p): Ditto.
1736         (progress_create): Ditto.
1737         (progress_update): Ditto.
1738         (progress_finish): Ditto.
1739         (dp_create): Ditto.
1740         (dp_update): Ditto.
1741         (dp_finish): Ditto.
1742         (dp_set_params): Ditto.
1743         (print_elapsed): Ditto.
1744
1745 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
1746
1747         * retr.c (show_progress): Use it.
1748
1749         * log.c (log_set_flush): New function.
1750
1751 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
1752
1753         * utils.c (path_simplify): Don't remove trailing slashes.
1754
1755         * ftp.c (ftp_get_listing): Use it.
1756
1757         * utils.c (file_merge): New function.
1758
1759         * url.c (opt_url): Removed.
1760
1761         * recur.c (recursive_retrieve): Inline "opt_url" logic.
1762
1763         * main.c (main): Use xfree(), not free().
1764
1765         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
1766
1767         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
1768         internally.
1769
1770         * config.h.in: Include a stub for HAVE_STRPBRK.
1771
1772         * cmpt.c (strpbrk): Include a replacement for systems without
1773         strpbrk().
1774
1775         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
1776
1777         * url.c (url_set_dir): New function.
1778         (url_set_file): Ditto.
1779
1780         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
1781         parser makes the URL "params" available, so we can do that in this
1782         function.
1783
1784         * retr.c: Ditto.
1785
1786         * ftp.c: Ditto; pass the local file information in `ccon'.
1787
1788         * http.c: Get rid of the ugly kludge that had URL being replaced
1789         with the proxy URL when proxy retrieval was requested.  Use a
1790         separate parameter to http_loop and gethttp for the proxy URL.
1791
1792         * http.c: Changed to reflect the fact that local file, proxy, and
1793         referer information are no longer stored in struct url.  The local
1794         file information is passed in `struct hstat' now.
1795
1796         * url.c: Reworked URL parsing to be more regular.  Reencode the
1797         URL using reencode_string.
1798         Removed non-URL-related information from struct url.  This
1799         includes fields `proxy', `local', and `referer'.
1800
1801 2001-11-22  Jochen Hein  <jochen@jochen.org>
1802
1803         * main.c (main): Split the copyright notice for easier
1804         translation.
1805
1806 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
1807
1808         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
1809           command to server to request file size.
1810         * ftp.h (ftp_size): Export it.
1811         * ftp.c (getftp): Use new ftp_size function if restoring
1812           transfer of a file with unknown size.
1813
1814 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
1815
1816         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
1817
1818 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1819
1820         * url.c (getproxy): Handle URL shorthands.
1821
1822 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1823
1824         * main.c: Remove --wait / --waitretry backwards compatibility
1825         code.
1826         
1827 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1828
1829         * main.c (main): Use it.
1830
1831         * url.c (rewrite_url_maybe): New function.
1832
1833 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
1834
1835         * url.c: Clean up handling of URL schemes.
1836
1837 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
1838
1839         * url.c: Get rid of `protostrings'.
1840         (skip_proto): Don't use protostrings.
1841         (has_proto): Ditto.
1842
1843 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1844
1845         * Makefile.in: Conditionally compile getopt.o.
1846
1847 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1848
1849         * md5.h: Renamed to gnu-md5.h.
1850
1851         * md5.c: Renamed to gnu-md5.c.
1852
1853         * http.c: Ditto.
1854
1855         * ftp-opie.c: Use the new macros.
1856
1857         * sysdep.h: Define md5-related macros.
1858
1859         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
1860         depending on which md5 implementation is used.
1861
1862 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1863
1864         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
1865         the compiler.
1866
1867 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1868
1869         * http.c (gethttp): Print the whole response line when printing
1870         headers is requested.
1871
1872 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
1873
1874         * res.c: New file.  Implement all RES-related code here.
1875
1876 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1877
1878         * version.c: Wget 1.7.1 is released.
1879
1880 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1881
1882         * headers.c (header_extract_number): Ignore trailing whitespace.
1883
1884 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
1885
1886         * html-url.c (collect_tags_mapper): Fix bug converting links
1887         with -k option for tags with multiple link attributes by
1888         handling links in the order they appear.
1889
1890 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
1891
1892         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
1893           the call to the 'rate' function by moving it past the error
1894           checking for the 'getftp' function return value.
1895
1896 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1897
1898         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
1899         '\"'.  Different compilers' assert macros are broken in different
1900         ways.
1901
1902 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
1903
1904         * http.c (gethttp): print debug output for errors occuring during
1905         the ssl handshake.
1906
1907 2001-11-16  Chris Seawood  <cls@seawood.org>
1908
1909         * init.c: Ditto.
1910
1911         * host.c: Ditto.
1912
1913         * connect.c: Ditto.
1914
1915         * sysdep.h: Support compilation under BEOS.
1916
1917 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
1918
1919         * url.c (url_equal): Fix a memory leak when parseurl returns an
1920         error on the second URL. Also, since url_equal is not used at the
1921         moment, do not compile it.
1922
1923         * url.h: Ditto for the prototype of url_equal.
1924
1925 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1926
1927         * html-parse.c (map_html_tags): Support XML-style empty tags.
1928
1929 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1930
1931         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
1932         loop condition because we're no longer setting SIZEVAR here.
1933
1934 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1935
1936         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
1937         call because it needs the old value.
1938
1939 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1940
1941         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
1942         an attribute name.
1943
1944 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
1945
1946         * url.c (url_filename): Make sure that slashes that sneak in to
1947         u->file via query string get protected.
1948         (file_name_protect_query_string): New function.
1949
1950 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1951
1952         * recur.c (recursive_retrieve): Also check undesirable_urls with
1953         canonicalized URL.
1954
1955 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1956
1957         * http.c (gethttp): Search `.netrc' with real host, not the proxy
1958         one.
1959
1960 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1961
1962         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
1963         define it.
1964
1965 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1966
1967         * ftp.h: Provide correct prototype for ftp_parse_ls().
1968
1969 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
1970
1971         * version.c: Wget 1.7 is released.
1972
1973 2001-06-03  Karl Eichwalder  <ke@suse.de>
1974
1975         * ftp-ls.c (ftp_parse_ls): Fix typo.
1976
1977 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
1978
1979         * all: Update copyright information.
1980
1981 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1982
1983         * http.c (gethttp): Indicate that the continued download failed
1984         for *this* file.
1985
1986 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1987
1988         * version.c: Wget 1.7-pre1 is released.
1989
1990 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
1991
1992         * version.c: Updated version to 1.7-pre1.
1993
1994 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1995
1996         * gen_sslfunc.c: Don't include <sys/time.h> directly.
1997
1998 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1999
2000         * http.c (gethttp): Use real URL data for cookies, not the proxy
2001         stuff.
2002
2003 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2004
2005         * main.c (print_help): Document `--no-http-keep-alive'.
2006
2007         * utils.c (numdigit): Handle negative numbers *correctly*.
2008
2009         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
2010         than the confusing "unsigned".
2011
2012         * utils.c (string_set_contains): Renamed from string_set_exists.
2013
2014         * hash.c (hash_table_contains): Renamed from hash_table_exists.
2015
2016         * cookies.c: Move case-insensitive hash tables to hash.c.
2017
2018 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2019
2020         * http.c (gethttp): Before concluding that the file is already
2021         fully retrieved, make sure that the file existed and `Range' was
2022         actually requested.
2023
2024 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2025
2026         * cookies.c (eliminate_dups): New function.
2027         (build_cookies_request): Use it.
2028         (build_cookies_request): Set chain_store_size after reallocating
2029         all_chains.
2030         (check_domain_match): Annotated for easier future debugging.
2031         (store_cookie): In the debug message, print whether the cookie is
2032         permanent.
2033
2034 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
2035
2036         * http.c (http_loop): Reset no_truncate before deciding whether to
2037         set it.
2038         (gethttp): Further clarify "-c conflicts with existing file" error
2039         message, based on input from Herold Heiko.
2040
2041 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
2042
2043         * http.c (http_loop): If restval is set, set no_truncate to 1
2044         unconditionally.
2045
2046 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2047
2048         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
2049         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
2050         (ftp_parse_vms_ls): Ditto.
2051
2052 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
2053
2054         * init.c (cmd_address): Zero SIN before using it; apparently
2055         needed on *BSD.
2056
2057 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2058
2059         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
2060         empty.
2061
2062 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
2063
2064         * main.c (main): Make `--cookies' respect its argument.
2065
2066 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
2067
2068         * main.c (main): Removed undocumented option `--email-address'.
2069
2070         * netrc.c: Use the latest read_whole_line.
2071
2072         * init.c (defaults): Set opt.ftp_pass to "-wget@".
2073
2074         * mswindows.c (pwd_cuserid): Ditto.
2075
2076         * utils.c (pwd_cuserid): Removed.
2077
2078         * host.c (ftp_getaddress): Removed.
2079
2080 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
2081
2082         (http_loop): Allocate space for filename_plus_orig_suffix with
2083         alloca; this is more efficient and removes the need to free it
2084         before each and every return.
2085
2086 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
2087
2088         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
2089         unneeded because the file is already there and fully downloaded,
2090         and -c is specified.
2091         (http_loop): Handle RETRUNNEEDED.
2092
2093         * wget.h (uerr_t): New value RETRUNNEEDED.
2094
2095         * http.c (http_loop): Set no_truncate for files that both exist
2096         and are non-empty.
2097         (gethttp): Consider the download finished when restval >= contlen,
2098         not only when restval==contlen.
2099         (gethttp): Handle redirection before giving up due to -c.
2100         (gethttp): Clarify error message which explains that -c will not
2101         truncate the file.
2102         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
2103         the stuff that needs freeing and release the socket.
2104
2105 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2106
2107         * main.c (print_help): Wget booleans accept "off", not "no".
2108
2109 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2110
2111         * http.c (http_loop): If allow_cache is zero, always disable
2112         caching, not only when retrieving through proxy.
2113
2114         * init.c: Ditto.
2115
2116         * options.h (struct options): Rename proxy_cache to allow_cache.
2117
2118 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2119
2120         * http.c (mktime_from_utc): Improve documentation.
2121         (http_atotm): Put format strings into a separate array.
2122
2123 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2124
2125         * safe-ctype.h: Instead of throwing #error when isalpha is
2126         defined, redefine it to something that will throw a compile-time
2127         error if actually *used*.  Do the same for the rest of the
2128         standard C macros.
2129
2130 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
2131
2132         * url.c (getproxy): Ignore empty proxy vars.
2133
2134 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2135
2136         * http.c (http_loop): Would load cookies every time.
2137
2138         * cookies.c (load_cookies): Handle cookies whose values contain
2139         embedded spaces.
2140
2141 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2142
2143         * utils.c: Define each DIGITS_* in one line.
2144
2145 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
2146
2147         * http.c (http_atotm): Initialize t.tm_isdst to 0.
2148         (mktime_from_utc): Prevent mktime() from having discontinuities at
2149         DST transition points.
2150
2151 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2152
2153         * html-url.c (get_urls_html): Fix documentation.
2154
2155 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2156
2157         * url.c (UNSAFE_CHAR): Reimplement using a static table.
2158         (url_init): Removed.
2159         (init_unsafe_char_table): Removed.
2160
2161 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2162
2163         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
2164
2165 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2166
2167         * utils.c: Document timer functions.
2168
2169         * retr.c (rate): Use it.
2170         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
2171
2172         * utils.c (wtimer_granularity): New function.
2173
2174 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2175
2176         * retr.c (show_progress): Ditto.
2177
2178         * ftp.c (getftp): Ditto.
2179
2180         * http.c (gethttp): Use new timer functions.
2181
2182         * utils.c (wtimer_allocate): New function.
2183         (wtimer_new): Ditto.
2184         (wtimer_delete): Ditto.
2185         (wtimer_reset): Ditto.
2186         (wtimer_elapsed): Ditto.
2187
2188 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2189
2190         * utils.c (long_to_string): New, faster version.  Favors smaller
2191         numbers; much of the calculation is now done at compile-time.
2192
2193 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2194
2195         * utils.c (numdigit): Handle negative numbers.
2196
2197 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
2198
2199         * retr.c (show_progress): Print the download rate even when the
2200         percentages are not available.
2201
2202 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
2203
2204         * ftp.c (getftp): Adjust expected_bytes if the length is
2205         authoritative.
2206
2207 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
2208
2209         * url.c: Don't declare `construct'.
2210
2211         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
2212         mappings to new locations.
2213         (hash_table_new): Make resize_threshold a field in the hash table,
2214         so we don't have to recalculate it in each hash_table_put.
2215         (grow_hash_table): Update resize_threshold.
2216         (MAX): Remove unused macro.
2217         (prime_size): Made static.
2218
2219 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
2220
2221         * retr.c (retrieve_url): Call uri_merge, not url_concat.
2222
2223         * html-url.c (collect_tags_mapper): Call uri_merge, not
2224         url_concat.
2225
2226         * url.c (mkstruct): Use encode_string instead of xstrdup followed
2227         by URL_CLEANSE.
2228         (path_simplify_with_kludge): Deleted.
2229         (contains_unsafe): Deleted.
2230         (construct): Renamed to uri_merge_1.
2231         (url_concat): Renamed to uri_merge.
2232
2233 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2234
2235         * url.c (str_url): Use encode_string instead of the unnecessary
2236         CLEANDUP.
2237         (encode_string_maybe): New function, returns input string if no
2238         encoding is needed.
2239         (encode_string): Call encode_string_maybe to do the dirty work,
2240         xstrdup if no work needed.
2241
2242 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2243
2244         * wget.h (XDIGIT_TO_xchar): Define here.
2245
2246         * url.c (decode_string): Use new name.
2247         (encode_string): Ditto.
2248
2249         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
2250         (dump_hash): Use new name.
2251
2252         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
2253         XDIGIT_TO_XCHAR respectively.
2254
2255 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2256
2257         * init.c: Include cookies.h.
2258
2259         * cookies.h: Declare cookies_cleanup.
2260
2261         * cookies.c (check_domain_match): Remove unused variable.
2262         (save_cookies): Remove extraneous argument from debug statement.
2263
2264         * host.c (same_host): Don't call skip_url.
2265
2266         * url.c (skip_url): Removed.  Removed its calls from various
2267         functions in url.c.
2268
2269 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2270
2271         * cookies.c (unsigned_string_hash): Use the new code in
2272         string_hash as reference.
2273
2274         * hash.c (hash_table_map): Allow deletion and change of the
2275         element processed by MAPFUN.
2276         (string_hash): Use the function from glib.
2277
2278 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2279
2280         * config.h.in: Include #undef stub.
2281
2282         * hash.c (hash_table_remove): Rewrite to actually clear deleted
2283         entries instead of just marking them as deleted.
2284
2285 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2286
2287         * hash.h: Declare hash_table_get_pair and hash_table_count.
2288
2289 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2290
2291         * cookies.c: Declare http_atotm.
2292
2293 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2294
2295         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
2296         permissions.  A compiler that doesn't accept octal constants is
2297         seriously broken and shouldn't be used -- octal constants were
2298         present in K&R C!
2299
2300 2001-01-20  Karl Eichwalder  <ke@suse.de>
2301
2302         * Makefile.in: Provide and use DESTDIR according to the Coding
2303         Standards.
2304
2305 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
2306
2307         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
2308         specification.
2309
2310 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2311
2312         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
2313         because that strips the *leading* slash, thus forcing relative
2314         FTP retrieval.
2315
2316 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2317
2318         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
2319         notation for VMS servers. 
2320         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
2321         odir is an empty string.
2322
2323 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2324
2325         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
2326         effective. Suggested by Edward J. Sabol.
2327
2328 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2329
2330         * cookies.c (build_cookies_request): Use and sort cookies from all
2331         matching domains.
2332         (build_cookies_request): Check for duplicates before generating
2333         the `Cookies' header.
2334
2335         * main.c (main): Don't load cookies here.
2336         (main): Make loadcookies and savecookies call the correct command.
2337
2338         * http.c (http_loop): Load cookies on-demand.
2339
2340 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2341
2342         * http.c (gethttp): Fix indentation of SSL ifdef.
2343
2344 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2345
2346         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
2347         that hack is no longer necessary.
2348         (getftp): Prepend initial directory to *non*-absolute u->dir's.
2349
2350 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
2351
2352         * init.c (cmd_file): New function.
2353         (enable_tilde_expansion): New variable.
2354         (run_wgetrc): Use it.
2355         (cmd_file): Use it.
2356
2357 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
2358
2359         * init.c: Include cookie-related options.
2360
2361         * main.c (main): Include cookie-specific options.
2362         (main): Load cookies before download is finished.
2363         (main): Save cookies when done.
2364
2365         * http.c (gethttp): Process the `Set-Cookie' header.
2366         (gethttp): Include cookies in the response.
2367
2368         * cookies.c: New file.
2369
2370 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
2371
2372         * utils.c (datetime_str): New function.
2373
2374 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2375
2376         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
2377         12:01PM == 00:01, which was obviously wrong. Taken care of this
2378         anomaly.
2379
2380         * ChangeLog: Removed an excess conflict marker. Reformatted the
2381         entry by Philipp Thomas from 2001-03-09.
2382
2383         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
2384         between 0 and 23. Elminate unused variable `sec'.
2385
2386 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
2387
2388         * hash.c (hash_table_count): New function.
2389
2390 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2391
2392         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
2393         Digital Unix cc.
2394
2395 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2396
2397         * config.h.in: Oops, do the namespace tweaks only on systems we
2398         know about.
2399
2400 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2401
2402         * hash.c: Include <string.h>.
2403
2404 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2405
2406         * config.h.in: Define "compilation environment" options that work
2407         under Linux and Solaris.  To be reviewed on other OS'es.
2408
2409 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2410
2411         * http.c (gethttp): Prepend literal newline with `\n\'.
2412
2413 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2414
2415         * sysdep.h: Don't define VERY_LONG_FORMAT.
2416
2417         * utils.c (very_long_to_string): New function.
2418         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
2419
2420 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
2421
2422         * url.c (parse_uname): Would run past the end of the string if the
2423         username was present, but the URL did not contain a slash, e.g.
2424         http://foo:bar@myhost.
2425
2426 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
2427
2428         * http.c (http_atotm): Use %A instead of %a to match full
2429         weekday.  (On most systems there is no difference.)
2430
2431 2001-04-03  Paul Bludov  <paul@ozero.net>
2432
2433         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
2434         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
2435         leak.
2436         (ws_mypath): Use GetModuleFileName instead of argv[0].
2437         (ws_startup): Use data.wVersion for comparison.
2438
2439 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2440
2441         * http.c (http_loop): Ditto.
2442
2443         * ftp.c (ftp_loop_internal): Made the check whether to continue
2444         retrieval `-O'-friendly.
2445
2446 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2447
2448         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
2449         they will be handled as whitespace.
2450         (parse_netrc): Correctly handle lines that end with whitespace.
2451
2452 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2453
2454         * retr.c (retrieve_url): New variable global_download_count used
2455         to identify first retrieval.
2456
2457         * ftp.c (getftp): Ditto.
2458
2459         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
2460
2461 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
2462
2463         * init.c (cmd_address): Heap-allocate the address that gets stored
2464         to CLOSURE.  Old code would simply assign an address on the stack.
2465
2466 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
2467
2468         * ftp.c (ftp_get_listing): Propagate error status.
2469         (ftp_retrieve_glob): Use it.
2470         (ftp_loop): Ditto.
2471
2472 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
2473
2474         * main.c (main): Add -C to the string that is the third arg to
2475         getopt_long().
2476
2477 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
2478
2479         * ftp.c (getftp): Don't start the download from scratch if `-c'
2480         was specified, but the file is already fully downloaded.
2481
2482         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
2483         specified and the server doesn't support continued download.
2484         (gethttp): Don't start the download from scratch if `-c' was
2485         specified, but the file is already fully downloaded.
2486
2487 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
2488
2489         (recursive_retrieve): Don't clear the hash tables at this point at
2490         all; it interferes with the normal operation of register_download.
2491
2492 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
2493
2494         * recur.c (recursive_retrieve): Clear the hash tables only when
2495         they are defined.
2496
2497 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
2498
2499         * http.c (gethttp): Make sure the socket is closed with
2500         CLOSE_INVALIDATE before we have drained the body.
2501
2502 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
2503
2504         * retr.c (retrieve_url): Call register_download() for downloaded
2505         files and register_html() for downloaded HTML files.
2506
2507         * recur.c (register_download): New function; register here that a
2508         file has been downloaded, rather than in recursive_retrieve().
2509         (register_html): New function; enqueue the location of HTML files
2510         here rather than in recursive_retrieve().
2511
2512 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
2513
2514         * main.c (print_help): Use multiple fputs instead of a single ugly
2515         printf().
2516         (main): Consistently assign numbers >128 to options without a
2517         corresponding character.
2518
2519 2001-03-09  Philipp Thomas  <pthomas@suse.de>
2520
2521         * safe-ctype.h: New file. Locale independent ctype.h replacement
2522         taken from libiberty.
2523
2524         * safe-ctype.c: New file. Tables for above.
2525
2526         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
2527         safe-ctype$o.
2528
2529         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
2530         isspace.
2531
2532         * ftp-basic.c: Don't include ctype.h.
2533
2534         * ftp-ls.c: Likewise.
2535
2536         * ftp.c: Likewise.
2537
2538         * headers.c: Likewise.
2539
2540         * host.c: Likewise.
2541
2542         * html-parse.c: Likewise.
2543
2544         * html-url.c: Likewise.
2545
2546         * http.c: Likewise.
2547
2548         * init.c: Likewise.
2549
2550         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
2551
2552         * netrc.c: Likewise.
2553
2554         * recur.c: Likewise.
2555
2556         * retr.c: Likewise.
2557
2558         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
2559         instead of isdigit.
2560
2561         * sysdep.h: Remove defines of ctype macros as they aren't needed
2562         for safe-ctype-h.
2563
2564         * url.c: Don't include ctype.h.
2565
2566         * utils.c: Likewise.
2567
2568         * wget.h: Include safe-ctype.h.
2569
2570 2001-03-27  Dan Harkless  <wget@harkless.org>
2571
2572         * Makefile.in: Moved top_builddir out of "User configuration
2573         section" of top Makefile and analogous spot in this one.
2574
2575 2001-03-17  Dan Harkless  <wget@harkless.org>
2576
2577         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
2578         Define top_builddir.  Link wget with libtool so the user doesn't
2579         have to supply a bunch of custom environment variables to 
2580         correctly link with the OpenSSL shared libraries.
2581
2582 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
2583
2584         * http.c (gethttp): skip :port in host header if it is the
2585         DEFAULT_HTTPS_PORT when using SSL.
2586
2587         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
2588         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
2589         rest of the code. 
2590         * url.h: Ditto
2591
2592 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
2593
2594         * retr.c (show_progress): Correctly calculate the number of bytes
2595         in the first line of the download that have been actually
2596         downloaded in this run.
2597
2598 2001-02-23  Dan Harkless  <wget@harkless.org>
2599
2600         * main.c (print_help): --help documentation for -N said it would
2601         re-download files if they had the _same_ timestamp on server.
2602         (print_help): -nr belongs in "FTP options" section of --help
2603         output, not "Recursive retrieval" section.  Alphabetized FTP
2604         options by long option name.
2605
2606 2001-02-16  Dan Harkless  <wget@harkless.org>
2607
2608         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
2609         that "httpsproxy" had been inserted into commands[] out of
2610         alphabetical order, causing "BUG: unknown command `httpuser'".
2611
2612 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2613
2614         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
2615         listing without correct permissons).
2616
2617         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
2618         FTP server. 
2619
2620         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
2621         shall be donwloaded only when it's newer than the local copy or
2622         when it has the same timeestamp but its size is different. ST_VMS
2623         and ST_MACOS as special cases that lie about file size. 
2624
2625         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
2626
2627         * Makefile.in: Removed dependency on ftpparse library due to unclear
2628         copyright issues and absence of any feedback to our queries. 
2629
2630         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
2631         copyright issues and absence of any feedback to our queries.   
2632         (ftp_parse_ls): Added a warning message when remote server system
2633         does not seem to be suported by wget. 
2634         (ftp_parse_vms_ls): New function for parsing VMS ftp
2635         server listing output.
2636         (clean_line): New function responsible for removing
2637         end-of-line characters from FTP listing texts.
2638
2639         * ftp.c (getftp): Global variables pwd and host_type are now
2640         member of the ccon structure under names ccon.id and ccon.rs. 
2641
2642         * ftp.h (struct ccon): Added formed global variables from ftp.c,
2643         enum stype rs (remote system identification) and char *id (initial
2644         working directory), as suggested by Hrvoje.
2645
2646         * url.c (parse_uname): Added support for passwords containing '@'
2647         characters.
2648         (skip_uname): Ditto.
2649
2650 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2651
2652         * ftp.c (ftp_loop): Reset con.
2653
2654 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2655
2656         * url.c (parse_uname): Added support for passwords containing '@'
2657         characters.
2658         (skip_uname): Ditto.
2659
2660 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
2661
2662         * url.c (parseurl): Debug-print u->ftp_type.
2663
2664 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2665
2666         * ftp.c (ftp_loop_internal): Disable padding.
2667         (getftp): Ditto.
2668
2669         * http.c (http_loop): Disable padding.
2670
2671         * retr.c (show_progress): Use it to enable padding.
2672
2673         * retr.c (rate): Optional parameter PAD for padding the rate.
2674
2675 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
2676
2677         * retr.c (show_progress): Make sure that the last output line
2678         includes progress.
2679
2680 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
2681
2682         * retr.c (show_progress): Print the download rate along with the
2683         percentages.
2684         Along with Anders Thorsby <anders@thorsby.dk>.
2685
2686 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
2687
2688         * ftp.h: Rename enums `command' to `wget_ftp_command' and
2689         `fstatus' to `wget_ftp_status' because old names clash with Tru64
2690         net/if.h.
2691
2692 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
2693
2694         * gen_sslfunc.c: verify_callback is now static
2695
2696         * gen_sslfunc.c (init_ssl): load certificate if specified
2697
2698         * gen_sslfunc.c (ssl_printerr): new function
2699
2700         * init.c: added new --sslcertfile and --sslcertkey switches
2701
2702         * main.c: ditto
2703
2704         * options.h: ditto
2705
2706         * http.c (gethttp): abort when init_ssl fails
2707
2708 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
2709
2710         * mswindows.h: Include <malloc.h>; it's needed for alloca().
2711
2712 2001-01-10  Dan Harkless  <wget@harkless.org>
2713
2714         * url.c (str_url): Clarified this function's comment header after
2715         Hrvoje answered my question on the list as to when hide != 1.
2716         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
2717
2718 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2719
2720         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
2721         Drazen Kacar <dave@arsdigita.com>.
2722         (conaddr): Ditto.
2723
2724 2001-01-09  Dan Harkless  <wget@harkless.org>
2725
2726         * html-url.c: A bunch of fixup of `--page-requisites'-related
2727         comments to reflect Hrvoje's changes to my code when transplanting
2728         it into this new file, to fix spelling mistakes, to clarify, etc.
2729
2730         * url.c (write_backup_file): Clarified a comment.
2731         (str_url): Henrik van Ginhoven pointed out on the list that we
2732         shouldn't give away the number of characters in the password by
2733         replacing each character with a 'x'.  Use "<password>" instead.
2734
2735         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
2736         directories didn't work if logging in put you in a directory other
2737         than "/" is fixed now.  Removed the comment here warning of the bug.
2738
2739         * main.c (print_help): --continue's description was misleading.
2740         We don't "restart", we "resume".  Also, better to say
2741         "partially-downloaded file" rather than just "existing file".
2742
2743 2001-01-06  Dan Harkless  <wget@harkless.org>
2744
2745         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
2746         the best way to go about my aim.  Removed them in favor of:
2747
2748         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
2749
2750 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
2751
2752         * url.c (replace_attr): New function, to be used by both
2753         TO_COMPLETE and TO_RELATIVE case in convert_links.
2754         (find_fragment): New function for finding URL fragments.
2755         (replace_attr): Better handle the case where the original string
2756         is not quoted.  Use find_fragment.
2757         (convert_links): Use replace_attr().
2758
2759 2000-12-31  Dan Harkless  <wget@harkless.org>
2760
2761         * ChangeLog: Since this flat file doesn't have multiple branches,
2762         looking at the dates would make you think that things went into
2763         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
2764         in 1.6 branch.]" where appropriate to clarify.
2765         
2766 2000-12-30  Dan Harkless  <wget@harkless.org>
2767
2768         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
2769         patch to deal with h_errno not being defined in netdb.h under Cygwin.
2770
2771 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
2772
2773         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
2774
2775 2000-12-17  Igor Khristophorov  <igor@atdot.org>
2776
2777         * http.c (check_end): Fix test for '+' or '-'.
2778
2779 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2780
2781         * url.c (parseurl): Rename inner loop var from i to ind to avoid
2782         clash with the function top-level-declared variable i.
2783         (str_url): Likewise, rename inner-loop i to j.
2784
2785         * recur.c (parse_robots): Don't declare LEN at top of function.
2786         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
2787         global variable.
2788
2789         * main.c (main): Change erroneous use of bitwise and to logical.
2790
2791         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
2792         the stack because it will be copied to closure.
2793
2794         Thanks to Csaba Raduly's run of PC-LINT over the sources.
2795
2796 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2797
2798         * http.c (basic_authentication_encode): Use xmalloc(), not
2799         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
2800         sources.
2801
2802 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
2803
2804         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
2805         compilation.
2806
2807 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
2808
2809         * mswindows.c: Include <errno.h>.
2810
2811         * gen_sslfunc.c: Include <errno.h>.
2812
2813         * ftp-basic.c: Don't attempt to declare errno or h_errno because
2814         they're not used.
2815
2816         * main.c: Include <errno.h> because errno is used.
2817
2818         * ftp.c: Ditto.
2819
2820         * http.c: Include <netdb.h> for h_errno.
2821
2822 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
2823
2824         * html-parse.c (advance_declaration): MSVC assert() chokes on
2825         '\"'.  Use '"' instead.
2826
2827 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2828
2829         * utils.c (xfree_real): Removed.
2830         (xfree_debug): Just call free().
2831
2832         * wget.h (xfree): Make it an alias for free.
2833
2834 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2835
2836         * http.c (http_loop): Furthermore, touch output_document only if
2837         it is known to be an existing regular file.
2838
2839 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
2840
2841         * ftp.c (ftp_retrieve_list): Ditto.
2842
2843         * http.c (http_loop): Touch output_document if that is used for
2844         output.
2845
2846 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2847
2848         * http.c: Include gen_sslfunc.h after including Wget's headers.
2849         (persistent_available_p): Needed coma before `int ssl'.
2850
2851 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2852
2853         * ftp.c (ftp_loop_internal): Ditto.
2854
2855         * http.c (http_loop): Use it.
2856
2857         * retr.c (sleep_between_retrievals): New function that handles the
2858         logic of opt.wait and opt.waitretry.
2859
2860 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2861
2862         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
2863         rbuf_read_bufferful when the buffer is depleted.
2864
2865         * rbuf.c (rbuf_read_bufferful): New function.
2866
2867 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2868
2869         * gen_sslfunc.h: Use ansi2knr style function declarations.
2870
2871         * gen_sslfunc.c: Reformat according to the GNU coding standards.
2872         More should be done.
2873
2874         * http.c (persistent_available_p): Place the cheap SSL test nearer
2875         the top of the function.
2876         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
2877
2878 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
2879
2880         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
2881         char.
2882
2883 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
2884
2885         * Makefile.in: added gen_sslfunc object
2886         * config.h.in: added HAVE_SSL define
2887         * connect.c: changed select_fd from static int to int
2888         * connect.h: ditto
2889         * gen_sslfunc.h: New file
2890         * gen_sslfunc.c: ditto
2891         * http.c: added HTTPS fuctionality
2892         * retrc.c: ditto
2893         * url.c: ditto
2894         * init.c: added opt.httpsproxy
2895         * options.h: ditto
2896         * rbuf.h: added alternate rbuf struct
2897         * wget.h: added CONSSLERR
2898         * rbuf.c: ditto
2899
2900         * http.c: Added HTTPS fuctionality.
2901
2902         * retrc.c: Ditto.
2903
2904         * url.c: Ditto.
2905
2906         * init.c: Added opt.httpsproxy.
2907
2908         * options.h: Ditto.
2909
2910         * rbuf.h: Added alternate rbuf struct.
2911
2912         * wget.h: Added CONSSLERR.
2913
2914         * rbuf.c: Ditto.
2915
2916 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2917
2918         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
2919         "ignore_perms" to ignore file and directory permissions for
2920         Windows NT FTP server listings.
2921         (ftp_parse_winnt_ls): New function.
2922         (ftp_parse_ls): Parses UNIX and Windows NT listings
2923         separately. Simple heuristics for distinguishing between UNIX and
2924         MS-DOS-like FTP listing provided by Windows NT FTP service.
2925
2926 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2927
2928         * ftpparse.c, ftpparse.h: New files.
2929
2930         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
2931         only. Use ftp_parse_nonunix_ls otherwise.
2932         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
2933         exotic FTP servers.
2934
2935         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
2936         FTP servers.
2937
2938         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
2939         (getftp): Support for VMS. Support for FTP servers that do not
2940         place you in the root directory after login.
2941         (ftp_retrieve_list): VMS is silent about the real file size, issue
2942         a more appropriate message.
2943         (ftp_get_listing): Pass host_type to ftp_parse_ls.
2944
2945         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
2946
2947 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
2948
2949         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
2950         "ignore_perms" to ignore file and directory permissions for
2951         Windows NT FTP server listings.
2952         (ftp_parse_winnt_ls): New function.
2953         (ftp_parse_ls): Parses UNIX and Windows NT listings
2954         separately. Simple heuristics for distinguishing between UNIX
2955         and MS-DOS-like FTP listing provided by Windows NT FTP service.
2956
2957 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
2958
2959         * netrc.c (parse_netrc): Get rid of line ending.
2960
2961 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
2962
2963         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
2964         Dan.
2965
2966 2000-11-24  Karl Eichwalder  <ke@suse.de>
2967
2968         * main.c (print_help): Untabify.
2969
2970 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
2971
2972         * utils.c (xrealloc_debug): Do the unregister/register thing only
2973         if the pointer has actually changed.
2974         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
2975         (xfree_real): Ditto.
2976         (xrealloc_real): Ditto.
2977         (xstrdup_real): Ditto.
2978
2979 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
2980
2981         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
2982         string; no need to strdup() it.
2983         (getftp): Make pwd_len a local variable.
2984         (ftp_loop): Free PWD before returning.
2985
2986         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
2987
2988 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
2989
2990         * all: Use xfree() instead of free.
2991
2992         * utils.c (xfree): New function.
2993
2994 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
2995
2996         * url.c (convert_links): HTML-quote the converted string.
2997
2998         * utils.c (html_quote_string): Move here from ftp-ls.c
2999         (html_quote_string): Make non-static; declare in utils.h.
3000         (html_quote_string): Convert SP to &#32;.
3001
3002 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
3003
3004         * ftp.c (getftp): Reformat Jan's code according to GNU coding
3005         standards; remove (debugging?) printf's; use '\0' for the ASCII
3006         zero character.  Use alloca() instead of malloc() for
3007         inter-function temporary allocations.
3008
3009 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
3010
3011         * ftpparse.c, ftpparse.h: New files.
3012
3013         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
3014         only. Use ftp_parse_nonunix_ls otherwise.
3015         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
3016         exotic FTP servers.
3017
3018         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
3019         FTP servers.
3020
3021         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
3022         (getftp): Support for VMS. Support for FTP servers that do not
3023         place you in the root directory after login.
3024         (ftp_retrieve_list): VMS is silent about the real file size, issue
3025         a more appropriate message.
3026         (ftp_get_listing): Pass host_type to ftp_parse_ls.
3027
3028         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
3029
3030 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
3031
3032         * hash.c (hash_table_put): Don't overwrite deleted mappings.
3033
3034 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
3035
3036         * hash.c (find_mapping): New function.
3037         (hash_table_get): Use it.
3038         (hash_table_get_pair): Ditto.
3039         (hash_table_exists): Ditto.
3040         (hash_table_remove): Ditto.
3041         (hash_table_remove): Really delete the entry if the mapping
3042         following LOCATION is empty.
3043
3044         * utils.c (string_set_add): Check whether the element has existed
3045         before.
3046
3047         * hash.c (hash_table_get_pair): New function.
3048
3049 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3050
3051         * http.c (http_process_type): Ignore trailing whitespace; use
3052         strdupdelim().
3053
3054         * recur.c (recursive_retrieve): Use the new `convert' field.
3055         (convert_all_links): Ditto.
3056         (convert_all_links): Don't respect meta_disallow_follow.
3057
3058         * html-url.c (handle_link): Fill out link_relative_p and
3059         link_complete_p.
3060
3061         * url.h (struct _urlpos): Make elements more readable.
3062
3063         * recur.c (recursive_retrieve): Call slist_prepend instead of
3064         slist_append.
3065         (convert_all_links): Call slist_nreverse before iterating through
3066         urls_html.
3067
3068         * utils.c (slist_prepend): New function.
3069         (slist_nreverse): Ditto.
3070
3071 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3072
3073         * http.c (check_end): Constify.
3074
3075 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3076
3077         * http.c (http_loop): If username and password are known, try the
3078         `Basic' authentication scheme by default.
3079
3080         * connect.h: Declare test_socket_open.
3081
3082 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3083
3084         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
3085
3086 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3087
3088         * http.c (gethttp): Don't use the return value of sprintf().
3089         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
3090
3091 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3092
3093         * recur.c (recursive_retrieve): Print the "so we don't load"
3094         debugging message only if we really don't load.
3095
3096         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
3097         (gethttp): Don't request keep-alive if keep-alive is inhibited.
3098
3099 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3100
3101         * http.c (gethttp): Make the HTTP persistent connections more
3102         robust.
3103
3104 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3105
3106         * retr.c (get_contents): If use_expected, make sure that the
3107         appropriate amount of data is being read.
3108
3109         * http.c (gethttp): Check for both `Keep-Alive: ...' and
3110         `Connection: Keep-Alive'.
3111
3112         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
3113         turned on.
3114
3115 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3116
3117         * http.c (connection_available_p): Use it.
3118
3119         * connect.c (test_socket_open): New function.
3120
3121         * http.c (gethttp): Support persistent connections.  Based on the
3122         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
3123         (register_persistent): New function.
3124         (connection_available_p): Ditto.
3125         (invalidate_connection): Ditto.
3126
3127 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3128
3129         * url.c (convert_links): Handle UREL2ABS case.
3130
3131         * recur.c (recursive_retrieve): Instead of the list
3132         urls_downloaded, use hash tables dl_file_url_map and
3133         dl_url_file_map.
3134         (convert_all_links): Use them to retrieve data.
3135
3136         * host.c (clean_hosts): Free the hash tables.
3137
3138         * main.c (private_initialize): Call host_init().
3139
3140         * host.c (store_hostaddress): Use a saner, hash table-based data
3141         model.
3142         (realhost): Ditto.
3143         (host_init): Initialize the hash tables.
3144
3145 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3146
3147         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
3148         used for what the sorted slists used to be used for.
3149         (slist_contains): Don't rely on the list being sorted.
3150         (slist_append): Simplify the code.
3151
3152         * recur.c (recursive_cleanup): Use free_string_set.
3153
3154         * utils.c (string_set_add, string_set_exists, string_set_free):
3155         New functions for easier freeing of hash tables whose keys are
3156         strdup'ed strings.
3157
3158         * recur.c (recursive_retrieve): Use the hash table functions for
3159         storing undesirable URLs.
3160
3161         * hash.c: New file.
3162
3163 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
3164
3165         * main.c (private_initialize): Call url_init.
3166         (main): Call private_initialize.
3167
3168         * url.c (unsafe_char_table): New table.
3169         (UNSAFE_CHAR): Use it.
3170         (init_unsafe_char_table): New function.
3171         (url_init): New function; call init_unsafe_char_table.
3172
3173 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
3174
3175         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
3176         _vsnprintf respectively.
3177
3178 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
3179
3180         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
3181         on Linux.
3182
3183 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
3184
3185         * html-url.c (handle_link): Handle HTML fragment identifiers.
3186
3187         * recur.c (recursive_retrieve): If norobot info is respected and
3188         the file is specified not to be followed by robots, respect that.
3189
3190         * html-url.c (collect_tags_mapper): Handle <meta name=robots
3191         content=X>.  For us the important cases are where X is NONE or
3192         where X contains NOFOLLOW.
3193         (get_urls_html): Propagate that information to the caller.
3194
3195 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3196
3197         * url.c (convert_links): Unlink the file we might be reading from
3198         before writing to it.
3199         (convert_links): Use alloca instead of malloc for
3200         filename_plus_orig_suffix.
3201
3202 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3203
3204         * host.c (realhost): Add HOST to the list with quality==0 only if
3205         it wasn't already there.
3206         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
3207
3208 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3209
3210         * url.c (get_urls_file): Ditto.
3211         (convert_links): Ditto.
3212
3213         * html-url.c (get_urls_html): Use read_file() instead of
3214         load_file().
3215
3216         * utils.c (read_file): New function, instead of the old
3217         load_file().
3218         (read_file_free): Ditto.
3219
3220         * url.c (findurl): Search only for the supported protocols.
3221         (convert_links): Use fwrite() when writing out a region of
3222         characters.
3223
3224 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3225
3226         * ftp-ls.c: Move html_quote_string and ftp_index here.
3227
3228         * url.c: Remove get_urls_html, since that's now in html-url.c.
3229
3230         * html-url.c: New file.
3231
3232         * html-parse.c: New file.
3233
3234 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3235
3236         * init.c (run_wgetrc): Don't bother killing off '\r' since
3237         pars_line() skips whitespace at end of line anyway.
3238         (parse_line): Oops, it didn't.  Now it does.
3239
3240         * recur.c (parse_robots): Ditto here.
3241
3242         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
3243         manually because read_whole_line no longer does.
3244
3245         * utils.c (read_whole_line): Rewrite to: a) use less memory
3246         (reallocates to needed size after work), b) work faster -->
3247         fgets() instead of getc, c) be more correct --> doesn't kill the
3248         newline character at the end of line.
3249
3250 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3251
3252         * init.c (comind): Initialize MAX to array size - 1.
3253
3254 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
3255
3256         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
3257         Suggested by Edward J. Sabol.
3258
3259 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
3260
3261         * url.c (construct): Handle the case where host name is not
3262         followed by a slash.
3263
3264 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
3265
3266         * init.c: commands[] need to be sorted!  ("base" wasn't.)
3267
3268 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
3269
3270         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
3271         `if'.
3272
3273 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
3274
3275         * url.c (construct): Insert unneeded initialization for the
3276         compiler to shut up.
3277
3278         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
3279         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
3280         otherwise gets lost when you define _XOPEN_SOURCE.
3281
3282         * utils.c (touch): Include the file name in the error message.
3283         From Debian.
3284
3285 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
3286
3287         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
3288         resize the buffer to fit the formated message.  That way, messages
3289         of arbitrary size may be printed.
3290         (logvprintf): Use saved_append() to optionally log the last
3291         several lines of output.
3292         (logputs): Ditto.
3293         (log_close): Adapt to new data structures.
3294         (log_dump): Ditto.
3295         (redirect_output): Print messages to stderr, not to stdout.
3296
3297         * log.c (saved_append_1): New function.  Replaces the old logging
3298         system ("log all output until 10M characters") with a new, much
3299         more reasonable one ("log last screenful of text").
3300         (saved_append): New function; call saved_append_1.
3301         (free_log_line): New function.
3302
3303 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
3304
3305         * url.c (construct): Fix comment.
3306         (find_last_char): Document.
3307
3308 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
3309
3310         * snprintf.c: New file.
3311
3312 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
3313
3314         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
3315         types to logprintf() and debug_logprintf().
3316
3317 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
3318
3319         * ftp.c (ftp_loop_internal): Hide the password from the URL when
3320         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
3321         <darekm@bydg.lomac.com.pl>.
3322
3323 2000-11-02  Junio Hamano  <junio@twinsun.com>
3324
3325         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
3326
3327 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
3328
3329         * http.c (known_authentication_scheme_p): Recognize NTML
3330         authentication.
3331         (create_authorization_line): Treat NTML the same as `Basic'.
3332
3333 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
3334
3335         * retr.c (retrieve_url): Free url before returning.
3336         (retrieve_url): Free mynewloc before returning.
3337         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
3338
3339 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
3340
3341         * url.c (parseurl): Remove possible reading past the end of
3342         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
3343
3344 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3345
3346         * main.c (main): In case of opt.downloaded overflowing, print
3347         <overflow> instead of a totally bogus random value.
3348
3349         * retr.c (retrieve_from_file): Ditto.
3350
3351         * recur.c (recursive_retrieve): Ditto.
3352
3353         * main.c (main): Ditto.
3354
3355         * http.c (http_loop): Ditto.
3356
3357         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
3358         `+=', and downloaded_exceeds_quota() instead of the simple-minded
3359         check.
3360         (ftp_retrieve_list): Ditto.
3361         (ftp_retrieve_dirs): Ditto.
3362         (ftp_retrieve_glob): Ditto.
3363
3364         * retr.c (downloaded_increase): New function.  Notice overflows of
3365         opt.downloaded.
3366         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
3367         used if it overflowed.
3368
3369         * options.h (struct options): New member downloaded_overflow.
3370
3371 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3372
3373         * wget.h (enum): Remove extra space after last enumeration.
3374
3375 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3376
3377         * main.c (main): Use legible_very_long() for printing
3378         opt.downloaded.
3379
3380         * utils.c (legible_1): New function that operates on strings and
3381         does the brunt of legible()'s work.
3382         (legible): Use legible_1().
3383         (legible_very_long): New function; dump the argument with
3384         sprintf(), and call legible_1().
3385
3386         * options.h (struct options): Use VERY_LONG_TYPE for
3387         opt.downloaded.
3388
3389         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
3390         type.
3391
3392         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
3393         defined.  Define HAVE_LONG_LONG if long long is available.
3394
3395 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3396
3397         * utils.c (long_to_string): Update with a later, better version.
3398
3399 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3400
3401         * url.c (path_simplify_with_kludge): New function.
3402         (path_simplify_with_kludge): Disable it.  Instead...
3403         (parse_dir): ...make sure that at this point the right thing is
3404         done, i.e. that "query" part of the URL (?...) is always assigned
3405         to the file, never to the directory portion of the path.
3406
3407 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3408
3409         * retr.c (retrieve_url): Detect redirection cycles.
3410
3411 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3412
3413         * url.c (get_urls_html): Decode HTML entities using
3414         html_decode_entities.
3415
3416         * html.c (htmlfindurl): Don't count the `#' in numeric entities
3417         (&#NNN;) as an HTML fragemnt.
3418         (html_decode_entities): New function.
3419
3420 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3421
3422         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
3423
3424 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3425
3426         * url.c (construct): Rewritten for clarity.  Avoids the
3427         unnecessary copying and stack-allocation the old version
3428         performed.
3429
3430 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
3431
3432         * ftp.c (getftp): Ditto.
3433
3434         * http.c (gethttp): Rewind the stream when retrying from scratch.
3435
3436 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
3437
3438         * retr.c (retrieve_url): Use url_concat() to handle relative
3439         redirections instead of /ad hoc/ code.
3440
3441         * url.c (url_concat): New function encapsulating weird
3442         construct().
3443         (urllen_http_hack): New function.
3444         (construct): When constructing new URLs, recognize that `?' does
3445         not form part of the file name in HTTP.
3446
3447 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
3448
3449         * retr.c: Add msec timing support for WINDOWS.
3450         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
3451         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
3452
3453 2000-10-27  Dan Harkless  <wget@harkless.org>
3454
3455         * retr.c (retrieve_url): Manually applied T. Bharath
3456         <TBharath@responsenetworks.com>'s patch to get wget to grok
3457         illegal relative URL redirects.  Reformatted and re-commented it.
3458
3459 2000-10-23  Dan Harkless  <wget@harkless.org>
3460
3461         * connect.c (make_connection and bindport): Manually applied Rob
3462         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
3463         changing coding style to GNU's.
3464
3465         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
3466         files downloaded via FTP.  Per a comment, .listing files were not
3467         counted towards number of bytes and files downloaded because they're 
3468         deleted anyway.  Well, they aren't under -nr, so count them then.
3469
3470         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
3471         --bind-address, alphabetizing, changing coding style to GNU's,
3472         commenting, and renaming cmd_ip_address() to cmd_address() to
3473         imply hostnames also okay.
3474                 
3475         * main.c (main): --delete-after didn't delete the root of the
3476         tree.  Ignore --convert-links if --delete-after was specified.
3477         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
3478         fixing duplicate use of added-since-1.5.3 case value.
3479         (print_help): Clarified that --delete-after deletes local files.
3480         Rob forgot to add a line for his new --bind-address option.
3481                 
3482         * options.h (struct options): Manually applied Rob Mayoff's patch
3483         to add --bind-address (bind_address structure member).
3484                 
3485         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
3486         Ignore --convert-links if --delete-after was specified.
3487                 
3488         * retr.c (retrieve_from_file): Just added a DEBUGP().
3489                 
3490 2000-10-19  Dan Harkless  <wget@harkless.org>
3491
3492         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
3493         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
3494         patch to work around FTP servers that incorrectly respond to the
3495         "REST" command with the remaining size rather than the total file size.
3496                 
3497         * http.c (gethttp): Improved a comment and added code to tack on
3498         ".html" to text/html files without that extension when -E specified.
3499         (http_loop): Use new downloaded_file() enumerators and deal with
3500         the case of gethttp() called xrealloc() on u->local.
3501
3502         * init.c (commands): Added new "htmlextension" command.
3503         Also renamed John Daily's cmd_quad() to the more descriptive
3504         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
3505         removed duplicate cmd_boolean() declaration.
3506
3507         * main.c (print_help): Added my new -E / --html-extension option.
3508         (main): Undocumented --email-address option previously used -E synonym.
3509         Stole it away for the much more deserving --html-extension's use.
3510
3511         * options.h (struct options): Added html_extension field.
3512
3513         * url.c (convert_links): URL X that we saved as X.html locally due
3514         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
3515         (downloaded_file): Now remembers if we added .html extension to a file.
3516
3517         * url.h (downloaded_file_t): Added extra enumerators to support above.
3518         (downloaded_file): Now takes and returns a downloaded_file_t.
3519
3520         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
3521         
3522 2000-10-09  Dan Harkless  <wget@harkless.org>
3523
3524         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
3525                 
3526         * main.c (print_help): Clarified what --retr-symlinks does.
3527         
3528 2000-09-15  John Daily  <jdaily@cyberdude.com>
3529
3530         * init.c: Add support for "always" and "never" values to allow
3531         .wgetrc to override commandline (useful e.g. with .pm files
3532         calling `wget --passive-ftp' when your firewall doesn't allow that).
3533
3534         * ftp.c (getftp): passive_ftp is first option to support always/never.
3535
3536 2000-08-30  Dan Harkless  <wget@harkless.org>
3537
3538         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
3539         
3540         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
3541         Wrapped some > 80-column lines.  When -p is specified and we're at a 
3542         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than 
3543         <LINK REL="stylesheet">.
3544         
3545         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
3546         
3547         * init.c: Added new -p / --page-requisites / page_requisites option.
3548
3549         * main.c (print_help): Clarified that -l inf and -l 0 both allow
3550         infinite recursion.  Changed the unhelpful --mirrior description
3551         to simply give the options it's equivalent to.  Added new -p option.
3552         (main): Added some comments; handle new -p / --page-requisites.
3553         
3554         * options.h (struct options): Added new page_requisites field.
3555
3556         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
3557         Calculate and pass down new `dash_p_leaf_HTML' parameter to
3558         get_urls_html().  Use new INFINITE_RECURSION #define.
3559
3560         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
3561         final `dash_p_leaf_HTML' parameter.
3562
3563         * url.c: get_urls_html() and htmlfindurl() now take final
3564         `dash_p_leaf_HTML' parameter.
3565
3566         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
3567
3568         * wget.h: Added some comments and new INFINITE_RECURSION #define.
3569         
3570 2000-08-23  Dan Harkless  <wget@harkless.org>
3571
3572         * main.c (print_help): -B / --base was not mentioned.
3573
3574 2000-08-22  Dan Harkless  <wget@harkless.org>
3575
3576         * main.c (print_help): Modified -nc description to mention that it
3577         also prevents the creation of multiple versions of the same file
3578         with ".<number>" suffixes.
3579
3580 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
3581
3582         * retr.c (retrieve_url): Consistently strdup opt.referer when
3583         setting u->referer.
3584
3585 2000-06-09  Dan Harkless  <wget@harkless.org>
3586
3587         * main.c (print_help): --help output for --waitretry was over 80 cols.
3588
3589 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
3590
3591         * url.c (encode_string): Fix comment.
3592         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
3593
3594 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
3595
3596         * ftp.c (ftp_retrieve_list): Change permissions only on plain
3597         files.
3598
3599 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
3600
3601         * url.c (str_url): Print the port number only if it's different
3602         from the default port number for that protocol.
3603
3604 2000-05-22  Dan Harkless  <wget@harkless.org>
3605
3606         * main.c (print_help): Added --help line for Damir Dzeko
3607         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
3608         Removed comments that --referer and --waitretry were undocumented.
3609         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
3610         line for --execute.
3611
3612 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
3613
3614         * ftp.c (getftp): Ditto.
3615
3616         * http.c (gethttp): Check for return value of fclose/fflush.
3617
3618 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
3619
3620         * host.c (store_hostaddress): Instead of shifting ADDR, start
3621         copying from the correct address.
3622
3623 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
3624
3625         * http.c (gethttp): Don't free REQUEST -- it was allocated with
3626         alloca().
3627         Pointed out by Gisle Vanem <gvanem@eunet.no>.
3628
3629 2000-04-04  Dan Harkless  <wget@harkless.org>
3630
3631         * host.c (store_hostaddress): R. K. Owen's patch introduces a
3632         "left shift count >= width of type" warning on 32-bit
3633         architectures.  Got rid of it by tricking the compiler w/ a variable.
3634         
3635         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
3636         characters per RFC1738, namely everything above '~'.  It also
3637         generated a warning on OSes where char =~ unsigned char.  Fixed.
3638         
3639 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
3640
3641         * http.c (http_process_type): Removed needless strdup(), a memory
3642         leak.
3643
3644 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
3645
3646         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
3647
3648 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
3649
3650         * init.c (wgetrc_file_name): Don't free HOME under Windows.
3651
3652 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
3653
3654         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
3655
3656 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
3657
3658         * url.c (UNSAFE_CHAR): New macro.
3659         (contains_unsafe): Use it.
3660         (encode_string): Ditto.
3661
3662 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
3663
3664         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
3665
3666 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
3667
3668         * Use TOUPPER/TOLOWER.
3669
3670 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
3671
3672         * ftp-opie.c (btoe): Zero-terminate OSTORE.
3673
3674 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
3675
3676         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
3677
3678         * sysdep.h (ISALNUM): New macro.
3679         (TOLOWER): Ditto.
3680         (TOUPPER): Ditto.
3681
3682 2000-03-10  Dan Harkless  <wget@harkless.org>
3683
3684         * html.c (idmatch): Implemented checking of my new --follow-tags
3685         and --ignore-tags options.
3686         
3687         * init.c (commands): Added comment reminding people adding new
3688         entries doing allocation to add corresponding freeing in cleanup().
3689         (commands): Added new followtags and ignoretags commands.
3690         (cleanup): Free storage for new followtags and ignoretags.
3691         
3692         * main.c: Use of "comma-separated list" was random -- normalized
3693         it.  Did some alphabetization.  Added comments pointing out
3694         "Options without arguments" and "Options accepting an argument"
3695         sections of long_options[].  Added new options --follow-tags and
3696         -G / --ignore-tags.  Added comment that Damir's --referer is
3697         currently undocumented.  Added comment that Heiko's --waitretry is
3698         partially undocumented (mentioned in --help but not in
3699         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
3700         
3701         * options.h (struct options): Added new fields follow_tags and
3702         ignore_tags. 
3703         
3704         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
3705         
3706 2000-03-02  Dan Harkless  <wget@harkless.org>
3707
3708         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
3709         braces to avoid ambiguous `else'" warnings.  Eliminated them.
3710         
3711         * http.c (gethttp): Dan Berger's query string patch is totally
3712         bogus.  If you have two different URLs, gen_page.cgi?page1 and
3713         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
3714         second will overwrite the first.  Also, parameters to implicit
3715         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
3716         be printed with trailing garbage characters, and could seg fault.
3717         Backing out the patch, which Dan B. informed me by email was just
3718         a kludge to download StarOffice from Sun made necessary due to
3719         wget's unconditional escaping of certain characters (room for an
3720         option there?).
3721         (http_loop): Heiko introduced "suggest explicit braces to avoid
3722         ambiguous `else'" warnings.  Eliminated them.
3723         
3724         * main.c: Heiko's --wait / --waitretry backwards compatibility
3725         code looks to have been totally untested -- automatic variable
3726         'wr' was used without being initialized, and a long int was passed
3727         into setval()'s char* val parameter.
3728         
3729         * recur.c (parse_robots): Applied Edward J. Sabol
3730         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
3731         problem with "User-agent:<space>*<space>" lines in robots.txt.
3732         
3733         * url.c (parseurl, str_url): Removing Dan Berger's code (see
3734         http.c above for explanation).
3735         
3736 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
3737
3738         * ftp.c: Respect new option waitretry.
3739
3740 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
3741
3742         * http.c (gethttp): Send custom Referer, if required.
3743
3744 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
3745
3746         * netrc.c (parse_netrc): Allow passwords to contain spaces.
3747
3748         * netrc.c (parse_netrc): New function.
3749
3750 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
3751
3752         * http.c (gethttp): Send it.
3753
3754         * url.c (parseurl): Detect query string in HTTP URL-s.
3755         (str_url): Print it.
3756
3757 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
3758
3759         * html.c (html_allow): Add <link href=...> and <script src=...>.
3760
3761 1999-05-02  andrew deryabin  <djsf@softhome.net>
3762
3763         * http.c (gethttp): Specify port in `Host' header only if it's
3764         different from 80.
3765
3766 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
3767
3768         * recur.c (recursive_retrieve): If a finite maximum depth is
3769         specified, and we're are already at that depth, don't download the
3770         HTML file for parsing.
3771
3772 2000-03-01  Dan Harkless  <wget@harkless.org>
3773
3774         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
3775         even though we don't do conversion on HTML files retrieved via
3776         FTP, so _current_ usage of downloaded_file() makes this call unneeded. 
3777         (ftp_retrieve_list): Added a comment saying where we need to
3778         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
3779         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
3780         a lie -- reworded as "Server file no newer than local file '%s' --".
3781         
3782         * http.c (http_loop): Fixed a typo and clarified a comment.
3783         (http_loop): When -K and -N are specified together, compare size
3784         and timestamp of server file X against local file X.orig (if
3785         extant) rather than converted local file X.
3786         (http_loop): "Local file '%s' is more recent," is sometimes a lie
3787         -- reworded as "Server file no newer than local file '%s' --".
3788         (http_loop): Call new downloaded_file() function to prevent
3789         wrongful overwriting of .orig file when -N is specified.
3790         
3791         * url.c (convert_links): When -K specified, only rename X to
3792         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
3793         file X due to -N, we clobber an X.orig from a previous invocation.
3794         (convert_links): Call the failsafe xstrdup(), not the real strdup().
3795         (convert_links): Added a note asking anyone who understands how
3796         multiple URLs can correspond to a single file to comment it.
3797         (downloaded_file): Added this new function.
3798         
3799         * url.h (downloaded_file): Added prototype for this new function
3800         as well as its downloaded_file_t enum type.
3801
3802         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
3803
3804 2000-02-29  Dan Harkless  <wget@harkless.org>
3805
3806         * version.c: Upped version to developer-only "1.5.3+dev".
3807
3808 2000-02-18  Dan Harkless  <wget@harkless.org>
3809
3810         * init.c (backup_converted): Added this new option.
3811
3812         * main.c (-K / --backup-converted): Added this new option.
3813
3814         * options.h (backup_converted): Added this new option.
3815
3816         * url.c (convert_links): When backup_converted is specified, save
3817         file X as X.orig before converting.
3818
3819         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
3820
3821 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
3822
3823         * version.c: Wget 1.5.3 is released.
3824
3825 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
3826
3827         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local 
3828         address doesn't yield FQDN.
3829
3830 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3831
3832         * cmpt.c (strerror): Fix declaration of sys_errlist.
3833
3834 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
3835
3836         * main.c (main): Don't use an array subscript as the first
3837         argument to STRDUP_ALLOCA.
3838         From Kaveh R. Ghazi.
3839
3840 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
3841
3842         * html.c (htmlfindurl): Download table background.
3843
3844 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
3845
3846         * init.c (parse_line): Would free *com before allocating it.
3847         (parse_line): Would free com instead of *com.
3848
3849 1998-09-10  Howard Gayle  <howard@fjst.com>
3850
3851         * url.c (get_urls_html): Would drop the last character of the
3852         link.
3853
3854 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
3855
3856         * http.c (http_loop): Don't print status code if quiet.
3857
3858 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3859
3860         * log.c: Use <stdarg.h> only when __STDC__.
3861
3862 1998-09-10  Adam D. Moss  <adam@foxbox.org>
3863
3864         * html.c (htmlfindurl): Download <layer src=...>.
3865
3866 1998-09-10  Howard Gayle  <howard@fjst.com>
3867
3868         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file 
3869         not retrieved.
3870
3871 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
3872
3873         * utils.c: Include <libc.h> on NeXT.
3874
3875 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
3876
3877         * url.c (get_urls_html): Fix calculation of URL position.
3878
3879 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
3880
3881         * version.c: Wget 1.5.2 is released.
3882
3883 1998-06-23  Dave Love  <d.love@dl.ac.uk>
3884
3885         * ftp.c, init.c, netrc.c: Include errno.h.
3886
3887         * http.c: Include errno.h and time header.
3888
3889         * Makefile.in (exext): Define.
3890         (install.bin, uninstall.bin): Use it.
3891
3892 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
3893
3894         * http.c (http_loop): Don't attempt to compare local and remote
3895         sizes if the remote size is unknown.
3896
3897 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
3898
3899         * url.c (get_urls_html): Use malloc() instead of alloca in the
3900         loop.
3901
3902 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
3903
3904         * version.c: Wget 1.5.2-b4 is released.
3905
3906 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
3907
3908         * url.c (get_urls_html): Ignore spaces before and after the URI.
3909
3910 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
3911
3912         * ftp.c (getftp): Translate `done'.
3913
3914 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
3915
3916         * version.c: Wget 1.5.2-b3 is released.
3917
3918 1998-06-06  Alexander Kourakos  <awk@bnt.com>
3919
3920         * init.c (cleanup): Close dfp, don't free it.
3921
3922 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
3923
3924         * utils.c (make_directory): Twiddle.
3925
3926         * config.h.in: Added template for access().
3927
3928 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
3929
3930         * html.c (htmlfindurl): Download <input src=...>
3931
3932 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
3933
3934         * utils.c (file_exists_p): Use access() with two arguments.
3935
3936 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
3937
3938         * netrc.c (parse_netrc): Correct logic.
3939
3940 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
3941
3942         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
3943         <ljm@ljm.wownet.net>.
3944
3945 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
3946
3947         * version.c: Wget 1.5.2-b2 is released.
3948
3949 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
3950
3951         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
3952
3953 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
3954
3955         * retr.c (elapsed_time): Return correct value when
3956         HAVE_GETTIMEOFDAY is undefined.
3957
3958 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
3959
3960         * version.c: Wget 1.5.2-b1 is released.
3961
3962 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
3963
3964         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
3965         (_getopt_internal): Don't translate `#if 0'-ed strings.
3966
3967 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
3968
3969         * mswindows.c (ws_handler): Use fork_to_background().
3970
3971 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
3972
3973         * version.c: Wget 1.5.1 is released.
3974
3975 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
3976
3977         * http.c (parse_http_status_line): Avoid `minor' and `major'
3978         names.
3979
3980 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
3981
3982         * utils.c (mkdirhier): Renamed to make_directory.
3983
3984 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
3985
3986         * mswindows.c (fork_to_background): Define under Windows.
3987
3988         * utils.c (fork_to_background): New function.
3989
3990         * html.c (htmlfindurl): Removed rerdundant casts.
3991
3992 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
3993
3994         * mswindows.c (ws_mypath): Cache the path.
3995
3996 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
3997
3998         * ftp.h: Prefix enum ftype members with FT_.
3999
4000         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
4001
4002         * mswindows.h: Use stat under Borland, _stat under MSVC.
4003
4004 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
4005
4006         * http.c (known_authentication_scheme_p): New function.
4007         (gethttp): Handle authorization more correctly.
4008
4009         * ftp-basic.h: Removed.
4010
4011         * cmpt.h: Removed.
4012
4013         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
4014         with gcc 2.8.
4015         (numdigit): Use `while' loop.
4016
4017         * http.c (create_authorization_line): Detect authentication
4018         schemes case-insensitively.
4019
4020         * http.c (extract_header_attr): Use strdupdelim().
4021         (digest_authentication_encode): Move declaration of local
4022         variables to smaller scope.
4023         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
4024         (create_authorization_line): Detect authentication schemes
4025         case-insensitively.
4026
4027         * utils.c (touch): Constify.
4028
4029         * http.c (gethttp): Report a nicer error when no data is received.
4030
4031         * rbuf.h (RBUF_READCHAR): Ditto.
4032
4033         * ftp-basic.c (ftp_response): Use sizeof.
4034
4035 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
4036
4037         * retr.c (print_percentage): EXPECTED is long, not int.
4038         (print_percentage): Use floating-point arithmetic to avoid
4039         overflow with large files' sizes multiplied with 100.
4040
4041 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
4042
4043         * config.h.in: Added pid_t stub.
4044
4045         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
4046         define it).
4047
4048 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
4049
4050         * version.c: Wget 1.5.0 is released.
4051
4052 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
4053
4054         * url.c (str_url): Ditto.
4055
4056         * ftp-basic.c (ftp_rest): Use new name.
4057
4058         * utils.c (long_to_string): Renamed from prnum().
4059
4060 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
4061
4062         * version.c: Wget 1.5-b17 is released.
4063
4064 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
4065
4066         * headers.c (header_get): New argument FLAGS.
4067
4068         * http.c (gethttp): If request is malformed, bail out of the
4069         header loop.
4070         (gethttp): Check for empty header *after* the status line checks.
4071         (gethttp): Disallow continuations for status line.
4072
4073 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
4074
4075         * version.c: Wget 1.5-b16 is released.
4076
4077 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
4078
4079         * init.c (commands): Renamed `always_rest' to `continue'.
4080
4081 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
4082
4083         * all: Use it.
4084
4085         * log.c (logputs): New argument.
4086         (logvprintf): Ditto.
4087         (logprintf): Ditto.
4088
4089 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
4090
4091         * http.c (http_atotm): Update comment.
4092
4093         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
4094
4095         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
4096
4097         * main.c (i18n_initialize): New function.
4098         (main): Use it.
4099
4100         * log.c: Include <unistd.h>.
4101
4102         * retr.c (show_progress): Cast alloca to char *.
4103
4104 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
4105
4106         * version.c: Wget 1.5-b15 is released.
4107
4108 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
4109
4110         * utils.h: Declare file_non_directory_p().
4111
4112 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
4113
4114         * main.c (main): It's `tries', not `numtries' now.
4115
4116 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
4117
4118         * init.c (getperms): Removed.
4119
4120 1998-04-01  Tim Charron  <tcharron@interlog.com>
4121
4122         * log.c (logvprintf): Don't use ARGS twice.
4123
4124 1998-04-01  John  <john@futuresguide.com>
4125
4126         * mswindows.c: Cleaned up.
4127
4128 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
4129
4130         * version.c: Wget 1.5-b14 is released.
4131
4132 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
4133
4134         * ftp-opie.c (STRLEN4): New macro.
4135         (btoe): Use it.
4136
4137 1998-04-01  Junio Hamano  <junio@twinsun.com>
4138
4139         * http.c: Document all the Digest functions.
4140
4141 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
4142
4143         * utils.c (file_non_directory_p): Renamed from isfile().
4144
4145         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
4146
4147 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
4148
4149         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
4150
4151         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
4152         style.
4153         (cmd_permissions): Removed.
4154
4155         * config.h.in: Add template for WORDS_BIGENDIAN.
4156
4157 1998-03-31  Junio Hamano  <junio@twinsun.com>
4158
4159         * http.c (HEXD2asc): New macro.
4160         (dump_hash): Use it.
4161
4162 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
4163
4164         * version.c: Wget 1.5-b13 is released.
4165
4166 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
4167
4168         * main.c (main): Don't try to use `com'.
4169
4170 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
4171
4172         * init.c (cmd_permissions): New function.
4173
4174 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
4175
4176         * version.c: Wget 1.5-b12 is released.
4177
4178 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
4179
4180         * init.c (commands): Renamed `numtries' to `tries'.
4181         (cmd_spec_debug): Removed.
4182         (home_dir): Under Windows, return `C:\' if HOME is undefined.
4183
4184 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
4185
4186         * config.h.in: Define _XOPEN_SOURCE.
4187
4188         * init.c (check_user_specified_header): New function.
4189         (cmd_spec_header): Use it.
4190         (cmd_spec_useragent): New function.
4191
4192 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
4193
4194         * version.c: Wget 1.5-b11 is released.
4195
4196 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
4197
4198         * wget.h: Include <libintl.h> only if NLS is enabled.
4199
4200 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
4201
4202         * options.h (struct options): Made `wait' a long.
4203         (struct options): Ditto for `timeout'.
4204
4205 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
4206
4207         * utils.c (exists): Renamed to file_exists_p.
4208         (file_exists_p): Use access() if available.
4209
4210 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
4211
4212         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
4213         infloop.
4214
4215         * log.c: do_logging -> save_log_p.
4216
4217         * config.h.in: Added template for HAVE_VSNPRINTF.
4218
4219 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
4220
4221         * init.c: Ditto.
4222
4223         * http.c: Protect declaration against non-ANSI compiler.
4224
4225         * log.c (logvprintf): Use vsnprintf() if available.
4226
4227         * getopt.c (main): Don't translate test stuff.
4228
4229 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
4230
4231         * version.c: Wget 1.5-b10 is released.
4232
4233 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
4234
4235         * ftp.c (getftp): Don't translate "CWD %s".
4236
4237         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
4238
4239 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
4240
4241         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
4242
4243         * log.c (logputs): New function.
4244         (logvprintf): Renamed from vlogmsg; use logputs().
4245
4246         * retr.c (show_progress): Print `[100%]' when the retrieval is
4247         finished.
4248
4249         * init.c (run_wgetrc): Use FILE, not PATH.
4250         (wgetrc_file_name): Ditto.
4251
4252 1998-03-07  Tim Adam  <tma@osa.com.au>
4253
4254         * recur.c (parse_robots): Correctly reset `entries' on empty
4255         disallow.
4256
4257 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
4258
4259         * init.c (cmd_spec_debug): Use cmd_boolean().
4260
4261 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
4262
4263         * http.c (gethttp): Create proxy-authorization correctly.
4264
4265 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
4266
4267         * md5.c: Ditto.
4268
4269         * getopt.c: Use ANSI function definitions.
4270
4271         * ftp-opie.c: New file.
4272
4273         * options.h: Don't redefine EXTERN.
4274
4275         * init.c: Sort it correctly.
4276
4277 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
4278
4279         * version.c: Wget 1.5-b9 is released.
4280
4281 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
4282
4283         * recur.c (recursive_retrieve): Reset `first_time'.
4284
4285         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
4286
4287         * rbuf.c (rbuf_peek): Simplified.
4288         (rbuf_flush): Use MINVAL.
4289
4290         * wget.h (MINVAL): Moved from url.h.
4291
4292         * rbuf.h (RBUF_FD): New macro.
4293
4294         * url.c (add_url): Add to the head of the list.
4295
4296         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
4297         file.
4298         (getftp): Set the default permissions to 0600.
4299
4300 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
4301
4302         * url.c (get_urls_html): Ditto.
4303         (convert_links): Ditto.
4304
4305         * recur.c (parse_robots): Ditto.
4306
4307         * html.c (ftp_index): Ditto.
4308
4309         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
4310
4311         * init.c (defaults): Initialize `opt' to zero via memset.
4312
4313         * http.c (digest_authentication_encode): goto considered harmful.
4314
4315 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
4316
4317         * ftp.c (delelement): Simplify and fix leak.
4318
4319 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
4320
4321         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
4322
4323         * url.h (HEXD2ASC): Removed warning.
4324
4325         * init.c (comind): Use binary search.
4326         (commands): Reorganized.
4327         (setval): Ditto.
4328         (cmd_boolean): New function.
4329         (cmd_number): Ditto.
4330         (cmd_number_inf): Ditto.
4331         (cmd_string): Ditto.
4332         (cmd_vector): Ditto.
4333         (cmd_directory_vector): Ditto.
4334         (cmd_bytes): Ditto.
4335         (cmd_time): Ditto.
4336         (cmd_spec_debug): Ditto.
4337         (cmd_spec_dirmode): Ditto.
4338         (cmd_spec_dirstruct): Ditto.
4339         (cmd_spec_dotstyle): Ditto.
4340         (cmd_spec_header): Ditto.
4341         (cmd_spec_htmlify): Ditto.
4342         (cmd_spec_mirror): Ditto.
4343         (cmd_spec_outputdocument): Ditto.
4344         (cmd_spec_recursive): Ditto.
4345         (settime): Merged with cmd_time().
4346         (setbytes): Merged with cmd_bytes().
4347         (setonoff): Merged with cmd_boolean().
4348         (onoff): Ditto.
4349
4350 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
4351
4352         * Makefile.in (distclean): Remove `config.h'.
4353
4354 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
4355
4356         * version.c: Wget 1.5-b8 is released.
4357
4358 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
4359
4360         * http.c (digest_authentication_encode): New function.
4361         (create_authorization_line): Use it.
4362         (dump_hash): New function.
4363         (digest_authentication_encode): Use it.
4364
4365         * fnmatch.c: Renamed from `mtch.c'.
4366
4367 1998-02-15  Karl Eichwalder  <ke@suse.de>
4368
4369         * main.c (main): Tag "Written by..." string as translatable.
4370
4371 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
4372
4373         * wget.h (FREE_MAYBE): New macro.
4374
4375         * http.c (create_authorization_line): Don't use ANSI C string
4376         concatenation feature.
4377         (basic_authentication_encode): Use alloca() for temporary
4378         variables.
4379
4380         * recur.h: Ditto.
4381
4382         * http.c: Ditto.
4383
4384         * headers.h: Ditto.
4385
4386         * ftp-basic.c: Protect declaration against non-ANSI compiler.
4387
4388         * http.c (create_authorization_line): Cast `unsigned char *' to
4389         `char *' for sprintf, to shut up the noisy Digital Unix cc.
4390
4391 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
4392
4393         * version.c: Wget 1.5-b7 is released.
4394
4395 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
4396
4397         * cmpt.c (strstr): Synched with glibc-2.0.6.
4398
4399         * ftp-basic.c (calculate_skey_response): Ditto.
4400         (calculate_skey_response): Use alloca().
4401
4402         * http.c (create_authorization_line): Work with FSF's version of
4403         md5.c.
4404
4405         * md5.c: New file, from GNU libc.
4406
4407 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
4408
4409         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
4410
4411 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
4412
4413         * http.c (basic_authentication_encode): New function, instead of
4414         the macro.
4415
4416 1998-02-13  Junio Hamano  <junio@twinsun.com>
4417
4418         * http.c: Add HTTP-DA support.
4419         * ftp-basic.c: Add Opie/S-key support.
4420         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
4421         * md5.c, md5.h: New files.
4422
4423 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
4424
4425         * http.c (http_process_range): Renamed from hprocrange().
4426         (http_process_range): Parse the whole header.
4427
4428         * headers.c: New file.
4429         (header_process): New function.
4430         (header_get): Renamed from fetch_next_header.
4431
4432         * all: Include utils.h only where necessary.
4433
4434         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
4435
4436         * wget.h: Add provisions for dmalloc.
4437
4438 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
4439
4440         * version.c: Wget 1.5-b6 is released.
4441
4442 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
4443
4444         * ftp.c (ftp_loop): Determine `filename' more precisely.
4445
4446         * init.c (setval): Don't set `opt.quiet' if output-document is
4447         `-'.
4448
4449         * log.c (log_init): Print to STDERR instead of STDOUT.
4450         (vlogmsg): Use STDERR by default.
4451         (logflush): Ditto.
4452
4453 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
4454
4455         * host.c: Use addr_in again.
4456
4457 1998-02-08  Karl Eichwalder  <karl@suse.de>
4458
4459         * http.c (gethttp): Fixed typo.
4460
4461 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
4462
4463         * version.c: Wget 1.5-b5 is released.
4464
4465 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
4466
4467         * retr.c (show_progress): Use it.
4468
4469         * log.c (logflush): New function.
4470
4471         * wget.h: Utilize __attribute__ if on gcc.
4472
4473 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
4474
4475         * http.c (base64_encode_line): New argument LENGTH.
4476         (BASIC_AUTHENTICATION_ENCODE): Use it.
4477         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
4478
4479         * main.c (main): Fixed fprintf() format mismatch.
4480
4481 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
4482
4483         * version.c: Wget 1.5-b4 is released.
4484
4485 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
4486
4487         * host.c: use sockaddr_in instead of addr_in.
4488
4489 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
4490
4491         * init.c (cleanup): Use it.
4492
4493         * recur.c (recursive_cleanup): New function.
4494
4495         * retr.c (retrieve_from_file): Ditto.
4496
4497         * main.c (main): Use it.
4498
4499         * recur.c (recursive_reset): New function.
4500
4501         * retr.c (retrieve_from_file): Ditto.
4502
4503         * main.c (main): Simplify call to recursive_retrieve().
4504
4505         * recur.c (recursive_retrieve): Removed FLAGS argument.
4506
4507         * http.c (gethttp): Changed call to iwrite().
4508
4509 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
4510
4511         * url.c (get_urls_html): Ditto.
4512         (free_urlpos): Ditto.
4513         (mkstruct): Ditto.
4514         (construct): Ditto.
4515
4516         * retr.c (retrieve_url): Move declaration of local variables to
4517         smaller scope.
4518
4519         * url.c (urlproto): Use it.
4520         (parseurl): Ditto.
4521         (str_url): Ditto.
4522         (get_urls_html): Ditto.
4523
4524         * utils.h (ARRAY_SIZE): New macro.
4525
4526         * url.c (proto): Moved from url.h.
4527
4528         * url.h (URL_CLEANSE): Reformatted.
4529         (USE_PROXY_P): Renamed from USE_PROXY.
4530
4531         * ftp-basic.c: Adjust to the new interface of iwrite().
4532
4533         * ftp-basic.c (ftp_port): Use alloca().
4534
4535 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
4536
4537         * version.c: Wget 1.5-b3 is released.
4538
4539         * host.c (ftp_getaddress): Don't print to stderr directly.
4540
4541         * init.c (setbytes): Support `g' for gigabytes.
4542         (cmdtype): New specification CTIME.
4543         (setval): Use it with settime().
4544         (commands): Use it for WAIT and TIMEOUT.
4545
4546 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
4547
4548         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
4549         (gethttp): Use it.
4550
4551         * utils.c (unique_name_1): Moved from url.c.
4552         (unique_name): Ditto.
4553
4554         * url.c (url_filename): Ditto.
4555
4556         * log.c (redirect_output): Changed call to unique_name().
4557
4558         * url.c (unique_name_1): Renamed from unique_name().
4559         (unique_name): Changed interface.
4560
4561         * init.c (enum cmdid): Moved from init.h.
4562         (cmdtype): Ditto.
4563         (struct cmd): Ditto.
4564
4565         * main.c (main): Use it.
4566         (main): Moved `--backups' to not have a short option.
4567
4568         * options.h (struct options): New member BACKGROUND.
4569
4570         * main.c (print_help): Rearranged.
4571         (main): New long options for -n* short options: --no-directories,
4572         --no-host-directories, --non-verbose, --no-host-lookup and
4573         --dont-remove-listing.
4574
4575 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
4576
4577         * main.c (main): Use log_close().
4578
4579         * log.c: New variable LOGFP.
4580         (vlogmsg): Use it.
4581         (redirect_output): Don't open /dev/null; set LOGFP to stdin
4582         instead.
4583         (log_close): New function.
4584
4585         * options.h (struct options): Removed LFILE.
4586
4587         * log.c (log_enable): Removed.
4588
4589         * main.c (main): Use it.
4590
4591         * log.c (log_init): New function.
4592
4593         * url.c (get_urls_html): Removed needless assignment to BASE.
4594
4595         * host.c (add_hlist): Don't set CMP needlessly.
4596
4597         * utils.c (match_backwards): Ditto.
4598         (in_acclist): Ditto.
4599
4600         * url.c (findurl): Ditto.
4601
4602         * netrc.c (parse_netrc): Ditto.
4603
4604         * log.c (log_dump): Ditto.
4605
4606         * html.c (html_quote_string): Ditto.
4607
4608         * ftp-basic.c (ftp_request): Made static.
4609
4610         * connect.c: Made global variables static.
4611
4612         * url.c (construct): Ditto.
4613
4614         * init.c (init_path): Avoid assignment inside `if'-condition.
4615
4616         * ftp.c: Don't include in.h or winsock.h.
4617
4618         * ftp.c (ftp_loop): Use SZ.
4619
4620         * connect.c (bindport): Cast &addrlen to int *.
4621         (conaddr): Ditto.
4622
4623         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
4624
4625 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
4626
4627         * ftp.c (getftp): Initialize opt.ftp_pass here.
4628         (ftp_retrieve_dirs): Use alloca().
4629
4630         * init.c (defaults): Don't initialize opt.ftp_pass.
4631
4632         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
4633         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
4634
4635 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
4636
4637         * recur.c (parse_robots): Check for comments more correctly.
4638
4639         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
4640         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
4641         hostname.
4642
4643 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
4644
4645         * version.c: Wget 1.5-b2 is released.
4646
4647         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
4648
4649         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
4650
4651         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
4652         char.
4653
4654         * log.c: Don't attempt to hide arguments from ansi2knr.
4655
4656         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
4657
4658         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
4659
4660         * ftp.c (getftp): Ditto.
4661
4662         * http.c (gethttp): Use it.
4663
4664         * retr.c (get_contents): New argument EXPECTED; pass it to
4665         show_progress().
4666         (show_progress): New argument EXPECTED; use it to display
4667         percentages.
4668
4669         * init.c (setval): Ditto.
4670
4671         * http.c (gethttp): Ditto.
4672         (http_loop): Ditto.
4673
4674         * ftp.c (getftp): Ditto.
4675         (ftp_loop_internal): Ditto.
4676
4677         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
4678
4679         * sysdep.h (CLOSE): Simplify; use DEBUGP.
4680
4681         * netrc.c (search_netrc): Use alloca().
4682
4683         * init.c (defaults): Initialize no_flush.
4684
4685         * log.c (vlogmsg): Don't flush if no_flush.
4686
4687         * options.h (struct options): New variable no_flush.
4688
4689         * main.c (main): Don't play games with buffering.
4690
4691         * log.c (vlogmsg): Flush the output after every message.
4692
4693 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
4694
4695         * init.c (parse_line): Ditto.
4696
4697         * url.c (get_urls_html): Ditto.
4698
4699         * main.c (main): Don't cast to unsigned char.
4700
4701         * init.c (run_wgetrc): Don't cast to unsigned char.
4702         (parse_line): Accept char instead of unsigned char.
4703
4704         * html.c (htmlfindurl): Use char instead of unsigned char.
4705
4706         * all: Use them.
4707
4708         * sysdep.h: Add wrappers to ctype macros to make them
4709         eight-bit-clean:
4710
4711 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
4712
4713         * html.c (htmlfindurl): Download <img lowsrc=...>
4714
4715         * main.c (main): Ignore SIGPIPE.
4716
4717         * connect.c (select_fd): New argument WRITEP.
4718         (iwrite): Call select_fd().
4719
4720 1997-02-27  Fila Kolodny <fila@ibi.com>
4721
4722         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
4723         one already exists, just skip it.
4724
4725 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
4726
4727         * http.c (gethttp): Cosmetic changes.
4728
4729         * http.c (check_end): Allow `+D...' instead of `GMT'.
4730         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
4731
4732         * url.c (process_ftp_type): New function.
4733         (parseurl): Use it.
4734
4735         * connect.c (iwrite): Allow writing in a few chunks.
4736         (bindport): Made SRV static, so addr can point to it.
4737         (select_fd): Removed HPUX kludge.
4738
4739         * host.c (free_hlist): Incorporated into clean_hosts().
4740
4741 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
4742
4743         * host.c (hlist): Made static.
4744         (search_address): Cosmetic change.
4745
4746 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
4747
4748         * version.c: Wget v1.5-b1 is released.
4749
4750         * http.c (hgetlen): Use sizeof() to get the header length.
4751         (hgetrange): Ditto.
4752         (hgettype): Ditto.
4753         (hgetlocation): Ditto.
4754         (hgetmodified): Ditto.
4755         (haccepts_none): Ditto.
4756
4757         * main.c (main): Updated `--version' and `--help' output, as per
4758         Francois Pinard's suggestions.
4759
4760         * main.c: Include locale.h; call setlocale(), bindtextdomain() and 
4761         textdomain().
4762
4763         * config.h.in: Define stubs for I18N3.
4764
4765         * wget.h: Include libintl.h.
4766
4767 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
4768
4769         * url.c (mkstruct): Check for opt.cut_dirs.
4770         (mkstruct): alloca()-te more, xmalloc() less.
4771
4772         * utils.c (load_file): Check for ferror().
4773
4774         * url.c (get_urls_file): Close only the files we opened.
4775         (get_urls_html): Ditto.
4776         (count_slashes): New function.
4777
4778         * http.h: Removed.
4779
4780         * http.c (gethttp): Respect username and password provided by
4781         proxy URL.
4782         (base64_encode_line): Write into an existing buffer instead of
4783         malloc-ing a new one.
4784         (struct http_stat): Moved from http.h
4785
4786         * retr.c (retrieve_url): Free SUF.
4787
4788         * all: Removed lots of unnecessary .h dependencies.
4789
4790         * html.c (global_state): Made static.
4791
4792         * utils.h (ALLOCA_ARRAY): New macro.
4793
4794         * main.c (main): New option `--cut-dirs'.
4795
4796         * url.c (construct): Use alloca() for T.
4797
4798         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
4799
4800         * host.c (_host_t): Moved from host.h.
4801         (struct host): Renamed from _host_t.
4802         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
4803         (realhost): Ditto.
4804
4805         * host.h: Don't include url.h.
4806
4807         * ftp.c (LIST_FILENAME): Moved from ftp.h.
4808
4809         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
4810
4811         * main.c (main): Enable log if the output goes to a TTY.
4812
4813         * connect.h: Removed unused constant `BACKLOG'.
4814
4815         * config.h.in: Check for isatty().
4816
4817         * Makefile.in (LINK): Use CFLAGS when linking.
4818
4819 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
4820
4821         * mswindows.c (ws_hangup): Use redirect_output().
4822
4823         * main.c (redirect_output_signal): New function; use
4824         redirect_output().
4825
4826         * log.c (redirect_output): New function, based on hangup(), which
4827         is deleted.
4828
4829         * log.c (vlogmsg): New function.
4830
4831         * wget.h (DEBUGP): Use debug_logmsg().
4832
4833         * main.c (hangup): Use it.
4834
4835         * log.c (log_dump): New function.
4836
4837         * utils.h (DO_REALLOC): Use `long' for various sizes.
4838
4839         * http.c (hskip_lws): Use `while', for clarity.
4840         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
4841         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
4842
4843         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
4844         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
4845
4846         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
4847         (LEGIBLE_SEPARATOR): Ditto.
4848         (FILE_BUFFER_SIZE): Ditto.
4849
4850         * retr.c (BUFFER_SIZE): Moved from retr.h.
4851
4852         * log.c: New file.
4853         (logmsg): Moved from utils.c.
4854         (debug_logmsg): New function.
4855
4856         * mswindows.h: Include it here.
4857
4858         * init.c: Ditto.
4859
4860         * utils.c: Don't include <windows.h>.
4861
4862 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
4863
4864         * host.c (ftp_getaddress): Ditto.
4865
4866         * main.c (main): Use it.
4867
4868         * utils.h (STRDUP_ALLOCA): New macro.
4869
4870         * init.c: Prepend `wget: ' to error messages printed on stderr.
4871
4872         * utils.c (mkdirhier): Renamed from mymkdir.
4873         (touch): Renamed from my_touch.
4874         (pwd_cuserid): Renamed from my_cuserid().
4875
4876 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
4877
4878         * utils.c (accdir): Process wildcards.
4879         (proclist): New function.
4880         (accdir): Use it to avoid code repetition.
4881
4882 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
4883
4884         * recur.c (parse_robots): Respect opt.useragent; use alloca().
4885
4886         * http.c (gethttp): Construct useragent accordingly.
4887
4888         * version.c: Changed version string to numbers-only.
4889
4890         * main.c (print_help): List all the options.
4891
4892         * mswindows.c (windows_main_junk): Initialize argv0 here.
4893
4894 1998-01-24  Karl Heuer  <kwzh@gnu.org>
4895
4896         * netrc.c (search_netrc): Initialize `l' only after processing
4897         netrc.
4898
4899         * main.c (main): Don't trap SIGHUP if it's being ignored.
4900
4901 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
4902
4903         * all: Use logmsg().
4904
4905         * utils.c (time_str): Moved from retr.c.
4906         (logmsg): New function.
4907         (logmsg_noflush): Ditto.
4908
4909         * rbuf.c: New file, moved buf_* functions here.
4910
4911         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
4912
4913         * ftp-basic.c (ftp_rest): Use prnum().
4914
4915         * ftp-basic.c: Ditto.
4916
4917         * ftp.c: Use the new reading functions and macros.
4918
4919         * retr.c (buf_initialize): New function.
4920         (buf_initialized_p): Ditto.
4921         (buf_uninitialize): Ditto.
4922         (buf_fd): Ditto.
4923
4924         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
4925         efficiency.
4926         (gethttp): Use alloca() where appropriate.
4927
4928         * retr.c (buf_readchar): Use it.
4929         (buf_peek): Use rstreams.
4930
4931         * retr.h (BUF_READCHAR): New macro.
4932
4933         * init.c (home_dir): Rewritten for clarity.
4934         (init_path): Ditto.
4935
4936         * mswindows.c (ws_backgnd): Made static.
4937         (read_registry): Ditto.
4938         (ws_cleanup): Ditto.
4939         (ws_handler): Ditto.
4940
4941 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
4942
4943         * alloca.c: New file.
4944
4945         * Makefile.in (ALLOCA): Define.
4946
4947         * mswindows.c (ws_help): Constify.
4948         (ws_help): Use alloca.
4949
4950         * mswindows.c: Reformat.
4951
4952         * all: Added _(...) annotations for I18N snarfing and translation.
4953
4954         * host.c (ftp_getaddress): Nuke SYSINFO.
4955         (ftp_getaddress): Don't use getdomainname().
4956         (ftp_getaddress): Use uname(), where available.
4957
4958         * http.c (gethttp): Protect a stray fprintf().
4959
4960         * init.c (settime): New function.
4961         (setval): Treat WAIT specially, allowing suffixes like `m' for
4962         minutes, etc.
4963
4964 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
4965
4966         * url.c (get_urls_html): Use alloca() for TEMP.
4967
4968 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
4969
4970         * url.c (rotate_backups): New function.
4971
4972         * http.c (gethttp): Ditto.
4973
4974         * ftp.c (getftp): Rotate backups.
4975
4976 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
4977
4978         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
4979         xrealloc() and xstrdup().  Use the new functions.
4980
4981         * url.c (decode_string): Made static.
4982         (has_proto): Ditto.
4983         (parse_dir): Ditto.
4984         (parse_uname): Ditto.
4985         (mkstruct): Ditto.
4986         (construct): Ditto.
4987         (construct_relative): Ditto.
4988
4989         * retr.c (show_progress): Made static.
4990
4991         * recur.c (robots_url): Made static.
4992         (retrieve_robots): Ditto.
4993         (parse_robots): Ditto.
4994         (robots_match): Ditto.
4995
4996         * main.h: Removed.
4997
4998         * main.c (printhelp): Made static.
4999         (hangup): Ditto.
5000
5001         * init.c (comind): Made static.
5002         (defaults): Ditto.
5003         (init_path): Ditto.
5004         (run_wgetrc): Ditto.
5005         (onoff): Ditto.
5006         (setonoff): Ditto.
5007         (setnum): Ditto.
5008         (myatoi): Ditto.
5009         (getperms): Ditto.
5010         (setbytes): Ditto.
5011
5012         * http.c (fetch_next_header): Made static.
5013         (hparsestatline): Ditto.
5014         (hskip_lws): Ditto.
5015         (hgetlen): Ditto.
5016         (hgetrange): Ditto.
5017         (hgettype): Ditto.
5018         (hgetlocation): Ditto.
5019         (hgetmodified): Ditto.
5020         (haccepts_none): Ditto.
5021         (gethttp): Ditto.
5022         (base64_encode_line): Ditto.
5023         (mktime_from_utc): Ditto.
5024         (http_atotm): Ditto.
5025
5026         * html.c (idmatch): Made static.
5027
5028         * host.c (search_host): Made static.
5029         (search_address): Ditto.
5030         (free_hlist): Ditto.
5031
5032         * ftp.c (getftp): Made static.
5033         (ftp_loop_internal): Ditto.
5034         (ftp_get_listing): Ditto.
5035         (ftp_retrieve_list): Ditto.
5036         (ftp_retrieve_dirs): Ditto.
5037         (ftp_retrieve_glob): Ditto.
5038         (freefileinfo): Ditto.
5039         (delelement): Ditto.
5040
5041         * ftp-ls.c (symperms): Made static.
5042         (ftp_parse_unix_ls): Ditto.
5043
5044         * connect.c (select_fd): Made static.
5045
5046         * utils.c (xmalloc): Renamed from nmalloc.
5047         (xrealloc): Renamed from nrealloc.
5048         (xstrdup): Renamed from nstrdup.
5049
5050         * getopt.c (exchange): Use alloca.
5051
5052         * mswindows.c (mycuserid): Use strncpy.
5053
5054         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
5055         systhings.h, windecl.h and winjunk.h removed.
5056
5057         * mswindows.c (sleep): New function.
5058
5059         * utils.c: Include <windows.h> under Windows.
5060
5061 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
5062
5063         * url.h (URL_UNSAFE): Change default under Windows.
5064
5065         * retr.c (retrieve_from_file): Respect opt.delete_after.
5066
5067         * main.c (main): Call ws_help on Windows.
5068
5069         * winjunk.c (windows_main_junk): New function.
5070
5071         * main.c (main): Junk-process argv[0].
5072
5073         * http.c (mktime_from_utc): Return -1 if mktime failed.
5074
5075         * http.c (http_loop): Ditto.
5076
5077         * ftp.c (ftp_loop_internal): Change title on Windows when using a
5078         new URL.
5079
5080         * winjunk.c (getdomainname): Lots of functions.
5081
5082 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
5083
5084         * cmpt.c (strptime_internal): Handle years more correctly for
5085         `%y'.
5086
5087 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
5088
5089         * http.c (gethttp): Allocate enough space for
5090         `Proxy-Authorization' header.
5091
5092 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
5093
5094         * version.c: Wget/1.4.5 is released.
5095
5096 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
5097
5098         * retr.c (get_contents): Check return value of fwrite more
5099         carefully.
5100
5101 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5102
5103         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
5104         year, regardless of century.
5105
5106 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
5107
5108         * utils.c (isfile): Use `lstat' instead of `stat'.
5109
5110 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
5111
5112         * utils.c (numdigit): Use explicit test.
5113
5114 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
5115
5116         * http.c (http_loop): Always use `url_filename' to get u->local.
5117
5118 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
5119
5120         * url.c: Recognize https.
5121
5122 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
5123
5124         * recur.c (recursive_retrieve): Lowercase just the host name.
5125
5126 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
5127
5128         * url.c (get_urls_file): Use the correct test.
5129         (get_urls_html): Ditto.
5130
5131 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
5132
5133         * connect.c: Reverted addrlen to int.
5134
5135         * init.c (parse_line): Check for -1 instead of NONE.
5136
5137         * version.c: Changed version to 1.4.5.
5138
5139 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
5140
5141         * init.c: New option netrc.
5142         (initialize): Don't parse .netrc.
5143
5144         * cmpt.c (recursive): Return rp.
5145         (strptime_internal): Match the long strings first, the abbreviated
5146         second.
5147
5148 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
5149
5150         * http.c (check_end): New function.
5151         (http_atotm): Use it.
5152  
5153 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
5154
5155         * http.c (gethttp): Use them.
5156
5157         * init.c: New options proxy_user and proxy_passwd.
5158
5159 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
5160
5161         * ftp.c (ftp_retrieve_list): Create links even if not relative.
5162
5163 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
5164
5165         * recur.c (recursive_retrieve): Lowercase the host name, if the
5166         URL is not "optimized".
5167
5168         * host.c (realhost): Return l->hostname, even if it matches with
5169         host.
5170
5171 1997-02-10  Marin Purgar  <pmc@asgard.hr>
5172
5173         * connect.c: Make addrlen size_t instead of int.
5174         (conaddr): Ditto.
5175
5176 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
5177
5178         * systhings.h: Define S_ISLNK on NeXT too.
5179
5180 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
5181
5182         * version.c: Released 1.4.3.
5183
5184         * url.c: Futher update to list of protostrings.
5185         (skip_proto): Skip `//' correctly for FTP and HTTP.
5186
5187         * url.c (get_urls_html): Handle bogus `http:' things a little
5188         different.
5189
5190         * main.c (main): Removed `follow-ftp' from `f'.
5191         (main): Dumped the `prefix-files' and `file-prefix' options and
5192         features; old and bogus.
5193         (main): Exit on failed setval() in `-e'.
5194
5195         * http.c (fetch_next_header): Use it to detect header continuation
5196         correctly.
5197
5198         * retr.c (buf_peek): New function.
5199
5200 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
5201
5202         * wget.h: Include time.h and stuff.
5203
5204 1997-02-08  Roger Beeman  <beeman@cisco.com>
5205
5206         * ftp.c: Include <time.h>
5207
5208 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
5209
5210         * url.c (findurl): Would read over buffer limits.
5211
5212 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
5213
5214         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
5215
5216 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
5217
5218         * http.c (http_atotm): Initialize tm.is_dst.
5219
5220 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
5221
5222         * http.c (gethttp): Don't print the number of retrieved headers.
5223
5224         * main.c (main): New option `--no-clobber', alias for `-nc'.
5225
5226         * url.c: Recognize `https://'.
5227
5228 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
5229
5230         * host.c (herrmsg): Don't use h_errno.
5231
5232 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
5233
5234         * host.c (accept_domain): Use it.
5235
5236         * main.c (main): New option `--exclude-domains'.
5237
5238         * retr.c (retrieve_url): Use it.
5239         (retrieve_url): Bail out when an URL is redirecting to itself.
5240
5241         * url.c (url_equal): New function.
5242
5243 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
5244
5245         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
5246
5247         * http.c (mk_utc_time): New function.
5248         (http_atotm): Use it; handle time zones correctly.
5249
5250 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
5251
5252         * http.c: Ditto.
5253
5254         * ftp-basic.c: Use it instead of WRITE.
5255
5256         * connect.c (iwrite): New function.
5257
5258 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
5259
5260         * cmpt.c (mktime): New function.
5261
5262         * netrc.c: Include <sys/types.h>.
5263
5264         * main.c (main): Wouldn't recognize --spider.
5265
5266         * retr.c (rate): Use `B', `KB' and `MB'.
5267         (reset_timer,elapsed_time): Moved from utils.c.
5268
5269         * ftp.c (ftp_retrieve_list): Ditto.
5270
5271         * http.c (http_loop): Don't touch the file if opt.dfp.
5272
5273 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
5274
5275         * cmpt.c: New file.
5276
5277         * ftp.c (ftp_retrieve_glob): New argument semantics.
5278         (ftp_retrieve_dirs): Use it.
5279         (ftp_loop): Ditto.
5280
5281         * html.c (htmlfindurl): Recognize `'' as the quote char.
5282
5283 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
5284
5285         * ftp.c (ftp_loop_internal): Use it.
5286
5287         * utils.c (remove_link): New function.
5288
5289 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
5290
5291         * retr.c (retrieve_url): Require STRICT redirection URL.
5292
5293         * url.c (parseurl): New argument STRICT.
5294
5295         * http.c (hparsestatline): Be a little-bit less strict about
5296         status line format.
5297
5298 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
5299
5300         * http.c (gethttp): Use it.
5301
5302         * main.c (main): Don't use '<digit>' as options.
5303
5304         * init.c: New option ignore_length.
5305
5306         * http.c (gethttp): Ditto.
5307         (http_loop): Check for redirection without Location:.
5308         (gethttp): Don't print Length unless RETROKF.
5309
5310         * ftp.c (getftp): Use it.
5311
5312         * url.c (mkalldirs): New function.
5313
5314         * utils.c (mymkdir): Don't check for existing non-directory.
5315
5316         * url.c (mkstruct): Don't create the directory.
5317
5318 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
5319
5320         * init.c (setval): Removed NO_RECURSION checks.
5321
5322 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
5323
5324         * version.c: "Released" 1.4.3-pre2.
5325
5326         * recur.c (recursive_retrieve): Bypass host checking only if URL
5327         is ftp AND parent URL is not ftp.
5328
5329         * ftp-basic.c (ftp_request): Print out Turtle Power.
5330
5331         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
5332         wildcard.
5333         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
5334         not glob.
5335
5336         * http.c (gethttp): Be a little bit smarter about status codes.
5337
5338         * recur.c (recursive_retrieve): Always reset opt.recursive when
5339         dealing with FTP.
5340
5341 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
5342
5343         * retr.c (retrieve_url): New variable location_changed; use it for
5344         tests instead of mynewloc.
5345         (retrieve_url): Allow heuristic adding of html.
5346
5347         * url.c (url_filename): Don't use the `%' in Windows file names.
5348
5349         * http.c (http_loop): Always time-stamp the local file.
5350
5351         * http.c (http_loop): Ditto.
5352
5353         * ftp.c (ftp_retrieve_list): Use it.
5354
5355         * utils.c (my_touch): New function.
5356
5357         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
5358         instead of #ifndef NeXT.
5359
5360         * utils.c (strptime): New version, by Ulrich Drepper.
5361
5362 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
5363
5364         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
5365         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
5366         (http_loop): Would remove ACCEPTRANGES.
5367
5368         * ftp.c (getftp): Call ftp_list with NULL.
5369
5370 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
5371
5372         * html.c (ftp_index): Don't print minutes and seconds if we don't
5373         know them; beautify the output.
5374
5375         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
5376
5377 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
5378
5379         * utils.c (strptime): New function.
5380         (strptime): Don't use get_alt_number.
5381         (strptime): Don't use locale.
5382         (match_string): Made it a function.
5383
5384 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
5385
5386         * http.c (http_atotm): New function.
5387         (http_loop): Use it.
5388
5389         * atotm.c: Removed from the distribution.
5390
5391         * http.c (base64_encode_line): Rewrite.
5392
5393 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
5394
5395         * ftp.c (getftp): Use ftp_expected_bytes; print size.
5396
5397         * ftp-basic.c (ftp_response): Use ftp_last_respline.
5398         (ftp_expected_bytes): New function.
5399
5400         * ftp.c (getftp): Print the unauthoritative file length.
5401
5402         * ftp-ls.c: Renamed from ftp-unix.c.
5403         (ftp_parse_ls): Moved from ftp.c.
5404         (ftp_parse_unix_ls): Recognize seconds in time spec.
5405         (ftp_parse_unix_ls): Recognize year-less dates of the previous
5406         year.
5407
5408 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
5409
5410         * ftp-basic.c: Don't declare errno if #defined.
5411
5412         * host.c (ftp_getaddress): Check for sysinfo legally.
5413
5414 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
5415
5416         * connect.c (iread): Use READ.
5417
5418 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
5419
5420         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
5421         schemes.
5422
5423 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
5424
5425         * host.c (ftp_getaddress): Allow `.' in hostname.
5426
5427 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
5428
5429         * wget.h: READ and WRITE macros for use instead of read and write
5430         on sockets, grep READ *.c, grep WRITE *.c
5431
5432         * wsstartup.c: new file - startup for winsock
5433
5434         * wsstartup.h: new file
5435
5436         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
5437
5438         * configure.bat: Configure utility for MSVC
5439
5440         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
5441
5442 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
5443
5444         * version.c: Released 1.4.3-pre.
5445
5446         * utils.c (prnum): Accept long.
5447         (legible): Use prnum().
5448
5449         * connect.c (make_connection): Accept port as short.
5450         (bindport): Ditto.
5451
5452         * http.c (gethttp): Use search_netrc.
5453
5454 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
5455
5456         * ftp.c (getftp): Use search_netrc.
5457
5458         * netrc.c (free_netrc): New function.
5459
5460         * init.c (home_dir): New function.
5461
5462         * url.c (convert_links): Allow REL2ABS changes.
5463
5464 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
5465
5466         * netrc.c: New file.
5467         (parse_netrc, maybe_add_to_list): New functions.
5468
5469 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
5470
5471         * retr.c (retrieve_url): Reset opt.recursion before calling
5472         ftp_loop if it is reached through newloc.
5473
5474         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
5475         error; don't use "Syntax error", since we don't know if it is
5476         really a syntax error.
5477
5478 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
5479
5480         * utils.c (acceptable): Extract the filename part of the path.
5481
5482         * recur.c (recursive_retrieve): Call acceptable() with the right
5483         argument; would bug out on wildcards.
5484
5485         * init.c (parse_line): Likewise.
5486
5487         * html.c (htmlfindurl): Cast to char * when calling stuff.
5488
5489 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
5490
5491         * ftp.c (getftp): Use ftp_pasv.
5492
5493         * ftp-basic.c (ftp_request): Accept NULL value.
5494         (ftp_pasv): New function.
5495
5496         * options.h (struct options): Add passive FTP option.
5497
5498 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
5499
5500         * url.c (parseurl): Debug output.
5501
5502         * utils.c (path_simplify): New one, adapted from bash's
5503         canonicalize_pathname().
5504
5505 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
5506
5507         * ftp.c (getftp): Don't discard the buffer.
5508
5509         * retr.c (get_contents): New parameter nobuf.
5510
5511 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
5512
5513         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
5514
5515         * init.c (setval): Strip the trailing slashes on CVECDIR.
5516
5517 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
5518
5519         * init.c: Make excludes and includes under CVECDIR instead of
5520         CVEC.
5521
5522 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
5523
5524         * url.c (get_urls_html): Skip "http:".
5525
5526 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
5527
5528         * utils.c (strcasecmp): From glibc.
5529         (strncasecmp): Also.
5530         (strstr): Also.
5531
5532         * url.c: Added javascript: to the list of URLs prefixes.
5533
5534 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
5535
5536         * recur.c (retrieve_robots): Print the warning message only if
5537         verbose.
5538
5539 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
5540
5541         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
5542
5543 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
5544
5545         * systhings.h: New file.
5546
5547         * ../configure.in: Check for utime.h
5548
5549         * ftp.c: Check whether we have unistd.h.
5550
5551 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
5552
5553         * recur.c (recursive_retrieve): Send the canonical URL as referer.
5554         (recursive_retrieve): Call get_urls_html with the canonical URL.
5555
5556 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5557
5558         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
5559         ansi2knr support for compilers which don't support ANSI style
5560         function prototypes and signatures.
5561
5562         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
5563
5564 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
5565
5566         * url.c: Use it; Recognize paths ending with "." and ".." as
5567         directories.
5568         (url_filename): Append .n whenever file exists and could be a
5569         directory.
5570
5571         * url.h (ISDDOT): New macro.
5572
5573         * init.c (parse_line): Use unsigned char.
5574
5575         * url.c (get_urls_html): Cast to unsigned char * when calling
5576         htmlfindurl.
5577
5578         * html.c (htmlfindurl): Use unsigned char.
5579
5580         * version.c: Changed version to 1.4.3.
5581
5582 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
5583
5584         * version.c: Released 1.4.2.
5585
5586         * ftp.c (getftp): Simplified assertion.
5587         (ftp_loop_internal): Remove symlink before downloading.
5588         (ftp_retrieve_list): Unlink the symlink name before attempting to
5589         create a symlink!
5590
5591         * options.h (struct options): Renamed print_server_response to
5592         server_response.
5593
5594         * ftp.c (rel_constr): Removed.
5595         (ftp_retrieve_list): Don't use it.
5596         (ftp_retrieve_list): Use opt.retr_symlinks.
5597
5598 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
5599
5600         * main.c (main): New option retr_symlinks.
5601
5602         * url.c (convert_links): Print verbose message.
5603
5604 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
5605
5606         * http.c (http_loop): Reset newloc in the beginning of function;
5607         would cause FMR in retrieve_url.
5608
5609 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
5610
5611         * recur.c (convert_all_links): Find the URL of each HTML document,
5612         and feed it to get_urls_html; would bug out.
5613         (convert_all_links): Check for l2 instead of dl; removed dl.
5614
5615         * url.c (convert_links): Don't refer to freed newname.
5616
5617         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
5618
5619         * main.c (main): Print the OS_TYPE in the debug output, too.
5620
5621         * recur.c (recursive_retrieve): Check for opt.delete_after.
5622
5623         * main.c (main): New option delete-after.
5624
5625         * init.c (setval): Cleaned up.
5626
5627 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
5628
5629         * Makefile.in (wget): Make `wget' the default target.
5630
5631         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
5632         loop.
5633         (ftp_retrieve_list): Warn about non-matching sizes.
5634
5635         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
5636
5637         * init.c (setnum): Renamed from setnuminf; New argument flags.
5638         (setval): Use it.
5639
5640         * main.c (main): Sorted the options.
5641         (main): New option --wait.
5642
5643 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
5644
5645         * html.c (htmlfindurl): Reset s->in_quote after getting out of
5646         quotes.
5647
5648 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
5649
5650         * version.c: Changed version to 1.4.2.
5651
5652 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
5653
5654         * version.c: Released 1.4.1.
5655
5656         * html.c (html_quote_string): New function.
5657         (ftp_index): Use it.
5658         (htmlfindurl): A more gentle ending debug message.
5659
5660         * ftp.c (ftp_loop): Check for opt.htmlify.
5661
5662         * init.c: New command htmlify.
5663
5664         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
5665         strings.
5666         (ftp_loop): Print size of index.html.
5667
5668         * init.c (setval): Implement "styles".
5669
5670         * main.c (main): New option dotstyle.
5671
5672 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
5673
5674         * ftp.c (getftp): Close the master socket in case of errors, after
5675         bindport().
5676
5677         * connect.c (bindport): Initialize msock to -1.
5678
5679         * ftp.c (getftp): Initialize dtsock to -1.
5680
5681         * connect.c (closeport): Don't close sock if sock == -1.
5682
5683 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
5684
5685         * init.c (setnuminf): Nuked default value -- just leave unchanged.
5686         (setval): Don't send default values.
5687         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
5688
5689         * options.h (struct options): Use long for dot_bytes.
5690
5691         * init.c (setquota): Renamed to setbytes.
5692         (setval): Use setbytes on DOTBYTES.
5693
5694 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
5695
5696         * ftp.c (getftp): Initialize con->dltime.
5697
5698         * recur.c (recursive_retrieve): Use same_host instead of
5699         try_robots; simply load robots_txt whenever the host is changed.
5700         (recursive_retrieve): Free forbidden before calling parse_robots.
5701
5702 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
5703
5704         * retr.c (show_progress): Use them.
5705
5706         * options.h (struct options): New options dot_bytes, dots_on_line
5707         and dot_spacing.
5708
5709 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
5710
5711         * recur.c (recursive_retrieve): Retrieve directories regardless of
5712         acc/rej rules; check for empty u->file.
5713
5714 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
5715
5716         * init.c (setval): Use it.
5717
5718         * utils.c (merge_vecs): New function.
5719
5720         * init.c (setval): Reset the list-type functions when encountering
5721         "".
5722
5723 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
5724
5725         * recur.c (recursive_retrieve): Use base_url instead of this_url
5726         for no_parent.
5727
5728 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
5729
5730         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
5731
5732 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
5733
5734         * utils.c (sepstring): Rewrote; don't use strtok.
5735
5736         * recur.c (recursive_retrieve): Enter assorted this_url to slist
5737         when running the first time.
5738         (retrieve_robots): Warn to ignore errors when robots are loaded.
5739
5740         * utils.c (load_file): Moved from url.c.
5741
5742         * http.c: Made static variables const too in h* functions.
5743
5744         * main.c (main): Renamed --continue-ftp to --continue.
5745
5746         * recur.c (recursive_retrieve): Use it.
5747
5748         * utils.c (frontcmp): New function.
5749
5750         * url.c (accdir): New function.
5751
5752         * html.c (htmlfindurl): Recognize <area href=...>.
5753
5754         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
5755
5756         * init.c (setval): Free the existing opt.excludes and
5757         opt.includes, if available.
5758
5759         * main.c (main): New option -I.
5760
5761 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
5762
5763         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
5764
5765         * version.c: Changed version to 1.4.1.
5766
5767 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
5768
5769         * version.c: Released 1.4.0.
5770
5771 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
5772
5773         * main.c (main): Free com and val after parse_line.
5774         (printhelp): Reorder the listing.
5775
5776         * http.c: More robust header parsing.
5777
5778         * http.c: Allow any number of spaces, or no spaces, precede ':'.
5779         (hskip_lws): New function.
5780         (haccepts_bytes): New function.
5781         (gethttp): Use it.
5782
5783         * init.c (setval): Check header sanity.
5784         (setval): Allow resetting of headers.
5785
5786 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
5787
5788         * http.c (http_loop): Don't use has_wildcards.
5789
5790         * http.c (gethttp): Free all_headers -- would leak.
5791
5792         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
5793         0 -- this fixes a long-standing bug in -rl.
5794
5795 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
5796
5797         * ftp.c: Use -1 as "impossible" value for con->fd.
5798
5799         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
5800
5801         * init.c (parse_line): Use isalpha.
5802
5803         * ftp-unix.c: Use HAVE_UNISTD_H.
5804
5805         * mtch.c (has_wildcards): Don't match \.
5806
5807         * http.c (http_loop): Warn on HTTP wildcard usage.
5808
5809 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
5810
5811         * url.c (url_filename): Do not create numbered suffixes if
5812         opt.noclobber -- would bug out on -nc.
5813
5814 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
5815
5816         * recur.c (parse_robots): Don't chuck out the commands without
5817         arguments (`Disallow:<empty>' didn't work).
5818         (parse_robots): Compare versions lowercase.
5819         (parse_robots): Match on base_version, not version_string!
5820         (parse_robots): Handle comments properly.
5821         (parse_robots): Match versions in a sane way.
5822
5823         * init.c: Print nicer error messages.
5824
5825         * version.c: Changed version to 1.4.0.
5826
5827 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
5828
5829         * version.c: Released 1.4.0-test2.
5830
5831         * init.c (run_wgetrc): Close fp.
5832
5833         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
5834         u->dir.
5835
5836 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
5837
5838         * init.c (setquota): Allow inf as quota specification.
5839
5840 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
5841
5842         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
5843         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
5844
5845         * main.c (main): Check for quota by comparison with downloaded
5846         stuff, not from status.
5847
5848         * connect.c (select_fd): Should compile on HPUX without warnings now.
5849
5850         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
5851         returned RETROK.
5852
5853 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
5854
5855         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
5856         (getftp): Return FTPRETRINT on control connection error.
5857
5858         * html.c (htmlfindurl): Recognize <embed src=...> and
5859         <bgsound src=...>.
5860         (ftp_index): Handle username and password correctly.
5861
5862         * main.c (main): Made `-np' a synonim for --no-parent.
5863
5864 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
5865
5866         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
5867         ftp_retrieve_glob.
5868
5869         * version.c: Changed version to 1.4.0-test2.
5870
5871 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
5872
5873         * version.c: Released 1.4.0-test1.
5874
5875         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
5876         directory.
5877         (convert_links): Removed definition of make_backup.
5878
5879         * http.h: Removed definition of MAX_ERROR_LENGTH.
5880
5881         * host.c (ftp_getaddress): Check for "(none)" domains.
5882
5883         * ftp.c (ftp_retrieve_dirs): Docfix.
5884
5885         * http.c (gethttp): Use ou->referer instead of u->referer.
5886
5887         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
5888         this was known to cause coredumps on Linux.
5889
5890         * html.c (ftp_index): Cast the argument to local_time to time_t *.
5891
5892 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
5893
5894         * connect.c (select_fd): Use exceptfds -- once and for all.
5895
5896         * retr.c (retrieve_from_file): Free filename after
5897         recursive_retrieve.
5898         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
5899         first-time retrieval.
5900         (retrieve_from_file): Return uerr_t; new argument, count.
5901         (retrieve_from_file): Break on QUOTEXC.
5902
5903         * init.c (setquota): Fixed a bug that caused rejection of
5904         non-postfixed values..
5905
5906 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
5907
5908         * version.c: Changed name to wget.
5909
5910         * connect.c (iread): Smarter use of select.
5911         (select_fd): Set errno on timeout.  If not timeout, return 1
5912         instead of 0.
5913
5914 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
5915
5916         * ftp.c (ftp_loop_internal): Don't use con->cmd before
5917         establishing it.
5918
5919 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
5920
5921         * http.c (gethttp): Send correct referer when using proxy.
5922         (gethttp): Use struct urlinfo ou to access the relevant data; send
5923         correct authorization in all cases.
5924
5925         * host.c (same_host): Use skip_uname to skip username and
5926         password.
5927
5928         * url.c (skip_uname): New function.
5929         (parseurl): Use it.
5930
5931         * host.c (same_host): Do not assume HTTP -- same_host should now
5932         be totally foolproof.
5933
5934         * url.c (skip_proto): New function.
5935         (parse_uname): Use it.
5936
5937         * http.c (gethttp): Create local user and passwd from what is
5938         given.
5939
5940         * url.c (parseurl): Check for HTTP username and password too.
5941
5942 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
5943
5944         * config.h.in: Removed #define gethostbyname R...
5945
5946 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
5947
5948         * version.c: Changed version to 1.4.0-test1.
5949
5950 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
5951
5952         * version.c: "Released" 1.4b29.
5953
5954         * recur.c (recursive_retrieve): Check for no_parent.
5955
5956         * init.c (setval): Option update.
5957
5958         * main.c (main): New option no-parent.
5959
5960         * options.h (struct options): New variable no_parent.
5961
5962         * recur.c (recursive_retrieve): Only files are checked for
5963         opt.accepts and opt.rejects.
5964         (recursive_retrieve): Check directories for opt.excludes.
5965         (recursive_retrieve): Make the dir absolute when checking
5966         opt.excludes.
5967
5968         * html.c (htmlfindurl): Recognize <applet code=...> and <script
5969         src=...>
5970
5971 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
5972
5973         * ftp.c (getftp): Do not line-break assert entries at all.
5974         (ftp_retrieve_dirs): docfix.
5975
5976         * connect.c (select_fd): Use fd + 1 as nfds.
5977
5978         * version.c: Changed version to 1.4b29.
5979
5980 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
5981
5982         * version.c: "Released" 1.4b28.
5983
5984         * ftp.c (ftp_loop_internal): Check whether f->size == len and
5985         don't continue the loop if it is.
5986         (ftp_get_listing): Remove list_filename on unsuccesful loop.
5987
5988 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
5989
5990         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
5991         (getftp): Do not use multiline assert.
5992
5993         * http.c (hparsestatline): Use mjr and mnr instead of major and
5994         minor, which don't compile on Ultrix.
5995         (http_loop): Use strcpy() to initialize tmp.
5996
5997         * all: Geturl -> Fetch
5998
5999 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
6000
6001         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
6002         ':'.
6003
6004         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
6005         moving `bufsize &&' to the beginning of each check in for-loops.
6006
6007         * recur.c (parse_robots): Close fp on exit.
6008
6009         * url.c (mymkdir): Check for each directory before creating.
6010
6011 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
6012
6013         * version.c: Changed version to 1.4b28.
6014
6015 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
6016
6017         * version.c: "Released" 1.4b27.
6018
6019         * init.c (parse_line): Use isspace.
6020         (parse_line): Free *com on all errors.
6021
6022         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
6023         (delelement): Use next instead of f->next and prev instead of
6024         f->prev.
6025         (delelement): Free the members of the deleted element.
6026
6027         * http.c (http_loop): Do not return RETROK on code != 20x.
6028
6029         * init.c (cleanup): Free opt.user_header.
6030         (cleanup): Free opt.domains.
6031
6032         * url.c (freelists): Moved to cleanup().
6033
6034         * http.c (hparsestatline): Docfix.
6035
6036         * main.c (main): Return with error status on unsuccesful
6037         retrieval.
6038
6039         * init.c (setval): Do not remove listing when mirroring.
6040
6041         * url.c (url_filename): Use opt.fileprefix.
6042
6043         * ftp.c (ftp_get_listing): Use url_filename to get filename for
6044         .listing.
6045
6046         * main.c (main): New option: -rn.
6047
6048 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
6049
6050         * Makefile.in (RM): Added RM = rm -f.
6051
6052         * host.c (clean_hosts): New function.
6053         (free_hlist): Just free the list, no reset.
6054
6055         * version.c: Changed version to 1.4b27.
6056
6057 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
6058
6059         * version.c: "Released" 1.4b26.
6060
6061         * retr.c (retrieve_from_file): If call get_urls_html with
6062         opt.spider to make it silent in spider mode.
6063
6064         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
6065
6066         * url.h (CLEANDUP): New macro.
6067
6068         * http.c (gethttp): Fixed a bug that freed location only when it
6069         was NULL.
6070
6071         * retr.c (retrieve_url): Free url if it will not be stored,
6072         i.e. newloc is NULL.
6073
6074         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
6075         old version would bug out on <a href="x#a"href="y">.
6076
6077         * html.h (state_t): New member in_quote.
6078
6079         * html.c (htmlfindurl): Free s->attr at the beginning of
6080         attr-loop.
6081
6082         * recur.c (recursive_retrieve): Recognize RCLEANUP.
6083         (tried_robots): Make hosts a global variable.
6084         (recursive_retrieve): Free constr after URL host optimization.
6085         (tried_robots): Free urlinfo before exiting.
6086
6087         * utils.c (free_slist): New function.
6088
6089         * recur.c (recursive_retrieve): Use flags to add cleanup
6090         possibility.
6091
6092         * main.c (main): Free filename after recursive_retrieve.
6093
6094         * http.c (gethttp): Store successful responses too.
6095
6096 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
6097
6098         * all: Constified the whole source.  This required some minor
6099         changes in many functions in url.c, possibly introducing bugs -- I
6100         hope not.
6101
6102         * ftp-basic.c: Removed last_respline.
6103
6104         * http.c (gethttp): Free type.
6105
6106         * host.c (same_host): Free real1 and real2.
6107
6108         * main.c (main): New option --spider.
6109
6110         * retr.c (get_contents): Don't reset errno.
6111
6112         * main.c (main): Sorted the options.
6113
6114         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
6115         uninitialized by select().
6116
6117         * http.c (http_loop): Print the time when the connection is
6118         closed.
6119         (gethttp): Debug-print the HTTP request.
6120
6121 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
6122
6123         * connect.c (iread): Do not try reading after timeout.
6124
6125         * main.c (main): Would bug out on -T.
6126
6127         * connect.c (select_fd): Do not use exceptfds.
6128         (iread): Set ETIMEDOUT on select_fd <= 0.
6129
6130         * version.c: Changed version to 1.4b26.
6131
6132 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
6133
6134         * version.c: "Released" 1.4b25.
6135
6136         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
6137         or link name.
6138
6139         * http.c (gethttp): Add errcode to struct hstat.
6140         (http_loop): Use it.
6141
6142         * url.c (no_proxy_match): Simplify using char** for no_proxy.
6143
6144         * options.h (struct options): Make opt.no_proxy a vector.
6145
6146         * utils.c (sepstring): Use !*s instead of !strlen(s).
6147
6148         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
6149         (getperms): Use ISODIGIT instead of isdigit.
6150
6151         * ftp.c (getftp): Print time.
6152
6153         * main.c (main): Use legible output of downloaded quantity.
6154
6155         * ftp.c (getftp): Use elapsed_time().
6156         (ftp_loop_internal): Use rate().
6157
6158         * http.c (http_loop): Add download ratio output; Use rate().
6159
6160         * utils.c (rate): New function.
6161
6162 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
6163
6164         * http.c (http_loop): Use timer.
6165
6166         * ftp.c: Split to ftp-basic.c and ftp.c
6167
6168         * utils.c (reset_timer): New function.
6169         (elapsed_time): New function.
6170
6171         * retr.c (show_progress): Make bytes_in_line and offs long; should
6172         work on 16-bit machines.
6173
6174 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
6175
6176         * url.c (in_acclist): New argument backward.
6177
6178         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
6179         a file should be retrieved according to suffix.
6180         (ftp_get_listing): Check the return value of unlink; Do not call
6181         ftp_retrieve_dirs if depth reached maxreclevel.
6182         (ftp_retrieve_dirs): Check whether the directory is in
6183         exclude-list.
6184
6185         * main.c (main): Print the version number at the beginning of
6186         DEBUG output.
6187         (main): Use strrchr when creating exec_name.
6188
6189         * ftp.c (ftp_retrieve_glob): Do not close control connection.
6190
6191         * version.c: Changed version to 1.4b25.
6192
6193 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
6194
6195         * version.c: "Released" 1.4b24.
6196
6197         * Makefile.in: Rewrite.
6198
6199         * ftp.c (ftp_loop_internal): Likewise.
6200
6201         * retr.c (time_str): Check for failed time().
6202
6203         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
6204         HTML3.0.
6205
6206         * retr.c (time_str): Return time_t *.
6207
6208         * connect.c (bindport): Close msock on unsuccesful bind.
6209         (bindport): The same for getsockname and listen.
6210
6211         * retr.c (retrieve_url): Allow any number of retries on
6212         proxy.
6213
6214         * http.c (gethttp): Do not treat errno == 0 as timeout.
6215         (http_loop): Likewise.
6216         (http_loop): Cosmetic changes.
6217
6218         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
6219
6220         * retr.c (get_contents): Reset errno.
6221
6222         * ftp.c (getftp): Minor fixes.
6223
6224 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
6225
6226         * http.c: Do not use backups.
6227
6228         * geturl.1 (WARNING): Warn that man-page could be obsolete.
6229
6230         * getopt.c (getopt_long): Moved to getopt.c
6231
6232         * geturl.texi: Enhanced.
6233
6234         * main.c (main): Use it.
6235
6236         * recur.c (convert_all_links): New function.
6237
6238         * utils.c (add_slist): New argument flags.
6239
6240         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
6241         (parse_robots): Do not chuck out empty value fields.
6242         (parse_robots): Make yourself welcome on empty Disallow.
6243
6244         * version.c: Changed version to 1.4b24.
6245
6246 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
6247
6248         * version.c: "Released" 1.4b23.
6249
6250         * ftp.c (ftp_loop_internal): Get the time after getftp.
6251
6252         * Makefile.in (install.info): New target.
6253         (install): Use it.
6254
6255         * http.c (http_loop): Fix output when doing -O.
6256
6257 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
6258
6259         * geturl.texi: New file.
6260
6261         * main.c (main): Do not print the warnings and download summary if
6262         opt.quiet is set.
6263
6264         * version.c: Changed version to 1.4b23.
6265
6266 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
6267
6268         * "Released" 1.4b22.
6269
6270         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
6271         to avoid redefinition warnings.
6272
6273         * host.c (store_hostaddress): Use memcpy() to copy the address
6274         returned by inet_addr.
6275
6276         * version.c: Changed version to 1.4b22.
6277
6278 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
6279
6280         * version.c: "Released" 1.4b21.
6281
6282         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
6283
6284         * ftp.c (ftp_port): Use conaddr.
6285         (getftp): Print the file length.
6286         (ftp_retrieve_list): Check the stamps of plain files only.
6287
6288         * connect.c (closeport): Do not call shutdown().
6289         (conaddr): New function.
6290
6291         * html.c (ftp_index): Made it dfp-aware.
6292
6293         * init.c (cleanup): New name of freemem. Close opt.dfp.
6294
6295         * ftp.c (getftp): Use opt.dfp if it is set.
6296
6297         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
6298
6299         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
6300         CWDs to be sent with recursive FTP retrievals.
6301
6302 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
6303
6304         * recur.c (parse_robots): Made it more compliant with "official"
6305         specifications.
6306
6307         * http.c: New function.
6308
6309         * ftp-unix.c (ftp_parse_ls): Added better debug output.
6310
6311         * ftp.c (getftp): Print out the LIST in case of
6312         opt.print_server_response.
6313
6314         * version.c: Changed version to 1.4b21.
6315
6316 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
6317
6318         * version.c: "Released" 1.4b20.
6319
6320         * README: Update.
6321
6322         * http.c (gethttp): Preset lengths of various headers instead of
6323         calculating them dynamically.
6324         (gethttp): Check for 206 partial contents.
6325
6326 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
6327
6328         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
6329
6330         * http.c (gethttp): Send the port number in the Host: header.
6331
6332 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
6333
6334         * http.c (gethttp): Send host: header.
6335         (gethttp): Add the possibility of user-defined headers.
6336         (gethttp): Move decision about pragma: no-cache to http_loop,
6337         where it belongs.
6338         (gethttp): Pass a struct instead of enormous argument list.
6339         (http_loop): Use a new, fancier display format.
6340         (ftp_loop): Likewise.
6341
6342         * main.c: (hangup): Turn off buffering of the new log file.
6343
6344         * install-sh: Likewise.
6345
6346         * config.sub: Replace with the one in autoconf-2.10
6347
6348         * geturl.1: Update.
6349
6350         * init.c: New options httpuser and httppasswd.
6351
6352         * http.c: (base64_encode_line): New function.
6353         (gethttp): Send authentication.
6354
6355         * connect.c (make_connection): Use store_hostaddress.
6356
6357 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
6358
6359         * host.c (store_hostaddress): New function.
6360
6361         * NEWS: Update.
6362
6363         * http.c (hgetrange): New function.
6364         (gethttp): Use ranges.
6365
6366         * utils.c (numdigit): Accept long instead of int.
6367
6368         * http.c (http_loop): Add restart capabilities.
6369
6370         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
6371         being used uninitialized.
6372         (ftp_retrieve_list): Similar fix.
6373
6374         * host.c (add_hlist): Fixed a bug that could cause cmp being used
6375         uninitialized.
6376
6377         * url.c (construct_relative): New function.
6378
6379         * recur.c (recursive_retrieve): Use it.
6380
6381         * retr.c (convert_links): New function.
6382
6383 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
6384
6385         * url.c (free_urlpos): New function.
6386
6387         * recur.c (recursive_retrieve): Adapt.
6388
6389         * url.c (get_urls_html): Return a linked list instead of a vector.
6390
6391         * url.c (get_urls_file): Return a linked list instead of a vector.
6392
6393         * geturl.1: Update.
6394
6395         * http.c (gethttp): Implement it.
6396
6397         * init.c (setval): New option: SAVEHEADERS
6398
6399         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
6400         be retrieved. Lack of this test caused bugs when the connection
6401         was lost during listing.
6402
6403         * retr.c (retrieve_url): Fixed a bug that caused
6404         coredumps. *newloc is now reset by default.
6405         (retrieve_url): Lift the twenty-tries limit on proxies.
6406
6407         * version.c: Changed version to 1.4b20.
6408
6409 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
6410
6411         * version.c: "Released" 1.4b19.
6412
6413 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
6414
6415         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
6416         (getftp): Changed prototype to accept ccon *.
6417
6418 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
6419
6420         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
6421         incorrect values to files pointed to by symbolic links.
6422         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
6423
6424 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
6425
6426         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
6427
6428         * main.c (main): New option: --user-agent.
6429
6430         * geturl.1: Ditto.
6431
6432         * init.h: Ditto.
6433
6434         * init.c (setval): Ditto.
6435
6436         * main.c (main): Rename "server-headers" to "server-response".
6437
6438         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
6439         executables in 'ls -F' listings.
6440
6441 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
6442
6443         * url.c (parseurl): Remove realloc() and sprintf().
6444         (str_url): Get rid of sprintf().
6445
6446         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
6447         servers.
6448
6449         * url.h (URL_CLEANSE): Made it else-resistant.
6450         (USE_PROXY): New macro.
6451
6452 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
6453
6454         * NEWS: Update.
6455
6456         * version.c: Changed version to 1.4b19.
6457
6458 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
6459
6460         * version.c: "Released" 1.4b18.
6461
6462         * url.c: Made it reallocate space exponentially.
6463
6464 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
6465
6466         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
6467         the list of stuff to fetch.
6468
6469 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
6470
6471         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
6472         -Fi.
6473
6474         * html.c (htmlfindurl): Rewrite.
6475
6476         * http.c (gethttp): Use opt.proxy_cache.
6477
6478         * main.c (main): Added --cache option.
6479
6480         * ftp.c (ftp_response): Print server response if opt.print_server
6481         response is set.
6482         (getftp): Print newlines after each request if the server response
6483         is to be printed.
6484         (ftp_response): Copy the last response line to last_respline.
6485
6486         * http.c (gethttp): Add Pragma: nocache for retried
6487         proxy-retrievals.
6488
6489         * ftp.c (getftp): Use it.
6490
6491         * retr.c (buf_discard): New function.
6492
6493         * ftp.c (ftp_response): Use buf_readchar().
6494         (getftp): Flush the control connection buffer before calling
6495         get_contents().
6496
6497         * retr.c (buf_readchar): New function.
6498         (buf_flush): New function.
6499         (get_contents): Use buf_readchar() instead of read(x, x, 1).
6500         (get_contents): Use buf_flush.
6501
6502 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
6503
6504         * ftp.c: Incorporate changes to ftp_response.
6505
6506         * ftp.c (ftp_response): Allocate the server response dynamically,
6507         as in read_whole_line and fetch_next_header.
6508
6509         * utils.c (read_whole_line): Fixed a bug that prevented reading
6510         the last line if it is not \n-terminated. Also fixed a possible
6511         memory overflow.
6512
6513         * http.c (fetch_next_header): Return malloc-ed string as large as
6514         needed.
6515         (gethttp): Use new fetch_next_header.
6516
6517 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
6518
6519         * http.c (hgetlen): Compute the header length the first time only.
6520         (hgettype): Ditto.
6521         (hgetlocation): Ditto.
6522         (hgetmodified): Ditto.
6523
6524 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
6525
6526         * sample.geturlrc: Update.
6527
6528 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
6529
6530         * http.c (http_loop): Ditto.
6531
6532         * ftp.c (getftp): Open the output file as binary.
6533
6534         * version.c: Changed version to 1.4b18.
6535
6536 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
6537
6538         * version.c: "Released" 1.4b17.
6539
6540         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
6541         instead of failed assertion.
6542
6543 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
6544
6545         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
6546         if a file of that name already exists.
6547
6548 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
6549
6550         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
6551
6552         * config.h.in: Define gethostbyname as Rgethostbyname when using
6553         Socks.
6554
6555         * configure.in: Check for -lresolv if using Socks.
6556
6557         * version.c: Changed version to 1.4b17.
6558
6559 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
6560
6561         * version.c: "Released" 1.4b16.
6562
6563         * http.c (gethttp): More intelligent check for first line of HTTP
6564         response.
6565         (gethttp): Would bug out on time-stamping.
6566
6567         * version.c: Changed version to 1.4b16.
6568
6569 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
6570
6571         * version.c: Released 1.4b15.
6572
6573         * http.c (http_loop): Print \n after the loop entry, not before.
6574
6575         * url.c (url_filename): Use ISDOT.
6576
6577         * url.h (ISDOT): New macro.
6578
6579         * recur.c (recursive_retrieve): Change only opt.recursive for
6580         following FTP.
6581
6582 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
6583
6584         * socks/geturl.cgi: Fixed version No.
6585
6586         * socks/download-netscape.html: Ditto.
6587
6588         * socks/download.html: Changed socks.html to download.html.
6589
6590 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
6591
6592         * url.c (url_filename): Check for opt.dirstruct instead for
6593         opt.recursive && opt.dirstruct.
6594
6595         * init.c (defaults): Ditto.
6596         (defaults): Reset dirstruct by default.
6597         (setval): Set opt.dirstruct whenever setting recursive.
6598
6599         * init.h: Removed FORCEDIRHIER.
6600
6601         * INSTALL: Added -L to socks-description.
6602
6603         * version.c: Changed version to 1.4b15.
6604
6605 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
6606
6607         * version.c: "Released" 1.4b14.
6608
6609         * geturl.1: Update AUTHOR to include Rosella as contributor.
6610
6611         * NEWS: Update.
6612
6613         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
6614
6615         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
6616         (cal_time): Fix == to eq.
6617
6618         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
6619
6620         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
6621
6622         * Makefile.in: Use @VERSION@.
6623
6624         * configure.in: Check version from version.c.
6625
6626         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
6627
6628         * socks/download.html: Created from download-netscape.html, made
6629         HTML-2.0 compliant.
6630
6631         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
6632         following FTP links from recursions.
6633
6634 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
6635
6636         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
6637         absolute directories correctly.
6638
6639         * version.c: Changed version to 1.4b14.
6640
6641 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
6642
6643         * version.c: "Released" 1.4b13.
6644
6645         * url.c (make_backup): New function.
6646
6647         * http.c (http_loop): Make a backup copy of the local file (using
6648         rename(2)) before opening it.
6649
6650         * main.c (main): Added --backups.
6651
6652         * host.c (ftp_getaddress): Bail out on failed mycuserid().
6653         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
6654         (ftp_getaddress): Check for empty, null or (null) domain.
6655
6656         * url.c (get_urls_html): If this_url is NULL, the base must have a
6657         protocol.
6658         (parseurl): Use has_proto.
6659
6660         * retr.c (retrieve_url): Warn when proxy is used with more than 20
6661         retries.
6662
6663         * url.c (mkstruct): Create the directory (calling mymkdir()) only
6664         if it is not already there.
6665         (has_proto): New function.
6666         (get_urls_html): Eliminate the remaining call to findurl -- use
6667         has_proto.
6668
6669         * geturl.1: Ditto.
6670
6671         * main.c: Change -X to -x.
6672
6673         * url.c (url_filename): Simplify creation of filename if
6674         prefix_files is set.
6675         (url_filename): Simplify everything. And I do mean *everything*.
6676         (mkstruct): Add dir_prefix before hostname.
6677         (path_simplify): Fixed a bug that caused writing outside the path
6678         string in case of "." and ".." path strings.
6679
6680 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
6681
6682         * init.c: Added --mirror.
6683
6684         * main.c (main): Added -X to force saving of directory hierarchy.
6685
6686         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
6687         (ftp_retrieve_list): Check whether quota is exceeded.
6688
6689         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
6690
6691         * http.c (gethttp): Use referer if present.
6692
6693         * recur.c (recursive_retrieve): Set u->referer before calling
6694         retrieve_url.
6695
6696         * url.c (newurl): Use memset to nullify the struct members.
6697         (freeurl): Free the referer field too.
6698
6699         * url.h: Added referer to urlinfo.
6700
6701         * geturl.1: Updated the manual to document some of the new features.
6702
6703         * utils.c (numdigit): Moved from url.c.
6704
6705         * README: Rewritten.
6706
6707         * config.h.in: Add the support for socks.
6708
6709         * configure.in: Add the support for socks.
6710
6711         * url.c (url_filename): If the dir_prefix is ".", work with just
6712         the file name.
6713         (url_filename): Do not look for .n extensions if timestamping if
6714         turned on.
6715
6716         * retr.c (show_progress): Skip the over-abundant restval data, and
6717         print the rest of it with ',' instead of '.'.
6718
6719 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
6720
6721         * retr.c (show_progress): Changed second arg. to long (as it
6722         should be).
6723         (show_progress): Moved to retr.c.
6724         (get_contents): Moved to retr.c.
6725
6726         * version.c: Change version to 1.4b13.
6727
6728 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
6729
6730         * url.c (in_acclist): Would return after the first suffix.
6731
6732 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
6733
6734         * version.c: "Released" 1.4b12.
6735
6736         * url.c (path_simplify): More kludgifications.
6737         (get_urls_html): Use new parameters for htmlfindurl.
6738
6739         * html.c: Removed memorizing "parser states", since the new
6740         organization does not require them.
6741
6742         * init.c (run_geturlrc): Use read_whole_line.
6743
6744         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
6745
6746         * recur.c (parse_robots): Use read_whole_line.
6747
6748         * utils.c (read_whole_line): New function.
6749
6750         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
6751
6752         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
6753         tested on OSF and Ultrix.
6754         (add_hlist): New function.
6755         (free_hlist): New function.
6756         (search_host): New function.
6757         (search_address): New function.
6758         (realhost): Use search_host, search_address and add_hlist.
6759         (same_host): Replaced realloc() with strdupdelim(), made
6760         case-insensitive, fixed a memory leak.
6761
6762         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
6763         tm_min, like intended.
6764
6765         * version.c: Change user agent information to
6766         Geturl/version.
6767
6768 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
6769
6770         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
6771
6772         * url.c (acceptable): Always accept directories.
6773
6774         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
6775         servers by stripping trailing @ from symlinks and trailing / from
6776         directories.
6777
6778         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
6779
6780         * url.c (skip_url): Use toupper instead of UCASE.
6781
6782         * host.c (sufmatch): Made it case-insensitive.
6783
6784         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
6785         (match_backwards): New function, instead of
6786         match_backwards_or_pattern.
6787
6788         * recur.c (recursive_retrieve): Increased performance by
6789         introducing inl, which reduces number of calls to in_slist to only
6790         one.
6791
6792         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
6793         routine to use.
6794
6795         * main.c (printhelp): Removed the warranty stuff.
6796
6797 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
6798
6799         * url.c (add_slist): Simplify.
6800         (match_backwards_or_pattern): New function.
6801         (in_acclist): Use match_backwards_or_pattern.
6802         (matches): Remove.
6803
6804 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
6805
6806         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
6807         recursive.
6808
6809         * html.c (ftp_index): Fixed to work. Beautified the output.
6810
6811         * ftp.c (ftp_retrieve_glob): Another argument to control whether
6812         globbing is to be used.
6813         (ftp_retrieve_list): Compare the time-stamps of local and remote
6814         files to determine whether to download.
6815
6816 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
6817
6818         * ftp.c (rel_constr): New function.
6819
6820         * retr.c (retrieve_from_file): Check for text/html before
6821         retrieving recursively.
6822
6823         * main.c (main): Check whether the file is HTML before going into
6824         recursive HTML retrieving.
6825
6826         * ftp.c (ftp_retrieve_list): Manage directories.
6827         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
6828         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
6829         initialized, causing bugchecks in getftp to fail.
6830
6831         * configure.in: Check for symlink.
6832
6833         * ftp.c (ftp_retrieve_list): Added support for symlinks.
6834
6835         * version.c: "Released" 1.4b10.
6836
6837         * atotm.c (atotm): Redeclared as time_t.
6838
6839         * init.c: New variable "timestamping".
6840
6841         * main.c (main): New option 'N'.
6842
6843         * http.c (hgetlocation): Case-insensitive match.
6844         (hgetmodified): New function.
6845         (http_loop): Implement time-stamping.
6846
6847 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
6848
6849         * version.c: Changed version to 1.4b10
6850
6851         * atotm.c: New file, from phttpd.
6852
6853         * options.h (struct options): New parameter timestamping.
6854
6855         * version.c: 1.4b9 "released".
6856
6857         * recur.c (recursive_retrieve): Used linked list (ulist) for
6858         faster storing of URLs.
6859
6860         * url.c (get_urls_html): Removed the old kludge with comparing the
6861         outputs of htmlfindurl and findurl.
6862         (get_urls_html): Added better protocol support here.
6863         (create_hash): Removed, as well as add_hash and in_hash.
6864         (addslist): New function.
6865         (in_slist): ditto
6866
6867         * version.c: Released 1.4b8, changed version to b9.
6868
6869 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
6870
6871         * ftp.c (freefileinfo): New function.
6872         (delelement): New function.
6873
6874         * everywhere: GPL!
6875
6876         * ftp.c (ftp_loop): Use ccon.
6877         (ftp_retrieve_glob): Likewise.
6878
6879         * ftp.h: Define ccon, to define status of control connection.
6880
6881         * ftp.c (ftp_get_listing): New function.
6882         (ftp_retrieve_more): New function.
6883         (ftp_retrieve_glob): New function.
6884
6885 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
6886
6887         * configure.in: Removed the search for cuserid().
6888
6889         * init.c (getmode): Renamed to getperms.
6890
6891 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
6892
6893         * version.c: New version.
6894
6895         * main.c (hangup): New function, that handles hangup. Hangup
6896         signal now causes geturl to stop writing on stdout, and to write
6897         to a log file.
6898
6899         * ftp.c (getftp): "Released" 1.4b7.
6900
6901         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
6902         (ftp_index): Use fileinfo/urlinfo.
6903
6904         * ftp-unix.c (ftp_parse_ls): New function.
6905         (symperms): New function.
6906
6907         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
6908
6909         * retr.c (retrieve_url): Added FTP support.
6910
6911 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
6912
6913         * geturl.h: Removed NOTFTP2HTML enum.
6914         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
6915
6916         * ftp.c (getftp): Resynched with urlinfo.
6917         (getftp): Removed HMTL-ization of index.html from getftp.
6918
6919         * version.c: 1.4b6 "released".
6920
6921         * options.h (options): New struct, to keep options in.
6922
6923         * http.c (http_loop,gethttp): Synched with proxy.
6924
6925         * retr.c (retrieve_url): Implemented proxy retrieval.
6926
6927         * main.c (main): Use retrieve_from_file.
6928
6929 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
6930
6931         * retr.c (retrieve_from_file): New function.
6932
6933         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
6934         can be found in u->proto.
6935
6936         * ftp.c (ftp_response): Fixed to accept multi-line responses as
6937         per RFC 959.
6938
6939         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
6940
6941         * url.c (mymkdir): Removed the file of the same name, if one
6942         exists.
6943         (isfile): New function.
6944         (mkstruct): Fixed the '/' glitches.
6945         (path_simplify): Hacked to treat something/.. correctly.
6946
6947 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
6948
6949         * http.c (gethttp): Close the socket after error in headers.
6950         (http_loop): HEOF no longer a fatal header.
6951
6952         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
6953         simplifies the syntax of calling retrieve_url.
6954
6955         * recr.c (recursive_retrieve): Modified to use get_urls_html.
6956
6957         * url.c (get_urls_file): New function.
6958         (get_urls_html): New function.
6959
6960         * recr.c (recursive_retrieve): Patched up to conform to the
6961         standards.
6962
6963         * http.c (gethttp): Synched with the rest...
6964         (gethttp): Treat only CONREFUSED specially, with connection
6965         errors.
6966
6967         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
6968
6969 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
6970
6971         * http.c (http_loop): New function.
6972
6973         * loop.c: Removed *lots* of stuff from retrieve_url.
6974
6975         * url.c (parseurl): Changed to work with urlinfo. Integrated
6976         username finding and path parsing.
6977         (newurl): New function.
6978         (freeurl): New function.
6979         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
6980         (url_filename): Likewise.
6981         (path_simplify): Accept relative paths too.
6982         (opt_url): Made urlinfo-compliant, removed bogosities.
6983         (path_simplify): Expanded to accept relative paths.
6984         (str_url): A replacement for hide_url
6985         (decode_string): Fixed a bug that caused malfunctioning when
6986         encountering an illegal %.. combination.
6987         (opt_url): Removed the argument. Dot-optimizations are now default.
6988
6989         * nmalloc.c (strdupdelim): New function.
6990
6991         * url.h: Added the urlinfo structure
6992
6993 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
6994
6995         * url.c (hide_url): Thrown out the protocol assertion. Do not
6996         change the URL if the protocol if not recognized.
6997         (findurl): Put continue instead of break.
6998
6999 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
7000
7001         * sample.geturlrc: Changed the defaults to be commented out and
7002         harmless (previous defaults caused pains if copied to
7003         ~/.geturlrc).
7004
7005         * http.c (gethttp): Print the HTTP request in debug mode.
7006
7007         * connect.c (iread): Added EINTR check loop to select-ing
7008         too. EINTR is now correctly handled with select().
7009
7010         * TODO: new file
7011
7012 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
7013
7014         * host.c (same_host): Made the function a little bit more
7015         intelligent regarding diversified URL syntaxes.
7016
7017         * url.c (skip_url): Spaces are now skipped after URL:
7018
7019         * Released 1.3.1 with the patch to prevent crashing when sending
7020         NULL to robot* functions and the patch to compile "out of the box"
7021         on AIX.
7022
7023         * recr.c (recursive_retrieve): Added checking whether this_url is
7024         NULL when calling the robot functions.
7025
7026         * ChangeLog: New file.