summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-2/+6
* Add check for host() methodKurt Pattyn2013-10-191-0/+6
* Remove CXX debug flags from project fileKurt Pattyn2013-10-191-2/+0
* Put assignment on separate line to avoid compiler optimizationKurt Pattyn2013-10-191-1/+2
* Add flag to not optimize when in debug modeKurt Pattyn2013-10-191-0/+2
* Add test for constructor and assignment operatorKurt Pattyn2013-10-191-1/+56
* Completed unit tests for handshake requestKurt Pattyn2013-10-143-2/+298
* Added unit tests for CorsAuthenticatorKurt Pattyn2013-10-133-1/+143
* Added remaining testsKurt Pattyn2013-10-131-26/+11
* Completed websocketframe unit testsKurt Pattyn2013-10-131-0/+456
* Renamed getter methods to be Qt compliantKurt Pattyn2013-10-131-1/+1
* Adapted auto.pro to include websocketframe unit testKurt Pattyn2013-10-131-1/+2
* Added unittests for QWebSocketProtocolKurt Pattyn2013-10-134-1/+261
* Added TODO explaining some optimizationsKurt Pattyn2013-10-132-0/+108
* Added checks for valid control framesKurt Pattyn2013-10-111-639/+736
* Changed expected failure with expected successKurt Pattyn2013-10-101-28/+33
* Commented out non-implemented methodKurt Pattyn2013-10-061-1/+1
* Changed the way SUBDIRS is configuredKurt Pattyn2013-10-051-1/+1
* Added tests with no close code and/or close reasonKurt Pattyn2013-10-051-5/+30
* Added some testsKurt Pattyn2013-10-051-3/+2
* Renamed test methods to be consistentKurt Pattyn2013-10-051-14/+23