summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a crash when destroying the QWebSocketServerv5.4.25.4.2Kimmo Karvinen2015-04-081-0/+11
* client ping should be maskedLiang Qi2015-02-241-1/+6
* QWebSocket should remember close code and reasonv5.4.15.4.1Frederik Gladhorn2014-12-291-0/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-11-031-9/+16
|\
| * Make QWebSocketPrivate::makeConnections() take care of all connections.Christian Kandeler2014-11-031-9/+16
* | Also forward the bytesWritten(qint64) signalPeter Kümmel2014-10-151-0/+1
* | Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-06-261-1/+1
|\ \ | |/
| * Fix a typo in proxy handling.Jędrzej Nowacki2014-06-251-1/+1
* | Copy the more efficient HTTP header parser from QtNetworkThiago Macieira2014-05-091-21/+46
|/
* Fix process handshake for servers preferring lowercase http headers.Jędrzej Nowacki2014-04-091-7/+7
* 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