summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Redo QNetworkAccessBackend and various cleanups around itMårten Nordheim2020-08-2717-464/+796
* Remove QFtp sources etc. in favor of alternate distributionMårten Nordheim2020-08-2717-4221/+2
* QAbstractSocket: Resolve remaining Qt6 TODOsMårten Nordheim2020-08-243-54/+5
* Make QNetworkAccessManager::supportedSchemes virtualMårten Nordheim2020-08-242-9/+7
* QHostInfo: address a Qt 6 todoMårten Nordheim2020-08-242-18/+16
* Disable cipherstring-setting test for schannelMårten Nordheim2020-08-241-0/+2
* http: When falling back to http/1 use the socket's ssl configMårten Nordheim2020-08-241-10/+4
* QNetworkReply(http): Ignore ssl errors in all reserved channelsMårten Nordheim2020-08-241-2/+6
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-3/+3
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-3/+5
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-203-3/+3
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-4/+4
* Remove QSslSocket::abort()Alex Trotsenko2020-08-203-39/+11
* QSslContext - do a little cleanup (OpenSSL)Timur Pocheptsov2020-08-193-11/+11
* Make QAbstractSocket::abort() behavior unambiguousAlex Trotsenko2020-08-191-2/+0
* CMake Build: Add socket as a dependency for QtNetwork on QNXCristian Adam2020-08-191-0/+2
* QSsl: introduce qtls_utils_p.h with simple RAII helpersTimur Pocheptsov2020-08-183-4/+102
* CMake: Re-generate src/network/configure.cmakeJoerg Bornemann2020-08-181-1/+1
* QDecompressHelper: Fix warnings in zstd codeMårten Nordheim2020-08-171-4/+1
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+12
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-143-10/+10
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-145-2/+96
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-136-39/+22
* QNAM: Don't error out if the server doesn't support any ALPN we requestMårten Nordheim2020-08-131-2/+2
* QNAM: Don't close the connection due to not having a layer preferenceMårten Nordheim2020-08-131-2/+5
* QNAM: HTTP/2: Set user-agent for the HTTP proxy's headerMårten Nordheim2020-08-131-4/+13
* QNAM: Fix proxy auth handling when requesting but not yet changed to h2Mårten Nordheim2020-08-132-2/+4
* HTTP/2: Don't handle Remote Disconnected if we haven't switched yetMårten Nordheim2020-08-121-1/+2
* QDecompressHelper: Change order of encodingsUlf Hermann2020-08-121-1/+1
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-1112-26/+38
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-067-1/+168
* Mark QSslError(SslError error) as explicitLars Schmertmann2020-08-062-6/+6
* Make use of QDecompressHelper for HTTP downloadsMårten Nordheim2020-08-056-139/+63
* QAuth.: Reset the nonce-count when the server requests using a new nonceMårten Nordheim2020-08-051-1/+3
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-055-0/+601
* QSslSocket: remove a redundant forward declarationTimur Pocheptsov2020-08-041-1/+0
* QtNetwork: use Q_DISABLE_COPY_MOVETimur Pocheptsov2020-08-046-6/+6
* Android: Install the qmldir files when configuring for a single abiAndy Shaw2020-08-031-1/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-313-11/+11
* CMake: Regenerate projectsAlexandru Croitor2020-07-312-2/+2
* wasm: fix setTransferTimeoutLorn Potter2020-07-294-6/+8
* wasm: fix network headers logicLorn Potter2020-07-291-6/+8
* QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch resultsTimur Pocheptsov2020-07-283-1/+28
* QSslSocket (OpenSSL) - fix a minor type errorTimur Pocheptsov2020-07-282-2/+2
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-282-68/+2
* QNativeSocketEngine/Win: fix write() in case of splittingAlex Trotsenko2020-07-281-3/+1
* SecureTransport: Set requested ciphers specified in the configurationAndy Shaw2020-07-242-0/+95
* QSslSocket::flush - purge the function marked for removal in Qt6Timur Pocheptsov2020-07-232-20/+0
* Fix OCSP-Stapling error if identity cannot be verifiedAndré Klitzing2020-07-171-0/+5