summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump module version to 5.3.0Kurt Pattyn2014-01-201-1/+1
* Remove dubious functionsKurt Pattyn2014-01-204-60/+0
* Use QStringLiteral where appropriateKurt Pattyn2014-01-201-1/+1
* Cleanup documentationKurt Pattyn2014-01-201-1/+2
* Move currentVersion method to private namespaceKurt Pattyn2014-01-203-2/+3
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-1812-187/+193
* Add reference to related feature reportKurt Pattyn2014-01-181-0/+1
* Use QString() instead of QStringLiteral("")Frederik Gladhorn2014-01-182-13/+13
* Make single argument ctor explicitFrederik Gladhorn2014-01-181-2/+2
* one if (m_mustMask) is enoughFrederik Gladhorn2014-01-181-4/+4
* Add a few more const refsFrederik Gladhorn2014-01-187-24/+24
* Fix warningFrederik Gladhorn2014-01-181-1/+2
* Fix docs after adding const refsFrederik Gladhorn2014-01-171-5/+5
* Fix typo (passive requires past participle)Frederik Gladhorn2014-01-171-1/+1
* Use const ref in public signalsFrederik Gladhorn2014-01-171-5/+5
* Make sure that the random generator is initialized in all code pathsFrederik Gladhorn2014-01-172-3/+12
* Simplify handshake reading functionsFrederik Gladhorn2014-01-173-22/+9
* Remove doc reference to non-existent functionLaszlo Agocs2014-01-171-1/+0
* Remove _p suffix from cpp filenames.Kurt Pattyn2014-01-136-5/+5
* Move OpCode out of public APIKurt Pattyn2014-01-134-21/+23
* Update documentationKurt Pattyn2014-01-132-4/+33
* Use new connect syntaxKurt Pattyn2014-01-133-18/+25
* Limit line length to 100 characters.Kurt Pattyn2014-01-1218-251/+476
* Replace emit by Q_EMITKurt Pattyn2014-01-111-4/+4
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-118-96/+0
* Enable docs for QWebSocketProtocolFrederik Gladhorn2014-01-112-13/+13
* 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