summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-021-1/+4
* HTTP/2 authentication requiredMårten Nordheim2021-04-295-29/+101
* QNetworkDiskCache: Drop the file mmap-ingMårten Nordheim2021-04-161-12/+1
* QLocalSocket/Win: fix possible UB in _q_pipeClosed()Alex Trotsenko2021-04-011-5/+2
* QLocalSocket: fix signal name in docsAlex Trotsenko2021-04-011-1/+1
* QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* Doc: Add hyperlink to relevant sectionPaul Wicking2021-03-111-2/+2
* Make qdecompresshelper archive bomb check only trigger for large filesØystein Heskestad2021-03-072-0/+10
* Fix QNetworkInterface IsUp and IsRunning enum documentationAndreas Hartmetz2021-02-231-3/+5
* Schannel: Fix incomplete downloads with read buffer restrictedMårten Nordheim2021-02-153-1/+5
* Update public suffix list to today's latestEdward Welbourne2021-02-032-14313/+14346
* Remove the 'corewlan' featureAlexey Edelev2021-02-013-33/+433
* QSsl: fix OpenSSL DLL names for Windows on ARMCameron Gutman2021-01-201-5/+9
* 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