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
/
imports
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2018-10-02
3
-2
/
+4
|
\
|
*
Update plugins.qmltypes
Kai Koehne
2018-09-27
3
-2
/
+4
*
|
Use fully-qualified QQmlWebSocket::Status
André Klitzing
2018-09-24
1
-1
/
+1
|
/
*
Remove redundant options and a stray define
Jesus Fernandez
2018-08-17
2
-4
/
+2
*
Use override keyword
Jesus Fernandez
2018-08-10
2
-6
/
+6
*
Remove the code to manually initialize resources in static builds
Simon Hausmann
2018-04-27
1
-8
/
+1
*
Use QStringLiteral to fix clazy-qstring-allocations
André Klitzing
2017-10-30
1
-1
/
+1
*
Replace Q_ENUMS by Q_ENUM
André Klitzing
2017-10-10
1
-1
/
+1
*
QQmlWebSocket::setUrl(): let open() decided what to actually do
Edward Welbourne
2017-05-04
1
-3
/
+1
*
Fixed WebSocket status doc
Aleksey Lysenko
2016-12-13
1
-5
/
+5
*
Fix loading of QML plugins
v5.8.0-alpha1
Simon Hausmann
2016-08-29
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-04-08
3
-5
/
+12
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
v5.7.0-beta1
Liang Qi
2016-04-08
2
-5
/
+4
|
|
\
|
|
*
Doc: Avoid auto-linking of WebSocket, WebSockets
Kai Koehne
2016-04-07
2
-3
/
+3
|
|
*
Doc: Add external-resources.qdoc
Kai Koehne
2016-04-07
1
-2
/
+1
|
*
|
Enable using the module in a statically built application
v5.7.0-alpha1
Andy Shaw
2016-02-26
1
-0
/
+8
*
|
|
Add binary message support to QML WebSocket type
Nobuaki Sukegawa
2016-03-05
5
-5
/
+42
|
/
/
*
|
Updated license headers
Antti Kokko
2016-01-20
6
-84
/
+120
|
/
*
Update plugins.qmltypes
Kai Koehne
2015-10-15
2
-4
/
+4
*
Update plugins.qmltypes
Nobuaki Sukegawa
2015-10-13
1
-2
/
+2
*
WebSocketServer: use int type for port
Liang Qi
2015-07-22
2
-8
/
+14
*
Update plugins.qmltypes for QtWebSockets and Qt.WebSockets
Liang Qi
2015-05-26
3
-3
/
+101
*
Fix qmldir for qmlwebsockets_compat
Liang Qi
2015-05-22
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-16
6
-36
/
+36
*
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-12-17
1
-0
/
+2
|
\
|
*
Hardcode QtQml version import in .pro file
Kai Koehne
2014-12-05
1
-0
/
+2
*
|
Rename QML import from "Qt.WebSockets" to "QtWebSockets"
Sze Howe Koh
2014-12-01
9
-9
/
+22
|
/
*
Update the plugins.qmltypes meta data.
Milian Wolff
2014-10-14
1
-0
/
+50
*
Improve the integration of QtWebsockets into general Qt docs
v5.4.0-beta1
Alex Blasche
2014-09-28
2
-0
/
+2
*
Update license headers and add new license files
v5.4.0-alpha1
Antti Kokko
2014-08-24
6
-108
/
+60
*
Merge remote-tracking branch 'origin/5.3' into dev
Frederik Gladhorn
2014-07-14
1
-2
/
+2
|
\
|
*
Use 0 instead of Q_NULLPTR in public headers.
v5.3.2
5.3.2
Sergio Martins
2014-07-11
1
-1
/
+1
*
|
Add initial support for a declarative WebSocketServer.
Milian Wolff
2014-07-02
7
-10
/
+442
|
/
*
Document WebSocket::sendTextMessage(string message)
Richard Moe Gustavsen
2014-05-23
1
-0
/
+5
*
Add missing classname for module in qmldir.
v5.3.0
Frederik Gladhorn
2014-05-09
3
-2
/
+3
*
Use the proper protocol names
Sze Howe Koh
2014-04-09
2
-2
/
+2
*
Adapt copyright header
Kurt Pattyn
2014-02-15
4
-4
/
+4
*
Correct include path
Kurt Pattyn
2014-02-02
1
-1
/
+1
*
Small fix to error text
Kurt Pattyn
2014-01-20
1
-1
/
+1
*
Rename write methods
Kurt Pattyn
2014-01-20
1
-1
/
+1
*
Fix typo (passive requires past participle)
Frederik Gladhorn
2014-01-17
1
-1
/
+1
*
Update documentation
Kurt Pattyn
2014-01-13
1
-4
/
+6
*
Use new connect syntax
Kurt Pattyn
2014-01-13
1
-3
/
+7
*
Link qml documentation and make it visible in creator
Frederik Gladhorn
2014-01-11
1
-0
/
+1
*
Add Qml documentation
Kurt Pattyn
2013-12-27
1
-1
/
+41
*
Add optimizations
Kurt Pattyn
2013-12-23
3
-13
/
+26
*
Add extra documentation
Kurt Pattyn
2013-12-22
1
-0
/
+17
*
Add QML websockets plugin
Kurt Pattyn
2013-11-25
6
-16
/
+275
*
Add correct license headers
Kurt Pattyn
2013-11-01
4
-72
/
+160
*
make use of the new Q_NULLPTR keyword & shorten if(ptr) conditions
Steven Ceuppens
2013-10-11
1
-1
/
+1
[next]