Use the proper protocol names
[contrib/qtwebsockets.git] / src / websockets / qwebsocket.cpp
2014-04-09 Sze Howe KohUse the proper protocol names
2014-03-14 Nico VertriestDoc: Language/writ. guidelines review Qt WebSockets
2014-03-11 Kurt PattynUpdate documentation.
2014-02-15 Kurt PattynAdapt copyright header
2014-02-15 Kurt PattynAdd user configurable mask generation
2014-02-11 Kurt PattynCheck on newline characters in origin and urls
2014-02-07 Kurt PattynSanitize open() method
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-01 Kurt PattynAdapt isValid to only return true when socket is in...
2014-02-01 Kurt PattynRemove socketOption functionality
2014-02-01 Kurt PattynUpdate documentation
2014-02-01 Kurt PattynRemoved unsupported functionality
2014-01-20 Kurt PattynRename write methods
2014-01-20 Kurt PattynRemove dubious functions
2014-01-17 Frederik GladhornFix docs after adding const refs
2014-01-17 Laszlo AgocsRemove doc reference to non-existent function
2014-01-12 Kurt PattynLimit line length to 100 characters.
2014-01-11 Kurt PattynRemove waitXXX() methods from websockets
2014-01-04 Kurt PattynAdd clarification in documentation
2013-12-27 Kurt PattynAdd limitation to write() methods
2013-12-22 Kurt PattynAdd extra documentation
2013-12-10 Kurt PattynCleanup code to comply with Qt style
2013-11-17 Kurt PattynAdd close code and close reason getter functions
2013-11-06 Kurt PattynSanitize include directives
2013-11-01 Kurt PattynAdd correct license headers
2013-11-01 Kurt PattynRefine doc generation
2013-11-01 Kurt PattynAdd functionality to ignore ssl errors
2013-10-31 Kurt PattynImplement of secure web sockets
2013-10-11 Steven Ceuppensmake use of the new Q_NULLPTR keyword & shorten if...
2013-10-05 Kurt PattynAdapted documentaton
2013-09-29 Kurt PattynRemoved unused constant declaration
2013-09-28 Steven CeuppensChanges to integrate the websocket module as a full...