aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Link qml documentation and make it visible in creatorFrederik Gladhorn2014-01-114-5/+15
* Fix typoFrederik Gladhorn2014-01-111-1/+1
* Use new connect syntax in a few placesFrederik Gladhorn2014-01-091-16/+18
* Correct whitespaceKurt Pattyn2014-01-041-9/+9
* Check on max pending connections before accepting a connectionKurt Pattyn2014-01-041-0/+7
* Add clarification in documentationKurt Pattyn2014-01-041-0/+5
* Adapt to Qt coding styleKurt Pattyn2014-01-048-398/+287
* Add Qml documentationKurt Pattyn2013-12-272-4/+54
* Add limitation to write() methodsKurt Pattyn2013-12-272-8/+27
* Add optimizationsKurt Pattyn2013-12-2315-163/+197
* Fix the documentation by using the qdocconf term aroundLaszlo Papp2013-12-222-2/+2
* Add extra documentationKurt Pattyn2013-12-227-14/+102
* Cleanup whitespaceKurt Pattyn2013-12-222-6/+6
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-1017-742/+659
* Add QML websockets pluginKurt Pattyn2013-11-256-16/+275
* Wrap SECURE_MODE in ifdef statementsKurt Pattyn2013-11-191-0/+11
* Change open method so that a web socket can be reopenedKurt Pattyn2013-11-182-14/+22
* Add close code and close reason getter functionsKurt Pattyn2013-11-174-0/+46
* Wrap ssl implementation in ifdef statementKurt Pattyn2013-11-071-0/+2
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-069-13/+318
* Sanitize include directivesKurt Pattyn2013-11-0619-64/+73
* 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
* Remove memory access errorKurt Pattyn2013-11-031-18/+0
* Change masking to octet based processingKurt Pattyn2013-11-034-4/+18
* Use alignment on 4-byte boundary for masking inputKurt Pattyn2013-11-032-2/+2
* Improve speed of maskingKurt Pattyn2013-11-031-9/+10
* Correct castKurt Pattyn2013-11-021-2/+2
* Move non-public methods from websocketprotocol to private headerKurt Pattyn2013-11-027-20/+81
* Sanitize .pro filesKurt Pattyn2013-11-021-1/+1
* Use export keyword in front of << operatorKurt Pattyn2013-11-022-2/+4
* Include functional for std::greaterKurt Pattyn2013-11-022-0/+2
* 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