summaryrefslogtreecommitdiffstats
path: root/src/client/net
Commit message (Collapse)AuthorAgeFilesLines
* [*] 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