aboutsummaryrefslogtreecommitdiffstats
path: root/examples/echoserver
Commit message (Expand)AuthorAgeFilesLines
* Adapt copyright headerKurt Pattyn2014-02-153-3/+3
* 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-012-5/+5
* 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-202-7/+7
* 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-103-14/+21
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-063-10/+10
* Add html client for echo server exampleKurt Pattyn2013-11-062-0/+104
* Sanitize .pro filesKurt Pattyn2013-11-021-2/+0
* Use QT namespace and forward declarationsKurt Pattyn2013-11-022-2/+4
* Add correct license headersKurt Pattyn2013-11-013-0/+120
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-112-5/+5
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-3/+1
* Added -Wextra compiler checkKurt Pattyn2013-08-301-3/+5
* Replaced tabs by spacesKurt Pattyn2013-08-253-43/+43
* Renamed qwebsocket.pri to qwebsockets.priKurt Pattyn2013-08-251-1/+1
* Cleaned up the project filesKurt Pattyn2013-08-251-1/+2
* Replaced write() methods with send() methods to comply with the QAbstractSock...Kurt Pattyn2013-08-251-2/+2
* Renamed websocket.pri to qwebsocket.priKurt Pattyn2013-08-251-1/+1
* Renamed source directory to src (to be in line with Qt)Kurt Pattyn2013-08-251-1/+1
* Renamed WebSocket to QWebSocketKurt Pattyn2013-08-242-11/+11
* 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-124-0/+115