summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-1627-169/+169
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-2427-493/+277
* Add initial support for a declarative WebSocketServer.Milian Wolff2014-07-026-1/+216
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-118-31/+31
|\
| * Use the proper protocol namesSze Howe Koh2014-04-098-31/+31
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2438-21/+15
|\ \ | |/
| * Move examples into 'websockets' folderKai Koehne2014-03-1938-10/+13
| * Doc: Move and edit examples pageTopi Reinio2014-03-141-11/+2
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-139-10/+40
|\ \ | |/
| * Add warning to example regarding ignoring ssl errorsKurt Pattyn2014-03-121-0/+5
| * Fix for self-signed certificatesKurt Pattyn2014-03-122-4/+17
| * Doc: Review documentation Qt WebSocketsNico Vertriest2014-03-117-6/+18
* | Cleanup header fileKurt Pattyn2014-03-121-2/+0
|/
* 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
* Adapt copyright headerKurt Pattyn2014-02-1517-17/+17
* Remove checks on return value of sendXXX methodsKurt Pattyn2014-02-133-10/+5
* Simplify simple chat exampleJędrzej Nowacki2014-02-112-4/+0
* Simplify echoclient exampleJędrzej Nowacki2014-02-113-7/+0
* Re-enable QML componentKurt Pattyn2014-02-111-1/+1
* Replace delete loop with qDeleteAllKurt Pattyn2014-02-053-12/+3
* Remove superfluous Q_REQUIRED_RESULTKurt Pattyn2014-02-042-4/+2
* Comment out QML componentKurt Pattyn2014-02-041-1/+1
* Add cleanup to examplesKurt Pattyn2014-02-034-0/+20
* Rename ProcessMessage to ProcessTextMessageKurt Pattyn2014-02-012-5/+5
* Rename processMessage to processTextMessageKurt Pattyn2014-01-212-5/+5
* Rename SecureMode to SslModeKurt Pattyn2014-01-203-3/+3
* Rename write methodsKurt Pattyn2014-01-205-7/+7
* Use QStringLiteral where appropriateKurt Pattyn2014-01-206-6/+8
* Consume return value of write functionKurt Pattyn2014-01-205-7/+14
* Use new connect syntaxKurt Pattyn2014-01-207-23/+26
* Limit line length to 100 chars per lineKurt Pattyn2014-01-205-5/+10
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-183-3/+3
* Add extra documentationKurt Pattyn2013-12-227-0/+356
* Fix SSL examplesKurt Pattyn2013-12-221-2/+6
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-106-14/+24
* Add QML websockets pluginKurt Pattyn2013-11-252-8/+39
* Change open method so that a web socket can be reopenedKurt Pattyn2013-11-182-1/+4
* Add NON_SECURE_MODE parameter to QWebSocketServer constructorKurt Pattyn2013-11-071-1/+1
* Change url to localhostKurt Pattyn2013-11-061-2/+1
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-0618-14/+638
* Add html client for echo server exampleKurt Pattyn2013-11-062-0/+104
* Add chat server exampleKurt Pattyn2013-11-066-1/+345
* Sanitize .pro filesKurt Pattyn2013-11-022-4/+0
* Use QT namespace and forward declarationsKurt Pattyn2013-11-024-2/+8
* Add correct license headersKurt Pattyn2013-11-018-36/+320
* Include qml example on when quick is availableKurt Pattyn2013-11-011-2/+2
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-1/+1
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-113-6/+6