- 01 Oct, 2012 1 commit
-
-
Friedemann Kleint authored
Change-Id: I6ad0e25d084cfccde6776c8d4cdaae43ea071b55 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 26 Sep, 2012 1 commit
-
-
Christian Kandeler authored
The current implementation is a bit sloppy, so one can construct certain invalid strings that will be accepted as well as certain valid ones that will be rejected. The new checks are much more precise. Most importantly in practice, the version string "1.99" sent by some older servers is now accepted, as required by the RFC. Change-Id: Ib35c27d3a3bc4aea259b9a0dad66817435d95c0a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 20 Aug, 2012 1 commit
-
-
Christian Kandeler authored
We can't just pretend a channel is already gone after we request it to close; it's only closed when the server has sent the acknowledgement. Change-Id: Ib6e8b9bf77635995259885af13755f5fc0e825a9 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 28 Jun, 2012 1 commit
-
-
Christian Kandeler authored
Otherwise a new client acquiring the connection could be affected by things happening in channels that were not opened by that client, which would certainly be unexpected. In particular, if the new owner of the connection runs in a different thread than the old one, crashes could occur since the connection assumes its channels run in the same thread. Change-Id: I4fdf2b5a3751ed506631d6878e94342da033c31c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 26 Jun, 2012 1 commit
-
-
Christian Kandeler authored
Old version was 1.8.8, new one is 1.10.2. We now put all the code into one pair of files (via a botan configure option) and move platform-specific defines into the pro/qbs files. Besides drastically reducing the number of files, this is expected to make future updates less messy. Change-Id: I004166b2ab15b6a699d69aebfcfd9999c5ccdb91 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 08 Jun, 2012 1 commit
-
-
Christian Kandeler authored
There's no mandatory use of shared pointers anymore, so client code should be able to make use of QObject-based ownership. Change-Id: I2344ca66a40c310ef739b32502eb8471da98c03a Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 06 Jun, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: I102e35c3dcd3725f357c91d9f0a77ab28d881b0d Reviewed-by:
Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com>
-
- 29 May, 2012 1 commit
-
-
Christian Kandeler authored
It used to be shared pointers so that existing connection objects could easily be passed around in order not to open a new connection to the same server. Since the introduction of the SshConnectionManager, this is no longer necessary. Change-Id: I13fd3eceaf35d562e6260e9969abbffb01edd6b5 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 22 May, 2012 1 commit
-
-
Christian Kandeler authored
It does not belong into libUtils, which is a collection of small unrelated utility classes. Task-number: QTCREATORBUG-7218 Change-Id: Id92b9f28678afec93e6f07166adfde6550f38072 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 07 Mar, 2012 1 commit
-
-
Christian Kandeler authored
- Introduce clone() method. - Rename "osType" to "type" and "deviceType" to "machineType". - Move machine type display out of generic settings widget. - Put only immutable attributes into the device constructor and set the others via setters. As part of this, also give the SshConnectionParameters a default proxy type. The necessity to give one to the constructor explicitly was for historical reasons. Change-Id: I84757b1b2d6371544b9ab1f3290973e5498176ce Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- 23 Feb, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: I246ae125285da6c5be8e2acbe8547270a185d298 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 10 Feb, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: I62bce3b563b6aba481642fac0d427c0f0d3b2ddd Reviewed-by:
hjk <qthjk@ovi.com>
-
- 02 Feb, 2012 1 commit
-
-
Christian Kandeler authored
Change-Id: I3e7b52513211959a976545667e8e8372f2001c7e Reviewed-by:
hjk <qthjk@ovi.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 06 Jan, 2012 1 commit
-
-
Friedemann Kleint authored
Change-Id: I5cd5607fcd3311915217a1615b948587ef808cfa Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 07 Dec, 2011 1 commit
-
-
Christian Kandeler authored
The botan exception string doesn't help anybody. Change-Id: I81b8b837b0cf3406a8293cbf85b8fd1bff9bfa74 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 02 Dec, 2011 1 commit
-
-
Christian Kandeler authored
This prevents event loop issues (e.g. connection timeout). Task-number: QTCREATORBUG-6641 Change-Id: Ibeecaac2621e171a0590621fd9fdde8f7e3ab9c5 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 22 Nov, 2011 1 commit
-
-
Christian Kandeler authored
Harmless, but triggers a warning in Qt. Change-Id: I8d86a5bf28a66e47a680d9dd277c4c85b1a8f63f Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 04 Oct, 2011 1 commit
-
-
Christian Kandeler authored
Change-Id: I97c8b89da8c8d46afb0bdc840627e142567d5d98 Reviewed-on: http://codereview.qt-project.org/5981 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 26 Jul, 2011 1 commit
-
-
Christian Kandeler authored
Change-Id: Ifcddd930bbf027f4828f8ba01544aca5dea1eeed Reviewed-on: http://codereview.qt.nokia.com/2220 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 06 Jul, 2011 2 commits
-
-
Christian Kandeler authored
Change-Id: I4f52a2b604db14d088f2416989a502f91a16deab Reviewed-on: http://codereview.qt.nokia.com/1237 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
Also fix callers potentially violating this policy. Change-Id: I630f1c544885df93a81e217e792363c0c2314108 Reviewed-on: http://codereview.qt.nokia.com/1186 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 28 Jun, 2011 1 commit
-
-
Christian Kandeler authored
The Qt SDK's Qemu can be so slow that a single packet takes more than the old fixed value of five seconds for a round trip. Change-Id: I06f442c3c080fec8d1b1d10bd26e2e27b06e6863 Reviewed-on: http://codereview.qt.nokia.com/854 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 28 Apr, 2011 1 commit
-
-
Christian Kandeler authored
Only certain types of messages are allowed in that phase.
-
- 19 Apr, 2011 3 commits
-
-
Christian Kandeler authored
This will also make it easier for us to initiate a re-exchange if we ever want to implement that.
-
Christian Kandeler authored
-
Christian Kandeler authored
Correct protocol-wise, but possibly buggy (fails with dropbear).
-
- 18 Apr, 2011 1 commit
-
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 09 Mar, 2011 1 commit
-
-
Christian Kandeler authored
This includes: - decoupling deploy configurations from targets (Reviewed-by: dt) - adding a "Generic Linux" device type - splitting up the Maemo deployment step into small pieces that can be combined in different ways (and much more easily maintained) - adding a new version handler for pro.user files (Reviewed-by: Tobias Hunger) Also: - Add and use an SSH manager class for easier connection sharing. - Make the SSH connection parameters a fixed attribute of the connection.
-
- 02 Mar, 2011 1 commit
-
-
Friedemann Kleint authored
Fix API after doc template change.
-
- 28 Feb, 2011 1 commit
-
-
Christian Kandeler authored
-
- 15 Feb, 2011 1 commit
-
-
Christian Kandeler authored
-
- 14 Feb, 2011 1 commit
-
-
Milian Wolff authored
Merge-request: 253 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 11 Feb, 2011 1 commit
-
-
Christian Kandeler authored
Neither TCP nor the SSH protocol offer a built-in way to reliably notice connection loss, so we implement our own. Task-number: QTCREATORBUG-3783
-
- 12 Jan, 2011 1 commit
-
-
con authored
-