summaryrefslogtreecommitdiff
path: root/src/websockets
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix missing closing commentAndre Hartmann2020-02-241-0/+1
* Doc: fix links to autobahn testsuiteAndre Hartmann2020-02-241-2/+2
* Remove extra deleteLater (already done in onSocketDisconnected)Franck Dude2019-12-131-1/+0
* Don't add port in Host header unless specifiedLander Noterman2019-11-211-6/+2
* Doc: Remove broken documentation commentsTopi Reinio2019-11-111-25/+0
* Add support for chrono versions of handshakeTimeout functionsv5.14.0-beta2Mårten Nordheim2019-10-092-4/+34
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-4/+12
|\
| * wasm: make sendBinaryMessage work in threaded modeMorten Johan Sørvig2019-09-131-4/+12
* | Add missing \since 5.14 to new APIMårten Nordheim2019-08-301-0/+2
* | Take 2: Properly handle multiple websocket frames in one TCP frameMårten Nordheim2019-08-281-1/+1
* | QWebsocket doesn't receive message with size larger than 1MRyan Chu2019-08-283-9/+13
* | Merge dev into 5.14Kari Oikarinen2019-08-275-192/+225
|\ \
| * | Remove waitForReadyRead from QWebSocketFrame::readFrameRyan Chu2019-08-235-36/+56
| * | Make QWebSocketFrame::readFrame as a non-static public functionRyan Chu2019-08-234-21/+20
| * | Add an internal state to keep the processing state of frame readingRyan Chu2019-08-232-52/+41
| * | Divide QWebSocketFrame::readFrame into subroutinesRyan Chu2019-08-232-142/+167
* | | Use QElapsedTimer instead of QTime for the ping timerFriedemann Kleint2019-08-232-2/+4
* | | Prospective fix for compilation with WebAssembly/MinGW73Friedemann Kleint2019-08-221-3/+6
|/ /
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-0/+1
|\ \ | |/
| * Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | Fix deprecation warnings in QWebSocketHandshakeResponse::getHandshakeResponse()Friedemann Kleint2019-05-271-6/+18
* | websocket server: add timeout to abort incomplete handshakesHeiko Voigt2019-04-296-5/+99
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-132-7/+7
|\ \ | |/
| * Automatically register the latest import versionv5.13.0-beta3Kai Koehne2019-04-122-7/+7
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-122-0/+8
|\ \ | |/
| * wasm: fix validity statev5.13.0-beta1Lorn Potter2019-03-112-0/+8
* | Don't use internal members of QObjectLars Knoll2019-02-111-5/+8
|/
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-052-1/+5
|\
| * wasm: set and update socket stateLorn Potter2019-01-042-1/+5
* | Set the protocol type so that PAC scripts handle ws/wss correctlyAndy Shaw2018-12-261-0/+2
* | Remove unneeded CRLF ending from status lineAleksey Lysenko2018-12-211-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-022-137/+94
|\ \ | |/
| * wasm: refactor and convert from EM_ASMv5.12.0-beta4v5.12.0-beta3v5.12.0-beta2v5.12.0-beta1Lorn Potter2018-10-012-137/+94
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-223-0/+245
|\ \ | |/
| * Add support for WebSockets on Qt for WASMLorn Potter2018-09-203-0/+245
* | Fix detection of the end of HTTP request headersAleksey Lysenko2018-08-291-1/+3
|/
* Fix implicit conversion warningJesus Fernandez2018-08-202-3/+107
* Remove unnecesary default labelJesus Fernandez2018-08-141-2/+0
* Fix conversion warningsJesus Fernandez2018-08-143-10/+14
* Use QObjectPrivate::q_ptr instead of shadowing itJesus Fernandez2018-08-146-37/+25
* Use nullptr instead of 0Jesus Fernandez2018-08-101-1/+1
* Use override keywordJesus Fernandez2018-08-109-12/+12
* Fix C-style castJesus Fernandez2018-08-101-3/+3
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-072-4/+11
|\
| * Limit Close frame to 125 bytesMårten Nordheim2018-08-062-4/+11
* | Use QUrl::toString() when forming the 'Host' headerTimur Pocheptsov2018-05-161-10/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-211-2/+0
|\ \ | |/
| * QWebSocket: fix bytesWritten being emitted twiceMårten Nordheim2018-04-181-2/+0
* | QWebSocket: Add 'bytesToWrite'Mårten Nordheim2018-04-142-0/+15
|/
* Doc: Add license section to overviewv5.11.0-beta4Kai Koehne2018-04-051-0/+9