summaryrefslogtreecommitdiff
path: root/examples/echoserver/echoserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move examples into 'websockets' folderKai Koehne2014-03-191-113/+0
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Remove checks on return value of sendXXX methodsKurt Pattyn2014-02-131-4/+2
* Replace delete loop with qDeleteAllKurt Pattyn2014-02-051-4/+1
* Rename ProcessMessage to ProcessTextMessageKurt Pattyn2014-02-011-4/+4
* Rename SecureMode to SslModeKurt Pattyn2014-01-201-1/+1
* Rename write methodsKurt Pattyn2014-01-201-2/+2
* Consume return value of write functionKurt Pattyn2014-01-201-2/+4
* Use new connect syntaxKurt Pattyn2014-01-201-6/+6
* Limit line length to 100 chars per lineKurt Pattyn2014-01-201-1/+2
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-181-1/+1
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-11/+17
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-061-4/+4
* Use QT namespace and forward declarationsKurt Pattyn2013-11-021-0/+2
* Add correct license headersKurt Pattyn2013-11-011-0/+40
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-4/+4
* Replaced tabs by spacesKurt Pattyn2013-08-251-31/+31
* Replaced write() methods with send() methods to comply with the QAbstractSock...Kurt Pattyn2013-08-251-2/+2
* Renamed WebSocket to QWebSocketKurt Pattyn2013-08-241-7/+7
* Added server name field to constructorKurt Pattyn2013-08-221-1/+1
* Added doxygen snippet tagsKurt Pattyn2013-08-131-0/+10
* Renamed HelloWorldServer to EchoServerKurt Pattyn2013-08-121-0/+57