summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* QHostInfo/Unix: Fix resolv never unloadingMårten Nordheim2022-03-091-1/+0
* QAbstractSocket: update setSocketOption documentationMårten Nordheim2022-03-081-0/+4
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-083-14/+20
* QPublicSuffixDatabase: don't go thru QString for debug outputMarc Mutz2022-03-071-1/+1
* wasm: fix network reply error finished() signalingLorn Potter2022-03-051-0/+1
* QAbstractSocket: remove note about WinRTMårten Nordheim2022-03-051-3/+0
* Network: Use system publicsuffix database copy when availableIevgenii Meshcheriakov2022-03-034-6/+174
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-02-281-1/+1
* Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-02-251-0/+2
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-245-7/+8
* Network: Use public suffix database in DAFSA formatIevgenii Meshcheriakov2022-02-245-14912/+4435
* QNX: Fix support for abstract Unix-domain socketPasi Petäjäjärvi2022-02-242-1/+5
* Fix getsockopt option_value initial initializationPasi Petäjäjärvi2022-02-241-2/+3
* Http2: Fix redirect-handlingMårten Nordheim2022-02-201-6/+14
* QHttp: Move the emission of requestSentMårten Nordheim2022-02-181-1/+2
* Update public suffix listIevgenii Meshcheriakov2022-02-182-14451/+14277
* Do not highlight the HTTP Example anymore in Qt CreatorZhang Hao2022-02-161-2/+0
* Compile QNetworkAccessDebugPipeBackend only in developer buildsJoerg Bornemann2022-02-151-1/+5
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1
* QAbstractSocketPrivate: Initialize members in-classMårten Nordheim2022-02-092-38/+20
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-092-14/+41
* QNetConMonitor/Win: Drop all warnings down to debugMårten Nordheim2022-02-091-19/+19
* QNetworkInformation: Rename parameter-less load() to loadDefaultBackendMårten Nordheim2022-02-092-3/+3
* QSocks5: Un-virtualize what is never overriddenMårten Nordheim2022-02-091-3/+3
* Doc: Remove link commandAndreas Eliasson2022-02-091-1/+1
* Network: Emit authenticationRequired when using NtlmSören Bohn2022-02-022-1/+7
* Handle glib optional components properlyIlya Fedin2022-02-021-0/+2
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-01-317-10/+10
* QTlsBackend/QSslSocket - check the arguments we pass to QObject::connectTimur Pocheptsov2022-01-202-7/+11
* QNetworkRequest: Document how Qt handles 301 and 302 status codesMårten Nordheim2022-01-181-0/+5
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-171-4/+4
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* QAuthenticator: Use views for arguments in private functionsMårten Nordheim2022-01-172-34/+40
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-3/+3
* QtNetwork: Include moc filesMårten Nordheim2022-01-1523-0/+46
* QTlsBackend: Fix living QObjects after QCoreApplication shutdownMike Achtelik2022-01-132-6/+15
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-121-0/+4