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