summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Normalize path segments in QHttpNetworkRequest::uriPaolo Angelelli2018-08-161-0/+2
* SecureTransport - disable lock on sleep for the custom keychainTimur Pocheptsov2018-08-021-0/+11
* Return to eventloop after emitting encryptedMårten Nordheim2018-07-312-1/+16
* QNetworkRequest - fix the documentationTimur Pocheptsov2018-07-201-6/+3
* Use nullptr instead of 0Jesus Fernandez2018-07-163-23/+24
* QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-251-2/+2
* Do not build SPDY support if SSL is disabledJoerg Bornemann2018-06-251-4/+9
* QtNetwork/SSL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-222-6/+12
* Doc: Add missing full stops in briefsPaul Wicking2018-06-215-5/+5
* QNativeSocketEnginePrivate (win) read sender's port and addressTimur Pocheptsov2018-06-141-0/+2
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-2/+0
* Doc: Remove outdated info and linkify valueMårten Nordheim2018-06-041-1/+1
* Fix change-of-sign warning found by ICCThiago Macieira2018-06-011-1/+1
* Fix build for Android with android-clangLiang Qi2018-05-251-1/+1
* Fix build if openssl is configured with no-des or no-rc2André Klitzing2018-05-243-16/+37
* Http/2 - remove unused 'compressedData'Timur Pocheptsov2018-05-241-1/+0
* Fix build for Android with android-clangLiang Qi2018-05-161-2/+2
* Treat the Content-Disposition header as a known headerAndy Shaw2018-05-141-0/+3
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-092-5/+5
|\
| * Fix documentation of setBackendConfigurationOptionAndré Klitzing2018-04-252-5/+5
* | Fix crash in qsslsocket_opensslMårten Nordheim2018-05-041-3/+1
* | Stop rejecting cookies which have a domain that matches a TLDMårten Nordheim2018-04-301-0/+16
* | Specify that you need an instance of QNetworkAccessManager per threadJussi Witick2018-04-271-1/+3
* | QSslSocket: Call transmit when encrypted on WinRTMårten Nordheim2018-04-211-0/+4
|/
* Compile when using -no-feature-networkinterfaceAndy Shaw2018-04-181-0/+4
* QSslCertificate (OpenSSL) use the correct *_free functionv5.11.0-beta4Timur Pocheptsov2018-04-153-1/+6
* HTTP/2 - reset uploadByteDevice if necessaryTimur Pocheptsov2018-04-121-0/+14
* QSslSocket (OpenSSL 1.1) - respect requested protocol versionTimur Pocheptsov2018-04-113-3/+71
* Fix TlsV1SslV3 case in the WinRT SSL backendMårten Nordheim2018-04-091-1/+1
* winrt: socket engine: Replace last occurrences of old connect syntaxOliver Wolff2018-04-061-3/+6
* winrt: Properly deinitialize socket on connection failureOliver Wolff2018-04-061-0/+1
* winrt: process pending data before closing a socket connectionOliver Wolff2018-04-062-6/+22
* HTTP/2 - treat HEADERS frames as valid for streams in 'open' stateTimur Pocheptsov2018-04-051-3/+4
* Fix typoed integrity conditionKari Oikarinen2018-04-031-1/+1
* macOS: Fix memory leak in systemCaCertificatesPablo Marcos Oltra2018-03-271-1/+1
* QNetworkInterface/Linux: fix support for P-t-P tunnelsThiago Macieira2018-03-261-1/+8
* Document an odditity in WinRTs SSL backendMårten Nordheim2018-03-231-3/+3
* winrt: Fetch connection parameters when connection is successfulOliver Wolff2018-03-231-0/+1
* winrt: Remove partially read datagrams from queueOliver Wolff2018-03-231-6/+2
* winrt: Add initial setting of options and additional state checksOliver Wolff2018-03-231-2/+92
* winrt: Remove unneeded functionOliver Wolff2018-03-232-37/+0
* winrt: Rework socket handlingOliver Wolff2018-03-232-98/+119
* Make QSsl::SecureProtocols also enable use of TLS1.{1,2}Mårten Nordheim2018-03-211-1/+5
* QNetworkReply: fix isFinished() for disabled repliesDavid Faure2018-03-171-0/+1
* Expand Config to Configuration in method namesEdward Welbourne2018-03-134-15/+15
* Fix 5.11 API review findings in QtNetworkFriedemann Kleint2018-03-102-2/+2
* Fix build when ftp feature is disabledPasi Petäjäjärvi2018-02-211-0/+1
* Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-1/+1
* Fix configure.json (OpenSSL 1.1 on Windows)Timur Pocheptsov2018-02-161-0/+4
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-157-7/+20
|\