summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QUrl: enable (N)RVO for gccAnton Kudryavtsev2016-05-091-37/+37
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-2/+2
|\
| * Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-1/+1
| * Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-1/+1
* | QtCore: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-251-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-23/+30
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-23/+30
| |\|
| | * Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-23/+30
* | | Updated license headersJani Heikkinen2016-01-211-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-2/+4
|\|
| * QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
* | QtCore: eradicate all Q_FOREACH loops [io]Marc Mutz2016-01-041-3/+2
|/
* QUrl::setPort: use the original port number in the error messageThiago Macieira2015-09-281-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-3/+18
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-3/+3
| * Doc: clarify what QUrl::topLevelDomain actually doesThiago Macieira2015-02-161-0/+15
* | Updated BSD licensed file headersJani Heikkinen2015-02-151-2/+2
* | Update copyright headersJani Heikkinen2015-02-111-8/+8
* | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-2/+3
|/
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-6/+7
|\
| * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-261-6/+7
* | Fix buildThiago Macieira2014-11-181-0/+1
* | Add Windows-specific notation for WebDAV to QUrl.Friedemann Kleint2014-11-171-6/+35
|/
* Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-1/+25
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-15/+14
|\
| * Doc: corrected autolink errors corelib ioNico Vertriest2014-08-271-15/+14
* | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+4
* | Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-061-0/+60
|/
* Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-6/+14
* Make QUrl::isLocalFile fast by storing a flagThiago Macieira2014-02-101-9/+33
* Fix typos in QUrl::toAce() documentation.Mitch Curtis2014-01-181-1/+1
* Silence compiler warningMarcel Krems2013-11-041-1/+1
* Clarify that the URL scheme does not include the ':'Kurt Pattyn2013-10-171-4/+13
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-18/+18
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-211-0/+27
* QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-1/+3
* QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-211-4/+4
* QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-2/+5
* QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-3/+3
* Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-28/+39
* QUrl: remove temporary codeThiago Macieira2013-08-041-3/+0
* Doc: update the QUrl and QUrlQuery documentationThiago Macieira2013-08-041-27/+87
* QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-041-192/+160
* QUrl: add matches(url, options) method.David Faure2013-07-261-0/+69
* QUrl: let StripTrailingSlash remove multiple trailing slashesDavid Faure2013-07-201-2/+4
* QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-201-0/+30
* Make QUrl store the first bad IPv6 character in the error stringThiago Macieira2013-07-201-11/+22