Sat, 24 Dec 2016 15:22:18 -0700 |
Gregory Szorc |
httppeer: advertise and support application/mercurial-0.2
|
Sat, 24 Dec 2016 14:46:02 -0700 |
Gregory Szorc |
httppeer: extract code for HTTP header spanning
|
Mon, 28 Nov 2016 21:07:51 -0800 |
Gregory Szorc |
httppeer: assign Vary request header last
|
Mon, 21 Nov 2016 20:12:51 -0800 |
Gregory Szorc |
httppeer: document why super() isn't used
|
Mon, 21 Nov 2016 17:47:11 -0500 |
Augie Fackler |
httppeer: drop an except block that says it happens only on Python 2.3
|
Sun, 20 Nov 2016 13:55:53 -0800 |
Gregory Szorc |
httppeer: use compression engine API for decompressing responses
|
Sat, 19 Nov 2016 18:31:40 -0800 |
Gregory Szorc |
httppeer: do decompression inside _callstream
|
Mon, 31 Oct 2016 13:43:48 +0100 |
Mads Kiilerich |
httppeer: make __del__ access to self.urlopener more safe
stable
|
Tue, 28 Jun 2016 16:01:53 +0530 |
Pulkit Goyal |
py3: conditionalize httplib import
|
Thu, 26 May 2016 01:57:34 +0900 |
FUJIWARA Katsunori |
httppeer: make a message translatable
|
Wed, 06 Apr 2016 23:22:12 +0000 |
timeless |
pycompat: switch to util.urlreq/util.urlerr for py3 compat
|
Mon, 28 Mar 2016 14:41:29 -0700 |
Martin von Zweigbergk |
bundle: move writebundle() from changegroup.py to bundle2.py (API)
|
Fri, 11 Mar 2016 11:37:00 -0500 |
Augie Fackler |
http: support sending hgargs via POST body instead of in GET or headers
|
Fri, 11 Mar 2016 11:51:22 -0500 |
Augie Fackler |
httppeer: compute header names only once
|
Fri, 11 Mar 2016 11:33:43 -0500 |
Augie Fackler |
httppeer: indent existing argument handling with if True
|