summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookiejar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cookie path matching for empty url pathMÃ¥rten Nordheim2017-10-191-1/+1
* Unbreak a couple of configurationsLars Knoll2016-11-111-0/+2
* Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-111-1/+10
* QtNetwork: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-161-1/+1
* QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-1/+1
|\
| * Skip spurious .toLower() on returns of QUrl::scheme()Edward Welbourne2016-03-101-1/+1
* | QtNetwork: optimize if-else conditions.Anton Kudryavtsev2016-03-031-1/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-271-2/+2
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use prefix instead of postfix for iteratorsMaks Naumov2015-02-081-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-271-5/+15
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-061-0/+2
* Document new APIs in 5.0Shane Kearns2012-05-031-0/+4
* Qt Network: Added the \inmodule command in the class documentation.Michalina Ziemba2012-02-161-1/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Gives QNetworkCookieJar a virtual API.Jonas M. Gastal2012-01-271-62/+84
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-251-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-241-41/+2
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+346