mercurial/wireprototypes.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 07 Dec 2021 16:44:22 +0100 Raphaël Gomès exchangev2: remove it
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Wed, 06 Nov 2019 15:24:44 -0500 Augie Fackler wireprototypes: disable pytype where it's just confused
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
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
Wed, 18 Sep 2019 13:50:33 -0700 Martin von Zweigbergk wireprototypes: clarify documentation of getbundle argument types
Sun, 18 Aug 2019 02:28:42 +0300 Pulkit Goyal interfaceutil: move to interfaces/
Wed, 22 May 2019 02:59:48 +0530 Pulkit Goyal narrow: use narrow_widen wireproto command to widen in case of ellipses
Wed, 27 Mar 2019 16:45:14 +0100 Pierre-Yves David util: extract compression code in `mercurial.utils.compression`
Tue, 16 Oct 2018 17:53:26 +0300 Pulkit Goyal exchange: pass includepats and excludepats as arguments to getbundle()
Tue, 16 Oct 2018 21:35:33 +0200 Gregory Szorc wireprotov2: add response type that serializes to indefinite length bytestring
Mon, 08 Oct 2018 18:17:12 -0700 Gregory Szorc wireprotov2: change how revisions are specified to changesetdata
Mon, 08 Oct 2018 17:45:51 -0700 Gregory Szorc wireprotov2: advertise recommended batch size for requests
Fri, 05 Oct 2018 22:31:12 +0300 Pulkit Goyal wireprotoserver: move narrow capabilities to wireprototypes.py
Wed, 26 Sep 2018 18:07:55 -0700 Gregory Szorc wireprotov2: server support for sending content redirects
Wed, 26 Sep 2018 17:16:56 -0700 Gregory Szorc wireprotov2: support response caching
Wed, 26 Sep 2018 17:16:27 -0700 Gregory Szorc wireprotov2: define type to represent pre-encoded object
Thu, 20 Sep 2018 12:57:23 -0700 Gregory Szorc wireprotov2: allow multiple fields to follow revision maps
Wed, 05 Sep 2018 09:06:40 -0700 Gregory Szorc wireprotov2: implement commands as a generator of objects
Sun, 22 Apr 2018 11:54:10 -0700 Gregory Szorc interfaceutil: module to stub out zope.interface stable
Mon, 16 Apr 2018 22:08:13 -0700 Gregory Szorc wireproto: move supportedcompengines out of wireproto
Mon, 16 Apr 2018 21:52:33 -0700 Gregory Szorc wireproto: move command registration types to wireprototypes
Sun, 15 Apr 2018 10:37:29 -0700 Gregory Szorc wireprotov2: add support for more response types
Wed, 11 Apr 2018 18:15:51 -0700 Gregory Szorc wireproto: rename HTTPV2 so it less like HTTP/2
Wed, 11 Apr 2018 10:51:38 -0700 Gregory Szorc wireproto: move gboptsmap to wireprototypes and rename (API)
Wed, 11 Apr 2018 10:50:58 -0700 Gregory Szorc wireproto: move value encoding functions to wireprototypes (API)
Wed, 28 Mar 2018 14:55:13 -0700 Gregory Szorc wireproto: port heads command to wire protocol v2
Tue, 27 Feb 2018 02:37:31 +0100 Joerg Sonnenberger wireproto: allow direct stream processing for unbundle
Sat, 24 Mar 2018 17:57:22 +0100 Joerg Sonnenberger wireproto: provide accessors for client capabilities
Fri, 23 Mar 2018 16:24:53 -0700 Gregory Szorc wireproto: port protocol handler to zope.interface
Wed, 28 Mar 2018 10:12:02 -0700 Gregory Szorc wireproto: mark SSHv2 as a version 1 transport
Tue, 13 Mar 2018 16:53:21 -0700 Gregory Szorc wireproto: support /api/* URL space for exposing APIs
Wed, 07 Mar 2018 16:18:52 -0800 Gregory Szorc wireproto: formalize permissions checking as part of protocol interface
Tue, 27 Feb 2018 16:24:02 -0800 Gregory Szorc wireproto: add transport specific capabilities in the transport
Fri, 02 Mar 2018 09:47:37 -0500 Gregory Szorc wireproto: allow wire protocol commands to declare transport support
Tue, 27 Feb 2018 14:26:00 -0800 Gregory Szorc wireprotoserver: move SSHV1 and SSHV2 constants to wireprototypes
Wed, 21 Feb 2018 14:21:05 -0800 Gregory Szorc wireprototypes: move baseprotocolhandler from wireprotoserver
Wed, 07 Feb 2018 20:27:36 -0800 Gregory Szorc wireproto: introduce type for raw byte responses (API)
Wed, 07 Feb 2018 16:29:05 -0800 Gregory Szorc wireprototypes: move wire protocol response types to new module
less more (0) tip