index
:
delta/qt5/qtwebsockets.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
dev
gh-pages
stable
wip/cmake
wip/qt6
wip/webassembly
code.qt.io: qt/qtwebsockets.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
websockets
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Update commercial license headers"
v5.15.3-lts-lgpl
Tarja Sundqvist
2021-03-22
30
-592
/
+592
*
Update commercial license headers
Tarja Sundqvist
2021-01-27
30
-592
/
+592
*
Clear frame on reconnect
Allan Sandfeld Jensen
2021-01-26
1
-0
/
+1
*
Add doc note about internal ping/pong handling
Andre Hartmann
2020-12-21
1
-0
/
+3
*
QWebSocket: websocket is a websocket, not a TLS socket necessary
Timur Pocheptsov
2020-11-24
2
-2
/
+18
*
Doc: Remove 'nolink' hack for WebSockets
Topi Reinio
2020-07-02
1
-21
/
+0
*
QSslServer - adopt the newly created socket
Timur Pocheptsov
2020-06-26
1
-1
/
+1
*
Make sure child QObjects get moved-to-thread along with the owner
Mårten Nordheim
2020-05-18
4
-25
/
+25
*
QAbstractSocket: Fix warnings from deprecated error signal
v5.15.0-beta4
v5.15.0-beta3
Mårten Nordheim
2020-03-23
1
-2
/
+1
*
Add a public api to set max frame and message size (CVE-2018-21035)
Franck Dude
2020-03-19
8
-10
/
+285
*
Use Qt::SplitBehavior in preference to QString::SplitBehavior
Edward Welbourne
2020-03-02
2
-8
/
+6
*
Revert "QWebSocket - do not use deprecated member-function"
Allan Sandfeld Jensen
2020-02-27
1
-1
/
+1
*
WebSocketServer: Add Q_(UN)LIKELY
Andre Hartmann
2020-02-26
1
-6
/
+6
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-02-25
1
-2
/
+3
|
\
|
*
Doc: fix missing closing comment
Andre Hartmann
2020-02-24
1
-0
/
+1
|
*
Doc: fix links to autobahn testsuite
Andre Hartmann
2020-02-24
1
-2
/
+2
*
|
Change QMap to QMultiMap
Mårten Nordheim
2020-01-23
4
-6
/
+6
*
|
QWebSocket - do not use deprecated member-function
Timur Pocheptsov
2020-01-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2019-12-14
2
-7
/
+2
|
\
\
|
|
/
|
*
Remove extra deleteLater (already done in onSocketDisconnected)
Franck Dude
2019-12-13
1
-1
/
+0
|
*
Don't add port in Host header unless specified
Lander Noterman
2019-11-21
1
-6
/
+2
*
|
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
3
-8
/
+33
*
|
Cleanup QWebSocketFrame
Christian Ehrlicher
2019-11-26
2
-147
/
+15
|
/
*
Doc: Remove broken documentation comments
Topi Reinio
2019-11-11
1
-25
/
+0
*
Add support for chrono versions of handshakeTimeout functions
v5.14.0-beta2
Mårten Nordheim
2019-10-09
2
-4
/
+34
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Qt Forward Merge Bot
2019-09-17
1
-4
/
+12
|
\
|
*
wasm: make sendBinaryMessage work in threaded mode
Morten Johan Sørvig
2019-09-13
1
-4
/
+12
*
|
Add missing \since 5.14 to new API
Mårten Nordheim
2019-08-30
1
-0
/
+2
*
|
Take 2: Properly handle multiple websocket frames in one TCP frame
Mårten Nordheim
2019-08-28
1
-1
/
+1
*
|
QWebsocket doesn't receive message with size larger than 1M
Ryan Chu
2019-08-28
3
-9
/
+13
*
|
Merge dev into 5.14
Kari Oikarinen
2019-08-27
5
-192
/
+225
|
\
\
|
*
|
Remove waitForReadyRead from QWebSocketFrame::readFrame
Ryan Chu
2019-08-23
5
-36
/
+56
|
*
|
Make QWebSocketFrame::readFrame as a non-static public function
Ryan Chu
2019-08-23
4
-21
/
+20
|
*
|
Add an internal state to keep the processing state of frame reading
Ryan Chu
2019-08-23
2
-52
/
+41
|
*
|
Divide QWebSocketFrame::readFrame into subroutines
Ryan Chu
2019-08-23
2
-142
/
+167
*
|
|
Use QElapsedTimer instead of QTime for the ping timer
Friedemann Kleint
2019-08-23
2
-2
/
+4
*
|
|
Prospective fix for compilation with WebAssembly/MinGW73
Friedemann Kleint
2019-08-22
1
-3
/
+6
|
/
/
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-16
1
-0
/
+1
|
\
\
|
|
/
|
*
Doc: Replace example file lists with links to code.qt.io
Topi Reinio
2019-07-09
1
-0
/
+1
*
|
Fix deprecation warnings in QWebSocketHandshakeResponse::getHandshakeResponse()
Friedemann Kleint
2019-05-27
1
-6
/
+18
*
|
websocket server: add timeout to abort incomplete handshakes
Heiko Voigt
2019-04-29
6
-5
/
+99
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-13
2
-7
/
+7
|
\
\
|
|
/
|
*
Automatically register the latest import version
v5.13.0-beta3
Kai Koehne
2019-04-12
2
-7
/
+7
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-03-12
2
-0
/
+8
|
\
\
|
|
/
|
*
wasm: fix validity state
v5.13.0-beta1
Lorn Potter
2019-03-11
2
-0
/
+8
*
|
Don't use internal members of QObject
Lars Knoll
2019-02-11
1
-5
/
+8
|
/
*
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2019-01-05
2
-1
/
+5
|
\
|
*
wasm: set and update socket state
Lorn Potter
2019-01-04
2
-1
/
+5
*
|
Set the protocol type so that PAC scripts handle ws/wss correctly
Andy Shaw
2018-12-26
1
-0
/
+2
[next]