Mon, 09 Apr 2018 19:35:39 -0700 |
Gregory Szorc |
wireproto: move version 2 command handlers to wireprotov2server
|
file |
diff |
annotate
|
Mon, 09 Apr 2018 19:35:04 -0700 |
Gregory Szorc |
wireproto: extract HTTP version 2 code to own module
|
file |
diff |
annotate
|
Mon, 09 Apr 2018 16:54:20 -0700 |
Gregory Szorc |
wireproto: client reactor support for receiving frames
|
file |
diff |
annotate
|
Mon, 09 Apr 2018 15:32:01 -0700 |
Gregory Szorc |
wireproto: introduce a reactor for client-side state
|
file |
diff |
annotate
|
Thu, 18 Jan 2018 12:54:01 +0100 |
Joerg Sonnenberger |
wireproto: support for pullbundles
|
file |
diff |
annotate
|
Wed, 28 Mar 2018 15:09:34 -0700 |
Gregory Szorc |
wireproto: crude support for version 2 HTTP peer
|
file |
diff |
annotate
|
Fri, 06 Apr 2018 21:50:01 +0200 |
Joerg Sonnenberger |
wireproto: turn client capabilities into sets, sorted on the wire
|
file |
diff |
annotate
|
Fri, 30 Mar 2018 18:57:13 -0700 |
Gregory Szorc |
peer: make ui an attribute
|
file |
diff |
annotate
|
Fri, 30 Mar 2018 18:53:17 -0700 |
Gregory Szorc |
repository: port peer interfaces to zope.interface
|
file |
diff |
annotate
|
Wed, 07 Mar 2018 20:41:59 -0800 |
Gregory Szorc |
httppeer: refactor how httppeer is created (API)
|
file |
diff |
annotate
|
Thu, 15 Mar 2018 11:19:16 -0700 |
Gregory Szorc |
httppeer: consolidate _requestbuilder assignments and document
|
file |
diff |
annotate
|
Wed, 07 Mar 2018 19:57:50 -0800 |
Gregory Szorc |
httppeer: alias url as urlmod
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
file |
diff |
annotate
|
Mon, 26 Feb 2018 00:50:35 -0500 |
Augie Fackler |
httppeer: explicitly catch urlerr.httperror and re-raise
|
file |
diff |
annotate
|
Sun, 25 Feb 2018 23:51:32 -0500 |
Augie Fackler |
http: drop custom http client logic
|
file |
diff |
annotate
|
Sun, 18 Feb 2018 00:03:39 -0500 |
Augie Fackler |
httppeer: headers are native strings
|
file |
diff |
annotate
|
Sat, 17 Feb 2018 21:25:14 -0500 |
Augie Fackler |
httppeer: use %d to format int
|
file |
diff |
annotate
|
Mon, 12 Feb 2018 17:14:29 -0800 |
Gregory Szorc |
httppeer: remove httpspeer
|
file |
diff |
annotate
|
Mon, 12 Feb 2018 17:10:58 -0800 |
Gregory Szorc |
httppeer: remove redundant code to fetch capabilities
|
file |
diff |
annotate
|
Thu, 01 Feb 2018 19:32:42 -0800 |
Gregory Szorc |
httppeer: change logic around argument handling
|
file |
diff |
annotate
|
Fri, 02 Feb 2018 13:13:46 -0800 |
Gregory Szorc |
httppeer: remove support for connecting to <0.9.1 servers (BC)
|
file |
diff |
annotate
|
Fri, 12 Jan 2018 10:41:03 +0000 |
Boris Feld |
httppeer: add support for tracing all http request made by the peer
|
file |
diff |
annotate
|
Fri, 12 Jan 2018 10:14:20 +0000 |
Boris Feld |
httppeer: move url opening in its own method
|
file |
diff |
annotate
|
Sun, 10 Dec 2017 04:47:21 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in httppeer.py
|
file |
diff |
annotate
|
Fri, 01 Dec 2017 16:53:55 +0530 |
Pulkit Goyal |
py3: use bytes in place of basestring
|
file |
diff |
annotate
|
Sun, 15 Oct 2017 00:03:31 -0400 |
Augie Fackler |
httppeer: always produce native str header keys and values
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 12:00:35 -0400 |
Augie Fackler |
httppeer: extract content-type from headers using native str
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 11:59:51 -0400 |
Augie Fackler |
httppeer: convert request url back to bytes before inspecting it
|
file |
diff |
annotate
|
Sun, 01 Oct 2017 12:12:34 -0400 |
Augie Fackler |
httppeer: use native strings for headers
|
file |
diff |
annotate
|
Sat, 14 Oct 2017 14:07:39 -0400 |
Augie Fackler |
httppeer: pass url to urllib as native str, not bytes
|
file |
diff |
annotate
|