log mercurial/wireprotov2peer.py @ 39634:9dffa99f9158

age author description
Wed, 29 Aug 2018 15:17:11 -0700 Gregory Szorc wireprotov2peer: stream decoded responses
Wed, 05 Sep 2018 09:06:40 -0700 Gregory Szorc wireprotov2: implement commands as a generator of objects
Wed, 05 Sep 2018 09:04:40 -0700 Gregory Szorc wireprotov2peer: properly format errors
Thu, 23 Aug 2018 13:50:47 -0700 Gregory Szorc wireprotov2peer: report exceptions in frame handling against request future
Tue, 28 Aug 2018 15:41:09 -0700 Gregory Szorc wireprotov2peer: use our CBOR decoder
Thu, 23 Aug 2018 13:46:39 -0700 Gregory Szorc wireprotov2peer: split responsedata handling into separate function
Wed, 22 Aug 2018 10:29:30 -0700 Gregory Szorc wireprotov2peer: add TODO about streaming responses
Sat, 14 Apr 2018 15:19:36 -0700 Gregory Szorc wireprotov2: change command response protocol to include a leading map
Sat, 14 Apr 2018 12:07:31 -0700 Gregory Szorc wireprotov2: define response data as CBOR
Sat, 14 Apr 2018 11:49:06 -0700 Gregory Szorc wireprotov2: decode responses to their expected types
Sat, 14 Apr 2018 11:46:08 -0700 Gregory Szorc wireprotov2: establish a type for representing command response
Sat, 14 Apr 2018 11:50:19 -0700 Gregory Szorc wireprotov2: move response handling out of httppeer