summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* QUrl::setUrl should call detachOlivier Goffart2011-01-061-0/+1
* remove extra includesRitt Konstantin2010-09-211-1/+0
* Update the error handling of invalid hostnames in QUrl.Thiago Macieira2010-09-101-6/+19
* 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
* 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
* QUrl::fromUserInput: improvements, corrections and make the demoJocelyn Turcotte2009-11-121-21/+22
* Import a new implementation of fromUserInput.Thiago Macieira2009-10-291-0/+57
* Remove the fromUserInput implementation and tests.Thiago Macieira2009-10-291-73/+46
* Fix QUrl regression with setHost("::ffff:129.144.52.38")David Faure2009-10-131-2/+7
* Fix regression in QUrl: IPv6 hosts should be lowercased like in Qt-4.5.David Faure2009-10-061-0/+2
* Faster case-insensitive comparison to "file" in QUrl::toLocalFileDavid Faure2009-10-061-1/+1
* Adds QUrl::fromUserInput, gathered from QWebView::guessUrlFromString.Jocelyn Turcotte2009-09-291-0/+75
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-4/+4
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Doc: explain that QUrl::toAce may fail if its input is not correct.Thiago Macieira2009-08-181-0/+4
* | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtWarwick Allison2009-08-141-5/+5
|\ \
| * | Update URL's to use new domain.Jason McDonald2009-08-121-4/+4
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1