mercurial/httpconnection.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Tue, 21 Jan 2020 10:24:32 -0500 Matt Harbison httpconnection: allow `httpsendfile` subclasses to suppress the progressbar
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sat, 05 Oct 2019 10:29:34 -0400 Augie Fackler style: run a patched black on a subset of mercurial
Wed, 20 Feb 2019 19:28:51 -0500 Augie Fackler cleanup: use () to wrap long lines instead of \
Fri, 16 Nov 2018 17:56:36 -0500 Matt Harbison http: allow 'auth.prefix' to have a username consistent with the URI
Sun, 17 Jun 2018 23:11:06 -0700 Martin von Zweigbergk httpconnection: use progress helper
Sat, 03 Mar 2018 14:24:21 -0500 Augie Fackler httpconnection: convert url to bytes in readauthforuri
Sun, 25 Feb 2018 23:51:32 -0500 Augie Fackler http: drop custom http client logic
Sun, 10 Dec 2017 04:47:04 +0530 Pulkit Goyal py3: handle keyword arguments correctly in httpconnection.py
Sun, 01 Oct 2017 12:14:21 -0400 Augie Fackler cleanup: use urllibcompat for renamed methods on urllib request objects
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Thu, 09 Mar 2017 22:35:10 -0800 Gregory Szorc httpconnection: allow a global auth.cookiefile config entry
Sat, 18 Mar 2017 16:02:14 +0900 Yuya Nishihara httpconnection: make sure to clear progress of httpsendfile at EOF
Thu, 09 Mar 2017 20:53:14 -0800 Gregory Szorc httpconnection: rename config to groups
Thu, 09 Mar 2017 20:51:57 -0800 Gregory Szorc httpconnection: don't use dict()
Sat, 08 Oct 2016 00:59:41 +0200 Mads Kiilerich largefiles: use context for file closing
Wed, 25 May 2016 19:54:06 -0700 Gregory Szorc httpconnection: remove use of sslkwargs
Wed, 25 May 2016 19:43:22 -0700 Gregory Szorc sslutil: remove ui from sslkwargs (API)
Sun, 15 May 2016 11:38:38 -0700 Gregory Szorc sslutil: convert socket validation from a class to a function (API)
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat
Mon, 14 Mar 2016 14:08:28 -0700 Martin von Zweigbergk httpconnection: remove obsolete comment about open()
Mon, 21 Dec 2015 21:52:58 -0800 Gregory Szorc httpconnection: use absolute_import
Thu, 24 Sep 2015 00:54:30 -0700 Pierre-Yves David httpconnection: remove a mutable default argument
Thu, 25 Jun 2015 17:48:43 -0500 Matt Mackall http2: mark experimental and developer options
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Fri, 05 Jun 2015 21:25:28 +0900 Yuya Nishihara ssl: rename ssl_wrap_socket() to conform to our naming convention
Mon, 18 May 2015 16:47:26 -0500 Pierre-Yves David httpconnection: drop Python 2.4 specify hack
Fri, 20 Sep 2013 09:16:07 -0400 Augie Fackler httpconnection: properly inject ssl_wrap_socket into httpclient (issue4038)
Thu, 18 Oct 2012 23:55:15 -0500 Matt Mackall httpclient: fix calling convention violation
Tue, 16 Oct 2012 18:05:33 -0500 Augie Fackler http2: make it possible to connect w/o ssl on port 443
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Sun, 08 Jan 2012 18:15:54 +0100 Martin Geisler Use explicit integer division
Mon, 17 Oct 2011 13:42:42 -0500 Matt Mackall auth: fix realm handling with Python < 2.4.3 (issue2739) stable
Wed, 21 Sep 2011 22:52:00 +0200 Mads Kiilerich http: handle push of bundles > 2 GB again (issue3017) stable
Fri, 05 Aug 2011 21:05:41 +0200 Patrick Mezard http: pass user to readauthforuri() (fix 4a43e23b8c55) stable
Mon, 01 Aug 2011 23:58:50 +0200 Patrick Mezard hgweb: do not ignore [auth] if url has a username (issue2822) stable 1.9.1
Tue, 24 May 2011 17:30:00 -0500 Matt Mackall httprepo: handle large lengths by bypassing the len() operator
Mon, 16 May 2011 16:59:45 -0500 Augie Fackler httpconnection: improved logging formatting
Mon, 16 May 2011 16:59:45 -0500 Augie Fackler httpconnection: correctly handle redirects from http to https
Wed, 11 May 2011 08:07:51 -0500 Augie Fackler httpconnection: fix debug logging option for httpclient
Fri, 06 May 2011 10:22:08 -0500 Augie Fackler url: use new http support if requested by the user
less more (0) tip