summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketserver_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add a function to hand off a tcp socket to the websocket serverAleksey Lysenko2017-01-271-0/+3
* Delete disconnected socketAleksey Lysenko2016-12-131-1/+1
* Updated license headersAntti Kokko2016-01-201-14/+20
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* Rename websockets.pro -> qtwebsockets.proSergio Ahumada2014-02-161-0/+1
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Do not try to invoke/emit signal on shutdown.Milian Wolff2014-02-061-1/+1
* Do not access QObject API before its private data is initialized.Milian Wolff2014-02-061-0/+1
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-11/+9
* Add private method to set error from QAbstractSocket::errorKurt Pattyn2014-02-021-0/+2
* Rename SecureMode to SslModeKurt Pattyn2014-01-201-6/+6
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-181-2/+2
* Add a few more const refsFrederik Gladhorn2014-01-181-1/+1
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-1/+3
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-111-1/+0
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-3/+7
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-061-3/+19
* Sanitize include directivesKurt Pattyn2013-11-061-4/+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-1/+1
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-1/+1
* update class & filenamesSteven Ceuppens2013-09-291-1/+2
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+101