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