summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Use new connect syntaxKurt Pattyn2014-01-207-23/+26
* Limit line length to 100 chars per lineKurt Pattyn2014-01-205-5/+10
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-183-3/+3
* Add extra documentationKurt Pattyn2013-12-227-0/+356
* Fix SSL examplesKurt Pattyn2013-12-221-2/+6
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-106-14/+24
* Add QML websockets pluginKurt Pattyn2013-11-252-8/+39
* Change open method so that a web socket can be reopenedKurt Pattyn2013-11-182-1/+4
* Add NON_SECURE_MODE parameter to QWebSocketServer constructorKurt Pattyn2013-11-071-1/+1
* Change url to localhostKurt Pattyn2013-11-061-2/+1
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-0618-14/+638
* Add html client for echo server exampleKurt Pattyn2013-11-062-0/+104
* Add chat server exampleKurt Pattyn2013-11-066-1/+345
* Sanitize .pro filesKurt Pattyn2013-11-022-4/+0
* Use QT namespace and forward declarationsKurt Pattyn2013-11-024-2/+8
* Add correct license headersKurt Pattyn2013-11-018-36/+320
* Include qml example on when quick is availableKurt Pattyn2013-11-011-2/+2
* 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-113-6/+6
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-287-9/+95
* Added -Wextra compiler checkKurt Pattyn2013-08-302-6/+10
* Replaced tabs by spacesKurt Pattyn2013-08-256-60/+60
* Renamed qwebsocket.pri to qwebsockets.priKurt Pattyn2013-08-252-2/+2
* Cleaned up the project filesKurt Pattyn2013-08-252-2/+4
* Replaced write() methods with send() methods to comply with the QAbstractSock...Kurt Pattyn2013-08-252-3/+3
* Renamed websocket.pri to qwebsocket.priKurt Pattyn2013-08-252-2/+2
* Renamed source directory to src (to be in line with Qt)Kurt Pattyn2013-08-252-2/+2
* Added cache() command at start of .pro file to avoid qmake warnings in OS XKurt Pattyn2013-08-241-0/+1
* Renamed WebSocket to QWebSocketKurt Pattyn2013-08-243-13/+13
* Added server name field to constructorKurt Pattyn2013-08-221-1/+1
* Added doxygen snippet tagsKurt Pattyn2013-08-131-0/+6
* Added doxygen snippet tagsKurt Pattyn2013-08-131-0/+10
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ex...Kurt Pattyn2013-08-135-17/+16
* Renamed WebWocketClient to EchoClient to be consistent with the EchoServer ex...Kurt Pattyn2013-08-134-0/+0
* Cleaned up .pro fileKurt Pattyn2013-08-121-9/+2
* Renamed HelloWorldServer to EchoServerKurt Pattyn2013-08-126-40/+31
* Adapted helloworldserver to use new signals (has been tested against autobahn)Kurt Pattyn2013-08-072-13/+18
* Removed file, because coverity does not workKurt Pattyn2013-08-061-3/+0
* Added analyse script for CoverityKurt Pattyn2013-08-041-0/+3
* Added examples for WebSocket usageKurt Pattyn2013-08-039-0/+206