qt6-bb10/src/network/socket
Shane Kearns cea8e41dc8 Network - Use isLoopback API in place of existing localhost checks
Various places in QtNetwork checked for Localhost or LocalHostIPv6,
i.e. 127.0.0.1 or ::1. By using the isLoopback API, other loopback
addresses are treated the same way (e.g. 127.0.0.2 and ::ffff:127.0.0.1)

Task-number: QTBUG-22246
Change-Id: I46f55630d8646fd68034a509969a0b7cb72ca77c
Reviewed-by: Thiago Macieira (Intel) <thiago.macieira@intel.com>
2011-10-24 13:56:41 +02:00
..
qabstractsocket.cpp Network - Use isLoopback API in place of existing localhost checks 2011-10-24 13:56:41 +02:00
qabstractsocket.h Remove QT3_SUPPORT from network 2011-07-05 15:32:39 +02:00
qabstractsocket_p.h Add Happy-Eyeballs style IPv6 connection establishing. 2011-07-04 13:04:57 +02:00
qabstractsocketengine.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qabstractsocketengine_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qhttpsocketengine.cpp sockets: limit buffer size of the internal sockets in proxy engines 2011-06-01 13:38:06 +02:00
qhttpsocketengine_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalserver.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalserver.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalserver_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalserver_tcp.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalserver_unix.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalserver_win.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalsocket.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalsocket.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalsocket_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalsocket_tcp.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalsocket_unix.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qlocalsocket_win.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qnativesocketengine.cpp Network - Use isLoopback API in place of existing localhost checks 2011-10-24 13:56:41 +02:00
qnativesocketengine_p.h IPv4 + IPv6 dual stack sockets 2011-06-22 11:01:00 +02:00
qnativesocketengine_unix.cpp Always assume IPv6 support 2011-07-04 14:32:41 +02:00
qnativesocketengine_win.cpp Always assume IPv6 support 2011-07-04 14:32:41 +02:00
qnet_unix_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qsocks5socketengine.cpp IPv4 + IPv6 dual stack sockets 2011-06-22 11:01:00 +02:00
qsocks5socketengine_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qsymbiansocketengine.cpp Network - Use isLoopback API in place of existing localhost checks 2011-10-24 13:56:41 +02:00
qsymbiansocketengine_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtcpserver.cpp Network - Use isLoopback API in place of existing localhost checks 2011-10-24 13:56:41 +02:00
qtcpserver.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtcpsocket.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtcpsocket.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtcpsocket_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qudpsocket.cpp Always assume IPv6 support 2011-07-04 14:32:41 +02:00
qudpsocket.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
socket.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00