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
|