log mercurial/httppeer.py @ 29241:269f7ea08983

age author description
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
Fri, 11 Mar 2016 11:26:12 -0500 Augie Fackler httppeer: move size computation later in _callstream
Fri, 11 Mar 2016 11:24:50 -0500 Augie Fackler httppeer: do less splitting on httpheader value
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 19:35:28 -0700 Gregory Szorc httppeer: use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Mon, 08 Jun 2015 16:55:21 -0700 Kyle Lippincott httppeer: allow extensions to replace urllib2.Request
Fri, 15 May 2015 09:57:02 -0500 Matt Mackall httppeer: use try/except/finally
Thu, 15 Jan 2015 14:39:41 -0800 Eric Sumner changegroup.writebundle: provide ui