summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslCertificatePrivate: make use of QByteArray::toHex(separator)Andre Hartmann2017-07-101-11/+6
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-2/+2
|\
| * QSslSocket - fix two memory management issues (Secure Transport)Timur Pocheptsov2017-07-041-2/+2
* | Make QTcpServerPrivate exportableJesus Fernandez2017-07-051-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-07-053-6/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-043-6/+6
| |\|
| | * Respect the application and system configuration settings for the proxyAndy Shaw2017-06-301-1/+1
| | * QNativeSocketEnginePrivate::nativeAccept(): Add missing breakFriedemann Kleint2017-06-281-0/+1
| | * winrt: Fix build for Windows Kit 10.0.10586.0Oliver Wolff2017-06-281-5/+4
* | | QSslSocket: OpenSSL 1.1 backendRichard J. Moore2017-07-0418-1047/+2232
|/ /
* | winrt: Enable network proxy supportOliver Wolff2017-06-242-2/+1
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-202-3/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-192-8/+22
|\|
| * qsslsocket_mac - check that SecCertificateRef is not nullTimur Pocheptsov2017-06-131-2/+4
| * Doc: Tweak documentation about a default QHostAddressKai Koehne2017-06-121-6/+10
| * Document QHostAddress::swapKai Koehne2017-06-121-0/+8
* | QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-121-14/+7
* | Typo-fix: s/looses/loses/gEdward Welbourne2017-06-081-1/+1
* | QSSLSocket::readData return -1 when socket is not connectedAlbert Astals Cid2017-06-081-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-34/+38
|\|
| * Ssl socket - fix broken certificate verificationTimur Pocheptsov2017-06-021-2/+25
| * winrt: Get rid of one deferral when handling socket dataOliver Wolff2017-06-022-30/+10
| * QSslCertificate: don't init() if SSL is not supportedJüri Valdmann2017-05-301-2/+3
* | Add QLocalServer::socketDescriptorJesus Fernandez2017-06-062-0/+42
* | More info in QLocalSocket::socketDescriptorJesus Fernandez2017-06-061-0/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-294-180/+177
|\|
| * winrt: Move handling of new socket connections into workerOliver Wolff2017-05-232-151/+166
| * QSslSocket (OpenSSL) make supportsSsl return false, if v >= 1.1Timur Pocheptsov2017-05-211-1/+10
| * Doc: Remove platform support table for bearer managementKai Koehne2017-05-121-28/+1
* | winrt: Skip host lookup for http connectionsOliver Wolff2017-05-181-0/+8
* | Add swap and move operator to QHostInfoJesus Fernandez2017-05-162-0/+26
* | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-4/+4
|\|
| * Use QNetworkReply::ProtocolFailure in HTTP/2 failuresThiago Macieira2017-05-081-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-074-5/+13
|\|
| * Fix build without features.networkproxyTasuku Suzuki2017-04-282-3/+10
| * QSslSocket (SecureTransport) - use anchors only from QSslConfigurationTimur Pocheptsov2017-04-261-1/+2
| * Doc: correct \sa statementNico Vertriest2017-04-211-3/+1
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-2/+2
* | qhttpthreaddelegate: Fix build with -no-ssl after @70d8460fc20Palo Kisa2017-04-271-1/+1
* | QNAM: delay SSL initializationTimur Pocheptsov2017-04-266-22/+43
* | Docs: Fix some warningsFriedemann Kleint2017-04-212-3/+3
* | Use list-initialization moreMarc Mutz2017-04-201-2/+1
* | 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