summaryrefslogtreecommitdiffstats
path: root/src/server/net/listenserver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-4/+6
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-1/+1
| | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions
* Update code style, fix compiler warningsSimon Rettberg2018-07-241-1/+1
| | | | | | - 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
* Fix SSL on Qt5Simon Rettberg2017-11-161-3/+3
|
* astyle.Christian Klinger2016-09-291-2/+1Star
|
* Merge branch 'master' of git.openslx.org:pvs2Manuel Schneider2014-06-031-1/+0Star
|\
| * Removed some unnecessary qDebug comments.Björn Hagemeister2014-06-021-1/+0Star
| |
* | Remove client list from listenServer. Check maxClients in MainwindowManuel Schneider2014-06-031-9/+0Star
|/
* Several changes:Björn Hagemeister2014-05-261-0/+1
| | | | | | 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.
* Refactor ambigious projectionsSoure to BroadcastSourceManuel Schneider2014-05-221-2/+2
|
* Adding comments for each method in the .cpp files and class definition in ↵Björn Hagemeister2014-04-281-1/+9
| | | | the .h files.
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-1/+1
|
* Initial commitsr2013-02-041-0/+40