summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket_p.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Sanitize include directivesKurt Pattyn2013-11-061-0/+1
* Add QWebSocketConfiguration to pre-cache socket settingsKurt Pattyn2013-11-041-59/+80
* Change masking to octet based processingKurt Pattyn2013-11-031-1/+3
* Move non-public methods from websocketprotocol to private headerKurt Pattyn2013-11-021-0/+1
* Move Q_AUTOTEST_EXPORT in front of streaming operatorKurt Pattyn2013-11-021-1/+1
* Add null pointer checksKurt Pattyn2013-11-011-167/+274
* Add correct license headersKurt Pattyn2013-11-011-18/+40
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-4/+37
* Implement of secure web socketsKurt Pattyn2013-10-311-4/+65
* Replaced getter methods of HandshakeResponse to be in line with QtKurt Pattyn2013-10-141-3/+3
* Renamed getters in HandshakeRequest to comply with QtKurt Pattyn2013-10-131-3/+3
* Added TODO explaining some optimizationsKurt Pattyn2013-10-131-0/+4
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-4/+4
* Check on ending '?' before adding a '?' (led to an internal server error of A...Kurt Pattyn2013-10-051-4/+8
* update class & filenamesSteven Ceuppens2013-09-291-4/+4
* Added const to const variables, added QStringLiteralKurt Pattyn2013-09-291-38/+40
* Replace string literals with QString::fromLatin1() expression, to avoid depre...Kurt Pattyn2013-09-291-20/+20
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+1108