index
:
qt/qtwebsockets.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
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
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
gh-pages
stable
wip/cmake
wip/webassembly
Qt WebSockets
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
websockets
/
qwebsocket.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QWebSocket: include and fwd-declare what you need
Marc Mutz
2023-08-14
1
-0
/
+3
*
Support 401 response for websocket connections
Mårten Nordheim
2022-12-21
1
-0
/
+1
*
Replace QWebSocket::error signal with QWebSocket::errorOccurred
Øystein Heskestad
2022-08-03
1
-0
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
1
-38
/
+2
*
Add support for WebSocket Sub-Protocols
Arno Rehn
2022-03-30
1
-0
/
+8
*
Update dependencies on 'dev' in qt/qtwebsockets
Liang Qi
2020-07-01
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-03-31
1
-0
/
+11
|
\
|
*
Add a public api to set max frame and message size (CVE-2018-21035)
Franck Dude
2020-03-19
1
-0
/
+11
*
|
Use the new functions/signals introduced in QSslSocket
Lars Schmertmann
2020-01-21
1
-0
/
+6
|
/
*
Use override keyword
Jesus Fernandez
2018-08-10
1
-1
/
+1
*
QWebSocket: Add 'bytesToWrite'
Mårten Nordheim
2018-04-14
1
-0
/
+2
*
Replace Q_NULLPTR with nullptr
Kevin Funk
2017-09-26
1
-2
/
+2
*
Add support for TLS PSK (client and server)
André Klitzing
2016-06-12
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-07
1
-1
/
+1
|
\
|
*
Make public headers compile with -Wzero-as-null-pointer-constant
Marc Mutz
2016-03-03
1
-1
/
+1
*
|
Updated license headers
Antti Kokko
2016-01-20
1
-14
/
+20
|
/
*
Add open(const QNetworkRequest &) and request()
Luca Niccoli
2015-04-08
1
-0
/
+3
*
Update copyright headers
Jani Heikkinen
2015-02-16
1
-6
/
+6
*
Update license headers and add new license files
v5.4.0-alpha1
Antti Kokko
2014-08-24
1
-18
/
+10
*
Use 0 instead of Q_NULLPTR in public headers.
v5.3.2
Sergio Martins
2014-07-11
1
-1
/
+1
*
fix compilation with QT_NO_NETWORKPROXY
Maurice Kalinowski
2014-03-18
1
-0
/
+1
*
Adapt copyright header
Kurt Pattyn
2014-02-15
1
-1
/
+1
*
Add user configurable mask generation
Kurt Pattyn
2014-02-15
1
-0
/
+3
*
Sanitize open() method
Kurt Pattyn
2014-02-07
1
-1
/
+1
*
Use QObjectPrivate instead of dedicated d-ptr
Kurt Pattyn
2014-02-05
1
-1
/
+0
*
Remove superfluous Q_REQUIRED_RESULT
Kurt Pattyn
2014-02-04
1
-2
/
+2
*
Remove socketOption functionality
Kurt Pattyn
2014-02-01
1
-2
/
+0
*
Removed unsupported functionality
Kurt Pattyn
2014-02-01
1
-2
/
+0
*
Rename write methods
Kurt Pattyn
2014-01-20
1
-2
/
+2
*
Remove dubious functions
Kurt Pattyn
2014-01-20
1
-2
/
+0
*
Rename enumerations to comply with Qt style
Kurt Pattyn
2014-01-18
1
-2
/
+2
*
Use const ref in public signals
Frederik Gladhorn
2014-01-17
1
-5
/
+5
*
Limit line length to 100 characters.
Kurt Pattyn
2014-01-12
1
-6
/
+8
*
Remove waitXXX() methods from websockets
Kurt Pattyn
2014-01-11
1
-3
/
+0
*
Add optimizations
Kurt Pattyn
2013-12-23
1
-1
/
+3
*
Add close code and close reason getter functions
Kurt Pattyn
2013-11-17
1
-0
/
+2
*
Sanitize include directives
Kurt Pattyn
2013-11-06
1
-4
/
+4
*
Add correct license headers
Kurt Pattyn
2013-11-01
1
-20
/
+42
*
Add functionality to ignore ssl errors
Kurt Pattyn
2013-11-01
1
-0
/
+7
*
Implement of secure web sockets
Kurt Pattyn
2013-10-31
1
-1
/
+11
*
Remove QtWebSockets from include directives
Kurt Pattyn
2013-10-15
1
-2
/
+2
*
make use of the new Q_NULLPTR keyword & shorten if(ptr) conditions
Steven Ceuppens
2013-10-11
1
-2
/
+2
*
Update to fix minor compiler warnings
Steven Ceuppens
2013-10-01
1
-2
/
+2
*
update _global file, to match Qt default
Steven Ceuppens
2013-09-29
1
-1
/
+2
*
removed unused includes
Steven Ceuppens
2013-09-29
1
-3
/
+0
*
whitesapce updates
Steven Ceuppens
2013-09-29
1
-1
/
+1
*
update class & filenames
Steven Ceuppens
2013-09-29
1
-2
/
+2
*
Changes to integrate the websocket module as a full Qt Add-On module
Steven Ceuppens
2013-09-28
1
-0
/
+116