log mercurial/keepalive.py @ 40379:41506e3b04ee

age author description
Fri, 19 Oct 2018 11:45:51 -0400 Augie Fackler keepalive: use getattr to avoid AttributeErrors when vcr is in use
Thu, 04 Oct 2018 11:28:48 +0200 Cédric Krier url: allow to configure timeout on http connection
Mon, 01 Oct 2018 12:30:32 -0700 Gregory Szorc keepalive: track number of bytes received from an HTTP response
Mon, 01 Oct 2018 12:02:54 -0700 Gregory Szorc keepalive: track request count and bytes sent
Mon, 01 Oct 2018 12:06:36 -0700 Gregory Szorc url: have httpsconnection inherit from our custom HTTPConnection
Mon, 24 Sep 2018 22:45:32 -0400 Augie Fackler keepalive: be more careful about self._rbuf when calling super impls
Sat, 15 Sep 2018 00:19:09 -0400 Augie Fackler keepalive: work around slight deficiency in vcr
Sat, 14 Apr 2018 10:43:19 -0400 Augie Fackler keepalive: add ** overlooked in 83250442dc81
Sat, 14 Apr 2018 02:02:11 +0530 Pulkit Goyal py3: use str variables to check keys in request header
Wed, 11 Apr 2018 14:39:49 -0400 Augie Fackler keepalive: rewrite readinto() to not use read()
Wed, 28 Mar 2018 12:44:35 -0700 Gregory Szorc keepalive: implement readinto()
Sat, 24 Mar 2018 15:09:33 +0900 Yuya Nishihara procutil: bulk-replace util.std* to point to new module
Sun, 18 Feb 2018 00:03:05 -0500 Augie Fackler keepalive: headers are native strings, mark them as such
Fri, 29 Dec 2017 05:25:27 +0530 Pulkit Goyal py3: use node.hex(h.digest()) instead of h.hexdigest()
Sun, 10 Dec 2017 04:47:34 +0530 Pulkit Goyal py3: handle keyword arguments correctly in keepalive.py