summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the proper protocol namesSze Howe Koh2014-04-091-8/+8
* Doc: Language/writ. guidelines review Qt WebSocketsNico Vertriest2014-03-141-7/+7
* Update documentation.Kurt Pattyn2014-03-111-0/+4
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Add user configurable mask generationKurt Pattyn2014-02-151-1/+31
* Check on newline characters in origin and urlsKurt Pattyn2014-02-111-0/+5
* Sanitize open() methodKurt Pattyn2014-02-071-5/+2
* Do not access QObject API before its private data is initialized.Milian Wolff2014-02-061-0/+4
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-5/+2
* Adapt isValid to only return true when socket is in connected stateKurt Pattyn2014-02-011-1/+2
* Remove socketOption functionalityKurt Pattyn2014-02-011-20/+0
* Update documentationKurt Pattyn2014-02-011-0/+6
* Removed unsupported functionalityKurt Pattyn2014-02-011-18/+0
* Rename write methodsKurt Pattyn2014-01-201-4/+8
* Remove dubious functionsKurt Pattyn2014-01-201-33/+0
* Fix docs after adding const refsFrederik Gladhorn2014-01-171-5/+5
* Remove doc reference to non-existent functionLaszlo Agocs2014-01-171-1/+0
* 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