From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28295 invoked by alias); 31 May 2017 12:39:32 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 28261 invoked by uid 9795); 31 May 2017 12:39:31 -0000 Date: Wed, 31 May 2017 12:39:00 -0000 Message-ID: <20170531123931.28232.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup - the official Cygwin setup program used to install Cygwin and keep it up to date] branch ntlm-proxy-debugging, created. release_2.879-30-gca66fdd X-Git-Refname: refs/heads/ntlm-proxy-debugging X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: ca66fdd773da9694188d4697eb45bce29e6601b9 X-SW-Source: 2017-q2/txt/msg00045.txt.bz2 at ca66fdd773da9694188d4697eb45bce29e6601b9 (commit) https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=ca66fdd773da9694188d4697eb45bce29e6601b9 commit ca66fdd773da9694188d4697eb45bce29e6601b9 Author: Jon Turney Date: Tue May 30 20:14:21 2017 +0100 Add an option for preauthenticating with proxy https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=9071b3cc97ebbf6d95612fe2769ed7278f707dde commit 9071b3cc97ebbf6d95612fe2769ed7278f707dde Author: Jon Turney Date: Wed May 17 00:12:40 2017 +0100 Alphabetically sort options in usage help https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=c95f51106e9144a475ee82896204adede65de913 commit c95f51106e9144a475ee82896204adede65de913 Author: Jon Turney Date: Wed May 17 00:00:14 2017 +0100 Allow options which only have long names We're kind of running out of letters for short options :) https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=043406bc97e652bce0e63352645009193e3a6ba9 commit 043406bc97e652bce0e63352645009193e3a6ba9 Author: Jon Turney Date: Tue May 16 12:42:18 2017 +0100 Allow user-agent string to be customized If the option is present without a string, this means that no user-agent header should be added. v2: Add logging of User-Agent: header override https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=b6dea98e0a0083697cfe4cbaa70e67e7ac7d0977 commit b6dea98e0a0083697cfe4cbaa70e67e7ac7d0977 Author: Jon Turney Date: Wed May 10 12:48:03 2017 +0100 InternetOpenUrl can't handle some proxies? Manually connect if InternetOpenUrl fails 12015 This seems pretty terrible since we are connecting and authenticating for every file we download. So maybe we should be make the host connection only once, anyway...