summaryrefslogtreecommitdiff
path: root/tests/manual/ssh
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-0923-161/+184
* SSH: Fix tunnel test.Christian Kandeler2014-09-111-1/+2
* SSH: Adapt test to signal renaming.Christian Kandeler2014-09-111-1/+1
* Cleanup whitespaceOrgad Shaneh2014-05-161-3/+3
* Incremented year in copyright infoRobert Loehning2014-01-0823-23/+23
* Replace QString::fromLocal8Bit("") callsKai Koehne2013-11-051-1/+1
* SSH: Implement and make use of RFC 4256.Christian Kandeler2013-06-205-13/+17
* make library and plugin dependencies declarativeOswald Buddenhagen2013-04-031-1/+1
* remove redundant INCLUDEPATHsOswald Buddenhagen2013-04-021-1/+0
* Fix tests compilationOrgad Shaneh2013-03-053-9/+9
* Updated license headersRobert Loehning2013-02-014-94/+82
* Incremented year in copyright infoRobert Loehning2013-02-014-4/+4
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-3119-19/+19
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-2918-18/+18
* | SSH: Adapt tests to API change.Christian Kandeler2012-12-116-22/+21
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-0519-409/+388
|\ \ | |/
| * Adjust license headershjk2012-10-0518-386/+368
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-271-0/+1
|\ \ | |/
| * SSH: Fix tests.Christian Kandeler2012-09-262-1/+2
* | SSH: Implement tunneling.Christian Kandeler2012-08-288-2/+545
|/
* Contact -> qt-project.orgEike Ziller2012-07-1918-54/+18
* SSH: Streamline SshRemoteProcessRunner's output handling.Christian Kandeler2012-06-082-10/+8
* SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-082-3/+3
* SSH: Use plain pointers to SshConnection objects.Christian Kandeler2012-05-297-35/+37
* Move SSH support into a dedicated library.Christian Kandeler2012-05-2219-100/+89
* SSH: Update tests.Christian Kandeler2012-03-316-36/+55
* Normalized connect()sRobert Loehning2012-03-061-4/+4
* SSH: Fix tests.Christian Kandeler2012-02-273-4/+9
* Removed module names from #include directives.Erik Verbruggen2012-02-1513-37/+37
* SSH: Add download capability to SftpFileSystemModel.Christian Kandeler2012-02-063-20/+104
* SSH: Add SFTP-based remote file system model.Christian Kandeler2012-02-036-1/+370
* SSH: Add SFTP operations needed to implement remote FS traversal.Christian Kandeler2012-02-022-11/+149
* Long live the king!hjk2012-01-2615-15/+15
* SSH: Adapt test to an earlier change.Christian Kandeler2012-01-201-4/+5
* SSH: Don't expose SshRemoteProcess object from SshRemoteProcessRunner.Christian Kandeler2011-12-051-3/+3
* SSH: Support different read channels in SshRemoteProcess.Christian Kandeler2011-11-292-13/+74
* Add Qt 5 libraries to .pro files.Friedemann Kleint2011-11-241-2/+2
* Tests: Replace SSH scripting crutch with proper rpath solution.Christian Kandeler2011-11-212-11/+4
* SSH: Derive SshRemoteProcess from QIODevice.Christian Kandeler2011-11-153-14/+77
* SSH: Make API of SshRemoteProcess more similar to the one of QProcess.Christian Kandeler2011-11-142-10/+8
* SSH: Add convencience script for tests.Christian Kandeler2011-11-143-1/+12
* SSH: Adapt tests to API changes.Christian Kandeler2011-11-142-17/+18
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0315-30/+30
* SSH: Simplify auto test call by introducing default arguments.Christian Kandeler2011-07-271-7/+18
* SSH: Implement remote shell support.Christian Kandeler2011-07-265-1/+255
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-0612-12/+12
* SSH: Fix SFTP test for large files.Christian Kandeler2011-04-191-3/+3
* Merge branch '2.2'Oswald Buddenhagen2011-04-1412-168/+156
|\
| * Update license.hjk2011-04-1312-168/+156
* | SSH: Implement terminal support and corresponding tests.Christian Kandeler2011-04-062-13/+33