summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: set and update socket stateLorn Potter2019-01-042-1/+5
* wasm: refactor and convert from EM_ASMv5.12.0-beta4v5.12.0-beta3v5.12.0-beta2v5.12.0-beta1Lorn Potter2018-10-012-137/+94
* Update plugins.qmltypesKai Koehne2018-09-273-2/+4
* Add support for WebSockets on Qt for WASMLorn Potter2018-09-203-0/+245
* Fix implicit conversion warningJesus Fernandez2018-08-202-3/+107
* Remove redundant options and a stray defineJesus Fernandez2018-08-172-4/+2
* 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-1011-18/+18
* 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
* | Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-271-8/+1
* | 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
* Make QWebSocketServer work with Safariv5.11.0-beta3Morten Johan Sørvig2018-03-222-3/+4
* Make HTTP header parsing RFC-compliantRobert Griebl2017-11-282-13/+41
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2010-28/+36
|\
| * Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-033-6/+6
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-307-22/+30
| |\
| | * Fix empty sslConfiguration in sslErrors slotAndré Klitzing2017-10-271-0/+3
| | * Fix handshakeReceived not being invoked in some situationMårten Nordheim2017-10-271-0/+5
| | * Fix outdated FDL license headerKai Koehne2017-10-235-22/+22
* | | Replace typedefs by QOverloadAndré Klitzing2017-10-302-10/+8
* | | Use QStringLiteral to fix clazy-qstring-allocationsAndré Klitzing2017-10-301-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-114-15/+15
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3v5.10.0-beta2Liang Qi2017-10-112-11/+12
| |\ \ | | |/
| | * Replace iterator based loop by range-for-loopAndré Klitzing2017-10-101-9/+9
| | * Change assert to null-checkMårten Nordheim2017-09-201-1/+2
| | * Fix releaseConnectionsAlan Alpert2017-08-291-1/+1
| * | Replace Q_ENUMS by Q_ENUMAndré Klitzing2017-10-102-3/+2
| * | Use multi-arg instead of multiple arg callsAndré Klitzing2017-10-091-1/+1
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-2611-18/+18
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devv5.10.0-alpha1Liang Qi2017-08-151-11/+0
|\ \ | |/
| * Remove workaround for unsupported compilerJake Petroules2017-08-141-11/+0
* | Change the mask generator to use QRandomGenerator instead of qs?randThiago Macieira2017-06-303-12/+12
|/
* Replace comment with Q_FALLTHROUGHJesus Fernandez2017-05-041-3/+3
* QQmlWebSocket::setUrl(): let open() decided what to actually doEdward Welbourne2017-05-041-3/+1
* Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-04-271-7/+8
* Fix build for -no-feature-textcodecStephan Binner2017-04-271-2/+4
* Add a function to hand off a tcp socket to the websocket serverAleksey Lysenko2017-01-274-11/+35
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-257-27/+29
|\
| * Fix the parser of port in hand shake requestLiang Qi2017-01-061-10/+6
| * Fixed possible block clearing in QWebSocketDataProcessor::process methodAleksey Lysenko2017-01-041-5/+9
| * Fixed wrong scheme for secure websocketAleksey Lysenko2016-12-161-1/+1