Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSH: Fix manual tests | Christian Kandeler | 2018-12-19 | 9 | -88/+34 |
* | SSH: Turn some manual tests into autotests | Christian Kandeler | 2018-10-23 | 26 | -2503/+4 |
* | Tests: Remove use of deprecated QDateTime::toTime_t | Orgad Shaneh | 2018-09-25 | 1 | -1/+3 |
* | Tests: Initialize some local variables | Orgad Shaneh | 2018-02-21 | 3 | -3/+3 |
* | Tests: Fix compile | Christian Stenger | 2017-12-20 | 7 | -49/+62 |
* | Reduce usage of qApp in favor of static function calls | Alessandro Portale | 2017-04-24 | 5 | -36/+36 |
* | Fixing capitalisation of titles | Thomas Hartmann | 2017-01-18 | 1 | -1/+1 |
* | Tests: Use Qt5-style connects | Orgad Shaneh | 2016-06-28 | 12 | -90/+99 |
* | Ssh: Implement tcp/ip forward tunneling | Ulf Hermann | 2016-05-23 | 6 | -33/+269 |
* | Wholesale conversion to #pragma once | hjk | 2016-03-30 | 8 | -34/+8 |
* | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 23 | -391/+287 |
* | SSH: Fix exit code of tests. | Christian Kandeler | 2015-06-29 | 2 | -24/+26 |
* | SSH: Fix error in test. | Christian Kandeler | 2015-05-27 | 1 | -1/+1 |
* | SSH: Fix TCP/IP forwarding support. | Christian Kandeler | 2015-04-15 | 2 | -17/+18 |
* | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe' | Eike Ziller | 2015-02-12 | 23 | -138/+138 |
|\ | |||||
| * | Update License | Eike Ziller | 2015-01-16 | 23 | -138/+138 |
* | | Misc: Remove unneeded qualifications | Orgad Shaneh | 2015-02-06 | 7 | -10/+9 |
|/ | |||||
* | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-10-14 | 23 | -161/+184 |
|\ | |||||
| * | License update | Eike Ziller | 2014-10-09 | 23 | -161/+184 |
* | | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-09-16 | 2 | -2/+3 |
|\ \ | |/ | |||||
| * | SSH: Fix tunnel test. | Christian Kandeler | 2014-09-11 | 1 | -1/+2 |
| * | SSH: Adapt test to signal renaming. | Christian Kandeler | 2014-09-11 | 1 | -1/+1 |
* | | Remove Qt version checks. | Christian Kandeler | 2014-09-08 | 1 | -2/+1 |
|/ | |||||
* | Cleanup whitespace | Orgad Shaneh | 2014-05-16 | 1 | -3/+3 |
* | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 23 | -23/+23 |
* | Replace QString::fromLocal8Bit("") calls | Kai Koehne | 2013-11-05 | 1 | -1/+1 |
* | SSH: Implement and make use of RFC 4256. | Christian Kandeler | 2013-06-20 | 5 | -13/+17 |
* | make library and plugin dependencies declarative | Oswald Buddenhagen | 2013-04-03 | 1 | -1/+1 |
* | remove redundant INCLUDEPATHs | Oswald Buddenhagen | 2013-04-02 | 1 | -1/+0 |
* | Fix tests compilation | Orgad Shaneh | 2013-03-05 | 3 | -9/+9 |
* | Updated license headers | Robert Loehning | 2013-02-01 | 4 | -94/+82 |
* | Incremented year in copyright info | Robert Loehning | 2013-02-01 | 4 | -4/+4 |
* | Merge remote-tracking branch 'origin/2.6' | Oswald Buddenhagen | 2013-01-31 | 19 | -19/+19 |
|\ | |||||
| * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 18 | -18/+18 |
* | | SSH: Adapt tests to API change. | Christian Kandeler | 2012-12-11 | 6 | -22/+21 |
* | | Merge remote-tracking branch 'origin/2.6' | Eike Ziller | 2012-10-05 | 19 | -409/+388 |
|\ \ | |/ | |||||
| * | Adjust license headers | hjk | 2012-10-05 | 18 | -386/+368 |
* | | Merge remote-tracking branch 'origin/2.6' | Eike Ziller | 2012-09-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | SSH: Fix tests. | Christian Kandeler | 2012-09-26 | 2 | -1/+2 |
* | | SSH: Implement tunneling. | Christian Kandeler | 2012-08-28 | 8 | -2/+545 |
|/ | |||||
* | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 18 | -54/+18 |
* | SSH: Streamline SshRemoteProcessRunner's output handling. | Christian Kandeler | 2012-06-08 | 2 | -10/+8 |
* | SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones. | Christian Kandeler | 2012-06-08 | 2 | -3/+3 |
* | SSH: Use plain pointers to SshConnection objects. | Christian Kandeler | 2012-05-29 | 7 | -35/+37 |
* | Move SSH support into a dedicated library. | Christian Kandeler | 2012-05-22 | 19 | -100/+89 |
* | SSH: Update tests. | Christian Kandeler | 2012-03-31 | 6 | -36/+55 |
* | Normalized connect()s | Robert Loehning | 2012-03-06 | 1 | -4/+4 |
* | SSH: Fix tests. | Christian Kandeler | 2012-02-27 | 3 | -4/+9 |
* | Removed module names from #include directives. | Erik Verbruggen | 2012-02-15 | 13 | -37/+37 |
* | SSH: Add download capability to SftpFileSystemModel. | Christian Kandeler | 2012-02-06 | 3 | -20/+104 |