Added TODO explaining some optimizations
[contrib/qtwebsockets.git] / src / websockets /
2013-10-13 Kurt PattynAdded TODO explaining some optimizations
2013-10-13 Kurt PattynAdded const to local variable
2013-10-11 Steven Ceuppensmake use of the new Q_NULLPTR keyword & shorten if...
2013-10-11 Kurt PattynAdded checks for valid control frames
2013-10-11 Kurt PattynAdded boundary checks on string lists
2013-10-11 Kurt PattynImmediately stop processing after reception of a contro...
2013-10-05 Kurt PattynAdded module QtWebSockets to documentation
2013-10-05 Kurt PattynReplaced tabs by spaces
2013-10-05 Kurt PattynReplaced qStableSort with std::sort
2013-10-05 Kurt PattynAdded clarifying comment
2013-10-05 Kurt PattynChanged module name to QtWebSockets
2013-10-05 Kurt PattynAdapted documentaton
2013-10-05 Kurt PattynCheck on ending '?' before adding a '?' (led to an...
2013-10-01 Steven CeuppensUpdate unit tests
2013-10-01 Steven CeuppensUpdate to fix minor compiler warnings
2013-09-29 Steven Ceuppensmoved class to separate file
2013-09-29 Steven Ceuppensupdate _global file, to match Qt default
2013-09-29 Steven Ceuppensremoved unused includes
2013-09-29 Steven Ceuppenswhitesapce updates
2013-09-29 Steven Ceuppensupdate class & filenames
2013-09-29 Steven Ceuppensremove declaration, only Qt5 will be supported
2013-09-29 Kurt PattynReplaced foreach calls with iterators
2013-09-29 Kurt PattynAdded const keyword to const variables
2013-09-29 Kurt PattynAdded const to const variables, added QStringLiteral
2013-09-29 Kurt PattynRemoved unused constant declaration
2013-09-29 Kurt PattynReplaced fromLatin1() with QStringLiteral
2013-09-29 Kurt PattynReplace string literals with QString::fromLatin1()...
2013-09-29 Kurt PattynReplace string literals with QString::fromLatin1()...
2013-09-29 Kurt PattynReplace string literals with QString::fromLatin1()...
2013-09-28 Steven CeuppensChanges to integrate the websocket module as a full...