summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qipaddress
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* Regenerate tests/auto/corelib/ioAlexandru Croitor2019-11-121-1/+0
* Regenerate coreliob/io testsAlexandru Croitor2019-08-151-1/+13
* Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
* 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