qt5base-lts/tests/auto/network
Thiago Macieira c64d27a9f7 QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4
In 85136496bc, Shane made QHostAddress
automatically convert any IPv6 address that was v4-mapped to IPv4 in
QHostAddress. While that is an interesting trick, it prevents us from
being specific about what we want. On some OS (like FreeBSD and OS X),
the distinction is relevant, so keep it.

Moreover, it was inconsistent: it might fail depending on how the
QHostAddress was constructed and the order of comparison.

[ChangeLog][Important Behavior Changes] QHostAddress will no longer
convert IPv6 addresses of type "v4-mapped" to IPv4. To perform this
conversion manually, construct another QHostAddress with the result of
toIPv4Address().

Change-Id: I06afbc7018539804bb3044ef1fe6a49ac7a5f240
Reviewed-by: Richard J. Moore <rich@kde.org>
2015-03-06 07:53:50 +00:00
..
access Merge remote-tracking branch 'origin/5.4' into 5.5 2015-03-04 13:44:29 +01:00
bearer Update copyright headers 2015-02-11 06:49:51 +00:00
kernel QHostAddress: Revert auto-converting of IPv6 v4-mapped addresses to IPv4 2015-03-06 07:53:50 +00:00
socket Fix bind+connect in both TCP and UDP 2015-03-04 23:58:03 +00:00
ssl QSslSocket test - adapt 'verifyClientCertificate' for Secure Transport 2015-02-13 20:43:09 +00:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00