summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Network: Use system publicsuffix database copy when availableIevgenii Meshcheriakov2022-03-034-6/+174
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-02-281-1/+1
* Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-02-251-0/+2
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-245-7/+8
* Network: Use public suffix database in DAFSA formatIevgenii Meshcheriakov2022-02-245-14912/+4435
* 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
* Compile QNetworkAccessDebugPipeBackend only in developer buildsJoerg Bornemann2022-02-151-1/+5
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1
* QAbstractSocketPrivate: Initialize members in-classMårten Nordheim2022-02-092-38/+20
* 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
* QSocks5: Un-virtualize what is never overriddenMårten Nordheim2022-02-091-3/+3
* Doc: Remove link commandAndreas Eliasson2022-02-091-1/+1
* Network: Emit authenticationRequired when using NtlmSören Bohn2022-02-022-1/+7
* Handle glib optional components properlyIlya Fedin2022-02-021-0/+2
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-01-317-10/+10
* QTlsBackend/QSslSocket - check the arguments we pass to QObject::connectTimur Pocheptsov2022-01-202-7/+11
* 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
* QAuthenticator: Use views for arguments in private functionsMårten Nordheim2022-01-172-34/+40
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-3/+3
* QtNetwork: Include moc filesMårten Nordheim2022-01-1523-0/+46
* QTlsBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2022-01-132-6/+15
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-121-0/+4
* QHttpNetworkConnection: Always set proxy settings to all channelsAndrey Mozzhuhin2022-01-121-2/+2
* Use ranged for loops instead of QString::utf16Øystein Heskestad2022-01-071-7/+6
* 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
* QSslSocket: export QSslSocketPrivate, unbreaking ubsan buildsMarc Mutz2021-12-161-28/+28
* QRingBuffer: overload append() for rvaluesMarc Mutz2021-12-151-1/+1
* wasm: implement host lookup for socket tunnelingMorten Johan Sørvig2021-12-153-2/+23
* QNetworkAccessBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2021-12-132-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