summaryrefslogtreecommitdiff
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fixed a crash when destroying the QWebSocketServerv5.4.25.4.2Kimmo Karvinen2015-04-081-0/+34
* fix the port in Host field in handshake requestLiang Qi2015-02-201-0/+22
* Use old-style SIGNAL and SLOT macros in tst_qwebsocket.cppDmitry Shachnev2015-01-261-9/+5
* QWebSocket should remember close code and reasonv5.4.15.4.1Frederik Gladhorn2014-12-291-0/+5
* 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 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
* 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-234-202/+332
* Add CMake unit tests for WebSocketsLaszlo Papp2013-12-232-0/+21
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-4/+0
* 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