index
:
delta/qt5/qtwebchannel.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.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
wip/cmake
wip/qt6
code.qt.io: qt/qtwebchannel.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qwebchannel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QStringLiteral here.
Milian Wolff
2013-11-01
1
-1
/
+1
*
Use 127.0.0.1. instead of localhost.
Milian Wolff
2013-11-01
1
-1
/
+1
*
Add support for websocket ping/pongs.
Milian Wolff
2013-11-01
1
-0
/
+7
*
Validate the QWebChannel secret and use the QWebChannel protocol.
Milian Wolff
2013-11-01
1
-20
/
+28
*
Refactor QWebChannel to use a custom WebSocket server implementation.
Milian Wolff
2013-11-01
1
-403
/
+60
*
Silence RemoteHostCloseError.
Milian Wolff
2013-11-01
1
-1
/
+5
*
Output TCP server and socket errors.
Milian Wolff
2013-11-01
1
-0
/
+14
*
Also add content-length to QWebChannelResponder to make it stabler.
Milian Wolff
2013-11-01
1
-4
/
+14
*
Add assertion.
Milian Wolff
2013-11-01
1
-0
/
+1
*
Send a proper Content-Length header for broadcasts.
Milian Wolff
2013-11-01
1
-2
/
+4
*
Add warnings if something went wrong in the responder.
Milian Wolff
2013-11-01
1
-3
/
+9
*
Fix long-polling issue of dropped events.
Milian Wolff
2013-11-01
1
-22
/
+37
*
Clarify connections between webview and webchannel.
Milian Wolff
2013-11-01
1
-0
/
+1
*
Refactor the QObject QWebChannel and make the API reusable.
Milian Wolff
2013-11-01
1
-0
/
+9
*
Port src and examples/qtobject to current Qt5
Milian Wolff
2013-11-01
1
-1
/
+0
*
QObject example
No'am Rosenthal
2011-08-09
1
-3
/
+0
*
Add retain slot, and shell example
No'am Rosenthal
2011-08-08
1
-1
/
+34
*
Some cleanup
No'am Rosenthal
2011-08-08
1
-4
/
+2
*
Switched to using http POST for exec/subscribe
No'am Rosenthal
2011-08-08
1
-36
/
+93
*
Use navigator.createWebChannel instead of a global navigator.webChannel
No'am Rosenthal
2011-08-04
1
-11
/
+11
*
Switch to using an IFrame
No'am Rosenthal
2011-08-04
1
-6
/
+16
*
Clean allowedOrigins
No'am Rosenthal
2011-07-14
1
-10
/
+0
*
move the invoking JS to the server side
No'am Rosenthal
2011-07-14
1
-3
/
+15
*
Remove some dead code
No'am Rosenthal
2011-07-13
1
-3
/
+3
*
Remove some dead code
No'am Rosenthal
2011-07-13
1
-21
/
+3
*
Switch from WebSockets to Comet
No'am Rosenthal
2011-07-13
1
-53
/
+95
*
Use Uuids instead of int IDs
No'am Rosenthal
2011-07-05
1
-12
/
+4
*
Allow incremental responses
No'am Rosenthal
2011-07-05
1
-37
/
+45
*
Improved on the example
No'am Rosenthal
2011-07-01
1
-1
/
+1
*
QWebChannel
No'am Rosenthal
2011-06-30
1
-0
/
+324