summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* QLocalServer: use std::unique_ptr instead of QScopedPointerAhmad Samir7 days1-10/+16
* Add POSIX Pipe feature to VxWorksKarim Pinter2025-05-121-1/+1
* QSocks5SocketEngine: avoid interface as parameter nameTim Blechmann2025-05-041-2/+2
* Network: avoid interface as parameter nameTim Blechmann2025-04-291-2/+2
* wasm: fix QTcpSocket error code when url doesn't existLorn Potter2025-03-182-0/+6
* QObjectPrivate: extend the QObjectPrivateVersion to a few more classesThiago Macieira2025-02-202-2/+3
* Use 0/nullptr to indicate invalid Windows event handle in QLocalServerJøger Hansegård2025-01-233-3/+4
* Replace qdebug.h includes in public headers with forward-declarationsAhmad Samir2025-01-154-7/+5
* Doc: Fix links to QIODeviceBase:: flagsKai Köhne2024-12-131-1/+1
* Fix GCC -Wextra-semi after member function definitionsAhmad Samir2024-12-121-2/+2
* QSocks5BindStore: use QBasicTimer instead of manipulating the timer idAhmad Samir2024-08-311-8/+7
* Fix users of static max_size()Thiago Macieira2024-08-301-1/+1
* Initialize some member variables in qsocks5socketengine.cppMate Barany2024-07-241-5/+5
* Doc: Qt Network: Fix linking issuesTopi Reinio2024-06-101-2/+2
* Use QHttpHeaders: Update internal users of QNRequest, QNReply, QNProxyLena Biliaieva2024-05-071-4/+7
* SOCKS5: remove '###' from the error messageThiago Macieira2024-05-021-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