Re: Release: GNU Wget 1.11.4

2008-07-01 Thread Doug Kaufman
with the confirmation mail. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: Weird behavour of wget on Win32 while outputting file to stdout

2006-10-18 Thread Doug Kaufman
-patches on April 6, 2005, for more things to consider regarding DOS and Windows forbidden names when downloading. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

RE: wget question (connect multiple times)

2006-10-17 Thread Doug Kaufman
On Tue, 17 Oct 2006, Tony Lewis wrote: A) This is the list for reporting bugs. Questions should go to wget@sunsite.dk I had always understood that bug-wget was just an alias for the regular wget mailing list. Has this changed recently? Doug -- Doug Kaufman Internet

Re: questions about wget

2005-10-03 Thread Doug Kaufman
my web page (http://www.rahul.net/dkaufman/index.html;). I have version 1.10 compiled, but it isn't nicely packaged for distribution yet. If you write to me, I can make the 1.10 binary, documentation, and patch to the source code available to you. Doug -- Doug Kaufman

Re: SSL option documentation

2005-05-13 Thread Doug Kaufman
On Thu, 12 May 2005, Hrvoje Niksic wrote: Doug Kaufman [EMAIL PROTECTED] writes: That sounds like a good plan. I'll try to make such a change. If we do call SSL_CTX_set_default_paths, should we document SSL_CERT_* env variables as you originally suggested? I think so. I did send

Re: SSL option documentation

2005-04-24 Thread Doug Kaufman
On Sun, 24 Apr 2005, Hrvoje Niksic wrote: Doug Kaufman [EMAIL PROTECTED] writes: I just grep'd again through the openssl distribution, and there is no mention of the environment variables in any of the documentation, just in the code itself. If they are completely undocumented

Re: SSL option documentation

2005-04-24 Thread Doug Kaufman
On Sun, 24 Apr 2005, Hrvoje Niksic wrote: Doug Kaufman [EMAIL PROTECTED] writes: I am certainly not an encryption specialist, but I would favor different defaults for this. I would think that verifying the cert for a secure site should be the default, or wget may be giving a false sense

Re: wget 1.10 alpha 2

2005-04-21 Thread Doug Kaufman
is strange. I don't remember ever seeing a Windows program distributed in source form. See, for example, htmldoc which converts html into a pdf file. The free version is only distributed as source code. Or see consoletelnet, distributed both as source and binary. Doug -- Doug

Re: IPv6 on Windows

2005-04-14 Thread Doug Kaufman
try to separate the mingw parts out, so that mingw changes can be considered separately from the DOS changes. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: wget 1.10 alpha 1

2005-04-12 Thread Doug Kaufman
. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: converting links

2005-04-06 Thread Doug Kaufman
, awk, or perl to do what you want. To see what wget does, look in the file convert.c in the wget source. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: Makefile hassles

2005-03-02 Thread Doug Kaufman
. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: Read error (Success) in headers using wget and ssl

2003-09-19 Thread Doug Kaufman
:cb Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: non-recursion

2003-09-18 Thread Doug Kaufman
the beginnings of the web. The lynx browser is configurable as to how it parses comments. It can change on the fly from minimal comments to historical comments to valid comments. Which browsers act in non-compliant fashion all the time? Doug -- Doug Kaufman Internet

Re: Win32 binary without FTP vulnerability

2003-08-16 Thread Doug Kaufman
. It is available there. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: unknown authorisation method

2003-06-21 Thread Doug Kaufman
Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: image tags not read

2003-01-04 Thread Doug Kaufman
/;. I understand that wv2 is now out in a preliminary version, but I haven't looked at it yet. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED]

Re: Development of Wget

2002-10-14 Thread Doug Kaufman
the correct URL. You can view the latest developments via anonymous CVS. See the main wget web page for instructions: http://wget.sunsite.dk/; Doug __ Doug Kaufman Internet: [EMAIL PROTECTED]

Re: The exception voids GPL

2002-06-12 Thread Doug Kaufman
__ Doug Kaufman Internet: [EMAIL PROTECTED]

Re: Wget 1.8.2-pre3 ready for testing

2002-06-02 Thread Doug Kaufman
On Tue, 28 May 2002, Hrvoje Niksic wrote: Doug Kaufman [EMAIL PROTECTED] writes: This doesn't work out of the box for DJGPP or for Cygwin. Appended is a patch to fix most of the problems. Thanks for the comments and the patch. The patch will most likely not make into the 1.8.2

Re: Wget 1.8.2-pre3 ready for testing

2002-05-27 Thread Doug Kaufman
# include libintl.h # endif /* HAVE_LIBINTL_H */ +#ifndef _ +# define _(string) gettext (string) +#endif /* _ */ #else /* not HAVE_NLS */ # define _(string) string #endif /* not HAVE_NLS */ __ Doug Kaufman Internet: [EMAIL PROTECTED]

Re: win32: how to send wget output to console and a log-file?

2002-05-24 Thread Doug Kaufman
empty... What is wrong? (WinXP Pro, GNU Wget 1.8.1+cvs). Wget sends to stderr by default. Try wget -o - |tee wget.log. This should send output to stdout, which tee can then handle. Doug __ Doug Kaufman Internet: [EMAIL PROTECTED]

Re: arguably a bug

2002-05-22 Thread Doug Kaufman
.netrc file. Doug __ Doug Kaufman Internet: [EMAIL PROTECTED]

Re: WGET 1.6 (DOS)

2001-08-17 Thread Doug Kaufman
. Doug __ Doug Kaufman Internet: [EMAIL PROTECTED]

Re: Q: (problem) wget on dos/win: question marks in url

2001-08-07 Thread Doug Kaufman
this should be considered for the next release? See the DOS port from my web site. The patch is included in the package. http://www.rahul.net/dkaufman/index.html; Doug __ Doug Kaufman Internet: [EMAIL PROTECTED]

Re: typo in wget 1.7 when checking timestamps in mirror mode

2001-07-03 Thread Doug Kaufman
not sure what would be correct in other flavors of English. Doug __ Doug Kaufman Internet: [EMAIL PROTECTED]

Re: WGET for OS/2 and Proxy-Server

2001-05-16 Thread Doug Kaufman
) { proxy = getenv(HTTP_PROXY); } The problem of *_proxy variables being lowercase has been discussed several times on the lynx-dev mailing list. I suspect that it will crop up in several applications and is not likely to go away. Doug __ Doug Kaufman Internet: [EMAIL

Re: Design issue

2001-02-09 Thread Doug Kaufman
and Windows ports of unix programs, but the mentioned alternatives to the colon in the filename all looked reasonable and intuitive to me. I didn't perceive any obfuscation. Doug __ Doug Kaufman Internet: [EMAIL PROTECTED]