aboutsummaryrefslogtreecommitdiffstats
path: root/examples/echoclient
Commit message (Expand)AuthorAgeFilesLines
* Adapt copyright headerKurt Pattyn2014-02-153-3/+3
* Simplify echoclient exampleJędrzej Nowacki2014-02-113-7/+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-202-2/+2
* Consume return value of write functionKurt Pattyn2014-01-201-1/+2
* Use new connect syntaxKurt Pattyn2014-01-202-5/+5
* Limit line length to 100 chars per lineKurt Pattyn2014-01-201-1/+2
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-103-0/+3
* Change open method so that a web socket can be reopenedKurt Pattyn2013-11-182-1/+4
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-063-4/+4
* Sanitize .pro filesKurt Pattyn2013-11-021-2/+0
* Use QT namespace and forward declarationsKurt Pattyn2013-11-022-0/+4
* Add correct license headersKurt Pattyn2013-11-013-0/+120
* 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-111-1/+1
* 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-17/+17
* 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-1/+1
* 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-241-2/+2
* Added doxygen snippet tagsKurt Pattyn2013-08-131-0/+6
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ex...Kurt Pattyn2013-08-134-16/+15
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ex...Kurt Pattyn2013-08-134-0/+76