summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsockethandshakerequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Handshake: Pass max header field size to the parserMårten Nordheim2022-07-121-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Port QWebSocketProtocol::versionFromString() to QStringViewMarc Mutz2021-12-171-1/+1
* Reuse qtbase's HTTP header parser to avoid a reinvented wheelØystein Heskestad2021-12-091-97/+61
* Use https links for tools.ietf.org linksTimofey Sartakov2021-09-071-1/+1
* Update dependencies on 'dev' in qt/qtwebsocketsAllan Sandfeld Jensen2020-09-211-1/+1
* Fix compilation by replacing QStringRef with QStringViewMarcel Krems2020-08-201-1/+1
* Change return type from QMap to QMultiMapMarcel Krems2020-08-101-1/+1
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-6/+5
* Change QMap to QMultiMapMårten Nordheim2020-01-231-2/+2
* Make HTTP header parsing RFC-compliantRobert Griebl2017-11-281-6/+18
* Replace iterator based loop by range-for-loopAndré Klitzing2017-10-101-9/+9
* Fix the parser of port in hand shake requestLiang Qi2017-01-061-10/+6
* Updated license headersAntti Kokko2016-01-201-14/+20
* Fix DoS vulnerabilityv5.5.15.5.1Kurt Pattyn2015-09-061-7/+49
* Fix two gcc warningsv5.5.0-alpha1Allan Sandfeld Jensen2015-02-261-2/+2
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-02-241-3/+15
|\
| * fix the port in Host field in handshake requestLiang Qi2015-02-201-2/+14
| * Fix keyword for OriginLiang Qi2015-02-171-1/+1
* | Update copyright headersJani Heikkinen2015-02-161-6/+6
|/
* Fix QWebSocketServer for clients preferring lowercase http headers.Jorma Tähtinen2014-09-091-9/+9
* Update license headers and add new license filesv5.4.0-alpha1Antti Kokko2014-08-241-18/+10
* Adapt copyright headerKurt Pattyn2014-02-151-1/+1
* Move versionFromString() from public to private APIKurt Pattyn2014-02-011-0/+1
* Use QString() instead of QStringLiteral("")Frederik Gladhorn2014-01-181-5/+5
* Simplify handshake reading functionsFrederik Gladhorn2014-01-171-15/+6
* Remove _p suffix from cpp filenames.Kurt Pattyn2014-01-131-0/+308