Thu, 04 Oct 2018 11:28:48 +0200 |
Cédric Krier |
url: allow to configure timeout on http connection
|
Mon, 01 Oct 2018 13:17:38 -0700 |
Gregory Szorc |
httppeer: report http statistics
|
Mon, 01 Oct 2018 12:06:36 -0700 |
Gregory Szorc |
url: have httpsconnection inherit from our custom HTTPConnection
|
Wed, 26 Sep 2018 16:07:59 -0700 |
Gregory Szorc |
url: move _wraphttpresponse() from httpeer
|
Fri, 13 Apr 2018 21:04:25 -0400 |
Augie Fackler |
url: some bytes/str cleanup where we interface with stdlib funcs
|
Sat, 24 Mar 2018 13:02:27 +0900 |
Yuya Nishihara |
url: make logginghttphandler compatible with Python 2.7.6
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Tue, 13 Mar 2018 10:34:36 -0700 |
Gregory Szorc |
url: support suppressing Accept header
|
Mon, 12 Mar 2018 15:43:36 -0700 |
Gregory Szorc |
url: add HTTP handler that uses a proxied socket
|
Sat, 03 Mar 2018 14:28:51 -0500 |
Augie Fackler |
url: more bytes/unicodes fussing in url.py around auth handling
|
Tue, 27 Feb 2018 00:43:37 +0530 |
Pulkit Goyal |
py3: use pycompat.strurl to convert url to str
|
Sun, 25 Feb 2018 23:51:32 -0500 |
Augie Fackler |
http: drop custom http client logic
|
Sun, 25 Feb 2018 23:08:41 -0500 |
Augie Fackler |
py3: hunt down str(exception) instances and use util.forcebytestr
|
Sun, 18 Feb 2018 22:13:25 +0900 |
Yuya Nishihara |
py3: use bytes() to byte-stringify url object in url.py
|
Sun, 18 Feb 2018 22:12:11 +0900 |
Yuya Nishihara |
url: show full url of proxy server in debug message
|
Thu, 14 Dec 2017 13:04:08 -0500 |
Matt Harbison |
lfs: add git to the User-Agent header for blob transfers
|
Sat, 14 Oct 2017 02:57:26 -0400 |
Augie Fackler |
url: add cgi.escape equivalent for bytestrings
|
Sun, 01 Oct 2017 12:14:21 -0400 |
Augie Fackler |
cleanup: use urllibcompat for renamed methods on urllib request objects
|
Sun, 01 Oct 2017 12:16:34 -0400 |
Augie Fackler |
url: use native strings for header values
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Thu, 09 Mar 2017 22:40:52 -0800 |
Gregory Szorc |
url: support auth.cookiesfile for adding cookies to HTTP requests
|
Sun, 15 Jan 2017 13:17:05 +0530 |
Pulkit Goyal |
py3: replace pycompat.getenv with encoding.environ.get
|
Sat, 24 Dec 2016 15:22:18 -0700 |
Gregory Szorc |
httppeer: advertise and support application/mercurial-0.2
|
Mon, 19 Dec 2016 02:54:49 +0530 |
Pulkit Goyal |
py3: replace os.getenv with pycompat.osgetenv
|
Sat, 24 Dec 2016 01:16:14 +0530 |
Pulkit Goyal |
url: remove unnecessary deletion of environ variables while dealing with proxy
|
Sun, 18 Dec 2016 01:54:36 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 3 of 5)
|
Fri, 05 Aug 2016 14:00:39 -0400 |
Augie Fackler |
url: use `iter(callable, sentinel)` instead of while True
|
Mon, 18 Jul 2016 23:12:09 +0900 |
Yuya Nishihara |
url: drop compatibility wrapper of socket.create_connection()
|
Fri, 29 Jul 2016 12:46:07 +0100 |
Kim Randell |
url: avoid re-issuing incorrect password (issue3210)
stable
|
Sun, 05 Jun 2016 12:29:08 +0900 |
Yuya Nishihara |
url: drop support for proxying HTTP (not HTTPS) over CONNECT tunneling
|
Thu, 14 Jul 2016 19:16:46 -0700 |
Gregory Szorc |
url: add distribution and version to user-agent request header (BC)
|
Tue, 28 Jun 2016 16:01:53 +0530 |
Pulkit Goyal |
py3: conditionalize httplib import
|
Thu, 09 Jun 2016 12:41:57 +0200 |
liscju |
largefiles: make cloning not ask two times about password (issue4883)
|
Thu, 09 Jun 2016 11:41:36 +0200 |
liscju |
url: remember http password database in ui object
|
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
|