summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-1717-23/+23
* QHostInfo/Unix: Fix resolv never unloadingMårten Nordheim2022-03-161-1/+0
* Doc: Use new global include snippets in Qt Network landing pageAndreas Eliasson2022-03-151-6/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-103-14/+20
* QAbstractSocket: update setSocketOption documentationMårten Nordheim2022-03-101-0/+4
* wasm: fix issue with passing username/password to network requestLorn Potter2022-03-101-3/+7
* QAbstractSocket: remove note about WinRTMårten Nordheim2022-03-071-3/+0
* wasm: fix network reply error finished() signalingLorn Potter2022-03-051-0/+1
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-03-021-1/+1
* Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-02-251-0/+2
* QNX: Fix support for abstract Unix-domain socketPasi Petäjäjärvi2022-02-242-1/+5
* Fix getsockopt option_value initial initializationPasi Petäjäjärvi2022-02-241-2/+3
* Http2: Fix redirect-handlingMårten Nordheim2022-02-201-6/+14
* QHttp: Move the emission of requestSentMårten Nordheim2022-02-181-1/+2
* Update public suffix listIevgenii Meshcheriakov2022-02-182-14451/+14277
* Do not highlight the HTTP Example anymore in Qt CreatorZhang Hao2022-02-161-2/+0
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-092-14/+41
* QNetConMonitor/Win: Drop all warnings down to debugMårten Nordheim2022-02-091-19/+19
* QNetworkInformation: Rename parameter-less load() to loadDefaultBackendMårten Nordheim2022-02-092-3/+3
* Doc: Remove link commandAndreas Eliasson2022-02-091-1/+1
* Handle glib optional components properlyIlya Fedin2022-02-031-0/+2
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-02-017-10/+10
* QTlsBackend/QSslSocket - check the arguments we pass to QObject::connectTimur Pocheptsov2022-01-212-7/+11
* Revert "Revert "QTlsBackend: Fix living QObjects after QCoreApplication shutd...Timur Pocheptsov2022-01-212-6/+15
* Revert "QTlsBackend: Fix living QObjects after QCoreApplication shutdown"Timur Pocheptsov2022-01-202-15/+6
* QNetworkRequest: Document how Qt handles 301 and 302 status codesMårten Nordheim2022-01-181-0/+5
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-171-4/+4
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* wasm: implement host lookup for socket tunnelingMorten Johan Sørvig2022-01-173-2/+23
* QTlsBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2022-01-142-6/+15
* QHttpNetworkConnection: Always set proxy settings to all channelsAndrey Mozzhuhin2022-01-131-2/+2
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-131-0/+4
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-061-14/+0
* Q_{APPLICATION,GLOBAL}_STATIC: use variadic macrosThiago Macieira2021-12-171-3/+3
* QRingBuffer: overload append() for rvaluesMarc Mutz2021-12-161-1/+1
* QSslSocket: export QSslSocketPrivate, unbreaking ubsan buildsMarc Mutz2021-12-161-28/+28
* QNetworkAccessBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2021-12-152-3/+8
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-091-1/+1
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-045-5/+26
* QNAM: Disable h2c by defaultMårten Nordheim2021-11-303-0/+19
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-1/+1
* QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-251-0/+19
* Add more verification when parsing http headers and add testsØystein Heskestad2021-11-191-23/+61
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-182-36/+5
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-111-2/+2
* wasm: fix network reply status attributeLorn Potter2021-11-061-6/+11
* QNI: Add API to check if connection is meteredMårten Nordheim2021-11-043-0/+39
* QNI: Clarify Feature enum entries' documentationMårten Nordheim2021-11-031-5/+9