This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Proxy command-line argument


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 static StringOption ProxyOption ("", 'p', "proxy",
>>"HTTP/FTP proxy (host:port)", false);
>> - Modification of NetPage::OnInit () method to modify
>>NetIO::net_method , NetIO::net_proxy_host and NetIO::net_proxy_port
>>
>>I think my changes are conformed to the Cygwin coding guidelines and I
>>hope to see this patch accepted.
>>
>>As it is my very first patch, I'm not sure if I must send it to this
>>mailing-list; or to the cygwin-patches one ?
>
>Since cygwin-patches says this:
>
>    * cygwin-patches: a list for submitting patches to the Cygwin DLL and
>    the other components of the "winsup" directory (if you aren't sure what
>    this means, then you shouldn't be sending email here).  Discussions of
>    supplied patches are also acceptable, of course.  Only subscribers may
>    submit email to this list.
>
>that should narrow down your choice to either this mailing list or
                                               the cygwin mailing list or
>cygwin-apps and cygwin-apps is the correct choice.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]