Small change to print SSL version

2003-09-16 Thread Christopher G. Lewis
Here's a small change to print out the OpenSSL version with the -V --help parameters. 2003-09-16 Christopher G. Lewis [EMAIL PROTECTED] * main.c (main): Trivial change to show OpenSSL libray version in --help and -V --- wget20030915s/wget.20030915/src/main.c 2003-09-16 12:32

RE: wget 1.11 alpha 1 released

2006-06-20 Thread Christopher G. Lewis
, char *dest) A change to char fixes it for Win32 ... base64_encode (const char *data, int length, char *dest) Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Mauro Tortonesi [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 10:06 AM To: wget

RE: Windows compler need (was RE: wget 1.11 alpha 1 released)

2006-06-24 Thread Christopher G. Lewis
for Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Herold Heiko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 8:02 AM To: Christopher G. Lewis Subject: RE: Windows compler need (was RE: wget 1.11 alpha 1 released) Hi, only Travis Loyd

1.11 Alpha 1 Win32 files

2006-06-25 Thread Christopher G. Lewis
will be http://www.christopherlewis.com/wget/default.htm. Right now this is just a page off my personal web site, hopefully we'll just be able to add these to the normal wget site. Christopher G. Lewis http://www.ChristopherLewis.com BEGIN:VCARD VERSION:2.1 N:Lewis;Christopher;G. FN:Christopher G. Lewis

RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Christopher G. Lewis
Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: www.mail [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 5:12 AM To: Christopher G. Lewis; wget@sunsite.dk Subject: Re: 1.11 Alpha 1 Win32 files Hi Chris, Thanks for the new binaries. The new SSL

RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Christopher G. Lewis
. The current compile passed a smoke test on Win98 - I really should have a test script :-) Chris Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: www.mail [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 5:12 AM To: Christopher G. Lewis; wget

RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Christopher G. Lewis
=en OpenSSL 0.9.8b from http://www.openssl.org/ I've included my full OpenSSL directory (extract to C:\) on the download page, available here: http://www.christopherlewis.com/WGet/openssl.098b.full.zip Chris Christopher G. Lewis http://www.ChristopherLewis.com -Original Message

Non-debug build in Win32

2006-07-18 Thread Christopher G. Lewis
wondering if it makes sense to even have the ability to create a non-debug build at this point. Chris Christopher G. Lewis http://www.ChristopherLewis.com BEGIN:VCARD VERSION:2.1 N:Lewis;Christopher;G. FN:Christopher G. Lewis (Christopher G. Lewis) ([EMAIL PROTECTED]) ORG:Bank Of America TEL

Wget Win32 Visual Studio project

2006-07-18 Thread Christopher G. Lewis
post for some concerns about this. Note that the debug build of Win32 Wget allows debugger attachment, stepping through code, etc. http://www.christopherlewis.com/WGet/default.htm Christopher G. Lewis http://www.ChristopherLewis.com BEGIN:VCARD VERSION:2.1 N:Lewis;Christopher;G. FN:Christopher

RE: Non-debug build in Win32

2006-07-19 Thread Christopher G. Lewis
Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 18, 2006 11:58 AM To: Christopher G. Lewis Cc: wget@sunsite.dk Subject: Re: Non-debug build in Win32 Christopher G. Lewis [EMAIL PROTECTED] writes

RE: wget 1.11 beta 1 released

2006-08-24 Thread Christopher G. Lewis
weird IIS gzip compression issues. Chris Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Mauro Tortonesi [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 10:01 AM To: wget@sunsite.dk Subject: wget 1.11 beta 1 released hi to everybody

Patch for Windows Build

2007-01-23 Thread Christopher G. Lewis
build process 2007-01-23 Christopher Lewis chris at christopherlewis.com * Windows\Makefile.top: Added the required file msvcr80.dll. This file is required by OpenSSL. * Windows\Makefile.top.bor: Added the required file msvcr80.dll. This file is required by OpenSSL. Christopher G

Windows build process is now automated

2007-01-23 Thread Christopher G. Lewis
Hey everyone - While the Beta build of 1.11 is going on, I've hacked together an automated script to build the SVN trunk for the Windows version. Files are located here: http://www.christopherlewis.com/WGet/WGetFiles.htm Chris Christopher G. Lewis http://www.ChristopherLewis.com

WGET Dev branch BROKEN

2007-07-04 Thread Christopher G. Lewis
---response end--- 200 OK Length: 426344 (416K) [text/plain] 00:45:20 (0.00 B/s) - Connection closed at byte 0. Giving up. Christopher G. Lewis http://www.ChristopherLewis.com smime.p7s Description: S/MIME cryptographic signature

RE: WGET Dev branch BROKEN

2007-07-06 Thread Christopher G. Lewis
Micah - If I revert HTTP.C to version 2206, the tree builds fine, and http://curl.haxx.se/ca/cacert.pem works. Newest version is 2211, and the request fails. Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Micah Cowan [mailto:[EMAIL PROTECTED

RE: Man pages [Re: ignoring robots.txt]

2007-07-19 Thread Christopher G. Lewis
recall off the top of my head). So if it has to go away, so be it. Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Micah Cowan [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 1:16 PM To: WGET@sunsite.dk Subject: Man pages [Re: ignoring robots.txt

Spider.C

2007-08-27 Thread Christopher G. Lewis
%d broken link.\n\n, Found %d broken links.\n\n, num_elems), num_elems); ngettext not defined anywhere Christopher G. Lewis http://www.ChristopherLewis.com smime.p7s Description: S/MIME cryptographic signature

Fix for Warning C4142 in windows

2007-09-01 Thread Christopher G. Lewis
Warning_C4142_Fix.diff Windows added support of intptr_t and uintptr_t with Visual Studio 2003 (MSVER 1310) This patch removes 60+ warnings from the MSWindows build Chris Christopher G. Lewis http://www.ChristopherLewis.com Warning_C4142_Fix.diff Description: Warning_C4142_Fix.diff

RE: Version tracking in Wget binaries

2007-10-14 Thread Christopher G. Lewis
repository, it might make more sense, but I (for one) wouldn't be able to share my repository (NAT'd, firewalled, corporate desktop), so I just don't get it. Chris Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Micah Cowan [mailto:[EMAIL PROTECTED

RE: version.c take two

2007-10-17 Thread Christopher G. Lewis
a source control tool (Hg, svn, etc) is not. Chris Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Micah Cowan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 6:07 PM To: wget@sunsite.dk Cc: Gisle Vanem; Christopher G. Lewis Subject: Re

RE: .1, .2 before suffix rather than after

2007-11-06 Thread Christopher G. Lewis
of times with this, so to me the default behavior is backwards (ie, new file s/b the URL, older files get versioned) Chris Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Hrvoje Niksic [mailto:[EMAIL PROTECTED] Sent: Sunday, November 04, 2007 4:19 PM

RE: wget 1.11

2008-01-20 Thread Christopher G. Lewis
to Hg - so it's still building off of SVN. I'm tempted to just post the 1.11 branch as it stands as a beta release, but again, haven't had much time. Any insight would be indeed helpful at this point. Chris Christopher G. Lewis http://www.ChristopherLewis.com -Original Message

RE: Release: GNU Wget 1.11

2008-01-29 Thread Christopher G. Lewis
You've all trumped my announcement! :-) Anyway - I've built the windows files for 1.11 and posted them to my web site: http://www.christopherlewis.com/WGet/WGetFiles.htm . The SSL libraries are still 0.9.8b, and are included in the download. Christopher G. Lewis http://www.ChristopherLewis.com

RE: wget running in windows Vista

2008-01-31 Thread Christopher G. Lewis
On Vista, you probably have to run in an administrative command prompt. Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Liz Labbe [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 10:57 PM To: wget@sunsite.dk Subject: wget running

RE: wget running in windows Vista

2008-02-01 Thread Christopher G. Lewis
OK - ignore what I said - I've been immersed in vista security these days, so thought there might be some issues with wget and uac. Chris Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Alan Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, January

FW: GNU Coding Standard compliance

2008-06-09 Thread Christopher G. Lewis
Eric - Why are you trying to package Wget for cygwin when there is a *native* win32 exe? Seems like a whole *lot* of work for something that really doesn't gain you anything. I'm quite interested in your response. Chris Christopher G. Lewis http://www.ChristopherLewis.com

RE: GNU Coding Standard compliance

2008-06-09 Thread Christopher G. Lewis
Eric - Why are you trying to package Wget for cygwin when there is a *native* win32 exe? Seems like a whole *lot* of work for something that really doesn't gain you anything. I'm quite interested in your response. Chris Christopher G. Lewis http://www.ChristopherLewis.com

RE: Release: GNU Wget 1.11.4

2008-06-30 Thread Christopher G. Lewis
I've published the Windows versions of Wget 1.11.4 on my web site. http://www.christopherlewis.com/Wget/WGetFiles.htm Christopher G. Lewis http://www.ChristopherLewis.com -Original Message- From: Micah Cowan [mailto:[EMAIL PROTECTED] Sent: Sunday, June 29, 2008 11:35 PM

RE: Release: GNU Wget 1.11.4

2008-06-30 Thread Christopher G. Lewis
I've published the Windows versions of Wget 1.11.4 on my web site. http://www.christopherlewis.com/Wget/WGetFiles.htm Christopher G. Lewis http://www.ChristopherLewis.com smime.p7s Description: S/MIME cryptographic signature