Use QObjectPrivate instead of dedicated d-ptr
[contrib/qtwebsockets.git] / src / websockets / qwebsocket_p.cpp
2014-02-05 Kurt PattynUse QObjectPrivate instead of dedicated d-ptr
2014-02-01 Kurt PattynAllow writes only when socket is in connected state
2014-02-01 Kurt PattynAdapt isValid to only return true when socket is in...
2014-02-01 Kurt PattynSet default error and errorstring
2014-02-01 Kurt PattynLocally cache read buffer size and pause mode
2014-02-01 Kurt PattynAdd TODOs for improvements
2014-02-01 Kurt PattynCleanup inline comments
2014-02-01 Kurt PattynRemove socketOption functionality
2014-01-20 Kurt PattynRename write methods
2014-01-20 Kurt PattynRemove dubious functions
2014-01-18 Kurt PattynRename enumerations to comply with Qt style
2014-01-18 Frederik GladhornUse QString() instead of QStringLiteral("")
2014-01-17 Frederik Gladhornone if (m_mustMask) is enough
2014-01-17 Frederik GladhornAdd a few more const refs
2014-01-17 Frederik GladhornFix warning
2014-01-17 Frederik GladhornMake sure that the random generator is initialized...
2014-01-12 Kurt PattynLimit line length to 100 characters.
2014-01-11 Kurt PattynReplace emit by Q_EMIT
2014-01-11 Kurt PattynRemove waitXXX() methods from websockets
2014-01-09 Frederik GladhornUse new connect syntax in a few places
2014-01-04 Kurt PattynAdapt to Qt coding style
2013-12-27 Kurt PattynAdd limitation to write() methods
2013-12-23 Kurt PattynAdd optimizations
2013-12-10 Kurt PattynCleanup code to comply with Qt style
2013-11-18 Kurt PattynChange open method so that a web socket can be reopened
2013-11-17 Kurt PattynAdd close code and close reason getter functions
2013-11-06 Kurt PattynAdd sslEchoClient and sslEchoServer examples
2013-11-06 Kurt PattynSanitize include directives
2013-11-04 Kurt PattynAdd QWebSocketConfiguration to pre-cache socket settings
2013-11-03 Kurt PattynChange masking to octet based processing
2013-11-02 Kurt PattynMove non-public methods from websocketprotocol to priva...
2013-11-01 Kurt PattynMove Q_AUTOTEST_EXPORT in front of streaming operator
2013-11-01 Kurt PattynAdd null pointer checks
2013-11-01 Kurt PattynAdd correct license headers
2013-11-01 Kurt PattynAdd functionality to ignore ssl errors
2013-10-31 Kurt PattynImplement of secure web sockets
2013-10-14 Kurt PattynReplaced getter methods of HandshakeResponse to be...
2013-10-13 Kurt PattynRenamed getters in HandshakeRequest to comply with Qt
2013-10-13 Kurt PattynAdded TODO explaining some optimizations
2013-10-11 Steven Ceuppensmake use of the new Q_NULLPTR keyword & shorten if...
2013-10-05 Kurt PattynCheck on ending '?' before adding a '?' (led to an...
2013-09-29 Steven Ceuppensupdate class & filenames
2013-09-29 Kurt PattynAdded const to const variables, added QStringLiteral
2013-09-29 Kurt PattynReplace string literals with QString::fromLatin1()...
2013-09-28 Steven CeuppensChanges to integrate the websocket module as a full...