From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85348 invoked by alias); 17 May 2017 18:34:58 -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 84690 invoked by uid 9795); 17 May 2017 18:34:57 -0000 Date: Wed, 17 May 2017 18:34:00 -0000 Message-ID: <20170517183457.84601.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.878-7-gee9140f X-Git-Refname: refs/heads/ntlm-proxy-debugging X-Git-Reftype: branch X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: ee9140f581bd56fd340e0300b49f4ed6c38cfe35 X-SW-Source: 2017-q2/txt/msg00029.txt.bz2 at ee9140f581bd56fd340e0300b49f4ed6c38cfe35 (commit) https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=ee9140f581bd56fd340e0300b49f4ed6c38cfe35 commit ee9140f581bd56fd340e0300b49f4ed6c38cfe35 Author: Jon Turney Date: Wed May 17 18:28:38 2017 +0100 Log if URL fetch was satisified from cache https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=7b7076079dac8e42ce8ea88630d45ac003a3026b commit 7b7076079dac8e42ce8ea88630d45ac003a3026b 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=83eddcc865c53e36b8d8376725082138d3c60dc8 commit 83eddcc865c53e36b8d8376725082138d3c60dc8 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=1a85ae36f4f21135ce85622a8033c1131b29bfd3 commit 1a85ae36f4f21135ce85622a8033c1131b29bfd3 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. https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=fa70d329301321fbba13c89550e3bc60319a3887 commit fa70d329301321fbba13c89550e3bc60319a3887 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... https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=8ebd5bd1a1d8be7177de21778920a3319de98139 commit 8ebd5bd1a1d8be7177de21778920a3319de98139 Author: Jon Turney Date: Wed May 10 12:47:47 2017 +0100 Zero initialize result of INTERNET_OPTION_HANDLE_TYPE query This can get called when connection is null https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=cbb719d65f50d05571bafae42f83e0852e479dd3 commit cbb719d65f50d05571bafae42f83e0852e479dd3 Author: Jon Turney Date: Wed May 10 12:46:58 2017 +0100 Improve logging of URL fetching