summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use 0 instead of Q_NULLPTR in public headers.v5.3.25.3.2Sergio Martins2014-07-114-4/+4
* Fix a typo in proxy handling.Jędrzej Nowacki2014-06-251-1/+1
* Document WebSocket::sendTextMessage(string message)Richard Moe Gustavsen2014-05-231-0/+5
* Add missing classname for module in qmldir.v5.3.0Frederik Gladhorn2014-05-093-2/+3
* Use correct casing for WebSocketv5.3.0-rc1Kurt Pattyn2014-04-101-1/+1
* Fix process handshake for servers preferring lowercase http headers.Jędrzej Nowacki2014-04-091-7/+7
* Use the proper protocol namesSze Howe Koh2014-04-099-29/+29
* Fix compilation on QNXSergio Ahumada2014-04-041-2/+2
* Doc: Fix example path in documentation configv5.3.0-beta1Topi Reinio2014-03-211-1/+1
* Doc: small fix in documentationKurt Pattyn2014-03-191-1/+1
* fix compilation with QT_NO_NETWORKPROXYMaurice Kalinowski2014-03-182-1/+5
* fix typo in macroMaurice Kalinowski2014-03-172-2/+2
* Doc: Language/writ. guidelines review Qt WebSocketsNico Vertriest2014-03-145-27/+24
* Doc: Add generic thumbnails for the examplesTopi Reinio2014-03-141-0/+2
* Return correct error string for known socket errorsKurt Pattyn2014-03-121-1/+1
* Update documentation.Kurt Pattyn2014-03-114-0/+87
* Doc: Review documentation Qt WebSocketsNico Vertriest2014-03-112-2/+13
* Fix documentation warningsKurt Pattyn2014-03-111-2/+5
* Fix Google Chrome connection problemKurt Pattyn2014-03-102-4/+21
* Make the constructor explicitSergio Ahumada2014-03-011-1/+1
* Use const & for your foreach variablesSergio Ahumada2014-03-011-1/+1
* Doc: Fixed missing line separators in qdocconf file.v5.3.0-alpha1Jerome Pasion2014-02-241-2/+2
* Fix non-strict warning from AutoBahnKurt Pattyn2014-02-161-2/+0
* Rename websockets.pro -> qtwebsockets.proSergio Ahumada2014-02-163-7/+11
* Adapt copyright headerKurt Pattyn2014-02-1533-33/+33
* Add user configurable mask generationKurt Pattyn2014-02-159-21/+379
* Fix multiple emission of received signalsKurt Pattyn2014-02-151-1/+1
* Use queued connection for readyRead connectionKurt Pattyn2014-02-141-1/+5
* Check on newline characters in origin and urlsKurt Pattyn2014-02-113-15/+68
* Re-enable QML componentKurt Pattyn2014-02-114-11/+10
* Sanitize open() methodKurt Pattyn2014-02-072-6/+3
* Connect sslErrors signal when a secure connection is establishedKurt Pattyn2014-02-071-0/+4
* 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-061-1/+1
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-059-178/+170
* Remove superfluous Q_REQUIRED_RESULTKurt Pattyn2014-02-042-4/+4
* Comment out QML componentKurt Pattyn2014-02-044-15/+13
* 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