summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookie.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark some security sensitive files in networkDimitrios Apostolou2024-12-021-0/+1
* Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasingMarc Mutz2024-11-081-3/+1
* Replace all QPair/qMakePair with std::pair in qtbase/networkIsak Fyksen2024-10-241-4/+6
* qnetworkcookie: remove parseCookiesAnton Kudryavtsev2023-11-021-9/+1
* network: use CIS compare moreAnton Kudryavtsev2023-11-011-8/+7
* qnetworkcookie: reduce allocationsAnton Kudryavtsev2023-09-041-10/+14
* QNetworkCookie: add QBAV overload for parseCookiesAnton Kudryavtsev2023-08-271-3/+11
* QNetworkCookiePrivate::parseSetCookieHeaderLine: port to QBAVAnton Kudryavtsev2023-08-251-7/+7
* qnetworkcookie: reduce allocationsAnton Kudryavtsev2023-08-251-7/+7
* qnetworkcookie: replace QString with QL1SAnton Kudryavtsev2023-08-241-2/+2
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-101-3/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-041-9/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtNetwork: includemocsMarc Mutz2022-04-281-0/+2
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-2/+2
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-211-6/+6
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-191-1/+3
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-051-0/+2
* QNetworkCookie: Clean upMårten Nordheim2021-08-271-8/+8
* QNetworkCookie: Fix use-after-freeMårten Nordheim2021-08-261-3/+4
* QNetworkCookie: Rename sameSite to sameSitePolicyMårten Nordheim2021-04-141-6/+6
* Add SameSite API to QNetworkCookieAllan Sandfeld Jensen2020-12-071-3/+69
* Pass SameSite through QNetworkCookieAllan Sandfeld Jensen2020-10-281-1/+8
* Remove QRegExp usage in QNetworkCookieLars Knoll2020-04-011-11/+13
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
* Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-1/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-1/+1
* Make data tables const.Volker Krause2015-05-051-1/+1
* Network: Fix operator<<(QDebug, ...) operationsKai Koehne2015-02-121-2/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-181-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QNetworkCookie: allow cookies for IPv6 domainsPeter Hartmann2013-12-131-4/+12
* QNetworkCookie: allow cookies for IPv4 domainsPeter Hartmann2013-12-131-7/+13
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Entered hardcoded urls QTBUG-28500Nico Vertriest2012-12-111-2/+2
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-061-0/+8
* QNetworkCookie - ignore unparsable expires attributeShane Kearns2012-06-271-4/+3
* Ignore empty domain attribute in cookiesShane Kearns2012-06-271-9/+18
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-271-3/+10
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-271-87/+16
* QNetworkCookie - use RFC6265 rules for max-ageShane Kearns2012-06-271-3/+9
* QNetworkCookie - ignore unknown attributesShane Kearns2012-06-271-9/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-271-13/+5