summaryrefslogtreecommitdiff
path: root/examples/echoserver
Commit message (Expand)AuthorAgeFilesLines
* 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