summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-44/+86
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-111-38/+0
* Add clarification in documentationKurt Pattyn2014-01-041-0/+5
* Add limitation to write() methodsKurt Pattyn2013-12-271-6/+18
* Add extra documentationKurt Pattyn2013-12-221-5/+5
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-4/+0
* Add close code and close reason getter functionsKurt Pattyn2013-11-171-0/+20
* Sanitize include directivesKurt Pattyn2013-11-061-5/+6
* Add correct license headersKurt Pattyn2013-11-011-18/+40
* Refine doc generationKurt Pattyn2013-11-011-5/+44
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-1/+54
* Implement of secure web socketsKurt Pattyn2013-10-311-0/+10
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-1/+0
* Adapted documentatonKurt Pattyn2013-10-051-1/+1
* Removed unused constant declarationKurt Pattyn2013-09-291-2/+0
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+592