log mercurial/sshserver.py @ 34124:b90e5b2a9c82

age author description
Sun, 18 Dec 2016 01:46:39 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 2 of 5)
Mon, 28 Nov 2016 20:46:59 -0800 Gregory Szorc protocol: declare transport protocol name
Sun, 20 Nov 2016 13:50:45 -0800 Gregory Szorc wireproto: perform chunking and compression at protocol layer (API)
Sun, 16 Oct 2016 11:10:21 -0700 Gregory Szorc wireproto: compress data from a generator
Sun, 25 Sep 2016 12:20:31 -0700 Gregory Szorc wireproto: rename argument to groupchunks()
Fri, 05 Aug 2016 14:00:30 -0400 Augie Fackler sshserver: use `iter(callable, sentinel)` instead of while True
Tue, 14 Jun 2016 11:53:55 +0200 liscju i18n: translate abort messages
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 19:55:39 -0700 Gregory Szorc sshserver: use absolute_import
Mon, 29 Jun 2015 17:10:36 -0400 Augie Fackler sshserver: drop ancient do_{lock,unlock,addchangegroup} methods
Tue, 02 Sep 2014 12:11:36 +0200 Sune Foldager changegroup: rename bundle-related functions and classes
Tue, 01 Apr 2014 15:27:53 -0700 Pierre-Yves David localrepo: move the addchangegroup method in changegroup module
Fri, 28 Mar 2014 11:10:33 -0700 Pierre-Yves David wireproto: introduce an abstractserverproto class
Fri, 14 Sep 2012 12:09:44 -0700 Bryan O'Sullivan sshserver: avoid a multi-dot attribute lookup in a hot loop
Mon, 28 Nov 2011 01:32:13 +0100 Pierre-Yves David addchangegroup: remove the lock argument on the addchangegroup methods