summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QUrl: Use new comparison helper macrosRym Bouabid2024-03-061-48/+61
* Doc: Fix documentation issuesTopi Reinio2023-06-091-1/+1
* QUrl: Add QUrl::fromEncoded(QByteArrayView) overloadAhmad Samir2023-06-081-4/+8
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-14/+10
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-171-6/+8
* QUrl/doc: explain that the scheme-less URL is probably not intendedThiago Macieira2023-01-061-5/+20
* QUrl: remove unused qt_from_latin1() forward declarationAhmad Samir2022-12-221-3/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* QUrl: remove two unneeded Q_ASSERT()sMarc Mutz2022-10-151-4/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-25/+25
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-301-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-6/+2
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-63/+65
* QUrl: Use Q_CORE_REMOVED_SINCE instead of explicit version checksIevgenii Meshcheriakov2022-02-031-22/+0
* QUrl: use qsizetype & size_t in place of int & uintThiago Macieira2022-01-281-72/+73
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-1/+1
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-251-2/+8
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* QUrl: Implement UTS #46Ievgenii Meshcheriakov2021-08-261-20/+61
* QUrl: Fix typos in the documentationIevgenii Meshcheriakov2021-08-201-2/+2
* Doc: Add see also links to operator== and operator!=Paul Wicking2021-08-181-0/+4
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* QUrl: improve parseIp6's use of QStringViewThiago Macieira2020-12-121-6/+4
* QUrl: update parseIp6 to use QStringView, as the comment requestedThiago Macieira2020-12-121-8/+6
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+6
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-3/+2
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-3/+11
* Merge the two QUrl::fromUserInput overloadsDavid Faure2020-08-231-61/+35
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-21/+0
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-271-11/+0
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-447/+0
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-291-4/+6
* Port QUrl away from QStringRefLars Knoll2020-06-101-9/+9
* Port qt_urlRecode() to QStringViewMarc Mutz2020-05-121-16/+9
* Replace some QString::fromRawData() with QStringViews around the codeMarc Mutz2020-05-121-1/+1
* QUrl: replace some lower-case macros with functionsMarc Mutz2020-05-121-3/+5
* Port qt_from_latin1() from ushort to char16_tMarc Mutz2020-05-101-2/+2
* QUrl: optimize fromAce()Marc Mutz2020-05-021-1/+8
* QUrl: avoid QString creation in setHost()Marc Mutz2020-05-021-1/+1
* QUrl: fix implicit int->QChar conversionMarc Mutz2020-04-231-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+1
| |\
| | * QUrl doc: Fix typoFabian Kosmale2020-02-141-1/+1
* | | Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-201-43/+0
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+5
|\| |
| * | QUrl::topLevelDomain() - deprecate in 5.15Timur Pocheptsov2020-02-051-2/+5