summaryrefslogtreecommitdiff
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix DoS vulnerabilityv5.5.15.5.1Kurt Pattyn2015-09-062-5/+73
* Set parent of internal socket objectsPeter Kümmel2015-09-041-0/+103
* WebSocketServer: use int type for portLiang Qi2015-07-221-0/+1
* tests: enable cmake in auto testsLiang Qi2015-05-221-1/+1
* Fix qmldir for qmlwebsockets_compatLiang Qi2015-05-228-0/+199
* tests: move all auto tests to websockets sub directoryLiang Qi2015-05-2220-14/+17
* Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1Liang Qi2015-04-151-0/+34
|\
| * Fixed a crash when destroying the QWebSocketServerv5.4.25.4.2Kimmo Karvinen2015-04-081-0/+34
* | Do not decode the HTTP resource nameLuca Niccoli2015-04-091-1/+12
* | Always initialize m_handshakeStateLuca Niccoli2015-04-081-0/+2
* | Enable websocket tests on WindowsLuca Niccoli2015-03-131-8/+2
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-02-241-0/+22
|\ \
| * \ Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-201-0/+22
| |\ \ | | |/
| | * fix the port in Host field in handshake requestLiang Qi2015-02-201-0/+22
* | | Update copyright headersJani Heikkinen2015-02-169-69/+61
|/ /
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-131-9/+5
|\ \ | |/
| * Use old-style SIGNAL and SLOT macros in tst_qwebsocket.cppDmitry Shachnev2015-01-261-9/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-191-0/+5
|\ \ | |/
| * QWebSocket should remember close code and reasonv5.4.15.4.1Frederik Gladhorn2014-12-291-0/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-213-0/+135
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-11-033-0/+135
| |\
| | * Fix invalid Date header field in handshake response5.3Joni Poikelin2014-11-033-0/+135
| | * Compile fix without proxy supportMaurice Kalinowski2014-11-031-0/+4
* | | Fix QWebSocket's handling of query parameters with encoded charactersJuha Turunen2014-10-111-2/+5
|/ /
* | Fix QWebSocketServer for clients preferring lowercase http headers.Jorma Tähtinen2014-09-091-5/+5
* | Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-248-144/+80
* | Compile fix without proxy supportMaurice Kalinowski2014-07-071-0/+4
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-06-261-0/+18
|\ \ | |/
| * Fix a typo in proxy handling.Jędrzej Nowacki2014-06-251-0/+18
* | Add a QUrl serverUrl method to QWebSocketServer.Milian Wolff2014-06-081-8/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-3/+3
|\ \ | |/
| * Use the proper protocol namesSze Howe Koh2014-04-091-3/+3
* | Remove unused variableKurt Pattyn2014-03-181-1/+0
|/
* Fix unit testsKurt Pattyn2014-03-121-1/+1
* Return correct error string for known socket errorsKurt Pattyn2014-03-121-6/+36
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-011-4/+4
* Rename websockets.pro -> qtwebsockets.proSergio Ahumada2014-02-163-6/+17
* Adapt copyright headerKurt Pattyn2014-02-158-8/+8
* Add user configurable mask generationKurt Pattyn2014-02-153-1/+174
* Fix multiple emission of received signalsKurt Pattyn2014-02-151-0/+216
* Check on newline characters in origin and urlsKurt Pattyn2014-02-111-5/+107
* Remove superfluous argumentKurt Pattyn2014-02-091-1/+1
* Fix tst_QWebSocket::tst_invalidOpen for catch-all DNS setups.Milian Wolff2014-02-061-5/+5
* Fix compilation of websocketprotocol test.Milian Wolff2014-02-061-0/+1
* Add unit tests for QWebSocketServerKurt Pattyn2014-02-023-1/+374
* Add unit tests for QWebSocketKurt Pattyn2014-02-023-0/+242
* Move versionFromString() from public to private APIKurt Pattyn2014-02-011-1/+76
* Move CORS authenticator test to non-private testsKurt Pattyn2014-02-014-34/+26
* Use QStringLiteral where appropriateKurt Pattyn2014-01-203-3/+3
* Limit line length to 100 chars per lineKurt Pattyn2014-01-204-93/+200