summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurlidna.cpp
Commit message (Expand)AuthorAgeFilesLines
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-9/+36
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-2/+2
* Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix some -Wcast-qual warningsThiago Macieira2015-09-221-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+1
|\
| * Small doc fix.Niels Weber2014-02-071-1/+1
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
|/
* Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-251-0/+5
* Remove qBinaryFind usages from QtCoreGiuseppe D'Angelo2013-09-231-4/+5
* Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-061-2/+3
* Revert "Fix QUrl::topLevelDomain(QUrl::FullyDecoded)"Thiago Macieira2013-07-021-2/+1
* Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-011-1/+2
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-4/+4
* QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-081-1/+1
* QUrl stringprep: avoid recalculating the surrogates we already knowThiago Macieira2013-06-081-2/+2
* QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-081-11/+14
* QUrl stringprep: fix case folding from non-BMP to BMPThiago Macieira2013-06-081-1/+1
* QUrl stringprep: recalculate the current position if the size changesThiago Macieira2013-06-081-1/+2
* QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-021-7/+22
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix a couple of qdoc errorsLars Knoll2012-08-181-1/+1
* QUrl::idnWhiteList(): add QList::reserve() callMarc Mutz2012-08-071-2/+4
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-301-0/+3
* Add some missing includes.Stephen Kelly2012-05-031-0/+2
* Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-3/+3
* Long live the new QUrl implementation.Thiago Macieira2012-03-301-1/+1
* Move some of qurl.cpp into other files for ease of maintenanceThiago Macieira2012-03-301-0/+2592