summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-1610-50/+115
|\
| * QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-311-1/+4
| * QSpdyProtocolHandler: don't rely on device being availableMårten Nordheim2021-05-201-1/+2
| * QSsl: fix UB pointer useTimur Pocheptsov2021-05-042-7/+7
| * HTTP/2 authentication requiredMårten Nordheim2021-05-035-29/+101
| * QNetworkDiskCache: Drop the file mmap-ingMårten Nordheim2021-04-211-12/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-072-7/+5
|\|
| * QLocalSocket/Win: fix possible UB in _q_pipeClosed()Alex Trotsenko2021-04-091-5/+2
| * QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-191-2/+3
* | Revert "Update commercial license headers to src/dbus, src/gui, src/network"Tarja Sundqvist2021-03-22272-5563/+5563
|/
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-173-1/+5
* Fix QNetworkInterface IsUp and IsRunning enum documentationAndreas Hartmetz2021-02-101-3/+5
* QSslCertificate::operator == - cleanup error queueTimur Pocheptsov2021-02-101-2/+9
* QSsl: fix OpenSSL DLL names for Windows on ARMCameron Gutman2021-02-031-5/+9
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-02-031-1/+3
* QSslCertificate(OpenSSL) - harden protection against nullpointersTimur Pocheptsov2021-02-021-2/+25
* Update commercial license headers to src/dbus, src/gui, src/networkTarja Sundqvist2021-01-28272-5563/+5563
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-091-0/+2
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-072-6/+12
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-042-1/+4
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-031-1/+3
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-031-0/+1
* Fix exception with Android 5.xAndré Klitzing2020-12-031-1/+2
* QDtls - remove redundant RAII structTimur Pocheptsov2020-11-201-13/+1
* Doc: Fix documentation warnings in Qt NetworkTopi Reinio2020-11-193-6/+13
* QSocks5SocketEngine: Fix out-of-bounds access of QBAMårten Nordheim2020-11-191-3/+1
* HTTP2: fix crash from assertionMårten Nordheim2020-11-192-2/+7
* Android: Add the QtAndroidBearer.jar to the jar dependenciesAndy Shaw2020-11-121-1/+1
* QAsn1Element: Read value in blocks to avoid oom at wrong lengthRobert Loehning2020-11-111-5/+13
* QNAM: Work around QObject finicky orphan cleanup detailsMårten Nordheim2020-11-061-1/+11
* Pass SameSite through QNetworkCookieAllan Sandfeld Jensen2020-10-282-1/+9
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+6
* wasm: fix network status code propagationLorn Potter2020-09-252-6/+14
* Doc: Make network snippets a subdirs/lib projectPaul Wicking2020-09-242-8/+12
* Skip IPv6 address if DAD failedTimur Pocheptsov2020-09-181-0/+3
* QNetworkRequest: mark FollowRedirectsAttribute as deprecatedMårten Nordheim2020-09-151-1/+1
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-43/+58
* QAuthenticator: move debug printing to a logging categoryMårten Nordheim2020-09-141-1/+5
* QNAM: HTTP/2: Set user-agent for the HTTP proxy's headerMårten Nordheim2020-09-141-4/+13
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-143-1/+18
* http: When falling back to http/1 use the socket's ssl configMårten Nordheim2020-09-141-10/+4
* HTTP/2: Don't handle Remote Disconnected if we haven't switched yetMårten Nordheim2020-09-141-1/+2
* QAuthenticator: Don't reset phase on every set* callMårten Nordheim2020-09-131-11/+30
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-124-14/+68
* QAuthenticator: Don't assume we haven't tried the URL credentialsMårten Nordheim2020-09-121-3/+4
* QAuthenticator: Don't assume cached credentials are newMårten Nordheim2020-09-111-1/+2
* QAuthenticator(Negotiate): Try provided credentialMårten Nordheim2020-09-101-4/+17
* QAuthenticator: Don't use Negotiate if unsupportedMårten Nordheim2020-09-101-0/+2
* QNAM: Don't error out if the server doesn't support any ALPN we requestMårten Nordheim2020-09-101-2/+2