aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enable automatic linking to sources on code.qt.ioHEADdevTopi Reinio5 days1-0/+3
* QWebSocketDataProcessor: Restore utf-8 decoding stateMårten Nordheim6 days1-4/+13
* QWebSocketPrivate: disconnect/reconnect from/to destroyedTimur Pocheptsov2025-04-251-1/+5
* QWebSocketPrivate: start() a QElapsedTimerGiuseppe D'Angelo2025-04-071-1/+1
* Remove zone id from IPv6 host in WebSocket handshakeValentin Batz2025-03-141-1/+20
* Correct \since label for QML websocket ping functionsMårten Nordheim2025-02-081-2/+2
* Add ping support on QQmlWebSocketQuentin Deldycke2025-02-053-2/+40
* doc: Update types of QML properties to QML typesDavid Boddie2024-12-122-9/+9
* QQmlWebSocket: Make sure to disconnect the QWebSocket before destructionDominik Holland2024-09-191-0/+2
* wasm: warn on QWebSocketServer usageMorten Sørvig2024-08-211-0/+5
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-202-2/+2
* Websocket: fix up url's path if it was emptyTimur Pocheptsov2024-08-131-0/+2
* Docs: Organize topics in the Qt WebSockets projectAlexei Cazacov2024-08-072-2/+28
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-05-301-1/+0
* DataProcessor: switch to ChronoTimer, make interval configurableMårten Nordheim2024-05-133-5/+28
* Use QHttpHeaders: Update internal usage of the QNetworkRequestLena Biliaieva2024-05-101-9/+10
* Change license for snippets and examples filesLucie Gérard2024-04-051-1/+1
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-251-0/+1
* Use QHttpHeaders in QWebSocketHandshakeRequestLena Biliaieva2024-02-073-5/+6
* Doc: Highlight Simple WebSocket Chat exampleKai Köhne2023-10-181-0/+2
* Doc: All overviews list categorizationJaishree Vyas2023-09-071-1/+1
* Split error message about unsupported WWW-Authenticate challengesFriedemann Kleint2023-08-221-5/+12
* QWebSocket: include and fwd-declare what you needMarc Mutz2023-08-141-0/+3
* Doc: List of all Qt overviews which are now termed as explanationJaishree Vyas2023-07-241-0/+1
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-174-11/+13
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* Fix error message not to use exclamation marksFriedemann Kleint2023-06-131-1/+1
* wasm: Fix MQTT over websocketsMorten Sørvig2023-06-071-1/+2
* wasm: fix unconnectedState signal being emitted when closedLorn Potter2023-03-071-0/+2
* wasm: make sure connection is closed before being deletedLorn Potter2023-02-222-2/+8
* wasm: return amount of bytes sentLorn Potter2023-02-101-1/+6
* wasm: make exception for localhost,127.0.0.1 and ::1Lorn Potter2023-02-091-5/+17
* Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-013-10/+9
* wasm: fix depreciated error APILorn Potter2023-01-231-2/+2
* Add the missing QWebSocketProtocol header fileAlexey Edelev2023-01-161-0/+4
* wasm: fix heap-use-after-free when using deleteLaterLorn Potter2022-12-282-4/+7
* Pass number of items to a call to tr()Mårten Nordheim2022-12-211-3/+4
* Support 401 response for websocket connectionsMårten Nordheim2022-12-214-2/+137
* Rewrite translated string to not include '(s)'Mårten Nordheim2022-12-191-1/+1
* Turn if..else if..else into a switchMårten Nordheim2022-12-151-3/+9
* Disconnect when handshake failsMårten Nordheim2022-12-151-0/+2
* QWebSocket: honor subprotocols specified with setRawHeaderMårten Nordheim2022-11-243-12/+29
* QWebSocket: check correct variable in if-statementMårten Nordheim2022-11-221-1/+1
* Replace QT_HAS_INCLUDE() wrapper macro with __has_include()Tor Arne Vestbø2022-11-221-2/+2
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-191-2/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-131-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-075-8/+8
* Remove/replace uninitialized status line variable in error stringJuha Vuolle2022-10-052-3/+5
* Fix uninitialized QWebSocket::errorString()Juha Vuolle2022-10-052-6/+1
* wasm: fix websocket use from worker threadLorn Potter2022-09-131-1/+1