summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket_p.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use the proper protocol namesSze Howe Koh2014-04-091-2/+2
* fix compilation with QT_NO_NETWORKPROXYMaurice Kalinowski2014-03-181-1/+4
* fix typo in macroMaurice Kalinowski2014-03-171-1/+1
* Return correct error string for known socket errorsKurt Pattyn2014-03-121-1/+1
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Add user configurable mask generationKurt Pattyn2014-02-151-15/+32
* Fix multiple emission of received signalsKurt Pattyn2014-02-151-1/+1
* Check on newline characters in origin and urlsKurt Pattyn2014-02-111-3/+43
* Connect sslErrors signal when a secure connection is establishedKurt Pattyn2014-02-071-0/+4
* Do not double-delete the TCP socket of a QWebSocket.Milian Wolff2014-02-061-2/+2
* Fix assertion when encountering invalid header line.Milian Wolff2014-02-061-1/+3
* Do not access QObject API before its private data is initialized.Milian Wolff2014-02-061-3/+4
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-55/+57
* Allow writes only when socket is in connected stateKurt Pattyn2014-02-011-1/+1
* 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