qt6-bb10/src/network/socket
Mårten Nordheim 4853a52943 Network: cleanliness
QT_NO_CAST_TO_ASCII
QT_NO_CAST_FROM_BYTEARRAY
QT_NO_URL_CAST_FROM_STRING

Change-Id: Ic77ed8ccbdb146b7e7b26123923795f9748d3a38
Reviewed-by: Mate Barany <mate.barany@qt.io>
2024-04-05 21:32:25 +02:00
..
qabstractsocket.cpp UDP: Protect call to UDP API based on feature 2024-03-21 19:55:23 +01:00
qabstractsocket.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qabstractsocket_p.h UDP: don't disable read notification unless we have a datagram 2024-03-02 22:57:09 +01:00
qabstractsocketengine.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qabstractsocketengine_p.h QAbstractSocketEngine: port to QDeadlineTimer 2023-10-07 02:28:12 +03:00
qhttpsocketengine.cpp Network: Use QHttpHeaders in QHttpHeaderParser 2024-01-25 00:48:10 +00:00
qhttpsocketengine_p.h QHttpSocketEngine: de-duplicate some code 2023-10-07 21:07:06 +03:00
qlocalserver.cpp QLocalServer: add protected addPendingConnection function 2024-03-05 14:43:29 +00:00
qlocalserver.h QLocalServer: add protected addPendingConnection function 2024-03-05 14:43:29 +00:00
qlocalserver_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlocalserver_tcp.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlocalserver_unix.cpp qcore_unix: port qt_safe_poll to QDeadlineTimer 2023-10-24 18:29:45 +03:00
qlocalserver_win.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlocalsocket.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlocalsocket.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlocalsocket_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlocalsocket_tcp.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlocalsocket_unix.cpp qcore_unix: port qt_safe_poll to QDeadlineTimer 2023-10-24 18:29:45 +03:00
qlocalsocket_win.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qnativesocketengine.cpp Remove qDeleteInEventHandler 2023-12-14 20:49:47 +01:00
qnativesocketengine_p.h QAbstractSocketEngine: port to QDeadlineTimer 2023-10-07 02:28:12 +03:00
qnativesocketengine_p_p.h QAbstractSocketEngine: port to QDeadlineTimer 2023-10-07 02:28:12 +03:00
qnativesocketengine_unix.cpp Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
qnativesocketengine_win.cpp QAbstractSocketEngine: port to QDeadlineTimer 2023-10-07 02:28:12 +03:00
qnet_unix_p.h Rename EINTR_LOOP -> QT_EINTR_LOOP 2023-11-30 22:52:11 +01:00
qsctpserver.cpp QSctpSocket: Update windows-note to specify 'class' 2022-10-26 12:30:09 +02:00
qsctpserver.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qsctpserver_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsctpsocket.cpp Containers: add max_size() 2024-02-27 16:58:27 +01:00
qsctpsocket.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qsctpsocket_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qsocks5socketengine.cpp Include what you need: <QPointer> 2023-10-12 21:38:54 +02:00
qsocks5socketengine_p.h QAbstractSocketEngine: port to QDeadlineTimer 2023-10-07 02:28:12 +03:00
qtcpserver.cpp QAbstractSocketEngine: port to QDeadlineTimer 2023-10-07 02:28:12 +03:00
qtcpserver.h The new signal pendingConnectionAvailable is added to QTcpServer 2022-06-04 00:22:55 +00:00
qtcpserver_p.h QSslServer: Make sure maxPendingConnections applies to all sockets 2022-08-17 21:55:19 +02:00
qtcpsocket.cpp Remove loopback network example 2023-03-23 16:02:28 +01:00
qtcpsocket.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00
qtcpsocket_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qudpsocket.cpp Network: cleanliness 2024-04-05 21:32:25 +02:00
qudpsocket.h Replace usages of Q_CLANG_QDOC with Q_QDOC 2022-10-21 09:48:36 +02:00