[Patch] Proxy command-line argument

2008-01-20 Thread Vincent Privat
Hi, I made a small patch to setup.exe. It adds the following command line argument: -p --proxy HTTP/FTP proxy (host:port) The only modified file is net.cc, which is attached to this mail. Basically, the modifications are: - Inclusion of sstream and getopt++/StringOption.h - Addition of static

Re: [Patch] Proxy command-line argument

2008-01-20 Thread Christopher Faylor
On Mon, Jan 21, 2008 at 12:19:56AM -0500, Christopher Faylor wrote: On Mon, Jan 21, 2008 at 02:38:35AM +0100, Vincent Privat wrote: The only modified file is net.cc, which is attached to this mail. Basically, the modifications are: - Inclusion of sstream and getopt++/StringOption.h - Addition of

Re: [Patch] Proxy command-line argument

2008-01-20 Thread Christopher Faylor
On Mon, Jan 21, 2008 at 02:38:35AM +0100, Vincent Privat wrote: I made a small patch to setup.exe. It adds the following command line argument: -p --proxy HTTP/FTP proxy (host:port) Thanks! The only modified file is net.cc, which is attached to this mail. Basically, the modifications are: -