summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNetworkRequest: fix minor typo referencing non-existent methodDheerendra Purohit43 hours1-1/+1
* wasm: Make sure native fetch is destroyed before reply is canceled, closedLorn Potter3 days1-1/+1
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio3 days1-0/+3
* network: silence -Wimplicit-exception-spec-mismatchTim Blechmann4 days1-1/+1
* QHttpNetworkConnection: use std::optional instead of QScopedPointerAhmad Samir4 days2-5/+5
* QLocalServer: use std::unique_ptr instead of QScopedPointerAhmad Samir4 days1-10/+16
* network/ssl: Fix deprecated usages of QHashCombineIvan Solovev4 days2-2/+2
* QNetworkDiskCache: construct a QFile on the stackAhmad Samir9 days1-6/+5
* Doc: Rewrite paragraph concerning OpenSSL 1 compatibilityKai Köhne10 days1-5/+4
* Android: Avoid deprecation warnings (Space-assignment syntax)Lars Schmertmann10 days1-1/+1
* wasm: Fix parsing HTTP header values that contain colon (:)Piotr Wiercinski11 days1-7/+9
* Http2: remove any reference to HttpReply when deletedMårten Nordheim11 days4-12/+36
* QSslCertificate: add fromFile() methodAhmad Samir2025-05-142-15/+32
* QSslCertificate: fromPath(): check the path arg isn't emptyAhmad Samir2025-05-141-0/+3
* QSslCertificate: fix PatternSyntax enum valueAhmad Samir2025-05-141-1/+1
* Add POSIX Pipe feature to VxWorksKarim Pinter2025-05-121-1/+1
* Http2: check if stream was RSTed w/ bespoke functionMårten Nordheim2025-05-101-1/+1
* Http2: process HEADERS on RSTed streamsMårten Nordheim2025-05-061-1/+1
* QSocks5SocketEngine: avoid interface as parameter nameTim Blechmann2025-05-041-2/+2
* Http2: Fix 'Received' typoMårten Nordheim2025-04-302-7/+7
* Doc: Add alt-text for Qt Network examplesSafiyyah Moosa2025-04-291-1/+1
* Network: avoid interface as parameter nameTim Blechmann2025-04-291-2/+2
* QNetworkAccessManager: Remove unused class memberMårten Nordheim2025-04-252-5/+0
* Doc: Add link to Export Controls page in the OpenSSL overviewJerome Pasion2025-04-241-7/+8
* Fix namespace build when networkproxy is disabledJuha Vuolle2025-04-221-2/+2
* QCryptographicHash: remove QT_CRYPTOGRAPHICHASH_ONLY_SHA1Ahmad Samir2025-04-021-2/+0
* QHttpHeaders: remove an unnecessary std::moveGiuseppe D'Angelo2025-03-281-1/+1
* QHttpHeaders: Add setters for QDateTimeMagdalena Stojek2025-03-282-0/+31
* Add QHttpHeaders convenience methods for converting to known typesLena Biliaieva2025-03-272-0/+199
* Windows: qabstractsocketengine.cpp: Fix -unity-buildNodir Temirkhodjaev2025-03-261-0/+1
* qnetworkinterface.cpp: Rename "interface" variables to "iface" to fix a unity...Nodir Temirkhodjaev2025-03-251-10/+10
* Mark QHttpNetworkConnectionChannel as finalMårten Nordheim2025-03-211-1/+1
* QNetworkAccessManager: don't resend non-idempotent requestsMårten Nordheim2025-03-203-1/+11
* Swap sending of SETTINGS ACK frame and emitting the signalAlexey Edelev2025-03-191-1/+1
* QElapsedTimer: port some restart() calls to start()Giuseppe D'Angelo2025-03-182-9/+5
* wasm: fix QTcpSocket error code when url doesn't existLorn Potter2025-03-182-0/+6
* QNetworkAccessManager: protect more QElapsedTimer with isValid() checksGiuseppe D'Angelo2025-03-171-6/+9
* Fix calls to non-started QElapsedTimer functionsGiuseppe D'Angelo2025-03-171-3/+6
* Remove zone id from IPv6 host in prepareRequestValentin Batz2025-03-151-1/+13
* QHttpHeaders: de-pessimize Private::replaceOrAppend()Marc Mutz2025-03-111-4/+4
* QHttpHeaderParser: remove unneeded relocationsMarc Mutz2025-03-071-2/+2
* Add missing comparison operators for Microsoft::WRL::ComPtr on MINGWJøger Hansegård2025-03-061-1/+1
* Android: bump Android target API level to 35Rami Potinkara2025-03-061-1/+1
* wasm: introduce qwasmglobal_p.hMorten Sørvig2025-03-031-2/+2
* Revert "Revert "Android: update to Gradle 8.12 and AGP 8.8.0""Assam Boudjelthia2025-02-281-1/+1
* Short live QCoreApplication::instanceExists()Thiago Macieira2025-02-261-1/+1
* QObjectPrivate: extend the QObjectPrivateVersion to a few more classesThiago Macieira2025-02-202-2/+3
* Do not keep the headers and message body in case of temporary redirectMate Barany2025-02-202-5/+5
* Revert "Android: update to Gradle 8.12 and AGP 8.8.0"Assam Boudjelthia2025-02-191-1/+1
* QNetworkInfo: Document threading restrictionMårten Nordheim2025-02-141-0/+6