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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Enable automatic linking to sources on code.qt.io
HEAD
dev
Topi Reinio
5 days
1
-0
/
+3
*
QWebSocketDataProcessor: Restore utf-8 decoding state
Mårten Nordheim
6 days
1
-4
/
+13
*
QWebSocketPrivate: disconnect/reconnect from/to destroyed
Timur Pocheptsov
2025-04-25
1
-1
/
+5
*
QWebSocketPrivate: start() a QElapsedTimer
Giuseppe D'Angelo
2025-04-07
1
-1
/
+1
*
Remove zone id from IPv6 host in WebSocket handshake
Valentin Batz
2025-03-14
1
-1
/
+20
*
Correct \since label for QML websocket ping functions
Mårten Nordheim
2025-02-08
1
-2
/
+2
*
Add ping support on QQmlWebSocket
Quentin Deldycke
2025-02-05
3
-2
/
+40
*
doc: Update types of QML properties to QML types
David Boddie
2024-12-12
2
-9
/
+9
*
QQmlWebSocket: Make sure to disconnect the QWebSocket before destruction
Dominik Holland
2024-09-19
1
-0
/
+2
*
wasm: warn on QWebSocketServer usage
Morten Sørvig
2024-08-21
1
-0
/
+5
*
Doc: Replace \instantiates with \nativetype
Paul Wicking
2024-08-20
2
-2
/
+2
*
Websocket: fix up url's path if it was empty
Timur Pocheptsov
2024-08-13
1
-0
/
+2
*
Docs: Organize topics in the Qt WebSockets project
Alexei Cazacov
2024-08-07
2
-2
/
+28
*
Remove the use of GENERATE_CPP_EXPORTS argument
Alexey Edelev
2024-05-30
1
-1
/
+0
*
DataProcessor: switch to ChronoTimer, make interval configurable
Mårten Nordheim
2024-05-13
3
-5
/
+28
*
Use QHttpHeaders: Update internal usage of the QNetworkRequest
Lena Biliaieva
2024-05-10
1
-9
/
+10
*
Change license for snippets and examples files
Lucie Gérard
2024-04-05
1
-1
/
+1
*
Use NO_GENERATE_CPP_EXPORTS explicitly
Alexey Edelev
2024-03-25
1
-0
/
+1
*
Use QHttpHeaders in QWebSocketHandshakeRequest
Lena Biliaieva
2024-02-07
3
-5
/
+6
*
Doc: Highlight Simple WebSocket Chat example
Kai Köhne
2023-10-18
1
-0
/
+2
*
Doc: All overviews list categorization
Jaishree Vyas
2023-09-07
1
-1
/
+1
*
Split error message about unsupported WWW-Authenticate challenges
Friedemann Kleint
2023-08-22
1
-5
/
+12
*
QWebSocket: include and fwd-declare what you need
Marc Mutz
2023-08-14
1
-0
/
+3
*
Doc: List of all Qt overviews which are now termed as explanation
Jaishree Vyas
2023-07-24
1
-0
/
+1
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-17
4
-11
/
+13
*
Doc: Remove warninglimit .qdocconf variable
Topi Reinio
2023-06-27
1
-3
/
+0
*
Fix error message not to use exclamation marks
Friedemann Kleint
2023-06-13
1
-1
/
+1
*
wasm: Fix MQTT over websockets
Morten Sørvig
2023-06-07
1
-1
/
+2
*
wasm: fix unconnectedState signal being emitted when closed
Lorn Potter
2023-03-07
1
-0
/
+2
*
wasm: make sure connection is closed before being deleted
Lorn Potter
2023-02-22
2
-2
/
+8
*
wasm: return amount of bytes sent
Lorn Potter
2023-02-10
1
-1
/
+6
*
wasm: make exception for localhost,127.0.0.1 and ::1
Lorn Potter
2023-02-09
1
-5
/
+17
*
Fix CMake Unity (Jumbo) builds
Friedemann Kleint
2023-02-01
3
-10
/
+9
*
wasm: fix depreciated error API
Lorn Potter
2023-01-23
1
-2
/
+2
*
Add the missing QWebSocketProtocol header file
Alexey Edelev
2023-01-16
1
-0
/
+4
*
wasm: fix heap-use-after-free when using deleteLater
Lorn Potter
2022-12-28
2
-4
/
+7
*
Pass number of items to a call to tr()
Mårten Nordheim
2022-12-21
1
-3
/
+4
*
Support 401 response for websocket connections
Mårten Nordheim
2022-12-21
4
-2
/
+137
*
Rewrite translated string to not include '(s)'
Mårten Nordheim
2022-12-19
1
-1
/
+1
*
Turn if..else if..else into a switch
Mårten Nordheim
2022-12-15
1
-3
/
+9
*
Disconnect when handshake fails
Mårten Nordheim
2022-12-15
1
-0
/
+2
*
QWebSocket: honor subprotocols specified with setRawHeader
Mårten Nordheim
2022-11-24
3
-12
/
+29
*
QWebSocket: check correct variable in if-statement
Mårten Nordheim
2022-11-22
1
-1
/
+1
*
Replace QT_HAS_INCLUDE() wrapper macro with __has_include()
Tor Arne Vestbø
2022-11-22
1
-2
/
+2
*
Port to new Q_UNREACHABLE_RETURN()
Marc Mutz
2022-10-19
1
-2
/
+1
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-13
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
5
-8
/
+8
*
Remove/replace uninitialized status line variable in error string
Juha Vuolle
2022-10-05
2
-3
/
+5
*
Fix uninitialized QWebSocket::errorString()
Juha Vuolle
2022-10-05
2
-6
/
+1
*
wasm: fix websocket use from worker thread
Lorn Potter
2022-09-13
1
-1
/
+1
[next]