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