mercurial/url.py
Sun, 05 Jun 2016 23:36:23 +0200 liscju url: extract password database from password manager
Wed, 25 May 2016 19:57:02 -0700 Gregory Szorc url: 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
Sun, 10 Apr 2016 20:55:37 +0000 timeless pycompat: switch to util.stringio for py3 compat
Thu, 15 Oct 2015 17:21:08 -0400 timeless url: drop support for python2.5
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 20:14:50 -0700 Gregory Szorc url: use absolute_import
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
Thu, 07 May 2015 17:15:24 +0900 Yuya Nishihara ssl: prompt passphrase of client key file via ui.getpass() (issue4648)
Thu, 07 May 2015 17:02:20 +0900 Yuya Nishihara https: do not inherit httplib.HTTPSConnection that creates unused SSLContext
Mon, 18 May 2015 16:51:02 -0500 Pierre-Yves David url: drop awful hack around bug in Python 2.4
Mon, 12 Jan 2015 18:01:20 -0700 Alex Orange https: support tls sni (server name indication) for https urls (issue3090)
Thu, 22 May 2014 22:05:26 +0900 Yuya Nishihara proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1 stable
Fri, 20 Dec 2013 14:56:05 +0100 Stéphane Klein http: reuse authentication info after the first failed request (issue3567)
Wed, 15 Jan 2014 16:46:20 -0800 Lucas Moscovicz url: added authuri when login information is requested (issue3209)
Sat, 14 Dec 2013 12:48:12 -0500 Augie Fackler http: backout 181108726ea5, which breaks on Python 2.4
Mon, 25 Nov 2013 17:18:12 +0100 Stéphane Klein http: reuse authentication info after the first failed request (issue3567)
Sat, 03 Aug 2013 13:23:48 -0500 Matt Mackall proxy: allow wildcards in the no proxy list (issue1821)
Tue, 01 Jan 2013 12:50:46 -0600 Augie Fackler url: clean up use of two-argument raise
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sat, 10 Sep 2011 17:56:42 -0500 Matt Mackall merge with stable
Thu, 08 Sep 2011 20:40:24 -0300 Renato Cunha url: Remove the proxy env variables only when needed (issue2451) stable
Fri, 05 Aug 2011 16:07:51 -0500 Matt Mackall merge with stable
Fri, 05 Aug 2011 21:05:41 +0200 Patrick Mezard http: pass user to readauthforuri() (fix 4a43e23b8c55) stable
Mon, 01 Aug 2011 18:10:05 -0500 Matt Mackall merge with 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
Mon, 25 Jul 2011 15:55:51 -0500 Augie Fackler url: replace uses of hasattr with safehasattr or getattr
Fri, 06 May 2011 10:22:08 -0500 Augie Fackler url: use new http support if requested by the user
Wed, 04 May 2011 22:08:55 -0500 Augie Fackler sslutil: extracted ssl methods from httpsconnection in url.py
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Sat, 30 Apr 2011 07:00:13 -0700 Brodie Rao url: remove unused/obsolete functions
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Wed, 06 Apr 2011 15:14:51 -0500 Matt Mackall merge with stable
Wed, 06 Apr 2011 15:10:47 -0500 Matt Mackall url: use a regex to hide unsupported ssh passwords (issue2754) stable
Thu, 31 Mar 2011 17:37:33 -0700 Brodie Rao url: be stricter about detecting schemes
Thu, 31 Mar 2011 10:43:53 -0500 Matt Mackall url: nuke some newly-introduced underbars in identifiers
Wed, 30 Mar 2011 20:03:05 -0700 Brodie Rao url: refactor util.drop_scheme() and hg.localpath() into url.localpath()
Wed, 30 Mar 2011 20:01:44 -0700 Brodie Rao url: use url.url in proxyhandler
Wed, 30 Mar 2011 20:01:35 -0700 Brodie Rao httprepo/sshrepo: use url.url
Wed, 30 Mar 2011 20:01:34 -0700 Brodie Rao url: use url.url in url.open()
Wed, 30 Mar 2011 20:01:31 -0700 Brodie Rao url: abort on file:// URLs with non-localhost hosts
Wed, 30 Mar 2011 20:00:24 -0700 Brodie Rao url: special case bundle URL parsing to preserve backwards compatibility
Wed, 30 Mar 2011 20:00:23 -0700 Brodie Rao url: add trailing slashes to URLs with hostnames that don't have one
Wed, 30 Mar 2011 19:50:56 -0700 Brodie Rao url: move drive letter checking into has_drive_letter() for extensions
Wed, 30 Mar 2011 13:34:39 -0500 Matt Mackall url: deal with drive letters
Fri, 25 Mar 2011 22:59:09 -0700 Brodie Rao url: use url.url in hidepassword() and removeauth()
Fri, 25 Mar 2011 22:58:56 -0700 Brodie Rao url: provide url object
Sun, 06 Mar 2011 10:27:07 -0600 timeless cacert: improve error report when web.cacert file does not exist stable
Wed, 16 Feb 2011 04:36:36 +0100 Mads Kiilerich url: merge BetterHTTPS with httpsconnection to get some proxy https validation
Wed, 16 Feb 2011 04:28:17 +0100 Mads Kiilerich url: always create BetterHTTPS connections the same way
Wed, 16 Feb 2011 04:28:17 +0100 Mads Kiilerich url: refactor BetterHTTPS.connect
Wed, 16 Feb 2011 04:28:17 +0100 Mads Kiilerich url: refactor _gen_sendfile
Wed, 16 Feb 2011 04:28:17 +0100 Mads Kiilerich url: remove test for self.ui in BetterHTTPS
Sun, 13 Feb 2011 12:19:58 -0600 Steve Borho url: return the matched authentication group name from readauthforuri()
less more (0) -100 -60 tip