Remove qWarning statements
[contrib/qtwebsockets.git] / src / websockets / qwebsocketserver_p.cpp
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...