]> sjero.net Git - wget/blob - src/ChangeLog
[svn] Remove obsolete definition of with_thousand_seps_sum.
[wget] / src / ChangeLog
1 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
2
3         * wget.h: Remove obsolete definition of with_thousand_seps_sum.
4
5 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
6
7         * gnu-md5.h: Unconditionally include limits.h.
8
9 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
10
11         * utils.c (random_number): Use lrand48 if available.
12         (random_float): Use drand48 if available.
13
14 2005-06-29  Hrvoje Niksic  <hniksic@xemacs.org>
15
16         * main.c (secs_to_human_time): Use print_decimal when printing
17         total download time in seconds.
18
19         * progress.c (print_row_stats): Use it to print total download
20         time at the end of the download.
21         (create_image): Ditto.
22
23         * utils.c (print_decimal): New function; print small decimal
24         numbers with more precision than large ones.
25
26         * progress.c (print_row_stats): New function.  Print ETA after the
27         download rate at the end of each row.
28
29 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
30
31         * init.c (parse_line): Check for alphanumerics.
32
33 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
34
35         * (dot_create): Remove unnecessary casts.
36
37 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
38
39         * ftp.c (getftp): Delete trailing newlines from LIST output so
40         lines don't come out with trailing \015\012 with -S.
41
42 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
43
44         * mswindows.h: Remove superfluous includes.
45
46 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
47
48         * config-post.h (alloca): Amend alloca declaration to take care of
49         all Win32 compilers, not just MSVC and MinGW.
50
51 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
52
53         * utils.c (get_grouping_data): Force separator to "." rather than
54         " " when "," is taken.
55
56 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
57
58         * wget.h (PTR_FORMAT): Cast the result of sizeof to int before
59         passing it to printf's %*.
60
61         * retr.h: Declare output_stream and output_stream_regular.
62
63         * ftp.h: Declare ftp_last_respline.
64
65         * convert.h: Declare dl_url_file_map.
66
67         * http.h: New file.
68
69 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
70
71         * cookies.c: Make cookies_now static.
72
73 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
74
75         * utils.c (human_readable): Remove intermediary cast to long; MSVC
76         has problems casting *unsigned* __int64 to double.
77
78 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
79
80         * sysdep.h: Use the system-provided fnmatch by default.
81
82 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
83
84         * http.c (mktime_from_utc): Renamed to timegm and moved to cmpt.c.
85         Don't compile it if GNU timegm is available.
86         (http_atotm): Use timegm.
87
88 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
89
90         * http.c (http_atotm): Correctly query the old locale value.
91
92 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
93
94         * config-post.h (alloca): Don't #define alloca under MinGW32,
95         which defines it in malloc.h, included from mswindows.h.
96
97 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
98
99         * utils.c (get_grouping_data): Force the use of separators in C
100         locale.
101
102 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
103
104         * main.c (i18n_initialize): Set all locale categories.
105
106         * http.c (http_atotm): Temporarily set locale to "C".
107
108 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
109
110         * http.c (gethttp): Improve "POST data file missing" error
111         message.
112
113 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
114
115         * progress.c (set_progress_implementation): Type COLON as const
116         char *.
117
118 2005-06-27  Hrvoje Niksic  <hniksic@xemacs.org>
119
120         * utils.c (with_thousand_seps): Handle negative numbers.
121
122 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
123
124         * progress.c (create_image): Mark the "eta" string for translation.
125
126 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
127
128         * html-url.c (get_urls_file): Don't explicitly set entry->next to
129         NULL since entry is already zeroed out.
130
131 2005-06-26  Gisle Vanem  <giva@bgnett.no>
132
133         * mswindows.h: Define gai_strerror under MinGW.
134
135 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
136
137         * utils.c (with_thousand_seps): Correctly implement thousand seps
138         consisting of more than one character.
139
140 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
141
142         * main.c (secs_to_human_time): Ditto.
143
144         * progress.c (create_image): Print more exact duration of very
145         short downloads.
146
147         * main.c (secs_to_human_time): Don't translate time suffixes "h",
148         "m", and "s", which are not strictly SI, but are "accepted for use
149         with SI".
150         (secs_to_human_time): Print really small intervals as 0s, not
151         0.00s.
152
153 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
154
155         * config-post.h: Replace the alloca declaration with the one from
156         the latest Autoconf manual.  This should remove a warning with GCC
157         on AIX.
158
159 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
160
161         * ftp.c (getftp): Always invoke SIZE, not only when continuing a
162         download.
163
164         * main.c (main): Ditto here.
165
166         * progress.c (create_image): When the download is finished, print
167         how long it took.
168
169 2005-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
170
171         * main.c (main): Print the downloaded and quota amounts with the
172         "human_readable" function.
173
174         * ftp.c (print_length): Ditto.
175
176         * http.c (gethttp): Don't display thousand separators.
177
178         * utils.c (with_thousand_seps): Rewritten to respect locale
179         settings and to be type size agnostic.
180
181 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
182
183         * utils.c (human_readable): Divide with 1024 instead of shifting
184         so the operation can work with non-integer N.
185
186 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
187
188         * progress.c (eta_to_human): New logic for more human-readable
189         ETA.
190
191 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
192
193         * utils.c (with_thousand_seps_sum): Decrease buffer size so it
194         cannot overrun add_thousand_seps's buffer.
195
196 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
197
198         * utils.c (SPRINTF_WGINT): The correct format is %I64d, not just
199         %I64.
200
201 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
202
203         * http.c (http_loop): Don't warn about wildcards in HTTP URLs if
204         globbing isn't requested in the first place.
205
206         * retr.c (retrieve_url): Temporarily turn off globbing when
207         processing HTTP->FTP redirects.
208
209 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
210
211         * utils.c (with_thousand_seps_sum): Now defined only if
212         SUM_SIZE_INT is double.
213
214         * wget.h (SUM_SIZE_INT): Instead of bothering with long, long
215         long, __int64, and friends, simply either use wgint or double, end
216         of story.  Since we know how to print either, we no longer need
217         LARGE_INT_FMT.
218
219         * sysdeps.h (LARGE_INT): Renamed to SUM_SIZE_INT to better reflect
220         its intent, and moved to wget.h.
221
222 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
223
224         * Makefile.in: No need to clean .libs.
225
226 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
227
228         * cookies.c (parse_set_cookies): Cast pointer subtraction to int
229         before using it with %d; AIX compiler warns on this.
230         Reported by Jens Schleusener.
231
232 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
233
234         * http.c (gethttp): Don't prepend / here.
235
236         * cookies.c (cookie_handle_set_cookie): Prepend / to PATH.
237         (cookie_header): Ditto.
238
239 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
240
241         * init.c: opt.verbose must be declared as int.
242
243 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
244
245         * cmpt.c (strpbrk): Removed.
246         (mktime): Removed.
247         Include <time.h>.
248
249 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
250
251         * utils.c (read_file): Ditto.
252
253         * main.c (main): Use struct_fstat.
254
255         * mswindows.h (struct_fstat): Define a struct_fstat to deal with
256         the fact that Borland 5.5 has 64-bit stat, but not 64-bit fstat!
257
258 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
259
260         * sysdep.h: Remove code that deals with Watcom.
261
262 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
263
264         * all: Use bool instead of int and false/true instead of 0/non-0
265         for boolean variables and values.
266
267 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
268
269         * sysdep.h: Include the stdbool.h/_Bool/bool blurb from Autoconf.
270
271 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
272
273         * init.c (cmd_lockable_boolean): Removed.
274
275 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
276
277         * cookies.c (struct cookie): Use 1-bit bitfields for booleans
278         which makes the structure takes less space at no cost in
279         complexity.
280
281 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
282
283         * Makefile.in ($(OBJ)): Add the config.h dependency.
284
285 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
286
287         * openssl.c, connect.c, host.c: Replace instances of #ifdef
288         ENABLE_DEBUG if (opt.debug) {...} #endif with IF_DEBUG {...}.
289
290         * main.c: Rename the IF_DEBUG defined here to WHEN_DEBUG.
291
292         * wget.h (IF_DEBUG): New macro.
293         (DEBUGP): Define in terms of IF_DEBUG.
294
295 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
296
297         * http.c (gethttp): Only handle --set-cookies (and assert that
298         cookie jar exists) if opt.cookies is true.  Failure to do so
299         triggered the assert when --no-cookies was used and the server
300         sent a Set-Cookie header.  Ouch!
301
302 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
303
304         * connect.c (select_fd): Expect select() to exist.
305
306         * utils.c (xsleep): Always use select() as sleep fallback on
307         non-Windows platforms.
308
309         * ptimer.c: Delete the implementation of PTIMER_TIME.
310
311         * main.c: Assume existence of signal(), test for different signal
312         names instead.
313
314         * cmpt.c: Better document reasons why certain functions are
315         included.
316
317 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
318
319         * Makefile.in: Remove the manually maintained dependency list;
320         make all object files depend on every header.
321
322 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
323
324         * hash.c: Rename "mapping" to "cell" to avoid confusion with the
325         term "mapping" (or "map") sometimes being used for the entire hash
326         table.  Also rename "non-empty" to "occupied" for easier reading
327         of if (!NON_EMPTY (...)) ... .
328
329 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
330
331         * main.c, ptimer.c, sysdep.h, utils.c: Use #elif to simplify reading of
332         chained if-else-else-else-... statements.
333
334 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
335
336         * all: Return type of signal handlers is `void'.  Include signal.h
337         unconditionally.
338
339         * all: Don't explicitly cast values returned by malloc.  We no
340         longer support ancient compilers that don't declare malloc, and we
341         never supported C++ builds.
342
343 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
344
345         * all: Don't declare errno.  Include both time.h and sys/time.h,
346         as long as sys/time.h exists.  Don't dereference function pointers
347         when invoking the functions they point to.
348
349         * cmpt.c (memmove): Remove function mandated by C89.
350         (strerror): Ditto.
351         (strstr): Ditto.
352
353         * all: Undo the K&R-ization changes from 2005-05-03.
354
355         * all: Remove support for K&R compilers: use C89 function
356         declarations, remove definition of PARAMS, remove support for
357         varargs, and remove ansi2knr.  Assume the presence of time.h,
358         string.h, and other headers mandated by C89.
359
360 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
361
362         * init.c (cmd_lockable_boolean): Don't recognize literal "2" and
363         "-1" values; unlike 0 and 1, those should never be exposed to the
364         user.  Update the error message to be more self-consistent, as
365         proposed by Benno Schulenberg.
366
367 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
368
369         * http.c (gethttp): Don't free "head" before using it to save
370         headers.
371
372 2005-06-18  Hrvoje Niksic  <hniksic@xemacs.org>
373
374         * http.c (gethttp): When -E is in use, check for file existence
375         after appending ".html" to the name and modify the file name if
376         necessary.
377
378 2005-06-17  Hrvoje Niksic  <hniksic@xemacs.org>
379
380         * connect.c (socket_has_inet6): Removed.
381
382         * host.c (lookup_host): Don't use the AI_ADDRCONFIG getaddrinfo
383         hint.
384
385 2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
386
387         * init.c (cmd_lockable_boolean): Improve the error message so it
388         lists the more useful values first.
389
390 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
391
392         * http.c (gethttp): Also report the system error when the POST
393         data file is missing.
394
395 2005-06-15  Benno Schulenberg  <benno@nietvergeten.nl>
396
397         * ftp.c, http.c, connect.c, cookies.c, html-url.c, init.c, res.c:
398         Gettext-ize messages that were previously missed.
399
400 2005-06-15  Hrvoje Niksic  <hniksic@xemacs.org>
401
402         * host.h (ip_address): Remove the trailing comma from the type
403         enum in the no-IPv6 case.
404
405         * main.c (struct cmdline_option): Remove the trailing comma from
406         the enum.
407
408         Reported by Jens Schleusener.
409
410 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
411
412         * url.c (strpbrk_or_eos): Check for a recent GCC version before
413         using the statement-as-expression extension.
414
415 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
416
417         * http.c (gethttp): Don't attempt to "skip short body" if we're
418         issuing a HEAD request (in which case the response head is not
419         followed by a body).
420
421 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
422
423         * init.c (cmd_spec_header): Don't split the string along the
424         commas using cmd_vector; just append the new value using
425         vec_append instead.
426
427         * utils.c (vec_append): New function.
428
429 2005-05-27  Andreas Beckmann  <debian@abeckmann.de>
430
431         * html-url.c (tag_handle_link): Mark the content from the <link
432         src="..."> tag as expecting HTML.
433
434 2005-05-24  Hrvoje Niksic  <hniksic@xemacs.org>
435
436         * http.c (http_atotm): Document the origin of the "cookie date"
437         format.
438
439 2005-05-21  Hrvoje Niksic  <hniksic@xemacs.org>
440
441         * init.c (setval_internal): Report exact command name alongside
442         the "display name".
443
444 2005-05-18  Hrvoje Niksic  <hniksic@xemacs.org>
445
446         * cookies.c (update_cookie_field): Explicitly cast -1 to time_t to
447         cope with systems where time_t is unsigned.
448
449         * cookies.c: Remove unnecessary casts to time_t from values
450         already of that type.
451
452 2005-05-17  Hrvoje Niksic  <hniksic@xemacs.org>
453
454         * ftp.c (ftp_loop_internal): Same here.
455
456         * http.c (http_loop): Don't clobber the file when -c is specified
457         and the first attempt to retrieve the file fails.
458
459 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
460
461         * openssl.c (ssl_check_certificate): Print all issues with a
462         certificate.
463
464 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
465
466         * ftp-basic.c: Don't xfree() the line returned by ftp_response if
467         the returned code is not FTPOK.
468
469 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
470
471         * init.c (cleanup): Don't free the non-existent opt.ftp_acc.  Free
472         the SSL-related stuff.
473
474 2005-05-16  Hrvoje Niksic  <hniksic@xemacs.org>
475
476         * ftp.c (print_length): Consistently print \n at end of the
477         "Length" line.
478
479 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
480
481         * openssl.c (ssl_connect): Announce the beginning and the end of
482         the SSL handshake when in debug mode.
483
484         * wget.h (PTR_FORMAT): New macro for easier printing of pointer
485         values.  Use %0*lx along with PTR_FORMAT instead of %p.
486
487 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
488
489         * http.c (gethttp): Would forget to close the connection when
490         keep_alive was not used.
491
492 2005-05-13  Hrvoje Niksic  <hniksic@xemacs.org>
493
494         * openssl.c (pattern_match): Document the code that decides
495         whether "*" matches ".".
496
497 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
498
499         * ftp-ls.c (ftp_index): Use %d to print the port number, which is
500         now int.
501         From Steven M. Schweda's VMS patches.
502
503 2005-05-12  Hrvoje Niksic  <hniksic@xemacs.org>
504
505         * url.c (rewrite_shorthand_url): Don't rewrite "https://host" to
506         "ftp://https//host" when SSL is not used.
507
508 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
509
510         * openssl.c (ssl_check_server_identity): Renamed to
511         ssl_check_certificate because it does more than just checking the
512         server's identity.
513         (ssl_check_certificate): Tell the user about
514         --no-check-certificate.
515
516 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
517
518         * openssl.c (ssl_init): Always use SSL_VERIFY_NONE, so that the
519         handshake finishes even if the certificate is invalid.  That way
520         ssl_check_server_identity can provide better diagnostics on why
521         the verification failed.
522
523 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
524
525         * openssl.c (pattern_match): New function.
526         (ssl_check_server_identity): Treat peer certificate common name as
527         wildcard.
528
529 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
530
531         * openssl.c (ssl_check_server_identity): Print certificate subject
532         and issuer.
533
534 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
535
536         * res.c (res_register_specs): Correctly pass pointers to
537         hash_table_get_pair.
538
539 2005-05-10  Hrvoje Niksic  <hniksic@xemacs.org>
540
541         * http.c (gethttp): Call ssl_check_server_identity.
542
543         * openssl.c (ssl_check_server_identity): New function, verifies
544         that the host name in the certificate matches the actual host
545         name.
546         (verify_cert_callback): Removed, since it didn't do anything
547         except returning the preverify_ok argument.
548
549         * connect.c (fd_transport_context): Allow retrieval of the context
550         pointer registered with fd_register_transport.
551
552 2005-05-09  Hrvoje Niksic  <hniksic@xemacs.org>
553
554         * openssl.c (verify_cert_callback): Renamed from verify_callback.
555         Always return the received "ok" value.  Print the X509 name in
556         debug mode.
557         (ssl_init): Enable partial writes in SSL context.
558
559 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
560
561         * http.c (http_loop): Check for wildcards in the URL path
562         component, not in the whole URL.
563
564         * ftp.c (ftp_loop): Check for wildcards in URL path before
565         unescaping, so the users can escape globbing metacharacters with %
566         escapes.
567
568 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
569
570         * init.c (run_command): Correctly interpret the return value of
571         parse_line.
572         (commands): Re-alphabetize.
573
574 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
575
576         * netrc.c (parse_netrc): Explicitly check for assignment != NULL
577         to silence warning from Borland C.
578
579         * url.c (sync_path): Don't unnecessarily increment p.
580         (url_parse): Don't unnecessarily set url_encode to NULL just
581         prior to return from the function.
582
583 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
584
585         * log.c (escnonprint_internal): Place variable declarations
586         before other statements.
587
588 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
589
590         * html-url.c: Include recur.h.
591
592         * http.c (request_new): Define as accepting no args.
593
594 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
595
596         * url.c (strpbrk_or_eos): Made inline.  Use strchr(s, '\0') for
597         finding the NUL char position.
598
599 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
600
601         * url.c (decide_copy_method): Renamed to char_needs_escaping.
602         Since it now returns only two possible values, change it to return
603         boolean (int).
604
605 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
606
607         * ftp-basic.c (ftp_request): Prevent newlines in VALUE causing
608         inadvertent sending of multiple FTP commands.
609
610 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
611
612         * url.c (decide_copy_method): Never cause reencode_escapes to
613         decode % escapes; it is too intrusive and breaks some servers.
614
615 2005-05-07  Hrvoje Niksic  <hniksic@xemacs.org>
616
617         * http.c (gethttp): When tunnelling SSL traffic over proxy with
618         CONNECT, we're really talking to the remote server directly.
619         Because of this, the request-line argument must be the URL path
620         rather than the whole URL, as it would be when using regular
621         proxies.
622         Reported by Charles Lane.
623
624 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
625
626         * init.c (cmd_spec_useragent): Allow empty User-Agent.
627
628         * http.c (gethttp): Don't print "unknown authentication scheme"
629         for failed Basic authentication.
630         (SET_USER_AGENT): Don't set user-agent if opt.useragent is empty.
631         (gethttp): Use alloca for allocation of www_authenticate.
632
633 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
634
635         * main.c (print_help): Fix wording of --secure-protocol help text.
636
637 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
638
639         * cmpt.c (strstr): Updated from glibc 2.3.5.
640
641 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
642
643         * http.c (http_atotm): Zero out the whole struct tm being passed
644         to strptime.
645
646 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
647
648         * main.c (main): Propagate option name to setoptval.
649
650         * init.c (setoptval): Accept another argument, OPTNAME.  Propagate
651         that argument as the option name independently of the actual
652         command, determined by command_by_name(com).
653
654 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
655
656         * init.c (parse_line): Make the return value indicate whether
657         there was a syntax error or a setter failed.
658         (run_wgetrc): Return an indication on whether an error has been
659         encountered.
660         (initialize): Abort if there have been errors running either
661         .wgetrc file.
662
663 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
664
665         * log.c (copy_and_escape): Slightly reduce code repetition between
666         the two loops.
667
668 2005-05-05  Charles C.Fu  <ccwf@bacchus.com>
669
670         * utils.c (proclist): Strip leading slash when calling fnmatch
671         too, otherwise wildcard comparisons always fail.
672
673 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
674
675         * utils.c (touch): Set access time to current time.
676
677 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
678
679         * url.c (url_unescape): Don't unescape %00, it effectively
680         truncates the string.
681
682 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
683
684         * log.c (copy_and_escape): Replace the FOR_URI argument with a
685         slightly more general mechanism for specifying different kinds of
686         escape.
687
688 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
689
690         * ftp-basic.c (ftp_response): Fix printing FTP server response.
691
692 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
693
694         * retr.c (limit_bandwidth_reset): Reset sleep_adjust.
695         (limit_bandwidth): Don't allow huge "adjustment" values that
696         result from being suspended for a while.
697
698 2005-05-04  Hrvoje Niksic  <hniksic@xemacs.org>
699
700         * wget.h: If gettext was found but libtintl.h wasn't, declare
701         gettext's return type to avoid type mismatches.
702
703 2005-05-03  Hrvoje Niksic  <hniksic@xemacs.org>
704
705         * url.c (url_parse): Rename label `error' to avoid conflict with
706         identifier.
707
708         * retr.c (fd_read_body): Rename label `out' to avoid conflict with
709         identifier.
710         (fd_read_hunk): Use explicit double constant.
711         (retrieve_from_file): Don't use string concatenation.
712         (sleep_between_retrievals): Make sure xsleep is called with a
713         `double' argument.
714         (no_proxy_match): Define as static, like it is declared.
715
716         * progress.c (bar_create): Use 0.0 instead of 0 because K&R
717         compilers can't automatically promote it.
718
719         * http-ntlm.c (ntlm_output): Replace \xHH sequences with \OOO for
720         the sake of old compilers.
721
722         * ftp.c (ftp_loop_internal): Don't use string concatenation.
723
724         * http.c (request_send): Use explicit double constants when
725         calling fd_read and fd_write.
726         (post_file): Ditto.
727         (gethttp): Ditto.
728         (skip_short_body): Ditto.
729
730         * ftp-basic.c: When calling fd_write, specify the last argument as
731         a `double' constant for the sake of K&R compilers which don't see
732         the prototype and therefore can't promote it to double
733         automatically.
734
735         * cookies.c (cookie_jar_load): Rename abort label to abort_cookie
736         to avoid name conflict in K&R compilers.
737
738 2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
739
740         * ptimer.c (posix_init): Since we allow _POSIX_MONOTONIC_CLOCK==0,
741         it is not enough to check for _POSIX_MONOTONIC_CLOCK-0, we must
742         also check for defined(_POSIX_MONOTONIC_CLOCK).
743
744 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
745
746         * ftp.c, hash.c, connect.c, host.c, http.c: Remove unreached code,
747         such as "break" following return or abort.
748
749 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
750
751         * init.c (commands): Wrap the use of opt.random_file in #ifdef
752         HAVE_SSL.
753
754 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
755
756         * http.c (gethttp): Correctly set the user agent.
757
758 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
759
760         * init.c (cmd_spec_useragent): Free the old value of
761         opt.useragent before setting the new one.
762
763 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
764
765         * main.c: Map --ftp-password, --http-password and --proxy-password to
766         the new ftppassword, httppassword and proxypassword commands
767         respectively.  Document the --user and --password options in the help
768         string.
769         
770 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
771
772         * ftp.c: Add support for --user and --password.
773         
774         * http.c: Add support for --user and --password.
775         
776         * init.c: Deprecated ftppasswd, httppasswd, login, passwd and
777         proxypasswd commands.  Added ftppassword, ftpuser, httppassword,
778         password, proxypassword and user commands.
779
780         * main.c: Renamed --ftp-passwd to --ftp-password.  Added --ftp-user,
781         --http-password, --password, --proxy-password and --user.  Deprecated
782         --http-passwd and --proxy-passwd.  Added documentation for new options
783         and removed documentation for deprecated options in the help string.
784         
785         * options.h (struct options): Added user and passwd members to handle
786         --user and --password respectively.  Renamed ftp_acc and ftp_pass
787         members to ftp_user and ftp_passwd for consistency.
788
789 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
790
791         * main.c (print_help): Advertise "DER", not "ASN1".
792
793 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
794
795         * openssl.c (init_prng): Disable the weak random seed by default.
796
797         * http.c (gethttp): Simplify SSL initialization; disable SSL when
798         anything goes wrong with the initialization.
799
800         * options.h (struct options): New option opt.random_file.
801
802 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
803
804         * init.c: Wrap private key commands in IF_SSL.
805
806 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
807
808         * openssl.c (ssl_init): Ditto.
809
810         * options.h (struct options): Allow separate specification of key
811         type and certificate type.
812
813         * init.c (cmd_spec_cert_type): Provide a "der" synonym for "asn1"
814         certificate encoding.
815
816 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
817
818         * openssl.c: Renamed "gen_sslfunc.c" to "openssl.c" and
819         "gen_sslfunc.h" to "openssl.h".  This reflects the intent of
820         openssl.c encapsulating the OpenSSL-specific code.
821
822 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
823
824         * init.c: Renamed "closure" (a synonym for context in some
825         cultures) to "place", which more accurately reflects the usage.
826
827 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
828
829         * gen_sslfunc.c (ssl_init): Use default locations for loading the
830         certificate bundles.
831         (ssl_init_prng): Disable the cryptographically weak PRNG
832         initialization fallback.
833
834         * init.c: Renamed SSL command-line arguments and wgetrc commands.
835         (defaults): Check the server certificate by default.
836
837 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
838
839         * cookies.c (cookie_handle_set_cookie): Delete the part of the
840         path after the trailing slash.
841
842         * http.c (gethttp): Call cookie_handle_set_cookie with path that
843         begins with '/'.
844
845 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
846
847         * http.c (gethttp): Call skip_short_body only if keep_alive is in
848         use.
849         (gethttp): Send the User-Agent header with the CONNECT request as
850         well.
851
852 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
853
854         * main.c (option_data): Removed support for the undocumented flag
855         --use-proxy.
856
857 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
858
859         * main.c (option_data): Don't treat -Y as a boolean switch; treat
860         it as a value switch instead, so "-Y off" continues to work.
861
862 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
863
864         * utils.c (aprintf): Delete unreachable statement.
865
866 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
867
868         * host.c (cmp_prefer_ipv4): New function.
869         (cmp_prefer_ipv6): New function.
870         (lookup_host): Use the appropriate comparator according to
871         opt.prefer_family.
872
873         * init.c: New option prefer_family.
874
875         * host.c (is_valid_ipv6_address): Spell NS_* constants in lower
876         case to avoid clash with system headers.
877         (lookup_host): Reorder the addresses so that IPv4 ones come first.
878
879         * utils.c (stable_sort): New function.
880
881 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
882
883         * connect.c (retryable_socket_connect_error): Return 0 for
884         ENETUNREACH and EHOSTUNREACH.
885
886 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
887
888         * cmpt.c: Reenable the memmove implementation for systems that
889         lack it.
890
891         * http.c (gethttp): Store the "authorized" state of the persistent
892         connection.
893         (request_remove_header): New function.
894         (gethttp): Don't send the "Basic" authentication if the connection
895         is already authorized.
896
897 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
898
899         * utils.c (base64_encode): Treat input as unsigned chars.
900         Required for correct encoding of binary stuff.
901
902 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
903
904         * http-ntlm.c: Format the function definitions in an
905         ansi2knr-friendly fashion.
906
907 2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
908
909         * http.c (gethttp): Handle multiple WWW-Authentication headers,
910         only one of which is recognized.  Those are sent by IIS with NTLM
911         authorization.
912         (create_authorization_line): Propagate information whether
913         authorization is finished.
914         (gethttp): Only stop authorization when it's really finished, not
915         after fixed two steps.
916
917 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
918
919         * gen_sslfunc.c (ssl_init): Fix warning message text; mark the
920         message as translatable.
921
922 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
923
924         * main.c (print_help): Print the EGD option outside the cluster of
925         SSL options.
926
927 2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
928
929         * http-ntlm.c (ntlm_output): Fix setting the domain.
930         Suggested by Sami Krank.
931
932 2005-04-20  Mauro Tortonesi  <mauro@ferrara.linux.it>
933
934         * connect.c: Set IPV6_V6ONLY socket option when -6 switch is used.
935
936 2005-04-20  FUJISHIMA Satsuki  <sf@FreeBSD.org>
937
938         * http.c (request_set_header): Fix the check whether a new header
939         needs to be allocated.
940
941 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
942
943         * utils.c (base64_encode): Use the parameter order that makes more
944         sense.  Return the length of the base64 written.  Updated all
945         callers.
946
947 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
948
949         * http.c (request_set_header): Free NAME when VALUE is NULL and
950         freeing the header name is requested.
951
952 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
953
954         * snprintf.c (fmtstr): Declare VALUE as const char *.
955         Based on patch by Russ Allbery.
956
957 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
958
959         * snprintf.c (fmtfp): More correct handling of significant digit
960         count with %g -- 0.002 has one significant digit, not three.
961
962 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
963
964         * retr.c (fd_read_body): Respect read timeout with non-interactive
965         or no progress gauge -- treat ETIMEDOUT specially only when
966         progress_interactive.
967         Reported by FUJISHIMA Satsuki.
968
969 2005-04-16  FUJISHIMA Satsuki  <sf@FreeBSD.org>
970
971         * http.c (gethttp): Don't use HTTP/1.0 persistent connections over
972         proxy.
973
974 2005-04-16  Hrvoje Niksic  <hniksic@xemacs.org>
975
976         * snprintf.c: Use the PARAMS macro to handle prototypes.  Write
977         function definitions in the ansi2knr-friendly way.
978         (fmtstr): If string precision is specified, don't read VALUE past
979         it.
980         (dopr): Actually print %g and %e formats.
981         (fmtfp): Fix a bug that caused 0.01 to be printed as 0.1.
982         (fmtfp): Use LLONG in floating point conversions to be able to
983         convert more digits.
984         (fmtfp): Interpret precision as number of significant digits with
985         %g.
986         (fmtfp): Omit trailing decimal zeros with %g.
987
988         * snprintf.c: Don't include <ctype.h> because none of it is used.
989         Include strings.h/string.h, as per Autoconf.
990
991 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
992
993         * ptimer.c: Use _POSIX_TIMERS - 0 > 0, which handles the case when
994         _POSIX_TIMERS is defined but empty, as well as the case when it is
995         undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
996         Suggested by Larry Jones.
997
998 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
999
1000         * ptimer.c: Check that _POSIX_TIMERS is defined as well as > 0.
1001         Problem reported by Steven M. Schweda.
1002
1003 2005-04-14  Hrvoje Niksic  <hniksic@xemacs.org>
1004
1005         * http.c (skip_short_body): Print the skipped body data in debug
1006         mode.
1007         (skip_short_body): Don't skip more than 4k of body data.
1008         (skip_short_body): Return whether the skipping was successful.
1009         (gethttp): If skip_short_body failed, invalidate the connection.
1010
1011 2005-04-12  Gisle Vanem  <giva@bgnett.no>
1012
1013         * ftp.c (getftp): Ditto.
1014
1015         * http.c (gethttp): Open the output file in binary mode.
1016
1017 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
1018
1019         * hash.c: Conditionalize including config.h on HAVE_CONFIG_H
1020         instead of on STANDALONE.
1021
1022 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
1023
1024         * gen_sslfunc.c (ssl_print_errors): Made static.
1025         (ssl_print_errors): Eliminate potentially dangerous fixed-size
1026         error buffer.  Passing NULL to ERR_error_string causes it to use
1027         its own static buffer, which is fine for our purposes.
1028
1029         * gen_sslfunc.c: Include gen_sslfunc.h.  Make the declarations of
1030         ssl_init and ssl_conect match the actual definitions.
1031         (ssl_connect): Simply return a boolean, the SSL context is no
1032         longer useful as a return value.
1033
1034         * retr.c: Don't include SSL headers; we don't need them.
1035
1036 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
1037
1038         * config-post.h: Don't define _VA_LIST under Solaris; it breaks
1039         compilation with GCC 3.4 under Solaris 10.  (It was defined to
1040         avoid a warning with previous versions of GCC.)
1041
1042 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
1043
1044         * xmalloc.c (register_ptr): Warn the user to increase SZ prior to
1045         aborting.
1046
1047 2005-04-11  Hrvoje Niksic  <hniksic@xemacs.org>
1048
1049         * convert.c (convert_cleanup): Free converted_files.
1050
1051 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
1052
1053         * wget.h (DEBUGP): Use __builtin_expect to give a hint to GCC that
1054         opt.debug is false in the vast majority of cases.
1055
1056 2005-04-10  Hrvoje Niksic  <hniksic@xemacs.org>
1057
1058         * config-post.h: Declare alloca as void *, not char *.
1059
1060 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
1061
1062         * recur.c (download_child_p): When -p is used, (temporarily)
1063         ignore accept/reject rules for HTMLs, even when they are at the
1064         maximum recursion depth.  That is because with -p we are, if
1065         necessary, overstepping the max. depth to get the requisites.
1066
1067 2004-06-12  Larry Jones <lawrence.jones@ugsplm.com>
1068
1069         * recur.c (download_child_p): Correct the logic in check number 6:
1070         test opt.reclevel (not DEPTH) against INFINITE_RECURSION.
1071
1072 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
1073
1074         * url.c: Use "static const" in preference to "const static".
1075         Sun's cc warns that "storage class after type is obsolescent".
1076
1077         * url.c (urlchr_table): Don't mark ~ as unsafe, too many broken
1078         web sites are confused when ~ is changed to %7E.  Their servers
1079         redirect /%7Efoo/ to /~foo/, which Wget again accesses using %7E,
1080         causing further redirections, therefore looping infinitely.  See
1081         Debian bug #301624 for an example.
1082
1083 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
1084
1085         * alloca.c: Include wget.h to be able to use xmalloc.  In addition
1086         to defining malloc to xmalloc, also define free to xfree.
1087
1088 2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
1089
1090         * http-ntlm.c (ntlm_output): Use "char", not "unsigned char" for
1091         ntlmbuf.  Our base64 functions accept char anyway.
1092         (ntlm_output): Join up the format string, since we nominally
1093         support K&R compilers.
1094         (ntlm_output): Ditto.
1095
1096 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1097
1098         * ptimer.c: Use Windows timers under Cygwin, whose POSIX timer
1099         implementation is incomplete.
1100
1101 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1102
1103         * ptimer.c (struct ptimer): Remove the unused initialized field.
1104
1105         * ptimer.c: Renamed function parameters from WT (which used to
1106         stand for wget_timer or wtimer) to PT.
1107
1108 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1109
1110         * ptimer.c (posix_init): Be smarter about choosing clocks.  In
1111         decreasing order of preference, use CLOCK_MONOTONIC,
1112         CLOCK_HIGHRES, and CLOCK_REALTIME.
1113         (ptimer_allocate): Removed.
1114
1115         * ptimer.c: Refactor the code by cleanly separating the
1116         architecture-dependent code from the architecture-independent
1117         code.
1118
1119 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1120
1121         * ptimer.c (ptimer_init): Explicitly check that
1122         _POSIX_MONOTONIC_CLOCK is *both* defined and >=0.  (Undefined
1123         symbols are >=0.)
1124
1125 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1126
1127         * ptimer.c (ptimer_diff): Fix typo affecting Windows build.
1128
1129 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1130
1131         * ptimer.c (ptimer_init): In fact, _POSIX_MONOTONIC_CLOCK needs to
1132         be >= 0.
1133
1134         * ptimer.c (ptimer_init): Check whether _POSIX_MONOTONIC_CLOCK is
1135         defined instead of whether it's greater than 0.  glibc defines it
1136         to 0, but still makes it available via sysconf.
1137
1138 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
1139
1140         * mswindows.c (str_to_int64): Rename OVERFLOW and UNDERFLOW to
1141         INT64_OVERFLOW and INT64_UNDERFLOW, since those names are used.
1142
1143 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
1144
1145         * ptimer.c: New file.  Move the "wtimer" functions from utils.c to
1146         this file and rename them to ptimer_.
1147
1148 2005-04-07  Hrvoje Niksic  <hniksic@xemacs.org>
1149
1150         * host.c (NO_ADDRESS): Define NO_ADDRESS only after the system
1151         headers have been included.
1152
1153 2005-04-06  Hrvoje Niksic  <hniksic@xemacs.org>
1154
1155         * http.c (pconn): Include NTLM data, which is per-connection.
1156         (known_authentication_scheme_p): Recognize NTLM authorization.
1157         (create_authorization_line): Call ntlm_input and ntlm_output.
1158
1159         * http-ntlm.c: New file, donated by Daniel Stenberg and originally
1160         written for curl, heavily modified for Wget.
1161
1162         * utils.c (base64_encode): Relocated from http.c, since it is now
1163         used by http-ntlm.c, and will possibly be used elsewhere.
1164         (base64_decode): New function, originally based on code from GNU
1165         recode.
1166
1167 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
1168
1169         * ftp.c (ftp_loop): Ditto.
1170
1171         * ftp-basic.c (ftp_pasv): Use the xzero shorthand for memset(0).
1172         (ftp_lpsv): Ditto.
1173
1174 2005-04-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
1175
1176         * Makefile.in: removed string_t.c from list of source files.
1177
1178 2005-04-04  Mauro Tortonesi  <mauro@ferrara.linux.it>
1179
1180         * string_t.c: Removed.
1181         
1182         * string_t.h: Removed.
1183
1184 2005-04-02  Hrvoje Niksic  <hniksic@xemacs.org>
1185
1186         * url.c (rewrite_shorthand_url): Only accept recognized schemes.
1187         That way "foo:80" will correctly be rewritten to "http://foo:80"
1188         instead of left unchanged and ultimately rejected because of
1189         "unsupported scheme foo".
1190
1191 2005-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
1192
1193         * utils.c (number_to_string): Avoid explicit 64-bit constants;
1194         construct them by multiplication at compile-time.
1195
1196         * utils.c, elsewhere: Don't append "L" to 32-bit integer
1197         constants; we aren't really compilable on 16-bit systems anyway.
1198
1199         * hash.c (prime_size): Remove primes larger than 2^31, but include
1200         2^31-1, which is prime.
1201
1202 2005-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
1203
1204         * utils.c (string_set_to_array): New function.
1205
1206         * convert.c: Replace the use of "slists" with sets/hash-tables,
1207         which in fact suit the intended purpose much better.
1208         downloaded_html_list is removed altogether.
1209
1210 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
1211
1212         * ftp.h (enum): Rename GLOBALL, GETALL, and GETONE to
1213         GLOB_GLOBALL, GLOB_GETALL, and GLOB_GETONE to avoid conflict with
1214         Linux headers.
1215
1216 2005-03-29  Hrvoje Niksic  <hniksic@xemacs.org>
1217
1218         * utils.c (numdigit): More correct handling of negative numbers.
1219
1220 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
1221
1222         * http.c (gethttp): Print the human-readable size.
1223
1224         * ftp.c (getftp): Print the human-readable size of the file to be
1225         downloaded.
1226
1227         * utils.c (human_readable): New function.
1228
1229         * utils.c: Renamed "legible" to "with_thousand_seps",
1230         "legible_large_int" to "with_thousand_seps_large", and "legible_1"
1231         to "add_thousand_seps".
1232
1233 2005-03-21  Hrvoje Niksic  <hniksic@xemacs.org>
1234
1235         * http.c (gethttp): Inhibit persistent connections when talking to
1236         proxies, as mandated by RFC 2068.
1237
1238 2005-03-20  Hrvoje Niksic  <hniksic@xemacs.org>
1239
1240         * url.c (unescape_single_char): New function.
1241         (url_escape_dir): Use it to unescape slashes in directory
1242         components.
1243         (url_string): Escape unsafe chars in host name, except for the ':'
1244         charaters, which can appear in IPv6 addresses.
1245
1246         * main.c (main): Don't access the cookie jar directly.
1247
1248         * log.c (escnonprint_internal): Correctly calculate the needed
1249         string size.  Don't forget the buffer's new size after having
1250         reallocated it.
1251         (log_cleanup): New function.  Free the escnonprint ring data.
1252
1253         * init.c (cleanup): Don't free the cookie jar explicitly, it is
1254         now done by http_cleanup.
1255         (cleanup): opt.user_headers is now a vector, free it with
1256         free_vec.
1257
1258         * http.c (gethttp): Make sure to free the request data, the status
1259         message, and the response data before returning from the function.
1260         (save_cookies): New function.
1261         (http_cleanup): Free the cookie jar here.
1262
1263         * hash.c: Renamed string_hash to hash_string and ptrhash to
1264         hash_pointer.  Exported hash_pointer.
1265
1266         * xmalloc.c: Organized malloc_table (previously malloc_debug) as a
1267         simple EQ hash table.  register_ptr and unregister_ptr are now of
1268         O(1) complexity.
1269
1270         * xmalloc.c: Renamed "*_debug" to debugging_* and "*_real" to
1271         checking_*.
1272
1273 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
1274
1275         * utils.c (debug_test_md5): Moved to gen-md5.c.
1276
1277         * mswindows.h: Don't declare inet_ntop, since we don't use it.
1278
1279         * mswindows.h: For consistency, also wrap closesocket, it being
1280         a Winsock call.
1281
1282         * mswindows.h: Don't declare sleep and usleep; we're defining
1283         xsleep now.
1284
1285         * mswindows.h (mkdir): Don't special-case Borland C, _mkdir
1286         works there as well.
1287
1288         * host.c: Don't include winsock header files; the correct ones
1289         are already included by mswindows.h.
1290
1291         * mswindows.c (xsleep): Round toward the nearest millisecond
1292         in an attempt to avoid average short sleeps.
1293
1294         * utils.c (wtimer_granularity): Report correct values for
1295         Windows timers and for high-resolution timers.
1296
1297         * utils.c (wtimer_initialize_once): New function, called to
1298         initialize the timer frequency.
1299
1300         * utils.c: Replace the use of GetSystemTime with high-resolution
1301         counters under Windows.  When high-resolution counters are
1302         unavailable, use GetTickCount().
1303
1304 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
1305
1306         * retr.c (fd_read_body): Undo the 2004-11-18 change.  Instead,
1307         always be "exact".
1308
1309 2005-03-17  Hrvoje Niksic  <hniksic@xemacs.org>
1310
1311         * ftp-basic.c (ftp_login): Don't free the string if ftp_response
1312         returned an error status because the line didn't get allocated in
1313         the first place.
1314
1315 2005-03-15  Hrvoje Niksic  <hniksic@xemacs.org>
1316
1317         * http.c (read_http_response_head): Limit the response size to 64k
1318         bytes.
1319
1320         * retr.c (fd_read_hunk): Accept a MAXSIZE argument that limits the
1321         number of bytes the function is allowed to allocate.
1322         (fd_read_line): Limit the line to 4096 bytes.
1323
1324 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
1325
1326         * wget.h: Include options.h after wgint has been defined.
1327
1328         * options.h (struct options): Declare options processed with
1329         cmd_bytes as wgint, not long.
1330
1331 2005-03-18  Hrvoje Niksic  <hniksic@xemacs.org>
1332
1333         * init.c (cmd_file): Use concat_strings.
1334
1335         * http.c (basic_authentication_encode): Use concat_strings.
1336
1337         * ftp-ls.c (ftp_index): Use concat_strings.
1338
1339         * ftp-basic.c (ftp_request): Use concat_strings.
1340
1341         * utils.c (concat_strings): New function.
1342
1343 2005-03-12  Hrvoje Niksic  <hniksic@xemacs.org>
1344
1345         * init.c (simple_atof): Handle negative numbers; skip whitespace
1346         before the number.
1347         (simple_atoi): Ditto.  Also, check for overflow and underflow.
1348         (cmd_number): Bail out on negative numbers.
1349         (parse_bytes_helper): Ditto.
1350
1351 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
1352
1353         * http.c (gethttp): Handle multiple Set-Cookie headers sent by
1354         remote server.
1355
1356 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
1357
1358         * init.c (defaults): Use passive FTP by default.
1359
1360 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
1361
1362         * mswindows.c: Provide wrappers to Winsock functions that set
1363         errno to WSAGetLastError() in case of failure.  Also provide a
1364         Windows-specific version of strerror.
1365
1366         * mswindows.h: Wrap calls to socket, bind, connect, recv, send,
1367         select, getsockname, getpeername, and setsockopt.
1368
1369 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
1370
1371         * url.c (url_parse): Reject port numbers larger than 65535.  We
1372         also check for overflow while parsing port numbers.
1373
1374 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
1375
1376         * utils.c (read_file): Don't use wgint for file size; LFS won't
1377         work since the file is mmap'ed as a whole.
1378
1379         * options.h: Don't include stdio.h.
1380
1381         * log.c: Ditto.
1382
1383         * init.c: Disambiguate assignment from non-zero test to avoid
1384         Borland C warning.
1385
1386         * http.c (response_new): Don't needlessly post-increment count.
1387
1388         * hash.c: Include stdio.h.
1389
1390         * gnu-md5.h: Don't include stdio.h.
1391
1392         * getopt.h (struct option): Always use const.
1393
1394         * ftp.c (getftp): Avoid unnecessary assignment to RES to avoid
1395         Borland C warning.
1396
1397         * ftp-ls.c: Disambiguate assignment from non-zero test to avoid
1398         Borland C warning.
1399
1400         * cmpt.c (strptime_internal): Don't initialize rp_backup when
1401         !_NL_CURRENT to avoid Borland C warning.
1402
1403 2005-03-06  Hrvoje Niksic  <hniksic@xemacs.org>
1404
1405         * utils.c (fopen_excl): Fix parse error when O_BINARY is
1406         available.
1407
1408 2005-03-05  Hrvoje Niksic  <hniksic@xemacs.org>
1409
1410         * url.c (url_file_name): Don't allow hosts named ".." to be
1411         appended as path elements.
1412
1413 2005-03-03  Hrvoje Niksic  <hniksic@xemacs.org>
1414
1415         * retr.c (retrieve_url): Escape location header.
1416
1417         * http.c (print_server_response_1): Escape server response when
1418         printing it.
1419         (gethttp): Escape host name, status message, location header, and
1420         content type.
1421         (http_loop): Escape error message from server.
1422
1423         * host.c (lookup_host): Escape host name when printing it.
1424
1425         * ftp.c (getftp): Escape user name when printing it.
1426         (getftp): Escape remote file and directory for printing.
1427         (getftp): Escape server listing when printing it.
1428         (ftp_retrieve_list): Escape link name and file name.
1429         (ftp_retrieve_glob): Escape file name.
1430
1431         * ftp-basic.c (ftp_response): Escape server response when printing
1432         it.
1433
1434         * cookies.c (parse_set_cookies): Escape the cookie field when
1435         printing it.
1436         (parse_set_cookies): Escape contents of remote header.
1437         (cookie_handle_set_cookie): Escape host name and cookie domain.
1438
1439         * connect.c (connect_to_ip): Escape the host name.
1440
1441         * log.c (escnonprint): New function, used for printing strings
1442         coming from the server that possibly contain non-ASCII characters.
1443         (escnonprint_uri): Ditto.
1444
1445 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
1446
1447         * ftp.c (getftp): Ditto.
1448
1449         * http.c (gethttp): When we're not supposed to overwrite files,
1450         use fopen_excl to open the file and recompute the file name.
1451
1452         * log.c (redirect_output): Use unique_create to avoid a race
1453         condition.
1454
1455         * mswindows.c (fake_fork_child): Use unique_create.
1456
1457         * utils.c (fopen_excl): New function that opens a stdio stream
1458         with the O_EXCL flag (where available).
1459         (unique_create): New function, like unique_name, but also creating
1460         the file and returning a file pointer.
1461         (fork_to_background): Use unique_create to create the file
1462         immediately to avoid race condition with multiple instances of
1463         wget -b.
1464
1465 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
1466
1467         * host.c (lookup_host): Test for AI_ADDRCONFIG directly, instead
1468         of checking for HAVE_GETADDRINFO_AI_ADDRCONFIG.
1469
1470 2005-02-23  Hrvoje Niksic  <hniksic@xemacs.org>
1471
1472         * host.c (is_valid_ipv6_address): Move here from url.c.
1473         (lookup_host): If the address is numeric, don't print the
1474         "resolving..." line, don't set up DNS timeouts, and set the
1475         AI_NUMERICHOST hint, where available.
1476
1477 2005-02-26  Gisle Vanem  <giva@bgnett.no>
1478
1479         * utils.c: Use the nnnLL syntax under GCC.  Define struct_stat to
1480         struct _stati64 under __MINGW32__ as well as under MS VC.
1481
1482 2005-02-26  Hrvoje Niksic  <hniksic@xemacs.org>
1483
1484         * utils.c: Use the nnnI64 syntax for __int64 constants under all
1485         Windows compilers.
1486         (SPRINTF_WGINT): Use "%I64" under all Windows compilers.
1487
1488         * mswindows.h (WGINT_MAX): Use the nnnI64 syntax for
1489         __int64 constants under all Windows compilers.
1490         (struct_stat): Use `struct stati64' under Borland C.
1491         (fstat): Don't redefine to _fstati64 under Borland.
1492
1493         * mswindows.c: Define str_to_int64 under Borland C as well as
1494         under (older) Visual C.
1495
1496 2005-02-25  Hrvoje Niksic  <hniksic@xemacs.org>
1497
1498         * ftp.c (getftp): Initialize err to suppress compiler warning.
1499
1500 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
1501
1502         * ftp.c (ftp_expected_bytes): Fix bug that caused infloop because
1503         of not correctly skipping the '(' character.
1504
1505 2005-02-24  Hrvoje Niksic  <hniksic@xemacs.org>
1506
1507         * mswindows.c (wget_ftello): Removed.
1508
1509         * mswindows.h: Remove bogus definition of stat.
1510         (wget_ftello): Remove the leftover ftello replacement.
1511
1512 2005-02-20  Hrvoje Niksic  <hniksic@xemacs.org>
1513
1514         * mswindows.c (wget_ftello): Wget's replacement for ftello.
1515
1516         * utils.c (file_size): Use ftello where available.
1517
1518         * ftp-ls.c (ftp_parse_unix_ls): Use str_to_wgint to parse the file
1519         size.
1520         (ftp_parse_winnt_ls): Ditto.
1521
1522         * ftp-basic.c (ftp_size): Use str_to_wgint to convert number to
1523         wgint; pass 10 instead of 0 as the BASE argument.
1524
1525         * ftp.c (ftp_expected_bytes): Use str_to_wgint to parse the file
1526         size.
1527
1528         * sysdep.h (LARGE_INT_FMT): Use __int64 as LARGE_INT on
1529         MSVC/Windows; print it with "%I64".
1530
1531         * wget.h: Define a `wgint' type, normally aliased to (the possibly
1532         64-bit variant of) off_t.
1533
1534         * all: Use `wgint' instead of `long' for numeric variables that
1535         can hold file sizes.
1536
1537         * utils.c (number_to_string): Support printing of `wgint'
1538         argument.
1539         (number_to_static_string): New function.
1540
1541         * all: Replace printf("%ld", long_value) with printf("%s",
1542         number_to_static_string(wgint_value)).
1543
1544 2005-02-18  Mauro Tortonesi <mauro@ferrara.linux.it>
1545
1546         * main.c: Added the --ftp-passwd command line option.
1547
1548         * init.c: Renamed command passwd to ftppasswd.
1549
1550 2005-02-11  Mauro Tortonesi <mauro@ferrara.linux.it>
1551         
1552         * string_t.c: Fixed a bug in do_escape and triggered escape of
1553         backslashes in string_escape to avoid ambiguities in the result
1554         string.
1555         
1556 2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
1557
1558         * string.h: Renamed to string_t.h to fix a compilation conflict 
1559         with the string.h header in the standard C library.
1560         
1561         * string.c: Renamed to string_t.c for consistency with string.h.
1562         
1563         * string_t.c: Ditto.
1564
1565         * string_t.h: Ditto.
1566         
1567 2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
1568
1569         * string.c: New file.
1570
1571         * string.h: New file.
1572
1573         * Makefile.in: Added string.c to the list of modules to compile.
1574
1575         * main.c: Updated copyright.
1576
1577 2004-11-18  Ulf Harnhammar <ulf.harnhammar.9485@student.uu.se>
1578
1579         * ftp-ls.c: Fixed a problem in ftp_parse_winnt_ls that could allow a
1580         malicious remote FTP server to crash wget.
1581
1582 2004-11-18  Hans-Andreas Engel <engel@node.ch>
1583
1584         * http.c: Enable --convert-links (-k) when a single page is downloaded
1585         via --output-document (-O).
1586
1587 2004-11-18  Mauro Tortonesi <mauro@deepspace6.net>
1588
1589         * connect.c: Minor correction to the comment in front of fd_peek.
1590
1591 2004-11-18  Leonid Petrov <nouser@lpetrov.net>
1592
1593         * retr.c: Fix a timeout problem in fd_read_body when using http_proxy.
1594
1595 2004-11-15  YAMAZAKI Makoto <Yamazaki.Makoto@fujixerox.co.jp>
1596
1597         * netrc.c: Fix termination by assertion bug in netrc parsing.
1598
1599 2004-05-09  David Fritz  <zeroxdf@att.net>
1600
1601         * mswindows.c (fake_fork): Pass entire command line to the child
1602         process.
1603
1604 2004-03-31  Hrvoje Niksic  <hniksic@xemacs.org>
1605
1606         * http.c (gethttp): Fix typo: SCHEME_SSL -> SCHEME_HTTPS.
1607
1608 2004-03-30  Hrvoje Niksic  <hniksic@xemacs.org>
1609
1610         * http.c (gethttp): Send the Proxy-Authorization header over
1611         non-SSL connections too.
1612
1613 2004-03-25  David Fritz  <zeroxdf@att.net>
1614
1615         * mswindows.c (fake_fork_child): Ignore error code when
1616         OpenFileMapping() fails; assume it failed because the object does
1617         not exist.
1618
1619 2004-03-24  David Fritz  <zeroxdf@att.net>
1620
1621         * mswindows.c (fake_fork): New function.
1622
1623         * mswindows.c (fork_to_background): Use it.
1624
1625 2004-03-19  David Fritz  <zeroxdf@att.net>
1626
1627         * mswindows.c (ws_hangup): Incorporate old fork_to_background()
1628         code.  Add event name argument.
1629         (fork_to_backgorund): Now a simple wrapper around ws_hangup().
1630         (ws_handler): Correctly handle the case when neither CTRLC_BACKGND
1631         nor CTRLBREAK_BACKGND are defined.  Don't bother handling close,
1632         logoff, or shutdown events.  Call ws_hangup() with the correct
1633         event name; don't assume it was CTRL+Break.
1634
1635 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
1636
1637         * url.c (url_parse): Decode %HH sequences in host name.
1638
1639 2004-03-04  Hrvoje Niksic  <hniksic@xemacs.org>
1640
1641         * convert.c (local_quote_string): Quote "#" as "%23" and "%" as
1642         "%25" when creating links to local files.
1643
1644 2004-03-02  David Fritz  <zeroxdf@att.net>
1645
1646         * mswindows.c (ws_percenttitle): Guard against future changes by
1647         doing nothing if the proper variables have not been initialized.
1648         Clamp percentage value.
1649
1650 2004-03-04  Gisle Vanem  <giva@bgnett.no>
1651
1652         * retr.c (fd_read_body): Don't change console title if quiet.
1653
1654 2004-02-25  David Fritz  <zeroxdf@att.net>
1655
1656         * mswindows.c (set_sleep_mode): Remove argument and return value.
1657         Call GetModuleHandle() instead of LoadLibrary()/FreeLibrary() for
1658         kernel32.dll.  Use typedef for function-pointer.  Don't cast
1659         l-value.  Don't use dereference operator when calling through
1660         function-pointer.
1661         (ws_startup): Update call to set_sleep_mode().
1662         (ws_cleanup): Remove call to set_sleep_mode().
1663
1664 2004-02-23  David Fritz  <zeroxdf@att.net>
1665
1666         * http.c (http_loop): Ditto.
1667
1668         * ftp.c (ftp_loop_internal): Update call to ws_changetitle().
1669
1670         * main.c (main): Don't bother calling ws_changetitle().
1671
1672         * mswindows.h (ws_changetitle): Update prototype.
1673
1674         * mswindows.c (ws_changetitle): Remove second argument.  Use
1675         xfree_null().
1676         (ws_percenttitle): Only update title when percentage has changed.
1677
1678 2004-02-23  David Fritz  <zeroxdf@att.net>
1679
1680         * mswindows.h: Ditto.
1681
1682         * mswindows.c: Misc. formatting/comment tweaks throughout.
1683
1684 2004-02-20  David Fritz  <zeroxdf@att.net>
1685
1686         * main.c (print_help): Remove call to ws_help().
1687
1688         * mswindows.c (ws_help): Remove.
1689
1690         * mswindows.h (ws_help): Remove.
1691
1692 2004-02-16  David Fritz  <zeroxdf@att.net>
1693
1694         * init.c (home_dir): Use aprintf() instead of xmalloc()/sprintf().
1695         Under Windows, if $HOME is not defined, use the directory that
1696         contains the Wget binary instead of hard-coded `C:\'.
1697         (wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
1698         not found, look for wget.ini in the directory of the Wget binary.
1699
1700         * mswindows.c (ws_mypath): Employ slightly more robust methodology.
1701         Strip trailing path separator.
1702
1703 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
1704
1705         * http.c (gethttp): Respect --ignore-length.
1706         (gethttp): Inhibit keep-alive if --ignore-length is specified.
1707
1708 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
1709
1710         * connect.c (sockaddr_set_data): Zero out
1711         sockaddr_in/sockaddr_in6.  Apparently BSD-derived stacks need this
1712         when binding a socket to local address.
1713
1714 2004-02-04  Hrvoje Niksic  <hniksic@xemacs.org>
1715
1716         * hash.c: Make the file compilable outside Wget source tree when
1717         -DSTANDALONE is used.
1718
1719 2004-01-29  Hrvoje Niksic  <hniksic@xemacs.org>
1720
1721         * utils.c (determine_screen_width): Return 0 if not running on
1722         Windows or on a TIOCGWINSZ-capable system.
1723
1724 2004-01-28  David Fritz  <zeroxdf@att.net>
1725
1726         * utils.c (determine_screen_width): Correctly determine console
1727         width under Windows.
1728
1729 2004-01-28  Christian Biere  <christianbiere@gmx.de>
1730
1731         * progress.c (bar_set_params): Fixed syntax error when HAVE_ISATTY
1732         was undefined.
1733
1734         * ftp.c (ftp_loop_internal): Allocate a larger buffer in case
1735         "try" gets translated to something large.  Ditto in http_loop in
1736         http.c.
1737
1738         * http.c (response_header_copy): Don't write to buf[BUFSIZE].
1739
1740         * ftp-opie.c (skey_response): Eliminate unnecessary string
1741         concatenation; just call gen_md5_update twice.
1742
1743 2004-01-25  Hrvoje Niksic  <hniksic@xemacs.org>
1744
1745         * utils.c (xsleep): Don't call usleep with values larger than
1746         1,000,000.
1747
1748 2003-12-16  Hrvoje Niksic  <hniksic@xemacs.org>
1749
1750         * http.c (gethttp): Fix generation of `Content-Length'.
1751
1752 2003-12-15  Gisle Vanem  <giva@bgnett.no>
1753
1754         * url.c (url_skip_credentials): Fixed return value; 'url' if no
1755         credentials.
1756
1757 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
1758
1759         * url.c (url_skip_credentials): Return a pointer directly.
1760
1761 2003-12-14  Hrvoje Niksic  <hniksic@xemacs.org>
1762
1763         * url.c (url_file_name): Ditto.
1764         (parse_errors): Ditto.
1765
1766         * retr.c (retr_rate): Ditto.
1767
1768         * progress.c (create_image): Ditto.
1769
1770         * netrc.c (parse_netrc): Ditto.
1771
1772         * main.c (struct cmdline_option): Ditto.
1773         (redirect_output_signal): Ditto.
1774
1775         * init.c (commands): Ditto.
1776
1777         * ftp-ls.c (ftp_index): Ditto.
1778
1779         * cookies.c (check_domain_match): Declare the pointer to a literal
1780         string as `const'.
1781
1782 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
1783
1784         * retr.c (fd_read_body): Pass total size to progress_create, not
1785         the remaining amount.
1786
1787 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
1788
1789         * retr.c (fd_read_body): Don't fiddle with "interactive timeout"
1790         if read timeout is unset.
1791
1792 2003-12-12  Hrvoje Niksic  <hniksic@xemacs.org>
1793
1794         * connect.c (bind_local): Don't set the IPV6_V6ONLY option on the
1795         socket.
1796
1797 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
1798
1799         * url.c (url_file_name): Respect the setting of
1800         opt.protocol_directories.
1801
1802         * main.c (main): Only check for ret=='?' when longindex is unset.
1803         (option_data): New option --protocol-directories.
1804
1805 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
1806
1807         * ftp.c (getftp): Ditto.
1808
1809         * http.c (gethttp): Correctly calculate bandwidth as total data
1810         read divided with download time.
1811
1812         * retr.c (fd_read_body): Separate the return values for data
1813         written and read.
1814
1815 2003-12-05  Hrvoje Niksic  <hniksic@xemacs.org>
1816
1817         * http.c (H_REDIRECTED): Respect the HTTP/1.1 "303 See Other"
1818         response code.
1819         Suggested by Dan Razzell.
1820
1821 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
1822
1823         * retr.c (fd_read_body): Report the amount of data *written* as
1824         amount_read.  This is not entirely logical, but that's what the
1825         callers expect, and it's not easy to change.
1826
1827         * ftp.c (ftp_loop_internal): Ditto.
1828
1829         * http.c (http_loop): Be smarter about assigning restval; if we're
1830         in the nth pass of a download, simply use the information we have
1831         about how much data has been retrieved as restval.
1832
1833         * ftp.c (getftp): Ditto for FTP "REST" command.
1834
1835         * http.c (gethttp): When the server doesn't respect range, skip
1836         the first RESTVAL bytes of the read body.  Never truncate the
1837         output file.
1838
1839         * retr.c (fd_read_body): Support skipping initial STARTPOS octets.
1840
1841 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
1842
1843         * http.c (skip_short_body): Renamed skip_body to skip_short_body;
1844         don't bother calling fd_read_body.
1845
1846 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
1847
1848         * retr.c (fd_read_body): Sanitize arguments and document them
1849         better.  Make sure the timer is created and updated only if
1850         necessary.  Updated callers.
1851
1852 2003-11-30  Hrvoje Niksic  <hniksic@xemacs.org>
1853
1854         * http.c (skip_body): New function.
1855         (gethttp): Use it to skip the body of the responses we don't care
1856         to download.  That allows us to reuse the connection.
1857         (gethttp): Trust that the HEAD requests will not generate body
1858         data.
1859
1860         * retr.c (fd_read_body): Don't write to OUT if it's NULL.
1861
1862 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
1863
1864         * http.c (gethttp): Initialize SSL only the first time when SSL
1865         URL is downloaded.
1866
1867 2003-11-29  Hrvoje Niksic  <hniksic@xemacs.org>
1868
1869         * cookies.c (cookie_header): Only generate the contents of the
1870         header, not the leading "Cookie: " or the trailing "\r\n".
1871
1872         * http.c (gethttp): When adding headers specified with `--header',
1873         allow them to override the headers generated by Wget.
1874
1875         * init.c (cmd_spec_header): Made opt.user_headers a vector.
1876
1877         * http.c (request_new): New function.  Returns a request structure
1878         which can be modified in various ways, most notably by adding HTTP
1879         headers to the request.
1880         (request_set_header): New function for adding the header to the
1881         request.  If the header is already available, it gets replaced.
1882         (request_send): Construct and send the request.
1883         (gethttp): Use the request_* functions to generate the request.
1884
1885 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
1886
1887         * http.c (gethttp): Don't include the Proxy-Authorization header
1888         in the request tunneled through proxy.
1889
1890 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
1891
1892         * http.c (gethttp): Use the CONNECT handle to establish SSL
1893         passthrough through non-SSL proxies.
1894
1895 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
1896
1897         * init.c: Don't #include netinet/Winsock stuff.
1898
1899 2003-11-28  Hrvoje Niksic  <hniksic@xemacs.org>
1900
1901         * http.c: Deleted the old functions header_process,
1902         header_extract_number, header_exists, header_strdup,
1903         http_process_range, http_process_none, http_process_type, and
1904         http_process_connection.
1905
1906         * http.c (response_new): New function.
1907         (response_header_bounds): Ditto.
1908         (response_header_copy): Ditto.
1909         (response_header_strdup): Ditto.
1910         (response_status): Ditto.
1911         (gethttp): Use the new response_* functions to parse the response.
1912         Support HTTP/0.9 responses.
1913
1914 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
1915
1916         * progress.c (create_image): Don't calculate ETA if nothing has
1917         been downloaded yet, because it causes division by zero.
1918
1919 2003-11-27  Hrvoje Niksic  <hniksic@xemacs.org>
1920
1921         * connect.c (bind_local): Rename sa_len to addrlen because IRIX
1922         headers define sa_len as a macro.
1923
1924 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
1925
1926         * html-parse.c (convert_and_copy): Remove embedded newlines when
1927         AP_TRIM_BLANKS is specified.
1928
1929 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
1930
1931         * ftp.c: Set con->csock to -1 where rbuf_uninitialize was
1932         previously used.
1933
1934 2003-11-26  Hrvoje Niksic  <hniksic@xemacs.org>
1935
1936         * Makefile.in (http$o): Added the trailing backslash that was
1937         missing.
1938
1939 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
1940
1941         * headers.c: Removed.  The file is no longer relevant, now that no
1942         special handling of headers is done by the rbuf code.  Moved
1943         portions to http.c.
1944
1945 2003-11-21  Hrvoje Niksic  <hniksic@xemacs.org>
1946
1947         * rbuf.c: Removed.
1948
1949         * ftp-basic.c (ftp_response): Use fd_read_line.  No longer use
1950         struct rbuf.  Updated all callers.
1951
1952         * http.c (gethttp): Use fd_read_head to read all the headers in
1953         one go.
1954         (next_header): New function.
1955
1956         * retr.c (fd_read_line): New function: reads a line from FD,
1957         leaving the rest of the data unread.
1958         (fd_read_head): New function.
1959
1960         * connect.c (fd_peek): New function, implements peeking.
1961         (poll_internal): New function.
1962         (fd_read): Use it.
1963         (fd_write): Ditto.
1964         (fd_peek): Ditto.
1965         (fd_register_transport): Allow registering a "peeker" callback.
1966
1967 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
1968
1969         * connect.c: Renamed xread/xwrite/xclose to
1970         fd_read/fd_write/fd_close.  The "x" prefix is not appropriate
1971         because the semantics have diverged from read/write/close too
1972         significantly.  Updated all callers.
1973
1974 2003-11-20  Hrvoje Niksic  <hniksic@xemacs.org>
1975
1976         * connect.c (sock_write): It's not necessary to initialize RES.
1977
1978 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
1979
1980         * main.c (main): Don't reference opt.ipv4_only and opt.ipv6_only
1981         if IPv6 is disabled.
1982
1983 2003-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
1984
1985         * connect.c (socket_has_inet6): Only compile it if IPv6 is enabled
1986         and AI_ADDRCONFIG is missing.
1987
1988 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
1989
1990         * gen_sslfunc.c (ssl_init_prng): Warn the user when using a weak
1991         random seed.
1992
1993 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
1994
1995         * host.c (address_list_contains): Renamed address_list_find to
1996         address_list_contains because its result is boolean.
1997
1998 2003-11-18  Hrvoje Niksic  <hniksic@xemacs.org>
1999
2000         * connect.c (select_fd): Return 1 if select is not available.
2001
2002 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
2003
2004         * connect.c (connect_to_host): Don't reference address list after
2005         releasing it.
2006
2007 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
2008
2009         * main.c (print_help): Fix alignment of FTP options output.
2010
2011 2003-11-17  Hrvoje Niksic  <hniksic@xemacs.org>
2012
2013         * host.c (lookup_host): Check for the ability to create IPv6
2014         sockets here.
2015
2016         * init.c (defaults): Don't auto-set --inet4-only on IPv6-less
2017         systems.
2018
2019 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
2020
2021         * main.c (print_help): Fix typo in `-O' help message.  Fix docs of
2022         -Y/--proxy.  Fix docs of `--cookies' and `--glob'.  Improve docs
2023         of --convert-links.  Fix docs of SSL options.
2024
2025 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
2026
2027         * ftp-basic.c: Don't include <arpa/inet.h> and others because
2028         they're no longer needed.
2029
2030 2003-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
2031
2032         * main.c (main): Don't allow setting of both opt.ipv4_only and
2033         opt.ipv6_only.
2034
2035         * init.c (defaults): Mark opt.ipv4_only specially when set
2036         automatically.
2037
2038 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
2039
2040         * host.c (lookup_host): Use AI_ADDRCONFIG only if the family is
2041         unspecified.  This ensures that specifying `--no-inet4' on systems
2042         where IPv6 resolves, but doesn't work behaves the same regardless
2043         of the availability of AI_ADDRCONFIG.
2044
2045 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
2046
2047         * host.c: Don't refer to the now-removed function
2048         forget_host_lookup in the documentation of lookup_host.
2049
2050 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
2051
2052         * http.c (persistent_available_p): Correctly specify the endpoint
2053         argument to socket_ip_address.
2054         (gethttp): When printing the "reusing connection to..." message,
2055         specify the host name of the reused connection, not the current
2056         host name.  That makes more sense because it provides a useful
2057         piece of information -- we know to which host we're supposed to
2058         connect anyway!
2059
2060 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
2061
2062         * init.c: Make sure the options are in alphabetic order!
2063
2064         * host.c (lookup_host): Merge lookup_host_passive and lookup_host
2065         after all -- having both would result in some code duplication.
2066         (lookup_host): Set hints.ai_family to AF_INET if ipv4_only is
2067         requested.  Likewise, set it to AF_INET6 for ipv6_only.  Specify
2068         AI_ADDRCONFIG where available.
2069         (lookup_host): New flag LH_REFRESH that specifies that a cached
2070         entry for HOST should be refreshed.
2071         (cache_query): New function.
2072         (cache_store): Ditto.
2073         (cache_remove): Ditto.
2074         (forget_host_lookup): No longer necessary, replaced with static
2075         function cache_remove.
2076
2077 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
2078
2079         * main.c: Enable -4 and -6 only if IPv6 is enabled.
2080
2081 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
2082
2083         * connect.c (register_transport): Renamed from register_extended.
2084         Explain the intended usage.
2085
2086 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
2087
2088         * url.c (uri_merge): Merging "foo" and "bar" should result in
2089         "bar", not in "foo/bar".
2090         (path_simplify): Don't remove empty path elements; don't
2091         special-case leading slash.
2092         (path_simplify): Don't swallow ".."'s at the beginning of string.
2093         E.g. simplify "foo/../../bar" as "../bar", not as "bar".
2094         (append_uri_pathel): Defang ".." path element upon encountering
2095         it.
2096
2097 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2098
2099         * http.c (persistent_available_p): Don't attempt to talk to two
2100         different SSL sites over the same secure connection.
2101
2102 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2103
2104         * http.c (gethttp): Ditto.
2105
2106         * ftp.c (getftp): Use retryable_socket_connect_error instead of
2107         CONNECT_ERROR.
2108
2109         * wget.h (CONNECT_ERROR): Removed.
2110
2111         * connect.c (retryable_socket_connect_error): New function instead
2112         of unsupported_socket_family_error.
2113
2114 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2115
2116         * wget.h (CONNECT_ERROR): Use it.
2117
2118         * connect.c (unsupported_socket_family_error): New function.
2119
2120 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2121
2122         * connect.c (bind_local): Renamed bindport to bind_local; return
2123         the socket directly.  Updated callers.
2124         (accept_connection): Renamed acceptport to accept_connection;
2125         return the created socket directly.  Updated callers.
2126
2127 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2128
2129         * init.c (defaults): Turn on opt.ipv4_only if we're compiling with
2130         IPv6, and AI_ADDRINFO is not available, and AF_INET6 sockets can't
2131         be created.
2132
2133 2003-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
2134
2135         * host.c (lookup_host): Document the fact that the addresses are
2136         returned in order.
2137
2138 2003-11-12  Hrvoje Niksic  <hniksic@xemacs.org>
2139
2140         * utils.c: Use limits.h only where available.
2141
2142         * hash.c: Use INVALID_PTR and INVALID_PTR_BYTE.  Include limits.h.
2143
2144 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
2145
2146         * main.c: Added options --inet4-only and --inet6-only.
2147
2148 2003-11-11  Hrvoje Niksic  <hniksic@xemacs.org>
2149
2150         * host.c (host_errstr): Use the more standard message "Unknown
2151         host".
2152
2153 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
2154
2155         * connect.c (connect_to_host): Use that flag to decide whether to
2156         re-resolve the host name.
2157
2158         * host.c (struct address_list): Added a flag that maintains
2159         whether the connection worked at some point.
2160
2161 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
2162
2163         * host.c (lookup_host): Special-case the numeric addresses only in
2164         the non-IPv6 case.
2165
2166 2003-11-10  Hrvoje Niksic  <hniksic@xemacs.org>
2167
2168         * connect.c (resolve_bind_address): Call lookup_host_passive.
2169         Make sure that opt.bind_address is resolved only once.
2170
2171         * host.c (lookup_host_passive): New function, handles "passive"
2172         lookups.
2173         (lookup_host): Remove the passive flags.  Remove the
2174         family-related flags -- use ip_default_family instead.
2175
2176 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
2177
2178         * html-url.c: Get URLs from <object data="...">.
2179
2180 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
2181
2182         * main.c (option_data): Specify the command to use for --mirror.
2183
2184 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2185
2186         * cookies.c (cookie_handle_set_cookie): Specify exact match for
2187         unspecified domains.
2188
2189 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2190
2191         * main.c (main): Removed one-letter options `-C', `-g', `-G', and
2192         `-s'.
2193
2194 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2195
2196         * main.c (main): Add --dont-remove-listing for backward
2197         compatibility with previous versions.
2198         (print_help): Fix typo, spotted by Dennis Smit.
2199
2200 2003-11-08  Gisle Vanem  <giva@bgnett.no>
2201
2202         * ftp-basic.c: Support Windows-2000 ftp servers. Win-2000 *is*
2203         Win-NT 5.0 so calling it ST_WINNT is okay I guess.
2204
2205 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2206
2207         * progress.c (update_speed_ring): Clear the speed ring when the
2208         download stalls.
2209
2210         * retr.c (get_contents): Specify 0.95s read timeout, so that the
2211         progress gauge can be updated even when data arrives very slowly
2212         or stalls.
2213
2214 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2215
2216         * utils.c (wtimer_allocate): Bless the use of wtimer_read on a
2217         timer that has merely been allocated because get_contents() does
2218         that.
2219         (wtimer_update): Abort if the timer is not initialized.
2220
2221 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2222
2223         * retr.c (get_contents): Pass the timer to limit_bandwidth().
2224
2225         * utils.c (wtimer_update): New function instead of wget_elapsed;
2226         just update the timer, but don't return anything.
2227         (wtimer_read): Read and return the last known value of the timer.
2228
2229 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2230
2231         * http.c (persistent_available_p): Instead of matching all the
2232         addresses of HOST and last host, determine the peer's IP address
2233         with socket_ip_address and see if that address is one of those
2234         HOST resolves to.
2235
2236         * host.c (address_list_match_all): Removed.
2237         (address_list_find): New function, finds an IP address in the
2238         address list.
2239
2240         * ftp.c (ftp_do_pasv): Get the peer's address here, and pass it to
2241         ftp_epsv so it doesn't need to call getpeername.
2242
2243         * ftp-basic.c (ftp_port): Use socket_ip_address instead of
2244         getpeername.
2245         (ftp_lprt): Ditto.
2246
2247         * connect.c (socket_ip_address): Replaces conaddr, generalized to
2248         either get peer's or local address.
2249         (sockaddr_get_data): Made local to this file.
2250
2251 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2252
2253         * hash.c (HASH_POSITION): Explicitly accept the hash function.
2254         (grow_hash_table): Extract ht->hash_function outside the loop.
2255         (hash_table_remove): Ditto.
2256         (hash_table_clear): Fill entries with 0xff to clear them.
2257         (hash_table_remove): Mark entries as deleted with the correct
2258         marker.
2259
2260 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2261
2262         * http.c (persistent_available_p): No reason for the host lookup
2263         to be silent -- it's a lookup like any other.
2264
2265 2003-11-08  Hrvoje Niksic  <hniksic@xemacs.org>
2266
2267         * connect.c (register_extended): Check that fd >= 0.
2268
2269 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
2270
2271         * connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
2272
2273 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
2274
2275         * hash.c (NON_EMPTY): Use the all-bit-set value as the marker that
2276         the field is empty.  This allows NULL pointer and 0 value to be
2277         used as keys, which is necessary for the connect.c code to work
2278         when fd==0.
2279         (hash_table_new): Fill mappings with 0xff.
2280         (grow_hash_table): Ditto.
2281
2282 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
2283
2284         * url.c (url_parse): Allow empty ports.
2285
2286 2003-11-07  Hrvoje Niksic  <hniksic@xemacs.org>
2287
2288         * main.c (print_help): Break the help string into multiple chunks.
2289         (cmdline_option): New option handler OPT_FUNCALL.  Generalized
2290         HANDLE_CMD to generic DATA.
2291         (option_data): Use the new OPT_FUNCALL feature.
2292
2293 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
2294
2295         * log.h: Declare log_init, log_close, and
2296         log_request_redirect_output here.
2297
2298 2003-11-05  Dennis Smit  <ds@nerds-incorporated.org>
2299
2300         * main.c: (main): added --preserve-permissions option.
2301
2302         * ftp.c (ftp_retrieve_list): added support for
2303         --preserve-permissions option.
2304
2305         * init.c: added support for --preserve-permission option.
2306
2307         * option.h: added support for --preserve-permission option.
2308
2309 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
2310
2311         * main.c (init_switches): New function.  Convert option_data to
2312         long_options and short_options, which can be fed to getopt_long.
2313         (main): Execute command-line options by consulting option_data.
2314
2315 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
2316
2317         * gen_sslfunc.c (ssl_read): Implement a more correct check for
2318         EINTR.
2319         (ssl_write): Ditto.
2320         (init_ssl): Use a global SSL context.
2321
2322 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
2323
2324         * connect.c (xclose): Free INFO even if it doesn't provide a
2325         closer.
2326
2327 2003-11-06  Hrvoje Niksic  <hniksic@xemacs.org>
2328
2329         * connect.c: Updated all callers of
2330         iread/ssl_iread/iwrite/ssl_iwrite to use xread and xwrite instead.
2331
2332         * rbuf.h (struct rbuf): Removed the SSL member because SSL is
2333         handled automatically by xread.
2334
2335         * hash.c (ptrhash): Made private.
2336         (ptrcmp): Ditto.
2337         (inthash): Removed.
2338
2339         * connect.c (select_fd): Don't set errno, leave it to the caller.
2340
2341         * gen_sslfunc.c (connect_ssl): Use register_extended to register
2342         SSL callbacks for communication with SSL-enabled endpoints.
2343         (ssl_read): New function.
2344         (ssl_write): Ditto.
2345         (ssl_poll): Ditto.
2346         (ssl_close): Ditto.
2347
2348         * connect.c (register_extended): New function -- register
2349         callbacks for basic socket operations.
2350         (xread): Ditto.
2351         (xwrite): Ditto.
2352         (xclose): Ditto.
2353         (sock_read): New function, default implementation for reading.
2354         (sock_write): Ditto for writing.
2355         (sock_poll): Ditto for polling.
2356         (sock_close): Ditto for closing.
2357
2358 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
2359
2360         * connect.c (bindport): Fix compilation under pre-C99 compilers.
2361
2362 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
2363
2364         * connect.c (connect_to_ip): More compact error checking.
2365         (bindport): Don't treat failed setsockopt as a fatal error.
2366
2367 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
2368
2369         * connect.c (resolve_bind_address): Use a more accurate error
2370         message -- we're not binding to ANY, we're disabling bind
2371         altogether.
2372
2373 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
2374
2375         * cookies.c (save_cookies_mapper): Respect the setting of
2376         keep-session-cookies.
2377         (cookie_jar_load): Import session cookies.
2378         Based on code submitted by Nicolas Schodet.
2379
2380         * utils.c (datetime_str): Use information in TM when it's
2381         non-NULL.
2382
2383         * main.c (main): New option `--keep-session-cookies'.
2384
2385 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
2386
2387         * Makefile.in (realclean): Delete config.h.in.
2388
2389 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
2390
2391         * config-post.h: New file, included from now autogenerated
2392         config.h.in.
2393
2394 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
2395
2396         * progress.c (progress_handle_sigwinch): Don't call
2397         determine_screen_width() from the signal handler.  Instead, just
2398         set a volatile variable.
2399         (bar_create): Check whether SIGWINCH was received.
2400         (bar_update): Ditto.
2401
2402         * sysdep.h: Define SYSTEM_FNMATCH only if HAVE_FNMATCH_H is true.
2403
2404 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
2405
2406         * utils.c (xsleep): New function.  Uses nanosleep where available,
2407         resuming sleeps interrupted by signals.  Updated callers of sleep
2408         and usleep to use xsleep.
2409
2410 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
2411
2412         * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
2413         declaration of SEED.
2414
2415 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
2416
2417         * log.c (logvprintf): Documented better.  Renamed to
2418         log_vprintf_internal to avoid confusion with the public API
2419         functions logprintf and logputs.
2420
2421 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
2422
2423         * wget.h (N_): Don't parenthesize argument.
2424
2425 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
2426
2427         * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
2428         because that doesn't work on machines that define it as bitfield.
2429
2430 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
2431
2432         * connect.c (select_fd): Generalize the third argument into WAIT,
2433         so that the caller can request waiting for both read and write.
2434         Updated callers.
2435
2436 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
2437
2438         * html-url.c (cleanup_html_url): Destroy the hash tables, don't
2439         just call free on them.
2440         (init_interesting): Use hash_table_put instead of string_set_add
2441         because we don't need the strdup that the latter function
2442         performs.
2443
2444         * init.c (cleanup): Don't pass NULL to cookie_jar_delete.
2445
2446         * xmalloc.c (xfree_real): Abort when passed a NULL pointer.
2447         (xfree_debug): Print at the file and line of the offending call to
2448         free.
2449
2450 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
2451
2452         * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE
2453         define to log.h.  Moved the INFINITE_RECURSION define to recur.h.
2454
2455         * xmalloc.h: Renamed FREE_MAYBE to xfree_null and moved the
2456         definition from wget.h to xmalloc.h.
2457
2458 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
2459
2460         * html-parse.c (decode_entity): New function; split the decoding
2461         of entities here.
2462         (convert_and_copy): Use it to decode entities.
2463         (decode_entity): Handle the &apos entity.
2464         (decode_entity): Don't decode Latin 1 numeric entities.  Don't
2465         decode &#0.
2466
2467 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
2468
2469         * ftp-opie.c (calculate_skey_response): Use uint32_t instead of
2470         `unsigned long' for the cheksum array.  Document the function.
2471
2472 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
2473
2474         * connect.c (acceptport): Don't call select_fd when timeout is not
2475         requested.
2476
2477 2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
2478
2479         * host.c: Removed the ip_default_family global variable.
2480
2481         * host.c (lookup_host): Document the function.  Fixed declaration
2482         of VEC.
2483
2484 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
2485
2486         * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array
2487         in various places.
2488
2489 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
2490
2491         * wget.h: Move declarations of malloc and logging code to
2492         xmalloc.h and log.h respectively to unclutter this file.
2493         (STRDUP_ALLOCA): Made it side-effect free.
2494
2495         * xmalloc.h: New files.  Define macros xnew, xnew0, xnew_array,
2496         and xnew0_array.
2497
2498         * xmalloc.c: New file.  Move the xmalloc routines here.
2499
2500 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
2501
2502         * connect.c (sockaddr_set_data): Remove the broken code that
2503         checked for NULL address.
2504
2505 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
2506
2507         * host.c (address_list_from_single): Removed.
2508         (address_list_from_ipv4_addresses): Renamed from
2509         address_list_from_vector.
2510
2511 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
2512
2513         * sysdep.h (CLOSE): Don't call close on file descriptors less than
2514         0, i.e. on uncreated sockets.
2515
2516         * connect.c (resolve_bind_address): Work on struct sockaddr
2517         directly.
2518         (connect_to_host): Replacement for connect_to_many.  Resolve HOST
2519         and connect to any of its addresses.  If we can't connect and the
2520         host name lookup was cached, try to resolve it again.  This should
2521         fix problems with hosts behind dynamic DNS.  Updated all callers.
2522         (connect_to_ip): Replacement for connect_to_one.  Removed SILENT;
2523         added the argument PRINT instead.  Updated all callers.
2524         (set_connection_host_name): Removed.
2525
2526         * host.c (address_list_address_at): New function instead of
2527         address_list_copy_one. It returns a pointer to ip_address *, so
2528         it's not necessary to copy the data.
2529         (address_list_cached_p): New function.
2530         (forget_host_lookup): Ditto.
2531
2532         * connect.c: Got rid of the MSOCK global variable.  Made bindport
2533         return the local socket it creates.  Added a new argument to
2534         acceptport, the socket to call accept on.  Updated callers.
2535         (closeport): Removed.
2536
2537         * connect.c: Moved the sockaddr code from host.c to this file,
2538         because most of that stuff is used for connecting, and has nothing
2539         to do with host names anyway.
2540         (sockaddr_set_data, sockaddr_get_data): New functions, replace the
2541         old sockaddr_set_address, sockaddr_set_port, sockaddr_get_address,
2542         and sockaddr_get_port.
2543
2544 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
2545
2546         * sysdep.h: Use `S >= 8' rather than `S == 8' when looking for
2547         large integers.
2548
2549 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
2550
2551         * url.c (append_uri_pathel): New argument ESCAPED_P that says
2552         whether [B, E) is to be treated as URL-escaped or not.  If
2553         ESCAPED_P is false, don't unescape the region.
2554         (url_file_name): u->file is not URL-escaped.
2555
2556 2003-10-30  Hrvoje Niksic  <hniksic@xemacs.org>
2557
2558         * retr.c (retrieve_from_file): Use retrieve_tree for
2559         page-requisites.
2560
2561         * main.c (main): Don't define opt.recursive when -p is used.
2562         Instead, make sure that recursion is used for HTTP in that case.
2563
2564 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
2565
2566         * host.h: Defined accessors for elements of ip_address.  Updated
2567         all callers.
2568         (address_list_match_all): Use memcmp in the non-IPv6 case.
2569
2570         * wget.h (CONNECT_ERROR): Don't retry connecting if connect()
2571         returned EAFNOSUPPORT.
2572
2573 2003-10-27  Mauro Tortonesi <mauro@deepspace6.net>
2574
2575         * connect.h: changed bindport prototype and added the related
2576         BIND_ON_IPV4_ONLY and BIND_ON_IPV6_ONLY flags.
2577
2578         * connect.c: changed bindport and resolve_bind_address to allow
2579         protocol-version specific DNS resolution. modified conaddr,
2580         acceptport and connect_to_one to make use of struct
2581         sockaddr_storage and of the new ip_address structure.
2582
2583         * ftp-basic.c: added LPRT/LPSV (RFC1639) support, refactored
2584         PORT/PASV (RFC959) and EPRT/EPSV (RFC2428) support code.
2585
2586         * ftp.c: added the ftp_do_port and ftp_do_pasv functions to
2587         handle FTP over IPv6.
2588
2589         * ftp.h: changed prototype of ftp_epsv and added prototypes for
2590         ftp_lpsv, ftp_lprt and ftp_eprt.
2591
2592         * host.c: renamed the
2593         wget_sockaddr_set_address and wget_sockaddr_get_addr, and
2594         wget_sockaddr_{s,g}et_port couples to sockaddr_{s,g}et_address and
2595         sockaddr_{g,s}et_port respectively.  changed
2596         address_list_match_all, address_list_from_addrinfo sockaddr_len,
2597         pretty_print_address, lookup_host, sockaddr_{s,g}et_address and
2598         sockaddr_{g,s}et_port to make use of struct sockaddr_storage and
2599         of the new ip_address structure.  removed map_ipv4_to_ip and
2600         map_ip_to_ipv4.
2601
2602         * host.h: redefined structure ip_address and removed structure
2603         wget_sockaddr.
2604
2605 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
2606
2607         * sysdep.h: Include inttypes.h where available.
2608
2609         * host.c: Switch from u_int32_t to uint32_t.
2610
2611 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
2612
2613         * netrc.c (parse_netrc): Reset the QUOTE flag after the closing
2614         quote.
2615
2616 2003-10-25  Hrvoje Niksic  <hniksic@xemacs.org>
2617
2618         * url.c (is_valid_ipv6_address): Reformat to GNU coding style.
2619         Use enums for NS_IN* constants.  Use ISXDIGIT.
2620
2621         * convert.c (construct_relative): Document better how the function
2622         works.
2623
2624 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
2625
2626         * config.h.in: Deploy preprocessor magic to avoid Ultrix's
2627         <netdb.h> include <bitypes.h> which defines its own u_int32_t.
2628         Reported by Bernhard Simon.
2629
2630 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
2631
2632         * version.c: Bump version.
2633
2634 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
2635
2636         * url.c: Ditto.
2637
2638         * html-parse.c (advance_declaration): Don't use trailing comma in
2639         enum because older compilers don't support it.
2640
2641         * utils.c: Don't redefine HAVE_SIGSETJMP.
2642
2643 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
2644
2645         * convert.c (construct_relative): Don't handle absolute files
2646         specially -- for example, -P/tmp/foo shouldn't imply that
2647         converted files must refer to "/tmp/foo/..."!
2648
2649 2003-10-15  Hrvoje Niksic  <hniksic@xemacs.org>
2650
2651         * http.c: Consider status 307 a valid redirect.
2652
2653 2003-10-15  Philip Stadermann  <philip.stadermann@credativ.de>
2654
2655         * ftp.c (ftp_retrieve_glob): Correctly loop through the list whose
2656         elements might have been deleted.
2657
2658 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
2659
2660         * html-url.c (tag_handle_meta): Set the Refresh link to expect
2661         HTML.
2662         (append_one_url): Renamed to append_url.
2663
2664 2003-10-13  Hrvoje Niksic  <hniksic@xemacs.org>
2665
2666         * sysdep.h: Only define u_int32_t.
2667
2668 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
2669
2670         * utils.c (large_int_to_string): Use snprintf() to print the
2671         number.  This will work even on systems where libc doesn't
2672         understand %lld, but the compiler does, because it will use our
2673         snprintf replacement.
2674
2675         * init.c (parse_bytes_helper): New function.
2676         (cmd_bytes): Use it to parse bytes, but cast the result to long.
2677         (cmd_bytes_large): Ditto, but store the result to LARGE_INT.  Used
2678         for --quota so that --quota=10G works even on machines without
2679         long long.
2680
2681         * options.h (struct options): Declare quota as LARGE_INT.
2682
2683         * retr.c (downloaded_exceeds_quota): Removed.
2684         (downloaded_increase): Ditto.
2685         (total_downloaded_bytes): New variable, replaces opt.downloaded,
2686         which was the wrong place for it anyway.  Updated callers of
2687         downloaded_exceeds_quota and downloaded_increase to check this
2688         variable directly.
2689
2690         * sysdep.h: Get rid of VERY_LONG_TYPE.  Use LARGE_INT for the same
2691         purpose, defined as `long', `long long' or `double', depending on
2692         size of long and whether long long is available.
2693
2694 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
2695
2696         * sysdep.h: Also check size of short for int32_t.
2697
2698 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
2699
2700         * host.c (lookup_host): Use u_int32_t to store the result of
2701         inet_addr().  That removes the need for offset fiddling, caring
2702         about endian-ness, etc.
2703
2704         * sysdep.h: Define int32_t and u_int32_t if not available.
2705
2706 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
2707
2708         * ftp-basic.c (ftp_epsv): Use socklen_t * as the third argument to
2709         getpeername.
2710
2711         * config.h.in: Define socklen_t stub.
2712
2713         * host.c (sockaddr_len): Return socklen_t.
2714
2715         * connect.c (conaddr): Use socklen_t as the third argument to
2716         accept, getsockname, and connect.
2717
2718 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
2719
2720         * recur.c (retrieve_tree): Don't descend into documents that are
2721         not expected to contain HTML, regardless of their content-type.
2722
2723         * html-url.c (tag_url_attributes): Record which attributes are
2724         supposed to yield HTML links that can be followed.
2725         (tag_find_urls): Propagate that information to the caller through
2726         struct urlpos.
2727
2728 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
2729
2730         * hash.c (find_mapping): Return the next available mapping when
2731         the key is not found, not NULL.
2732         (hash_table_put): Use find_mapping to find the storage for the new
2733         data.
2734         (hash_table_put): Grow the table before exceeding maximum
2735         fullness, not afterwards.
2736
2737 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
2738
2739         * hash.c (hash_table_new): Slightly change the meaning of the
2740         first parameter.  Instead of being the minimum initial size, it is
2741         now the minimum number of items that the hash table can take
2742         without needing to resize.
2743
2744 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
2745
2746         * html-url.c (init_interesting): Initialize interesting_tags and
2747         interesting_attributes as hash tables.  This simplifies the code
2748         immensely because hash tables handle allocation and remove
2749         duplicates automatically.
2750         (find_tag): Removed.
2751         (collect_tags_mapper): Instead of calling find_tag, simply get the
2752         entry from interesting_tags hash table, which is both simpler and
2753         faster.
2754
2755 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
2756
2757         * hash.c (hash_table_get): Declare hash-table argument as const.
2758         (find_mapping): Ditto.
2759         (hash_table_get_pair): Ditto.
2760         (hash_table_contains): Ditto.
2761         (hash_table_count): Ditto.
2762
2763 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
2764
2765         * html-url.c (get_urls_html): Parse the appropriate flags to
2766         html-parse.c.
2767
2768         * html-parse.c (map_html_tags): Accept FLAGS from the caller
2769         instead of examining OPT.
2770
2771 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
2772
2773         * html-url.c (find_tag): Switch to binary search.
2774
2775 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
2776
2777         * main.c (print_help): Fix typo; stured -> stored.
2778
2779 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
2780
2781         * getopt.c: Add definitions of getopt_long and getopt_long_only.
2782
2783 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
2784
2785         * config.h.in: Renamed DEBUG to ENABLE_DEBUG.  ENABLE_DEBUG is, I
2786         think, a better name, because it implies that debugging output is
2787         merely possible, not "on by default", as might be construed from
2788         just DEBUG.
2789
2790 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
2791
2792         * ftp.c (has_insecure_name_p): Define it here.
2793
2794         * utils.c (has_wildcards_p): Define it here.
2795
2796         * sysdep.h: Declare fnmatch-related macros here, if not using
2797         system fnmatch().  Update .c files to not declare fnmatch.h
2798         directly.
2799
2800         * cmpt.c (fnmatch): Moved here.  Use it only under non-GNU libc.
2801
2802 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
2803
2804         * getopt.c: Newer version, imported from Free libit.
2805
2806 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
2807
2808         * cookies.c (struct cookie): Remove unused backpointer to cookie
2809         jar.
2810
2811 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
2812
2813         * cmpt.c (memmove): Comment out, since it's no longer used.
2814
2815         * cookies.c (cookie_jar_generate_cookie_header): Allocate room for
2816         chains in one pass.
2817         (find_chains_of_host): Assume that the caller has allocated DEST
2818         to be sufficiently large to take all the data.
2819         (eliminate_dups): Run through the array and eliminate dups on the
2820         fly instead of using memmove.
2821         (cookie_jar_process_set_cookie): Free cookie->domain before
2822         re-setting it.
2823
2824 2003-10-05  Gisle Vanem  <giva@bgnett.no>
2825
2826         * mswindows.c (set_sleep_mode): Fix type of
2827         _SetThreadExecutionState.
2828
2829 2003-10-05  Hrvoje Niksic  <hniksic@xemacs.org>
2830
2831         * utils.c (file_size): Return -1 if fopen() returns NULL.  Prior
2832         to this patch, wget --post-file=nosuchfile dumped core.
2833
2834 2003-10-04  Gisle Vanem  <giva@bgnett.no>
2835
2836         * mswindows.c (run_with_timeout): Use WaitForSingleObject to wait
2837         for thread termination.
2838
2839 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
2840
2841         * log.c: Use `...' in function definitions; ansi2knr will convert
2842         them to va_dcl.  This allowed removal of the ugly VA_START_1 and
2843         VA_START_2 macros.
2844
2845 2003-10-03  Gisle Vanem  <giva@bgnett.no>
2846
2847         * connect.c: And don't include them here.
2848
2849         * mswindows.h: Include winsock headers here.
2850
2851 2003-10-03  Hrvoje Niksic  <hniksic@xemacs.org>
2852
2853         * html-parse.c (convert_and_copy): Move variable declarations
2854         before statements.
2855
2856 2003-10-02  Gisle Vanem  <giva@bgnett.no>
2857         
2858         * mswindows.c (run_with_timeout): For Windows: Run the 'fun' in a
2859         thread via a helper function. Continually query the thread's
2860         exit-code until finished or timed out.
2861
2862 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
2863
2864         * wget.h (XMALLOC_ARRAY): Removed.
2865         (ALLOCA_ARRAY): Ditto.
2866
2867         * html-parse.c: Renamed alloca_p to resized.
2868         (GROW_ARRAY): Renamed DO_REALLOC_FROM_ALLOCA to GROW_ARRAY and
2869         returned it to html-parse.c, since nothing else was using it.
2870
2871 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
2872
2873         * retr.c (retrieve_url): Initialize DUMMY storage for DT.  Caught
2874         by valgrind.
2875
2876 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
2877
2878         * html-parse.c (convert_and_copy): Handle numeric entities in
2879         hexadecimal, &#xHH.
2880         (convert_and_copy): Copy the contents directly to the pool without
2881         a stack-allocated intermediary.
2882
2883 2003-10-02  Hrvoje Niksic  <hniksic@xemacs.org>
2884
2885         * utils.c (alarm_set): New function; use either setitimer or alarm
2886         to set up the alarm.
2887         (alarm_cancel): New function; cancel the alarm set up by
2888         alarm_set.
2889         (run_with_timeout): Use them.
2890
2891 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
2892
2893         * url.c (url_parse): Don't leak memory when a reencoded URL turns
2894         out to be invalid.
2895
2896         * url.c (parse_errors): Mark error messages for translation.
2897         (url_error): Translate error messages returned to the caller.
2898
2899 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
2900
2901         * ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up
2902         the compiler.
2903
2904 2003-09-26  Gisle Vanem  <giva@bgnett.no>
2905
2906         * src/mswindows.c: Added ws_percenttitle() showing progress in the
2907         window titlebar. Called from retr.c. Secured ws_mypath().
2908
2909         * windows/config.h.ms: alloca() prototype not needed.  Removed
2910         "#undef ENABLE_NLS"; should be in Makefile IMHO. Moved
2911         WGET_USE_STDARG from mswindows.h to config.ms.h because of #ifdef
2912         in log.c. (MSVC's vararg.h and stdarg.h are incompatible).
2913
2914 2003-09-29  Aaron Hawley <Aaron.Hawley@uvm.edu>
2915
2916         * ftp.c (getftp): --spider option should now work with FTP
2917         downloads.
2918         (ftp_loop_internal): quiet reports and calculations of downloads
2919         when --spider option set, nor try deleting when --delete-after
2920         also set.
2921         (ftp_loop): --spider will skip HTML-ification of .listing file.
2922
2923 2003-09-26  Gisle Vanem  <giva@bgnett.no>
2924
2925         * mswindows.c (read_registry): Removed.
2926         (set_sleep_mode): New function.
2927         (windows_main_junk): Call it.
2928
2929 2003-09-26  Gisle Vanem  <giva@bgnett.no>
2930
2931         * mswindows.c (read_registry): Fix invocation of registry
2932         functions.
2933
2934         * mswindows.c (read_registry): Condition definitions of sleep and
2935         usleep with not HAVE_SLEEP and HAVE_USLEEP respectively.  Define
2936         HAVE_SLEEP and HAVE_USLEEP under __DMC__.
2937
2938 2003-09-24  Hrvoje Niksic  <hniksic@xemacs.org>
2939
2940         * url.c (url_escape_1): Revert unintentional change to lowercase
2941         xdigit escapes.
2942         (url_escape_dir): Document that this function depends on the
2943         output of url_escape_1.
2944
2945 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
2946
2947         * progress.c (create_image): Print the current ETA if we're done
2948         with the download.
2949         (create_image): Change '-' display char to '+' in the progress bar.
2950
2951         * Makefile.in (clean): Remove .libs.
2952
2953 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
2954
2955         * cookies.c (struct cookie): New flag domain_exact.
2956         (update_cookie_field): Skip leading dot in domain.
2957         (find_matching_chains): Match numeric addresses exactly; don't
2958         needlessly copy HOST to the stack.
2959         (matching_cookie): Added argument HOST.  If cookie->domain_exact
2960         is set, check that HOST is equal to cookie->domain.
2961         (cookie_jar_load): Only use TAB as delimiter.  Document the
2962         meaning of DOMAIN-FLAG.  Skip leading dot in domain.
2963         (cookie_jar_load): Don't ignore DOMAIN-FLAG -- instead, set
2964         domain_exact to true if DOMAIN-FLAG is false.
2965         (save_cookies_mapper): If domain_exact is false, prepend the
2966         domain with dot, like Mozilla does.
2967
2968 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
2969
2970         * progress.c (create_image): Print the initial part of the
2971         download with '-' characters, analogous to how dot progress prints
2972         the initial part with ','.
2973
2974         * hash.c (ptrhash): New function.
2975         (ptrcmp): Ditto.
2976         (hash_table_new): Default to identity hash table.
2977
2978 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
2979
2980         * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
2981         broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
2982         to unsigned short instead.
2983
2984 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
2985
2986         * url.c (path_simplify): Instead of calls to memmove, handle "./"
2987         and "../" by advancing pointers.
2988
2989 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
2990
2991         * retr.c (getproxy): Moved from url.c.
2992
2993         * convert.c: Split off link conversion from url.c into separate
2994         file.  Also included the book-keeping stuff from recur.c.
2995
2996 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
2997
2998         * init.c: Improved documentation of functions.
2999         (cmd_boolean): Attempt to make code that tries to avoid calling
3000         strcmp for "speed" a bit more readable.
3001
3002         * init.c (simple_atof): Report error on encountering non-digit,
3003         non-"." character.
3004         (simple_atoi): Replacement for myatoi(), calling interface
3005         compatible with simple_atof.  Updated myatoi's callers.
3006
3007 2003-09-21  Bertrand Demiddelaer  <bert@b3rt.org>
3008
3009         * url.c (path_simplify): Would read two bytes past the end of the
3010         string in the "./" case.
3011
3012 2003-09-21  Matthew J. Mellon  <mellon@tymenet.com>
3013
3014         * http.c (gethttp): Recognize content-type "application/xhtml+xml"
3015         as what Wget considers "text/html".
3016
3017 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
3018
3019         * connect.c (connect_with_timeout): Made timeout type double.
3020
3021         * options.h (struct options): New members read_timeout,
3022         dns_timeout, and connect_timeout.
3023         Use them.
3024
3025 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
3026
3027         * init.c (simple_atof): New function.
3028         (cmd_time): Use it.
3029         (cmd_bytes): Accept things like "1.5k" and such.  Use simple_atof
3030         to parse decimals.
3031
3032         * retr.c (limit_bandwidth): Adjust each sleep by the error of the
3033         previous one.
3034
3035 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
3036
3037         * main.c (main): Use setoptval() for setting the options.  Use
3038         run_command for `-e'.
3039
3040         * init.c (parse_line): Rewritten to return COMIND right away.
3041         Changed linkage to static.
3042         (run_wgetrc): Use the available comind when calling setval, so it
3043         doesn't have to be computed twice.
3044         (setval_internal): New function, runs the command's action without
3045         any error checking.
3046         (setoptval): New function, does what setval used to do, but exits
3047         in case of error.
3048         (run_command): New function.
3049
3050 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
3051
3052         * connect.c (select_fd): Change MAXTIME's type to double.  Handle
3053         its decimal part.
3054
3055         * retr.c (sleep_between_retrievals): In the random-wait case, use
3056         random_float() to wait between 0 and 2*opt.wait seconds.
3057
3058         * utils.c (run_with_timeout): Accept `double' timeouts.  Correctly
3059         handle timeout values in (0, 1) range.
3060         (random_float): New function.
3061
3062         * options.h (struct options): Change the types of wait, waitretry,
3063         and timeout to double.
3064
3065         * init.c (cmd_time): Accept floating point time.
3066
3067 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
3068
3069         * retr.c (get_contents): Cosmetic fixes.
3070
3071 2003-09-20  Hrvoje Niksic  <hniksic@xemacs.org>
3072
3073         * url.c (uri_merge): Get rid of uri_merge_1.
3074         (uri_merge): Merge "foo//", "bar" as "foo//bar", not "foo///bar",
3075         i.e. don't add an extra slash merely because BASE ends with two
3076         slashes.
3077         (parse_credentials): Renamed from parse_uname.  Rewrittern in
3078         standard [beg, end) calling style.
3079         (url_skip_credentials): Renamed from url_skip_uname.  Made static.
3080         (url_skip_credentials): Include # and ; as terminators.  Old code
3081         would mistakenly consider "http://foo.com#hniksic@iskon.hr" to
3082         contain a username.
3083         (url_skip_scheme): Removed because it was unused.
3084         (url_has_scheme): Require "scheme" to be at least one char long.
3085
3086 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
3087
3088         * url.c (url_file_name): Expect NULL dir_prefix.
3089
3090         * init.c (cmd_file): Use a macro to prevent multiple #ifdef
3091         WINDOWS.
3092         (defaults): Set dir_prefix to NULL by default.
3093
3094 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
3095
3096         * safe-ctype.h (_sch_test): Cast BIT to unsigned char, like latest
3097         gcc does.
3098
3099 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
3100
3101         * wget.h (BOUNDED_TO_ALLOCA): Evaluate PLACE only once.
3102         (ARRAY_SIZE): Renamed to countof.  All callers updated.
3103
3104 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
3105
3106         * main.c (main): New option --strict-comments.
3107
3108         * html-parse.c (find_comment_end): New function: simple BM search
3109         for "-->".
3110         (map_html_tags): Use it if looking at a comment and not in strict
3111         comments mode.
3112
3113 2003-09-17  Aurelien Marchand  <artaxerxes@users.sf.net>
3114
3115         * ftp.h: Added OS400 system in enum
3116         * ftp-basic.c: recognize OS400 systems
3117         * ftp.c: don't prepend the CWD if talking to OS400, since it
3118         breaks the change in library
3119
3120 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
3121
3122         * retr.c (get_contents): Pass the correct argument to ssl_iread.
3123
3124 2003-09-18  Hrvoje Niksic  <hniksic@xemacs.org>
3125
3126         * safe-ctype.h: Don't #define ctype.h macros to errors because
3127         that loses when someone #include's ctype.h after safe-ctype.h.
3128
3129 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3130
3131         * url.c: Undef U, W, C after use.
3132
3133 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3134
3135         * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
3136         be augmented by ",nocontrol" which means don't escape the control
3137         characters, but otherwise keep OS settings.
3138
3139         * url.c (file_unsafe_char): Deleted.
3140         (append_uri_pathel): Query filechr_table directly.
3141         (filechr_table): Separated Unix, Windows, and control-unsafe
3142         characters.
3143
3144 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
3145
3146         * url.c (url_escape_1): New function.
3147         (url_escape): Use it.
3148         (sync_path): Handle pathological cases where u->file and u->dir
3149         contain really strange characters.
3150         (ENCODE): Deleted.
3151         (REENCODE): Deleted.
3152
3153 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
3154
3155         * url.c (url_file_name): Don't reallocate FNAME if the file
3156         doesn't exist, as is usually the case.
3157
3158         * utils.c (unique_name): New flag allow_passthrough.
3159
3160 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
3161
3162         * utils.c (wtimer_sys_diff): Convert the time difference to signed
3163         __int64, then to double.  This works around MS VC++ 6 which can't
3164         convert unsigned __int64 to double directly.
3165
3166 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
3167
3168         * Makefile.in (clean): Also remove the core.<number> files
3169         produced by recent Linux systems.
3170
3171 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
3172
3173         * http.c (post_file): Don't pad the file if it's not large
3174         enough.  Bail out instead.
3175
3176 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
3177
3178         * retr.c (get_contents): Reduce the buffer size to the amount of
3179         data that may pass through for one second.  This prevents long
3180         sleeps when limiting bandwidth.
3181
3182         * connect.c (connect_to_one): Reduce the socket's RCVBUF when
3183         bandwidth limitation to small values is requested.
3184
3185 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
3186
3187         * progress.c (update_speed_ring): Moved the speed ring update to a
3188         separate function and documented it better.
3189
3190         * progress.c: Use `double' for most timers to support granularity
3191         smaller than 1ms.
3192
3193 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
3194
3195         * wget.h (XDIGIT_TO_XCHAR): Implement as index into a literal
3196         string.
3197         (XDIGIT_TO_xchar): Ditto.
3198
3199 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
3200
3201         * utils.c: Change the type of timer-related functions from long to
3202         double, for better precision.  On machines supporting gettimeofday
3203         the timers now work with granularity of less than one millisecond.
3204
3205 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
3206
3207         * cookies.c (parse_set_cookies): Fixed the parser to handle more
3208         edge conditions.
3209         (test_cookies): New function, contains a test suite for
3210         parse_set_cookies.
3211
3212 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
3213
3214         * url.c (strpbrk_or_eos): Implement as a macro under Gcc.
3215
3216 2003-09-15  Hrvoje Niksic  <hniksic@xemacs.org>
3217
3218         * cookies.c (parse_set_cookies): Allow trailing space in
3219         set-cookies header.  Also, allow any amount of whitespace, not
3220         only one character.  Allow empty set-cookies header without
3221         spewing an error.
3222
3223 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
3224
3225         * url.c (append_uri_pathel): Use opt.restrict_file_names when
3226         calling file_unsafe_char.
3227
3228         * init.c: New command restrict_file_names.
3229
3230         * main.c (main): New option --restrict-file-names[=windows,unix].
3231
3232         * url.c (url_file_name): Renamed from url_filename.
3233         (url_file_name): Add directory and hostdir prefix here, not in
3234         mkstruct.
3235         (append_dir_structure): New function, does part of the work that
3236         used to be in mkstruct.  Iterates over path elements in u->path,
3237         calling append_uri_pathel on each one to append it to the file
3238         name.
3239         (append_uri_pathel): URL-unescape a path element and reencode it
3240         with a different set of rules, more appropriate for handling of
3241         files.
3242         (file_unsafe_char): New function, uses a lookup table to decide
3243         whether a character should be escaped for use in file name.
3244         (append_string): New utility function.
3245         (append_char): Ditto.
3246         (file_unsafe_char): New argument restrict_for_windows, decide
3247         whether Windows file names should be escaped in run-time.
3248
3249         * connect.c: Include <stdlib.h> to get prototype for abort().
3250
3251 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
3252
3253         * utils.c (wtimer_sys_set): Extracted the code that sets the
3254         current time here.
3255         (wtimer_reset): Call it.
3256         (wtimer_sys_diff): Extracted the code that calculates the
3257         difference between two system times here.
3258         (wtimer_elapsed): Call it.
3259         (wtimer_elapsed): Don't return a value smaller than the previous
3260         one, which could previously happen when system time is set back.
3261         Instead, reset start time to current time and note the elapsed
3262         offset for future calculations.  The returned times are now
3263         guaranteed to be monotonically nondecreasing.
3264
3265 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
3266
3267         * host.c (lookup_host): Print the result of the DNS lookup.
3268
3269 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
3270
3271         * init.c (cmd_boolean): Accept yes/no along with on/off.
3272         (cmd_lockable_boolean): Ditto.
3273
3274 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
3275
3276         * init.c: New command dns_cache.
3277
3278         * main.c (main): New option --dns-cache[=off].
3279
3280 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
3281
3282         * config.h.in: Initialize HAVE_GETADDRINFO and ENABLE_IPV6.
3283
3284         * all: Use #ifdef ENABLE_IPV6 instead of the older INET6.  Use
3285         HAVE_GETADDRINFO for getaddrinfo-related stuff.
3286
3287 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
3288
3289         * url.c (url_parse): Return an error if the URL contains a [...]
3290         IPv6 numeric address and we don't support IPv6.
3291
3292 2003-09-05  Hrvoje Niksic  <hniksic@xemacs.org>
3293
3294         * url.c (is_valid_ipv6_address): Modified to not require
3295         zero-terminated strings.
3296         (is_valid_ipv4_address): Ditto.
3297
3298 2003-09-05  Mauro Tortonesi <mauro@deepspace6.net>
3299
3300         src/url.c: added RFC 2732 compliance for URL parsing. The
3301         functions is_*_address valid are a modified version of
3302         glibc 2.3.2 inet_pton's code.
3303
3304 2003-09-03  Ahmon Dancy  <dancy@dancysoft.com>
3305
3306         * main.c init.c options.h: Added --retry-connrefused option so
3307         that Connection Refused failures are treated as non-fatal (when
3308         trying to retrieve from busy servers).
3309
3310         * wget.h: New CONNECT_ERROR macro for encapsulating this
3311         modification.
3312
3313         * ftp.c http.c : Use CONNECT_ERROR macro in places where
3314         ECONNREFUSED was checked.
3315
3316 2003-01-11  Ian Abbott  <abbotti@mev.co.uk>
3317
3318         * ftp.c (ftp_retrieve_glob): Reject insecure filenames as determined
3319         by calling new function has_insecure_name_p.  This is based on a
3320         patch by Red Hat.
3321
3322         * fnmatch.c (has_insecure_name_p): New function: returns non-zero
3323         if filename starts with `/' or contains `../' and is therefore
3324         considered insecure.
3325
3326         * fnmatch.h: Declare has_insecure_name_p().
3327
3328 2002-08-03  Hrvoje Niksic  <hniksic@xemacs.org>
3329
3330         * init.c (cmd_file): Allocate RESULT correctly.
3331
3332 2002-07-24  Hrvoje Niksic  <hniksic@xemacs.org>
3333
3334         * recur.c (retrieve_tree): Check whether downloaded_html_set is
3335         non-NULL before using it.
3336
3337 2002-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
3338
3339         * html-parse.c (NAME_CHAR_P): Allow almost any character here.
3340
3341 2002-05-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3342
3343         * progress.c (bar_set_params): Fall back to dot progress if the
3344         terminal type is "emacs".
3345
3346 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3347
3348         * log.c: Don't #undef WGET_USE_STDARG.
3349
3350 2002-05-16  Hrvoje Niksic  <hniksic@arsdigita.com>
3351
3352         * hash.c (prime_size): Store the offset of the prime number in the
3353         prime table.  When searching, start with the given offset.
3354         (hash_table_new): Pass the pointer to ht->prime_offset to
3355         prime_size.
3356         (grow_hash_table): Ditto.
3357         (prime_size): Make 13 the first prime to make empty hash tables
3358         slightly smaller.
3359
3360 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
3361
3362         * recur.c (download_child_p): Minor optimization to avoid an
3363         unnecessary additional call to schemes_are_similar_p function.
3364
3365 2002-05-16  Ian Abbott  <abbotti@mev.co.uk>
3366
3367         * url.c (schemes_are_similar_p): New function to test enumerated
3368         scheme codes for similarity.
3369
3370         * url.h: Declare it.
3371
3372         * recur.c (download_child_p): Use it to compare schemes.  This
3373         also fixes a bug that allows hosts to be spanned (without the
3374         -H option) when the parent scheme is https and the child's is
3375         http or vice versa.
3376
3377 2002-05-14  Bill Richardson  <bill@riverstonenet.com>
3378
3379         * ftp.c (getftp): Don't ftruncate stdout.
3380
3381         * http.c (gethttp): Don't ftruncate stdout.
3382
3383 2002-05-09  Ian Abbott  <abbotti@mev.co.uk>
3384
3385         * cmpt.c (strptime_internal): Synched with glibc-2.1.3.
3386         (get_number): Ditto.
3387         (get_alt_number): Ditto.
3388         (__isleap): New function-like macro used by strptime.
3389         (day_of_the_week): New function used by strptime.
3390         (day_of_the_year): Ditto.
3391         (__mon_yday): Now shared by mktime and strptime implementations.
3392
3393 2002-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
3394
3395         * cookies.c (check_domain_match): Use match_tail in case
3396         insensitive mode.
3397
3398         * utils.c (match_tail): Allow the caller to specify case
3399         insensitive mode.
3400
3401         * cookies.c (store_cookie): When expiry_time is 0, print it as
3402         undefined, not indefinite.
3403
3404 2002-05-07  Ian Abbott  <abbotti@mev.co.uk>
3405
3406         * cookies.c (cookie_jar_process_set_cookie): Do not store
3407         discarded cookie.
3408
3409 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
3410
3411         * cookies.c (check_domain_match): Allow cookies to be set for
3412         subdomains of unknown top-level domains under some circumstances.
3413
3414 2002-04-21  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
3415
3416         * gen_ssl.c:
3417         - allow checking of server cert
3418         - allow defining client cert type
3419         - allow limit of ssl protocol
3420         - check more return values
3421         - added debug message on break
3422
3423 2002-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
3424
3425         * recur.c (download_child_p): Revert order of items in check
3426         number 6 for clarity.
3427
3428 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3429
3430         * init.c: Ditto.
3431
3432         * main.c: Ditto.
3433
3434         * http.c: Use the new interface.
3435
3436         * cookies.c: Provide an OO-style "cookie jar" interface to enable
3437         separate cookie jars.
3438
3439         * http.c (http_atotm): Declare argument as const.
3440
3441 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
3442
3443         * cookies.c (cookie_new): Default to PORT_ANY.
3444         (find_cookie_chain_exact): Only search by DOMAIN.
3445         (find_matching_cookie): Also check that PORT matches.
3446         (store_cookie): Only match the domain.
3447         (set_cookie_header_cb): When a cookie "fakes" a domain, assume it
3448         is valid for that host rather than discarding it completely.
3449         (find_matching_chains): Don't search by PORT.
3450         (matching_cookie): Also match PORT.
3451         (load_cookies): Set the port if specified, otherwise leave it as
3452         ANY.
3453         (save_cookies_mapper): Save the port if specified, otherwise leave
3454         it empty.
3455
3456 2002-04-19  Thomas Lussnig  <thomas.lussnig@bewegungsmelder.de>
3457
3458         * init.c: The option `egdfile' was not in sort order.
3459
3460 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
3461
3462         * ftp.c (getftp): Treat directories that begin with <letter>: as
3463         absolute.
3464         (getftp): Strip trailing slashes from con->id before merging it
3465         with TARGET.
3466
3467 2002-04-16  Hrvoje Niksic  <hniksic@arsdigita.com>
3468
3469         * http.c (gethttp): If Content-Type is not given, assume
3470         text/html.
3471
3472 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
3473
3474         * recur.c (download_child_p): Don't ignore rejection of HTML
3475         documents that are themselves leaves of recursion.
3476
3477 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
3478
3479         Makefile.in: Updated several dependencies for object files to take
3480         account of nested include files.
3481
3482 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
3483
3484         Makefile.in: The target `connect$o' (connect.o) now depends on
3485         `utils.h'
3486
3487 2002-04-15  Ian Abbott  <abbotti@mev.co.uk>
3488
3489         * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
3490         (gethostbyname_with_timeout): Use it.
3491
3492         * utils.c: Don't define `SETJMP()', `run_with_timeout_env' or
3493         `abort_run_with_timeout()' when `USE_SIGNAL_TIMEOUT' is undefined.
3494
3495 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
3496
3497         * host.c (getaddrinfo_with_timeout): New function.
3498         (gethostbyname_with_timeout): Ditto.
3499         (lookup_host): Use them.
3500
3501 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3502
3503         * utils.c (number_to_string): Handle the case when n < -INT_MAX.
3504
3505 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3506
3507         * init.c (comind): Use a marginally faster implementation of
3508         binary search.  To quote Martin Buchholz, "a nanosecond saved is a
3509         nanosecond earned."
3510
3511 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3512
3513         * main.c (print_help): Document `--post-data' and `--post-file'.
3514
3515 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3516
3517         * http.c (gethttp): Ditto.
3518
3519         * retr.c (retrieve_url): Initialize variables to appease the
3520         compiler.
3521
3522         * gen_sslfunc.c (ssl_iread): Don't handle EINTR when calling
3523         select_fd.
3524         (ssl_iwrite): Ditto.
3525
3526         * connect.c (select_fd): Rewrite to handle EINTR.  Set errno to
3527         ETIMEDOUT in case of timeout.
3528         (iread): No need to handle EINTR when calling select_fd.
3529         (iwrite): Ditto.
3530
3531 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3532
3533         * retr.c (retrieve_url): Make sure that POST is not honored for
3534         redirections.
3535
3536         * http.c (gethttp): Send the POST data when requested.
3537         (post_file): New function.
3538         (gethttp): Use it.
3539
3540         * main.c (main): Ditto.
3541
3542         * init.c: Add new options.
3543
3544         * options.h (struct options): New options post_data and
3545         post_file_name.
3546
3547 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3548
3549         * connect.c (connect_with_timeout): Firing SIGALRM can result in
3550         connect() exiting with EINTR.  Treat EINTR the same as ETIMEDOUT.
3551
3552 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3553
3554         * connect.c (connect_with_timeout): Use it.
3555
3556         * utils.c (run_with_timeout): New function.
3557
3558 2002-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3559
3560         * url.c (getproxy): Accept a struct url argument.  This obviates
3561         the need for USE_PROXY_P.
3562
3563         * retr.c (retrieve_url): Allow proxy to be a non-FTP URL.
3564
3565         * ftp.c (getftp): Recognize FWTK-style proxy.
3566
3567 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3568
3569         * config.h.in: Only define _VA_LIST when compiled with gcc.
3570
3571 2002-04012  Ian Abbott  <abbotti@mev.co.uk>
3572
3573         * http.c (http_loop): Compensate for MS Windows two-second
3574         granularity of file modification time when comparing timestamps.
3575
3576         * ftp.c (ftp_retrieve_list): Ditto.
3577
3578 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
3579
3580         * utils.c (has_html_suffix_p): New function to test filename for
3581         common html extensions.
3582
3583         * utils.h: Declare it.
3584
3585         * http.c (http_loop): Use it instead of previous test.
3586
3587         * retr.c (retrieve_url): Ditto.
3588
3589         * recur.c (download_child_p): Ditto.
3590
3591 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3592
3593         * config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
3594         declaring va_list.
3595         From Kevin Rodgers <kevinr@ihs.com>.
3596
3597 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
3598
3599         * Makefile.in: Specify libtool mode explicitly when linking.
3600
3601 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3602
3603         * connect.c (connect_with_timeout): New function.
3604         (connect_to_one): Use it.
3605
3606         * config.h.in: Add stubs for HAVE_SIGSETJMP, HAVE_SIGBLOCK, and
3607         HAVE_SETJMP_H.
3608
3609 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
3610
3611         * log.c: Set WGET_USE_STDARG if __STDC__ is defined and stdarg.h
3612         is present.
3613
3614 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
3615
3616         * progress.c (bar_create): If INITIAL is larger than TOTAL, fix
3617         TOTAL.
3618         (bar_finish): Likewise.
3619
3620 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
3621
3622         * html-url.c (tag_handle_form): New function.  Pick up form
3623         actions and mark them for conversion only.
3624
3625 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
3626
3627         * progress.c (struct progress_implementation): Use PARAMS when
3628         declaring the parameters of *create, *update, *finish, and
3629         *set_params.
3630
3631         * netrc.c: Ditto.
3632
3633         * http.c: Reformat some function definitions so that ansi2knr can
3634         read them.
3635
3636         * hash.c (struct hash_table): Use the PARAMS macro around
3637         parameters in the declaration of hash_function and test_function.
3638         (prime_size): Spell 2580823717UL and 3355070839UL as (unsigned
3639         long)0x99d43ea5 and (unsigned long)0xc7fa5177 respectively, so
3640         that pre-ANSI compilers can read them.
3641         (find_mapping): Use PARAMS when declaring EQUALS.
3642         (hash_table_put): Ditto.
3643
3644         * ftp.h: Wrap the parameters of ftp_index declaration in PARAMS.
3645
3646         * cookies.c (cookie_new): Use (unsigned long)0 instead of 0UL,
3647         which was unsupported by pre-ANSI compilers.
3648
3649         From Nelson H. F. Beebe <beebe@math.utah.edu>, for the most part.
3650
3651 2002-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
3652
3653         * url.c (url_filename): Use compose_file_name regardless of
3654         whether opt.dirstruct is set.
3655         (mkstruct): Don't handle the query and the reencoding of DIR; that
3656         is done in compose_file_name.
3657
3658 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3659
3660         * wget.h: Ditto for extern char *exec_name.
3661
3662         * options.h: Don't guard against OPTIONS_DEFINED_HERE -- it is
3663         perfectly legal to follow an `extern' with a non-`extern' ones,
3664         provided the types match.
3665
3666         * main.c: Don't define OPTIONS_DEFINED_HERE.
3667
3668 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3669
3670         * progress.c (create_image): Revert to calculating ETA based on
3671         average download speed.
3672         (create_image): Don't print ETA until the download has been active
3673         for at least 3 seconds.
3674         (create_image): When ETA is not available, don't print anything.
3675         The previous version would print --:--.
3676
3677 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3678
3679         * progress.c (bar_update): Keep updating a subinterval until it
3680         reaches or exceeds a watermark.  That way the measurement will be
3681         guaranteed to span a configurable minimum of time.  The current
3682         default is 3s in 30 100ms intervals.
3683
3684 2002-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
3685
3686         * progress.c (bar_update): Maintain an array of the time it took
3687         to perform previous 30 network reads.
3688         (create_image): Calculate the download speed and ETA based on the
3689         last 30 reads, not the entire download.
3690         (create_image): Make sure that the ETA is not changed more than
3691         once per second.
3692
3693 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
3694
3695         * mswindows.c (borland_utime): New function conditionally defined
3696         when `HACK_BCC_UTIME_BUG' is defined.  A reimplementation of
3697         `utime()' as Borland's `utime()' function is broken on Windows 9x
3698         systems.  (Original patch by Chin-yuan Kuo <sr1111111@yahoo.com.tw>.)
3699
3700 2002-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
3701
3702         * ftp.c (ftp_loop): Propagate the result of ftp_retrieve_glob.
3703
3704 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
3705
3706         * Makefile.in: Updated several dependencies for object files.
3707
3708 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
3709
3710         * mswindows.c: Include "utils.h".
3711
3712 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
3713
3714         * host.h: Don't include netdb.h on windows.
3715
3716 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3717
3718         * recur.c (retrieve_tree): Handle the case when start_url doesn't
3719         parse.
3720
3721 2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
3722
3723         * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
3724         calling xmalloc and memcpy.
3725
3726 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3727
3728         * host.h: Include Unix-specific includes #ifndef WINDOWS.
3729         Patch originally provided by Christian Lackas.
3730
3731 2002-02-11  Christian Lackas  <delta@lackas.net>
3732
3733         * recur.c: recurive downloading for https fixed.
3734
3735 2002-02-19  Alan Eldridge  <alane@geeksrus.net>
3736
3737         * host.h: Also include <netinet/in.h> and <sys/socket.h>.
3738
3739         * ftp-basic.c: Also include <netinet/in.h>.
3740
3741 2002-02-05  Ian Abbott  <abbotti@mev.co.uk>
3742
3743         * http.c (gethttp): when -c used, mark already fully retrieved
3744         file as successfully retrieved.
3745
3746 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3747
3748         * url.c (url_parse): Don't treat '?' as query string separator
3749         when parsing FTP URLs.
3750
3751 2002-02-01  Hrvoje Niksic  <hniksic@arsdigita.com>
3752
3753         * html-url.c (tag_handle_meta): Don't crash on <meta
3754         http-equiv=refresh> where content is missing.
3755
3756 2002-01-31  Herold Heiko  <Heiko.Herold@previnet.it>
3757
3758         * ftp-basic.c, host.c: don't include sys/socket.h, arpa/inet.h,
3759         netdb.h on windows.
3760
3761 2002-01-30  Hrvoje Niksic  <hniksic@arsdigita.com>
3762
3763         * retr.c (retrieve_url): Remove redirection cycle detection.  This
3764         is because some sites legitimately redirect the user back to the
3765         same location, e.g. after an authorization check performed by
3766         another page.  MAX_REDIRECTIONS is still used to prevent infinite
3767         redirection loops.
3768
3769 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3770
3771         * http.c (gethttp): Wrap host name in square brackets if it
3772         contains a colon.
3773
3774 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3775
3776         * url.c (url_parse): Allow all hex digits, not only decimal ones,
3777         to form an IP address.
3778
3779 2002-01-26  Hrvoje Niksic  <hniksic@arsdigita.com>
3780
3781         * url.c (urlchr_table): Make square braces reserved, so we can
3782         parse http://[::1]/.
3783         (url_parse): Handle host in braces.
3784         (url_string): If url->host contains colons, wrap it in braces.
3785
3786 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3787
3788         * connect.c (resolve_bind_address): New function.
3789         (connect_to_one): Use it.
3790         (bindport): Ditto.
3791
3792         * init.c: Don't resolve bind-address here.
3793
3794         * host.c (wget_sockaddr_set_address): Would bug out with ADDR == NULL.
3795
3796 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3797
3798         * host.c (lookup_host): Use sizeof(ip4_address) to calculate the
3799         offset.
3800         (address_list_new): Use map_ipv4_to_ip.
3801         (wget_sockaddr_set_address): Convert ADDR to IPv4 before using it
3802         in IPv4 context.
3803
3804 2002-01-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3805
3806         * source: Integrated IPv6 support.
3807         Written by Thomas Lussnig <thomas.lussnig@bewegungsmelder.de>.
3808
3809 2002-01-15  Ian Abbott  <abbotti@mev.co.uk>
3810
3811         * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!)
3812         (cmd_directory): New function. Like cmd_file(), but strips
3813         trailing directory separators.
3814         (commands): Change action for "dirprefix" from `cmd_file' to
3815         `cmd_directory'.
3816
3817         * utils.c (make_directory): Allow intermediate `mkdir' calls to
3818         fail, as not all path components that do not exist should be
3819         directory components, especially under Windows.
3820
3821 2002-01-17  Hrvoje Niksic  <hniksic@arsdigita.com>
3822
3823         * netrc.c (parse_netrc): Skip leading whitespace before testing
3824         whether the line is empty.  Empty lines still contain the line
3825         terminator.
3826
3827 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
3828
3829         * gen_sslfunc.c (ssl_iread): Call select on the file descriptor
3830         only if no data is pending in SSL buffers.
3831         From tony@bluetail.com.
3832
3833 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3834
3835         * headers.c (header_get): Strip trailing whitespace from the
3836         header.
3837
3838 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3839
3840         * url.c (parse_uname): URL-decode *USER and *PASSWD.
3841
3842 2002-01-07  Ian Abbott <abbotti@mev.co.uk>
3843
3844         * url.c (uri_merge_1): Deal with "net path" relative URL (one that
3845         starts with "//").
3846
3847 2002-01-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3848
3849         * http.c (gethttp): Invalidate SOCK if get_contents encountered an
3850         error.
3851
3852 2001-12-24  Hrvoje Niksic  <hniksic@arsdigita.com>
3853
3854         * version.c: Wget 1.8.1 is released.
3855
3856 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3857
3858         * version.c: Wget 1.8.1-pre3 is released.
3859
3860 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3861
3862         * recur.c (retrieve_tree): Enqueue the canonical representation of
3863         start_url, so that the test against dl_url_file_map works.
3864
3865 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3866
3867         * log.c (logputs): Check for requested verbosity before printing
3868         anything.
3869
3870 2001-12-19  Hrvoje Niksic  <hniksic@arsdigita.com>
3871
3872         * html-url.c (tag_handle_link): Treat the "shortcut icon" link as
3873         inline.
3874
3875 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3876
3877         * recur.c (retrieve_tree): Make a copy of file obtained from
3878         dl_url_file_map because the code calls xfree(file) later.
3879
3880 2001-12-18  Hrvoje Niksic  <hniksic@arsdigita.com>
3881
3882         * recur.c (register_html): Maintain a hash table of HTML files
3883         along with the list.  Disallow duplicates.
3884         (retrieve_tree): Use downloaded_html_set to check whether the file
3885         found in dl_url_file_map is an HTML file, and descend into it if
3886         so.
3887         (convert_all_links): Don't guard against duplicates in
3888         downloaded_html_list, since they are no longer possible.
3889
3890 2001-12-18  Ian Abbott  <abbotti@mev.co.uk>
3891
3892         * recur.c (retrieve_tree): Pass on referring URL when retrieving
3893         recursed URL.
3894
3895 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
3896
3897         * version.c: Wget 1.8.1-pre2 is released.
3898
3899 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
3900
3901         * retr.c (sleep_between_retrievals): Simplify indentation.
3902
3903 2001-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
3904
3905         * gen_sslfunc.c (ssl_init_prng): Use random_number to get a byte
3906         of "randomness" at a time.
3907         (ssl_init_prng): Don't seed the PRNG; random_number will do that.
3908
3909         * retr.c (sleep_between_retrievals): Use it.  Make sure that the
3910         random amount averages in opt.wait.
3911         (sleep_between_retrievals): Don't seed the PRNG; random_number
3912         will do that.
3913
3914         * utils.c (random_number): New function.
3915
3916 2001-12-14  Hrvoje Niksic  <hniksic@arsdigita.com>
3917
3918         * url.c (path_simplify): Move here from utils.c, and make static.
3919
3920 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3921
3922         * init.c (wgetrc_file_name): Print correct message when loading
3923         getenv("WGETRC") fails.
3924
3925 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3926
3927         * recur.c (register_download): Don't abort when one URL references
3928         two different files.
3929
3930 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3931
3932         * http.c (gethttp): Check for conn->scheme, not u->scheme, before
3933         calling ssl_iwrite.
3934
3935 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3936
3937         * version.c: Wget 1.8.1-pre1 is released.
3938
3939 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3940
3941         * res.c (matches): Fix broken URL in the docstring.
3942
3943 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
3944
3945         * html-url.c (tag_url_attributes): Mark <embed href=...> as
3946         external.
3947
3948 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3949
3950         * url.c (get_urls_file): Cosmetic changes.
3951
3952 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3953
3954         * html-url.c (append_one_url): Resurrect warning when unable to
3955         resolve a relative link.
3956
3957 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
3958
3959         * html-url.c (collect_tags_mapper): Break into several functions.
3960         (tag_url_attributes): Collect <embed href=...>.
3961
3962 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
3963
3964         * host.c: New type ipv4_address.  Use it consistently instead of
3965         `unsigned char[4]' and `unsigned char *'.
3966         (pretty_print_address): Accept a `const void *', to require even
3967         less casting.
3968
3969 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
3970
3971         * ftp-ls.c (ftp_parse_vms_ls): Fix obvious memory leaks.
3972
3973 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
3974
3975         * main.c (main): Initialize progress after fork_to_background, so
3976         that it knows when to use dots.
3977
3978         * mswindows.c (ws_hangup): Call log_request_redirect_output.
3979
3980         * utils.c (fork_to_background): Print the PID of the child
3981         process.
3982
3983         * log.c (log_request_redirect_output): Set a flag that output
3984         redirection has been requested.  Doing anything else in a signal
3985         handler is unsafe.
3986         (check_redirect_output): New function: check whether redirection
3987         has been requested and, if so, call redirect_output().
3988         (logputs): Call check_redirect_output.
3989         (logprintf): Ditto.
3990         (debug_logprintf): Ditto.
3991         (redirect_output): Print clearer messages.
3992
3993         * main.c (redirect_output_signal): Don't call
3994         redirect_output_signal directly.  Instead, call
3995         log_request_redirect_output.
3996
3997         * utils.c (memfatal): Ditto.
3998
3999         * progress.c (display_image): Use it.
4000
4001         * log.c (log_set_save_context): New function: allow the caller to
4002         turn off saving log context lines.
4003
4004 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4005
4006         * host.c (address_list_set_faulty): Uncomment a sanity check.
4007
4008 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4009
4010         * utils.c (long_to_string): Return a pointer after where the
4011         number ends.
4012         (long_to_string): Rename to number_to_string.
4013
4014 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4015
4016         * utils.c (path_simplify): Correctly handle the unlikely case that
4017         b starts out as path + 1.
4018
4019 2001-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
4020
4021         * utils.c (path_simplify): Rewrite, with better comments, and
4022         without the use of strcpy to move overlapping blocks.
4023
4024 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
4025
4026         * init.c (cmd_spec_progress): Resurrect.  Check whether VAL is a
4027         valid progress type before setting it.
4028
4029 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
4030
4031         * main.c (main): Remove stray debugging message.
4032
4033 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
4034
4035         * progress.c (create_image): Fix ETA padding when hours are prined.
4036
4037 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
4038
4039         * version.c: Wget 1.8 is released.
4040
4041 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
4042
4043         * url.c (reencode_string): Declare static.
4044
4045         * res.c (registered_specs): Declare static.
4046
4047         * progress.c (current_impl_locked): Declare static.
4048
4049         * log.c (flush_log_p): Declare static.
4050         (needs_flushing): Ditto.
4051
4052         * http.c (digest_authentication_encode): Declare static.
4053
4054         * html-url.c (init_interesting): Declare static.
4055
4056         * host.c (host_name_addresses_map): Declare static.
4057
4058         * cookies.c (find_matching_chains): Declare static.
4059
4060         * ftp-ls.c (ftp_parse_vms_ls): Warn about the memory leak
4061         indicated by lint.
4062
4063         * utils.c (path_simplify): Remove unused variable STUB_CHAR.
4064
4065         * host.c (address_list_set_faulty): Document that INDEX is
4066         currently unused.
4067
4068         * url.c (rewrite_shorthand_url): Remove unused variable PATH.
4069
4070 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
4071
4072         * version.c: Wget 1.8-pre2 is released.
4073
4074 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4075
4076         * progress.c (progress_handle_sigwinch): Set up the signal again.
4077
4078         * utils.c: Include <sys/termios.h>, where Solaris defines
4079         TIOCGWINSZ.
4080
4081         * progress.c (bar_create): Don't use the last column on the screen.
4082         (create_image): Pad ETA to constant size.  Pad SIZE to nine digits
4083         only until it exceeded them.
4084
4085 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4086
4087         * version.c: Wget 1.8-pre1 is released.
4088
4089 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4090
4091         * progress.c (progress_create): Make sure that, when the output is
4092         redirected, the progress implementation gets changed to the
4093         fallback one.
4094         (bar_set_params): Set current_impl_locked to 1 when "force" is
4095         specified.
4096         (progress_create): Don't change the progress implementation if
4097         current_impl_locked is non-zero.
4098
4099         * main.c (redirect_output_signal): Call
4100         progress_schedule_redirect.
4101
4102         * progress.c (progress_schedule_redirect): New function.
4103
4104 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4105
4106         * log.c (logvprintf): Restructure to allow being called multiple
4107         times.
4108         (logprintf): Call logvprintf in a loop.
4109         (debug_logprintf): Ditto.
4110
4111 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4112
4113         * gen_sslfunc.c (ssl_init_prng): Allow the user to disable EGD by
4114         setting egd_file it to empty string.
4115
4116         * main.c (main): Change the option name from --sslegdsock to
4117         --egd-file.
4118
4119 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4120
4121         * gen_sslfunc.c (ssl_init_prng): Make the printed message
4122         translatable.
4123
4124 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4125
4126         * url.c (scheme_disable): New function.
4127
4128         * main.c (main): Call ssl_init_prng from here rather than from
4129         init_ssl, so that it has a chance to disable support for https
4130         before a URL has been resolved.
4131
4132         * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
4133         failed.
4134         (ssl_init_prng): Disable support for https if seeding the PRNG
4135         fails.
4136
4137 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
4138
4139         * utils.c (read_whole_line): Handle lines beginning with \0.
4140
4141 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
4142
4143         * recur.c (convert_all_links): Guard against duplicates in
4144         downloaded_html_files.
4145         (register_download): Don't invalidate similar-looking URLs.
4146         (match_except_index): New function.
4147
4148 2001-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
4149
4150         * utils.c (path_simplify): Document with test cases.
4151
4152 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
4153
4154         * gen_sslfunc.c: Ditto.
4155
4156         * rbuf.c: Include <string.h>.
4157
4158 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
4159
4160         * recur.c (retrieve_tree): Check whether the URL was already
4161         downloaded before downloading it again.
4162         (descend_child_p): Renamed to download_child_p.
4163         (register_download): When one URL is downloaded to a file already
4164         "owned" by another URL, delete all references that map any URL to
4165         that file.
4166         (register_delete_file): New function.
4167         (retrieve_tree): Use it after deleting a file.
4168
4169         * url.c (url_parse): Re-canonicalize the URL also if the path is
4170         empty, so that e.g. "http://www.server.com" ->
4171         "http://www.server.com/".
4172         (lowercase_str): Use ISUPPER instead of !ISLOWER.
4173
4174         * retr.c (retrieve_url): Use the canonical URL form when calling
4175         register_download().
4176
4177 2001-12-04  Ian Abbott <abbotti@mev.co.uk>
4178
4179         * snprintf.c (dopr): Use `unsigned int' as the second argument to
4180         va_arg when casting to `unsigned short' is intended.
4181
4182 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
4183
4184         * gen_sslfunc.c: on windows provide ssl crypto random 
4185           initialization through RAND_screen(); could possibly
4186           be not enough for strong ssl communication (see the 
4187           relevant manual page from the openssl package).
4188
4189 2001-12-04  Hrvoje Niksic  <hniksic@arsdigita.com>
4190
4191         * url.c (local_quote_string): Reenable quoting of question marks,
4192         but only when `--html-extension' is used.
4193
4194 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
4195
4196         * version.c: Wget 1.8-beta3 is released.
4197
4198 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
4199
4200         * snprintf.c (dopr): Cast the result of va_arg to short int and
4201         short unsigned int where these types are expected to be used.
4202
4203 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
4204
4205         * snprintf.c (dopr): Replace `short int' and `unsigned short int'
4206         with `int' when using it as the second argument to `va_arg'.
4207
4208 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
4209
4210         * host.c (address_list_new_one): New function.
4211         (lookup_host): Use it.
4212
4213 2001-12-03  Andre Majorel  <amajorel@teaser.fr>
4214
4215         * host.c (lookup_host): Don't initialize TMPSTORE directly because
4216         it's not legal C.
4217
4218 2001-12-03  Hrvoje Niksic  <hniksic@arsdigita.com>
4219
4220         * ftp-basic.c (ftp_port): Don't return HOSTERR if we fail getting
4221         the socket data.
4222
4223         * ftp.c: Ditto.
4224
4225         * http.c: No need to declare h_errno.
4226
4227         * host.c: Declare h_errno.
4228
4229 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
4230
4231         * utils.c (file_merge): If BASE doesn't contain a slash, just
4232         return a copy of FILE.
4233
4234 2001-12-02  Hrvoje Niksic  <hniksic@arsdigita.com>
4235
4236         * version.c: Wget 1.8-beta2 is released.
4237
4238 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4239
4240         * ftp.c (getftp): When PWD fails, assume "/".
4241
4242         * ftp-basic.c (ftp_syst): Fix indentation.
4243
4244 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4245
4246         * url.c (get_urls_file): If opt.base_href is specified, merge each
4247         URL with the base.
4248
4249 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4250
4251         * main.c (print_help): Don't document the removed `-nh'.
4252
4253 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4254
4255         * url.c (url_full_path): Document better.
4256
4257         * http.c (gethttp): Use the full path when creating digest
4258         authorization.
4259
4260 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4261
4262         * cookies.c (path_matches): Return 0 if PREFIX doesn't begin with
4263         '/'.
4264
4265 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4266
4267         * cookies.c (path_matches): FULL_PATH doesn't begin with '/', but
4268         PREFIX does.
4269
4270 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4271
4272         * cookies.c (check_domain_match): Reimplement to match Netscape's
4273         "preliminary specification" for cookies.
4274
4275 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4276
4277         * url.c (replace_attr_refresh_hack): New function.
4278         (convert_links): Call replace_attr_refresh_hack for Refresh
4279         links.  It will add the "TMOUT; URL=" junk before the link.
4280
4281         * html-url.c (collect_tags_mapper): Set ID to the ID of the
4282         "content" attribute, not "http-equiv".
4283         (collect_tags_mapper): Don't use OFFSET to hack the raw_* values;
4284         instead, store the information that this entry belongs to a
4285         "refresh" link.
4286
4287 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4288
4289         * version.c: Wget 1.8-beta1 is released.
4290
4291 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
4292
4293         * recur.c (retrieve_tree): Allow -p retrievals to exceed maximum
4294         depth by more than one.
4295
4296 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
4297
4298         * retr.c (retrieve_url): Don't allow more than 20 redirections.
4299
4300 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
4301
4302         * recur.c (retrieve_tree): Skip the non-inline entries when
4303         enqueuing the children of a leaf HTML node in -p mode.
4304         (descend_url_p): Ignore opt.no_parent when in -p mode and UPOS is
4305         "inline".
4306
4307         * html-url.c (get_urls_html): Don't accept dash_p_leaf_HTML.
4308         (collect_tags_mapper): When an entry is "inline", mark it as such.
4309
4310         * recur.c (descend_url_p): Fix test when checking for
4311         acceptance/rejection rules.
4312
4313 2001-10-31 Daniel BODEA <dali@dali-designs.com>
4314
4315         * netrc.c (search_netrc): When slack_default is 0, still look for
4316         an account with matching password, just not the "default account".
4317         HTTP Authorization using .netrc should now work as expected.
4318
4319 2001-11-30  T. Bharath  <TBharath@responsenetworks.com>
4320
4321         * http.c (persistent_available_p): Call SHUTDOWN_SSL if
4322         test_socket_open fails.
4323
4324 2001-11-30  Hrvoje Niksic  <hniksic@arsdigita.com>
4325
4326         * progress.c (display_image): Just print one CR to reset the
4327         cursor position.
4328
4329 2001-11-30  Christian Fraenkel  <c.fraenkel@gmx.net>
4330
4331         * init.c: New command `ssl_egd_sock'.
4332
4333         * main.c (main): New option `--sslegdsock'.
4334
4335         * gen_sslfunc.c (ssl_init_prng): Seed the RNG using EGD.
4336
4337 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
4338
4339         * cmpt.c (memmove): Include a simple memmove implementation.
4340
4341 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
4342
4343         * headers: Guard against header files being included twice.
4344
4345 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
4346
4347         * gen-md5.c: Use unsigned char * as the buffer argument to
4348         gen_md5_update.
4349
4350 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
4351
4352         * connect.h: Declare select_fd.
4353
4354 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
4355
4356         * recur.c (descend_url_p): When resolving no_parent, compare with
4357         start_url, not parent url.  Otherwise link from /a/b/ to /a/c/
4358         wouldn't be followed, although the download started from /a/.
4359
4360 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
4361
4362         * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for
4363         MS VC; somebody with Borland compiler please check and provide
4364         patch if possible;
4365
4366         * cmpt.c: provided a usleep emulation.
4367
4368 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
4369
4370         * host.c (address_list_new): Initialize al->faulty.
4371
4372 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
4373
4374         * http.c (http_process_range): Accept the broken output of
4375         "JavaWebServer/1.1.1".
4376
4377 2001-11-28  Hrvoje Niksic  <hniksic@arsdigita.com>
4378
4379         * progress.c (dot_set_params): If PARAMS is unspecified, use
4380         dot_style, if available.
4381
4382         * init.c: Ditto.
4383
4384         * main.c (main): Resurect --dot-style.
4385
4386         * progress.c (dot_finish): Print the quantity if we're left at the
4387         beginning of a row.
4388
4389 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
4390
4391         * cmpt.c (random): Removed.
4392
4393         * retr.c (sleep_between_retrievals): Use the more portable rand()
4394         instead of random().
4395
4396 2001-11-27  Ian Abbott <abbotti@mev.co.uk>
4397
4398         * retr.c (retrieve_from_file): Initialize `new_file' to NULL to
4399         prevent seg fault.
4400
4401 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
4402
4403         * connect.c (connect_to_many): Use address_list_set_faulty to
4404         prevent the faulty address from being reused.
4405
4406         * host.c (address_list_set_faulty): New function.
4407         (address_list_get_bounds): New function, instead of
4408         address_list_count.
4409
4410 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
4411
4412         * url.c (convert_links): Don't translate %d-%d.
4413
4414         * main.c (print_help): Remove stray HAVE_RANDOM code.
4415
4416 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
4417
4418         * ftp.c (getftp): Improve output after sending PASV.  Don't
4419         attempt to "look up" the IP address we already know; call
4420         connect_to_one directly.
4421
4422 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
4423
4424         * progress.c: Change the default progress implementation to "bar".
4425
4426 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
4427
4428         * progress.c (bar_create): Print two newlines.
4429
4430 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
4431
4432         * cmpt.c (random): New function, a simple-minded replacement for
4433         random() on systems that don't have it.
4434
4435 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4436
4437         * config.h.in: Put a HAVE_USLEEP stub.
4438
4439         * cmpt.c (usleep): Replacement implementation of usleep using
4440         select.
4441
4442         * init.c: New option init_rate.
4443
4444         * main.c (main): New option --limit-rate.
4445
4446         * retr.c (limit_bandwidth): New function.
4447         (get_contents): Call it to limit the bandwidth used when
4448         downloading.
4449
4450         * progress.c (dot_update): Would print the wrong download speed on
4451         rows other than the first one when the download was continued.
4452         (dot_finish): Ditto.
4453
4454 2001-11-26  Ian Abbott <abbotti@mev.co.uk>
4455
4456         * http.c (gethttp): fix undeclared variable 'err' when compiled
4457         with HAVE_SSL.
4458
4459 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4460
4461         * progress.c: Don't allocate new timers; use the timing data
4462         propagated from the caller.
4463
4464         * retr.c (get_contents): Allocate and use a timer.
4465
4466 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4467
4468         * http.c (last_host_ip): Made into an address_list.
4469         (invalidate_persistent): Release pc_last_host_ip.
4470         (register_persistent): Use lookup_host.
4471         (persistent_available_p): Check for equality of hosts using
4472         address_list_match_all.  Call address_list_release.
4473         (http_cleanup): New function.
4474
4475         * ftp.c (getftp): Use lookup_host and connect_to_many.
4476
4477         * http.c (gethttp): Use lookup_host and connect_to_many.
4478
4479         * connect.c (make_connection): Removed.
4480         (connect_to_one): New function.
4481         (connect_to_many): Ditto.
4482         (set_connection_host_name): Ditto.
4483
4484         * host.c (lookup_host): New function; new return type.
4485         (address_list_new): New function.
4486         (address_list_count): Ditto.
4487         (address_list_copy_one): Ditto.
4488         (address_list_delete): Ditto.
4489         (address_list_release): Ditto.
4490         (pretty_print_address): Ditto.
4491
4492 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4493
4494         * recur.c (retrieve_tree): In case of followed redirection,
4495         blacklist the pre-redirection URL.
4496
4497 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4498
4499         * recur.c (descend_redirect_p): New function.
4500         (retrieve_tree): Make sure redirections are not blindly followed.
4501
4502 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
4503
4504         * config.h.in: added HAVE_RANDOM.
4505
4506         * options.h: added random_wait to struct options.
4507
4508         * main.c (print_help [HAVE_RANDOM], main): added arg parsing, help
4509         for --random-wait.
4510
4511         * retr.c (sleep_between_retrievals) [HAVE_RANDOM]: added
4512         implementation of random wait times.
4513
4514         * init.c (commands): added "randomwait" keyword.
4515
4516 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
4517
4518         * recur.c (descend_url_p): Be more conservative with blacklisting
4519         URLs.
4520         (convert_all_links): Print how many files have been converted, and
4521         how long it took.
4522
4523         * progress.c (create_image): Place the number of downloaded bytes
4524         right after the progress bar.
4525
4526         * utils.c (suffix): Return a pointer into the string.
4527
4528 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
4529
4530         * url.c (convert_links): Handle CO_NULLIFY_BASE.
4531
4532         * recur.c (retrieve_tree): Ignore download-ignorable children.
4533         (convert_all_links): Specify CO_NULLIFY_BASE when link_base_p.
4534
4535         * html-url.c (handle_link): Return the newly created urlpos.
4536         (collect_tags_mapper): When dealing with BASE, store the base
4537         reference and mark it as download-ignorable.
4538
4539 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
4540
4541         * url.c (convert_links): Attempt to quote '?' as "%3F" when
4542         linking to local files.  Given up on the attempt, as it breaks
4543         local browsing.
4544
4545 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
4546
4547         * main.c (private_initialize): Removed.
4548         (main): Don't call private_initialize.
4549
4550         * http.c: Call lookup_host.
4551
4552         * host.c (host_init): Removed.
4553         (add_host_to_cache): Initialize host_name_address_map here, on
4554         demand.
4555         (ngethostbyname): Commented out.
4556
4557         * connect.c (make_connection): Remove dead code; use lookup_host.
4558
4559         * host.c (store_hostaddress): Renamed to lookup_host and reversed
4560         the args.
4561         Removed host_address_name_map and host_slave_master_map.
4562
4563 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
4564
4565         * progress.c (dot_create): Align the "[ skipping ... ]" string
4566         with the dots.
4567
4568         * retr.c (rate): Split into two functions: calc_rate and
4569         retr_rate.
4570
4571         * progress.c (create_image): Draw a dummy progress bar even when
4572         total size is unknown.
4573         (display_image): Place the text cursor at the end of the "image".
4574
4575 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
4576
4577         * url.c (reencode_string): Use unsigned char, not char --
4578         otherwise the hex digits come out wrong for 8-bit chars such as
4579         nbsp.
4580         (lowercase_str): New function.
4581         (url_parse): Canonicalize u->url if needed.
4582         (get_urls_file): Parse each URL, and return only the valid ones.
4583         (free_urlpos): Call url_free.
4584         (mkstruct): Add :port if the port is non-standard.
4585         (mkstruct): Append the query string to the file name, if any.
4586         (urlpath_length): Use strpbrk_or_eos.
4587         (uri_merge_1): Handle the cases where LINK is an empty string,
4588         where LINK consists only of query, and where LINK consists only of
4589         fragment.
4590         (convert_links): Count and report both kinds of conversion.
4591         (downloaded_file): Use a hash table, not a list.
4592         (downloaded_files_free): Free the hash table.
4593
4594         * retr.c (retrieve_from_file): Ditto.
4595
4596         * main.c (main): Call either retrieve_url or retrieve_tree
4597         for each URL, not both.
4598
4599         * retr.c (register_all_redirections): New function.
4600         (register_redirections_mapper): Ditto.
4601         (retrieve_url): Register the redirections.
4602         (retrieve_url): Make the string "Error parsing proxy ..." 
4603         translatable.
4604
4605         * res.c (add_path): Strip leading slash from robots.txt paths so
4606         that the path representations are "compatible".
4607         (free_specs): Free each individual path, too.
4608         (res_cleanup): New function.
4609         (cleanup_hash_table_mapper): Ditto.
4610
4611         * recur.c (url_queue_new): New function.
4612         (url_queue_delete): Ditto.
4613         (url_enqueue): Ditto.
4614         (url_dequeue): Ditto.
4615         (retrieve_tree): New function, replacement for recursive_retrieve.
4616         (descend_url_p): New function.
4617         (register_redirection): New function.
4618
4619         * progress.c (create_image): Cosmetic changes.
4620
4621         * init.c (cleanup): Do all those complex cleanups only if
4622         DEBUG_MALLOC is defined.
4623
4624         * main.c: Removed --simple-check and the corresponding
4625         simple_host_check in init.c.
4626
4627         * html-url.c (handle_link): Parse the URL here, and propagate the
4628         parsed URL to the caller, who would otherwise have to parse it
4629         again.
4630
4631         * host.c (xstrdup_lower): Moved to utils.c.
4632         (realhost): Removed.
4633         (same_host): Ditto.
4634
4635 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
4636
4637         * utils.c (path_simplify): Preserver the (non-)existence of
4638         leading slash.  Return non-zero if changes were made.
4639
4640 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
4641
4642         * progress.c (bar_update): Don't modify bp->total_length if it is
4643         zero.
4644
4645 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
4646
4647         * retr.c (retrieve_url): When the redirection URL doesn't parse,
4648         print the correct error message rather than "UNKNOWN".
4649
4650 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
4651
4652         * progress.c (bar_finish): If the timer didn't record any time
4653         since the download beginning, fake 1ms.
4654
4655 2001-11-24  Hrvoje Niksic  <hniksic@arsdigita.com>
4656
4657         * recur.c (recursive_retrieve): Fix typo.
4658
4659 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
4660
4661         * progress.c (create_image): Don't translate "%ld ".
4662
4663 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
4664
4665         * progress.c (bar_set_params): Allow the user to force the use of
4666         the bar.
4667
4668 2001-11-23  Lemble Gregory  <gregory.lemble@st.com>
4669
4670         * gen_sslfunc.c (ssl_init_prng): New function; seed the SSL RNG.
4671
4672 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
4673
4674         * progress.c: Renamed dp_* functions to dot_* for greater clarity
4675         and consistency with bar_*.
4676         (print_download_speed): Get rid of the unneeded '@' character.
4677         (create_image): Fix download rate geometry.
4678
4679         * progress.c (print_elapsed): Remove spurious space.
4680         (print_elapsed): Renamed to print_download_speed, since that's
4681         what it does.
4682
4683 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
4684
4685         * progress.c (bar_update): If the downloaded amount becomes larger
4686         than the expected amount, adjust the expected amount accordingly.
4687
4688 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
4689
4690         * utils.c (determine_screen_width): New function.
4691
4692         * main.c (main): New option `--progress=TYPE'.
4693         (main): Implement compatibility with the old option `--dot-style'.
4694
4695         * init.c: Removed cmd_spec_dotstyle -- that logic is now in
4696         dp_set_params.
4697         (cmd_spec_progress): New function.
4698
4699         * retr.c (get_contents): Use the progress_* functions instead of
4700         the old show_progress().
4701         (show_progress): Removed.
4702         (rate): Print "xxxx.xx K/s" instead of "KB/s".  Ditto for MB/s,
4703         etc.
4704
4705         * progress.c (set_progress_implementation): New function.
4706         (valid_progress_implementation_p): Ditto.
4707         (progress_create): Ditto.
4708         (progress_update): Ditto.
4709         (progress_finish): Ditto.
4710         (dp_create): Ditto.
4711         (dp_update): Ditto.
4712         (dp_finish): Ditto.
4713         (dp_set_params): Ditto.
4714         (print_elapsed): Ditto.
4715
4716 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
4717
4718         * retr.c (show_progress): Use it.
4719
4720         * log.c (log_set_flush): New function.
4721
4722 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
4723
4724         * utils.c (path_simplify): Don't remove trailing slashes.
4725
4726         * ftp.c (ftp_get_listing): Use it.
4727
4728         * utils.c (file_merge): New function.
4729
4730         * url.c (opt_url): Removed.
4731
4732         * recur.c (recursive_retrieve): Inline "opt_url" logic.
4733
4734         * main.c (main): Use xfree(), not free().
4735
4736         * url.c (rewrite_url_maybe): Renamed to rewrite_shorthand_url.
4737
4738         * ftp.c (ccon): Move `ccon' typedef here, since it's only used
4739         internally.
4740
4741         * config.h.in: Include a stub for HAVE_STRPBRK.
4742
4743         * cmpt.c (strpbrk): Include a replacement for systems without
4744         strpbrk().
4745
4746         * ftp.c: Use url_set_dir and url_set_file when modifying the URL.
4747
4748         * url.c (url_set_dir): New function.
4749         (url_set_file): Ditto.
4750
4751         * ftp-basic.c (ftp_process_type): Process FTP type here; the URL
4752         parser makes the URL "params" available, so we can do that in this
4753         function.
4754
4755         * retr.c: Ditto.
4756
4757         * ftp.c: Ditto; pass the local file information in `ccon'.
4758
4759         * http.c: Get rid of the ugly kludge that had URL being replaced
4760         with the proxy URL when proxy retrieval was requested.  Use a
4761         separate parameter to http_loop and gethttp for the proxy URL.
4762
4763         * http.c: Changed to reflect the fact that local file, proxy, and
4764         referer information are no longer stored in struct url.  The local
4765         file information is passed in `struct hstat' now.
4766
4767         * url.c: Reworked URL parsing to be more regular.  Reencode the
4768         URL using reencode_string.
4769         Removed non-URL-related information from struct url.  This
4770         includes fields `proxy', `local', and `referer'.
4771
4772 2001-11-22  Jochen Hein  <jochen@jochen.org>
4773
4774         * main.c (main): Split the copyright notice for easier
4775         translation.
4776
4777 2001-08-21  Dave Turner <dct25@hermes.cam.ac.uk>
4778
4779         * ftp-basic.c (ftp_size): New function to send non-standard SIZE
4780           command to server to request file size.
4781         * ftp.h (ftp_size): Export it.
4782         * ftp.c (getftp): Use new ftp_size function if restoring
4783           transfer of a file with unknown size.
4784
4785 2001-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
4786
4787         * url.c (parseurl): Don't depend on the now-obsolete TYPE.
4788
4789 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
4790
4791         * url.c (getproxy): Handle URL shorthands.
4792
4793 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
4794
4795         * main.c: Remove --wait / --waitretry backwards compatibility
4796         code.
4797         
4798 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
4799
4800         * main.c (main): Use it.
4801
4802         * url.c (rewrite_url_maybe): New function.
4803
4804 2001-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
4805
4806         * url.c: Clean up handling of URL schemes.
4807
4808 2001-05-13  Hrvoje Niksic  <hniksic@arsdigita.com>
4809
4810         * url.c: Get rid of `protostrings'.
4811         (skip_proto): Don't use protostrings.
4812         (has_proto): Ditto.
4813
4814 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
4815
4816         * Makefile.in: Conditionally compile getopt.o.
4817
4818 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
4819
4820         * md5.h: Renamed to gnu-md5.h.
4821
4822         * md5.c: Renamed to gnu-md5.c.
4823
4824         * http.c: Ditto.
4825
4826         * ftp-opie.c: Use the new macros.
4827
4828         * sysdep.h: Define md5-related macros.
4829
4830         * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
4831         depending on which md5 implementation is used.
4832
4833 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
4834
4835         * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
4836         the compiler.
4837
4838 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
4839
4840         * http.c (gethttp): Print the whole response line when printing
4841         headers is requested.
4842
4843 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
4844
4845         * res.c: New file.  Implement all RES-related code here.
4846
4847 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
4848
4849         * version.c: Wget 1.7.1 is released.
4850
4851 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
4852
4853         * headers.c (header_extract_number): Ignore trailing whitespace.
4854
4855 2001-08-24  Ian Abbott  <abbotti@mev.co.uk>
4856
4857         * html-url.c (collect_tags_mapper): Fix bug converting links
4858         with -k option for tags with multiple link attributes by
4859         handling links in the order they appear.
4860
4861 2001-08-15  Ian Abbott  <abbotti@mev.co.uk>
4862
4863         * ftp.c (ftp_loop_internal): Avoid a potential buffer overflow in
4864           the call to the 'rate' function by moving it past the error
4865           checking for the 'getftp' function return value.
4866
4867 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
4868
4869         * html-parse.c (advance_declaration): Use 0x22 instead of '"' or
4870         '\"'.  Different compilers' assert macros are broken in different
4871         ways.
4872
4873 2001-09-29  Christian Fraenkel  <c.fraenkel@gmx.net>
4874
4875         * http.c (gethttp): print debug output for errors occuring during
4876         the ssl handshake.
4877
4878 2001-11-16  Chris Seawood  <cls@seawood.org>
4879
4880         * init.c: Ditto.
4881
4882         * host.c: Ditto.
4883
4884         * connect.c: Ditto.
4885
4886         * sysdep.h: Support compilation under BEOS.
4887
4888 2001-06-08  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
4889
4890         * url.c (url_equal): Fix a memory leak when parseurl returns an
4891         error on the second URL. Also, since url_equal is not used at the
4892         moment, do not compile it.
4893
4894         * url.h: Ditto for the prototype of url_equal.
4895
4896 2001-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
4897
4898         * html-parse.c (map_html_tags): Support XML-style empty tags.
4899
4900 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4901
4902         * wget.h (DO_REALLOC_FROM_ALLOCA): Check for do_realloc_newsize in
4903         loop condition because we're no longer setting SIZEVAR here.
4904
4905 2001-06-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4906
4907         * wget.h (DO_REALLOC_FROM_ALLOCA): Set SIZEVAR after the memcpy()
4908         call because it needs the old value.
4909
4910 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
4911
4912         * cookies.c (ATTR_NAME_CHAR): Allow almost any character to be in
4913         an attribute name.
4914
4915 2001-06-18  Hrvoje Niksic  <hniksic@arsdigita.com>
4916
4917         * url.c (url_filename): Make sure that slashes that sneak in to
4918         u->file via query string get protected.
4919         (file_name_protect_query_string): New function.
4920
4921 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
4922
4923         * recur.c (recursive_retrieve): Also check undesirable_urls with
4924         canonicalized URL.
4925
4926 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
4927
4928         * http.c (gethttp): Search `.netrc' with real host, not the proxy
4929         one.
4930
4931 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
4932
4933         * sysdep.h (MAP_FAILED): Provide MAP_FAILED for systems that don't
4934         define it.
4935
4936 2001-06-09  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
4937
4938         * ftp.h: Provide correct prototype for ftp_parse_ls().
4939
4940 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
4941
4942         * version.c: Wget 1.7 is released.
4943
4944 2001-06-03  Karl Eichwalder  <ke@suse.de>
4945
4946         * ftp-ls.c (ftp_parse_ls): Fix typo.
4947
4948 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
4949
4950         * all: Update copyright information.
4951
4952 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4953
4954         * http.c (gethttp): Indicate that the continued download failed
4955         for *this* file.
4956
4957 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4958
4959         * version.c: Wget 1.7-pre1 is released.
4960
4961 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
4962
4963         * version.c: Updated version to 1.7-pre1.
4964
4965 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
4966
4967         * gen_sslfunc.c: Don't include <sys/time.h> directly.
4968
4969 2001-05-14  Hrvoje Niksic  <hniksic@arsdigita.com>
4970
4971         * http.c (gethttp): Use real URL data for cookies, not the proxy
4972         stuff.
4973
4974 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
4975
4976         * main.c (print_help): Document `--no-http-keep-alive'.
4977
4978         * utils.c (numdigit): Handle negative numbers *correctly*.
4979
4980         * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
4981         than the confusing "unsigned".
4982
4983         * utils.c (string_set_contains): Renamed from string_set_exists.
4984
4985         * hash.c (hash_table_contains): Renamed from hash_table_exists.
4986
4987         * cookies.c: Move case-insensitive hash tables to hash.c.
4988
4989 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
4990
4991         * http.c (gethttp): Before concluding that the file is already
4992         fully retrieved, make sure that the file existed and `Range' was
4993         actually requested.
4994
4995 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
4996
4997         * cookies.c (eliminate_dups): New function.
4998         (build_cookies_request): Use it.
4999         (build_cookies_request): Set chain_store_size after reallocating
5000         all_chains.
5001         (check_domain_match): Annotated for easier future debugging.
5002         (store_cookie): In the debug message, print whether the cookie is
5003         permanent.
5004
5005 2001-05-08  Hrvoje Niksic  <hniksic@arsdigita.com>
5006
5007         * http.c (http_loop): Reset no_truncate before deciding whether to
5008         set it.
5009         (gethttp): Further clarify "-c conflicts with existing file" error
5010         message, based on input from Herold Heiko.
5011
5012 2001-05-07  Hrvoje Niksic  <hniksic@arsdigita.com>
5013
5014         * http.c (http_loop): If restval is set, set no_truncate to 1
5015         unconditionally.
5016
5017 2001-05-02  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5018
5019         * ftp-ls.c (ftp_parse_winnt_ls): Assure months are being correctly
5020         converted. Pointed out by <Stefan.Weil@de.heidelberg.com>.
5021         (ftp_parse_vms_ls): Ditto.
5022
5023 2001-04-30  Hrvoje Niksic  <hniksic@arsdigita.com>
5024
5025         * init.c (cmd_address): Zero SIN before using it; apparently
5026         needed on *BSD.
5027
5028 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
5029
5030         * ftp.c (ftp_loop_internal): Don't set NO_TRUNCATE if the file is
5031         empty.
5032
5033 2001-04-29  Hrvoje Niksic  <hniksic@arsdigita.com>
5034
5035         * main.c (main): Make `--cookies' respect its argument.
5036
5037 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
5038
5039         * main.c (main): Removed undocumented option `--email-address'.
5040
5041         * netrc.c: Use the latest read_whole_line.
5042
5043         * init.c (defaults): Set opt.ftp_pass to "-wget@".
5044
5045         * mswindows.c (pwd_cuserid): Ditto.
5046
5047         * utils.c (pwd_cuserid): Removed.
5048
5049         * host.c (ftp_getaddress): Removed.
5050
5051 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
5052
5053         (http_loop): Allocate space for filename_plus_orig_suffix with
5054         alloca; this is more efficient and removes the need to free it
5055         before each and every return.
5056
5057 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
5058
5059         * http.c (gethttp): Return RETRUNNEEDED when the retrieval is
5060         unneeded because the file is already there and fully downloaded,
5061         and -c is specified.
5062         (http_loop): Handle RETRUNNEEDED.
5063
5064         * wget.h (uerr_t): New value RETRUNNEEDED.
5065
5066         * http.c (http_loop): Set no_truncate for files that both exist
5067         and are non-empty.
5068         (gethttp): Consider the download finished when restval >= contlen,
5069         not only when restval==contlen.
5070         (gethttp): Handle redirection before giving up due to -c.
5071         (gethttp): Clarify error message which explains that -c will not
5072         truncate the file.
5073         (gethttp): When returning CONTNOTSUPPORTED, don't forget to free
5074         the stuff that needs freeing and release the socket.
5075
5076 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
5077
5078         * main.c (print_help): Wget booleans accept "off", not "no".
5079
5080 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
5081
5082         * http.c (http_loop): If allow_cache is zero, always disable
5083         caching, not only when retrieving through proxy.
5084
5085         * init.c: Ditto.
5086
5087         * options.h (struct options): Rename proxy_cache to allow_cache.
5088
5089 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
5090
5091         * http.c (mktime_from_utc): Improve documentation.
5092         (http_atotm): Put format strings into a separate array.
5093
5094 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
5095
5096         * safe-ctype.h: Instead of throwing #error when isalpha is
5097         defined, redefine it to something that will throw a compile-time
5098         error if actually *used*.  Do the same for the rest of the
5099         standard C macros.
5100
5101 2001-04-26  Hrvoje Niksic  <hniksic@arsdigita.com>
5102
5103         * url.c (getproxy): Ignore empty proxy vars.
5104
5105 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
5106
5107         * http.c (http_loop): Would load cookies every time.
5108
5109         * cookies.c (load_cookies): Handle cookies whose values contain
5110         embedded spaces.
5111
5112 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
5113
5114         * utils.c: Define each DIGITS_* in one line.
5115
5116 2001-04-25  Roger L. Beeman  <beeman@cisco.com>
5117
5118         * http.c (http_atotm): Initialize t.tm_isdst to 0.
5119         (mktime_from_utc): Prevent mktime() from having discontinuities at
5120         DST transition points.
5121
5122 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
5123
5124         * html-url.c (get_urls_html): Fix documentation.
5125
5126 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
5127
5128         * url.c (UNSAFE_CHAR): Reimplement using a static table.
5129         (url_init): Removed.
5130         (init_unsafe_char_table): Removed.
5131
5132 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
5133
5134         * snprintf.c (dopr): Replace ISDIGIT with '0' <= ch && ch <= '9'.
5135
5136 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
5137
5138         * utils.c: Document timer functions.
5139
5140         * retr.c (rate): Use it.
5141         (rate): Print in GB/s if transfer rate exceeds 1 GB/s.
5142
5143         * utils.c (wtimer_granularity): New function.
5144
5145 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5146
5147         * retr.c (show_progress): Ditto.
5148
5149         * ftp.c (getftp): Ditto.
5150
5151         * http.c (gethttp): Use new timer functions.
5152
5153         * utils.c (wtimer_allocate): New function.
5154         (wtimer_new): Ditto.
5155         (wtimer_delete): Ditto.
5156         (wtimer_reset): Ditto.
5157         (wtimer_elapsed): Ditto.
5158
5159 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5160
5161         * utils.c (long_to_string): New, faster version.  Favors smaller
5162         numbers; much of the calculation is now done at compile-time.
5163
5164 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
5165
5166         * utils.c (numdigit): Handle negative numbers.
5167
5168 2001-04-23  Hrvoje Niksic  <hniksic@arsdigita.com>
5169
5170         * retr.c (show_progress): Print the download rate even when the
5171         percentages are not available.
5172
5173 2001-04-21  Hrvoje Niksic  <hniksic@arsdigita.com>
5174
5175         * ftp.c (getftp): Adjust expected_bytes if the length is
5176         authoritative.
5177
5178 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5179
5180         * url.c: Don't declare `construct'.
5181
5182         * hash.c (grow_hash_table): Speed up rehashing; inline storing of
5183         mappings to new locations.
5184         (hash_table_new): Make resize_threshold a field in the hash table,
5185         so we don't have to recalculate it in each hash_table_put.
5186         (grow_hash_table): Update resize_threshold.
5187         (MAX): Remove unused macro.
5188         (prime_size): Made static.
5189
5190 2001-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
5191
5192         * retr.c (retrieve_url): Call uri_merge, not url_concat.
5193
5194         * html-url.c (collect_tags_mapper): Call uri_merge, not
5195         url_concat.
5196
5197         * url.c (mkstruct): Use encode_string instead of xstrdup followed
5198         by URL_CLEANSE.
5199         (path_simplify_with_kludge): Deleted.
5200         (contains_unsafe): Deleted.
5201         (construct): Renamed to uri_merge_1.
5202         (url_concat): Renamed to uri_merge.
5203
5204 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5205
5206         * url.c (str_url): Use encode_string instead of the unnecessary
5207         CLEANDUP.
5208         (encode_string_maybe): New function, returns input string if no
5209         encoding is needed.
5210         (encode_string): Call encode_string_maybe to do the dirty work,
5211         xstrdup if no work needed.
5212
5213 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5214
5215         * wget.h (XDIGIT_TO_xchar): Define here.
5216
5217         * url.c (decode_string): Use new name.
5218         (encode_string): Ditto.
5219
5220         * http.c (XDIGIT_TO_xchar): Rename HEXD2asc to XDIGIT_TO_xchar.
5221         (dump_hash): Use new name.
5222
5223         * wget.h: Rename ASC2HEXD and HEXD2ASC to XCHAR_TO_XDIGIT and
5224         XDIGIT_TO_XCHAR respectively.
5225
5226 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5227
5228         * init.c: Include cookies.h.
5229
5230         * cookies.h: Declare cookies_cleanup.
5231
5232         * cookies.c (check_domain_match): Remove unused variable.
5233         (save_cookies): Remove extraneous argument from debug statement.
5234
5235         * host.c (same_host): Don't call skip_url.
5236
5237         * url.c (skip_url): Removed.  Removed its calls from various
5238         functions in url.c.
5239
5240 2001-04-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5241
5242         * cookies.c (unsigned_string_hash): Use the new code in
5243         string_hash as reference.
5244
5245         * hash.c (hash_table_map): Allow deletion and change of the
5246         element processed by MAPFUN.
5247         (string_hash): Use the function from glib.
5248
5249 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5250
5251         * config.h.in: Include #undef stub.
5252
5253         * hash.c (hash_table_remove): Rewrite to actually clear deleted
5254         entries instead of just marking them as deleted.
5255
5256 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5257
5258         * hash.h: Declare hash_table_get_pair and hash_table_count.
5259
5260 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5261
5262         * cookies.c: Declare http_atotm.
5263
5264 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5265
5266         * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
5267         permissions.  A compiler that doesn't accept octal constants is
5268         seriously broken and shouldn't be used -- octal constants were
5269         present in K&R C!
5270
5271 2001-01-20  Karl Eichwalder  <ke@suse.de>
5272
5273         * Makefile.in: Provide and use DESTDIR according to the Coding
5274         Standards.
5275
5276 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
5277
5278         * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
5279         specification.
5280
5281 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5282
5283         * url.c (parseurl): Don't strip trailing slash when u->dir is "/"
5284         because that strips the *leading* slash, thus forcing relative
5285         FTP retrieval.
5286
5287 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5288
5289         * ftp.c (getftp): Convert initial FTP directory from VMS to UNIX
5290         notation for VMS servers. 
5291         (ftp_retrieve_dirs): Do not prepend '/' to f->name when
5292         odir is an empty string.
5293
5294 2001-04-10  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5295
5296         * ftp-ls.c (ftp_parse_winnt_ls): Made the fix for AM/PM more
5297         effective. Suggested by Edward J. Sabol.
5298
5299 2001-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
5300
5301         * cookies.c (build_cookies_request): Use and sort cookies from all
5302         matching domains.
5303         (build_cookies_request): Check for duplicates before generating
5304         the `Cookies' header.
5305
5306         * main.c (main): Don't load cookies here.
5307         (main): Make loadcookies and savecookies call the correct command.
5308
5309         * http.c (http_loop): Load cookies on-demand.
5310
5311 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
5312
5313         * http.c (gethttp): Fix indentation of SSL ifdef.
5314
5315 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
5316
5317         * ftp.c (ftp_retrieve_dirs): Don't forcibly prepend "/" to u->dir;
5318         that hack is no longer necessary.
5319         (getftp): Prepend initial directory to *non*-absolute u->dir's.
5320
5321 2001-04-09  Hrvoje Niksic  <hniksic@arsdigita.com>
5322
5323         * init.c (cmd_file): New function.
5324         (enable_tilde_expansion): New variable.
5325         (run_wgetrc): Use it.
5326         (cmd_file): Use it.
5327
5328 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
5329
5330         * init.c: Include cookie-related options.
5331
5332         * main.c (main): Include cookie-specific options.
5333         (main): Load cookies before download is finished.
5334         (main): Save cookies when done.
5335
5336         * http.c (gethttp): Process the `Set-Cookie' header.
5337         (gethttp): Include cookies in the response.
5338
5339         * cookies.c: New file.
5340
5341 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
5342
5343         * utils.c (datetime_str): New function.
5344
5345 2001-04-08  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5346
5347         * ftp-ls.c (ftp_parse_winnt_ls): The AM/PM change did assume
5348         12:01PM == 00:01, which was obviously wrong. Taken care of this
5349         anomaly.
5350
5351         * ChangeLog: Removed an excess conflict marker. Reformatted the
5352         entry by Philipp Thomas from 2001-03-09.
5353
5354         * ftp-ls.c (ftp_parse_winnt_ls): Ensure that adjusted PM hours lay
5355         between 0 and 23. Elminate unused variable `sec'.
5356
5357 2001-04-08  Hrvoje Niksic  <hniksic@arsdigita.com>
5358
5359         * hash.c (hash_table_count): New function.
5360
5361 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5362
5363         * utils.c (read_file): Cast MAP_FAILED to char *.  Enforced by
5364         Digital Unix cc.
5365
5366 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5367
5368         * config.h.in: Oops, do the namespace tweaks only on systems we
5369         know about.
5370
5371 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5372
5373         * hash.c: Include <string.h>.
5374
5375 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5376
5377         * config.h.in: Define "compilation environment" options that work
5378         under Linux and Solaris.  To be reviewed on other OS'es.
5379
5380 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5381
5382         * http.c (gethttp): Prepend literal newline with `\n\'.
5383
5384 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5385
5386         * sysdep.h: Don't define VERY_LONG_FORMAT.
5387
5388         * utils.c (very_long_to_string): New function.
5389         (legible_very_long): Use it; don't use VERY_LONG_FORMAT.
5390
5391 2001-04-04  Christian Fraenkel  <christian.fraenkel@gmx.net>
5392
5393         * url.c (parse_uname): Would run past the end of the string if the
5394         username was present, but the URL did not contain a slash, e.g.
5395         http://foo:bar@myhost.
5396
5397 2001-04-03  KOJIMA Hajime  <kjm@rins.ryukoku.ac.jp>
5398
5399         * http.c (http_atotm): Use %A instead of %a to match full
5400         weekday.  (On most systems there is no difference.)
5401
5402 2001-04-03  Paul Bludov  <paul@ozero.net>
5403
5404         * mswindows.c (sleep): Use SleepEx() instead of Sleep().
5405         (ws_changetitle): Use alloca() instead of malloc() to avoid memory
5406         leak.
5407         (ws_mypath): Use GetModuleFileName instead of argv[0].
5408         (ws_startup): Use data.wVersion for comparison.
5409
5410 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
5411
5412         * http.c (http_loop): Ditto.
5413
5414         * ftp.c (ftp_loop_internal): Made the check whether to continue
5415         retrieval `-O'-friendly.
5416
5417 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
5418
5419         * netrc.c (parse_netrc): Don't trim the line endings explicitly;
5420         they will be handled as whitespace.
5421         (parse_netrc): Correctly handle lines that end with whitespace.
5422
5423 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
5424
5425         * retr.c (retrieve_url): New variable global_download_count used
5426         to identify first retrieval.
5427
5428         * ftp.c (getftp): Ditto.
5429
5430         * http.c (gethttp): Rewind opt.dfp only on first retrieval.
5431
5432 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
5433
5434         * init.c (cmd_address): Heap-allocate the address that gets stored
5435         to CLOSURE.  Old code would simply assign an address on the stack.
5436
5437 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
5438
5439         * ftp.c (ftp_get_listing): Propagate error status.
5440         (ftp_retrieve_glob): Use it.
5441         (ftp_loop): Ditto.
5442
5443 2001-04-01  Nicolas Lichtmaier <nick@debian.org>
5444
5445         * main.c (main): Add -C to the string that is the third arg to
5446         getopt_long().
5447
5448 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
5449
5450         * ftp.c (getftp): Don't start the download from scratch if `-c'
5451         was specified, but the file is already fully downloaded.
5452
5453         * http.c (gethttp): Don't truncate a pre-existing file if `-c' was
5454         specified and the server doesn't support continued download.
5455         (gethttp): Don't start the download from scratch if `-c' was
5456         specified, but the file is already fully downloaded.
5457
5458 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
5459
5460         (recursive_retrieve): Don't clear the hash tables at this point at
5461         all; it interferes with the normal operation of register_download.
5462
5463 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
5464
5465         * recur.c (recursive_retrieve): Clear the hash tables only when
5466         they are defined.
5467
5468 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
5469
5470         * http.c (gethttp): Make sure the socket is closed with
5471         CLOSE_INVALIDATE before we have drained the body.
5472
5473 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
5474
5475         * retr.c (retrieve_url): Call register_download() for downloaded
5476         files and register_html() for downloaded HTML files.
5477
5478         * recur.c (register_download): New function; register here that a
5479         file has been downloaded, rather than in recursive_retrieve().
5480         (register_html): New function; enqueue the location of HTML files
5481         here rather than in recursive_retrieve().
5482
5483 2001-03-31  Hrvoje Niksic  <hniksic@arsdigita.com>
5484
5485         * main.c (print_help): Use multiple fputs instead of a single ugly
5486         printf().
5487         (main): Consistently assign numbers >128 to options without a
5488         corresponding character.
5489
5490 2001-03-09  Philipp Thomas  <pthomas@suse.de>
5491
5492         * safe-ctype.h: New file. Locale independent ctype.h replacement
5493         taken from libiberty.
5494
5495         * safe-ctype.c: New file. Tables for above.
5496
5497         * Makefile.in: Add safe-ctype$o to OBJS.  Add dependencies for
5498         safe-ctype$o.
5499
5500         * cmpt.c: Remove include of ctype.h. Use ISSPACE instead of
5501         isspace.
5502
5503         * ftp-basic.c: Don't include ctype.h.
5504
5505         * ftp-ls.c: Likewise.
5506
5507         * ftp.c: Likewise.
5508
5509         * headers.c: Likewise.
5510
5511         * host.c: Likewise.
5512
5513         * html-parse.c: Likewise.
5514
5515         * html-url.c: Likewise.
5516
5517         * http.c: Likewise.
5518
5519         * init.c: Likewise.
5520
5521         * main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
5522
5523         * netrc.c: Likewise.
5524
5525         * recur.c: Likewise.
5526
5527         * retr.c: Likewise.
5528
5529         * snprintf.c: Replace ctype.h with safe-ctype.h. Use ISDIGIT
5530         instead of isdigit.
5531
5532         * sysdep.h: Remove defines of ctype macros as they aren't needed
5533         for safe-ctype-h.
5534
5535         * url.c: Don't include ctype.h.
5536
5537         * utils.c: Likewise.
5538
5539         * wget.h: Include safe-ctype.h.
5540
5541 2001-03-27  Dan Harkless  <wget@harkless.org>
5542
5543         * Makefile.in: Moved top_builddir out of "User configuration
5544         section" of top Makefile and analogous spot in this one.
5545
5546 2001-03-17  Dan Harkless  <wget@harkless.org>
5547
5548         * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
5549         Define top_builddir.  Link wget with libtool so the user doesn't
5550         have to supply a bunch of custom environment variables to 
5551         correctly link with the OpenSSL shared libraries.
5552
5553 2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
5554
5555         * http.c (gethttp): skip :port in host header if it is the
5556         DEFAULT_HTTPS_PORT when using SSL.
5557
5558         * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
5559         and DEFAULT_HTTPS_PORT to the header file so it can be use in the
5560         rest of the code. 
5561         * url.h: Ditto
5562
5563 2001-03-01  Jonas Jensen  <bones@huleboer.dk>
5564
5565         * retr.c (show_progress): Correctly calculate the number of bytes
5566         in the first line of the download that have been actually
5567         downloaded in this run.
5568
5569 2001-02-23  Dan Harkless  <wget@harkless.org>
5570
5571         * main.c (print_help): --help documentation for -N said it would
5572         re-download files if they had the _same_ timestamp on server.
5573         (print_help): -nr belongs in "FTP options" section of --help
5574         output, not "Recursive retrieval" section.  Alphabetized FTP
5575         options by long option name.
5576
5577 2001-02-16  Dan Harkless  <wget@harkless.org>
5578
5579         * init.c (commands): Hack Kampbjørn <hack@hackdata.com> discovered
5580         that "httpsproxy" had been inserted into commands[] out of
5581         alphabetical order, causing "BUG: unknown command `httpuser'".
5582
5583 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5584
5585         * ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
5586         listing without correct permissons).
5587
5588         * ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
5589         FTP server. 
5590
5591         * ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
5592         shall be donwloaded only when it's newer than the local copy or
5593         when it has the same timeestamp but its size is different. ST_VMS
5594         and ST_MACOS as special cases that lie about file size. 
5595
5596         * ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.
5597
5598         * Makefile.in: Removed dependency on ftpparse library due to unclear
5599         copyright issues and absence of any feedback to our queries. 
5600
5601         * ftp-ls.c: Removed dependency on ftpparse library due to unclear
5602         copyright issues and absence of any feedback to our queries.   
5603         (ftp_parse_ls): Added a warning message when remote server system
5604         does not seem to be suported by wget. 
5605         (ftp_parse_vms_ls): New function for parsing VMS ftp
5606         server listing output.
5607         (clean_line): New function responsible for removing
5608         end-of-line characters from FTP listing texts.
5609
5610         * ftp.c (getftp): Global variables pwd and host_type are now
5611         member of the ccon structure under names ccon.id and ccon.rs. 
5612
5613         * ftp.h (struct ccon): Added formed global variables from ftp.c,
5614         enum stype rs (remote system identification) and char *id (initial
5615         working directory), as suggested by Hrvoje.
5616
5617         * url.c (parse_uname): Added support for passwords containing '@'
5618         characters.
5619         (skip_uname): Ditto.
5620
5621 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5622
5623         * ftp.c (ftp_loop): Reset con.
5624
5625 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5626
5627         * url.c (parse_uname): Added support for passwords containing '@'
5628         characters.
5629         (skip_uname): Ditto.
5630
5631 2001-02-11  Hack Kampbjørn  <hack@hackdata.com>
5632
5633         * url.c (parseurl): Debug-print u->ftp_type.
5634
5635 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5636
5637         * ftp.c (ftp_loop_internal): Disable padding.
5638         (getftp): Ditto.
5639
5640         * http.c (http_loop): Disable padding.
5641
5642         * retr.c (show_progress): Use it to enable padding.
5643
5644         * retr.c (rate): Optional parameter PAD for padding the rate.
5645
5646 2001-02-10  Hrvoje Niksic  <hniksic@arsdigita.com>
5647
5648         * retr.c (show_progress): Make sure that the last output line
5649         includes progress.
5650
5651 2001-02-10  Jonas Jensen  <bones@huleboer.dk>
5652
5653         * retr.c (show_progress): Print the download rate along with the
5654         percentages.
5655         Along with Anders Thorsby <anders@thorsby.dk>.
5656
5657 2001-02-10  Tim Mooney  <mooney@dogbert.cc.ndsu.NoDak.edu>
5658
5659         * ftp.h: Rename enums `command' to `wget_ftp_command' and
5660         `fstatus' to `wget_ftp_status' because old names clash with Tru64
5661         net/if.h.
5662
5663 2001-02-08  Christian Fraenkel <christian.fraenkel@gmx.net>
5664
5665         * gen_sslfunc.c: verify_callback is now static
5666
5667         * gen_sslfunc.c (init_ssl): load certificate if specified
5668
5669         * gen_sslfunc.c (ssl_printerr): new function
5670
5671         * init.c: added new --sslcertfile and --sslcertkey switches
5672
5673         * main.c: ditto
5674
5675         * options.h: ditto
5676
5677         * http.c (gethttp): abort when init_ssl fails
5678
5679 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
5680
5681         * mswindows.h: Include <malloc.h>; it's needed for alloca().
5682
5683 2001-01-10  Dan Harkless  <wget@harkless.org>
5684
5685         * url.c (str_url): Clarified this function's comment header after
5686         Hrvoje answered my question on the list as to when hide != 1.
5687         Also Hrvoje pointed out I need to use xstrdup() on the string literal.
5688
5689 2001-01-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5690
5691         * connect.c (bindport): Declare addrlen as int.  Diagnosed by
5692         Drazen Kacar <dave@arsdigita.com>.
5693         (conaddr): Ditto.
5694
5695 2001-01-09  Dan Harkless  <wget@harkless.org>
5696
5697         * html-url.c: A bunch of fixup of `--page-requisites'-related
5698         comments to reflect Hrvoje's changes to my code when transplanting
5699         it into this new file, to fix spelling mistakes, to clarify, etc.
5700
5701         * url.c (write_backup_file): Clarified a comment.
5702         (str_url): Henrik van Ginhoven pointed out on the list that we
5703         shouldn't give away the number of characters in the password by
5704         replacing each character with a 'x'.  Use "<password>" instead.
5705
5706         * ftp.c (ftp_retrieve_dirs): The bug where recursion into FTP
5707         directories didn't work if logging in put you in a directory other
5708         than "/" is fixed now.  Removed the comment here warning of the bug.
5709
5710         * main.c (print_help): --continue's description was misleading.
5711         We don't "restart", we "resume".  Also, better to say
5712         "partially-downloaded file" rather than just "existing file".
5713
5714 2001-01-06  Dan Harkless  <wget@harkless.org>
5715
5716         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
5717         the best way to go about my aim.  Removed them in favor of:
5718
5719         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
5720
5721 2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
5722
5723         * url.c (replace_attr): New function, to be used by both
5724         TO_COMPLETE and TO_RELATIVE case in convert_links.
5725         (find_fragment): New function for finding URL fragments.
5726         (replace_attr): Better handle the case where the original string
5727         is not quoted.  Use find_fragment.
5728         (convert_links): Use replace_attr().
5729
5730 2000-12-31  Dan Harkless  <wget@harkless.org>
5731
5732         * ChangeLog: Since this flat file doesn't have multiple branches,
5733         looking at the dates would make you think that things went into
5734         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
5735         in 1.6 branch.]" where appropriate to clarify.
5736         
5737 2000-12-30  Dan Harkless  <wget@harkless.org>
5738
5739         * ftp.c, http.c:  Applied Hack Kampbjørn <hack@hackdata.com>'s
5740         patch to deal with h_errno not being defined in netdb.h under Cygwin.
5741
5742 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
5743
5744         * sysdep.h: Include <malloc.h> and <io.h> under Watcom.
5745
5746 2000-12-17  Igor Khristophorov  <igor@atdot.org>
5747
5748         * http.c (check_end): Fix test for '+' or '-'.
5749
5750 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
5751
5752         * url.c (parseurl): Rename inner loop var from i to ind to avoid
5753         clash with the function top-level-declared variable i.
5754         (str_url): Likewise, rename inner-loop i to j.
5755
5756         * recur.c (parse_robots): Don't declare LEN at top of function.
5757         (robots_match): Renamed parameter FORBIDDEN to avoid hiding of
5758         global variable.
5759
5760         * main.c (main): Change erroneous use of bitwise and to logical.
5761
5762         * init.c (cmd_address): Don't heap-allocate `sin'; it can be on
5763         the stack because it will be copied to closure.
5764
5765         Thanks to Csaba Raduly's run of PC-LINT over the sources.
5766
5767 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
5768
5769         * http.c (basic_authentication_encode): Use xmalloc(), not
5770         malloc().  Thanks to Csaba Raduly's run of PC-LINT over the
5771         sources.
5772
5773 2000-12-17  Csaba Raduly  <csaba.raduly@sophos.com>
5774
5775         * sysdep.h: Test for __EMX__ rather than for EMXOS2 for OS/2
5776         compilation.
5777
5778 2000-12-17  Hrvoje Niksic  <hniksic@arsdigita.com>
5779
5780         * mswindows.c: Include <errno.h>.
5781
5782         * gen_sslfunc.c: Include <errno.h>.
5783
5784         * ftp-basic.c: Don't attempt to declare errno or h_errno because
5785         they're not used.
5786
5787         * main.c: Include <errno.h> because errno is used.
5788
5789         * ftp.c: Ditto.
5790
5791         * http.c: Include <netdb.h> for h_errno.
5792
5793 2000-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
5794
5795         * html-parse.c (advance_declaration): MSVC assert() chokes on
5796         '\"'.  Use '"' instead.
5797
5798 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5799
5800         * utils.c (xfree_real): Removed.
5801         (xfree_debug): Just call free().
5802
5803         * wget.h (xfree): Make it an alias for free.
5804
5805 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5806
5807         * http.c (http_loop): Furthermore, touch output_document only if
5808         it is known to be an existing regular file.
5809
5810 2000-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
5811
5812         * ftp.c (ftp_retrieve_list): Ditto.
5813
5814         * http.c (http_loop): Touch output_document if that is used for
5815         output.
5816
5817 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5818
5819         * http.c: Include gen_sslfunc.h after including Wget's headers.
5820         (persistent_available_p): Needed coma before `int ssl'.
5821
5822 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5823
5824         * ftp.c (ftp_loop_internal): Ditto.
5825
5826         * http.c (http_loop): Use it.
5827
5828         * retr.c (sleep_between_retrievals): New function that handles the
5829         logic of opt.wait and opt.waitretry.
5830
5831 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5832
5833         * rbuf.h: Implement only a single version of RBUF_READCHAR, using
5834         rbuf_read_bufferful when the buffer is depleted.
5835
5836         * rbuf.c (rbuf_read_bufferful): New function.
5837
5838 2000-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
5839
5840         * gen_sslfunc.h: Use ansi2knr style function declarations.
5841
5842         * gen_sslfunc.c: Reformat according to the GNU coding standards.
5843         More should be done.
5844
5845         * http.c (persistent_available_p): Place the cheap SSL test nearer
5846         the top of the function.
5847         (CLOSE_FINISH, CLOSE_INVALIDATE): Define only one version of each.
5848
5849 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
5850
5851         * url.c (init_unsafe_char_table): Reinstate space as an unsafe
5852         char.
5853
5854 2000-12-03  Christian Fraenkel <christian.fraenkel@gmx.net>
5855
5856         * Makefile.in: added gen_sslfunc object
5857         * config.h.in: added HAVE_SSL define
5858         * connect.c: changed select_fd from static int to int
5859         * connect.h: ditto
5860         * gen_sslfunc.h: New file
5861         * gen_sslfunc.c: ditto
5862         * http.c: added HTTPS fuctionality
5863         * retrc.c: ditto
5864         * url.c: ditto
5865         * init.c: added opt.httpsproxy
5866         * options.h: ditto
5867         * rbuf.h: added alternate rbuf struct
5868         * wget.h: added CONSSLERR
5869         * rbuf.c: ditto
5870
5871         * http.c: Added HTTPS fuctionality.
5872
5873         * retrc.c: Ditto.
5874
5875         * url.c: Ditto.
5876
5877         * init.c: Added opt.httpsproxy.
5878
5879         * options.h: Ditto.
5880
5881         * rbuf.h: Added alternate rbuf struct.
5882
5883         * wget.h: Added CONSSLERR.
5884
5885         * rbuf.c: Ditto.
5886
5887 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5888
5889         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
5890         "ignore_perms" to ignore file and directory permissions for
5891         Windows NT FTP server listings.
5892         (ftp_parse_winnt_ls): New function.
5893         (ftp_parse_ls): Parses UNIX and Windows NT listings
5894         separately. Simple heuristics for distinguishing between UNIX and
5895         MS-DOS-like FTP listing provided by Windows NT FTP service.
5896
5897 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5898
5899         * ftpparse.c, ftpparse.h: New files.
5900
5901         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
5902         only. Use ftp_parse_nonunix_ls otherwise.
5903         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
5904         exotic FTP servers.
5905
5906         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
5907         FTP servers.
5908
5909         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
5910         (getftp): Support for VMS. Support for FTP servers that do not
5911         place you in the root directory after login.
5912         (ftp_retrieve_list): VMS is silent about the real file size, issue
5913         a more appropriate message.
5914         (ftp_get_listing): Pass host_type to ftp_parse_ls.
5915
5916         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
5917
5918 2000-11-30  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5919
5920         * ftp-ls.c (ftp_parse_unix_ls): Added second parameter
5921         "ignore_perms" to ignore file and directory permissions for
5922         Windows NT FTP server listings.
5923         (ftp_parse_winnt_ls): New function.
5924         (ftp_parse_ls): Parses UNIX and Windows NT listings
5925         separately. Simple heuristics for distinguishing between UNIX
5926         and MS-DOS-like FTP listing provided by Windows NT FTP service.
5927
5928 2000-11-29  John Summerfield  <summer@OS2.ami.com.au>
5929
5930         * netrc.c (parse_netrc): Get rid of line ending.
5931
5932 2000-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
5933
5934         * ftp.c (ftp_retrieve_list): Undo typo "fix" until resolution by
5935         Dan.
5936
5937 2000-11-24  Karl Eichwalder  <ke@suse.de>
5938
5939         * main.c (print_help): Untabify.
5940
5941 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
5942
5943         * utils.c (xrealloc_debug): Do the unregister/register thing only
5944         if the pointer has actually changed.
5945         (xmalloc_real): Declare `static' in DEBUG_MALLOC builds.
5946         (xfree_real): Ditto.
5947         (xrealloc_real): Ditto.
5948         (xstrdup_real): Ditto.
5949
5950 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
5951
5952         * ftp.c (getftp): ftp_getaddress() returns a malloc'ed copy of the
5953         string; no need to strdup() it.
5954         (getftp): Make pwd_len a local variable.
5955         (ftp_loop): Free PWD before returning.
5956
5957         * init.c (cleanup): Free opt.ftp_pass only if it's non-NULL.
5958
5959 2000-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
5960
5961         * all: Use xfree() instead of free.
5962
5963         * utils.c (xfree): New function.
5964
5965 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
5966
5967         * url.c (convert_links): HTML-quote the converted string.
5968
5969         * utils.c (html_quote_string): Move here from ftp-ls.c
5970         (html_quote_string): Make non-static; declare in utils.h.
5971         (html_quote_string): Convert SP to &#32;.
5972
5973 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
5974
5975         * ftp.c (getftp): Reformat Jan's code according to GNU coding
5976         standards; remove (debugging?) printf's; use '\0' for the ASCII
5977         zero character.  Use alloca() instead of malloc() for
5978         inter-function temporary allocations.
5979
5980 2000-11-18  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
5981
5982         * ftpparse.c, ftpparse.h: New files.
5983
5984         * ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
5985         only. Use ftp_parse_nonunix_ls otherwise.
5986         (ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
5987         exotic FTP servers.
5988
5989         * ftp.h (stype): New enum, distinguishes UNIX, VMS, and "other"
5990         FTP servers.
5991
5992         * ftp.c: New static wariables host_type, pwd, and pwd_len. 
5993         (getftp): Support for VMS. Support for FTP servers that do not
5994         place you in the root directory after login.
5995         (ftp_retrieve_list): VMS is silent about the real file size, issue
5996         a more appropriate message.
5997         (ftp_get_listing): Pass host_type to ftp_parse_ls.
5998
5999         * ftp-basic.c (ftp_pwd, ftp_syst): New functions.
6000
6001 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
6002
6003         * hash.c (hash_table_put): Don't overwrite deleted mappings.
6004
6005 2000-11-21  Hrvoje Niksic  <hniksic@arsdigita.com>
6006
6007         * hash.c (find_mapping): New function.
6008         (hash_table_get): Use it.
6009         (hash_table_get_pair): Ditto.
6010         (hash_table_exists): Ditto.
6011         (hash_table_remove): Ditto.
6012         (hash_table_remove): Really delete the entry if the mapping
6013         following LOCATION is empty.
6014
6015         * utils.c (string_set_add): Check whether the element has existed
6016         before.
6017
6018         * hash.c (hash_table_get_pair): New function.
6019
6020 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6021
6022         * http.c (http_process_type): Ignore trailing whitespace; use
6023         strdupdelim().
6024
6025         * recur.c (recursive_retrieve): Use the new `convert' field.
6026         (convert_all_links): Ditto.
6027         (convert_all_links): Don't respect meta_disallow_follow.
6028
6029         * html-url.c (handle_link): Fill out link_relative_p and
6030         link_complete_p.
6031
6032         * url.h (struct _urlpos): Make elements more readable.
6033
6034         * recur.c (recursive_retrieve): Call slist_prepend instead of
6035         slist_append.
6036         (convert_all_links): Call slist_nreverse before iterating through
6037         urls_html.
6038
6039         * utils.c (slist_prepend): New function.
6040         (slist_nreverse): Ditto.
6041
6042 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6043
6044         * http.c (check_end): Constify.
6045
6046 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6047
6048         * http.c (http_loop): If username and password are known, try the
6049         `Basic' authentication scheme by default.
6050
6051         * connect.h: Declare test_socket_open.
6052
6053 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6054
6055         * version.c: Bump version from 1.5.3+dev to 1.7-dev.
6056
6057 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6058
6059         * http.c (gethttp): Don't use the return value of sprintf().
6060         (gethttp): Inhibit keep-alive if opt.http_keep_alive is 0.
6061
6062 2000-11-20  Hrvoje Niksic  <hniksic@arsdigita.com>
6063
6064         * recur.c (recursive_retrieve): Print the "so we don't load"
6065         debugging message only if we really don't load.
6066
6067         * http.c (gethttp): Inhibit keep-alive if proxy is being used.
6068         (gethttp): Don't request keep-alive if keep-alive is inhibited.
6069
6070 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6071
6072         * http.c (gethttp): Make the HTTP persistent connections more
6073         robust.
6074
6075 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6076
6077         * retr.c (get_contents): If use_expected, make sure that the
6078         appropriate amount of data is being read.
6079
6080         * http.c (gethttp): Check for both `Keep-Alive: ...' and
6081         `Connection: Keep-Alive'.
6082
6083         * wget.h (DEBUGP): Call debug_logprintf only if opt.debug is
6084         turned on.
6085
6086 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6087
6088         * http.c (connection_available_p): Use it.
6089
6090         * connect.c (test_socket_open): New function.
6091
6092         * http.c (gethttp): Support persistent connections.  Based on the
6093         ideas, and partly on code, by Sam Horrocks <sam@daemoninc.com>.
6094         (register_persistent): New function.
6095         (connection_available_p): Ditto.
6096         (invalidate_connection): Ditto.
6097
6098 2000-11-19  Hrvoje Niksic  <hniksic@arsdigita.com>
6099
6100         * url.c (convert_links): Handle UREL2ABS case.
6101
6102         * recur.c (recursive_retrieve): Instead of the list
6103         urls_downloaded, use hash tables dl_file_url_map and
6104         dl_url_file_map.
6105         (convert_all_links): Use them to retrieve data.
6106
6107         * host.c (clean_hosts): Free the hash tables.
6108
6109         * main.c (private_initialize): Call host_init().
6110
6111         * host.c (store_hostaddress): Use a saner, hash table-based data
6112         model.
6113         (realhost): Ditto.
6114         (host_init): Initialize the hash tables.
6115
6116 2000-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
6117
6118         * utils.c (slist_append): Eviscerate NOSORT.  Hash tables are now
6119         used for what the sorted slists used to be used for.
6120         (slist_contains): Don't rely on the list being sorted.
6121         (slist_append): Simplify the code.
6122
6123         * recur.c (recursive_cleanup): Use free_string_set.
6124
6125         * utils.c (string_set_add, string_set_exists, string_set_free):
6126         New functions for easier freeing of hash tables whose keys are
6127         strdup'ed strings.
6128
6129         * recur.c (recursive_retrieve): Use the hash table functions for
6130         storing undesirable URLs.
6131
6132         * hash.c: New file.
6133
6134 2000-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
6135
6136         * main.c (private_initialize): Call url_init.
6137         (main): Call private_initialize.
6138
6139         * url.c (unsafe_char_table): New table.
6140         (UNSAFE_CHAR): Use it.
6141         (init_unsafe_char_table): New function.
6142         (url_init): New function; call init_unsafe_char_table.
6143
6144 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
6145
6146         * mswindows.h: Define snprintf and vsnprintf to _snprintf and
6147         _vsnprintf respectively.
6148
6149 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
6150
6151         * config.h.in: Do the _XOPEN_SOURCE and _SVID_SOURCE things only
6152         on Linux.
6153
6154 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
6155
6156         * html-url.c (handle_link): Handle HTML fragment identifiers.
6157
6158         * recur.c (recursive_retrieve): If norobot info is respected and
6159         the file is specified not to be followed by robots, respect that.
6160
6161         * html-url.c (collect_tags_mapper): Handle <meta name=robots
6162         content=X>.  For us the important cases are where X is NONE or
6163         where X contains NOFOLLOW.
6164         (get_urls_html): Propagate that information to the caller.
6165
6166 2000-11-13  Hrvoje Niksic  <hniksic@arsdigita.com>
6167
6168         * url.c (convert_links): Unlink the file we might be reading from
6169         before writing to it.
6170         (convert_links): Use alloca instead of malloc for
6171         filename_plus_orig_suffix.
6172
6173 2000-11-12  Hrvoje Niksic  <hniksic@arsdigita.com>
6174
6175         * host.c (realhost): Add HOST to the list with quality==0 only if
6176         it wasn't already there.
6177         Based on analysis by Lu Guohan <feng@public.bjnet.edu.cn>.
6178
6179 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6180
6181         * url.c (get_urls_file): Ditto.
6182         (convert_links): Ditto.
6183
6184         * html-url.c (get_urls_html): Use read_file() instead of
6185         load_file().
6186
6187         * utils.c (read_file): New function, instead of the old
6188         load_file().
6189         (read_file_free): Ditto.
6190
6191         * url.c (findurl): Search only for the supported protocols.
6192         (convert_links): Use fwrite() when writing out a region of
6193         characters.
6194
6195 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6196
6197         * ftp-ls.c: Move html_quote_string and ftp_index here.
6198
6199         * url.c: Remove get_urls_html, since that's now in html-url.c.
6200
6201         * html-url.c: New file.
6202
6203         * html-parse.c: New file.
6204
6205 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6206
6207         * init.c (run_wgetrc): Don't bother killing off '\r' since
6208         pars_line() skips whitespace at end of line anyway.
6209         (parse_line): Oops, it didn't.  Now it does.
6210
6211         * recur.c (parse_robots): Ditto here.
6212
6213         * ftp-ls.c (ftp_parse_unix_ls): Kill off the newline character
6214         manually because read_whole_line no longer does.
6215
6216         * utils.c (read_whole_line): Rewrite to: a) use less memory
6217         (reallocates to needed size after work), b) work faster -->
6218         fgets() instead of getc, c) be more correct --> doesn't kill the
6219         newline character at the end of line.
6220
6221 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
6222
6223         * init.c (comind): Initialize MAX to array size - 1.
6224
6225 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
6226
6227         * url.c (construct): Changed last_slash[-1] to *(last_slash - 1).
6228         Suggested by Edward J. Sabol.
6229
6230 2000-11-08  Hrvoje Niksic  <hniksic@arsdigita.com>
6231
6232         * url.c (construct): Handle the case where host name is not
6233         followed by a slash.
6234
6235 2000-11-06  Hrvoje Niksic  <hniksic@arsdigita.com>
6236
6237         * init.c: commands[] need to be sorted!  ("base" wasn't.)
6238
6239 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
6240
6241         * wget.h (DO_REALLOC_FROM_ALLOCA): Use braces to disambiguate
6242         `if'.
6243
6244 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
6245
6246         * url.c (construct): Insert unneeded initialization for the
6247         compiler to shut up.
6248
6249         * config.h.in: Define _XOPEN_SOURCE to 500 to get the prototype
6250         for strptime() (*duh*).  Define _SVID_SOURCE to get S_IFLNK which
6251         otherwise gets lost when you define _XOPEN_SOURCE.
6252
6253         * utils.c (touch): Include the file name in the error message.
6254         From Debian.
6255
6256 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
6257
6258         * log.c (logvprintf): Use vsnprintf() in all cases.  If necessary,
6259         resize the buffer to fit the formated message.  That way, messages
6260         of arbitrary size may be printed.
6261         (logvprintf): Use saved_append() to optionally log the last
6262         several lines of output.
6263         (logputs): Ditto.
6264         (log_close): Adapt to new data structures.
6265         (log_dump): Ditto.
6266         (redirect_output): Print messages to stderr, not to stdout.
6267
6268         * log.c (saved_append_1): New function.  Replaces the old logging
6269         system ("log all output until 10M characters") with a new, much
6270         more reasonable one ("log last screenful of text").
6271         (saved_append): New function; call saved_append_1.
6272         (free_log_line): New function.
6273
6274 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
6275
6276         * url.c (construct): Fix comment.
6277         (find_last_char): Document.
6278
6279 2000-11-04  Hrvoje Niksic  <hniksic@arsdigita.com>
6280
6281         * snprintf.c: New file.
6282
6283 2000-11-03  Hrvoje Niksic  <hniksic@arsdigita.com>
6284
6285         * wget.h: If HAVE_STDARG_H is not defined, don't declare argument
6286         types to logprintf() and debug_logprintf().
6287
6288 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
6289
6290         * ftp.c (ftp_loop_internal): Hide the password from the URL when
6291         printing non-verbose.  Problem spotted by Dariusz Mlynarczyk
6292         <darekm@bydg.lomac.com.pl>.
6293
6294 2000-11-02  Junio Hamano  <junio@twinsun.com>
6295
6296         * ftp-basic.c (ftp_login): Make comparison case-insensitive.
6297
6298 2000-11-02  Tyler Riddle  <triddle@liquidmarket.com>
6299
6300         * http.c (known_authentication_scheme_p): Recognize NTML
6301         authentication.
6302         (create_authorization_line): Treat NTML the same as `Basic'.
6303
6304 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
6305
6306         * retr.c (retrieve_url): Free url before returning.
6307         (retrieve_url): Free mynewloc before returning.
6308         Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
6309
6310 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
6311
6312         * url.c (parseurl): Remove possible reading past the end of
6313         sup_protos[].  Spotted by Mark A. Mankins <Mankins_Mark@prc.com>.
6314
6315 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6316
6317         * main.c (main): In case of opt.downloaded overflowing, print
6318         <overflow> instead of a totally bogus random value.
6319
6320         * retr.c (retrieve_from_file): Ditto.
6321
6322         * recur.c (recursive_retrieve): Ditto.
6323
6324         * main.c (main): Ditto.
6325
6326         * http.c (http_loop): Ditto.
6327
6328         * ftp.c (ftp_loop_internal): Use downloaded_increase() instead of
6329         `+=', and downloaded_exceeds_quota() instead of the simple-minded
6330         check.
6331         (ftp_retrieve_list): Ditto.
6332         (ftp_retrieve_dirs): Ditto.
6333         (ftp_retrieve_glob): Ditto.
6334
6335         * retr.c (downloaded_increase): New function.  Notice overflows of
6336         opt.downloaded.
6337         (downloaded_exceeds_quota): Make sure that opt.downloaded is not
6338         used if it overflowed.
6339
6340         * options.h (struct options): New member downloaded_overflow.
6341
6342 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6343
6344         * wget.h (enum): Remove extra space after last enumeration.
6345
6346 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6347
6348         * main.c (main): Use legible_very_long() for printing
6349         opt.downloaded.
6350
6351         * utils.c (legible_1): New function that operates on strings and
6352         does the brunt of legible()'s work.
6353         (legible): Use legible_1().
6354         (legible_very_long): New function; dump the argument with
6355         sprintf(), and call legible_1().
6356
6357         * options.h (struct options): Use VERY_LONG_TYPE for
6358         opt.downloaded.
6359
6360         * sysdep.h (VERY_LONG_TYPE): Define it to have a 64-bit or greater
6361         type.
6362
6363         * config.h.in: Make sure that SIZEOF_LONG and SIZEOF_LONG_LONG get
6364         defined.  Define HAVE_LONG_LONG if long long is available.
6365
6366 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6367
6368         * utils.c (long_to_string): Update with a later, better version.
6369
6370 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6371
6372         * url.c (path_simplify_with_kludge): New function.
6373         (path_simplify_with_kludge): Disable it.  Instead...
6374         (parse_dir): ...make sure that at this point the right thing is
6375         done, i.e. that "query" part of the URL (?...) is always assigned
6376         to the file, never to the directory portion of the path.
6377
6378 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6379
6380         * retr.c (retrieve_url): Detect redirection cycles.
6381
6382 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6383
6384         * url.c (get_urls_html): Decode HTML entities using
6385         html_decode_entities.
6386
6387         * html.c (htmlfindurl): Don't count the `#' in numeric entities
6388         (&#NNN;) as an HTML fragemnt.
6389         (html_decode_entities): New function.
6390
6391 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6392
6393         * html.c (htmlfindurl): Fix recognition of # HTML fragments.
6394
6395 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
6396
6397         * url.c (construct): Rewritten for clarity.  Avoids the
6398         unnecessary copying and stack-allocation the old version
6399         performed.
6400
6401 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
6402
6403         * ftp.c (getftp): Ditto.
6404
6405         * http.c (gethttp): Rewind the stream when retrying from scratch.
6406
6407 2000-10-31  Hrvoje Niksic  <hniksic@arsdigita.com>
6408
6409         * retr.c (retrieve_url): Use url_concat() to handle relative
6410         redirections instead of /ad hoc/ code.
6411
6412         * url.c (url_concat): New function encapsulating weird
6413         construct().
6414         (urllen_http_hack): New function.
6415         (construct): When constructing new URLs, recognize that `?' does
6416         not form part of the file name in HTTP.
6417
6418 2000-10-13  Adrian Aichner  <adrian@xemacs.org>
6419
6420         * retr.c: Add msec timing support for WINDOWS.
6421         * retr.c (reset_timer): GetSystemTime() on WINDOWS.
6422         * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS.
6423
6424 2000-10-27  Dan Harkless  <wget@harkless.org>
6425
6426         * retr.c (retrieve_url): Manually applied T. Bharath
6427         <TBharath@responsenetworks.com>'s patch to get wget to grok
6428         illegal relative URL redirects.  Reformatted and re-commented it.
6429
6430 2000-10-23  Dan Harkless  <wget@harkless.org>
6431
6432         * connect.c (make_connection and bindport): Manually applied Rob
6433         Mayoff <mayoff@dqd.com>'s 1.5.3 patch to add --bind-address,
6434         changing coding style to GNU's.
6435
6436         * ftp.c (ftp_loop_internal): --delete-after wasn't implemented for
6437         files downloaded via FTP.  Per a comment, .listing files were not
6438         counted towards number of bytes and files downloaded because they're 
6439         deleted anyway.  Well, they aren't under -nr, so count them then.
6440
6441         * init.c: Manually applied Rob Mayoff's 1.5.3 patch to add
6442         --bind-address, alphabetizing, changing coding style to GNU's,
6443         commenting, and renaming cmd_ip_address() to cmd_address() to
6444         imply hostnames also okay.
6445                 
6446         * main.c (main): --delete-after didn't delete the root of the
6447         tree.  Ignore --convert-links if --delete-after was specified.
6448         Manually applied Rob Mayoff's 1.5.3 patch to add --bind-address,
6449         fixing duplicate use of added-since-1.5.3 case value.
6450         (print_help): Clarified that --delete-after deletes local files.
6451         Rob forgot to add a line for his new --bind-address option.
6452                 
6453         * options.h (struct options): Manually applied Rob Mayoff's patch
6454         to add --bind-address (bind_address structure member).
6455                 
6456         * recur.c (recursive_retrieve): Improved comment; added DEBUGP().
6457         Ignore --convert-links if --delete-after was specified.
6458                 
6459         * retr.c (retrieve_from_file): Just added a DEBUGP().
6460                 
6461 2000-10-19  Dan Harkless  <wget@harkless.org>
6462
6463         * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed.
6464         (getftp): Applied Piotr Sulecki <Piotr.Sulecki@ios.krakow.pl>'s
6465         patch to work around FTP servers that incorrectly respond to the
6466         "REST" command with the remaining size rather than the total file size.
6467                 
6468         * http.c (gethttp): Improved a comment and added code to tack on
6469         ".html" to text/html files without that extension when -E specified.
6470         (http_loop): Use new downloaded_file() enumerators and deal with
6471         the case of gethttp() called xrealloc() on u->local.
6472
6473         * init.c (commands): Added new "htmlextension" command.
6474         Also renamed John Daily's cmd_quad() to the more descriptive
6475         cmd_lockable_boolean(), alpha-sorted the CMD_DECLARE()s and
6476         removed duplicate cmd_boolean() declaration.
6477
6478         * main.c (print_help): Added my new -E / --html-extension option.
6479         (main): Undocumented --email-address option previously used -E synonym.
6480         Stole it away for the much more deserving --html-extension's use.
6481
6482         * options.h (struct options): Added html_extension field.
6483
6484         * url.c (convert_links): URL X that we saved as X.html locally due
6485         to -E needs to be backed up as X.orig, not X.html.orig.  Added comments.
6486         (downloaded_file): Now remembers if we added .html extension to a file.
6487
6488         * url.h (downloaded_file_t): Added extra enumerators to support above.
6489         (downloaded_file): Now takes and returns a downloaded_file_t.
6490
6491         * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator.
6492         
6493 2000-10-09  Dan Harkless  <wget@harkless.org>
6494
6495         * html.c (htmlfindurl): Added unneeded initialization to quiet warning.
6496                 
6497         * main.c (print_help): Clarified what --retr-symlinks does.
6498         
6499 2000-09-15  John Daily  <jdaily@cyberdude.com>
6500
6501         * init.c: Add support for "always" and "never" values to allow
6502         .wgetrc to override commandline (useful e.g. with .pm files
6503         calling `wget --passive-ftp' when your firewall doesn't allow that).
6504
6505         * ftp.c (getftp): passive_ftp is first option to support always/never.
6506
6507 2000-08-30  Dan Harkless  <wget@harkless.org>
6508
6509         * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define.
6510         
6511         * html.c: htmlfindurl() now takes final `dash_p_leaf_HTML' parameter.
6512         Wrapped some > 80-column lines.  When -p is specified and we're at a 
6513         leaf node, do not traverse <A>, <AREA>, or <LINK> tags other than 
6514         <LINK REL="stylesheet">.
6515         
6516         * html.h (htmlfindurl): Now takes final `dash_p_leaf_HTML' parameter.
6517         
6518         * init.c: Added new -p / --page-requisites / page_requisites option.
6519
6520         * main.c (print_help): Clarified that -l inf and -l 0 both allow
6521         infinite recursion.  Changed the unhelpful --mirrior description
6522         to simply give the options it's equivalent to.  Added new -p option.
6523         (main): Added some comments; handle new -p / --page-requisites.
6524         
6525         * options.h (struct options): Added new page_requisites field.
6526
6527         * recur.c: Changed "URL-s" to "URLs" and "HTML-s" to "HTMLs".
6528         Calculate and pass down new `dash_p_leaf_HTML' parameter to
6529         get_urls_html().  Use new INFINITE_RECURSION #define.
6530
6531         * retr.c: Changed "URL-s" to "URLs".  get_urls_html() now takes
6532         final `dash_p_leaf_HTML' parameter.
6533
6534         * url.c: get_urls_html() and htmlfindurl() now take final
6535         `dash_p_leaf_HTML' parameter.
6536
6537         * url.h (get_urls_html): Now takes final `dash_p_leaf_HTML' parameter.
6538
6539         * wget.h: Added some comments and new INFINITE_RECURSION #define.
6540         
6541 2000-08-23  Dan Harkless  <wget@harkless.org>
6542
6543         * main.c (print_help): -B / --base was not mentioned.
6544
6545 2000-08-22  Dan Harkless  <wget@harkless.org>
6546
6547         * main.c (print_help): Modified -nc description to mention that it
6548         also prevents the creation of multiple versions of the same file
6549         with ".<number>" suffixes.
6550
6551 2000-07-14  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
6552
6553         * retr.c (retrieve_url): Consistently strdup opt.referer when
6554         setting u->referer.
6555
6556 2000-06-09  Dan Harkless  <wget@harkless.org>
6557
6558         * main.c (print_help): --help output for --waitretry was over 80 cols.
6559
6560 2000-06-09  Hrvoje Niksic  <hniksic@iskon.hr>
6561
6562         * url.c (encode_string): Fix comment.
6563         Suggested by Herold Heiko <Heiko.Herold@previnet.it>.
6564
6565 2000-06-01  Const Kaplinsky  <const@ce.cctpu.edu.ru>
6566
6567         * ftp.c (ftp_retrieve_list): Change permissions only on plain
6568         files.
6569
6570 2000-06-01  Hrvoje Niksic  <hniksic@iskon.hr>
6571
6572         * url.c (str_url): Print the port number only if it's different
6573         from the default port number for that protocol.
6574
6575 2000-05-22  Dan Harkless  <wget@harkless.org>
6576
6577         * main.c (print_help): Added --help line for Damir Dzeko
6578         <ddzeko@zesoi.fer.hr>'s until-now-undocumented --referer option.
6579         Removed comments that --referer and --waitretry were undocumented.
6580         Changed "`.wgetrc' command" to "`.wgetrc'-style command" on --help
6581         line for --execute.
6582
6583 2000-05-18  Hrvoje Niksic  <hniksic@iskon.hr>
6584
6585         * ftp.c (getftp): Ditto.
6586
6587         * http.c (gethttp): Check for return value of fclose/fflush.
6588
6589 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
6590
6591         * host.c (store_hostaddress): Instead of shifting ADDR, start
6592         copying from the correct address.
6593
6594 2000-04-12  Hrvoje Niksic  <hniksic@iskon.hr>
6595
6596         * http.c (gethttp): Don't free REQUEST -- it was allocated with
6597         alloca().
6598         Pointed out by Gisle Vanem <gvanem@eunet.no>.
6599
6600 2000-04-04  Dan Harkless  <wget@harkless.org>
6601
6602         * host.c (store_hostaddress): R. K. Owen's patch introduces a
6603         "left shift count >= width of type" warning on 32-bit
6604         architectures.  Got rid of it by tricking the compiler w/ a variable.
6605         
6606         * url.c (UNSAFE_CHAR): The macro didn't include all the illegal
6607         characters per RFC1738, namely everything above '~'.  It also
6608         generated a warning on OSes where char =~ unsigned char.  Fixed.
6609         
6610 1998-10-17  Hrvoje Niksic  <hniksic@srce.hr>
6611
6612         * http.c (http_process_type): Removed needless strdup(), a memory
6613         leak.
6614
6615 1998-09-25  Hrvoje Niksic  <hniksic@srce.hr>
6616
6617         * html.c (htmlfindurl): Set PH to the first occurrence of `#'.
6618
6619 1998-09-25  Simon Munton  <simonm@m4data.co.uk>
6620
6621         * init.c (wgetrc_file_name): Don't free HOME under Windows.
6622
6623 1998-12-01  "R. K. Owen"  <rkowen@Nersc.GOV>
6624
6625         * host.c (store_hostaddress): Fix for big endian 64-bit machines.
6626
6627 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
6628
6629         * url.c (UNSAFE_CHAR): New macro.
6630         (contains_unsafe): Use it.
6631         (encode_string): Ditto.
6632
6633 1998-12-01  Hrvoje Niksic  <hniksic@srce.hr>
6634
6635         * main.c (i18n_initialize): Use LC_MESSAGES only if available.
6636
6637 2000-03-31  Hrvoje Niksic  <hniksic@srce.hr>
6638
6639         * Use TOUPPER/TOLOWER.
6640
6641 1998-12-22  Alexander V. Lukyanov  <lav@yars.free.net>
6642
6643         * ftp-opie.c (btoe): Zero-terminate OSTORE.
6644
6645 2000-03-21  Hrvoje Niksic  <hniksic@iskon.hr>
6646
6647         * wget.h (DO_REALLOC_FROM_ALLOCA): Ditto.
6648
6649         * sysdep.h (ISALNUM): New macro.
6650         (TOLOWER): Ditto.
6651         (TOUPPER): Ditto.
6652
6653 2000-03-10  Dan Harkless  <wget@harkless.org>
6654
6655         * html.c (idmatch): Implemented checking of my new --follow-tags
6656         and --ignore-tags options.
6657         
6658         * init.c (commands): Added comment reminding people adding new
6659         entries doing allocation to add corresponding freeing in cleanup().
6660         (commands): Added new followtags and ignoretags commands.
6661         (cleanup): Free storage for new followtags and ignoretags.
6662         
6663         * main.c: Use of "comma-separated list" was random -- normalized
6664         it.  Did some alphabetization.  Added comments pointing out
6665         "Options without arguments" and "Options accepting an argument"
6666         sections of long_options[].  Added new options --follow-tags and
6667         -G / --ignore-tags.  Added comment that Damir's --referer is
6668         currently undocumented.  Added comment that Heiko's --waitretry is
6669         partially undocumented (mentioned in --help but not in
6670         wget.texi).  Moved improperly sorted 24, 129, and 'G' cases.
6671         
6672         * options.h (struct options): Added new fields follow_tags and
6673         ignore_tags. 
6674         
6675         * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ".
6676         
6677 2000-03-02  Dan Harkless  <wget@harkless.org>
6678
6679         * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit
6680         braces to avoid ambiguous `else'" warnings.  Eliminated them.
6681         
6682         * http.c (gethttp): Dan Berger's query string patch is totally
6683         bogus.  If you have two different URLs, gen_page.cgi?page1 and
6684         get_page.cgi?page2, they'll both be saved as get_page.cgi and the
6685         second will overwrite the first.  Also, parameters to implicit
6686         CGIs, like "http://www.host.com/db/?2000-03-02" cause the URLs to
6687         be printed with trailing garbage characters, and could seg fault.
6688         Backing out the patch, which Dan B. informed me by email was just
6689         a kludge to download StarOffice from Sun made necessary due to
6690         wget's unconditional escaping of certain characters (room for an
6691         option there?).
6692         (http_loop): Heiko introduced "suggest explicit braces to avoid
6693         ambiguous `else'" warnings.  Eliminated them.
6694         
6695         * main.c: Heiko's --wait / --waitretry backwards compatibility
6696         code looks to have been totally untested -- automatic variable
6697         'wr' was used without being initialized, and a long int was passed
6698         into setval()'s char* val parameter.
6699         
6700         * recur.c (parse_robots): Applied Edward J. Sabol
6701         <sabol@alderaan.gsfc.nasa.gov>'s patch for Guan Yang's reported
6702         problem with "User-agent:<space>*<space>" lines in robots.txt.
6703         
6704         * url.c (parseurl, str_url): Removing Dan Berger's code (see
6705         http.c above for explanation).
6706         
6707 1999-08-25  Heiko Herold  <Heiko.Herold@previnet.it>
6708
6709         * ftp.c: Respect new option waitretry.
6710
6711 2000-01-30  Damir Dzeko  <ddzeko@zesoi.fer.hr>
6712
6713         * http.c (gethttp): Send custom Referer, if required.
6714
6715 1999-09-24  Charles G Waldman  <cgw@fnal.gov>
6716
6717         * netrc.c (parse_netrc): Allow passwords to contain spaces.
6718
6719         * netrc.c (parse_netrc): New function.
6720
6721 1999-09-17  Dan Berger  <dberger@ix.netcom.com>
6722
6723         * http.c (gethttp): Send it.
6724
6725         * url.c (parseurl): Detect query string in HTTP URL-s.
6726         (str_url): Print it.
6727
6728 2000-03-02  HIROSE Masaaki  <hirose31@t3.rim.or.jp>
6729
6730         * html.c (html_allow): Add <link href=...> and <script src=...>.
6731
6732 1999-05-02  andrew deryabin  <djsf@softhome.net>
6733
6734         * http.c (gethttp): Specify port in `Host' header only if it's
6735         different from 80.
6736
6737 1998-11-03  Edward J. Sabol  <sabol@alderaan.gsfc.nasa.gov>
6738
6739         * recur.c (recursive_retrieve): If a finite maximum depth is
6740         specified, and we're are already at that depth, don't download the
6741         HTML file for parsing.
6742
6743 2000-03-01  Dan Harkless  <wget@harkless.org>
6744
6745         * ftp.c (ftp_loop_internal): Call new downloaded_file() function,
6746         even though we don't do conversion on HTML files retrieved via
6747         FTP, so _current_ usage of downloaded_file() makes this call unneeded. 
6748         (ftp_retrieve_list): Added a comment saying where we need to
6749         stat() a .orig file if FTP'd HTML file conversion is ever implemented.
6750         (ftp_retrieve_list): "Local file '%s' is more recent," is sometimes
6751         a lie -- reworded as "Server file no newer than local file '%s' --".
6752         
6753         * http.c (http_loop): Fixed a typo and clarified a comment.
6754         (http_loop): When -K and -N are specified together, compare size
6755         and timestamp of server file X against local file X.orig (if
6756         extant) rather than converted local file X.
6757         (http_loop): "Local file '%s' is more recent," is sometimes a lie
6758         -- reworded as "Server file no newer than local file '%s' --".
6759         (http_loop): Call new downloaded_file() function to prevent
6760         wrongful overwriting of .orig file when -N is specified.
6761         
6762         * url.c (convert_links): When -K specified, only rename X to
6763         X.orig if downloaded_file() returns TRUE.  Otherwise when we skip
6764         file X due to -N, we clobber an X.orig from a previous invocation.
6765         (convert_links): Call the failsafe xstrdup(), not the real strdup().
6766         (convert_links): Added a note asking anyone who understands how
6767         multiple URLs can correspond to a single file to comment it.
6768         (downloaded_file): Added this new function.
6769         
6770         * url.h (downloaded_file): Added prototype for this new function
6771         as well as its downloaded_file_t enum type.
6772
6773         * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines.
6774
6775 2000-02-29  Dan Harkless  <wget@harkless.org>
6776
6777         * version.c: Upped version to developer-only "1.5.3+dev".
6778
6779 2000-02-18  Dan Harkless  <wget@harkless.org>
6780
6781         * init.c (backup_converted): Added this new option.
6782
6783         * main.c (-K / --backup-converted): Added this new option.
6784
6785         * options.h (backup_converted): Added this new option.
6786
6787         * url.c (convert_links): When backup_converted is specified, save
6788         file X as X.orig before converting.
6789
6790         * url.h (urlpos): Fixed typo -- said "Rekative" instead of "Relative".
6791
6792 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
6793
6794         * version.c: Wget 1.5.3 is released.
6795
6796 1998-09-21  Hrvoje Niksic  <hniksic@srce.hr>
6797
6798         * host.c (ftp_getaddress): Don't warn when reverse-lookup of local 
6799         address doesn't yield FQDN.
6800
6801 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6802
6803         * cmpt.c (strerror): Fix declaration of sys_errlist.
6804
6805 1998-09-11  Hrvoje Niksic  <hniksic@srce.hr>
6806
6807         * main.c (main): Don't use an array subscript as the first
6808         argument to STRDUP_ALLOCA.
6809         From Kaveh R. Ghazi.
6810
6811 1998-09-11  Szakacsits Szabolcs  <szaka@sienet.hu>
6812
6813         * html.c (htmlfindurl): Download table background.
6814
6815 1998-09-11  Hans Grobler  <grobh@conde.ee.sun.ac.za>
6816
6817         * init.c (parse_line): Would free *com before allocating it.
6818         (parse_line): Would free com instead of *com.
6819
6820 1998-09-10  Howard Gayle  <howard@fjst.com>
6821
6822         * url.c (get_urls_html): Would drop the last character of the
6823         link.
6824
6825 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
6826
6827         * http.c (http_loop): Don't print status code if quiet.
6828
6829 1998-09-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6830
6831         * log.c: Use <stdarg.h> only when __STDC__.
6832
6833 1998-09-10  Adam D. Moss  <adam@foxbox.org>
6834
6835         * html.c (htmlfindurl): Download <layer src=...>.
6836
6837 1998-09-10  Howard Gayle  <howard@fjst.com>
6838
6839         * ftp.c (ftp_retrieve_list): Don't update the time stamp of a file 
6840         not retrieved.
6841
6842 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
6843
6844         * utils.c: Include <libc.h> on NeXT.
6845
6846 1998-06-26  Heinz Salzmann  <heinz.salzmann@intermetall.de>
6847
6848         * url.c (get_urls_html): Fix calculation of URL position.
6849
6850 1998-06-23  Hrvoje Niksic  <hniksic@srce.hr>
6851
6852         * version.c: Wget 1.5.2 is released.
6853
6854 1998-06-23  Dave Love  <d.love@dl.ac.uk>
6855
6856         * ftp.c, init.c, netrc.c: Include errno.h.
6857
6858         * http.c: Include errno.h and time header.
6859
6860         * Makefile.in (exext): Define.
6861         (install.bin, uninstall.bin): Use it.
6862
6863 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
6864
6865         * http.c (http_loop): Don't attempt to compare local and remote
6866         sizes if the remote size is unknown.
6867
6868 1998-06-16  Hrvoje Niksic  <hniksic@srce.hr>
6869
6870         * url.c (get_urls_html): Use malloc() instead of alloca in the
6871         loop.
6872
6873 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
6874
6875         * version.c: Wget 1.5.2-b4 is released.
6876
6877 1998-06-13  Hrvoje Niksic  <hniksic@srce.hr>
6878
6879         * url.c (get_urls_html): Ignore spaces before and after the URI.
6880
6881 1998-06-08  Wanderlei Antonio Cavassin  <cavassin@conectiva.com.br>
6882
6883         * ftp.c (getftp): Translate `done'.
6884
6885 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
6886
6887         * version.c: Wget 1.5.2-b3 is released.
6888
6889 1998-06-06  Alexander Kourakos  <awk@bnt.com>
6890
6891         * init.c (cleanup): Close dfp, don't free it.
6892
6893 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
6894
6895         * utils.c (make_directory): Twiddle.
6896
6897         * config.h.in: Added template for access().
6898
6899 1998-06-05  Mathieu Guillaume  <mat@cythere.com>
6900
6901         * html.c (htmlfindurl): Download <input src=...>
6902
6903 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
6904
6905         * utils.c (file_exists_p): Use access() with two arguments.
6906
6907 1998-05-27  Martin Kraemer  <Martin.Kraemer@mch.sni.de>
6908
6909         * netrc.c (parse_netrc): Correct logic.
6910
6911 1998-05-27  Hrvoje Niksic  <hniksic@srce.hr>
6912
6913         * ftp.c (getftp): Added `break'; suggested by Lin Zhe Min
6914         <ljm@ljm.wownet.net>.
6915
6916 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
6917
6918         * version.c: Wget 1.5.2-b2 is released.
6919
6920 1998-05-18  Juan Jose Rodriguez  <jcnsoft@jal1.telmex.net.mx>
6921
6922         * mswindows.h: Don't translate mkdir to _mkdir under Borland.
6923
6924 1998-05-17  Hrvoje Niksic  <hniksic@srce.hr>
6925
6926         * retr.c (elapsed_time): Return correct value when
6927         HAVE_GETTIMEOFDAY is undefined.
6928
6929 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
6930
6931         * version.c: Wget 1.5.2-b1 is released.
6932
6933 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
6934
6935         * getopt.c (_getopt_internal): Use exec_name instead of argv[0].
6936         (_getopt_internal): Don't translate `#if 0'-ed strings.
6937
6938 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
6939
6940         * mswindows.c (ws_handler): Use fork_to_background().
6941
6942 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
6943
6944         * version.c: Wget 1.5.1 is released.
6945
6946 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
6947
6948         * http.c (parse_http_status_line): Avoid `minor' and `major'
6949         names.
6950
6951 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
6952
6953         * utils.c (mkdirhier): Renamed to make_directory.
6954
6955 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
6956
6957         * mswindows.c (fork_to_background): Define under Windows.
6958
6959         * utils.c (fork_to_background): New function.
6960
6961         * html.c (htmlfindurl): Removed rerdundant casts.
6962
6963 1998-05-01  Douglas E. Wegscheid  <wegscd@whirlpool.com>
6964
6965         * mswindows.c (ws_mypath): Cache the path.
6966
6967 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
6968
6969         * ftp.h: Prefix enum ftype members with FT_.
6970
6971         * ftp-ls.c, ftp.c, html.h: Adjust accordingly.
6972
6973         * mswindows.h: Use stat under Borland, _stat under MSVC.
6974
6975 1998-04-28  Hrvoje Niksic  <hniksic@srce.hr>
6976
6977         * http.c (known_authentication_scheme_p): New function.
6978         (gethttp): Handle authorization more correctly.
6979
6980         * ftp-basic.h: Removed.
6981
6982         * cmpt.h: Removed.
6983
6984         * utils.c: Include <unistd.h> before <pwd.h>; needed under SunOS
6985         with gcc 2.8.
6986         (numdigit): Use `while' loop.
6987
6988         * http.c (create_authorization_line): Detect authentication
6989         schemes case-insensitively.
6990
6991         * http.c (extract_header_attr): Use strdupdelim().
6992         (digest_authentication_encode): Move declaration of local
6993         variables to smaller scope.
6994         (digest_authentication_encode): Reset REALM, OPAQUE and NONCE.
6995         (create_authorization_line): Detect authentication schemes
6996         case-insensitively.
6997
6998         * utils.c (touch): Constify.
6999
7000         * http.c (gethttp): Report a nicer error when no data is received.
7001
7002         * rbuf.h (RBUF_READCHAR): Ditto.
7003
7004         * ftp-basic.c (ftp_response): Use sizeof.
7005
7006 1998-04-27  Hrvoje Niksic  <hniksic@srce.hr>
7007
7008         * retr.c (print_percentage): EXPECTED is long, not int.
7009         (print_percentage): Use floating-point arithmetic to avoid
7010         overflow with large files' sizes multiplied with 100.
7011
7012 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
7013
7014         * config.h.in: Added pid_t stub.
7015
7016         * sysdep.h (S_ISREG): Moved here from mswindows.h (NeXT doesn't
7017         define it).
7018
7019 1998-04-20  Hrvoje Niksic  <hniksic@srce.hr>
7020
7021         * version.c: Wget 1.5.0 is released.
7022
7023 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
7024
7025         * url.c (str_url): Ditto.
7026
7027         * ftp-basic.c (ftp_rest): Use new name.
7028
7029         * utils.c (long_to_string): Renamed from prnum().
7030
7031 1998-04-16  Hrvoje Niksic  <hniksic@srce.hr>
7032
7033         * version.c: Wget 1.5-b17 is released.
7034
7035 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
7036
7037         * headers.c (header_get): New argument FLAGS.
7038
7039         * http.c (gethttp): If request is malformed, bail out of the
7040         header loop.
7041         (gethttp): Check for empty header *after* the status line checks.
7042         (gethttp): Disallow continuations for status line.
7043
7044 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
7045
7046         * version.c: Wget 1.5-b16 is released.
7047
7048 1998-04-08  Hrvoje Niksic  <hniksic@srce.hr>
7049
7050         * init.c (commands): Renamed `always_rest' to `continue'.
7051
7052 1998-04-05  Hrvoje Niksic  <hniksic@srce.hr>
7053
7054         * all: Use it.
7055
7056         * log.c (logputs): New argument.
7057         (logvprintf): Ditto.
7058         (logprintf): Ditto.
7059
7060 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
7061
7062         * http.c (http_atotm): Update comment.
7063
7064         * main.c (i18n_initialize): Set LC_MESSAGES, not LC_ALL.
7065
7066         * wget.h: Renamed ENABLED_NLS to HAVE_NLS.
7067
7068         * main.c (i18n_initialize): New function.
7069         (main): Use it.
7070
7071         * log.c: Include <unistd.h>.
7072
7073         * retr.c (show_progress): Cast alloca to char *.
7074
7075 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
7076
7077         * version.c: Wget 1.5-b15 is released.
7078
7079 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
7080
7081         * utils.h: Declare file_non_directory_p().
7082
7083 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
7084
7085         * main.c (main): It's `tries', not `numtries' now.
7086
7087 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
7088
7089         * init.c (getperms): Removed.
7090
7091 1998-04-01  Tim Charron  <tcharron@interlog.com>
7092
7093         * log.c (logvprintf): Don't use ARGS twice.
7094
7095 1998-04-01  John  <john@futuresguide.com>
7096
7097         * mswindows.c: Cleaned up.
7098
7099 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
7100
7101         * version.c: Wget 1.5-b14 is released.
7102
7103 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
7104
7105         * ftp-opie.c (STRLEN4): New macro.
7106         (btoe): Use it.
7107
7108 1998-04-01  Junio Hamano  <junio@twinsun.com>
7109
7110         * http.c: Document all the Digest functions.
7111
7112 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
7113
7114         * utils.c (file_non_directory_p): Renamed from isfile().
7115
7116         * mswindows.h (S_ISREG): New macro, suggested by Tim Adam.
7117
7118 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
7119
7120         * utils.c (mkdirhier): Use 0777 instead of opt.dirmode.
7121
7122         * init.c (cmd_spec_dotstyle): Use 48 dots per line for binary
7123         style.
7124         (cmd_permissions): Removed.
7125
7126         * config.h.in: Add template for WORDS_BIGENDIAN.
7127
7128 1998-03-31  Junio Hamano  <junio@twinsun.com>
7129
7130         * http.c (HEXD2asc): New macro.
7131         (dump_hash): Use it.
7132
7133 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
7134
7135         * version.c: Wget 1.5-b13 is released.
7136
7137 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
7138
7139         * main.c (main): Don't try to use `com'.
7140
7141 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
7142
7143         * init.c (cmd_permissions): New function.
7144
7145 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
7146
7147         * version.c: Wget 1.5-b12 is released.
7148
7149 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
7150
7151         * init.c (commands): Renamed `numtries' to `tries'.
7152         (cmd_spec_debug): Removed.
7153         (home_dir): Under Windows, return `C:\' if HOME is undefined.
7154
7155 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
7156
7157         * config.h.in: Define _XOPEN_SOURCE.
7158
7159         * init.c (check_user_specified_header): New function.
7160         (cmd_spec_header): Use it.
7161         (cmd_spec_useragent): New function.
7162
7163 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
7164
7165         * version.c: Wget 1.5-b11 is released.
7166
7167 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
7168
7169         * wget.h: Include <libintl.h> only if NLS is enabled.
7170
7171 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
7172
7173         * options.h (struct options): Made `wait' a long.
7174         (struct options): Ditto for `timeout'.
7175
7176 1998-03-19  Hrvoje Niksic  <hniksic@srce.hr>
7177
7178         * utils.c (exists): Renamed to file_exists_p.
7179         (file_exists_p): Use access() if available.
7180
7181 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
7182
7183         * utils.c (memfatal): Set save_log_p to 0 to avoid potential
7184         infloop.
7185
7186         * log.c: do_logging -> save_log_p.
7187
7188         * config.h.in: Added template for HAVE_VSNPRINTF.
7189
7190 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
7191
7192         * init.c: Ditto.
7193
7194         * http.c: Protect declaration against non-ANSI compiler.
7195
7196         * log.c (logvprintf): Use vsnprintf() if available.
7197
7198         * getopt.c (main): Don't translate test stuff.
7199
7200 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
7201
7202         * version.c: Wget 1.5-b10 is released.
7203
7204 1998-03-11  Hrvoje Niksic  <hniksic@srce.hr>
7205
7206         * ftp.c (getftp): Don't translate "CWD %s".
7207
7208         * wget.h (GCC_FORMAT_ATTR): Renamed from FORMAT_ATTR.
7209
7210 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
7211
7212         * ftp-opie.c (btoe): Use memcpy() instead of strncat().
7213
7214         * log.c (logputs): New function.
7215         (logvprintf): Renamed from vlogmsg; use logputs().
7216
7217         * retr.c (show_progress): Print `[100%]' when the retrieval is
7218         finished.
7219
7220         * init.c (run_wgetrc): Use FILE, not PATH.
7221         (wgetrc_file_name): Ditto.
7222
7223 1998-03-07  Tim Adam  <tma@osa.com.au>
7224
7225         * recur.c (parse_robots): Correctly reset `entries' on empty
7226         disallow.
7227
7228 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
7229
7230         * init.c (cmd_spec_debug): Use cmd_boolean().
7231
7232 1998-02-23  Hrvoje Niksic  <hniksic@srce.hr>
7233
7234         * http.c (gethttp): Create proxy-authorization correctly.
7235
7236 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
7237
7238         * md5.c: Ditto.
7239
7240         * getopt.c: Use ANSI function definitions.
7241
7242         * ftp-opie.c: New file.
7243
7244         * options.h: Don't redefine EXTERN.
7245
7246         * init.c: Sort it correctly.
7247
7248 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
7249
7250         * version.c: Wget 1.5-b9 is released.
7251
7252 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
7253
7254         * recur.c (recursive_retrieve): Reset `first_time'.
7255
7256         * ftp.c (getftp): Added `default' clause to switches of uerr_t.
7257
7258         * rbuf.c (rbuf_peek): Simplified.
7259         (rbuf_flush): Use MINVAL.
7260
7261         * wget.h (MINVAL): Moved from url.h.
7262
7263         * rbuf.h (RBUF_FD): New macro.
7264
7265         * url.c (add_url): Add to the head of the list.
7266
7267         * ftp.c (ftp_retrieve_list): Set the permissions to downloaded
7268         file.
7269         (getftp): Set the default permissions to 0600.
7270
7271 1998-02-21  Hrvoje Niksic  <hniksic@srce.hr>
7272
7273         * url.c (get_urls_html): Ditto.
7274         (convert_links): Ditto.
7275
7276         * recur.c (parse_robots): Ditto.
7277
7278         * html.c (ftp_index): Ditto.
7279
7280         * ftp-ls.c (ftp_parse_unix_ls): Open file as binary.
7281
7282         * init.c (defaults): Initialize `opt' to zero via memset.
7283
7284         * http.c (digest_authentication_encode): goto considered harmful.
7285
7286 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
7287
7288         * ftp.c (delelement): Simplify and fix leak.
7289
7290 1998-02-18  Hrvoje Niksic  <hniksic@srce.hr>
7291
7292         * http.c (dump_hash): Use HEXD2ASC instead of home-grown stuff.
7293
7294         * url.h (HEXD2ASC): Removed warning.
7295
7296         * init.c (comind): Use binary search.
7297         (commands): Reorganized.
7298         (setval): Ditto.
7299         (cmd_boolean): New function.
7300         (cmd_number): Ditto.
7301         (cmd_number_inf): Ditto.
7302         (cmd_string): Ditto.
7303         (cmd_vector): Ditto.
7304         (cmd_directory_vector): Ditto.
7305         (cmd_bytes): Ditto.
7306         (cmd_time): Ditto.
7307         (cmd_spec_debug): Ditto.
7308         (cmd_spec_dirmode): Ditto.
7309         (cmd_spec_dirstruct): Ditto.
7310         (cmd_spec_dotstyle): Ditto.
7311         (cmd_spec_header): Ditto.
7312         (cmd_spec_htmlify): Ditto.
7313         (cmd_spec_mirror): Ditto.
7314         (cmd_spec_outputdocument): Ditto.
7315         (cmd_spec_recursive): Ditto.
7316         (settime): Merged with cmd_time().
7317         (setbytes): Merged with cmd_bytes().
7318         (setonoff): Merged with cmd_boolean().
7319         (onoff): Ditto.
7320
7321 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
7322
7323         * Makefile.in (distclean): Remove `config.h'.
7324
7325 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
7326
7327         * version.c: Wget 1.5-b8 is released.
7328
7329 1998-02-17  Hrvoje Niksic  <hniksic@srce.hr>
7330
7331         * http.c (digest_authentication_encode): New function.
7332         (create_authorization_line): Use it.
7333         (dump_hash): New function.
7334         (digest_authentication_encode): Use it.
7335
7336         * fnmatch.c: Renamed from `mtch.c'.
7337
7338 1998-02-15  Karl Eichwalder  <ke@suse.de>
7339
7340         * main.c (main): Tag "Written by..." string as translatable.
7341
7342 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
7343
7344         * wget.h (FREE_MAYBE): New macro.
7345
7346         * http.c (create_authorization_line): Don't use ANSI C string
7347         concatenation feature.
7348         (basic_authentication_encode): Use alloca() for temporary
7349         variables.
7350
7351         * recur.h: Ditto.
7352
7353         * http.c: Ditto.
7354
7355         * headers.h: Ditto.
7356
7357         * ftp-basic.c: Protect declaration against non-ANSI compiler.
7358
7359         * http.c (create_authorization_line): Cast `unsigned char *' to
7360         `char *' for sprintf, to shut up the noisy Digital Unix cc.
7361
7362 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
7363
7364         * version.c: Wget 1.5-b7 is released.
7365
7366 1998-02-15  Hrvoje Niksic  <hniksic@srce.hr>
7367
7368         * cmpt.c (strstr): Synched with glibc-2.0.6.
7369
7370         * ftp-basic.c (calculate_skey_response): Ditto.
7371         (calculate_skey_response): Use alloca().
7372
7373         * http.c (create_authorization_line): Work with FSF's version of
7374         md5.c.
7375
7376         * md5.c: New file, from GNU libc.
7377
7378 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
7379
7380         * url.h (URL_CLEANSE): Name the temporary variable more carefully.
7381
7382 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
7383
7384         * http.c (basic_authentication_encode): New function, instead of
7385         the macro.
7386
7387 1998-02-13  Junio Hamano  <junio@twinsun.com>
7388
7389         * http.c: Add HTTP-DA support.
7390         * ftp-basic.c: Add Opie/S-key support.
7391         * config.h.in, Makefile.in: Add HTTP-DA and Opie/S-key support.
7392         * md5.c, md5.h: New files.
7393
7394 1998-02-13  Hrvoje Niksic  <hniksic@srce.hr>
7395
7396         * http.c (http_process_range): Renamed from hprocrange().
7397         (http_process_range): Parse the whole header.
7398
7399         * headers.c: New file.
7400         (header_process): New function.
7401         (header_get): Renamed from fetch_next_header.
7402
7403         * all: Include utils.h only where necessary.
7404
7405         * wget.h: Declare xmalloc(), xrealloc() and xstrdup() here.
7406
7407         * wget.h: Add provisions for dmalloc.
7408
7409 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
7410
7411         * version.c: Wget 1.5-b6 is released.
7412
7413 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
7414
7415         * ftp.c (ftp_loop): Determine `filename' more precisely.
7416
7417         * init.c (setval): Don't set `opt.quiet' if output-document is
7418         `-'.
7419
7420         * log.c (log_init): Print to STDERR instead of STDOUT.
7421         (vlogmsg): Use STDERR by default.
7422         (logflush): Ditto.
7423
7424 1998-02-11  Simon Josefsson  <jas@pdc.kth.se>
7425
7426         * host.c: Use addr_in again.
7427
7428 1998-02-08  Karl Eichwalder  <karl@suse.de>
7429
7430         * http.c (gethttp): Fixed typo.
7431
7432 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
7433
7434         * version.c: Wget 1.5-b5 is released.
7435
7436 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
7437
7438         * retr.c (show_progress): Use it.
7439
7440         * log.c (logflush): New function.
7441
7442         * wget.h: Utilize __attribute__ if on gcc.
7443
7444 1998-02-07  Hrvoje Niksic  <hniksic@srce.hr>
7445
7446         * http.c (base64_encode_line): New argument LENGTH.
7447         (BASIC_AUTHENTICATION_ENCODE): Use it.
7448         (BASIC_AUTHENTICATION_ENCODE): Take length of HEADER into account.
7449
7450         * main.c (main): Fixed fprintf() format mismatch.
7451
7452 1998-02-06  Hrvoje Niksic  <hniksic@srce.hr>
7453
7454         * version.c: Wget 1.5-b4 is released.
7455
7456 1998-02-03  Simon Josefsson  <jas@pdc.kth.se>
7457
7458         * host.c: use sockaddr_in instead of addr_in.
7459
7460 1998-02-04  Hrvoje Niksic  <hniksic@srce.hr>
7461
7462         * init.c (cleanup): Use it.
7463
7464         * recur.c (recursive_cleanup): New function.
7465
7466         * retr.c (retrieve_from_file): Ditto.
7467
7468         * main.c (main): Use it.
7469
7470         * recur.c (recursive_reset): New function.
7471
7472         * retr.c (retrieve_from_file): Ditto.
7473
7474         * main.c (main): Simplify call to recursive_retrieve().
7475
7476         * recur.c (recursive_retrieve): Removed FLAGS argument.
7477
7478         * http.c (gethttp): Changed call to iwrite().
7479
7480 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
7481
7482         * url.c (get_urls_html): Ditto.
7483         (free_urlpos): Ditto.
7484         (mkstruct): Ditto.
7485         (construct): Ditto.
7486
7487         * retr.c (retrieve_url): Move declaration of local variables to
7488         smaller scope.
7489
7490         * url.c (urlproto): Use it.
7491         (parseurl): Ditto.
7492         (str_url): Ditto.
7493         (get_urls_html): Ditto.
7494
7495         * utils.h (ARRAY_SIZE): New macro.
7496
7497         * url.c (proto): Moved from url.h.
7498
7499         * url.h (URL_CLEANSE): Reformatted.
7500         (USE_PROXY_P): Renamed from USE_PROXY.
7501
7502         * ftp-basic.c: Adjust to the new interface of iwrite().
7503
7504         * ftp-basic.c (ftp_port): Use alloca().
7505
7506 1998-02-03  Hrvoje Niksic  <hniksic@srce.hr>
7507
7508         * version.c: Wget 1.5-b3 is released.
7509
7510         * host.c (ftp_getaddress): Don't print to stderr directly.
7511
7512         * init.c (setbytes): Support `g' for gigabytes.
7513         (cmdtype): New specification CTIME.
7514         (setval): Use it with settime().
7515         (commands): Use it for WAIT and TIMEOUT.
7516
7517 1998-02-02  Hrvoje Niksic  <hniksic@srce.hr>
7518
7519         * http.c (BASIC_AUTHENTICATION_ENCODE): New macro.
7520         (gethttp): Use it.
7521
7522         * utils.c (unique_name_1): Moved from url.c.
7523         (unique_name): Ditto.
7524
7525         * url.c (url_filename): Ditto.
7526
7527         * log.c (redirect_output): Changed call to unique_name().
7528
7529         * url.c (unique_name_1): Renamed from unique_name().
7530         (unique_name): Changed interface.
7531
7532         * init.c (enum cmdid): Moved from init.h.
7533         (cmdtype): Ditto.
7534         (struct cmd): Ditto.
7535
7536         * main.c (main): Use it.
7537         (main): Moved `--backups' to not have a short option.
7538
7539         * options.h (struct options): New member BACKGROUND.
7540
7541         * main.c (print_help): Rearranged.
7542         (main): New long options for -n* short options: --no-directories,
7543         --no-host-directories, --non-verbose, --no-host-lookup and
7544         --dont-remove-listing.
7545
7546 1998-02-01  Hrvoje Niksic  <hniksic@srce.hr>
7547
7548         * main.c (main): Use log_close().
7549
7550         * log.c: New variable LOGFP.
7551         (vlogmsg): Use it.
7552         (redirect_output): Don't open /dev/null; set LOGFP to stdin
7553         instead.
7554         (log_close): New function.
7555
7556         * options.h (struct options): Removed LFILE.
7557
7558         * log.c (log_enable): Removed.
7559
7560         * main.c (main): Use it.
7561
7562         * log.c (log_init): New function.
7563
7564         * url.c (get_urls_html): Removed needless assignment to BASE.
7565
7566         * host.c (add_hlist): Don't set CMP needlessly.
7567
7568         * utils.c (match_backwards): Ditto.
7569         (in_acclist): Ditto.
7570
7571         * url.c (findurl): Ditto.
7572
7573         * netrc.c (parse_netrc): Ditto.
7574
7575         * log.c (log_dump): Ditto.
7576
7577         * html.c (html_quote_string): Ditto.
7578
7579         * ftp-basic.c (ftp_request): Made static.
7580
7581         * connect.c: Made global variables static.
7582
7583         * url.c (construct): Ditto.
7584
7585         * init.c (init_path): Avoid assignment inside `if'-condition.
7586
7587         * ftp.c: Don't include in.h or winsock.h.
7588
7589         * ftp.c (ftp_loop): Use SZ.
7590
7591         * connect.c (bindport): Cast &addrlen to int *.
7592         (conaddr): Ditto.
7593
7594         * init.c (initialize): Don't use SYSTEM_WGETRC unconditionally.
7595
7596 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
7597
7598         * ftp.c (getftp): Initialize opt.ftp_pass here.
7599         (ftp_retrieve_dirs): Use alloca().
7600
7601         * init.c (defaults): Don't initialize opt.ftp_pass.
7602
7603         * sysdep.h (S_ISLNK): Declare for OS/2; ditto for lstat.
7604         From Ivan F. Martinez <ivanfm@ecodigit.com.br>.
7605
7606 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
7607
7608         * recur.c (parse_robots): Check for comments more correctly.
7609
7610         * host.c (ftp_getaddress): Use STRDUP_ALLOCA.
7611         (ftp_getaddress): Add diagnostics when reverse-lookup yields only
7612         hostname.
7613
7614 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
7615
7616         * version.c: Wget 1.5-b2 is released.
7617
7618         * netrc.c (NETRC_FILE_NAME): Moved from netrc.h.
7619
7620         * utils.c (proclist): Pass FNM_PATHNAME to fnmatch().
7621
7622         * ftp-basic.c (ftp_pasv): Avoid unnecessary casting to unsigned
7623         char.
7624
7625         * log.c: Don't attempt to hide arguments from ansi2knr.
7626
7627         * cmpt.c: Synched strptime() and mktime() with glibc-2.0.6.
7628
7629         * ansi2knr.c: Use a later version, from fileutils-3.16l alpha.
7630
7631         * ftp.c (getftp): Ditto.
7632
7633         * http.c (gethttp): Use it.
7634
7635         * retr.c (get_contents): New argument EXPECTED; pass it to
7636         show_progress().
7637         (show_progress): New argument EXPECTED; use it to display
7638         percentages.
7639
7640         * init.c (setval): Ditto.
7641
7642         * http.c (gethttp): Ditto.
7643         (http_loop): Ditto.
7644
7645         * ftp.c (getftp): Ditto.
7646         (ftp_loop_internal): Ditto.
7647
7648         * ftp-ls.c (ftp_parse_unix_ls): Use abort() instead of assert(0).
7649
7650         * sysdep.h (CLOSE): Simplify; use DEBUGP.
7651
7652         * netrc.c (search_netrc): Use alloca().
7653
7654         * init.c (defaults): Initialize no_flush.
7655
7656         * log.c (vlogmsg): Don't flush if no_flush.
7657
7658         * options.h (struct options): New variable no_flush.
7659
7660         * main.c (main): Don't play games with buffering.
7661
7662         * log.c (vlogmsg): Flush the output after every message.
7663
7664 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
7665
7666         * init.c (parse_line): Ditto.
7667
7668         * url.c (get_urls_html): Ditto.
7669
7670         * main.c (main): Don't cast to unsigned char.
7671
7672         * init.c (run_wgetrc): Don't cast to unsigned char.
7673         (parse_line): Accept char instead of unsigned char.
7674
7675         * html.c (htmlfindurl): Use char instead of unsigned char.
7676
7677         * all: Use them.
7678
7679         * sysdep.h: Add wrappers to ctype macros to make them
7680         eight-bit-clean:
7681
7682 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
7683
7684         * html.c (htmlfindurl): Download <img lowsrc=...>
7685
7686         * main.c (main): Ignore SIGPIPE.
7687
7688         * connect.c (select_fd): New argument WRITEP.
7689         (iwrite): Call select_fd().
7690
7691 1997-02-27  Fila Kolodny <fila@ibi.com>
7692
7693         * ftp.c (ftp_retrieve_list): If retrieving symlink and the proper
7694         one already exists, just skip it.
7695
7696 1998-01-30  Hrvoje Niksic  <hniksic@srce.hr>
7697
7698         * http.c (gethttp): Cosmetic changes.
7699
7700         * http.c (check_end): Allow `+D...' instead of `GMT'.
7701         From Fabrizio Pollastri <pollastri@cstv.to.cnr.it>.
7702
7703         * url.c (process_ftp_type): New function.
7704         (parseurl): Use it.
7705
7706         * connect.c (iwrite): Allow writing in a few chunks.
7707         (bindport): Made SRV static, so addr can point to it.
7708         (select_fd): Removed HPUX kludge.
7709
7710         * host.c (free_hlist): Incorporated into clean_hosts().
7711
7712 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
7713
7714         * host.c (hlist): Made static.
7715         (search_address): Cosmetic change.
7716
7717 1998-01-29  Hrvoje Niksic  <hniksic@srce.hr>
7718
7719         * version.c: Wget v1.5-b1 is released.
7720
7721         * http.c (hgetlen): Use sizeof() to get the header length.
7722         (hgetrange): Ditto.
7723         (hgettype): Ditto.
7724         (hgetlocation): Ditto.
7725         (hgetmodified): Ditto.
7726         (haccepts_none): Ditto.
7727
7728         * main.c (main): Updated `--version' and `--help' output, as per
7729         Francois Pinard's suggestions.
7730
7731         * main.c: Include locale.h; call setlocale(), bindtextdomain() and 
7732         textdomain().
7733
7734         * config.h.in: Define stubs for I18N3.
7735
7736         * wget.h: Include libintl.h.
7737
7738 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
7739
7740         * url.c (mkstruct): Check for opt.cut_dirs.
7741         (mkstruct): alloca()-te more, xmalloc() less.
7742
7743         * utils.c (load_file): Check for ferror().
7744
7745         * url.c (get_urls_file): Close only the files we opened.
7746         (get_urls_html): Ditto.
7747         (count_slashes): New function.
7748
7749         * http.h: Removed.
7750
7751         * http.c (gethttp): Respect username and password provided by
7752         proxy URL.
7753         (base64_encode_line): Write into an existing buffer instead of
7754         malloc-ing a new one.
7755         (struct http_stat): Moved from http.h
7756
7757         * retr.c (retrieve_url): Free SUF.
7758
7759         * all: Removed lots of unnecessary .h dependencies.
7760
7761         * html.c (global_state): Made static.
7762
7763         * utils.h (ALLOCA_ARRAY): New macro.
7764
7765         * main.c (main): New option `--cut-dirs'.
7766
7767         * url.c (construct): Use alloca() for T.
7768
7769         * utils.c (mkdirhier): Use STRDUP_ALLOCA.
7770
7771         * host.c (_host_t): Moved from host.h.
7772         (struct host): Renamed from _host_t.
7773         (store_hostaddress): Use STRDUP_ALLOCA for INET_S.
7774         (realhost): Ditto.
7775
7776         * host.h: Don't include url.h.
7777
7778         * ftp.c (LIST_FILENAME): Moved from ftp.h.
7779
7780         * init.c (DEFAULT_FTP_ACCT): Moved from ftp.h.
7781
7782         * main.c (main): Enable log if the output goes to a TTY.
7783
7784         * connect.h: Removed unused constant `BACKLOG'.
7785
7786         * config.h.in: Check for isatty().
7787
7788         * Makefile.in (LINK): Use CFLAGS when linking.
7789
7790 1998-01-27  Hrvoje Niksic  <hniksic@srce.hr>
7791
7792         * mswindows.c (ws_hangup): Use redirect_output().
7793
7794         * main.c (redirect_output_signal): New function; use
7795         redirect_output().
7796
7797         * log.c (redirect_output): New function, based on hangup(), which
7798         is deleted.
7799
7800         * log.c (vlogmsg): New function.
7801
7802         * wget.h (DEBUGP): Use debug_logmsg().
7803
7804         * main.c (hangup): Use it.
7805
7806         * log.c (log_dump): New function.
7807
7808         * utils.h (DO_REALLOC): Use `long' for various sizes.
7809
7810         * http.c (hskip_lws): Use `while', for clarity.
7811         (HTTP_DYNAMIC_LINE_BUFFER): New constant.
7812         (fetch_next_header): Use it instead of DYNAMIC_LINE_BUFFER.
7813
7814         * ftp-basic.c (FTP_DYNAMIC_LINE_BUFFER): New constant.
7815         (ftp_response): Use it instead of DYNAMIC_LINE_BUFFER.
7816
7817         * utils.c (DYNAMIC_LINE_BUFFER): Moved from utils.c.
7818         (LEGIBLE_SEPARATOR): Ditto.
7819         (FILE_BUFFER_SIZE): Ditto.
7820
7821         * retr.c (BUFFER_SIZE): Moved from retr.h.
7822
7823         * log.c: New file.
7824         (logmsg): Moved from utils.c.
7825         (debug_logmsg): New function.
7826
7827         * mswindows.h: Include it here.
7828
7829         * init.c: Ditto.
7830
7831         * utils.c: Don't include <windows.h>.
7832
7833 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
7834
7835         * host.c (ftp_getaddress): Ditto.
7836
7837         * main.c (main): Use it.
7838
7839         * utils.h (STRDUP_ALLOCA): New macro.
7840
7841         * init.c: Prepend `wget: ' to error messages printed on stderr.
7842
7843         * utils.c (mkdirhier): Renamed from mymkdir.
7844         (touch): Renamed from my_touch.
7845         (pwd_cuserid): Renamed from my_cuserid().
7846
7847 1998-01-24  Andy Eskilsson  <andy.eskilsson@telelogic.se>
7848
7849         * utils.c (accdir): Process wildcards.
7850         (proclist): New function.
7851         (accdir): Use it to avoid code repetition.
7852
7853 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
7854
7855         * recur.c (parse_robots): Respect opt.useragent; use alloca().
7856
7857         * http.c (gethttp): Construct useragent accordingly.
7858
7859         * version.c: Changed version string to numbers-only.
7860
7861         * main.c (print_help): List all the options.
7862
7863         * mswindows.c (windows_main_junk): Initialize argv0 here.
7864
7865 1998-01-24  Karl Heuer  <kwzh@gnu.org>
7866
7867         * netrc.c (search_netrc): Initialize `l' only after processing
7868         netrc.
7869
7870         * main.c (main): Don't trap SIGHUP if it's being ignored.
7871
7872 1998-01-24  Hrvoje Niksic  <hniksic@srce.hr>
7873
7874         * all: Use logmsg().
7875
7876         * utils.c (time_str): Moved from retr.c.
7877         (logmsg): New function.
7878         (logmsg_noflush): Ditto.
7879
7880         * rbuf.c: New file, moved buf_* functions here.
7881
7882         * ftp.c (ftp_expected_bytes): Moved from ftp-basic.c.
7883
7884         * ftp-basic.c (ftp_rest): Use prnum().
7885
7886         * ftp-basic.c: Ditto.
7887
7888         * ftp.c: Use the new reading functions and macros.
7889
7890         * retr.c (buf_initialize): New function.
7891         (buf_initialized_p): Ditto.
7892         (buf_uninitialize): Ditto.
7893         (buf_fd): Ditto.
7894
7895         * http.c (fetch_next_header): Use the BUF_READCHAR macro for
7896         efficiency.
7897         (gethttp): Use alloca() where appropriate.
7898
7899         * retr.c (buf_readchar): Use it.
7900         (buf_peek): Use rstreams.
7901
7902         * retr.h (BUF_READCHAR): New macro.
7903
7904         * init.c (home_dir): Rewritten for clarity.
7905         (init_path): Ditto.
7906
7907         * mswindows.c (ws_backgnd): Made static.
7908         (read_registry): Ditto.
7909         (ws_cleanup): Ditto.
7910         (ws_handler): Ditto.
7911
7912 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
7913
7914         * alloca.c: New file.
7915
7916         * Makefile.in (ALLOCA): Define.
7917
7918         * mswindows.c (ws_help): Constify.
7919         (ws_help): Use alloca.
7920
7921         * mswindows.c: Reformat.
7922
7923         * all: Added _(...) annotations for I18N snarfing and translation.
7924
7925         * host.c (ftp_getaddress): Nuke SYSINFO.
7926         (ftp_getaddress): Don't use getdomainname().
7927         (ftp_getaddress): Use uname(), where available.
7928
7929         * http.c (gethttp): Protect a stray fprintf().
7930
7931         * init.c (settime): New function.
7932         (setval): Treat WAIT specially, allowing suffixes like `m' for
7933         minutes, etc.
7934
7935 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
7936
7937         * url.c (get_urls_html): Use alloca() for TEMP.
7938
7939 1998-01-21  Jordan Mendelson  <jordy@wserv.com>
7940
7941         * url.c (rotate_backups): New function.
7942
7943         * http.c (gethttp): Ditto.
7944
7945         * ftp.c (getftp): Rotate backups.
7946
7947 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
7948
7949         * all: Renamed nmalloc(), nrealloc() and nstrdup() to xmalloc(),
7950         xrealloc() and xstrdup().  Use the new functions.
7951
7952         * url.c (decode_string): Made static.
7953         (has_proto): Ditto.
7954         (parse_dir): Ditto.
7955         (parse_uname): Ditto.
7956         (mkstruct): Ditto.
7957         (construct): Ditto.
7958         (construct_relative): Ditto.
7959
7960         * retr.c (show_progress): Made static.
7961
7962         * recur.c (robots_url): Made static.
7963         (retrieve_robots): Ditto.
7964         (parse_robots): Ditto.
7965         (robots_match): Ditto.
7966
7967         * main.h: Removed.
7968
7969         * main.c (printhelp): Made static.
7970         (hangup): Ditto.
7971
7972         * init.c (comind): Made static.
7973         (defaults): Ditto.
7974         (init_path): Ditto.
7975         (run_wgetrc): Ditto.
7976         (onoff): Ditto.
7977         (setonoff): Ditto.
7978         (setnum): Ditto.
7979         (myatoi): Ditto.
7980         (getperms): Ditto.
7981         (setbytes): Ditto.
7982
7983         * http.c (fetch_next_header): Made static.
7984         (hparsestatline): Ditto.
7985         (hskip_lws): Ditto.
7986         (hgetlen): Ditto.
7987         (hgetrange): Ditto.
7988         (hgettype): Ditto.
7989         (hgetlocation): Ditto.
7990         (hgetmodified): Ditto.
7991         (haccepts_none): Ditto.
7992         (gethttp): Ditto.
7993         (base64_encode_line): Ditto.
7994         (mktime_from_utc): Ditto.
7995         (http_atotm): Ditto.
7996
7997         * html.c (idmatch): Made static.
7998
7999         * host.c (search_host): Made static.
8000         (search_address): Ditto.
8001         (free_hlist): Ditto.
8002
8003         * ftp.c (getftp): Made static.
8004         (ftp_loop_internal): Ditto.
8005         (ftp_get_listing): Ditto.
8006         (ftp_retrieve_list): Ditto.
8007         (ftp_retrieve_dirs): Ditto.
8008         (ftp_retrieve_glob): Ditto.
8009         (freefileinfo): Ditto.
8010         (delelement): Ditto.
8011
8012         * ftp-ls.c (symperms): Made static.
8013         (ftp_parse_unix_ls): Ditto.
8014
8015         * connect.c (select_fd): Made static.
8016
8017         * utils.c (xmalloc): Renamed from nmalloc.
8018         (xrealloc): Renamed from nrealloc.
8019         (xstrdup): Renamed from nstrdup.
8020
8021         * getopt.c (exchange): Use alloca.
8022
8023         * mswindows.c (mycuserid): Use strncpy.
8024
8025         * New files mswindows.c, mswindows.h, sysdep.h.  winjunk.c,
8026         systhings.h, windecl.h and winjunk.h removed.
8027
8028         * mswindows.c (sleep): New function.
8029
8030         * utils.c: Include <windows.h> under Windows.
8031
8032 1997-06-12  Darko Budor  <dbudor@zesoi.fer.hr>
8033
8034         * url.h (URL_UNSAFE): Change default under Windows.
8035
8036         * retr.c (retrieve_from_file): Respect opt.delete_after.
8037
8038         * main.c (main): Call ws_help on Windows.
8039
8040         * winjunk.c (windows_main_junk): New function.
8041
8042         * main.c (main): Junk-process argv[0].
8043
8044         * http.c (mktime_from_utc): Return -1 if mktime failed.
8045
8046         * http.c (http_loop): Ditto.
8047
8048         * ftp.c (ftp_loop_internal): Change title on Windows when using a
8049         new URL.
8050
8051         * winjunk.c (getdomainname): Lots of functions.
8052
8053 1997-06-12  Hrvoje Niksic  <hniksic@srce.hr>
8054
8055         * cmpt.c (strptime_internal): Handle years more correctly for
8056         `%y'.
8057
8058 1997-06-09  Mike Thomas <mthomas@reality.ctron.com>
8059
8060         * http.c (gethttp): Allocate enough space for
8061         `Proxy-Authorization' header.
8062
8063 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
8064
8065         * version.c: Wget/1.4.5 is released.
8066
8067 1997-05-10  Hrvoje Niksic  <hniksic@srce.hr>
8068
8069         * retr.c (get_contents): Check return value of fwrite more
8070         carefully.
8071
8072 1997-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8073
8074         * cmpt.c (strptime_internal) [case 'Y']: Always subtract 1900 from
8075         year, regardless of century.
8076
8077 1997-03-30  Hrvoje Niksic  <hniksic@srce.hr>
8078
8079         * utils.c (isfile): Use `lstat' instead of `stat'.
8080
8081 1997-03-29  Hrvoje Niksic  <hniksic@srce.hr>
8082
8083         * utils.c (numdigit): Use explicit test.
8084
8085 1997-03-21  Hrvoje Niksic  <hniksic@srce.hr>
8086
8087         * http.c (http_loop): Always use `url_filename' to get u->local.
8088
8089 1997-03-20  Hrvoje Niksic  <hniksic@srce.hr>
8090
8091         * url.c: Recognize https.
8092
8093 1997-03-13  Hrvoje Niksic  <hniksic@srce.hr>
8094
8095         * recur.c (recursive_retrieve): Lowercase just the host name.
8096
8097 1997-03-09  Hrvoje Niksic  <hniksic@srce.hr>
8098
8099         * url.c (get_urls_file): Use the correct test.
8100         (get_urls_html): Ditto.
8101
8102 1997-03-07  Hrvoje Niksic  <hniksic@srce.hr>
8103
8104         * connect.c: Reverted addrlen to int.
8105
8106         * init.c (parse_line): Check for -1 instead of NONE.
8107
8108         * version.c: Changed version to 1.4.5.
8109
8110 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
8111
8112         * init.c: New option netrc.
8113         (initialize): Don't parse .netrc.
8114
8115         * cmpt.c (recursive): Return rp.
8116         (strptime_internal): Match the long strings first, the abbreviated
8117         second.
8118
8119 1997-02-16  Hrvoje Niksic  <hniksic@srce.hr>
8120
8121         * http.c (check_end): New function.
8122         (http_atotm): Use it.
8123  
8124 1997-02-13  gilles Cedoc  <gilles@cedocar.fr>
8125
8126         * http.c (gethttp): Use them.
8127
8128         * init.c: New options proxy_user and proxy_passwd.
8129
8130 1997-02-14  Hrvoje Niksic  <hniksic@srce.hr>
8131
8132         * ftp.c (ftp_retrieve_list): Create links even if not relative.
8133
8134 1997-02-10  Hrvoje Niksic  <hniksic@srce.hr>
8135
8136         * recur.c (recursive_retrieve): Lowercase the host name, if the
8137         URL is not "optimized".
8138
8139         * host.c (realhost): Return l->hostname, even if it matches with
8140         host.
8141
8142 1997-02-10  Marin Purgar  <pmc@asgard.hr>
8143
8144         * connect.c: Make addrlen size_t instead of int.
8145         (conaddr): Ditto.
8146
8147 1997-02-09  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
8148
8149         * systhings.h: Define S_ISLNK on NeXT too.
8150
8151 1997-02-09  Hrvoje Niksic  <hniksic@srce.hr>
8152
8153         * version.c: Released 1.4.3.
8154
8155         * url.c: Futher update to list of protostrings.
8156         (skip_proto): Skip `//' correctly for FTP and HTTP.
8157
8158         * url.c (get_urls_html): Handle bogus `http:' things a little
8159         different.
8160
8161         * main.c (main): Removed `follow-ftp' from `f'.
8162         (main): Dumped the `prefix-files' and `file-prefix' options and
8163         features; old and bogus.
8164         (main): Exit on failed setval() in `-e'.
8165
8166         * http.c (fetch_next_header): Use it to detect header continuation
8167         correctly.
8168
8169         * retr.c (buf_peek): New function.
8170
8171 1997-02-08  Hrvoje Niksic  <hniksic@srce.hr>
8172
8173         * wget.h: Include time.h and stuff.
8174
8175 1997-02-08  Roger Beeman  <beeman@cisco.com>
8176
8177         * ftp.c: Include <time.h>
8178
8179 1997-02-07  Hrvoje Niksic  <hniksic@srce.hr>
8180
8181         * url.c (findurl): Would read over buffer limits.
8182
8183 1997-02-06  Hrvoje Niksic  <hniksic@srce.hr>
8184
8185         * ftp-ls.c (ftp_parse_unix_ls): Allow spaces in file names.
8186
8187 1997-02-05  Hrvoje Niksic  <hniksic@srce.hr>
8188
8189         * http.c (http_atotm): Initialize tm.is_dst.
8190
8191 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
8192
8193         * http.c (gethttp): Don't print the number of retrieved headers.
8194
8195         * main.c (main): New option `--no-clobber', alias for `-nc'.
8196
8197         * url.c: Recognize `https://'.
8198
8199 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
8200
8201         * host.c (herrmsg): Don't use h_errno.
8202
8203 1997-01-30  Hrvoje Niksic  <hniksic@srce.hr>
8204
8205         * host.c (accept_domain): Use it.
8206
8207         * main.c (main): New option `--exclude-domains'.
8208
8209         * retr.c (retrieve_url): Use it.
8210         (retrieve_url): Bail out when an URL is redirecting to itself.
8211
8212         * url.c (url_equal): New function.
8213
8214 1997-01-29  Hrvoje Niksic  <hniksic@srce.hr>
8215
8216         * connect.c: Include arpa/inet.h instead of arpa/nameser.h.
8217
8218         * http.c (mk_utc_time): New function.
8219         (http_atotm): Use it; handle time zones correctly.
8220
8221 1997-01-28  Hrvoje Niksic  <hniksic@srce.hr>
8222
8223         * http.c: Ditto.
8224
8225         * ftp-basic.c: Use it instead of WRITE.
8226
8227         * connect.c (iwrite): New function.
8228
8229 1997-01-27  Hrvoje Niksic  <hniksic@srce.hr>
8230
8231         * cmpt.c (mktime): New function.
8232
8233         * netrc.c: Include <sys/types.h>.
8234
8235         * main.c (main): Wouldn't recognize --spider.
8236
8237         * retr.c (rate): Use `B', `KB' and `MB'.
8238         (reset_timer,elapsed_time): Moved from utils.c.
8239
8240         * ftp.c (ftp_retrieve_list): Ditto.
8241
8242         * http.c (http_loop): Don't touch the file if opt.dfp.
8243
8244 1997-01-24  Hrvoje Niksic  <hniksic@srce.hr>
8245
8246         * cmpt.c: New file.
8247
8248         * ftp.c (ftp_retrieve_glob): New argument semantics.
8249         (ftp_retrieve_dirs): Use it.
8250         (ftp_loop): Ditto.
8251
8252         * html.c (htmlfindurl): Recognize `'' as the quote char.
8253
8254 1997-01-23  Hrvoje Niksic  <hniksic@srce.hr>
8255
8256         * ftp.c (ftp_loop_internal): Use it.
8257
8258         * utils.c (remove_link): New function.
8259
8260 1997-01-22  Hrvoje Niksic  <hniksic@srce.hr>
8261
8262         * retr.c (retrieve_url): Require STRICT redirection URL.
8263
8264         * url.c (parseurl): New argument STRICT.
8265
8266         * http.c (hparsestatline): Be a little-bit less strict about
8267         status line format.
8268
8269 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
8270
8271         * http.c (gethttp): Use it.
8272
8273         * main.c (main): Don't use '<digit>' as options.
8274
8275         * init.c: New option ignore_length.
8276
8277         * http.c (gethttp): Ditto.
8278         (http_loop): Check for redirection without Location:.
8279         (gethttp): Don't print Length unless RETROKF.
8280
8281         * ftp.c (getftp): Use it.
8282
8283         * url.c (mkalldirs): New function.
8284
8285         * utils.c (mymkdir): Don't check for existing non-directory.
8286
8287         * url.c (mkstruct): Don't create the directory.
8288
8289 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
8290
8291         * init.c (setval): Removed NO_RECURSION checks.
8292
8293 1997-01-19  Hrvoje Niksic  <hniksic@srce.hr>
8294
8295         * version.c: "Released" 1.4.3-pre2.
8296
8297         * recur.c (recursive_retrieve): Bypass host checking only if URL
8298         is ftp AND parent URL is not ftp.
8299
8300         * ftp-basic.c (ftp_request): Print out Turtle Power.
8301
8302         * ftp.c (ftp_loop): Call ftp_retrieve_glob with 0 if there's no
8303         wildcard.
8304         (ftp_retrieve_glob): Call ftp_loop_internal even on empty list, if
8305         not glob.
8306
8307         * http.c (gethttp): Be a little bit smarter about status codes.
8308
8309         * recur.c (recursive_retrieve): Always reset opt.recursive when
8310         dealing with FTP.
8311
8312 1997-01-18  Hrvoje Niksic  <hniksic@srce.hr>
8313
8314         * retr.c (retrieve_url): New variable location_changed; use it for
8315         tests instead of mynewloc.
8316         (retrieve_url): Allow heuristic adding of html.
8317
8318         * url.c (url_filename): Don't use the `%' in Windows file names.
8319
8320         * http.c (http_loop): Always time-stamp the local file.
8321
8322         * http.c (http_loop): Ditto.
8323
8324         * ftp.c (ftp_retrieve_list): Use it.
8325
8326         * utils.c (my_touch): New function.
8327
8328         * ftp.c (ftp_retrieve_list): Use #ifdef HAVE_STRUCT_UTIMBUF
8329         instead of #ifndef NeXT.
8330
8331         * utils.c (strptime): New version, by Ulrich Drepper.
8332
8333 1997-01-17  Hrvoje Niksic  <hniksic@srce.hr>
8334
8335         * http.c (haccepts_none): Renamed from `haccepts_bytes'.
8336         (gethttp): If haccepts_none(), disable ACCEPTRANGES.
8337         (http_loop): Would remove ACCEPTRANGES.
8338
8339         * ftp.c (getftp): Call ftp_list with NULL.
8340
8341 1997-01-15  Hrvoje Niksic  <hniksic@srce.hr>
8342
8343         * html.c (ftp_index): Don't print minutes and seconds if we don't
8344         know them; beautify the output.
8345
8346         * ftp.c (getftp): Don't close the socket on FTPNSFOD.
8347
8348 1997-01-14  Hrvoje Niksic  <hniksic@srce.hr>
8349
8350         * utils.c (strptime): New function.
8351         (strptime): Don't use get_alt_number.
8352         (strptime): Don't use locale.
8353         (match_string): Made it a function.
8354
8355 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
8356
8357         * http.c (http_atotm): New function.
8358         (http_loop): Use it.
8359
8360         * atotm.c: Removed from the distribution.
8361
8362         * http.c (base64_encode_line): Rewrite.
8363
8364 1997-01-09  Hrvoje Niksic  <hniksic@srce.hr>
8365
8366         * ftp.c (getftp): Use ftp_expected_bytes; print size.
8367
8368         * ftp-basic.c (ftp_response): Use ftp_last_respline.
8369         (ftp_expected_bytes): New function.
8370
8371         * ftp.c (getftp): Print the unauthoritative file length.
8372
8373         * ftp-ls.c: Renamed from ftp-unix.c.
8374         (ftp_parse_ls): Moved from ftp.c.
8375         (ftp_parse_unix_ls): Recognize seconds in time spec.
8376         (ftp_parse_unix_ls): Recognize year-less dates of the previous
8377         year.
8378
8379 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
8380
8381         * ftp-basic.c: Don't declare errno if #defined.
8382
8383         * host.c (ftp_getaddress): Check for sysinfo legally.
8384
8385 1997-01-08  Darko Budor  <dbudor@diana.zems.fer.hr>
8386
8387         * connect.c (iread): Use READ.
8388
8389 1996-12-23  Hrvoje Niksic  <hniksic@srce.hr>
8390
8391         * url.c: Recognize finger, rlogin, tn3270, mid and cid as valid
8392         schemes.
8393
8394 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
8395
8396         * host.c (ftp_getaddress): Allow `.' in hostname.
8397
8398 1996-12-26  Darko Budor <dbudor@zems.fer.hr>
8399
8400         * wget.h: READ and WRITE macros for use instead of read and write
8401         on sockets, grep READ *.c, grep WRITE *.c
8402
8403         * wsstartup.c: new file - startup for winsock
8404
8405         * wsstartup.h: new file
8406
8407         * win32decl.h: new file - fixup for <errno.h> and winsock trouble
8408
8409         * configure.bat: Configure utility for MSVC
8410
8411         * src/Makefile.ms,config.h.ms: new files for use with MSVC 4.x
8412
8413 1996-12-22  Hrvoje Niksic  <hniksic@srce.hr>
8414
8415         * version.c: Released 1.4.3-pre.
8416
8417         * utils.c (prnum): Accept long.
8418         (legible): Use prnum().
8419
8420         * connect.c (make_connection): Accept port as short.
8421         (bindport): Ditto.
8422
8423         * http.c (gethttp): Use search_netrc.
8424
8425 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
8426
8427         * ftp.c (getftp): Use search_netrc.
8428
8429         * netrc.c (free_netrc): New function.
8430
8431         * init.c (home_dir): New function.
8432
8433         * url.c (convert_links): Allow REL2ABS changes.
8434
8435 1996-12-21  Gordon Matzigkeit  <gord@gnu.ai.mit.edu>
8436
8437         * netrc.c: New file.
8438         (parse_netrc, maybe_add_to_list): New functions.
8439
8440 1996-12-17  Hrvoje Niksic  <hniksic@srce.hr>
8441
8442         * retr.c (retrieve_url): Reset opt.recursion before calling
8443         ftp_loop if it is reached through newloc.
8444
8445         * init.c (run_wgetrc): Print the wgetrc path too, when reporting
8446         error; don't use "Syntax error", since we don't know if it is
8447         really a syntax error.
8448
8449 1996-12-16  Hrvoje Niksic  <hniksic@srce.hr>
8450
8451         * utils.c (acceptable): Extract the filename part of the path.
8452
8453         * recur.c (recursive_retrieve): Call acceptable() with the right
8454         argument; would bug out on wildcards.
8455
8456         * init.c (parse_line): Likewise.
8457
8458         * html.c (htmlfindurl): Cast to char * when calling stuff.
8459
8460 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
8461
8462         * ftp.c (getftp): Use ftp_pasv.
8463
8464         * ftp-basic.c (ftp_request): Accept NULL value.
8465         (ftp_pasv): New function.
8466
8467         * options.h (struct options): Add passive FTP option.
8468
8469 1996-12-15  Hrvoje Niksic  <hniksic@srce.hr>
8470
8471         * url.c (parseurl): Debug output.
8472
8473         * utils.c (path_simplify): New one, adapted from bash's
8474         canonicalize_pathname().
8475
8476 1996-12-14  Hrvoje Niksic  <hniksic@srce.hr>
8477
8478         * ftp.c (getftp): Don't discard the buffer.
8479
8480         * retr.c (get_contents): New parameter nobuf.
8481
8482 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
8483
8484         * html.c (htmlfindurl): Recognize <meta contents="d; URL=...".
8485
8486         * init.c (setval): Strip the trailing slashes on CVECDIR.
8487
8488 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
8489
8490         * init.c: Make excludes and includes under CVECDIR instead of
8491         CVEC.
8492
8493 1996-12-13  Shawn McHorse  <riffraff@txdirect.net>
8494
8495         * url.c (get_urls_html): Skip "http:".
8496
8497 1996-12-13  Hrvoje Niksic  <hniksic@srce.hr>
8498
8499         * utils.c (strcasecmp): From glibc.
8500         (strncasecmp): Also.
8501         (strstr): Also.
8502
8503         * url.c: Added javascript: to the list of URLs prefixes.
8504
8505 1996-12-12  Shawn McHorse  <riffraff@txdirect.net>
8506
8507         * recur.c (retrieve_robots): Print the warning message only if
8508         verbose.
8509
8510 1996-12-12  Gregor Hoffleit  <flight@mathi.uni-heidelberg.DE>
8511
8512         * ftp.c (ftp_retrieve_list): Use NeXT old utime interface.
8513
8514 1996-12-12  Hrvoje Niksic  <hniksic@srce.hr>
8515
8516         * systhings.h: New file.
8517
8518         * ../configure.in: Check for utime.h
8519
8520         * ftp.c: Check whether we have unistd.h.
8521
8522 1996-11-27  Hrvoje Niksic  <hniksic@srce.hr>
8523
8524         * recur.c (recursive_retrieve): Send the canonical URL as referer.
8525         (recursive_retrieve): Call get_urls_html with the canonical URL.
8526
8527 1996-12-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8528
8529         * (configure.in, config.h.in, src/Makefile.in, src/*.[ch]): Add
8530         ansi2knr support for compilers which don't support ANSI style
8531         function prototypes and signatures.
8532
8533         * (aclocal.m4, src/ansi2knr.c, src/ansi2knr.1): New files.
8534
8535 1996-11-26  Hrvoje Niksic  <hniksic@srce.hr>
8536
8537         * url.c: Use it; Recognize paths ending with "." and ".." as
8538         directories.
8539         (url_filename): Append .n whenever file exists and could be a
8540         directory.
8541
8542         * url.h (ISDDOT): New macro.
8543
8544         * init.c (parse_line): Use unsigned char.
8545
8546         * url.c (get_urls_html): Cast to unsigned char * when calling
8547         htmlfindurl.
8548
8549         * html.c (htmlfindurl): Use unsigned char.
8550
8551         * version.c: Changed version to 1.4.3.
8552
8553 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
8554
8555         * version.c: Released 1.4.2.
8556
8557         * ftp.c (getftp): Simplified assertion.
8558         (ftp_loop_internal): Remove symlink before downloading.
8559         (ftp_retrieve_list): Unlink the symlink name before attempting to
8560         create a symlink!
8561
8562         * options.h (struct options): Renamed print_server_response to
8563         server_response.
8564
8565         * ftp.c (rel_constr): Removed.
8566         (ftp_retrieve_list): Don't use it.
8567         (ftp_retrieve_list): Use opt.retr_symlinks.
8568
8569 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
8570
8571         * main.c (main): New option retr_symlinks.
8572
8573         * url.c (convert_links): Print verbose message.
8574
8575 1996-11-24  Hrvoje Niksic  <hniksic@srce.hr>
8576
8577         * http.c (http_loop): Reset newloc in the beginning of function;
8578         would cause FMR in retrieve_url.
8579
8580 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
8581
8582         * recur.c (convert_all_links): Find the URL of each HTML document,
8583         and feed it to get_urls_html; would bug out.
8584         (convert_all_links): Check for l2 instead of dl; removed dl.
8585
8586         * url.c (convert_links): Don't refer to freed newname.
8587
8588         * recur.c (recursive_retrieve): Add this_url to urls_downloaded.
8589
8590         * main.c (main): Print the OS_TYPE in the debug output, too.
8591
8592         * recur.c (recursive_retrieve): Check for opt.delete_after.
8593
8594         * main.c (main): New option delete-after.
8595
8596         * init.c (setval): Cleaned up.
8597
8598 1996-11-21  Hrvoje Niksic  <hniksic@srce.hr>
8599
8600         * Makefile.in (wget): Make `wget' the default target.
8601
8602         * ftp.c (ftp_loop_internal): Move noclobber checking out of the
8603         loop.
8604         (ftp_retrieve_list): Warn about non-matching sizes.
8605
8606         * http.c (http_loop): Made -nc non-dependent on opt.recursive.
8607
8608         * init.c (setnum): Renamed from setnuminf; New argument flags.
8609         (setval): Use it.
8610
8611         * main.c (main): Sorted the options.
8612         (main): New option --wait.
8613
8614 1996-11-21  Shawn McHorse  <riffraff@txdirect.net>
8615
8616         * html.c (htmlfindurl): Reset s->in_quote after getting out of
8617         quotes.
8618
8619 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
8620
8621         * version.c: Changed version to 1.4.2.
8622
8623 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
8624
8625         * version.c: Released 1.4.1.
8626
8627         * html.c (html_quote_string): New function.
8628         (ftp_index): Use it.
8629         (htmlfindurl): A more gentle ending debug message.
8630
8631         * ftp.c (ftp_loop): Check for opt.htmlify.
8632
8633         * init.c: New command htmlify.
8634
8635         * ftp.c (getftp): Nicer error messages, with `'-encapsulated
8636         strings.
8637         (ftp_loop): Print size of index.html.
8638
8639         * init.c (setval): Implement "styles".
8640
8641         * main.c (main): New option dotstyle.
8642
8643 1996-11-19  Hrvoje Niksic  <hniksic@srce.hr>
8644
8645         * ftp.c (getftp): Close the master socket in case of errors, after
8646         bindport().
8647
8648         * connect.c (bindport): Initialize msock to -1.
8649
8650         * ftp.c (getftp): Initialize dtsock to -1.
8651
8652         * connect.c (closeport): Don't close sock if sock == -1.
8653
8654 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
8655
8656         * init.c (setnuminf): Nuked default value -- just leave unchanged.
8657         (setval): Don't send default values.
8658         (defaults): Use DEFAULT_TIMEOUT -- aaargh.
8659
8660         * options.h (struct options): Use long for dot_bytes.
8661
8662         * init.c (setquota): Renamed to setbytes.
8663         (setval): Use setbytes on DOTBYTES.
8664
8665 1996-11-17  Hrvoje Niksic  <hniksic@srce.hr>
8666
8667         * ftp.c (getftp): Initialize con->dltime.
8668
8669         * recur.c (recursive_retrieve): Use same_host instead of
8670         try_robots; simply load robots_txt whenever the host is changed.
8671         (recursive_retrieve): Free forbidden before calling parse_robots.
8672
8673 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
8674
8675         * retr.c (show_progress): Use them.
8676
8677         * options.h (struct options): New options dot_bytes, dots_on_line
8678         and dot_spacing.
8679
8680 1996-11-16  Mark Boyns  <boyns@sdsu.edu>
8681
8682         * recur.c (recursive_retrieve): Retrieve directories regardless of
8683         acc/rej rules; check for empty u->file.
8684
8685 1996-11-14  Hrvoje Niksic  <hniksic@srce.hr>
8686
8687         * init.c (setval): Use it.
8688
8689         * utils.c (merge_vecs): New function.
8690
8691         * init.c (setval): Reset the list-type functions when encountering
8692         "".
8693
8694 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
8695
8696         * recur.c (recursive_retrieve): Use base_url instead of this_url
8697         for no_parent.
8698
8699 1996-11-14  Shawn McHorse  <riffraff@txdirect.net>
8700
8701         * html.c (htmlfindurl): Reset s->in_quote after exiting the quote.
8702
8703 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
8704
8705         * utils.c (sepstring): Rewrote; don't use strtok.
8706
8707         * recur.c (recursive_retrieve): Enter assorted this_url to slist
8708         when running the first time.
8709         (retrieve_robots): Warn to ignore errors when robots are loaded.
8710
8711         * utils.c (load_file): Moved from url.c.
8712
8713         * http.c: Made static variables const too in h* functions.
8714
8715         * main.c (main): Renamed --continue-ftp to --continue.
8716
8717         * recur.c (recursive_retrieve): Use it.
8718
8719         * utils.c (frontcmp): New function.
8720
8721         * url.c (accdir): New function.
8722
8723         * html.c (htmlfindurl): Recognize <area href=...>.
8724
8725         * ftp.c (ftp_retrieve_dirs): Implemented opt.includes.
8726
8727         * init.c (setval): Free the existing opt.excludes and
8728         opt.includes, if available.
8729
8730         * main.c (main): New option -I.
8731
8732 1996-11-12  Hrvoje Niksic  <hniksic@srce.hr>
8733
8734         * ftp.c (ftp_retrieve_glob): Do not weed out directories.
8735
8736         * version.c: Changed version to 1.4.1.
8737
8738 1996-11-11  Hrvoje Niksic  <hniksic@srce.hr>
8739
8740         * version.c: Released 1.4.0.
8741
8742 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
8743
8744         * main.c (main): Free com and val after parse_line.
8745         (printhelp): Reorder the listing.
8746
8747         * http.c: More robust header parsing.
8748
8749         * http.c: Allow any number of spaces, or no spaces, precede ':'.
8750         (hskip_lws): New function.
8751         (haccepts_bytes): New function.
8752         (gethttp): Use it.
8753
8754         * init.c (setval): Check header sanity.
8755         (setval): Allow resetting of headers.
8756
8757 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
8758
8759         * http.c (http_loop): Don't use has_wildcards.
8760
8761         * http.c (gethttp): Free all_headers -- would leak.
8762
8763         * recur.c (recursive_retrieve): Initialize depth to 1 instead of
8764         0 -- this fixes a long-standing bug in -rl.
8765
8766 1996-11-09  Hrvoje Niksic  <hniksic@srce.hr>
8767
8768         * ftp.c: Use -1 as "impossible" value for con->fd.
8769
8770         * url.h (URL_SEPARATOR): Don't treat `*' and `+' as separators.
8771
8772         * init.c (parse_line): Use isalpha.
8773
8774         * ftp-unix.c: Use HAVE_UNISTD_H.
8775
8776         * mtch.c (has_wildcards): Don't match \.
8777
8778         * http.c (http_loop): Warn on HTTP wildcard usage.
8779
8780 1996-11-08  Hrvoje Niksic  <hniksic@srce.hr>
8781
8782         * url.c (url_filename): Do not create numbered suffixes if
8783         opt.noclobber -- would bug out on -nc.
8784
8785 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
8786
8787         * recur.c (parse_robots): Don't chuck out the commands without
8788         arguments (`Disallow:<empty>' didn't work).
8789         (parse_robots): Compare versions lowercase.
8790         (parse_robots): Match on base_version, not version_string!
8791         (parse_robots): Handle comments properly.
8792         (parse_robots): Match versions in a sane way.
8793
8794         * init.c: Print nicer error messages.
8795
8796         * version.c: Changed version to 1.4.0.
8797
8798 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
8799
8800         * version.c: Released 1.4.0-test2.
8801
8802         * init.c (run_wgetrc): Close fp.
8803
8804         * ftp.c (ftp_retrieve_dirs): Allocate the correct length for
8805         u->dir.
8806
8807 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
8808
8809         * init.c (setquota): Allow inf as quota specification.
8810
8811 1996-11-05  Hrvoje Niksic  <hniksic@srce.hr>
8812
8813         * ftp.c (ftp_retrieve_dirs): Return QUOTEXC if quota exceeded.
8814         (ftp_retrieve_glob): Return QUOTEXC on quota exceeded.
8815
8816         * main.c (main): Check for quota by comparison with downloaded
8817         stuff, not from status.
8818
8819         * connect.c (select_fd): Should compile on HPUX without warnings now.
8820
8821         * ftp.c (ftp_get_listing): Check whether ftp_loop_internal
8822         returned RETROK.
8823
8824 1996-11-04  Hrvoje Niksic  <hniksic@srce.hr>
8825
8826         * ftp.c (ftp_retrieve_glob): Print the pattern nicely.
8827         (getftp): Return FTPRETRINT on control connection error.
8828
8829         * html.c (htmlfindurl): Recognize <embed src=...> and
8830         <bgsound src=...>.
8831         (ftp_index): Handle username and password correctly.
8832
8833         * main.c (main): Made `-np' a synonim for --no-parent.
8834
8835 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
8836
8837         * ftp.c (ftp_loop): Check for opt.ftp_glob too before calling
8838         ftp_retrieve_glob.
8839
8840         * version.c: Changed version to 1.4.0-test2.
8841
8842 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
8843
8844         * version.c: Released 1.4.0-test1.
8845
8846         * url.c (str_url): Don't use sprintf when creating %2F-prefixed
8847         directory.
8848         (convert_links): Removed definition of make_backup.
8849
8850         * http.h: Removed definition of MAX_ERROR_LENGTH.
8851
8852         * host.c (ftp_getaddress): Check for "(none)" domains.
8853
8854         * ftp.c (ftp_retrieve_dirs): Docfix.
8855
8856         * http.c (gethttp): Use ou->referer instead of u->referer.
8857
8858         * retr.c (retrieve_url): Reset u to avoid freeing pointers twice;
8859         this was known to cause coredumps on Linux.
8860
8861         * html.c (ftp_index): Cast the argument to local_time to time_t *.
8862
8863 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
8864
8865         * connect.c (select_fd): Use exceptfds -- once and for all.
8866
8867         * retr.c (retrieve_from_file): Free filename after
8868         recursive_retrieve.
8869         (retrieve_from_file): Send RFIRST_TIME to recursive_retrieve on
8870         first-time retrieval.
8871         (retrieve_from_file): Return uerr_t; new argument, count.
8872         (retrieve_from_file): Break on QUOTEXC.
8873
8874         * init.c (setquota): Fixed a bug that caused rejection of
8875         non-postfixed values..
8876
8877 1996-10-30  Hrvoje Niksic  <hniksic@srce.hr>
8878
8879         * version.c: Changed name to wget.
8880
8881         * connect.c (iread): Smarter use of select.
8882         (select_fd): Set errno on timeout.  If not timeout, return 1
8883         instead of 0.
8884
8885 1996-10-29  Hrvoje Niksic  <hniksic@srce.hr>
8886
8887         * ftp.c (ftp_loop_internal): Don't use con->cmd before
8888         establishing it.
8889
8890 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
8891
8892         * http.c (gethttp): Send correct referer when using proxy.
8893         (gethttp): Use struct urlinfo ou to access the relevant data; send
8894         correct authorization in all cases.
8895
8896         * host.c (same_host): Use skip_uname to skip username and
8897         password.
8898
8899         * url.c (skip_uname): New function.
8900         (parseurl): Use it.
8901
8902         * host.c (same_host): Do not assume HTTP -- same_host should now
8903         be totally foolproof.
8904
8905         * url.c (skip_proto): New function.
8906         (parse_uname): Use it.
8907
8908         * http.c (gethttp): Create local user and passwd from what is
8909         given.
8910
8911         * url.c (parseurl): Check for HTTP username and password too.
8912
8913 1996-10-25  Hrvoje Niksic  <hniksic@srce.hr>
8914
8915         * config.h.in: Removed #define gethostbyname R...
8916
8917 1996-10-22  Hrvoje Niksic  <hniksic@srce.hr>
8918
8919         * version.c: Changed version to 1.4.0-test1.
8920
8921 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
8922
8923         * version.c: "Released" 1.4b29.
8924
8925         * recur.c (recursive_retrieve): Check for no_parent.
8926
8927         * init.c (setval): Option update.
8928
8929         * main.c (main): New option no-parent.
8930
8931         * options.h (struct options): New variable no_parent.
8932
8933         * recur.c (recursive_retrieve): Only files are checked for
8934         opt.accepts and opt.rejects.
8935         (recursive_retrieve): Check directories for opt.excludes.
8936         (recursive_retrieve): Make the dir absolute when checking
8937         opt.excludes.
8938
8939         * html.c (htmlfindurl): Recognize <applet code=...> and <script
8940         src=...>
8941
8942 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8943
8944         * ftp.c (getftp): Do not line-break assert entries at all.
8945         (ftp_retrieve_dirs): docfix.
8946
8947         * connect.c (select_fd): Use fd + 1 as nfds.
8948
8949         * version.c: Changed version to 1.4b29.
8950
8951 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
8952
8953         * version.c: "Released" 1.4b28.
8954
8955         * ftp.c (ftp_loop_internal): Check whether f->size == len and
8956         don't continue the loop if it is.
8957         (ftp_get_listing): Remove list_filename on unsuccesful loop.
8958
8959 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
8960
8961         * ftp.c (ftp_loop_internal): Use strcpy to initialize tmp.
8962         (getftp): Do not use multiline assert.
8963
8964         * http.c (hparsestatline): Use mjr and mnr instead of major and
8965         minor, which don't compile on Ultrix.
8966         (http_loop): Use strcpy() to initialize tmp.
8967
8968         * all: Geturl -> Fetch
8969
8970 1996-10-17  Hrvoje Niksic  <hniksic@srce.hr>
8971
8972         * recur.c (parse_robots): Fixed an off-by-one bug when looking for
8973         ':'.
8974
8975         * html.c (htmlfindurl): Fixed several possible off-by-one bugs by
8976         moving `bufsize &&' to the beginning of each check in for-loops.
8977
8978         * recur.c (parse_robots): Close fp on exit.
8979
8980         * url.c (mymkdir): Check for each directory before creating.
8981
8982 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
8983
8984         * version.c: Changed version to 1.4b28.
8985
8986 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
8987
8988         * version.c: "Released" 1.4b27.
8989
8990         * init.c (parse_line): Use isspace.
8991         (parse_line): Free *com on all errors.
8992
8993         * ftp.c (ftp_loop): Change FTPOK to RETROK before exiting.
8994         (delelement): Use next instead of f->next and prev instead of
8995         f->prev.
8996         (delelement): Free the members of the deleted element.
8997
8998         * http.c (http_loop): Do not return RETROK on code != 20x.
8999
9000         * init.c (cleanup): Free opt.user_header.
9001         (cleanup): Free opt.domains.
9002
9003         * url.c (freelists): Moved to cleanup().
9004
9005         * http.c (hparsestatline): Docfix.
9006
9007         * main.c (main): Return with error status on unsuccesful
9008         retrieval.
9009
9010         * init.c (setval): Do not remove listing when mirroring.
9011
9012         * url.c (url_filename): Use opt.fileprefix.
9013
9014         * ftp.c (ftp_get_listing): Use url_filename to get filename for
9015         .listing.
9016
9017         * main.c (main): New option: -rn.
9018
9019 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
9020
9021         * Makefile.in (RM): Added RM = rm -f.
9022
9023         * host.c (clean_hosts): New function.
9024         (free_hlist): Just free the list, no reset.
9025
9026         * version.c: Changed version to 1.4b27.
9027
9028 1996-10-13  Hrvoje Niksic  <hniksic@srce.hr>
9029
9030         * version.c: "Released" 1.4b26.
9031
9032         * retr.c (retrieve_from_file): If call get_urls_html with
9033         opt.spider to make it silent in spider mode.
9034
9035         * url.c (str_url): Use CLEANDUP instead of URL_CLEANSE.
9036
9037         * url.h (CLEANDUP): New macro.
9038
9039         * http.c (gethttp): Fixed a bug that freed location only when it
9040         was NULL.
9041
9042         * retr.c (retrieve_url): Free url if it will not be stored,
9043         i.e. newloc is NULL.
9044
9045         * html.c (htmlfindurl): Handle exiting from quotes correctly; the
9046         old version would bug out on <a href="x#a"href="y">.
9047
9048         * html.h (state_t): New member in_quote.
9049
9050         * html.c (htmlfindurl): Free s->attr at the beginning of
9051         attr-loop.
9052
9053         * recur.c (recursive_retrieve): Recognize RCLEANUP.
9054         (tried_robots): Make hosts a global variable.
9055         (recursive_retrieve): Free constr after URL host optimization.
9056         (tried_robots): Free urlinfo before exiting.
9057
9058         * utils.c (free_slist): New function.
9059
9060         * recur.c (recursive_retrieve): Use flags to add cleanup
9061         possibility.
9062
9063         * main.c (main): Free filename after recursive_retrieve.
9064
9065         * http.c (gethttp): Store successful responses too.
9066
9067 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
9068
9069         * all: Constified the whole source.  This required some minor
9070         changes in many functions in url.c, possibly introducing bugs -- I
9071         hope not.
9072
9073         * ftp-basic.c: Removed last_respline.
9074
9075         * http.c (gethttp): Free type.
9076
9077         * host.c (same_host): Free real1 and real2.
9078
9079         * main.c (main): New option --spider.
9080
9081         * retr.c (get_contents): Don't reset errno.
9082
9083         * main.c (main): Sorted the options.
9084
9085         * connect.c (iread): Set errno to ETIMEDOUT only if it was left
9086         uninitialized by select().
9087
9088         * http.c (http_loop): Print the time when the connection is
9089         closed.
9090         (gethttp): Debug-print the HTTP request.
9091
9092 1996-10-11  Hrvoje Niksic  <hniksic@srce.hr>
9093
9094         * connect.c (iread): Do not try reading after timeout.
9095
9096         * main.c (main): Would bug out on -T.
9097
9098         * connect.c (select_fd): Do not use exceptfds.
9099         (iread): Set ETIMEDOUT on select_fd <= 0.
9100
9101         * version.c: Changed version to 1.4b26.
9102
9103 1996-10-10  Hrvoje Niksic  <hniksic@srce.hr>
9104
9105         * version.c: "Released" 1.4b25.
9106
9107         * ftp-unix.c (ftp_parse_unix_ls): Ignore lines without file name
9108         or link name.
9109
9110         * http.c (gethttp): Add errcode to struct hstat.
9111         (http_loop): Use it.
9112
9113         * url.c (no_proxy_match): Simplify using char** for no_proxy.
9114
9115         * options.h (struct options): Make opt.no_proxy a vector.
9116
9117         * utils.c (sepstring): Use !*s instead of !strlen(s).
9118
9119         * init.c (setval): Set opt.maxreclevel to 0 on --mirror.
9120         (getperms): Use ISODIGIT instead of isdigit.
9121
9122         * ftp.c (getftp): Print time.
9123
9124         * main.c (main): Use legible output of downloaded quantity.
9125
9126         * ftp.c (getftp): Use elapsed_time().
9127         (ftp_loop_internal): Use rate().
9128
9129         * http.c (http_loop): Add download ratio output; Use rate().
9130
9131         * utils.c (rate): New function.
9132
9133 1996-10-09  Hrvoje Niksic  <hniksic@srce.hr>
9134
9135         * http.c (http_loop): Use timer.
9136
9137         * ftp.c: Split to ftp-basic.c and ftp.c
9138
9139         * utils.c (reset_timer): New function.
9140         (elapsed_time): New function.
9141
9142         * retr.c (show_progress): Make bytes_in_line and offs long; should
9143         work on 16-bit machines.
9144
9145 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
9146
9147         * url.c (in_acclist): New argument backward.
9148
9149         * ftp.c (ftp_retrieve_glob): Use acceptable() to determine whether
9150         a file should be retrieved according to suffix.
9151         (ftp_get_listing): Check the return value of unlink; Do not call
9152         ftp_retrieve_dirs if depth reached maxreclevel.
9153         (ftp_retrieve_dirs): Check whether the directory is in
9154         exclude-list.
9155
9156         * main.c (main): Print the version number at the beginning of
9157         DEBUG output.
9158         (main): Use strrchr when creating exec_name.
9159
9160         * ftp.c (ftp_retrieve_glob): Do not close control connection.
9161
9162         * version.c: Changed version to 1.4b25.
9163
9164 1996-10-07  Hrvoje Niksic  <hniksic@srce.hr>
9165
9166         * version.c: "Released" 1.4b24.
9167
9168         * Makefile.in: Rewrite.
9169
9170         * ftp.c (ftp_loop_internal): Likewise.
9171
9172         * retr.c (time_str): Check for failed time().
9173
9174         * html.c (htmlfindurl): Recognize <fig src> and <overlay src> from
9175         HTML3.0.
9176
9177         * retr.c (time_str): Return time_t *.
9178
9179         * connect.c (bindport): Close msock on unsuccesful bind.
9180         (bindport): The same for getsockname and listen.
9181
9182         * retr.c (retrieve_url): Allow any number of retries on
9183         proxy.
9184
9185         * http.c (gethttp): Do not treat errno == 0 as timeout.
9186         (http_loop): Likewise.
9187         (http_loop): Cosmetic changes.
9188
9189         * connect.c (iread): Set errno to ETIMEDOUT in case of timeout.
9190
9191         * retr.c (get_contents): Reset errno.
9192
9193         * ftp.c (getftp): Minor fixes.
9194
9195 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
9196
9197         * http.c: Do not use backups.
9198
9199         * geturl.1 (WARNING): Warn that man-page could be obsolete.
9200
9201         * getopt.c (getopt_long): Moved to getopt.c
9202
9203         * geturl.texi: Enhanced.
9204
9205         * main.c (main): Use it.
9206
9207         * recur.c (convert_all_links): New function.
9208
9209         * utils.c (add_slist): New argument flags.
9210
9211         * recur.c (recursive_retrieve): Update a list of downloaded URLs.
9212         (parse_robots): Do not chuck out empty value fields.
9213         (parse_robots): Make yourself welcome on empty Disallow.
9214
9215         * version.c: Changed version to 1.4b24.
9216
9217 1996-10-06  Hrvoje Niksic  <hniksic@srce.hr>
9218
9219         * version.c: "Released" 1.4b23.
9220
9221         * ftp.c (ftp_loop_internal): Get the time after getftp.
9222
9223         * Makefile.in (install.info): New target.
9224         (install): Use it.
9225
9226         * http.c (http_loop): Fix output when doing -O.
9227
9228 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
9229
9230         * geturl.texi: New file.
9231
9232         * main.c (main): Do not print the warnings and download summary if
9233         opt.quiet is set.
9234
9235         * version.c: Changed version to 1.4b23.
9236
9237 1996-10-05  Hrvoje Niksic  <hniksic@srce.hr>
9238
9239         * "Released" 1.4b22.
9240
9241         * atotm.c (atotm): Use True and False instead of TRUE and FALSE,
9242         to avoid redefinition warnings.
9243
9244         * host.c (store_hostaddress): Use memcpy() to copy the address
9245         returned by inet_addr.
9246
9247         * version.c: Changed version to 1.4b22.
9248
9249 1996-10-04  Hrvoje Niksic  <hniksic@srce.hr>
9250
9251         * version.c: "Released" 1.4b21.
9252
9253         * ftp-unix.c (ftp_parse_ls): Renamed to ftp_parse_unix_ls.
9254
9255         * ftp.c (ftp_port): Use conaddr.
9256         (getftp): Print the file length.
9257         (ftp_retrieve_list): Check the stamps of plain files only.
9258
9259         * connect.c (closeport): Do not call shutdown().
9260         (conaddr): New function.
9261
9262         * html.c (ftp_index): Made it dfp-aware.
9263
9264         * init.c (cleanup): New name of freemem. Close opt.dfp.
9265
9266         * ftp.c (getftp): Use opt.dfp if it is set.
9267
9268         * ftp-unix.c (ftp_parse_ls): Recognize time in h:mm format.
9269
9270         * ftp.c (ftp_retrieve_dirs): Fixed a bug that caused incorrect
9271         CWDs to be sent with recursive FTP retrievals.
9272
9273 1996-10-03  Hrvoje Niksic  <hniksic@srce.hr>
9274
9275         * recur.c (parse_robots): Made it more compliant with "official"
9276         specifications.
9277
9278         * http.c: New function.
9279
9280         * ftp-unix.c (ftp_parse_ls): Added better debug output.
9281
9282         * ftp.c (getftp): Print out the LIST in case of
9283         opt.print_server_response.
9284
9285         * version.c: Changed version to 1.4b21.
9286
9287 1996-10-01  Hrvoje Niksic  <hniksic@srce.hr>
9288
9289         * version.c: "Released" 1.4b20.
9290
9291         * README: Update.
9292
9293         * http.c (gethttp): Preset lengths of various headers instead of
9294         calculating them dynamically.
9295         (gethttp): Check for 206 partial contents.
9296
9297 1996-09-30  Hrvoje Niksic  <hniksic@srce.hr>
9298
9299         * configure.in: Set SYSTEM_GETURLRC to $libdir/geturlrc
9300
9301         * http.c (gethttp): Send the port number in the Host: header.
9302
9303 1996-09-29  Hrvoje Niksic  <hniksic@srce.hr>
9304
9305         * http.c (gethttp): Send host: header.
9306         (gethttp): Add the possibility of user-defined headers.
9307         (gethttp): Move decision about pragma: no-cache to http_loop,
9308         where it belongs.
9309         (gethttp): Pass a struct instead of enormous argument list.
9310         (http_loop): Use a new, fancier display format.
9311         (ftp_loop): Likewise.
9312
9313         * main.c: (hangup): Turn off buffering of the new log file.
9314
9315         * install-sh: Likewise.
9316
9317         * config.sub: Replace with the one in autoconf-2.10
9318
9319         * geturl.1: Update.
9320
9321         * init.c: New options httpuser and httppasswd.
9322
9323         * http.c: (base64_encode_line): New function.
9324         (gethttp): Send authentication.
9325
9326         * connect.c (make_connection): Use store_hostaddress.
9327
9328 1996-09-28  Hrvoje Niksic  <hniksic@srce.hr>
9329
9330         * host.c (store_hostaddress): New function.
9331
9332         * NEWS: Update.
9333
9334         * http.c (hgetrange): New function.
9335         (gethttp): Use ranges.
9336
9337         * utils.c (numdigit): Accept long instead of int.
9338
9339         * http.c (http_loop): Add restart capabilities.
9340
9341         * ftp.c (ftp_retrieve_glob): Fixed a bug that could cause matchres
9342         being used uninitialized.
9343         (ftp_retrieve_list): Similar fix.
9344
9345         * host.c (add_hlist): Fixed a bug that could cause cmp being used
9346         uninitialized.
9347
9348         * url.c (construct_relative): New function.
9349
9350         * recur.c (recursive_retrieve): Use it.
9351
9352         * retr.c (convert_links): New function.
9353
9354 1996-09-27  Hrvoje Niksic  <hniksic@srce.hr>
9355
9356         * url.c (free_urlpos): New function.
9357
9358         * recur.c (recursive_retrieve): Adapt.
9359
9360         * url.c (get_urls_html): Return a linked list instead of a vector.
9361
9362         * url.c (get_urls_file): Return a linked list instead of a vector.
9363
9364         * geturl.1: Update.
9365
9366         * http.c (gethttp): Implement it.
9367
9368         * init.c (setval): New option: SAVEHEADERS
9369
9370         * ftp.c (ftp_loop_internal): Do not set restval if listing is to
9371         be retrieved. Lack of this test caused bugs when the connection
9372         was lost during listing.
9373
9374         * retr.c (retrieve_url): Fixed a bug that caused
9375         coredumps. *newloc is now reset by default.
9376         (retrieve_url): Lift the twenty-tries limit on proxies.
9377
9378         * version.c: Changed version to 1.4b20.
9379
9380 1996-09-20  Hrvoje Niksic  <hniksic@srce.hr>
9381
9382         * version.c: "Released" 1.4b19.
9383
9384 1996-09-19  Hrvoje Niksic  <hniksic@srce.hr>
9385
9386         * ftp.c (ftp_loop_internal): Renamed from ftp_1fl_loop.
9387         (getftp): Changed prototype to accept ccon *.
9388
9389 1996-09-17  Hrvoje Niksic  <hniksic@srce.hr>
9390
9391         * ftp.c (ftp_retrieve_list): Fixed a bug that caused setting
9392         incorrect values to files pointed to by symbolic links.
9393         (ftp_1fl_loop): Do not count listings among the downloaded URL-s.
9394
9395 1996-09-16  Hrvoje Niksic  <hniksic@srce.hr>
9396
9397         * url.c (mkstruct): Do not prepend "./" in front of a pathname.
9398
9399         * main.c (main): New option: --user-agent.
9400
9401         * geturl.1: Ditto.
9402
9403         * init.h: Ditto.
9404
9405         * init.c (setval): Ditto.
9406
9407         * main.c (main): Rename "server-headers" to "server-response".
9408
9409         * ftp-unix.c (ftp_parse_ls): Check for asterisks at the end of
9410         executables in 'ls -F' listings.
9411
9412 1996-09-15  Hrvoje Niksic  <hniksic@srce.hr>
9413
9414         * url.c (parseurl): Remove realloc() and sprintf().
9415         (str_url): Get rid of sprintf().
9416
9417         * recur.c (recursive_retrieve): Enable FTP recursion through proxy
9418         servers.
9419
9420         * url.h (URL_CLEANSE): Made it else-resistant.
9421         (USE_PROXY): New macro.
9422
9423 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
9424
9425         * NEWS: Update.
9426
9427         * version.c: Changed version to 1.4b19.
9428
9429 1996-09-14  Hrvoje Niksic  <hniksic@srce.hr>
9430
9431         * version.c: "Released" 1.4b18.
9432
9433         * url.c: Made it reallocate space exponentially.
9434
9435 1996-09-14  Drazen Kacar  <dave@fly.cc.fer.hr>
9436
9437         * html.c (htmlfindurl): Added <frame src> and <iframe src> among
9438         the list of stuff to fetch.
9439
9440 1996-09-13  Hrvoje Niksic  <hniksic@srce.hr>
9441
9442         * url.c (get_urls_html): Fixed a bug that caused SIGSEGV's with
9443         -Fi.
9444
9445         * html.c (htmlfindurl): Rewrite.
9446
9447         * http.c (gethttp): Use opt.proxy_cache.
9448
9449         * main.c (main): Added --cache option.
9450
9451         * ftp.c (ftp_response): Print server response if opt.print_server
9452         response is set.
9453         (getftp): Print newlines after each request if the server response
9454         is to be printed.
9455         (ftp_response): Copy the last response line to last_respline.
9456
9457         * http.c (gethttp): Add Pragma: nocache for retried
9458         proxy-retrievals.
9459
9460         * ftp.c (getftp): Use it.
9461
9462         * retr.c (buf_discard): New function.
9463
9464         * ftp.c (ftp_response): Use buf_readchar().
9465         (getftp): Flush the control connection buffer before calling
9466         get_contents().
9467
9468         * retr.c (buf_readchar): New function.
9469         (buf_flush): New function.
9470         (get_contents): Use buf_readchar() instead of read(x, x, 1).
9471         (get_contents): Use buf_flush.
9472
9473 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
9474
9475         * ftp.c: Incorporate changes to ftp_response.
9476
9477         * ftp.c (ftp_response): Allocate the server response dynamically,
9478         as in read_whole_line and fetch_next_header.
9479
9480         * utils.c (read_whole_line): Fixed a bug that prevented reading
9481         the last line if it is not \n-terminated. Also fixed a possible
9482         memory overflow.
9483
9484         * http.c (fetch_next_header): Return malloc-ed string as large as
9485         needed.
9486         (gethttp): Use new fetch_next_header.
9487
9488 1996-09-12  Hrvoje Niksic  <hniksic@srce.hr>
9489
9490         * http.c (hgetlen): Compute the header length the first time only.
9491         (hgettype): Ditto.
9492         (hgetlocation): Ditto.
9493         (hgetmodified): Ditto.
9494
9495 1996-09-11  Hrvoje Niksic  <hniksic@srce.hr>
9496
9497         * sample.geturlrc: Update.
9498
9499 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
9500
9501         * http.c (http_loop): Ditto.
9502
9503         * ftp.c (getftp): Open the output file as binary.
9504
9505         * version.c: Changed version to 1.4b18.
9506
9507 1996-09-10  Hrvoje Niksic  <hniksic@srce.hr>
9508
9509         * version.c: "Released" 1.4b17.
9510
9511         * ftp-unix.c (ftp_parse_ls): If unable to open file, return NULL
9512         instead of failed assertion.
9513
9514 1996-09-09  Hrvoje Niksic  <hniksic@srce.hr>
9515
9516         * ftp.c (ftp_get_listing): Add a numbered suffix to LIST_FILENAME
9517         if a file of that name already exists.
9518
9519 1996-09-05  Hrvoje Niksic  <hniksic@srce.hr>
9520
9521         * ftp.c (ftp_1fl_loop): Handler FTPPORTERR and FOPENERR correctly.
9522
9523         * config.h.in: Define gethostbyname as Rgethostbyname when using
9524         Socks.
9525
9526         * configure.in: Check for -lresolv if using Socks.
9527
9528         * version.c: Changed version to 1.4b17.
9529
9530 1996-07-15  Hrvoje Niksic  <hniksic@srce.hr>
9531
9532         * version.c: "Released" 1.4b16.
9533
9534         * http.c (gethttp): More intelligent check for first line of HTTP
9535         response.
9536         (gethttp): Would bug out on time-stamping.
9537
9538         * version.c: Changed version to 1.4b16.
9539
9540 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
9541
9542         * version.c: Released 1.4b15.
9543
9544         * http.c (http_loop): Print \n after the loop entry, not before.
9545
9546         * url.c (url_filename): Use ISDOT.
9547
9548         * url.h (ISDOT): New macro.
9549
9550         * recur.c (recursive_retrieve): Change only opt.recursive for
9551         following FTP.
9552
9553 1996-07-11  Antonio Rosella <antonio.rosella@agip.it>
9554
9555         * socks/geturl.cgi: Fixed version No.
9556
9557         * socks/download-netscape.html: Ditto.
9558
9559         * socks/download.html: Changed socks.html to download.html.
9560
9561 1996-07-11  Hrvoje Niksic  <hniksic@srce.hr>
9562
9563         * url.c (url_filename): Check for opt.dirstruct instead for
9564         opt.recursive && opt.dirstruct.
9565
9566         * init.c (defaults): Ditto.
9567         (defaults): Reset dirstruct by default.
9568         (setval): Set opt.dirstruct whenever setting recursive.
9569
9570         * init.h: Removed FORCEDIRHIER.
9571
9572         * INSTALL: Added -L to socks-description.
9573
9574         * version.c: Changed version to 1.4b15.
9575
9576 1996-07-10  Hrvoje Niksic  <hniksic@srce.hr>
9577
9578         * version.c: "Released" 1.4b14.
9579
9580         * geturl.1: Update AUTHOR to include Rosella as contributor.
9581
9582         * NEWS: Update.
9583
9584         * socks/geturl.cgi: Simplified command creation, nuked <blink>.
9585
9586         * socks/geturl.cgi: Wrap nutscape extensions within if $netscape.
9587         (cal_time): Fix == to eq.
9588
9589         * socks/geturl.cgi: GPL-ized with permission of A. Rosella.
9590
9591         * geturl.1 (hostname): Moved URL CONVENTIONS to the beginning.
9592
9593         * Makefile.in: Use @VERSION@.
9594
9595         * configure.in: Check version from version.c.
9596
9597         * socks/geturl.cgi: Changed /pub/bin/perl to /usr/bin/perl.
9598
9599         * socks/download.html: Created from download-netscape.html, made
9600         HTML-2.0 compliant.
9601
9602         * recur.c (recursive_retrieve): Set opt.force_dir_hier when
9603         following FTP links from recursions.
9604
9605 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
9606
9607         * url.c (mymkdir): Fixed a bug that prevented mymkdir() to create
9608         absolute directories correctly.
9609
9610         * version.c: Changed version to 1.4b14.
9611
9612 1996-07-09  Hrvoje Niksic  <hniksic@srce.hr>
9613
9614         * version.c: "Released" 1.4b13.
9615
9616         * url.c (make_backup): New function.
9617
9618         * http.c (http_loop): Make a backup copy of the local file (using
9619         rename(2)) before opening it.
9620
9621         * main.c (main): Added --backups.
9622
9623         * host.c (ftp_getaddress): Bail out on failed mycuserid().
9624         (ftp_getaddress): Check for leading dot on MY_DOMAIN.
9625         (ftp_getaddress): Check for empty, null or (null) domain.
9626
9627         * url.c (get_urls_html): If this_url is NULL, the base must have a
9628         protocol.
9629         (parseurl): Use has_proto.
9630
9631         * retr.c (retrieve_url): Warn when proxy is used with more than 20
9632         retries.
9633
9634         * url.c (mkstruct): Create the directory (calling mymkdir()) only
9635         if it is not already there.
9636         (has_proto): New function.
9637         (get_urls_html): Eliminate the remaining call to findurl -- use
9638         has_proto.
9639
9640         * geturl.1: Ditto.
9641
9642         * main.c: Change -X to -x.
9643
9644         * url.c (url_filename): Simplify creation of filename if
9645         prefix_files is set.
9646         (url_filename): Simplify everything. And I do mean *everything*.
9647         (mkstruct): Add dir_prefix before hostname.
9648         (path_simplify): Fixed a bug that caused writing outside the path
9649         string in case of "." and ".." path strings.
9650
9651 1996-07-06  Hrvoje Niksic  <hniksic@srce.hr>
9652
9653         * init.c: Added --mirror.
9654
9655         * main.c (main): Added -X to force saving of directory hierarchy.
9656
9657         * ftp.c (ftp_retrieve_list): Added recursion depth counter.
9658         (ftp_retrieve_list): Check whether quota is exceeded.
9659
9660         * url.c (get_urls_html): Skip leading blanks for absolute URIs.
9661
9662         * http.c (gethttp): Use referer if present.
9663
9664         * recur.c (recursive_retrieve): Set u->referer before calling
9665         retrieve_url.
9666
9667         * url.c (newurl): Use memset to nullify the struct members.
9668         (freeurl): Free the referer field too.
9669
9670         * url.h: Added referer to urlinfo.
9671
9672         * geturl.1: Updated the manual to document some of the new features.
9673
9674         * utils.c (numdigit): Moved from url.c.
9675
9676         * README: Rewritten.
9677
9678         * config.h.in: Add the support for socks.
9679
9680         * configure.in: Add the support for socks.
9681
9682         * url.c (url_filename): If the dir_prefix is ".", work with just
9683         the file name.
9684         (url_filename): Do not look for .n extensions if timestamping if
9685         turned on.
9686
9687         * retr.c (show_progress): Skip the over-abundant restval data, and
9688         print the rest of it with ',' instead of '.'.
9689
9690 1996-07-05  Hrvoje Niksic  <hniksic@srce.hr>
9691
9692         * retr.c (show_progress): Changed second arg. to long (as it
9693         should be).
9694         (show_progress): Moved to retr.c.
9695         (get_contents): Moved to retr.c.
9696
9697         * version.c: Change version to 1.4b13.
9698
9699 1996-07-05  Hrvoje Lacko <hlacko@fly.cc.fer.hr>
9700
9701         * url.c (in_acclist): Would return after the first suffix.
9702
9703 1996-07-04  Hrvoje Niksic  <hniksic@srce.hr>
9704
9705         * version.c: "Released" 1.4b12.
9706
9707         * url.c (path_simplify): More kludgifications.
9708         (get_urls_html): Use new parameters for htmlfindurl.
9709
9710         * html.c: Removed memorizing "parser states", since the new
9711         organization does not require them.
9712
9713         * init.c (run_geturlrc): Use read_whole_line.
9714
9715         * ftp-unix.c (ftp_parse_ls): Use read_whole_line.
9716
9717         * recur.c (parse_robots): Use read_whole_line.
9718
9719         * utils.c (read_whole_line): New function.
9720
9721         * recur.c (tried_robots): Use add_slist/in_slist, *much* cleaner.
9722
9723         * host.c (ngethostbyname): Call inet_addr just once. Yet to be
9724         tested on OSF and Ultrix.
9725         (add_hlist): New function.
9726         (free_hlist): New function.
9727         (search_host): New function.
9728         (search_address): New function.
9729         (realhost): Use search_host, search_address and add_hlist.
9730         (same_host): Replaced realloc() with strdupdelim(), made
9731         case-insensitive, fixed a memory leak.
9732
9733         * html.c (ftp_index): Fixed tm_min and tm_sec to be tm_hour and
9734         tm_min, like intended.
9735
9736         * version.c: Change user agent information to
9737         Geturl/version.
9738
9739 1996-07-03  Hrvoje Niksic  <hniksic@srce.hr>
9740
9741         * utils.c: Renamed nmalloc.c to utils.c, .h likewise.
9742
9743         * url.c (acceptable): Always accept directories.
9744
9745         * ftp-unix.c (ftp_parse_ls): Support brain-damaged "ls -F"-loving
9746         servers by stripping trailing @ from symlinks and trailing / from
9747         directories.
9748
9749         * ftp.c (ftp_loop): Debugged the "enhanced" heuristics. :-)
9750
9751         * url.c (skip_url): Use toupper instead of UCASE.
9752
9753         * host.c (sufmatch): Made it case-insensitive.
9754
9755         * url.c (match_backwards_or_pattern): Fixed i == -1 to j == -1.
9756         (match_backwards): New function, instead of
9757         match_backwards_or_pattern.
9758
9759         * recur.c (recursive_retrieve): Increased performance by
9760         introducing inl, which reduces number of calls to in_slist to only
9761         one.
9762
9763         * ftp.c (ftp_loop): Enhanced the heuristics that decides which
9764         routine to use.
9765
9766         * main.c (printhelp): Removed the warranty stuff.
9767
9768 1996-07-02  Hrvoje Niksic  <hniksic@srce.hr>
9769
9770         * url.c (add_slist): Simplify.
9771         (match_backwards_or_pattern): New function.
9772         (in_acclist): Use match_backwards_or_pattern.
9773         (matches): Remove.
9774
9775 1996-06-30  Hrvoje Niksic  <hniksic@srce.hr>
9776
9777         * ftp.c (ftp_loop): Call ftp_index on empty file names, if not
9778         recursive.
9779
9780         * html.c (ftp_index): Fixed to work. Beautified the output.
9781
9782         * ftp.c (ftp_retrieve_glob): Another argument to control whether
9783         globbing is to be used.
9784         (ftp_retrieve_list): Compare the time-stamps of local and remote
9785         files to determine whether to download.
9786
9787 1996-06-29  Hrvoje Niksic  <hniksic@srce.hr>
9788
9789         * ftp.c (rel_constr): New function.
9790
9791         * retr.c (retrieve_from_file): Check for text/html before
9792         retrieving recursively.
9793
9794         * main.c (main): Check whether the file is HTML before going into
9795         recursive HTML retrieving.
9796
9797         * ftp.c (ftp_retrieve_list): Manage directories.
9798         (ftp_retrieve_glob): Pass all the file-types to ftp_retrieve_list.
9799         (ftp_1fl_loop): Fixed a bug that caused con->com to be incorrectly
9800         initialized, causing bugchecks in getftp to fail.
9801
9802         * configure.in: Check for symlink.
9803
9804         * ftp.c (ftp_retrieve_list): Added support for symlinks.
9805
9806         * version.c: "Released" 1.4b10.
9807
9808         * atotm.c (atotm): Redeclared as time_t.
9809
9810         * init.c: New variable "timestamping".
9811
9812         * main.c (main): New option 'N'.
9813
9814         * http.c (hgetlocation): Case-insensitive match.
9815         (hgetmodified): New function.
9816         (http_loop): Implement time-stamping.
9817
9818 1996-06-28  Hrvoje Niksic  <hniksic@srce.hr>
9819
9820         * version.c: Changed version to 1.4b10
9821
9822         * atotm.c: New file, from phttpd.
9823
9824         * options.h (struct options): New parameter timestamping.
9825
9826         * version.c: 1.4b9 "released".
9827
9828         * recur.c (recursive_retrieve): Used linked list (ulist) for
9829         faster storing of URLs.
9830
9831         * url.c (get_urls_html): Removed the old kludge with comparing the
9832         outputs of htmlfindurl and findurl.
9833         (get_urls_html): Added better protocol support here.
9834         (create_hash): Removed, as well as add_hash and in_hash.
9835         (addslist): New function.
9836         (in_slist): ditto
9837
9838         * version.c: Released 1.4b8, changed version to b9.
9839
9840 1996-06-27  Hrvoje Niksic  <hniksic@srce.hr>
9841
9842         * ftp.c (freefileinfo): New function.
9843         (delelement): New function.
9844
9845         * everywhere: GPL!
9846
9847         * ftp.c (ftp_loop): Use ccon.
9848         (ftp_retrieve_glob): Likewise.
9849
9850         * ftp.h: Define ccon, to define status of control connection.
9851
9852         * ftp.c (ftp_get_listing): New function.
9853         (ftp_retrieve_more): New function.
9854         (ftp_retrieve_glob): New function.
9855
9856 1996-06-25  Hrvoje Niksic  <hniksic@srce.hr>
9857
9858         * configure.in: Removed the search for cuserid().
9859
9860         * init.c (getmode): Renamed to getperms.
9861
9862 1996-06-24  Hrvoje Niksic  <hniksic@srce.hr>
9863
9864         * version.c: New version.
9865
9866         * main.c (hangup): New function, that handles hangup. Hangup
9867         signal now causes geturl to stop writing on stdout, and to write
9868         to a log file.
9869
9870         * ftp.c (getftp): "Released" 1.4b7.
9871
9872         * html.c (htmlfindurl): Ignore everything inside <head>...</head>.
9873         (ftp_index): Use fileinfo/urlinfo.
9874
9875         * ftp-unix.c (ftp_parse_ls): New function.
9876         (symperms): New function.
9877
9878         * ftp.c (ftp_1fl_loop): New function, to handle 1-file loops.
9879
9880         * retr.c (retrieve_url): Added FTP support.
9881
9882 1996-06-23  Hrvoje Niksic  <hniksic@srce.hr>
9883
9884         * geturl.h: Removed NOTFTP2HTML enum.
9885         Added DO_LOGIN, DO_CWD and DO_LIST. LIST_ONLY is obsolete.
9886
9887         * ftp.c (getftp): Resynched with urlinfo.
9888         (getftp): Removed HMTL-ization of index.html from getftp.
9889
9890         * version.c: 1.4b6 "released".
9891
9892         * options.h (options): New struct, to keep options in.
9893
9894         * http.c (http_loop,gethttp): Synched with proxy.
9895
9896         * retr.c (retrieve_url): Implemented proxy retrieval.
9897
9898         * main.c (main): Use retrieve_from_file.
9899
9900 1996-06-22  Hrvoje Niksic  <hniksic@srce.hr>
9901
9902         * retr.c (retrieve_from_file): New function.
9903
9904         * url.c (parseurl): Modified to return URLOK if all OK. Protocol
9905         can be found in u->proto.
9906
9907         * ftp.c (ftp_response): Fixed to accept multi-line responses as
9908         per RFC 959.
9909
9910         * recr.c (recursive_retrieve): Take newloc from retrieve_url.
9911
9912         * url.c (mymkdir): Removed the file of the same name, if one
9913         exists.
9914         (isfile): New function.
9915         (mkstruct): Fixed the '/' glitches.
9916         (path_simplify): Hacked to treat something/.. correctly.
9917
9918 1996-06-21  Hrvoje Niksic  <hniksic@srce.hr>
9919
9920         * http.c (gethttp): Close the socket after error in headers.
9921         (http_loop): HEOF no longer a fatal header.
9922
9923         * loop.c (retrieve_url): When dt is NULL, do not modify it. This
9924         simplifies the syntax of calling retrieve_url.
9925
9926         * recr.c (recursive_retrieve): Modified to use get_urls_html.
9927
9928         * url.c (get_urls_file): New function.
9929         (get_urls_html): New function.
9930
9931         * recr.c (recursive_retrieve): Patched up to conform to the
9932         standards.
9933
9934         * http.c (gethttp): Synched with the rest...
9935         (gethttp): Treat only CONREFUSED specially, with connection
9936         errors.
9937
9938         * init.c,geturl.1,http.c (http_loop): Removed kill_error.
9939
9940 1996-06-20  Hrvoje Niksic  <hniksic@srce.hr>
9941
9942         * http.c (http_loop): New function.
9943
9944         * loop.c: Removed *lots* of stuff from retrieve_url.
9945
9946         * url.c (parseurl): Changed to work with urlinfo. Integrated
9947         username finding and path parsing.
9948         (newurl): New function.
9949         (freeurl): New function.
9950         (mkstruct): Removed the old bogosities, made it urlinfo-compliant.
9951         (url_filename): Likewise.
9952         (path_simplify): Accept relative paths too.
9953         (opt_url): Made urlinfo-compliant, removed bogosities.
9954         (path_simplify): Expanded to accept relative paths.
9955         (str_url): A replacement for hide_url
9956         (decode_string): Fixed a bug that caused malfunctioning when
9957         encountering an illegal %.. combination.
9958         (opt_url): Removed the argument. Dot-optimizations are now default.
9959
9960         * nmalloc.c (strdupdelim): New function.
9961
9962         * url.h: Added the urlinfo structure
9963
9964 1996-06-19  Hrvoje Niksic  <hniksic@srce.hr>
9965
9966         * url.c (hide_url): Thrown out the protocol assertion. Do not
9967         change the URL if the protocol if not recognized.
9968         (findurl): Put continue instead of break.
9969
9970 1996-06-18  Hrvoje Niksic  <hniksic@srce.hr>
9971
9972         * sample.geturlrc: Changed the defaults to be commented out and
9973         harmless (previous defaults caused pains if copied to
9974         ~/.geturlrc).
9975
9976         * http.c (gethttp): Print the HTTP request in debug mode.
9977
9978         * connect.c (iread): Added EINTR check loop to select-ing
9979         too. EINTR is now correctly handled with select().
9980
9981         * TODO: new file
9982
9983 1996-05-07  Hrvoje Niksic  <hniksic@srce.hr>
9984
9985         * host.c (same_host): Made the function a little bit more
9986         intelligent regarding diversified URL syntaxes.
9987
9988         * url.c (skip_url): Spaces are now skipped after URL:
9989
9990         * Released 1.3.1 with the patch to prevent crashing when sending
9991         NULL to robot* functions and the patch to compile "out of the box"
9992         on AIX.
9993
9994         * recr.c (recursive_retrieve): Added checking whether this_url is
9995         NULL when calling the robot functions.
9996
9997         * ChangeLog: New file.