aboutsummaryrefslogtreecommitdiffstats
path: root/src/websockets/qwebsocket.h
Commit message (Expand)AuthorAgeFilesLines
* QWebSocket: include and fwd-declare what you needMarc Mutz2023-08-141-0/+3
* Support 401 response for websocket connectionsMårten Nordheim2022-12-211-0/+1
* Replace QWebSocket::error signal with QWebSocket::errorOccurredØystein Heskestad2022-08-031-0/+4
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Add support for WebSocket Sub-ProtocolsArno Rehn2022-03-301-0/+8
* Update dependencies on 'dev' in qt/qtwebsocketsLiang Qi2020-07-011-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-311-0/+11
|\
| * Add a public api to set max frame and message size (CVE-2018-21035)Franck Dude2020-03-191-0/+11
* | Use the new functions/signals introduced in QSslSocketLars Schmertmann2020-01-211-0/+6
|/
* Use override keywordJesus Fernandez2018-08-101-1/+1
* QWebSocket: Add 'bytesToWrite'Mårten Nordheim2018-04-141-0/+2
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-2/+2
* Add support for TLS PSK (client and server)André Klitzing2016-06-121-0/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-1/+1
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-031-1/+1
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Add open(const QNetworkRequest &) and request()Luca Niccoli2015-04-081-0/+3
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* Use 0 instead of Q_NULLPTR in public headers.v5.3.2Sergio Martins2014-07-111-1/+1
* fix compilation with QT_NO_NETWORKPROXYMaurice Kalinowski2014-03-181-0/+1
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Add user configurable mask generationKurt Pattyn2014-02-151-0/+3
* Sanitize open() methodKurt Pattyn2014-02-071-1/+1
* Use QObjectPrivate instead of dedicated d-ptrKurt Pattyn2014-02-051-1/+0
* Remove superfluous Q_REQUIRED_RESULTKurt Pattyn2014-02-041-2/+2
* Remove socketOption functionalityKurt Pattyn2014-02-011-2/+0
* Removed unsupported functionalityKurt Pattyn2014-02-011-2/+0
* Rename write methodsKurt Pattyn2014-01-201-2/+2
* Remove dubious functionsKurt Pattyn2014-01-201-2/+0
* Rename enumerations to comply with Qt styleKurt Pattyn2014-01-181-2/+2
* Use const ref in public signalsFrederik Gladhorn2014-01-171-5/+5
* Limit line length to 100 characters.Kurt Pattyn2014-01-121-6/+8
* Remove waitXXX() methods from websocketsKurt Pattyn2014-01-111-3/+0
* Add optimizationsKurt Pattyn2013-12-231-1/+3
* Add close code and close reason getter functionsKurt Pattyn2013-11-171-0/+2
* Sanitize include directivesKurt Pattyn2013-11-061-4/+4
* Add correct license headersKurt Pattyn2013-11-011-20/+42
* Add functionality to ignore ssl errorsKurt Pattyn2013-11-011-0/+7
* Implement of secure web socketsKurt Pattyn2013-10-311-1/+11
* Remove QtWebSockets from include directivesKurt Pattyn2013-10-151-2/+2
* make use of the new Q_NULLPTR keyword & shorten if(ptr) conditionsSteven Ceuppens2013-10-111-2/+2
* Update to fix minor compiler warningsSteven Ceuppens2013-10-011-2/+2
* update _global file, to match Qt defaultSteven Ceuppens2013-09-291-1/+2
* removed unused includesSteven Ceuppens2013-09-291-3/+0
* whitesapce updatesSteven Ceuppens2013-09-291-1/+1
* update class & filenamesSteven Ceuppens2013-09-291-2/+2
* Changes to integrate the websocket module as a full Qt Add-On moduleSteven Ceuppens2013-09-281-0/+116