Bump version
[contrib/qtwebsockets.git] / examples /
2014-04-09 Sze Howe KohUse the proper protocol names
2014-03-19 Kai KoehneMove examples into 'websockets' folder
2014-03-14 Topi ReinioDoc: Move and edit examples page
2014-03-12 Kurt PattynAdd warning to example regarding ignoring ssl errors
2014-03-12 Kurt PattynFix for self-signed certificates
2014-03-11 Nico VertriestDoc: Review documentation Qt WebSockets
2014-02-16 Kurt PattynRemove superfluous setProtocol call
2014-02-16 Kurt PattynCatch SSL errors in example
2014-02-16 Kurt PattynMark html page as being utf-8
2014-02-15 Kurt PattynAdapt copyright header
2014-02-13 Kurt PattynRemove checks on return value of sendXXX methods
2014-02-11 Jędrzej NowackiSimplify simple chat example
2014-02-11 Jędrzej NowackiSimplify echoclient example
2014-02-11 Kurt PattynRe-enable QML component
2014-02-05 Kurt PattynReplace delete loop with qDeleteAll
2014-02-04 Kurt PattynRemove superfluous Q_REQUIRED_RESULT
2014-02-04 Kurt PattynComment out QML component
2014-02-02 Kurt PattynAdd cleanup to examples
2014-02-01 Kurt PattynRename ProcessMessage to ProcessTextMessage
2014-01-20 Kurt PattynRename processMessage to processTextMessage
2014-01-20 Kurt PattynRename SecureMode to SslMode
2014-01-20 Kurt PattynRename write methods
2014-01-20 Kurt PattynUse QStringLiteral where appropriate
2014-01-20 Kurt PattynConsume return value of write function
2014-01-20 Kurt PattynUse new connect syntax
2014-01-20 Kurt PattynLimit line length to 100 chars per line
2014-01-18 Kurt PattynRename enumerations to comply with Qt style
2013-12-22 Kurt PattynAdd extra documentation
2013-12-22 Kurt PattynFix SSL examples
2013-12-10 Kurt PattynCleanup code to comply with Qt style
2013-11-25 Kurt PattynAdd QML websockets plugin
2013-11-18 Kurt PattynChange open method so that a web socket can be reopened
2013-11-07 Kurt PattynAdd NON_SECURE_MODE parameter to QWebSocketServer const...
2013-11-06 Kurt PattynChange url to localhost
2013-11-06 Kurt PattynAdd sslEchoClient and sslEchoServer examples
2013-11-06 Kurt PattynAdd html client for echo server example
2013-11-06 Kurt PattynAdd chat server example
2013-11-02 Kurt PattynSanitize .pro files
2013-11-02 Kurt PattynUse QT namespace and forward declarations
2013-11-01 Kurt PattynAdd correct license headers
2013-11-01 Kurt PattynInclude qml example on when quick is available
2013-11-01 Kurt PattynAdd functionality to ignore ssl errors
2013-10-11 Steven Ceuppensmake use of the new Q_NULLPTR keyword & shorten if...
2013-09-28 Steven CeuppensChanges to integrate the websocket module as a full...
2013-08-30 Kurt PattynAdded -Wextra compiler check
2013-08-25 Kurt PattynReplaced tabs by spaces
2013-08-25 Kurt PattynRenamed qwebsocket.pri to qwebsockets.pri
2013-08-25 Kurt PattynCleaned up the project files
2013-08-25 Kurt PattynReplaced write() methods with send() methods to comply...
2013-08-25 Kurt PattynRenamed websocket.pri to qwebsocket.pri
2013-08-24 Kurt PattynRenamed source directory to src (to be in line with Qt)
2013-08-24 Kurt PattynAdded cache() command at start of .pro file to avoid...
2013-08-24 Kurt PattynRenamed WebSocket to QWebSocket
2013-08-22 Kurt PattynAdded server name field to constructor
2013-08-13 Kurt PattynAdded doxygen snippet tags
2013-08-13 Kurt PattynAdded doxygen snippet tags
2013-08-13 Kurt PattynRenamed WebWocketClient to EchoClient to be consistent...
2013-08-13 Kurt PattynRenamed WebWocketClient to EchoClient to be consistent...
2013-08-12 Kurt PattynCleaned up .pro file
2013-08-12 Kurt PattynRenamed HelloWorldServer to EchoServer
2013-08-07 Kurt PattynAdapted helloworldserver to use new signals (has been...
2013-08-06 Kurt PattynRemoved file, because coverity does not work
2013-08-04 Kurt PattynAdded analyse script for Coverity
2013-08-03 Kurt PattynAdded examples for WebSocket usage