summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Add required network libs for VxWorksTomasz Kozłowski2024-01-261-1/+1
* Add test function for private networkYAMAMOTO Atsushi2023-03-111-0/+2
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-021-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Exclude network tests based on featureDavid Skoland2022-05-111-1/+1
* QHostAddress: prepare moving NetworkLayerProtocol from QAbstractSocketThiago Macieira2021-03-181-11/+11
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-281-16/+0
* Remove winrtOliver Wolff2020-06-061-6/+0
* Make network tests build and pass with disabled deprecated APIsSona Kurazyan2019-07-231-0/+3
* QHostAddress: add more classification functionsThiago Macieira2017-10-171-83/+81
* QHostAddress: add missing op!=(SpecialAddress, QHostAddress)Marc Mutz2017-01-261-0/+1
* QHostAddress: add missing docsMarc Mutz2017-01-151-0/+1
* QHostAddress: fix assignment operatorsMarc Mutz2016-12-071-25/+38
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-4/+13
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-4/+13
| |\
| | * Autotest: confirm that QHostAddress obeys RFC 5952 recommendationsThiago Macieira2016-04-091-4/+13
* | | QHostAddress: comparator with flexible conversion rulesFelix Braun2016-04-291-0/+50
|/ /
* | Updated license headersJani Heikkinen2016-01-211-18/+13
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-19/+1
|/
* QHostAddress: Improve code generationThiago Macieira2015-08-191-0/+2
* Add QHostAddress::isMulticastThiago Macieira2015-08-151-1/+49
* QtTest: Add QHostAddress support for QCOMPARE failuresThiago Macieira2015-08-151-12/+0
* tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-4/+4
* tst_qhostaddress: Add braces to initialization of a Q_IPV6ADDR.Friedemann Kleint2015-07-281-1/+1
* Add a QHostAddress::toIPv4Address overload taking a bool *okThiago Macieira2015-03-061-0/+48
* QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4Thiago Macieira2015-03-061-0/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Android: Fix compilation of qhostaddress testEskil Abrahamsen Blomfeldt2014-06-301-0/+4
* WinRT: Fixed compilation of network autotests and benchmarksOliver Wolff2013-12-061-0/+3
* WinRT: Fix various test compilationsAndrew Knight2013-10-021-0/+3
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-081-0/+2
* Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-15/+17
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-0/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-59/+59
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fix QHostAddress::operator==(QHostAddress::SpecialAddress)Shane Kearns2011-11-301-0/+4
* Network - Add QHostAddress::isLoopback API.Shane Kearns2011-10-241-0/+40
* Moved network autotests into new directory structureJo Asplin2011-09-091-0/+611