log mercurial/url.py @ 25837:d343806dcf68

age author description
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