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
Changes
18
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