log mercurial/wireproto.py @ 27246:b288fb2724bf

age author description
Fri, 04 Dec 2015 15:12:11 -0800 Gregory Szorc wireproto: config options to disable bundle1
Fri, 04 Dec 2015 13:15:14 -0800 Gregory Szorc wireproto: add docstring for wirepeer
Tue, 20 Oct 2015 12:28:42 +0200 Pierre-Yves David stream: sort stream capability before serialisation
Tue, 03 Nov 2015 12:31:33 -0800 Gregory Szorc wireproto: move clonebundles command from extension (issue4931) stable
Wed, 14 Oct 2015 10:36:20 -0700 Gregory Szorc exchange: advertise if a clone bundle was attempted
Wed, 14 Oct 2015 10:58:35 -0700 Gregory Szorc wireproto: properly parse false boolean args (BC)
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sun, 04 Oct 2015 19:06:06 -0700 Gregory Szorc streamclone: move payload header generation into own function
Fri, 02 Oct 2015 16:24:56 -0700 Gregory Szorc streamclone: move _allowstream() from wireproto
Fri, 02 Oct 2015 16:05:52 -0700 Gregory Szorc streamclone: move code out of exchange.py
Sat, 08 Aug 2015 18:53:17 -0700 Gregory Szorc wireproto: use absolute_import
Wed, 05 Aug 2015 14:15:17 -0400 Augie Fackler wireproto: make wirepeer look-before-you-leap on batching
Wed, 05 Aug 2015 14:51:34 -0400 Augie Fackler batching: migrate basic noop batching into peer.peer
Tue, 30 Jun 2015 22:02:40 -0700 Pierre-Yves David wireproto: remove a debug print
Tue, 30 Jun 2015 19:19:17 -0400 Augie Fackler wireproto: correctly escape batched args and responses (issue4739)