aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: improve close code messageLorn Potter2022-08-182-3/+33
* wasm: fix use after freeLorn Potter2022-08-161-8/+10
* Handshake: Pass max header field size to the parserMårten Nordheim2022-07-051-0/+1
* Use standard macros and make move constructor inlineAllan Sandfeld Jensen2022-06-212-6/+8
* Use SPDX license identifiersLucie Gérard2022-06-1343-1562/+86
* Use QSslServer from QtNetwork and remove own private implementationØystein Heskestad2022-06-094-270/+34
* 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
* 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-204-77/+0
* Update since markersAllan Sandfeld Jensen2021-07-161-5/+5
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-061-2/+1
* 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
* Port to new CMake API for QMLUlf Hermann2021-06-053-19/+8
* Clear frame on reconnectAllan Sandfeld Jensen2021-01-251-0/+1
* Add doc note about internal ping/pong handlingAndre Hartmann2020-12-211-0/+3
* CMake: Regenerate projects to use new CMake APIAlexandru Croitor2020-12-103-6/+6
* Remove Qt5 leftoversPeter Varga2020-12-019-194/+2
* Replace old Q_DECL_NOEXCEPT macros with modern C++Allan Sandfeld Jensen2020-10-302-4/+4
* Use QByteArray operator of QStringDecoderAndré Klitzing2020-10-211-3/+2
* Update dependencies on 'dev' in qt/qtwebsocketsAllan Sandfeld Jensen2020-09-211-1/+1
* Fix compilation by replacing QStringRef with QStringViewMarcel Krems2020-08-201-1/+1
* Fix build against latest qtbaseMaurice Kalinowski2020-08-182-0/+2