summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketserver_p.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add a few more const refsFrederik Gladhorn2014-01-181-1/+1
* Simplify handshake reading functionsFrederik Gladhorn2014-01-171-1/+1
* Use new connect syntaxKurt Pattyn2014-01-131-10/+12
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-10/+21
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-111-8/+0
* Check on max pending connections before accepting a connectionKurt Pattyn2014-01-041-0/+7
* Adapt to Qt coding styleKurt Pattyn2014-01-041-20/+12
* 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