summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Limit the range of the QUrlPrivate::port to -1 to 65535Thiago Macieira2013-01-141-1/+1
* QUrl::fromUserInput: fix for urls without a host.David Faure2013-01-141-2/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* QUrl: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-151-1/+4
* QUrl: ensure toEncoded() matches toString() wrt. empty authorityPeter Hartmann2012-12-151-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* QUrl: fix thread safety.David Faure2012-08-231-49/+179
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-281-0/+3
* QUrl: add missing detach() in setEncodedUrl, spotted by Marc Mutz.David Faure2012-07-221-2/+2
* qurl.cpp: Remove trailing whitespaces.David Faure2012-07-221-19/+19
* Doc: Fix QUrl::isLocalFile documentationSergio Ahumada2012-07-211-1/+1
* Fix IPv6 address returned from QUrl::hostShane Kearns2012-04-231-5/+4
* Change QUrl::toLocalFile to return path for relative urlsAapo Haapanen2012-02-021-1/+8
* Various qt documentation fixes (wk 43)artoka2012-01-311-0/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Doc: Fixed the example of an encoded URL in the class description.David Boddie2011-07-211-2/+3
* Doc: Moved general notes about character conversion.David Boddie2011-07-181-10/+13
* Fix invalid read in QUrl::removeAllEncodedQueryItemsOlivier Goffart2011-06-281-0/+1
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-06-171-1/+18
|\
| * Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-241-17/+17
| |\
| * | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-241-1/+18
* | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+17
|\ \ \ | | |/ | |/|
| * | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| |/
* / Doc: Applied pending fixes to API documentation.David Boddie2011-05-111-1/+1
|/
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-081-0/+1
|\|
| * QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+1
* | Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-031-0/+8
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-221-1/+0
|\|
| * remove extra includesRitt Konstantin2010-09-211-1/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-6/+19
|\|
| * Update the error handling of invalid hostnames in QUrl.Thiago Macieira2010-09-101-6/+19
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-1/+25
|\|
| * Fix handling of braces/no-braces in QUrl::host / setHost.Thiago Macieira2010-09-081-0/+4
| * Doc: update the documentation of QUrl about HTML Form encodingThiago Macieira2010-09-061-0/+20
| * Accept empty authority segments in QUrl as different from not-presentThiago Macieira2010-09-031-1/+1
* | Add support of high unicodes in QUrl.Ritt Konstantin2010-05-261-120/+167
* | Revert "Revert "QUrl::fromLocalFile: fix silly mistake: it's fromNativeSepara...Thiago Macieira2010-05-201-1/+1
* | Revert "Revert "Improve QUrl handling of local file paths""Thiago Macieira2010-05-201-22/+51
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-4/+15
|\
| * Fix QUrl::isValid if the host contains invalid caracter.Olivier Goffart2010-05-141-2/+8
| * QUrl: parsing of host name with an undercore.Olivier Goffart2010-05-141-1/+3
| * QUrl: fix parsing of IRIs with more than one IDN labelThiago Macieira2010-05-081-0/+1
| * QUrl: update the whitelist of IDN domainsThiago Macieira2010-05-081-2/+6
* | Revert "Improve QUrl handling of local file paths"Morten Johan Sørvig2010-05-101-51/+22
* | Revert "QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, no...Morten Johan Sørvig2010-05-101-1/+1
* | Add some debugging (disabled) to QUrl::resolvedThiago Macieira2010-05-071-0/+6
* | QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, not toThiago Macieira2010-05-071-1/+1