summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketserver_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-8/+3
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* QWebSocketServer: update handshake timeout to keep up with QSslServerMårten Nordheim2022-08-311-4/+23
* Use QSslServer from QtNetwork and remove own private implementationØystein Heskestad2022-06-141-13/+34
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-301-4/+11
* Reuse qtbase's HTTP header parser to avoid a reinvented wheelØystein Heskestad2021-12-091-2/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-291-6/+6
|\
| * WebSocketServer: Add Q_(UN)LIKELYAndre Hartmann2020-02-261-6/+6
* | Use the new functions/signals introduced in QSslSocketLars Schmertmann2020-01-211-0/+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