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