summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-023-128/+33
* configure: Remove declaration of the OPENSSL_PATH variableJoerg Bornemann2021-11-012-4/+1
* QNI: iOS: Fix copy-pasted warning messagesMårten Nordheim2021-10-291-2/+2
* QNI: transportMedium support for iOSMårten Nordheim2021-10-292-1/+48
* QNI: refactor to avoid tiny lambda slot objectsMårten Nordheim2021-10-262-11/+10
* QNI: Add a convenience method for loading the default pluginMårten Nordheim2021-10-223-2/+65
* QNI: Add supportedFeatures getterMårten Nordheim2021-10-222-0/+11
* Doc: Enable qdoc warning count limitVenugopal Shivashankar2021-10-211-0/+3
* SSL: Update documentation wrt backendsMårten Nordheim2021-10-201-8/+31
* QNetworkAccessAuthenticationManager: don't mix iterators and pointersGiuseppe D'Angelo2021-10-141-8/+11
* Android: remove unused imports and fix warning on network java codeAssam Boudjelthia2021-10-121-1/+0
* Don't send the default SETTINGS_INITIAL_WINDOW_SIZETimur Pocheptsov2021-10-123-13/+14
* network: Fix typos in source code commentsJonas Kvinge2021-10-1210-16/+16
* network: Fix typos in messagesJonas Kvinge2021-10-122-2/+2
* network: Fix typos in documentationJonas Kvinge2021-10-1212-15/+15
* QNI: Add missing transportMedium documentationMårten Nordheim2021-10-121-0/+30
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-091-2/+3
* QNetworkInfo: Add transport medium detection APIMårten Nordheim2021-10-073-4/+55
* Android: Update and add missing gradle files for jar foldersAssam Boudjelthia2021-10-063-0/+60
* QLocalSocket/Win: stop reading in close()Alex Trotsenko2021-10-061-0/+1
* Doc: Do not highlight DTLS client/serverKai Köhne2021-10-051-3/+1
* QLocalSocket/Win: add missing check to waitForBytesWritten()Alex Trotsenko2021-10-051-1/+1