summaryrefslogtreecommitdiffstats
path: root/src/shared/networkmessage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [*] Convert old C-Style castsSimon Rettberg2018-07-261-10/+10
| | | | | 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-19/+19
| | | | | | - 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
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-14/+14
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* astyle.Christian Klinger2016-09-291-53/+27Star
|
* Fix infinite loop when receiving incomplete headersSimon Rettberg2016-09-091-14/+14
|
* Several changes:Manuel Schneider2014-05-211-1/+1
| | | | | | | | * [Client] Remove unneccessary members _ip, * [Client] Remove unneccessary class forward of QSslSocket * [Client] Make member initializer list of non-const members part of ctor * [Client] Make _socket pointer const member * [Client] Drop socket-delete indirektion
* Remvoe unneccesary membervariable _toClient and method buildErrorMessage ↵Manuel Schneider2014-05-201-5/+0Star
| | | | (implicit cast does it as well)
* [SHARED] Add missing error message if network message parsing failssr2013-02-051-0/+3
|
* [SERVER] Implement all four VNC projection modessr2013-02-051-3/+3
|
* Initial commitsr2013-02-041-0/+296