summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fixed missing line separators in qdocconf file.v5.3.0-alpha1Jerome Pasion2014-02-241-2/+2
* Remove superfluous setProtocol callKurt Pattyn2014-02-161-1/+0
* Catch SSL errors in exampleKurt Pattyn2014-02-162-0/+9
* Mark html page as being utf-8Kurt Pattyn2014-02-161-0/+2
* Fix non-strict warning from AutoBahnKurt Pattyn2014-02-161-2/+0
* Rename websockets.pro -> qtwebsockets.proSergio Ahumada2014-02-167-13/+28
* Adapt copyright headerKurt Pattyn2014-02-1560-60/+60
* Add user configurable mask generationKurt Pattyn2014-02-1512-22/+553
* Fix multiple emission of received signalsKurt Pattyn2014-02-152-1/+217
* Use queued connection for readyRead connectionKurt Pattyn2014-02-141-1/+5
* Remove checks on return value of sendXXX methodsKurt Pattyn2014-02-133-10/+5
* Simplify simple chat exampleJędrzej Nowacki2014-02-112-4/+0
* Check on newline characters in origin and urlsKurt Pattyn2014-02-114-20/+175
* Simplify echoclient exampleJędrzej Nowacki2014-02-113-7/+0
* Re-enable QML componentKurt Pattyn2014-02-115-12/+11
* Remove superfluous argumentKurt Pattyn2014-02-091-1/+1
* Sanitize open() methodKurt Pattyn2014-02-072-6/+3
* Connect sslErrors signal when a secure connection is establishedKurt Pattyn2014-02-071-0/+4
* Fix tst_QWebSocket::tst_invalidOpen for catch-all DNS setups.Milian Wolff2014-02-061-5/+5
* Do not double-delete the TCP socket of a QWebSocket.Milian Wolff2014-02-061-2/+2
* Do not try to invoke/emit signal on shutdown.Milian Wolff2014-02-062-6/+8
* Fix assertion when encountering invalid header line.Milian Wolff2014-02-061-1/+3
* 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