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