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