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()
|
Sat, 12 Feb 2011 21:59:43 -0600 |
Steve Borho |
url: move [auth] parsing out into a utility function
|
Sat, 12 Feb 2011 21:53:27 -0600 |
Steve Borho |
url: use rsplit to split [auth] keys
|
Tue, 01 Feb 2011 01:55:45 +0100 |
Mads Kiilerich |
merge with stable
|
Sat, 29 Jan 2011 23:23:24 +0900 |
Yuya Nishihara |
url: add --insecure option to bypass verification of ssl certificates
stable
|
Fri, 28 Jan 2011 03:09:22 +0100 |
Mads Kiilerich |
merge with stable
|
Fri, 28 Jan 2011 02:57:59 +0100 |
Mads Kiilerich |
url: 'ssh known host'-like checking of fingerprints of HTTPS certificates
stable
|
Tue, 11 Jan 2011 02:48:58 +0100 |
Mads Kiilerich |
merge with stable
|
Sun, 09 Jan 2011 00:35:36 +0900 |
Yuya Nishihara |
url: check subjectAltName when verifying ssl certificate
stable
|
Sat, 08 Jan 2011 21:52:25 +0900 |
Yuya Nishihara |
url: fix UnicodeDecodeError on certificate verification error
stable
|
Wed, 05 Jan 2011 15:56:03 +0100 |
Martin Geisler |
merge with stable
|
Sun, 02 Jan 2011 15:30:12 +0200 |
Eduard-Cristian Stefan |
url: expand path for web.cacerts
stable
|
Mon, 20 Dec 2010 15:27:15 -0600 |
Matt Mackall |
merge with stable
|
Mon, 20 Dec 2010 15:26:36 -0600 |
Matt Mackall |
url: fix trailing whitespace
stable
|
Mon, 20 Dec 2010 12:12:18 -0600 |
Matt Mackall |
url: fix check-code whitespace complaint
|
Sat, 18 Dec 2010 22:06:11 +0100 |
Mads Kiilerich |
merge with stable
|
Sat, 18 Dec 2010 21:58:52 +0100 |
Mads Kiilerich |
https: warn when server certificate isn't verified
stable
|
Fri, 10 Dec 2010 13:31:06 -0600 |
Augie Fackler |
httpsendfile: record progress information during read()
|
Mon, 01 Nov 2010 01:56:12 +0100 |
Mads Kiilerich |
url: fix https client authentication through proxy
stable
|
Tue, 26 Oct 2010 14:41:58 +0300 |
timeless |
url: show realm/user when asking for username/password
stable
|
Wed, 20 Oct 2010 10:13:04 +0200 |
Martin Geisler |
check-code: find trailing whitespace
|
Sun, 17 Oct 2010 04:14:06 +0200 |
Mads Kiilerich |
url: validity (notBefore/notAfter) is checked by OpenSSL (issue2407)
|
Fri, 01 Oct 2010 16:43:03 +0200 |
Martin Geisler |
merge with stable
|
Fri, 01 Oct 2010 16:08:46 +0200 |
Martin Geisler |
url: mark certificate error string for translation
stable
|
Fri, 01 Oct 2010 00:54:03 +0200 |
Mads Kiilerich |
merge with stable
|
Fri, 01 Oct 2010 00:46:59 +0200 |
Mads Kiilerich |
url: verify correctness of https server certificates (issue2407)
stable
|
Fri, 24 Sep 2010 00:17:04 +0200 |
Patrick Mezard |
Merge with stable
|
Thu, 23 Sep 2010 11:41:27 +0200 |
Alexandre Fayolle |
Fix memory leak when using hg commands over http repositories
stable
|
Thu, 26 Aug 2010 11:03:12 -0500 |
Matt Mackall |
merge with stable
|
Fri, 13 Aug 2010 10:53:10 +0200 |
Martin Geisler |
url: limit expansion to safe auth keys (Issue2328)
stable
|
Fri, 13 Aug 2010 10:10:11 +0200 |
Martin Geisler |
url: expand vars in all [auth] settings (issue2328)
stable
|
Sat, 14 Aug 2010 18:31:22 -0300 |
Renato Cunha |
url.py: removed 'file' inheritance in the httpsendfile class
|
Sat, 14 Aug 2010 03:30:35 +0200 |
Martin Geisler |
Merge with stable
|
Fri, 13 Aug 2010 13:32:05 -0300 |
Wagner Bruna |
http basic auth: reset redirect counter on new requests (issue2255)
stable
|
Fri, 13 Aug 2010 10:53:10 +0200 |
Martin Geisler |
url: limit expansion to safe auth keys (Issue2328)
|
Fri, 13 Aug 2010 10:10:11 +0200 |
Martin Geisler |
url: expand vars in all [auth] settings (issue2328)
|
Sat, 26 Jun 2010 23:00:58 +0200 |
Mads Kiilerich |
http digest auth: reset redirect counter on new requests (issue2255)
stable
|
Wed, 16 Jun 2010 22:54:58 +0200 |
Mads Kiilerich |
http push: break infinite recursion on failure with Python 2.6.5 (issue2179)
|
Thu, 08 Apr 2010 11:00:46 -0400 |
Michael Glassford |
schemes: fix // breakage with Python 2.6.5 (issue2111)
stable
|
Fri, 26 Mar 2010 21:37:18 +0100 |
Benoit Allard |
url: expand path in auth filenames
stable
|
Wed, 24 Feb 2010 17:11:37 +0100 |
Martin Geisler |
url: only mark format string for translation
stable
|
Tue, 23 Feb 2010 22:31:54 +0100 |
Patrick Mezard |
url: avoid traceback when parsing [auth] (issue2056)
stable
|
Fri, 19 Feb 2010 02:51:35 +0100 |
Benoit Boissinot |
url: *args argument is a tuple, not a list (found by pylint)
stable
|
Mon, 15 Feb 2010 22:39:36 +0100 |
Benoit Boissinot |
url: correctly quote '/' in user and password embedded in urls
stable
|
Mon, 15 Feb 2010 18:12:50 +0100 |
Benoit Boissinot |
url: fix python < 2.6 with ssl installed
stable
|
Thu, 11 Feb 2010 20:42:20 +0100 |
Benoit Boissinot |
url: proxy handling, simplify and correctly deal with IPv6
|
Wed, 10 Feb 2010 17:42:57 -0600 |
Matt Mackall |
ssl: fix compatibility with pre-2.6 Python
|
Wed, 10 Feb 2010 20:27:46 +0100 |
Henrik Stuart |
url: SSL server certificate verification using web.cacerts file (issue1174)
|
Wed, 10 Feb 2010 20:08:18 +0100 |
Benoit Boissinot |
url: httplib.HTTPSConnection already handles IPv6 and port parsing fine
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Fri, 13 Nov 2009 06:29:49 +0100 |
Henrik Stuart |
url: generalise HTTPS proxy handling to accomodate Python changes
|
Mon, 02 Nov 2009 11:03:22 -0500 |
Augie Fackler |
keepalive: handle broken pipes gracefully during large POSTs
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Tue, 11 Aug 2009 22:45:38 +0200 |
Henrik Stuart |
url: add support for custom handlers in extensions
|
Tue, 14 Jul 2009 17:12:12 -0300 |
Wagner Bruna |
url: fix use of non-int port in https connections via proxy
|
Wed, 08 Jul 2009 18:35:13 +0200 |
Henrik Stuart |
url: fix use of non-int port in https connections (issue1725)
|
Sat, 20 Jun 2009 17:09:49 +0200 |
Henrik Stuart |
url: let host port take precedence when connecting to HTTPS
|
Sat, 20 Jun 2009 10:58:57 +0200 |
Henrik Stuart |
url: support client certificate files over HTTPS (issue643)
|
Fri, 22 May 2009 08:56:43 +0200 |
Henrik Stuart |
url: use CONNECT for HTTPS connections through HTTP proxy (issue967)
|
Mon, 11 May 2009 07:55:13 +0200 |
Sune Foldager |
url: fix bug in passwordmgr related to auth configuration
|
Mon, 04 May 2009 20:26:27 +0200 |
Sune Foldager |
allow http authentication information to be specified in the configuration
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
ui: make interactive a method
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Tue, 28 Oct 2008 23:54:01 +0100 |
Patrick Mezard |
url: detect scheme with a regexp instead of urlsplit()
|
Tue, 28 Oct 2008 22:24:41 +0100 |
Patrick Mezard |
url: fix file:// URL handling
|
Mon, 27 Oct 2008 21:50:01 +0100 |
Benoit Boissinot |
factor out the url handling from httprepo
|