summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-04-271-7/+8
* Eradicate Q_FOREACH and Java-style loops and mark the module as Q_FOREACH-freeMarc Mutz2016-09-071-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-0/+1
|\
| * Update the QWebSocket's QSslConfiguration when neededAndy Shaw2016-03-101-0/+1
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+2
|\
| * Set parent of internal socket objectsPeter Kümmel2015-09-041-1/+2
* | Send and parse headers for the handshake requestLuca Niccoli2015-05-261-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-05-111-0/+2
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1Liang Qi2015-04-151-0/+2
| |\
| | * Fixed a crash when destroying the QWebSocketServerv5.4.25.4.2Kimmo Karvinen2015-04-081-0/+2
* | | Add open(const QNetworkRequest &) and request()Luca Niccoli2015-04-081-4/+4
|/ /
* | Update copyright headersJani Heikkinen2015-02-161-6/+6
* | Make the websocket handshake statefullAllan Sandfeld Jensen2014-11-191-0/+13
|/
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* fix typo in macroMaurice Kalinowski2014-03-171-1/+1
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Add user configurable mask generationKurt Pattyn2014-02-151-1/+7
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-20/+14
* Remove superfluous Q_REQUIRED_RESULTKurt Pattyn2014-02-041-2/+2
* Locally cache read buffer size and pause modeKurt Pattyn2014-02-011-0/+2
* Remove socketOption functionalityKurt Pattyn2014-02-011-2/+0
* Rename write methodsKurt Pattyn2014-01-201-2/+2
* Remove dubious functionsKurt Pattyn2014-01-201-2/+0
* Add a few more const refsFrederik Gladhorn2014-01-181-3/+3
* Make sure that the random generator is initialized in all code pathsFrederik Gladhorn2014-01-171-0/+1
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-2/+4
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-111-3/+0
* Add optimizationsKurt Pattyn2013-12-231-9/+9
* Cleanup code to comply with Qt styleKurt Pattyn2013-12-101-3/+4
* Change open method so that a web socket can be reopenedKurt Pattyn2013-11-181-1/+1
* Add close code and close reason getter functionsKurt Pattyn2013-11-171-0/+4
* Add QWebSocketConfiguration to pre-cache socket settingsKurt Pattyn2013-11-041-11/+26
* Add correct license headersKurt Pattyn2013-11-011-18/+40
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-0/+5
* Implement of secure web socketsKurt Pattyn2013-10-311-0/+14
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-3/+3
* update _global file, to match Qt defaultSteven Ceuppens2013-09-291-1/+0
* removed unused includesSteven Ceuppens2013-09-291-1/+1
* whitesapce updatesSteven Ceuppens2013-09-291-1/+1
* update class & filenamesSteven Ceuppens2013-09-291-9/+8
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+183