summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket_p.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Adapt isValid to only return true when socket is in connected stateKurt Pattyn2014-02-011-1/+2
* Set default error and errorstringKurt Pattyn2014-02-011-2/+2
* Locally cache read buffer size and pause modeKurt Pattyn2014-02-011-10/+14
* Add TODOs for improvementsKurt Pattyn2014-02-011-0/+2
* Cleanup inline commentsKurt Pattyn2014-02-011-3/+2
* Remove socketOption functionalityKurt Pattyn2014-02-011-20/+0
* Rename write methodsKurt Pattyn2014-01-201-2/+2
* Remove dubious functionsKurt Pattyn2014-01-201-23/+0
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-181-8/+8
* Use QString() instead of QStringLiteral("")Frederik Gladhorn2014-01-181-8/+8
* one if (m_mustMask) is enoughFrederik Gladhorn2014-01-181-4/+4
* Add a few more const refsFrederik Gladhorn2014-01-181-9/+9
* Fix warningFrederik Gladhorn2014-01-181-1/+2
* Make sure that the random generator is initialized in all code pathsFrederik Gladhorn2014-01-171-3/+11
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-50/+96
* Replace emit by Q_EMITKurt Pattyn2014-01-111-4/+4
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-111-22/+0
* Use new connect syntax in a few placesFrederik Gladhorn2014-01-091-16/+18
* Adapt to Qt coding styleKurt Pattyn2014-01-041-125/+64
* Add limitation to write() methodsKurt Pattyn2013-12-271-2/+9
* Add optimizationsKurt Pattyn2013-12-231-83/+94
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-344/+226
* Change open method so that a web socket can be reopenedKurt Pattyn2013-11-181-13/+21
* Add close code and close reason getter functionsKurt Pattyn2013-11-171-0/+20
* Add sslEchoClient and sslEchoServer examplesKurt Pattyn2013-11-061-1/+2
* 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