aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Remove usages of the second argument of a "\page" commandLuca Di Sera2022-09-082-2/+2
* QWebSocketServer: update handshake timeout to keep up with QSslServerMårten Nordheim2022-08-312-7/+24
* Purge remaining usage of Q_NULLPTRJohannes Kauffmann2022-08-292-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* wasm: improve close code messageLorn Potter2022-08-102-3/+35
* wasm: fix use after freeLorn Potter2022-08-081-8/+10
* Replace QWebSocket::error signal with QWebSocket::errorOccurredØystein Heskestad2022-08-036-40/+62
* Handshake: Pass max header field size to the parserMårten Nordheim2022-07-121-0/+1
* Add license headers to cmake filesLucie Gérard2022-07-074-0/+12
* Use standard macros and make move constructor inlineAllan Sandfeld Jensen2022-06-212-6/+8
* Use QSslServer from QtNetwork and remove own private implementationØystein Heskestad2022-06-144-198/+34
* Use SPDX license identifiersLucie Gérard2022-06-1045-1638/+90
* QtWebSockets: replace qSwap with member-swap where possibleMarc Mutz2022-05-111-1/+1
* Fix remaining documentation warnings and enable doc testing in CITopi Reinio2022-05-092-13/+13
* wasm: Refactor to use websocket.h APILorn Potter2022-04-273-105/+185
* Mark QWebSocketHandshakeOptions() move-constructor as noexceptEdward Welbourne2022-04-052-2/+2