summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qipaddress
Commit message (Expand)AuthorAgeFilesLines
* QIpAddress: reject IPv6 addresses with more than 4 hex digitsThiago Macieira2018-03-161-3/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+8
|\
| * Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+8
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-0/+6
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-201-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-301-1/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-281-0/+285
* Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-282-0/+222