summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QHttp1Configuration: fix UB (inactive union member access)Marc Mutz2023-01-182-9/+10
* Update description of topleveldomain featurePeter Varga2023-01-173-7/+5
* QNetworkDiskCache: optimize expire()Ahmad Samir2023-01-121-30/+39
* Documentation: Port code snippets to new connection syntaxFriedemann Kleint2023-01-113-12/+7
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-2/+2
* Fix clang-cl compiler warningsPeter Varga2022-12-152-3/+7
* Export QAuthenticatorPrivate for use in QtWebSocketsMårten Nordheim2022-12-151-1/+1
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-102-7/+11
* QOffsetStringArray: add contains() methodMarc Mutz2022-12-091-12/+12
* QHttp1Configuration: make fit for releaseMarc Mutz2022-12-092-49/+90
* QNetworkAccessManager: Configurable number of HTTP1 TCP connectionsMarkus Goetz2022-12-099-4/+225
* 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