summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-205-10/+16
|\
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-2/+2
| * QNetworkReplyHttpImpl - check 'isOpen' twiceTimur Pocheptsov2017-04-191-0/+6
| * Doc: add missing doc for parametersNico Vertriest2017-04-182-5/+5
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-1/+1
| |\
| | * Fix reusing FTP connection after abortJesus Fernandez2017-04-071-1/+1
| * | Make networkAccessibility() return the actual state of the networkAndy Shaw2017-04-111-2/+2
* | | QSslSocket/macOS: optimize QUuid usageMarc Mutz2017-04-101-10/+8
* | | winrt: Use hostnames for socket connectionsOliver Wolff2017-04-101-5/+8
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-074-5/+14
|\| |
| * | Fix GCC warning about dereferencing type-punned pointersThiago Macieira2017-04-061-1/+2
| * | Fix build when SCTP is enabledThiago Macieira2017-04-061-0/+4
| * | QNetworkRequest - do not set ManualRedirectPolicyTimur Pocheptsov2017-04-041-4/+2
| * | Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-04-042-6/+125
| * | Fix build without features.networkinterfaceTasuku Suzuki2017-04-042-0/+6
* | | Remove superfluous handle assignment in QLocalSocket::connectToServer()Benjamin Terrier2017-04-051-3/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-046-5/+17
|\| |
| * | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-2/+2
| * | Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-293-2/+14
| * | Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-286-45/+92
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-272-7/+21
| |\|
| | * QSslSocket: fix connection to a international domain nameOlivier Goffart2017-03-232-7/+21
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-214-38/+71
| |\|
| | * Android: Bearer jar shouldn't be a dependency if disabledDaiwei Li2017-03-171-10/+12
| | * QHttpNetworkConnection: fall back gracefully to HTTP/1.1Timur Pocheptsov2017-03-083-28/+59
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-206-72/+96
|\| |
| * | Secure Transport - add a missing cipherTimur Pocheptsov2017-03-161-58/+79
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-135-14/+17
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-064-13/+15
| | * Remove the last remaining non-SSL use of QMutexPool in QtThiago Macieira2017-03-031-1/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-144-7/+36
|\| |
| * | QHstsPolicy: Replace bool with QFlagsTimur Pocheptsov2017-03-083-6/+25
| * | Replace outdated BSD license textKai Koehne2017-03-031-1/+11
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0228-197/+226
|\| |
| * | Network: Use canonical license headersKai Koehne2017-02-288-20/+26
| * | Doc: Use canonical contact URL in license headerKai Koehne2017-02-281-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-02-244-37/+41
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-244-37/+41
| | |\|
| | | * Fix multicastMembershipHelper to not assume addresses are IPv4Edward Welbourne2017-02-222-8/+20
| | | * configure: generalize command line overrides of library parametersOswald Buddenhagen2017-02-221-3/+0
| | | * use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-222-26/+21
| * | | HSTS policy - fix APITimur Pocheptsov2017-02-242-27/+30
| |/ /
| * | QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-239-68/+68
| * | QNativeSocketEngine - set query type in checkProxyTimur Pocheptsov2017-02-231-2/+26
| * | HSTS - API/naming fixesTimur Pocheptsov2017-02-236-42/+34
* | | Fix proxy when changing only the passwordCédric Cabessa2017-02-241-0/+4
* | | Join two else/if lines that were left splitEdward Welbourne2017-02-212-5/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-174-13/+24
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-171-4/+4
| |\ \