summaryrefslogtreecommitdiff
path: root/src/websockets
Commit message (Expand)AuthorAgeFilesLines
* Fixed a crash when destroying the QWebSocketServerv5.4.25.4.2Kimmo Karvinen2015-04-082-0/+13
* client ping should be maskedLiang Qi2015-02-241-1/+6
* Fix the build for WinRT/ARMLiang Qi2015-02-231-2/+2
* fix the port in Host field in handshake requestLiang Qi2015-02-201-2/+14
* Fix keyword for OriginLiang Qi2015-02-171-1/+1
* Doc: added qmake to dependenciesNico Vertriest2015-02-161-1/+1
* Doc: add description and image for echoclient htmlLiang Qi2015-02-131-0/+4
* Fix the translation in QWebSocketFrameLiang Qi2015-02-102-13/+16
* QWebSocket should remember close code and reasonv5.4.15.4.1Frederik Gladhorn2014-12-291-0/+2
* Set parent of internal server objectsPeter Kümmel2014-11-182-4/+4
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-11-032-12/+21
|\
| * Fix invalid Date header field in handshake response5.3Joni Poikelin2014-11-031-3/+5
| * Make QWebSocketPrivate::makeConnections() take care of all connections.Christian Kandeler2014-11-031-9/+16
* | Also forward the bytesWritten(qint64) signalPeter Kümmel2014-10-151-0/+1
* | Improve the integration of QtWebsockets into general Qt docsv5.4.0-beta1Alex Blasche2014-09-286-3/+9
* | Fix QWebSocketServer for clients preferring lowercase http headers.Jorma Tähtinen2014-09-091-9/+9
* | Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-2429-522/+290
* | Fix build with non-OpenSSL SSL-enabled backendsAndrew Knight2014-08-131-1/+1
* | WinRT: Fix compiler crash (msvc2013 arm)Maurice Kalinowski2014-08-131-0/+11
* | remove some pointless noise from project filesOswald Buddenhagen2014-08-081-6/+1
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-143-3/+3
|\ \ | |/
| * Use 0 instead of Q_NULLPTR in public headers.v5.3.25.3.2Sergio Martins2014-07-113-3/+3
* | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-071-1/+0
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-06-261-1/+1
|\ \ | |/
| * Fix a typo in proxy handling.Jędrzej Nowacki2014-06-251-1/+1
* | Doc: Fix qmlclass selector used in documentation configTopi Reinio2014-06-111-1/+1
* | Add a QUrl serverUrl method to QWebSocketServer.Milian Wolff2014-06-082-0/+39
* | Remove dependency on unused sql moduleFatih Aşıcı2014-05-271-1/+1
* | Copy the more efficient HTTP header parser from QtNetworkThiago Macieira2014-05-091-21/+46
* | Remove superfluous qWarning statementsKurt Pattyn2014-05-051-5/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-118-37/+37
|\ \ | |/
| * 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-097-27/+27
| * Fix compilation on QNXSergio Ahumada2014-04-041-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-249-31/+34
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-1312-13/+131
|\ \ | |/
| * 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