summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNetworkInformation: Adjustments to captive portal APIMårten Nordheim2021-06-083-39/+14
* wasm: fix network crash on abortLorn Potter2021-06-052-46/+40
* Consolidate debug string generationAlex Trotsenko2021-05-313-125/+20
* QNetworkInformation: Behind captive portalMårten Nordheim2021-05-313-0/+60
* QNetworkRequest: Add API to set a minimum archive bomb sizeMårten Nordheim2021-05-319-39/+77
* QSsl::ImplementedClass - add DtlsCookieTimur Pocheptsov2021-05-272-4/+6
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* Add #include <mutex>Kimmo Ollila2021-05-251-0/+2
* QHttpNetworkConnectionPrivate::createAuthorization: refactorMårten Nordheim2021-05-201-7/+7
* QHttpNetworkConnectionChannel: remove *authMethodMårten Nordheim2021-05-205-64/+31
* Add function to QAuthenticatorPrivate to check method supportMårten Nordheim2021-05-202-0/+22
* QNetworkAddressEntry: export QDebug stream operatorFabian Kosmale2021-05-192-3/+19
* QLocalSocket/Win: fix closed state detection in waitFor...() functionsAlex Trotsenko2021-05-183-17/+21
* Prefer previously used channels in QHttpNetworkConnectionLars Schmertmann2021-05-111-19/+38
* Use templated QJniObject::object() instead of static_castAssam Boudjelthia2021-05-061-1/+1
* QLocalSocket/Win: implement duplex communication in blocking modeAlex Trotsenko2021-05-062-23/+117
* Fix changes' docTimur Pocheptsov2021-05-041-1/+1
* QLocalSocket: declare operators for the SocketOptions flagGiuseppe D'Angelo2021-05-021-0/+2
* QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-021-1/+4
* Fix “unused variable” warningMorten Sørvig2021-04-301-0/+1
* HTTP: Don't call allDone twiceMårten Nordheim2021-04-291-0/+2
* HTTP/2 authentication requiredMårten Nordheim2021-04-295-29/+101
* CMake: Regenerate configure.cmake filesAlexandru Croitor2021-04-272-6/+24
* Remove links to QRegularExpression#Wildcard matchingVolker Hilsheimer2021-04-271-2/+1
* Lowercase system includes and lib names for Windows, fix cross compilingMartin Storsjö2021-04-231-2/+2