Do not access QObject API before its private data is initialized.
[contrib/qtwebsockets.git] / src / websockets / qwebsocketserver_p.cpp
2014-02-06 Milian WolffDo not access QObject API before its private data is...
2014-02-05 Kurt PattynUse QObjectPrivate instead of dedicated d-ptr
2014-02-02 Kurt PattynAdd unit tests for QWebSocketServer
2014-02-02 Kurt PattynRemove parenting of QWebSockets in QWebSocketServer
2014-02-02 Kurt PattynCheck return value of listen and set appropriate error...
2014-02-02 Kurt PattynAdd private method to set error from QAbstractSocket...
2014-02-02 Kurt PattynRemove qWarning statements
2014-02-01 Milian WolffRemove unconditional debug output.
2014-01-25 Kurt PattynFix wrong comparison
2014-01-20 Kurt PattynRename SecureMode to SslMode
2014-01-18 Kurt PattynRename enumerations to comply with Qt style
2014-01-17 Frederik GladhornAdd a few more const refs
2014-01-17 Frederik GladhornSimplify handshake reading functions
2014-01-13 Kurt PattynUse new connect syntax
2014-01-12 Kurt PattynLimit line length to 100 characters.
2014-01-11 Kurt PattynRemove waitXXX() methods from websockets
2014-01-04 Kurt PattynCheck on max pending connections before accepting a...
2014-01-04 Kurt PattynAdapt to Qt coding style
2013-12-23 Kurt PattynAdd optimizations
2013-12-10 Kurt PattynCleanup code to comply with Qt style
2013-11-07 Kurt PattynWrap ssl implementation in ifdef statement
2013-11-06 Kurt PattynAdd sslEchoClient and sslEchoServer examples
2013-11-06 Kurt PattynSanitize include directives
2013-11-01 Kurt PattynAdd correct license headers
2013-11-01 Kurt PattynReplace int with qintptr for socket descriptor
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-11 Steven Ceuppensmake use of the new Q_NULLPTR keyword & shorten if...
2013-09-29 Steven Ceuppensupdate class & filenames
2013-09-28 Steven CeuppensChanges to integrate the websocket module as a full...