Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Fri, 25 Jan 2019 15:15:59 -0800 |
Gregory Szorc |
wireprotov2peer: make "received frame(...)" messages debug level
|
Fri, 25 Jan 2019 15:03:20 -0800 |
Gregory Szorc |
wireprotov2peer: rewrite character traversal to use slices
|
Wed, 28 Nov 2018 12:52:23 -0800 |
Gregory Szorc |
wireprotov2peer: wait for initial object before resolving future
stable
|
Wed, 28 Nov 2018 10:37:43 -0800 |
Gregory Szorc |
wireprotov2peer: always return a bool from _processredirect()
stable
|
Wed, 10 Oct 2018 23:19:42 -0700 |
Gregory Szorc |
wireprotov2: raise ProgrammingError on unknown action
|
Mon, 08 Oct 2018 15:19:32 -0700 |
Gregory Szorc |
wireprotov2: raise exception in objects() if future has been resolved
|
Fri, 05 Oct 2018 09:23:06 -0700 |
Gregory Szorc |
wireprotov2: handle noop action
|
Wed, 26 Sep 2018 18:08:08 -0700 |
Gregory Szorc |
wireprotov2: client support for following content redirects
|
Wed, 26 Sep 2018 15:02:19 -0700 |
Gregory Szorc |
wireprotov2: client support for advertising redirect targets
|
Wed, 26 Sep 2018 15:53:49 -0700 |
Gregory Szorc |
wireprotov2: change name and behavior of readframe()
|
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
|