summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketserver_p.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add optimizationsKurt Pattyn2013-12-231-11/+16
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-62/+62
* Wrap ssl implementation in ifdef statementKurt Pattyn2013-11-071-0/+2
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-061-3/+49
* Sanitize include directivesKurt Pattyn2013-11-061-3/+4
* Add correct license headersKurt Pattyn2013-11-011-18/+40
* Replace int with qintptr for socket descriptorKurt Pattyn2013-11-011-2/+2
* Replaced getter methods of HandshakeResponse to be in line with QtKurt Pattyn2013-10-141-29/+34
* Renamed getters in HandshakeRequest to comply with QtKurt Pattyn2013-10-131-1/+1
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-5/+5
* update class & filenamesSteven Ceuppens2013-09-291-6/+6
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+362