summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Remove more unused qreadwritelock.h includesMarc Mutz2022-05-171-1/+0
* QNetworkCacheMetaData: replace qSwap with member-swapMarc Mutz2022-05-111-1/+1
* QNetworkReply: update decompress error message and handlingMårten Nordheim2022-05-084-17/+72
* Fix unused variables in qtbaseAndrei Golubev2022-05-071-1/+1
* Network: Emit authenticationRequired when using NtlmSören Bohn2022-05-072-1/+7
* Fix documentation for QNetworkReply::redirectedFlorian Bruhin2022-05-042-5/+5
* QtNetwork: includemocsMarc Mutz2022-04-304-0/+8
* QHttp: Fix handling of redirect loaded from cacheMårten Nordheim2022-04-281-0/+1
* Network[doc]: Update Qt6-changes for QNetworkInformation in 6.3Mårten Nordheim2022-04-071-0/+3
* Network[doc]: Update Qt6-changes with QNetworkInformation detailsMårten Nordheim2022-04-071-2/+11
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...Marc Mutz2022-04-0612-6/+23
* Doc: QNetworkProxyFactory: Mention libproxy in systemProxyForQueryHu Jialun2022-04-021-0/+5
* Fix -Wunused-but-set-variable in QTcpSocket documentation snippetTor Arne Vestbø2022-03-281-1/+2
* 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