fix compilation with QT_NO_NETWORKPROXY
[contrib/qtwebsockets.git] / src / websockets / qwebsocket.h
2014-03-18 Maurice Kalinowskifix compilation with QT_NO_NETWORKPROXY
2014-02-15 Kurt PattynAdapt copyright header
2014-02-15 Kurt PattynAdd user configurable mask generation
2014-02-07 Kurt PattynSanitize open() method
2014-02-05 Kurt PattynUse QObjectPrivate instead of dedicated d-ptr
2014-02-04 Kurt PattynRemove superfluous Q_REQUIRED_RESULT
2014-02-01 Kurt PattynRemove socketOption functionality
2014-02-01 Kurt PattynRemoved unsupported 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-17 Frederik GladhornUse const ref in public signals
2014-01-12 Kurt PattynLimit line length to 100 characters.
2014-01-11 Kurt PattynRemove waitXXX() methods from websockets
2013-12-23 Kurt PattynAdd optimizations
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 PattynAdd functionality to ignore ssl errors
2013-10-31 Kurt PattynImplement of secure web sockets
2013-10-15 Kurt PattynRemove QtWebSockets from include directives
2013-10-11 Steven Ceuppensmake use of the new Q_NULLPTR keyword & shorten if...
2013-10-01 Steven CeuppensUpdate to fix minor compiler warnings
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-28 Steven CeuppensChanges to integrate the websocket module as a full...