aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxusedportsgatherer.cpp
Commit message (Expand)AuthorAgeFilesLines
* remotelinux/projectexplorer: move UsedPortsGatherer to projectexplorerhjk2012-07-311-223/+0
* remotelinux: use IDevice base class when appropriatehjk2012-07-251-3/+3
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* New QNX plugin.Tobias Nätterlund2012-07-131-11/+20
* SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-081-2/+2
* SSH: Fix some potential crashes.Christian Kandeler2012-06-061-0/+1
* SSH: Use plain pointers to SshConnection objects.Christian Kandeler2012-05-291-5/+6
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-4/+5
* RemoteLinux: Fix ports gatherer API.Christian Kandeler2012-04-031-42/+52
* PortList: Move to utilsKai Koehne2012-03-011-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* SSH: Export information about the underlying TCP connection.Christian Kandeler2012-02-101-1/+1
* Fix non-needed usage of QString's fromLocal8Bit() and fromUtf8()Denis Mingulov2012-01-301-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Revert "Remote Linux: Rework device testing"Christian Kandeler2011-12-211-46/+99
* Remote Linux: Rework device testingTobias Hunger2011-12-211-99/+46
* SSH: Don't expose SshRemoteProcess object from SshRemoteProcessRunner.Christian Kandeler2011-12-051-4/+4
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | SSH: Don't allow external access to process runner's connection object.Christian Kandeler2011-11-091-2/+2
* | SSH: Improve SshRemoteProcessRunner API.Christian Kandeler2011-11-091-18/+16
* | SSH: SshRemoteProcessRunner does not need to be a shared pointer.Christian Kandeler2011-10-281-10/+9
|/
* RemoteLinux: Support IPv6 connections in ports gatherer.Christian Kandeler2011-10-041-2/+12
* Coding style: Pure virtual functions, private implementation pointers.Christian Kandeler2011-09-151-35/+35
* RemoteLinux: Grab used ports information from /proc.Christian Kandeler2011-09-081-5/+9
* RemoteLinux: It's not a fatal error when ports gathering fails.Christian Kandeler2011-09-071-2/+2
* RemoteLinux: Private implementation for all exported classes.Christian Kandeler2011-08-021-0/+1
* RemoteLinux: Rename and export MaemoUsedPortsGatherer.Christian Kandeler2011-07-221-0/+191