aboutsummaryrefslogtreecommitdiffstats
path: root/examples/echoclient/echoclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move examples into 'websockets' folderKai Koehne2014-03-191-73/+0
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Simplify echoclient exampleJędrzej Nowacki2014-02-111-1/+0
* Remove superfluous Q_REQUIRED_RESULTKurt Pattyn2014-02-041-2/+1
* Rename write methodsKurt Pattyn2014-01-201-1/+1
* Use QStringLiteral where appropriateKurt Pattyn2014-01-201-1/+1
* Consume return value of write functionKurt Pattyn2014-01-201-1/+2
* Use new connect syntaxKurt Pattyn2014-01-201-4/+4
* Limit line length to 100 chars per lineKurt Pattyn2014-01-201-1/+2
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-0/+1
* Change open method so that a web socket can be reopenedKurt Pattyn2013-11-181-1/+3
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-061-1/+1
* Use QT namespace and forward declarationsKurt Pattyn2013-11-021-0/+2
* Add correct license headersKurt Pattyn2013-11-011-0/+40
* Replaced tabs by spacesKurt Pattyn2013-08-251-8/+8
* Replaced write() methods with send() methods to comply with the QAbstractSock...Kurt Pattyn2013-08-251-1/+1
* Added doxygen snippet tagsKurt Pattyn2013-08-131-0/+6
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ex...Kurt Pattyn2013-08-131-5/+5
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ex...Kurt Pattyn2013-08-131-0/+22