Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtWebSockets
Commits
dfc91928
Commit
dfc91928
authored
8 years ago
by
Liang Qi
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/5.8' into dev
Conflicts: .qmake.conf Change-Id: If50b73b1f1e293269404bd8b38088119a0f59f1f
parents
a0aec91b
670266a0
dev
5.10
5.11
5.12
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.9
5.9.8
6.2
6.2.0
6.2.1
6.2.2
wip/cmake
wip/webassembly
v5.15.0-alpha1
v5.14.1
v5.14.0
v5.14.0-rc2
v5.14.0-rc1
v5.14.0-beta3
v5.14.0-beta2
v5.14.0-beta1
v5.14.0-alpha1
v5.13.2
v5.13.1
v5.13.0
v5.13.0-rc3
v5.13.0-rc2
v5.13.0-rc1
v5.13.0-beta4
v5.13.0-beta3
v5.13.0-beta2
v5.13.0-beta1
v5.13.0-alpha1
v5.12.7
v5.12.6
v5.12.5
v5.12.4
v5.12.3
v5.12.2
v5.12.1
v5.12.0
v5.12.0-rc2
v5.12.0-rc1
v5.12.0-beta4
v5.12.0-beta3
v5.12.0-beta2
v5.12.0-beta1
v5.12.0-alpha1
v5.11.3
v5.11.2
v5.11.1
v5.11.0
v5.11.0-rc2
v5.11.0-rc1
v5.11.0-beta4
v5.11.0-beta3
v5.11.0-beta2
v5.11.0-beta1
v5.11.0-alpha1
v5.10.1
v5.10.0
v5.10.0-rc3
v5.10.0-rc2
v5.10.0-rc1
v5.10.0-beta4
v5.10.0-beta3
v5.10.0-beta2
v5.10.0-beta1
v5.10.0-alpha1
v5.9.9
v5.9.8
v5.9.7
v5.9.6
v5.9.5
v5.9.4
v5.9.3
v5.9.2
v5.9.1
v5.9.0
v5.9.0-rc2
v5.9.0-rc1
v5.9.0-beta4
v5.9.0-beta3
v5.9.0-beta2
v5.9.0-beta1
v5.9.0-alpha1
No related merge requests found
Changes
18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
src/imports/qmlwebsockets/qqmlwebsocket.cpp
+5
-5
src/imports/qmlwebsockets/qqmlwebsocket.cpp
src/websockets/doc/src/overview.qdoc
+1
-1
src/websockets/doc/src/overview.qdoc
src/websockets/qwebsocketdataprocessor.cpp
+9
-5
src/websockets/qwebsocketdataprocessor.cpp
src/websockets/qwebsockethandshakerequest.cpp
+6
-10
src/websockets/qwebsockethandshakerequest.cpp
src/websockets/qwebsocketserver.h
+2
-2
src/websockets/qwebsocketserver.h
src/websockets/qwebsocketserver_p.cpp
+5
-3
src/websockets/qwebsocketserver_p.cpp
src/websockets/qwebsocketserver_p.h
+1
-1
src/websockets/qwebsocketserver_p.h
sync.profile
+0
-5
sync.profile
tests/auto/bic/data/QtWebSockets.5.6.0.linux-gcc-amd64.txt
+5016
-0
tests/auto/bic/data/QtWebSockets.5.6.0.linux-gcc-amd64.txt
tests/auto/bic/data/QtWebSockets.5.7.0.linux-gcc-amd64.txt
+5096
-0
tests/auto/bic/data/QtWebSockets.5.7.0.linux-gcc-amd64.txt
tests/auto/websockets/dataprocessor/tst_dataprocessor.cpp
+46
-8
tests/auto/websockets/dataprocessor/tst_dataprocessor.cpp
tests/auto/websockets/handshakerequest/tst_handshakerequest.cpp
+103
-0
...auto/websockets/handshakerequest/tst_handshakerequest.cpp
tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro
+2
-0
tests/auto/websockets/qwebsocketserver/qwebsocketserver.pro
tests/auto/websockets/qwebsocketserver/tst_qwebsocketserver.cpp
+56
-0
...auto/websockets/qwebsocketserver/tst_qwebsocketserver.cpp
tests/auto/websockets/shared/localhost.cert
+18
-0
tests/auto/websockets/shared/localhost.cert
tests/auto/websockets/shared/localhost.key
+27
-0
tests/auto/websockets/shared/localhost.key
tests/auto/websockets/shared/qwebsocketshared.qrc
+6
-0
tests/auto/websockets/shared/qwebsocketshared.qrc
tests/global/global.cfg
+5
-0
tests/global/global.cfg
with
10404 additions
and
40 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets