summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Close namespace at end of fileKurt Pattyn2013-11-012-0/+4
* Add correct license headersKurt Pattyn2013-11-0126-456/+1046
* Refine doc generationKurt Pattyn2013-11-019-47/+231
* Replace int with qintptr for socket descriptorKurt Pattyn2013-11-012-4/+4
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-015-5/+104
* Implement of secure web socketsKurt Pattyn2013-10-314-5/+100
* Mark line as not relevant for code coverageKurt Pattyn2013-10-191-1/+1
* Remove CXX debug flags from project fileKurt Pattyn2013-10-191-2/+0
* Remove const from return value of operator =Kurt Pattyn2013-10-192-2/+2
* Add flag to not optimize when in debug modeKurt Pattyn2013-10-191-0/+2
* 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-142-69/+82
* Call other mask function instead of implementing it twiceKurt Pattyn2013-10-131-18/+1
* Renamed getter methods to be Qt compliantKurt Pattyn2013-10-133-29/+34
* 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
* Added TODO explaining some optimizationsKurt Pattyn2013-10-133-13/+22
* Added const to local variableKurt Pattyn2013-10-131-1/+1
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-119-19/+18
* Added checks for valid control framesKurt Pattyn2013-10-111-3/+0
* 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
* 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
* Replaced qStableSort with std::sortKurt Pattyn2013-10-052-2/+2
* Added clarifying commentKurt Pattyn2013-10-051-1/+1
* Changed module name to QtWebSocketsKurt Pattyn2013-10-051-3/+3
* Adapted documentatonKurt Pattyn2013-10-056-21/+17
* Check on ending '?' before adding a '?' (led to an internal server error of A...Kurt Pattyn2013-10-051-4/+8
* Update unit testsSteven Ceuppens2013-10-011-1/+1
* Update to fix minor compiler warningsSteven Ceuppens2013-10-014-5/+9
* moved class to separate fileSteven Ceuppens2013-09-294-551/+607
* update _global file, to match Qt defaultSteven Ceuppens2013-09-296-5/+5
* removed unused includesSteven Ceuppens2013-09-293-5/+1
* whitesapce updatesSteven Ceuppens2013-09-294-4/+4
* update class & filenamesSteven Ceuppens2013-09-2916-171/+168
* remove declaration, only Qt5 will be supportedSteven Ceuppens2013-09-291-5/+0
* Replaced foreach calls with iteratorsKurt Pattyn2013-09-291-15/+16
* Added const keyword to const variablesKurt Pattyn2013-09-291-17/+17
* Added const to const variables, added QStringLiteralKurt Pattyn2013-09-292-45/+47
* Removed unused constant declarationKurt Pattyn2013-09-291-2/+0
* Replaced fromLatin1() with QStringLiteralKurt Pattyn2013-09-291-18/+18
* Replace string literals with QString::fromLatin1() expressionKurt Pattyn2013-09-291-24/+24
* Replace string literals with QString::fromLatin1() expression, to avoid depre...Kurt Pattyn2013-09-291-4/+4