summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add binary comaptibility file for QtWebSockets for Qt 5.12Milla Pohjanheimo2018-12-181-0/+5602
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-241-0/+5
|\
| * tst_qwebsocketserver: force TLS 1.2 for the PSK testMårten Nordheim2018-11-231-0/+5
* | Fix implicit conversion warningJesus Fernandez2018-08-201-0/+13
* | Remove redundant options and a stray defineJesus Fernandez2018-08-1711-16/+11
* | Refactor manual testJesus Fernandez2018-08-161-89/+47
* | Use nullptr instead of 0Jesus Fernandez2018-08-141-1/+1
* | Use nullptr instead of 0Jesus Fernandez2018-08-102-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+29
|\ \ | |/
| * Limit Close frame to 125 bytesMårten Nordheim2018-08-061-0/+29
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-031-1/+2
|\ \ | |/
| * Migrate tst_handshakeresponse to QRegularExpressionSamuel Gaist2018-06-301-1/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-121-0/+5472
|\ \ | |/
| * Add binary compatibility file for 5.11 for QtWebSocketsMilla Pohjanheimo2018-06-051-0/+5472
* | QWebSocket: Add 'bytesToWrite'Mårten Nordheim2018-04-142-0/+16
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-1/+5473
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-181-1/+1
| |\
| | * Fix apparently invalid auto-test (qmlwebsockets)Timur Pocheptsov2017-11-291-1/+1
| * | Add binary compatibility file for QtWebSockets for 5.10Milla Pohjanheimo2018-01-091-0/+5472
* | | Make HTTP header parsing RFC-compliantRobert Griebl2017-11-281-0/+40
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-33/+24
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-34/+24
| |\ \ | | |/
| | * Fix empty sslConfiguration in sslErrors slotAndré Klitzing2017-10-271-3/+7
| | * Check count of spy to verify signalAndré Klitzing2017-10-271-31/+17
* | | Replace typedefs by QOverloadAndré Klitzing2017-10-301-2/+1
* | | test: fix tst_QWebSocket::tst_moveToThread()Liang Qi2017-10-261-2/+2
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-262-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devv5.10.0-alpha1Liang Qi2017-08-151-0/+5151
|\ \ | |/
| * Update binary compatibility file for Qt 5.9.0 for QtWebSocketsMilla Pohjanheimo2017-06-301-0/+5151
* | Enable tests for boot2qtSami Nurmenniemi2017-07-194-7/+57
|/
* Explain how to run the manual testJesus Fernandez2017-05-311-0/+6
* Disable/blacklist failing tests for boot2qtSami Nurmenniemi2017-05-092-0/+6
* Fix QtWebSockets manual test buildv5.9.0-beta4Jesus Fernandez2017-05-031-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta3v5.9.0-beta2v5.9.0-beta1Liang Qi2017-03-102-1/+5132
|\
| * Exclude console application tests on UIKit platforms5.8Jake Petroules2017-02-221-1/+1
| * Binary compatibility file for qtwebsockets (5.8.0)Milla Pohjanheimo2017-02-031-0/+5131
* | Add a function to hand off a tcp socket to the websocket serverAleksey Lysenko2017-01-271-0/+34
|/
* Fix the parser of port in hand shake requestLiang Qi2017-01-061-0/+103
* Fixed possible block clearing in QWebSocketDataProcessor::process methodAleksey Lysenko2017-01-041-8/+46
* Fixed wrong scheme for secure websocketAleksey Lysenko2016-12-165-0/+109
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-263-0/+10117
|\
| * Binary compatibility file for QtWebSockets (5.7)v5.7.15.7.1Milla Pohjanheimo2016-10-041-0/+5096
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-012-0/+5021
| |\
| | * Added binary compatibility data files to QtWebSockets for Qt 5.6Milla Pohjanheimo2016-09-302-0/+5021
* | | Eradicate Q_FOREACH and Java-style loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-071-3/+2
* | | Clean up QT_CONFIG usageLars Knoll2016-08-197-7/+7
* | | Add support for TLS PSK (client and server)André Klitzing2016-06-121-0/+127
* | | Add binary message support to QML WebSocket typeNobuaki Sukegawa2016-03-051-1/+24
|/ /
* | Updated license headersAntti Kokko2016-01-2015-255/+180
* | Add QML test casesNobuaki Sukegawa2015-12-281-4/+44