summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Completed websocketframe unit testsKurt Pattyn2013-10-131-0/+456
* Call other mask function instead of implementing it twiceKurt Pattyn2013-10-131-18/+1
* Renamed getter methods to be Qt compliantKurt Pattyn2013-10-134-30/+35
* Renamed getters in HandshakeRequest to comply with QtKurt Pattyn2013-10-135-29/+29
* Export mask functions to be usable for unit testingKurt Pattyn2013-10-131-2/+2
* 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-135-13/+130
* Added const to local variableKurt Pattyn2013-10-131-1/+1
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-1112-25/+24
* Added checks for valid control framesKurt Pattyn2013-10-112-642/+736
* Added boundary checks on string listsKurt Pattyn2013-10-111-66/+80
* Immediately stop processing after reception of a control frameKurt Pattyn2013-10-111-60/+59
* Changed expected failure with expected successKurt Pattyn2013-10-101-28/+33
* Commented out non-implemented methodKurt Pattyn2013-10-061-1/+1
* Added module QtWebSockets to documentationKurt Pattyn2013-10-051-0/+4
* Replaced tabs by spacesKurt Pattyn2013-10-051-15/+15
* Added core to QtKurt Pattyn2013-10-051-1/+1
* Added ordered to CONFIGKurt Pattyn2013-10-051-1/+3
* Changed the way SUBDIRS is configuredKurt Pattyn2013-10-051-1/+1
* Replaced qStableSort with std::sortKurt Pattyn2013-10-052-2/+2
* Added clarifying commentKurt Pattyn2013-10-051-1/+1
* Added tests with no close code and/or close reasonKurt Pattyn2013-10-051-5/+30
* Changed module name to QtWebSocketsKurt Pattyn2013-10-051-3/+3
* Adapted documentatonKurt Pattyn2013-10-056-21/+17
* Added some testsKurt Pattyn2013-10-051-3/+2
* Renamed test methods to be consistentKurt Pattyn2013-10-051-14/+23