summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-071-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
* | Improve QUrl handling of local file pathsThiago Macieira2010-05-051-22/+51
* | QUrl: parsing of host name with an undercore.Olivier Goffart2010-04-281-1/+3
* | Allow empty authority in QUrl::setAuthority as per docs.Kimmo Kotajärvi2010-03-051-1/+5
* | Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-271-4/+21
|\ \
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-4/+21
| |\ \ | | |/
| | * Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-2/+2
| | * Patch to QTBUG-3168Carolina Gomes2010-02-251-5/+22
* | | QUrl: document adding of hash functionPeter Hartmann2010-02-261-0/+7
|/ /
* | Compile with QT_USE_FAST_OPERATOR_PLUSOlivier Goffart2010-02-211-1/+1
|/
* Autotest: add a test for allowing hostnames ending in dotThiago Macieira2010-01-221-1/+1
* Fix QUrl::toAce for domains with dot at endThorvald Natvig2010-01-221-1/+4
* Revert "Make an empty QUrl also be considered non-detached (d == 0)."Thiago Macieira2010-01-211-1/+1
* Add a way to access the normalised URL in QUrl.Thiago Macieira2010-01-111-4/+8
* Make an empty QUrl also be considered non-detached (d == 0).Thiago Macieira2010-01-071-1/+1
* Improve QUrl constructing performance by making empty URLs have d==0.Thiago Macieira2010-01-071-15/+119
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* QUrl::toEncoded() fix for the case of "password, but no username".David Faure2009-12-281-5/+9