summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed a crash when destroying the QWebSocketServerv5.4.25.4.2Kimmo Karvinen2015-04-083-0/+47
* Examples: fix certificate files for shadow build in sslechoserverLiang Qi2015-03-093-2/+10
* client ping should be maskedLiang Qi2015-02-241-1/+6
* Fix the build for WinRT/ARMLiang Qi2015-02-231-2/+2
* Example: echoserver should not close when it got a new connectionLiang Qi2015-02-201-1/+0
* Examples: add options for port and debug outputs in echoserverLiang Qi2015-02-203-5/+32
* fix the port in Host field in handshake requestLiang Qi2015-02-202-2/+36
* Fix keyword for OriginLiang Qi2015-02-171-1/+1
* Examples: add an option for debug outputs in echoclientLiang Qi2015-02-173-6/+25
* Doc: added qmake to dependenciesNico Vertriest2015-02-161-1/+1
* Doc: add description and image for echoclient htmlLiang Qi2015-02-133-1/+12
* Fix the translation in QWebSocketFrameLiang Qi2015-02-102-13/+16
* Use old-style SIGNAL and SLOT macros in tst_qwebsocket.cppDmitry Shachnev2015-01-261-9/+5
* Bump versionOswald Buddenhagen2015-01-161-1/+1
* QWebSocket should remember close code and reasonv5.4.15.4.1Frederik Gladhorn2014-12-292-0/+7
* Bump versionOswald Buddenhagen2014-12-121-1/+1
* Hardcode QtQml version import in .pro fileKai Koehne2014-12-051-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-035-12/+156
|\
| * Fix invalid Date header field in handshake response5.3Joni Poikelin2014-11-034-3/+140
| * Make QWebSocketPrivate::makeConnections() take care of all connections.Christian Kandeler2014-11-031-9/+16
| * Compile fix without proxy supportMaurice Kalinowski2014-11-031-0/+4
* | Also forward the bytesWritten(qint64) signalPeter Kümmel2014-10-151-0/+1
* | Update the plugins.qmltypes meta data.Milian Wolff2014-10-141-0/+50
* | Improve the integration of QtWebsockets into general Qt docsv5.4.0-beta1Alex Blasche2014-09-288-3/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-160-0/+0
|\ \ | |/
| * Bump versionFrederik Gladhorn2014-08-291-1/+1
* | Fix QWebSocketServer for clients preferring lowercase http headers.Jorma Tähtinen2014-09-092-14/+14
* | Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-2475-1303/+1706
* | 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-083-11/+1
* | remove custom module pri fileOswald Buddenhagen2014-08-082-12/+0
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-144-5/+5
|\ \ | |/
| * Use 0 instead of Q_NULLPTR in public headers.v5.3.25.3.2Sergio Martins2014-07-114-4/+4
* | Compile fix without proxy supportMaurice Kalinowski2014-07-071-0/+4
* | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-071-1/+0
* | Add initial support for a declarative WebSocketServer.Milian Wolff2014-07-0213-11/+658
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-06-262-1/+19
|\ \ | |/
| * Fix a typo in proxy handling.Jędrzej Nowacki2014-06-252-1/+19
| * Bump versionOswald Buddenhagen2014-06-181-1/+1
* | Merge remote-tracking branch 'origin/5.3' into devSergio Ahumada2014-06-144-2/+8
|\ \ | |/
| * Bump MODULE_VERSION to 5.3.1v5.3.1stable5.3.1Sergio Ahumada2014-05-261-1/+1
| * Document WebSocket::sendTextMessage(string message)Richard Moe Gustavsen2014-05-231-0/+5
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-143-2/+3
| |\
| | * Add missing classname for module in qmldir.v5.3.0Frederik Gladhorn2014-05-093-2/+3
| |/
* | Doc: Fix qmlclass selector used in documentation configTopi Reinio2014-06-111-1/+1
* | Add a QUrl serverUrl method to QWebSocketServer.Milian Wolff2014-06-083-8/+47
* | 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