summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-18/+18
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* 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
* Cleaning of the patch to QTBUG-3168Benjamin Poulain2010-02-251-2/+2
* Patch to QTBUG-3168Carolina Gomes2010-02-251-5/+22
* 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-071-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
* | | QT_NO_URL_CAST_FROM_STRING, like QT_NO_CAST_FROM_ASCIIWarwick Allison2009-08-141-0/+23
|/ /
* | Merge the memcpy with the lowercasing and the non-ASCII detection.Thiago Macieira2009-07-211-13/+17
* | Slight performance improvement by caching the label size.Thiago Macieira2009-07-211-7/+14
* | Minor performance improvements in nameprepping.Thiago Macieira2009-07-211-20/+23
* | Fix bug in locating non-lowercase TLDs: must lowercase.Thiago Macieira2009-07-211-2/+6
* | One more improvement in QUrl: avoid an extra lowercasing step.Thiago Macieira2009-07-211-17/+13
* | Improve performance in QUrl parsing by doing in-line operations.Thiago Macieira2009-07-211-31/+32
* | Change qt_nameprep to do in-line namepreppingThiago Macieira2009-07-211-26/+24
* | Implement strict STD3 checking of hostnames in URLs.Thiago Macieira2009-07-211-69/+172
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | improved string operations all over the placeThierry Bastian2009-05-281-1/+1
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-3/+3
|/
* Clearifying QUrl docsMorten Engvoldsen2009-05-191-0/+6
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+5999