Mon, 07 Jan 2019 18:37:50 -0500 |
Augie Fackler |
tests: migrate test-wireproto-serverreactor.py to our internal CBOR
|
Mon, 08 Oct 2018 17:24:28 -0700 |
Gregory Szorc |
wireprotov2: send content encoded frames from server
|
Fri, 05 Oct 2018 23:49:18 +0000 |
Gregory Szorc |
wireprotov2: don't emit empty frames
|
Fri, 05 Oct 2018 10:29:36 -0700 |
Gregory Szorc |
wireprotov2: remove functions for creating response frames from bytes
|
Thu, 04 Oct 2018 17:17:57 -0700 |
Gregory Szorc |
wireprotov2: pass ui into clientreactor and serverreactor
|
Thu, 04 Oct 2018 16:26:45 -0700 |
Gregory Szorc |
wireprotov2: handle sender protocol settings frames
|
Wed, 26 Sep 2018 18:07:55 -0700 |
Gregory Szorc |
wireprotov2: server support for sending content redirects
|
Sat, 14 Apr 2018 15:36:12 -0700 |
Gregory Szorc |
wireprotov2: change behavior of error frame
|
Sat, 14 Apr 2018 15:19:36 -0700 |
Gregory Szorc |
wireprotov2: change command response protocol to include a leading map
|
Sat, 14 Apr 2018 14:37:23 -0700 |
Gregory Szorc |
wireprotov2: change frame type and name for command response
|
Sat, 14 Apr 2018 12:11:24 -0700 |
Gregory Szorc |
wireprotov2: change frame type value for command data
|
Sat, 14 Apr 2018 01:35:44 -0400 |
Augie Fackler |
tests: add all missing b prefixes in reactor tests
|
Mon, 09 Apr 2018 14:17:57 -0700 |
Gregory Szorc |
tests: extract wire protocol framing tests to own file
|
Sun, 08 Apr 2018 11:55:46 +0900 |
Yuya Nishihara |
wireproto: convert python literal to object without using unsafe eval()
|
Fri, 30 Mar 2018 14:52:32 -0700 |
Gregory Szorc |
wireproto: convert human output frames to CBOR
|
Mon, 26 Mar 2018 14:34:32 -0700 |
Gregory Szorc |
wireproto: use CBOR for command requests
|
Wed, 28 Mar 2018 15:05:39 -0700 |
Gregory Szorc |
wireproto: syntax for encoding CBOR into frames
|
Mon, 26 Mar 2018 13:59:56 -0700 |
Gregory Szorc |
wireproto: explicit API to create outgoing streams
|
Mon, 26 Mar 2018 11:00:16 -0700 |
Gregory Szorc |
wireproto: add streams to frame-based protocol
|
Mon, 26 Mar 2018 13:57:22 -0700 |
Gregory Szorc |
wireproto: start to associate frame generation with a stream
|
Mon, 26 Mar 2018 13:51:22 -0700 |
Gregory Szorc |
tests: fix duplicate and failing test
|
Thu, 15 Mar 2018 18:05:49 -0700 |
Gregory Szorc |
wireproto: explicitly track which requests are active
|
Thu, 15 Mar 2018 16:03:14 -0700 |
Gregory Szorc |
wireproto: define attr-based classes for representing frames
|
Wed, 14 Mar 2018 22:19:00 -0700 |
Gregory Szorc |
wireproto: define human output side channel frame
|
Wed, 14 Mar 2018 16:53:30 -0700 |
Gregory Szorc |
wireproto: support for receiving multiple requests
|
Wed, 14 Mar 2018 16:51:34 -0700 |
Gregory Szorc |
wireproto: add request IDs to frames
|
Wed, 14 Mar 2018 14:01:16 -0700 |
Gregory Szorc |
wireproto: buffer output frames when in half duplex mode
|
Wed, 14 Mar 2018 13:57:52 -0700 |
Gregory Szorc |
wireproto: define and implement responses in framing protocol
|
Wed, 14 Mar 2018 15:25:06 -0700 |
Gregory Szorc |
wireproto: implement basic frame reading and processing
|