log mercurial/wireprotov2server.py @ 40178:46a40bce3ae0

age author description
Wed, 03 Oct 2018 12:54:39 -0700 Gregory Szorc wireprotov2: define and implement "filesdata" command
Tue, 02 Oct 2018 10:31:36 -0700 Gregory Szorc wireprotov2: extract file object emission to own function
Mon, 08 Oct 2018 18:17:12 -0700 Gregory Szorc wireprotov2: change how revisions are specified to changesetdata
Mon, 08 Oct 2018 17:54:14 -0700 Gregory Szorc wireprotov2: stop sending phase updates for base revisions
Mon, 08 Oct 2018 17:45:51 -0700 Gregory Szorc wireprotov2: advertise recommended batch size for requests
Mon, 08 Oct 2018 17:24:28 -0700 Gregory Szorc wireprotov2: send content encoded frames from server
Mon, 08 Oct 2018 17:00:16 -0700 Gregory Szorc wireprotov2: send protocol settings frame from client
Thu, 04 Oct 2018 17:17:57 -0700 Gregory Szorc wireprotov2: pass ui into clientreactor and serverreactor
Mon, 08 Oct 2018 17:20:41 -0700 Gregory Szorc wireprotov2: remove "compression" from capabilities response
Wed, 03 Oct 2018 10:04:04 -0700 Gregory Szorc wireprotov2: always advertise raw repo requirements
Wed, 26 Sep 2018 18:07:55 -0700 Gregory Szorc wireprotov2: server support for sending content redirects
Wed, 26 Sep 2018 17:46:48 -0700 Gregory Szorc wireprotov2: advertise redirect targets in capabilities
Wed, 26 Sep 2018 17:16:56 -0700 Gregory Szorc wireprotov2: support response caching
Thu, 27 Sep 2018 09:23:17 -0700 Gregory Szorc wireprotov2: derive "required" from presence of default value
Mon, 24 Sep 2018 09:48:02 -0700 Gregory Szorc wireprotov2server: port to emitrevisions()