summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Move qurltlds_p.h out of src/network, and make it a .cpp fileKai Köhne2022-10-016-4897/+3
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-283-5/+5
* Remove outdated configure note about setting OpenSSL library namesJoerg Bornemann2022-09-281-7/+0
* wasm: allow useCredentials access control to be setLorn Potter2022-09-283-0/+11
* QCryptographicHash: implement OpenSSL 3.0 supportJan Grulich2022-09-262-77/+0
* QNetworkReply: honor legacy behavior of setting Accept-EncodingMårten Nordheim2022-09-221-1/+6
* QNetworkReplyFileImpl: Don't emit 'finished' in the ctorMårten Nordheim2022-09-161-1/+2
* Http: Don't clear (de)compressed data on errorMårten Nordheim2022-09-141-3/+4
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-122-4/+6
* Http2: Drop an unnecessary copy of incoming dataMårten Nordheim2022-09-121-2/+1
* QSslServer: Document undocumented signalMårten Nordheim2022-09-081-0/+7
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-2/+2
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-303-7/+7
* Docs: Improve documentation regarding adding SSL supportNicholas Bennett2022-08-301-2/+3
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-9/+7
* Make sockets' accept() methods return qintptrMårten Nordheim2022-08-2410-19/+19
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-236-6/+6
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-191-0/+2
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-174-1/+23
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-173-3/+67
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-172-2/+82
* QSslServer: pass 'this' as a context to connections to socketMårten Nordheim2022-08-171-9/+9
* QAuthenticator: Fix crash when using NTLM / NegotiateMårten Nordheim2022-08-172-7/+22
* QtNetwork: Modernize JNI usageMårten Nordheim2022-08-091-8/+7
* QNetworkInformation: Add missing \since markerMårten Nordheim2022-08-081-0/+1
* QtHttp: Lower the severity of some log outputMårten Nordheim2022-08-041-5/+4
* Remove if_types.h workaround for watchOSTor Arne Vestbø2022-08-042-24/+0
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-036-0/+18
* QNetworkInformation: guard deprecated method definitionsIvan Solovev2022-07-251-0/+4
* Provide more details of failed connectionAndré Klitzing2022-07-231-0/+2
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-203-5/+1
* Port QByteDataBuffer to qsizetypeMarc Mutz2022-07-201-1/+1
* QHttpHeaderParser: fix int/qsizetype nagsMårten Nordheim2022-06-271-3/+3
* QHttpHeaderParser: fix clang-tidy nagsMårten Nordheim2022-06-271-8/+7
* QHttpHeaderParser: Allow larger fields but restrict total sizeLars Schmertmann2022-06-272-11/+40
* Isolate http2protocol_p.h includeAlexey Edelev2022-06-221-1/+1
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-222-0/+8
* Move ssl header files to the general QtNetwork sourcesAlexey Edelev2022-06-221-5/+10
* Network: make Public Suffix List constexprYuhang Zhao2022-06-191-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-153-3/+3
* Unify QSslServer from QtWebSockets and QtHttpServer into QtNetworkØystein Heskestad2022-06-044-0/+383
* The new signal pendingConnectionAvailable is added to QTcpServerØystein Heskestad2022-06-042-6/+24
* wasm: add support for blocking socketsMorten Johan Sørvig2022-06-021-0/+25
* Remove mentions of SSL 3 in documentationMårten Nordheim2022-05-302-6/+5
* QAuthenticator: allow to set custom SPN for Windows clientIvan Solovev2022-05-241-3/+27
* Network: update Public Suffix ListIvan Solovev2022-05-232-4384/+4463
* Remove more unused qreadwritelock.h includesMarc Mutz2022-05-171-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-16254-9832/+533
* QNetworkCacheMetaData: replace qSwap with member-swapMarc Mutz2022-05-111-1/+1