mercurial/sshpeer.py
Tue, 07 Dec 2021 16:44:22 +0100 Raphaël Gomès exchangev2: remove it
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 25 Feb 2021 10:00:08 -0500 Valentin Gatien-Baron sshpeer: don't fail forwarding output from closed connections
Mon, 15 Feb 2021 14:48:36 -0500 Valentin Gatien-Baron sshpeer: enable+fix warning about sshpeers not being closed explicitly
Mon, 15 Feb 2021 14:40:17 -0500 Valentin Gatien-Baron sshpeer: add a develwarning if an sshpeer is not closed explicitly
Mon, 15 Feb 2021 14:11:38 -0500 Valentin Gatien-Baron sshpeer: add a method to check if a doublepipe is closed
Mon, 15 Feb 2021 13:59:36 -0500 Valentin Gatien-Baron sshpeer: make sshpeer.close() close the underlying connection
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 29 May 2020 03:56:07 +0200 Manuel Jacob cleanup: eliminate procutil.quotecommand()
Mon, 25 May 2020 22:47:12 -0400 Valentin Gatien-Baron sshpeer: make client print (likely) server errors on stderr (BC)
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
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
Tue, 11 Sep 2018 17:11:32 -0700 Gregory Szorc hg: allow extra arguments to be passed to repo creation (API)
Thu, 12 Jul 2018 18:46:10 +0200 Joerg Sonnenberger ssh: avoid reading beyond the end of stream when using compression
Tue, 26 Jun 2018 10:36:23 -0400 Augie Fackler cleanup: migrate from re.escape to stringutil.reescape
Mon, 23 Apr 2018 19:23:18 +0100 Boris Feld sshpeer: reflect actual command activity one handshake stable
Mon, 16 Apr 2018 22:21:54 -0700 Gregory Szorc wireproto: rename wireproto to wireprotov1server (API)
Sat, 14 Apr 2018 09:57:44 -0700 Gregory Szorc hg: pass command intents to repo/peer creation (API)
Wed, 11 Apr 2018 12:49:08 -0700 Gregory Szorc wireproto: move version 1 peer functionality to standalone module (API)
Thu, 18 Jan 2018 12:54:01 +0100 Joerg Sonnenberger wireproto: support for pullbundles
Fri, 06 Apr 2018 21:50:01 +0200 Joerg Sonnenberger wireproto: turn client capabilities into sets, sorted on the wire
Sat, 24 Mar 2018 17:57:22 +0100 Joerg Sonnenberger wireproto: provide accessors for client capabilities
Fri, 30 Mar 2018 18:57:13 -0700 Gregory Szorc peer: make ui an attribute
Fri, 30 Mar 2018 18:53:17 -0700 Gregory Szorc repository: port peer interfaces to zope.interface
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Sat, 10 Mar 2018 12:45:10 -0500 Matt Harbison sshpeer: check pipe validity before forwarding output from it
Fri, 02 Mar 2018 22:59:12 -0500 Gregory Szorc sshpeer: don't read(0)
Fri, 02 Mar 2018 18:50:49 -0500 Gregory Szorc sshpeer: don't read from stderr when that behavior is disabled
Tue, 27 Feb 2018 14:26:00 -0800 Gregory Szorc wireprotoserver: move SSHV1 and SSHV2 constants to wireprototypes
Mon, 26 Feb 2018 13:12:03 -0800 Gregory Szorc sshpeer: support not reading and forwarding stderr
Sun, 25 Feb 2018 11:00:53 -0800 Gregory Szorc sshpeer: factor out code for creating peers from pipes
Wed, 21 Feb 2018 16:47:39 -0800 Gregory Szorc wireproto: document the wonky push protocol for SSH
Wed, 21 Feb 2018 14:02:23 -0800 Gregory Szorc sshpeer: defer pipe buffering and stderr sidechannel binding
Wed, 21 Feb 2018 13:08:55 -0800 Gregory Szorc sshpeer: make pipe polling code more explicit
Wed, 21 Feb 2018 08:35:48 -0800 Gregory Szorc sshpeer: return framed file object when needed
Wed, 21 Feb 2018 08:33:50 -0800 Gregory Szorc sshpeer: move logic for sending a request into a new function
Mon, 19 Feb 2018 15:57:28 -0800 Gregory Szorc sshpeer: rename _recv and _send to _readframed and _writeframed
Thu, 08 Feb 2018 11:39:23 -0800 Gregory Szorc sshpeer: log remote capabilities after protocol upgrade
Sun, 11 Feb 2018 13:23:26 -0800 Gregory Szorc py3: more robustly cast UUID to bytes
Tue, 06 Feb 2018 11:31:25 -0800 Gregory Szorc sshpeer: implement peer for version 2 of wire protocol
Tue, 06 Feb 2018 10:57:56 -0800 Gregory Szorc sshpeer: rename sshpeer class to sshv1peer (API)
Tue, 06 Feb 2018 11:08:36 -0800 Gregory Szorc sshpeer: initial definition and implementation of new SSH protocol
Sun, 04 Feb 2018 14:58:32 -0800 Gregory Szorc sshpeer: remove support for connecting to <0.9.1 servers (BC)
Sun, 04 Feb 2018 14:44:04 -0800 Gregory Szorc sshpeer: document the handshake mechanism
Mon, 05 Feb 2018 09:14:32 -0800 Gregory Szorc sshpeer: move handshake outside of sshpeer
Sun, 04 Feb 2018 14:10:56 -0800 Gregory Szorc sshpeer: inline I/O into _validaterepo()
Mon, 05 Feb 2018 14:17:24 -0800 Gregory Szorc sshpeer: clean up API for sshpeer.__init__ (API)
Mon, 05 Feb 2018 14:05:59 -0800 Gregory Szorc sshpeer: establish SSH connection before class instantiation
Sun, 04 Feb 2018 11:40:13 -0800 Gregory Szorc sshpeer: remove frivolous call to _cleanup()
Sun, 04 Feb 2018 11:37:19 -0800 Gregory Szorc sshpeer: extract pipe cleanup logic to own function
Sun, 04 Feb 2018 19:23:40 -0800 Gregory Szorc sshpeer: move ssh command and repo creation logic out of __init__
Sun, 04 Feb 2018 12:55:18 -0800 Gregory Szorc sshpeer: move URL validation out of sshpeer.__init__
Sun, 04 Feb 2018 12:47:37 -0800 Gregory Szorc sshpeer: make "instance" a function
Fri, 12 Jan 2018 11:52:57 +0000 Boris Feld sshpeer: add support for request tracing
Mon, 18 Dec 2017 21:15:53 +0900 Yuya Nishihara sshpeer: move docstring to top
Thu, 14 Dec 2017 14:31:57 +0000 Kostia Balytskyi sshpeer: allow for additional environment passing to ssh exe
Mon, 20 Nov 2017 01:40:26 -0800 Zuzanna Mroczek sshpeer: add a configurable hint for the ssh error message
Mon, 18 Sep 2017 14:12:20 -0500 Kevin Bullock merge with stable
Mon, 11 Sep 2017 15:59:18 -0700 Durham Goode ssh: fix flakey ssh errors on BSD systems stable
Mon, 11 Sep 2017 15:59:18 -0700 Durham Goode ssh: fix flakey ssh errors on BSD systems
Thu, 10 Aug 2017 20:58:28 -0700 Gregory Szorc wireproto: use new peer interface
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
Wed, 20 May 2015 12:33:12 -0500 Pierre-Yves David sshpeer: break "OutOfBandError" feature for ssh (BC)
Mon, 29 Dec 2014 16:39:20 -0600 Matt Mackall merge with stable
Mon, 29 Dec 2014 14:27:02 -0600 Matt Mackall sshpeer: more thorough shell quoting stable
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Tue, 14 Oct 2014 21:59:39 +0900 Yuya Nishihara sshpeer: forward stdout of remote "hg init" to appropriate output channel
Fri, 15 Aug 2014 20:02:18 -0700 Gregory Szorc platform: implement readpipe()
Tue, 15 Apr 2014 17:18:35 -0400 Pierre-Yves David sshpeer: add implementation of _calltwowaystream
Fri, 28 Mar 2014 14:24:13 -0700 Pierre-Yves David wireproto: drop the _decompress method in favor a new call type
Tue, 18 Mar 2014 13:40:03 -0700 Siddharth Agarwal sshpeer: only print out 'running ssh' messages in debug mode (BC)
Tue, 16 Jul 2013 11:18:16 -0500 Matt Mackall sshpeer: mark _validrepo internal
Fri, 08 Mar 2013 16:59:36 -0800 Durham Goode sshpeer: store subprocess so it cleans up correctly
Fri, 13 Jul 2012 21:47:06 +0200 Peter Arrenbrecht peer: introduce real peer classes
less more (0) tip