summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketserver_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* WebSocketServer: Add Q_(UN)LIKELYAndre Hartmann2020-02-261-6/+6
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-141-1/+0
|\
| * Remove extra deleteLater (already done in onSocketDisconnected)Franck Dude2019-12-131-1/+0
* | Add protection against handshake header too largeFranck Dude2019-12-131-1/+9
* | Fix websocket handshake request header parsingFranck Dude2019-12-131-6/+27
|/
* websocket server: add timeout to abort incomplete handshakesHeiko Voigt2019-04-291-3/+34
* Don't use internal members of QObjectLars Knoll2019-02-111-5/+8
* Fix detection of the end of HTTP request headersAleksey Lysenko2018-08-291-1/+3
* Use QObjectPrivate::q_ptr instead of shadowing itJesus Fernandez2018-08-141-12/+9
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-0/+5
|\
| * Fix handshakeReceived not being invoked in some situationMårten Nordheim2017-10-271-0/+5
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-2/+2
|/
* 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