summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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