summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* configure: Remove declaration of the OPENSSL_PATH variableJoerg Bornemann2022-02-222-4/+1
* Update public suffix listIevgenii Meshcheriakov2022-02-182-14451/+14277
* QNetConMonitor/Win: Drop all warnings down to debugMårten Nordheim2022-02-161-19/+19
* 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-102-14/+41
* Network: Emit authenticationRequired when using NtlmSören Bohn2022-02-022-1/+7
* QNetworkRequest: Document how Qt handles 301 and 302 status codesMårten Nordheim2022-01-181-0/+5
* QHttpNetworkConnection: Always set proxy settings to all channelsAndrey Mozzhuhin2022-01-181-2/+2
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-181-4/+4
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-141-0/+4
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-061-14/+0
* QSslSocket: export QSslSocketPrivate, unbreaking ubsan buildsMarc Mutz2021-12-161-28/+28
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-141-1/+1
* QNAM: Disable h2c by defaultMårten Nordheim2021-11-303-0/+19
* QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-261-0/+19
* wasm: fix network reply status attributeLorn Potter2021-11-061-6/+11
* QNI: Clarify Feature enum entries' documentationMårten Nordheim2021-11-041-4/+6
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-023-128/+33
* SSL: Update documentation wrt backendsMårten Nordheim2021-10-201-8/+31
* 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 documentationJonas Kvinge2021-10-1212-15/+15
* network: Fix typos in messagesJonas Kvinge2021-10-122-2/+2
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-111-2/+3
* Http2: Handle failed read from QDecompressHelperMårten Nordheim2021-10-081-0/+5
* Android: Update and add missing gradle files for jar foldersAssam Boudjelthia2021-10-063-0/+60
* Doc: Do not highlight DTLS client/serverKai Köhne2021-10-051-3/+1
* Doc: Update Microsoft's Documentation LinksLuca Di Sera2021-10-042-4/+2
* Disable the dnslookup feature for INTEGRITYJoerg Bornemann2021-10-012-1/+2
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-241-1/+1
* QLocalSocket: reorder device closingAlex Trotsenko2021-09-242-2/+4
* QNetworkInformation: Request all supported feature when loading by nameMårten Nordheim2021-09-221-1/+1
* QNetworkInformation: Actually compare names case insensitivelyMårten Nordheim2021-09-201-1/+1
* Doc: Fix documentation warnings for Qt NetworkTopi Reinio2021-09-182-4/+7
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-168-14/+13
* Doc: Update a link to Windows SocketsLuca Di Sera2021-09-101-1/+1
* wasm: fix network data URI schemeLorn Potter2021-09-071-2/+0
* Doc: mark documentation of internal functions as such to silence qdocVolker Hilsheimer2021-09-062-1/+4
* Fix QMAKE_LIBS_OPENSSL/NOLINK entries in qt_lib_network_private.priJoerg Bornemann2021-09-031-1/+1
* Fix documentation of QNetworkAccessBackendMårten Nordheim2021-09-011-0/+111
* wasm: don’t dereference null reply pointerMorten Johan Sørvig2021-08-261-40/+33
* NetworkAccessBackend: Remove the backend part of the nameMårten Nordheim2021-08-262-2/+2
* QNetworkRequest: Fix decompression safety-check threshold docsMårten Nordheim2021-08-181-2/+2
* Doc: Fix warnings about undocumented enum and parametersNico Vertriest2021-08-182-2/+6
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-012-2/+0
* QLocalSocket/Unix: fix aborting the socketv6.2.0-beta2Alex Trotsenko2021-07-242-0/+2
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-211-2/+0
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+4
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-3/+1
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-151-4/+5