mercurial/wireprotoframing.py
Sun, 15 Apr 2018 10:37:29 -0700 Gregory Szorc wireprotov2: add support for more response types
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 12:07:31 -0700 Gregory Szorc wireprotov2: define response data as CBOR
Fri, 13 Apr 2018 12:49:47 -0700 Gregory Szorc wireprotoframing: record when new stream is encountered
Thu, 12 Apr 2018 13:11:29 -0700 Gregory Szorc wireprotoframing: use value passed into function
Mon, 09 Apr 2018 16:54:20 -0700 Gregory Szorc wireproto: client reactor support for receiving frames
Mon, 09 Apr 2018 15:32:01 -0700 Gregory Szorc wireproto: introduce a reactor for client-side state
Wed, 28 Mar 2018 14:55:13 -0700 Gregory Szorc wireproto: port heads command to wire protocol v2
Sun, 08 Apr 2018 11:55:46 +0900 Yuya Nishihara wireproto: convert python literal to object without using unsafe eval()
Sun, 08 Apr 2018 11:23:55 +0900 Yuya Nishihara py3: system-stringify repr(frame)
Sun, 08 Apr 2018 11:21:58 +0900 Yuya Nishihara wireproto: show unknown id and flags in repr(frame)
Sun, 08 Apr 2018 11:14:47 +0900 Yuya Nishihara wireproto: fix repr(frame) to not crash by unknown type id
Fri, 30 Mar 2018 14:52:32 -0700 Gregory Szorc wireproto: convert human output frames to CBOR
Wed, 28 Mar 2018 13:30:24 -0700 Gregory Szorc wireproto: add frame flag to denote payloads as CBOR
Wed, 28 Mar 2018 13:01:28 -0700 Gregory Szorc wireproto: implement custom __repr__ for frame
Mon, 26 Mar 2018 14:34:32 -0700 Gregory Szorc wireproto: use CBOR for command requests
Mon, 26 Mar 2018 10:50:36 -0700 Gregory Szorc wireproto: define frame to represent progress updates
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
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Thu, 15 Mar 2018 18:05:49 -0700 Gregory Szorc wireproto: explicitly track which requests are active
Thu, 15 Mar 2018 16:09:58 -0700 Gregory Szorc wireproto: use named arguments when passing around frame data
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
Mon, 19 Mar 2018 16:49:53 -0700 Gregory Szorc wireproto: define and implement protocol for issuing requests
less more (0) tip