summaryrefslogtreecommitdiff
path: root/pygerrit/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for automatically adding known_hostsChris Opland2019-04-121-2/+5
* Add keepalive support to GerritSSHClientVineet Naik2015-06-301-1/+4
* Allow unicode characters in gerrit commandsNikki Heald2015-04-061-0/+6
* Bump pep8 to 1.5.7David Pursehouse2014-10-271-1/+1
* Add support for ProxyCommand in GerritSSHClient0.2.6Alexander D. Kanevskiy2014-05-291-2/+6
* Revert "Remove support for Gerrit over ssh"David Pursehouse2014-05-291-0/+178
* Remove support for Gerrit over sshDavid Pursehouse2014-04-281-178/+0
* Add method to get username and Gerrit versionDavid Pursehouse2013-11-071-0/+5
* Fix #10: Allow to manually specify ssh username and portDavid Pursehouse2013-09-121-10/+20
* Fix #11: correct handling of `identityfile` in the ssh configDavid Pursehouse2013-09-111-1/+1
* Remove redundant `exec_command` methodDavid Pursehouse2013-09-111-15/+10
* Fix #2: Establish SSH connection in a thread-safe wayDavid Pursehouse2013-09-111-6/+20
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-071-25/+23
* Fix pylint warningsDavid Pursehouse2013-08-061-2/+4
* Fix relative importsDavid Pursehouse2013-08-061-1/+1
* Only allow strings as query terms and commandsDavid Pursehouse2013-08-051-7/+6
* Include command in GerritCommandResultDavid Pursehouse2013-08-051-3/+8
* Don't open ssh connection until neededDavid Pursehouse2013-08-051-17/+31
* Add missing docstrings to conform to PEP-257David Pursehouse2013-08-041-1/+6
* Handle socket connection error in SSH clientDavid Pursehouse2012-12-141-4/+8
* Python 2.6 style exception handlingDavid Pursehouse2012-10-251-1/+1
* Revert "Basic thread-safeness in the SSH client"David Pursehouse2012-10-241-5/+0
* Encapsulate the SSH command results in a classDavid Pursehouse2012-10-241-3/+13
* Refactor getting the Gerrit versionDavid Pursehouse2012-10-241-0/+31
* Handle exception when running ssh commandDavid Pursehouse2012-10-231-2/+7
* Basic thread-safeness in the SSH clientDavid Pursehouse2012-10-231-1/+6
* Add license informationDavid Pursehouse2012-09-201-1/+25
* Handle invalid port in ssh configDavid Pursehouse2012-09-041-1/+5
* Add GerritSSHClientDavid Pursehouse2012-09-031-0/+53