summaryrefslogtreecommitdiff
path: root/tests/auto/qwebsocket/tst_qwebsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: move all auto tests to websockets sub directoryLiang Qi2015-05-221-605/+0
* 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
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* 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
* | Fix QWebSocket's handling of query parameters with encoded charactersJuha Turunen2014-10-111-2/+5
|/
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* Compile fix without proxy supportMaurice Kalinowski2014-07-071-0/+4
* Fix a typo in proxy handling.Jędrzej Nowacki2014-06-251-0/+18
* Fix unit testsKurt Pattyn2014-03-121-1/+1
* Return correct error string for known socket errorsKurt Pattyn2014-03-121-6/+36
* Rename websockets.pro -> qtwebsockets.proSergio Ahumada2014-02-161-0/+6
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* 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
* Add unit tests for QWebSocketKurt Pattyn2014-02-021-0/+226