summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* SOCKS5: remove '###' from the error messageThiago Macieira3 days1-1/+1
* Network: cleanlinessMårten Nordheim2024-04-051-1/+1
* UDP: Protect call to UDP API based on featureMårten Nordheim2024-03-211-1/+5
* QLocalServer: add protected addPendingConnection functionØystein Heskestad2024-03-052-1/+20
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-2/+3
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-023-2/+9
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-2/+1
* Handle EWOULDBLOCK the same way as EAGAIN when writing to sockets on UnixŁukasz Matysiak2024-01-281-0/+3
* Network: Use QHttpHeaders in QHttpHeaderParserLena Biliaieva2024-01-251-1/+2
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-141-3/+3
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-302-5/+5
* qcore_unix: port qt_safe_poll to QDeadlineTimerAhmad Samir2023-10-243-7/+3
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* QLocalSocket: port to QDeadlineTimerAhmad Samir2023-10-071-7/+10
* QHttpSocketEngine: de-duplicate some codeAhmad Samir2023-10-072-11/+16
* QAbstractSocketEngine: port to QDeadlineTimerAhmad Samir2023-10-0712-124/+134
* Fix not emitting proxyAuthenticationRequired signal for NTLMØystein Heskestad2023-10-021-12/+24
* Remove obsolete code related to ioctl on vxworksŁukasz Matysiak2023-09-271-5/+0
* QNativeSocketEngine: fix build with FreeBSD: sockaddr_dl wasn't declaredThiago Macieira2023-09-261-0/+3
* qsocks5socketengine: avoid impicit detachAnton Kudryavtsev2023-09-091-1/+1
* CMake/Network: limit the testing for some network iface featuresThiago Macieira2023-08-301-13/+0
* QAbstractSocket: remove a redundant stack variableAhmad Samir2023-08-031-5/+3
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-081-3/+0
* QNativeSocketEngine: fix warning about uninitialized variablesThiago Macieira2023-05-311-1/+2
* Network: Fix IFF_UP conflict on Linux with unity buildsMårten Nordheim2023-05-261-0/+4
* QNativeSocketEngine: move some code from the _p_p.h to _p.h fileThiago Macieira2023-05-132-25/+68
* Remove loopback network exampleMårten Nordheim2023-03-232-2/+2
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-1/+3
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-012-3/+3
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-025-169/+201
* Fix clang-cl compiler warningsPeter Varga2022-12-152-3/+7
* QSctpSocket: Update windows-note to specify 'class'Mårten Nordheim2022-10-262-2/+2
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-215-6/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-043-7/+7
* Make sockets' accept() methods return qintptrMårten Nordheim2022-08-2410-19/+19
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-172-1/+16
* The new signal pendingConnectionAvailable is added to QTcpServerØystein Heskestad2022-06-042-6/+24
* wasm: add support for blocking socketsMorten Johan Sørvig2022-06-021-0/+25
* Use SPDX license identifiersLucie Gérard2022-05-1640-1528/+88
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-212-2/+2
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2111-109/+118
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-214-10/+10
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-052-2/+7
* Add missing includes for some of our _win.cpp filesMårten Nordheim2022-03-181-0/+1
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QAbstractSocket: update setSocketOption documentationMårten Nordheim2022-03-081-0/+4
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-2/+4
* QAbstractSocket: remove note about WinRTMårten Nordheim2022-03-051-3/+0