summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-091-1/+1
* QtCore: use new QLatin1String::arg()Marc Mutz2019-06-031-9/+9
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* QUrl: replace manual memory management of QUrlPrivate::Error with unique_ptrMarc Mutz2019-06-121-11/+8
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-17/+17
* corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-291-4/+4
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* Make url normalization closer to common browser behaviorJoni Poikelin2018-12-131-4/+4
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-73/+13
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-8/+8
|\
| * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
* | drop usages of Q_COMPILER_CLASS_ENUMGatis Paeglis2018-08-141-9/+2
* | Simplify QUrlPrivate::appendHostJesus Fernandez2018-08-061-7/+3
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-1/+1
|\|
| * Fix QUrl::setPath documentation, remove default TolerantModeMikhail Svetkin2018-07-241-1/+1
* | QUrl: Support IPv6 addresses with zone idRobbert Proost2018-07-271-23/+38
|/
* Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
* QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-8/+6
* QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-9/+22
* Doc: Add note about fromPercentEncoding's behavior on invalid inputMÃ¥rten Nordheim2017-06-291-0/+4
* Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-301-4/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-4/+7
|\
| * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-4/+7
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-3/+3
|\|
| * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-3/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+1
|\|
| * Clarify StripTrailingSlash behaviorKavindra Palaraja2017-01-081-1/+1
* | Revert "QUrl::resolved: keep treating file:name.txt as relative for now"Thiago Macieira2016-12-281-2/+1
|/
* QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-121-1/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-0/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-0/+3
| |\
| | * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+3
* | | Unbreak a couple of configurationsLars Knoll2016-11-111-0/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
| |\|
| | * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
* | | Recontribute QUrl::fromUserInputJames McDonnell2016-10-271-30/+0
* | | Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-111-0/+2
* | | Use QStringRef() more, exploiting its new ::chop()Anton Kudryavtsev2016-08-161-7/+15
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+2
| |\|
| | * QUrl::resolved: keep treating file:name.txt as relative for nowDavid Faure2016-08-041-1/+2
| | * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-2/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-6/+8
|\| |
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-2/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-4/+6
| |\|
| | * QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-4/+6
* | | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-021-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-39/+39
|\| |