summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Do not access QObject API before its private data is initialized.Milian Wolff2014-02-065-3/+18
* Fix compilation of websocketprotocol test.Milian Wolff2014-02-062-1/+2
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-059-178/+170
* Replace delete loop with qDeleteAllKurt Pattyn2014-02-053-12/+3
* Remove superfluous Q_REQUIRED_RESULTKurt Pattyn2014-02-044-8/+6
* Comment out QML componentKurt Pattyn2014-02-045-16/+14
* Add cleanup to examplesKurt Pattyn2014-02-034-0/+20
* Update documentationKurt Pattyn2014-02-031-15/+15
* Add unit tests for QWebSocketServerKurt Pattyn2014-02-024-1/+376
* Add unit tests for QWebSocketKurt Pattyn2014-02-023-0/+242
* Remove parenting of QWebSockets in QWebSocketServerKurt Pattyn2014-02-021-1/+0
* Check return value of listen and set appropriate error and descriptionKurt Pattyn2014-02-021-1/+4
* Add private method to set error from QAbstractSocket::errorKurt Pattyn2014-02-022-0/+12
* Correct include pathKurt Pattyn2014-02-021-1/+1
* Remove qWarning statementsKurt Pattyn2014-02-021-4/+0
* Update documentationKurt Pattyn2014-02-021-2/+5
* Allow writes only when socket is in connected stateKurt Pattyn2014-02-011-1/+1
* Rename ProcessMessage to ProcessTextMessageKurt Pattyn2014-02-012-5/+5
* Adapt isValid to only return true when socket is in connected stateKurt Pattyn2014-02-012-2/+4
* Set default error and errorstringKurt Pattyn2014-02-011-2/+2
* Locally cache read buffer size and pause modeKurt Pattyn2014-02-012-10/+16
* Add TODOs for improvementsKurt Pattyn2014-02-012-0/+4
* Move versionFromString() from public to private APIKurt Pattyn2014-02-014-3/+78
* Cleanup inline commentsKurt Pattyn2014-02-011-3/+2
* Move CORS authenticator test to non-private testsKurt Pattyn2014-02-014-34/+26
* Remove socketOption functionalityKurt Pattyn2014-02-014-44/+0
* Update documentationKurt Pattyn2014-02-014-6/+28
* Removed unsupported functionalityKurt Pattyn2014-02-014-40/+0
* Remove unconditional debug output.Milian Wolff2014-02-011-1/+0
* Fix wrong comparisonKurt Pattyn2014-01-251-1/+2
* Rename processMessage to processTextMessageKurt Pattyn2014-01-213-7/+7
* Small fix to error textKurt Pattyn2014-01-201-1/+1
* Rename SecureMode to SslModeKurt Pattyn2014-01-207-41/+41
* Rename write methodsKurt Pattyn2014-01-2012-22/+26
* Bump module version to 5.3.0Kurt Pattyn2014-01-202-2/+2
* Remove dubious functionsKurt Pattyn2014-01-205-62/+1
* Use QStringLiteral where appropriateKurt Pattyn2014-01-2012-31/+25
* Cleanup documentationKurt Pattyn2014-01-201-1/+2
* Consume return value of write functionKurt Pattyn2014-01-205-7/+14
* Use new connect syntaxKurt Pattyn2014-01-207-23/+26
* Limit line length to 100 chars per lineKurt Pattyn2014-01-209-98/+210
* Move currentVersion method to private namespaceKurt Pattyn2014-01-203-2/+3
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-1819-473/+523
* Add reference to related feature reportKurt Pattyn2014-01-181-0/+1
* Use QString() instead of QStringLiteral("")Frederik Gladhorn2014-01-185-19/+19
* Make single argument ctor explicitFrederik Gladhorn2014-01-181-2/+2
* one if (m_mustMask) is enoughFrederik Gladhorn2014-01-181-4/+4
* No warnings means we can use CONFIG += warning_cleanFrederik Gladhorn2014-01-181-0/+1
* Add a few more const refsFrederik Gladhorn2014-01-187-24/+24
* Fix warningFrederik Gladhorn2014-01-181-1/+2