Add user configurable mask generation
[contrib/qtwebsockets.git] / src / websockets / qwebsocket_p.h
2014-02-15 Kurt PattynAdd user configurable mask generation
2014-02-05 Kurt PattynUse QObjectPrivate instead of dedicated d-ptr
2014-02-04 Kurt PattynRemove superfluous Q_REQUIRED_RESULT
2014-02-01 Kurt PattynLocally cache read buffer size and pause mode
2014-02-01 Kurt PattynRemove socketOption functionality
2014-01-20 Kurt PattynRename write methods
2014-01-20 Kurt PattynRemove dubious functions
2014-01-17 Frederik GladhornAdd a few more const refs
2014-01-17 Frederik GladhornMake sure that the random generator is initialized...
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-12-10 Kurt PattynCleanup code to comply with Qt style
2013-11-18 Kurt PattynChange open method so that a web socket can be reopened
2013-11-17 Kurt PattynAdd close code and close reason getter functions
2013-11-04 Kurt PattynAdd QWebSocketConfiguration to pre-cache socket settings
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-11 Steven Ceuppensmake use of the new Q_NULLPTR keyword & shorten if...
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...