summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sanitize include directivesKurt Pattyn2013-11-0622-77/+86
* Add html client for echo server exampleKurt Pattyn2013-11-062-0/+104
* Add chat server exampleKurt Pattyn2013-11-066-1/+345
* Add QtWebSockets/ directory to include to remove compiler warningKurt Pattyn2013-11-041-1/+1
* Add QWebSocketConfiguration to pre-cache socket settingsKurt Pattyn2013-11-043-72/+108
* 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-032-23/+9
* Change masking to octet based processingKurt Pattyn2013-11-035-7/+21
* Use alignment on 4-byte boundary for masking inputKurt Pattyn2013-11-032-2/+2
* Improve speed of maskingKurt Pattyn2013-11-031-9/+10
* Make mask explicitly big endianKurt Pattyn2013-11-021-4/+7
* Correct castKurt Pattyn2013-11-021-2/+2
* Make mask explicit little endianKurt Pattyn2013-11-021-4/+4
* Move non-public methods from websocketprotocol to private headerKurt Pattyn2013-11-0210-24/+90
* Sanitize .pro filesKurt Pattyn2013-11-028-10/+1
* Use export keyword in front of << operatorKurt Pattyn2013-11-022-2/+4
* Use QT namespace and forward declarationsKurt Pattyn2013-11-024-2/+8
* Move metatype declaration inside namespaceKurt Pattyn2013-11-022-5/+5
* Include functional for std::greaterKurt Pattyn2013-11-022-0/+2
* Remove manual tests from tests.proKurt Pattyn2013-11-021-1/+1
* Use full path for includesKurt Pattyn2013-11-024-33/+4
* Move Q_AUTOTEST_EXPORT in front of streaming operatorKurt Pattyn2013-11-022-2/+2
* Add null pointer checksKurt Pattyn2013-11-011-167/+274
* Replace qGreater with std::greaterKurt Pattyn2013-11-013-4/+4
* Remove ignoreSslErrorsKurt Pattyn2013-11-011-3/+1
* Close namespace at end of fileKurt Pattyn2013-11-012-0/+4
* 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-0136-492/+1446
* Refine doc generationKurt Pattyn2013-11-0110-47/+232
* Replace int with qintptr for socket descriptorKurt Pattyn2013-11-012-4/+4
* Include qml example on when quick is availableKurt Pattyn2013-11-011-2/+2
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-018-9/+112
* Implement of secure web socketsKurt Pattyn2013-10-314-5/+100
* Mark line as not relevant for code coverageKurt Pattyn2013-10-191-1/+1
* Add check for host() methodKurt Pattyn2013-10-191-0/+6
* Remove CXX debug flags from project fileKurt Pattyn2013-10-192-4/+0
* Remove const from return value of operator =Kurt Pattyn2013-10-192-2/+2
* 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-192-0/+4
* Add test for constructor and assignment operatorKurt Pattyn2013-10-191-1/+56
* Remove QtWebSockets from include directivesKurt Pattyn2013-10-154-6/+6
* Replaced getter methods of HandshakeResponse to be in line with QtKurt Pattyn2013-10-145-39/+45
* Completed unit tests for handshake requestKurt Pattyn2013-10-145-71/+380
* Added unit tests for CorsAuthenticatorKurt Pattyn2013-10-133-1/+143
* Added remaining testsKurt Pattyn2013-10-131-26/+11