summaryrefslogtreecommitdiff
path: root/src/websockets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* 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-035-38/+61
* Handshake: Pass max header field size to the parserMårten Nordheim2022-07-121-0/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* 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-1039-1410/+78
* 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-3014-41/+525
* Doc: Revise Qt WebSockets module landing pageAndreas Eliasson2022-03-281-33/+33
* 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
* 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
* Reuse header http parsing code from QtNetworkØystein Heskestad2021-10-083-180/+104
* Doc: Correct a recently introduced typo in an \externalpage linkLuca Di Sera2021-10-051-1/+1
* Doc: Repair broken link to a websocket paperLuca Di Sera2021-10-041-1/+1
* Migrate to autogenerated cpp exportsAlexey Edelev2021-09-272-13/+2
* Doc: Update \externalpage links to RFCsLuca Di Sera2021-09-171-10/+10
* Doc: Fix documentation warningsTopi Reinio2021-09-082-2/+2
* Use https links for tools.ietf.org linksTimofey Sartakov2021-09-073-13/+13
* Update changes doc with the singular changeAllan Sandfeld Jensen2021-08-252-0/+41
* Doc: Remove unsupported customFiltersKai Köhne2021-08-251-4/+0
* Reinstate transitional methodsAllan Sandfeld Jensen2021-08-201-0/+6
* Document new QWebSocketServer signalsKai Köhne2021-08-121-0/+41
* Doc: Add Changes Qt 5 to Qt 6 page to Qt WebSocketsPaul Wicking2021-08-041-0/+44
* Remove outdated qmake pro-filesØystein Heskestad2021-07-201-52/+0
* Update since markersAllan Sandfeld Jensen2021-07-161-5/+5
* Clear frame before emitting signals to prevent duplicating messagesØystein Heskestad2021-06-251-3/+7
* Pass ignoreSslErrors to unterlying QSslSocketJens Trillmann2021-06-221-0/+5
* Fix QScopedPointer usage warningsAllan Sandfeld Jensen2021-06-212-14/+9
* Clear frame on reconnectAllan Sandfeld Jensen2021-01-251-0/+1
* Add doc note about internal ping/pong handlingAndre Hartmann2020-12-211-0/+3