log mercurial/sshpeer.py @ 33804:1f8460b55986

age author description
Sun, 06 Aug 2017 17:59:48 -0700 Gregory Szorc sshpeer: use peer interface
Thu, 10 Aug 2017 20:55:28 -0700 Gregory Szorc sshpeer: make instance attributes and methods internal
Thu, 10 Aug 2017 18:55:33 -0400 Augie Fackler merge with stable
Sun, 06 Aug 2017 17:44:56 -0700 Gregory Szorc exchange: drop support for lock-based unbundling (BC)
Fri, 04 Aug 2017 23:54:12 -0700 Jun Wu ssh: quote parameters using shellquote (SEC) stable
Tue, 01 Aug 2017 14:40:19 -0700 Sean Farley sshpeer: check for safe ssh url (SEC) stable
Fri, 04 Aug 2017 23:54:12 -0700 Jun Wu ssh: quote parameters using shellquote (SEC) stable
Tue, 01 Aug 2017 14:40:19 -0700 Sean Farley sshpeer: check for safe ssh url (SEC) stable
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Tue, 27 Jun 2017 00:20:55 +0530 Pulkit Goyal py3: use pycompat.byteskwargs() to convert kwargs' keys to bytes
Thu, 13 Apr 2017 16:09:40 -0400 Augie Fackler sshpeer: try harder to snag stderr when stdout closes unexpectedly stable
Thu, 13 Apr 2017 14:48:18 -0400 Augie Fackler sshpeer: fix docstring typo
Mon, 06 Mar 2017 03:25:09 -0800 Simon Farnsworth sshpeer: set a blockedtag when starting ssh
Sat, 06 Aug 2016 13:46:28 -0700 Gregory Szorc wireproto: consolidate code for obtaining "cmds" argument value
Fri, 05 Aug 2016 14:00:22 -0400 Augie Fackler sshpeer: use `iter(callable, sentinel)` instead of while True
Tue, 14 Jun 2016 11:53:55 +0200 liscju i18n: translate abort messages
Tue, 01 Mar 2016 18:41:43 -0500 Augie Fackler wireproto: make iterbatcher behave streamily over http(s)
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan sshpeer: make remotelock a context manager
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
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:01 -0700 Gregory Szorc sshpeer: use absolute_import
Wed, 20 May 2015 11:55:59 -0500 Pierre-Yves David sshpeer: also use doublepipe for client to server communication
Fri, 05 Jun 2015 04:54:23 -0700 Pierre-Yves David sshpeer: allow doublepipe on unbuffered main pipe
Wed, 20 May 2015 10:58:29 -0500 Pierre-Yves David sshpeer: allow write operations through double pipe
Wed, 20 May 2015 17:40:47 -0500 Pierre-Yves David sshpeer: rename 'size' to 'data' in doublepipe
Wed, 20 May 2015 11:41:48 -0500 Pierre-Yves David sshpeer: use the doublepipe object for the server to client channel
Fri, 22 May 2015 10:48:11 -0500 Pierre-Yves David sshpeer: introduce a "doublepipe" class
Wed, 20 May 2015 11:31:38 -0500 Pierre-Yves David sshpeer: run the ssh command unbuffered
Sun, 31 May 2015 00:00:36 -0700 Pierre-Yves David sshpeer: use a 'bufferedinputpipe' for standard output of the ssh process
Mon, 18 May 2015 23:19:11 -0500 Pierre-Yves David sshpeer: extract the forward output logic