summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Use const & for your foreach variablesSergio Ahumada2014-03-011-1/+1
* 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-1510-10/+10
* 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
* Rename write methodsKurt Pattyn2014-01-202-4/+4
* Remove dubious functionsKurt Pattyn2014-01-201-2/+1
* Use QStringLiteral where appropriateKurt Pattyn2014-01-205-24/+16
* Limit line length to 100 chars per lineKurt Pattyn2014-01-204-93/+200
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-184-283/+327
* Use QString() instead of QStringLiteral("")Frederik Gladhorn2014-01-183-6/+6
* Simplify handshake reading functionsFrederik Gladhorn2014-01-171-3/+3
* Move OpCode out of public APIKurt Pattyn2014-01-132-0/+2
* Add optimizationsKurt Pattyn2013-12-235-203/+333
* Add CMake unit tests for WebSocketsLaszlo Papp2013-12-232-0/+21
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-102-8/+2
* Sanitize include directivesKurt Pattyn2013-11-063-13/+13
* Put fixed string length in test dataKurt Pattyn2013-11-031-2/+4
* Use escape sequences to make VS happyKurt Pattyn2013-11-031-1/+2
* Convert string from utf8 to make VS happyKurt Pattyn2013-11-031-1/+1
* Remove memory access errorKurt Pattyn2013-11-031-5/+9
* Change masking to octet based processingKurt Pattyn2013-11-031-3/+3
* Make mask explicitly big endianKurt Pattyn2013-11-021-4/+7
* Make mask explicit little endianKurt Pattyn2013-11-021-4/+4
* Move non-public methods from websocketprotocol to private headerKurt Pattyn2013-11-023-4/+9
* Sanitize .pro filesKurt Pattyn2013-11-025-5/+0
* Move metatype declaration inside namespaceKurt Pattyn2013-11-022-5/+5
* Remove manual tests from tests.proKurt Pattyn2013-11-021-1/+1
* Use full path for includesKurt Pattyn2013-11-024-33/+4
* Remove ignoreSslErrorsKurt Pattyn2013-11-011-3/+1
* Rename autobahn to manualKurt Pattyn2013-11-011-1/+1
* Remove websocketcorsauthenticator tests from non-developer buildsKurt Pattyn2013-11-011-3/+3
* Rename autobahn to manualKurt Pattyn2013-11-015-0/+0
* Remove unneeded filesKurt Pattyn2013-11-014-70/+0
* Add correct license headersKurt Pattyn2013-11-012-0/+80