summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketserver_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix handshakeReceived not being invoked in some situationMårten Nordheim2017-10-271-0/+5
* Add a function to hand off a tcp socket to the websocket serverAleksey Lysenko2017-01-271-11/+15
* Fixed wrong scheme for secure websocketAleksey Lysenko2016-12-161-1/+1
* Delete disconnected socketAleksey Lysenko2016-12-131-2/+4
* Add support for TLS PSK (client and server)André Klitzing2016-06-121-0/+2
* Updated license headersAntti Kokko2016-01-201-14/+20
* Fix DoS vulnerabilityv5.5.15.5.1Kurt Pattyn2015-09-061-1/+7
* QWebSocketServer: handle new connection after invalid oneLiang Qi2015-05-291-7/+9
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* Set parent of internal server objectsPeter Kümmel2014-11-181-4/+2
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* Remove superfluous qWarning statementsKurt Pattyn2014-05-051-5/+0
* Use correct casing for WebSocketv5.3.0-rc1Kurt Pattyn2014-04-101-1/+1
* Use the proper protocol namesSze Howe Koh2014-04-091-1/+1
* Fix Google Chrome connection problemKurt Pattyn2014-03-101-4/+14
* Rename websockets.pro -> qtwebsockets.proSergio Ahumada2014-02-161-3/+6
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Use queued connection for readyRead connectionKurt Pattyn2014-02-141-1/+5
* Do not try to invoke/emit signal on shutdown.Milian Wolff2014-02-061-5/+7
* Do not access QObject API before its private data is initialized.Milian Wolff2014-02-061-0/+7
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-77/+85
* Add unit tests for QWebSocketServerKurt Pattyn2014-02-021-0/+2
* Remove parenting of QWebSockets in QWebSocketServerKurt Pattyn2014-02-021-1/+0
* Check return value of listen and set appropriate error and descriptionKurt Pattyn2014-02-021-1/+4
* Add private method to set error from QAbstractSocket::errorKurt Pattyn2014-02-021-0/+10
* Remove qWarning statementsKurt Pattyn2014-02-021-4/+0
* Remove unconditional debug output.Milian Wolff2014-02-011-1/+0
* Fix wrong comparisonKurt Pattyn2014-01-251-1/+2
* Rename SecureMode to SslModeKurt Pattyn2014-01-201-5/+5
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-181-8/+8
* 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