summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Http2: Don't skip checking flag for trailing HEADERS frame if PRIORITYMårten Nordheim2023-04-011-9/+9
* Remove loopback network exampleMårten Nordheim2023-03-233-3/+2
* QNetworkDiskCache: Update doc snippetsMårten Nordheim2023-03-231-3/+6
* Replace 'Network Examples' overview imageMårten Nordheim2023-03-163-1/+1
* QObject: implement startTimer(int) in terms of startTimer(chrono)Ahmad Samir2023-03-111-1/+3
* Add test function for private networkYAMAMOTO Atsushi2023-03-112-7/+26
* QNetwork[http]: Discard or ignore corrupted cache entriesMårten Nordheim2023-03-092-1/+7
* QNetworkDiskCache: use QSaveFileMårten Nordheim2023-03-092-47/+23
* QNetworkInterface/Unix: replace one Q_ASSERT with static_assertsThiago Macieira2023-03-041-1/+2
* Delete the Network Download (Manager)? examplesMårten Nordheim2023-03-021-2/+0
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-012-3/+3
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-282-2/+2
* Make feature `topleveldomain` optional in wasm buildPiotr Wierciński2023-02-171-1/+1
* Delete references to deleted examplesMårten Nordheim2023-02-161-2/+0
* Delete googlesuggestMårten Nordheim2023-02-141-1/+0
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-102-14/+6
* QPasswordDigestor: add OpenSSL 3.0 support to deriveKeyPbkdf2Jan Grulich2023-02-092-2/+101
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-2/+4
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-021-1/+3
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-027-171/+203
* Don't include qnetworkproxy_generic.cpp for iOSTor Arne Vestbø2023-02-011-1/+1
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-011-3/+1
* QtNetwork/Windows: Add exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-01-311-0/+19
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-316-7/+2
* QtNetwork: Disambiguate static variablesFriedemann Kleint2023-01-313-12/+12
* qnetworkproxy_mac: use API available both on iOS and macOSTimur Pocheptsov2023-01-303-41/+109
* Add support for MultiABI with custom install dir of the android-buildFab Stz2023-01-301-1/+3
* QtNetwork: Remove duplicated QT_DECL_METATYPEFriedemann Kleint2023-01-251-3/+0
* 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