summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix documentation for QNetworkReply::redirectedFlorian Bruhin2022-05-042-5/+5
* QtNetwork: includemocsMarc Mutz2022-04-284-0/+8
* QHttp: Fix handling of redirect loaded from cacheMårten Nordheim2022-04-271-0/+1
* QNetworkReply: update decompress error message and handlingMårten Nordheim2022-04-274-17/+72
* Fix unused variables in qtbaseAndrei Golubev2022-04-251-1/+1
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-2110-19/+19
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2143-286/+342
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-2121-59/+58
* QHttp: Don't reorder content-length header for no reasonMårten Nordheim2022-04-211-2/+3
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-192-2/+6
* Network[doc]: Update Qt6-changes for QNetworkInformation in 6.3Mårten Nordheim2022-04-071-0/+3
* Network[doc]: Update Qt6-changes with QNetworkInformation detailsMårten Nordheim2022-04-071-2/+11
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...Marc Mutz2022-04-0612-6/+23
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-0528-18/+57
* Doc: QNetworkProxyFactory: Mention libproxy in systemProxyForQueryHu Jialun2022-04-011-0/+5
* QNetworkInformation: Deprecate vague load functionsMårten Nordheim2022-03-312-5/+31
* Short live Q_CONSTINIT!Marc Mutz2022-03-264-4/+4
* Fix -Wunused-but-set-variable in QTcpSocket documentation snippetTor Arne Vestbø2022-03-181-1/+2
* Add missing includes for some of our _win.cpp filesMårten Nordheim2022-03-182-0/+3
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Network: Do not depend on transitive includesFabian Kosmale2022-03-173-0/+3
* QtNetwork: compile-optimize inline swap functionsMarc Mutz2022-03-1717-23/+23
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-152-13/+13
* Doc: Use new global include snippets in Qt Network landing pageAndreas Eliasson2022-03-151-6/+7
* HTTP2: port to QByteArrayView where it's trivialMarc Mutz2022-03-116-8/+8
* HPack: make padding_is_valid static constexprMarc Mutz2022-03-111-0/+1
* Doc: List third-party attributions on Qt Network landing pageKai Köhne2022-03-101-1/+7
* wasm: fix issue with passing username/password to network requestLorn Potter2022-03-101-3/+7