summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handshake looping infinitely making no progressMårten Nordheim2022-04-011-6/+9
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-3018-42/+611
* Doc: Revise Qt WebSockets module landing pageAndreas Eliasson2022-03-281-33/+33
* Remove .prev_CMakeLists.txtKai Köhne2022-03-221-25/+0
* Make sure all private headers include at least one otherThiago Macieira2022-03-085-2/+5
* Fix order of signals around disconnectionJoni Poikelin2022-02-011-3/+1
* Style fix: dedent closing doc tagsArno Rehn2022-01-242-17/+17
* Fix setting of socket optionsJoni Poikelin2022-01-121-4/+8
* Port QWebSocketProtocol::versionFromString() to QStringViewMarc Mutz2021-12-173-4/+5
* QWebSocketProtocol: fix potential UB (signed overflow) in masking operationMarc Mutz2021-12-171-1/+1
* Reuse qtbase's HTTP header parser to avoid a reinvented wheelØystein Heskestad2021-12-094-103/+68
* Doc: Fix typo in \qtcmakepackage commandPaul Wicking2021-10-211-1/+1