summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-01-111-1/+3
* QSslCertificate(OpenSSL) - harden protection against nullpointersTimur Pocheptsov2021-01-051-2/+25
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-171-0/+2
* QSslCertificate::operator == - cleanup error queueTimur Pocheptsov2020-12-171-2/+9
* QSslSocket_schannel: Don't compare against undefined valueMårten Nordheim2020-12-171-1/+1
* 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
* QSocks5SocketEngine: fix reference to dangling dataMårten Nordheim2020-12-041-1/+5
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-043-3/+3
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-021-1/+3
* Http2: Remove errored-out requests from queueMårten Nordheim2020-12-021-0/+1
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-12-012-6/+12
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-011-1/+1
* CMake: Re-generate project files in srcJoerg Bornemann2020-12-012-0/+8
* CMake: Fix QMAKE_LIB of WrapOpenSSLHeaders libraryJoerg Bornemann2020-12-011-1/+1
* QDtls - remove redundant RAII structTimur Pocheptsov2020-11-201-13/+1
* Update docs about how to configure OpenSSLKai Koehne2020-11-191-7/+6
* 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
* Fix schannel TLS 1.3 reneg delayMårten Nordheim2020-11-191-0/+2
* Remove obsolete warningsChristophe Giboudeaux2020-11-182-10/+0
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-171-8/+11
* Adjust code format, add space after 'if'Zhang Sheng2020-11-163-9/+9
* Fix reference of qt_attribution.json to license fileKai Koehne2020-11-161-0/+373
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-2/+3
* QAsn1Element: Read value in blocks to avoid oom at wrong lengthRobert Loehning2020-11-091-5/+13
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-3/+3
* Update public suffix list header to latest versionEdward Welbourne2020-11-082-13994/+14327
* Rename qurltlds-related files to match the header's moveEdward Welbourne2020-11-084-3/+32
* CMake Build: Fix CMake configure with -DFEATURE_schannel=ONCristian Adam2020-11-072-6/+8
* QNAM: Work around QObject finicky orphan cleanup detailsMårten Nordheim2020-11-061-1/+11
* QDecompressHelper: use the new readPointer function in QByteDataBufferMårten Nordheim2020-11-061-43/+29
* QtNetwork: highlight DTLS client and server exampleMårten Nordheim2020-11-041-1/+3
* Fix link error when comparing QSslPreSharedKeyAuthenticatorFriedemann Kleint2020-11-041-1/+1
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-301-0/+17
* Hide comparison operators for QtNetwork value types from non-ADLVolker Hilsheimer2020-10-3012-98/+130
* Hide comparison of QHostAddress with SpecialAddress from ADLVolker Hilsheimer2020-10-302-9/+8
* Doc: Fix documentation warnings for Qt NetworkTopi Reinio2020-10-303-6/+10
* Pass SameSite through QNetworkCookieAllan Sandfeld Jensen2020-10-282-1/+9
* qsslsocket_schannel: update QMutexLocker usageMårten Nordheim2020-10-281-1/+1
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-172-3/+3
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-163-12/+15
* QSslCertificate (generic) fill the extension's variant mapTimur Pocheptsov2020-10-161-2/+18
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+6
* Schannel: TLS1.3 supportMårten Nordheim2020-10-142-24/+105
* QSslSocket - replace NULL with nullptrTimur Pocheptsov2020-10-131-1/+1
* Remove dead codeLars Knoll2020-10-123-30/+0
* QtNetwork: add documentation about porting from Qt 5 to Qt 6Timur Pocheptsov2020-10-121-1/+142
* QNetworkRequest: Close gap in enumMårten Nordheim2020-10-081-1/+1