summaryrefslogtreecommitdiffstats
path: root/src/client/net
Commit message (Collapse)AuthorAgeFilesLines
* Update code style, fix compiler warningsSimon Rettberg2018-07-243-17/+17
| | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts
* [client] Remove debug spamSimon Rettberg2018-07-201-1/+0Star
|
* [client] Fix uninitialized variable accessSimon Rettberg2018-07-171-1/+1
|
* Fix connection problems qith Qt5 (again)Simon Rettberg2017-12-012-17/+11Star
|
* Fix SSL on Qt5Simon Rettberg2017-11-161-2/+7
|
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-153-8/+9
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* Fix compile warningsSimon Rettberg2016-10-281-0/+1
|
* [client] Allow ESC key to cancel projection in hybrid modeSimon Rettberg2016-10-282-2/+26
|
* [client] Move ServerConnection instance to ClientAppSimon Rettberg2016-10-263-3/+3
|
* Implement "Attention" feature (virtual hand-raising)Simon Rettberg2016-10-192-9/+23
|
* bugfix.Christian Klinger2016-09-301-2/+1Star
|
* astyle.Christian Klinger2016-09-294-172/+117Star
|
* .Christian Klinger2016-09-271-1/+0Star
|\
| * clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+5
| |
* | Implemented 'majority vote' to determine the toolbar options.Christian Klinger2016-09-271-1/+16
| | | | | | | | clients in exam-mode are also displayed differently.
* | clients in exam-mode no longer send a screenshot. Also some refactoring.Christian Klinger2016-09-261-0/+5
|/
* Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-092-3/+5
|
* [*] Use thumbnail on vnc viewer window until connection is upSimon Rettberg2016-02-082-2/+2
|
* [client] Remove jpeg quality debug messageSimon Rettberg2016-02-081-1/+0Star
|
* [client] reset timeouts to normal intervalsJonathan Bauer2015-05-111-2/+2
|
* Try to bring connect window to top more agressively; require c++0x instead ↵Simon Rettberg2015-02-021-1/+1
| | | | of c++11 so it compiles on gcc 4.6
* Reset debug timeouts, fix autoconnect, remove magic numbersManuel Schneider2014-11-284-14/+20
|
* The sessionID is ignored by manager if client is connecting via auto-connect.Björn Hagemeister2014-09-041-3/+3
|
* Client is able to auto - connect to the same room belonging manager.Björn Hagemeister2014-08-252-11/+29
|
* Fixed unintended bug from yesterday.Björn Hagemeister2014-07-301-1/+1
|
* Correct indenting by tabsManuel Schneider2014-07-211-27/+27
|
* Try to reconnect if the pvsmgr gets disconnectedManuel Schneider2014-05-281-1/+1
|
* Outsource serverDiscovery.Manuel Schneider2014-05-282-0/+232
|
* Several changes:Björn Hagemeister2014-05-261-0/+4
| | | | | | Fixed segmentaion fault, which occured after streaming to all clients. Added sessionName as command line argument to client, so that it connects immediatly after running to given sessionName. If pvsclient shows connected status also display IP-Adress of the running pvsmanager.
* Fix segfault. Drop nullpointer polls since SslSocket is now const. [id == ↵Manuel Schneider2014-05-221-2/+2
| | | | _VNCCLIENT] Logical reduction. Cleanup header.
* Show taskbar tooManuel Schneider2014-05-071-2/+2
| | | | | * Let vnc stream complete screen * Let thumbnail display complete screen
* New Feature: Showing client toolbar while vnc server is running.Björn Hagemeister2014-05-061-1/+1
|
* Increased the timeout for debugging purposes; Instruct vncserver to trasmit justManuel Schneider2014-04-291-3/+15
| | | | the primary desktop; Thumbnails just display the primary dektop
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-3/+28
|
* Fix user name detection in pvsclient.Björn Hagemeister2014-04-141-1/+4
|
* [SERVER] Add "stop projection" buttonsr2013-02-062-2/+15
| | | | | [SERVER] Don't show error message when VNC server stops as expected [SERVER/CLIENT] Implement connection timeout of 15 seconds
* [SERVER/CLIENT] Wait for connection to close properly before deleting socket ↵sr2013-02-052-18/+44
| | | | object
* Initial commitsr2013-02-042-0/+410