summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNetworkRequest: don't assume QByteArray::constData() is NUL-terminatedMarc Mutz2022-12-082-21/+29
* QNetworkRequest: Make header parsing locale-independentMarc Mutz2022-12-082-2/+4
* networklistmanager: allow building with LLVM-MinGWCristian Adam2022-12-031-0/+1
* Fix typo in documentation, silence qdoc warningVolker Hilsheimer2022-11-301-1/+1
* Ocsp: Fix openssl feature requirementMårten Nordheim2022-11-301-1/+1
* QHostAddress: unexport QIPv6AddressThiago Macieira2022-11-181-1/+1
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-161-15/+10
* getProxyAuth: stop using deprecated APITimur Pocheptsov2022-11-081-42/+64
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-3/+3
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-021-1/+1
* Trim headers considered unsafe from the WASM net requestsMikolaj Boc2022-10-291-6/+49
* QSctpSocket: Update windows-note to specify 'class'Mårten Nordheim2022-10-262-2/+2
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2114-22/+22
* Fix duplicated words in documentationMårten Nordheim2022-10-191-1/+1
* QSslServer[docs]: fix grammarMårten Nordheim2022-10-191-1/+1
* wasm: fix crash when network reply is closedLorn Potter2022-10-192-5/+22
* QNetworkReply: Fix typos in the documentationIevgenii Meshcheriakov2022-10-181-2/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-153-8/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-1111-14/+14
* Port from container.count()/length() to size()Marc Mutz2022-10-0423-104/+104
* 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