index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
io
/
qurl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change copyrights from Nokia to Digia.
Marko Valtanen
2012-12-04
1
-10
/
+11
*
Change to release licenses for 4.6.3.
Jason McDonald
2010-05-30
1
-13
/
+13
*
Fix QUrl::isValid if the host contains invalid caracter.
Olivier Goffart
2010-05-14
1
-2
/
+8
*
QUrl: parsing of host name with an undercore.
Olivier Goffart
2010-05-14
1
-1
/
+3
*
QUrl: fix parsing of IRIs with more than one IDN label
Thiago Macieira
2010-05-08
1
-0
/
+1
*
QUrl: update the whitelist of IDN domains
Thiago Macieira
2010-05-08
1
-2
/
+6
*
Cleaning of the patch to QTBUG-3168
Benjamin Poulain
2010-02-25
1
-2
/
+2
*
Patch to QTBUG-3168
Carolina Gomes
2010-02-25
1
-5
/
+22
*
Autotest: add a test for allowing hostnames ending in dot
Thiago Macieira
2010-01-22
1
-1
/
+1
*
Fix QUrl::toAce for domains with dot at end
Thorvald Natvig
2010-01-22
1
-1
/
+4
*
Revert "Make an empty QUrl also be considered non-detached (d == 0)."
Thiago Macieira
2010-01-21
1
-1
/
+1
*
Add a way to access the normalised URL in QUrl.
Thiago Macieira
2010-01-11
1
-4
/
+8
*
Make an empty QUrl also be considered non-detached (d == 0).
Thiago Macieira
2010-01-07
1
-1
/
+1
*
Improve QUrl constructing performance by making empty URLs have d==0.
Thiago Macieira
2010-01-07
1
-15
/
+119
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
QUrl::toEncoded() fix for the case of "password, but no username".
David Faure
2009-12-28
1
-5
/
+9
*
QUrl::fromUserInput: improvements, corrections and make the demo
Jocelyn Turcotte
2009-11-12
1
-21
/
+22
*
Import a new implementation of fromUserInput.
Thiago Macieira
2009-10-29
1
-0
/
+57
*
Remove the fromUserInput implementation and tests.
Thiago Macieira
2009-10-29
1
-73
/
+46
*
Fix QUrl regression with setHost("::ffff:129.144.52.38")
David Faure
2009-10-13
1
-2
/
+7
*
Fix regression in QUrl: IPv6 hosts should be lowercased like in Qt-4.5.
David Faure
2009-10-06
1
-0
/
+2
*
Faster case-insensitive comparison to "file" in QUrl::toLocalFile
David Faure
2009-10-06
1
-1
/
+1
*
Adds QUrl::fromUserInput, gathered from QWebView::guessUrlFromString.
Jocelyn Turcotte
2009-09-29
1
-0
/
+75
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
Merge branch '4.5' into 4.6
Thiago Macieira
2009-08-31
1
-13
/
+13
|
\
|
*
Update tech preview license header.
Jason McDonald
2009-08-31
1
-13
/
+13
|
*
Qt's domain name is now qt.nokia.com.
Jason McDonald
2009-08-11
1
-4
/
+4
|
*
Update license headers.
Jason McDonald
2009-08-11
1
-1
/
+1
*
|
Doc: explain that QUrl::toAce may fail if its input is not correct.
Thiago Macieira
2009-08-18
1
-0
/
+4
*
|
Restructure the documentation, both on a file and on a content level.
Volker Hilsheimer
2009-08-17
1
-2
/
+2
*
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Warwick Allison
2009-08-14
1
-5
/
+5
|
\
\
|
*
|
Update URL's to use new domain.
Jason McDonald
2009-08-12
1
-4
/
+4
|
*
|
Update contact URL in license headers.
Jason McDonald
2009-08-12
1
-1
/
+1
*
|
|
QT_NO_URL_CAST_FROM_STRING, like QT_NO_CAST_FROM_ASCII
Warwick Allison
2009-08-14
1
-0
/
+23
|
/
/
*
|
Merge the memcpy with the lowercasing and the non-ASCII detection.
Thiago Macieira
2009-07-21
1
-13
/
+17
*
|
Slight performance improvement by caching the label size.
Thiago Macieira
2009-07-21
1
-7
/
+14
*
|
Minor performance improvements in nameprepping.
Thiago Macieira
2009-07-21
1
-20
/
+23
*
|
Fix bug in locating non-lowercase TLDs: must lowercase.
Thiago Macieira
2009-07-21
1
-2
/
+6
*
|
One more improvement in QUrl: avoid an extra lowercasing step.
Thiago Macieira
2009-07-21
1
-17
/
+13
*
|
Improve performance in QUrl parsing by doing in-line operations.
Thiago Macieira
2009-07-21
1
-31
/
+32
*
|
Change qt_nameprep to do in-line nameprepping
Thiago Macieira
2009-07-21
1
-26
/
+24
*
|
Implement strict STD3 checking of hostnames in URLs.
Thiago Macieira
2009-07-21
1
-69
/
+172
*
|
Merge license header changes from 4.5
Volker Hilsheimer
2009-06-16
1
-2
/
+2
|
\
\
|
|
/
|
*
Update license headers as requested by the marketing department.
Jason McDonald
2009-06-16
1
-2
/
+2
*
|
improved string operations all over the place
Thierry Bastian
2009-05-28
1
-1
/
+1
*
|
Fixed 'crazy' warnings about using a string instead of a character
Thierry Bastian
2009-05-25
1
-3
/
+3
|
/
*
Clearifying QUrl docs
Morten Engvoldsen
2009-05-19
1
-0
/
+6
*
Long live Qt 4.5!
Lars Knoll
2009-03-23
1
-0
/
+5999