summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-127-19/+19
* Consistent indentation for all Q_PROPERTYsAndreas Buhr2021-06-251-1/+2
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-242-2/+4
* Doc: bump the OpenSSL minimum supported version to 1.1.1Tasuku Suzuki2021-06-231-2/+2
* Remove old configure-related filesJoerg Bornemann2021-06-182-917/+0
* Document TLS plugin classes (private, internal)Timur Pocheptsov2021-06-152-126/+1671
* H2 - make integer conversion explicit (signed->unsigned)Timur Pocheptsov2021-06-151-2/+2
* H2: remove a rather useless limit on the number of streamsTimur Pocheptsov2021-06-142-10/+3
* Update public suffix listMårten Nordheim2021-06-142-14309/+14419
* QNetworkInformation: Rename the plugins and typeMårten Nordheim2021-06-122-2/+2
* QHttpSocketEngine: Fix memory leakMårten Nordheim2021-06-091-1/+1