summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update documentationKurt Pattyn2014-02-031-15/+15
* Add unit tests for QWebSocketServerKurt Pattyn2014-02-021-0/+2
* 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
* 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-013-2/+2
* Cleanup inline commentsKurt Pattyn2014-02-011-3/+2
* 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-211-2/+2
* Small fix to error textKurt Pattyn2014-01-201-1/+1
* Rename SecureMode to SslModeKurt Pattyn2014-01-204-38/+38
* Rename write methodsKurt Pattyn2014-01-205-11/+15
* 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