index
:
qt/qtwebsockets.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
gh-pages
stable
wip/cmake
wip/webassembly
Qt WebSockets
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
websockets
/
qwebsocketserver_p.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: warn on QWebSocketServer usage
Morten Sørvig
2024-08-21
1
-0
/
+5
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-17
1
-9
/
+7
*
Fix CMake Unity (Jumbo) builds
Friedemann Kleint
2023-02-01
1
-8
/
+3
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-1
/
+1
*
QWebSocketServer: update handshake timeout to keep up with QSslServer
Mårten Nordheim
2022-08-31
1
-4
/
+23
*
Use QSslServer from QtNetwork and remove own private implementation
Øystein Heskestad
2022-06-14
1
-13
/
+34
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
1
-38
/
+2
*
Add support for WebSocket Sub-Protocols
Arno Rehn
2022-03-30
1
-4
/
+11
*
Reuse qtbase's HTTP header parser to avoid a reinvented wheel
Øystein Heskestad
2021-12-09
1
-2
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-29
1
-6
/
+6
|
\
|
*
WebSocketServer: Add Q_(UN)LIKELY
Andre Hartmann
2020-02-26
1
-6
/
+6
*
|
Use the new functions/signals introduced in QSslSocket
Lars Schmertmann
2020-01-21
1
-0
/
+6
|
/
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-12-14
1
-1
/
+0
|
\
|
*
Remove extra deleteLater (already done in onSocketDisconnected)
Franck Dude
2019-12-13
1
-1
/
+0
*
|
Add protection against handshake header too large
Franck Dude
2019-12-13
1
-1
/
+9
*
|
Fix websocket handshake request header parsing
Franck Dude
2019-12-13
1
-6
/
+27
|
/
*
websocket server: add timeout to abort incomplete handshakes
Heiko Voigt
2019-04-29
1
-3
/
+34
*
Don't use internal members of QObject
Lars Knoll
2019-02-11
1
-5
/
+8
*
Fix detection of the end of HTTP request headers
Aleksey Lysenko
2018-08-29
1
-1
/
+3
*
Use QObjectPrivate::q_ptr instead of shadowing it
Jesus Fernandez
2018-08-14
1
-12
/
+9
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-20
1
-0
/
+5
|
\
|
*
Fix handshakeReceived not being invoked in some situation
Mårten Nordheim
2017-10-27
1
-0
/
+5
*
|
Replace Q_NULLPTR with nullptr
Kevin Funk
2017-09-26
1
-2
/
+2
|
/
*
Add a function to hand off a tcp socket to the websocket server
Aleksey Lysenko
2017-01-27
1
-11
/
+15
*
Fixed wrong scheme for secure websocket
Aleksey Lysenko
2016-12-16
1
-1
/
+1
*
Delete disconnected socket
Aleksey Lysenko
2016-12-13
1
-2
/
+4
*
Add support for TLS PSK (client and server)
André Klitzing
2016-06-12
1
-0
/
+2
*
Updated license headers
Antti Kokko
2016-01-20
1
-14
/
+20
*
Fix DoS vulnerability
v5.5.1
Kurt Pattyn
2015-09-06
1
-1
/
+7
*
QWebSocketServer: handle new connection after invalid one
Liang Qi
2015-05-29
1
-7
/
+9
*
Update copyright headers
Jani Heikkinen
2015-02-16
1
-6
/
+6
*
Set parent of internal server objects
Peter Kümmel
2014-11-18
1
-4
/
+2
*
Update license headers and add new license files
v5.4.0-alpha1
Antti Kokko
2014-08-24
1
-18
/
+10
*
Remove superfluous qWarning statements
Kurt Pattyn
2014-05-05
1
-5
/
+0
*
Use correct casing for WebSocket
v5.3.0-rc1
Kurt Pattyn
2014-04-10
1
-1
/
+1
*
Use the proper protocol names
Sze Howe Koh
2014-04-09
1
-1
/
+1
*
Fix Google Chrome connection problem
Kurt Pattyn
2014-03-10
1
-4
/
+14
*
Rename websockets.pro -> qtwebsockets.pro
Sergio Ahumada
2014-02-16
1
-3
/
+6
*
Adapt copyright header
Kurt Pattyn
2014-02-15
1
-1
/
+1
*
Use queued connection for readyRead connection
Kurt Pattyn
2014-02-14
1
-1
/
+5
*
Do not try to invoke/emit signal on shutdown.
Milian Wolff
2014-02-06
1
-5
/
+7
*
Do not access QObject API before its private data is initialized.
Milian Wolff
2014-02-06
1
-0
/
+7
*
Use QObjectPrivate instead of dedicated d-ptr
Kurt Pattyn
2014-02-05
1
-77
/
+85
*
Add unit tests for QWebSocketServer
Kurt Pattyn
2014-02-02
1
-0
/
+2
*
Remove parenting of QWebSockets in QWebSocketServer
Kurt Pattyn
2014-02-02
1
-1
/
+0
*
Check return value of listen and set appropriate error and description
Kurt Pattyn
2014-02-02
1
-1
/
+4
*
Add private method to set error from QAbstractSocket::error
Kurt Pattyn
2014-02-02
1
-0
/
+10
*
Remove qWarning statements
Kurt Pattyn
2014-02-02
1
-4
/
+0
*
Remove unconditional debug output.
Milian Wolff
2014-02-01
1
-1
/
+0
*
Fix wrong comparison
Kurt Pattyn
2014-01-25
1
-1
/
+2
[next]