summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNativeSocketEngine: add code to receive IP header dataThiago Macieira2015-08-225-13/+169
* QNativeSocketEngine: use sendmsg/recvmsg instead of sendto/recvfromThiago Macieira2015-08-224-88/+142
* QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-2212-77/+138
* QHostAddress: Improve code generationThiago Macieira2015-08-191-47/+52
* Merge dev into 5.6Oswald Buddenhagen2015-08-173-5/+3
|\
| * QAbstractSocket::canReadLine(): remove code duplicationAlex Trotsenko2015-08-132-3/+3
| * QNetworkReplyImpl: remove unused declarationsAlex Trotsenko2015-08-111-2/+0
* | QHostAddress hashing: use qHashBitsThiago Macieira2015-08-161-1/+1
* | QNetworkInterface: remove fallback code for Windows pre-XP and CE pre-4Thiago Macieira2015-08-161-56/+0
* | Fix thread-safety of qnetworkinterface_win.cpp:resolveLibsThiago Macieira2015-08-161-3/+4
* | QNetworkInterface: make the name lookup search numbers in string formsThiago Macieira2015-08-162-5/+21
* | QNetworkInterface: Merge the two sections of code that do SIOCGIFxxxThiago Macieira2015-08-161-21/+21
* | QNetworkInterface: prefer SIOCGIFINDEX over if_nametoindexThiago Macieira2015-08-161-1/+6
* | Add QHostAddress::isMulticastThiago Macieira2015-08-152-0/+17
* | Fix warning of unused variableThiago Macieira2015-08-151-2/+1
* | QHostAddress: don't inline the parse() functionThiago Macieira2015-08-141-1/+1
* | Doc: Remove the section about IPv6 site-local addressesThiago Macieira2015-08-131-5/+0
* | Merge the multiple implementations of getting the local hostnameThiago Macieira2015-08-137-99/+18
|/
* Set the socketType and socketProtocol earlyThiago Macieira2015-08-104-2/+10
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-065-8/+75
|\
| * QSslSocket: Update error string in setSocketDescriptor()Kai Koehne2015-08-031-0/+1
| * ssl: add support for EC keys to non-OpenSSL backendsJeremy Lainé2015-07-313-1/+70
| * Fix SNI for TlsV1_0OrLater, TlsV1_1OrLater and TlsV1_2OrLaterAndré Klitzing2015-07-301-6/+3
| * ssl: fix native parsing of certificates with DSA keysJeremy Lainé2015-07-281-1/+1
* | ssl: add openssl-based QSslKeyPrivate::encrypt / decryptJeremy Lainé2015-07-204-9/+86
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-1/+1
* | QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-1917-28/+28
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-182-1/+4
* | Revamp the CLOEXEC support in QtThiago Macieira2015-07-171-10/+8
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-174-55/+78
|\|
| * Define friend functions of QSslEllipticCurve outside of classKai Koehne2015-07-161-4/+8
| * ssl: improve SecureTransport error loggingJeremy Lainé2015-07-151-42/+45
| * Make sure to report correct NetworkAccessibilityLorn Potter2015-07-152-8/+19
| * ssl: fix SecureTransport handling of remote host disconnectJeremy Lainé2015-07-131-1/+6
* | Mark QNetworkReplyImplPrivate::InternalNotifications as primitiveMarc Mutz2015-07-161-0/+1
* | QSslSocket: remove code duplicationMarc Mutz2015-07-131-19/+13
* | QSslSocket: use function objects and algorithms when sorting library pathsMarc Mutz2015-07-131-24/+26
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0114-204/+159
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-303-4/+4
| * Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-2810-197/+152
| |\
| | * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2710-197/+152
| | |\
| | | * winrt: Fixed connectToHost, which is meant to be synchronousOliver Wolff2015-06-222-28/+27
| | | * QSslSocket: move default cipher, EC and default CA APIs to QSslConfigurationGiuseppe D'Angelo2015-06-117-157/+113
| | | * Unexport QSslPreSharedKeyAuthenticatorMarc Mutz2015-06-091-12/+12
| * | | Doc: rearrange tables with overflowNico Vertriest2015-06-261-1/+1
| |/ /
| * | fix usage of wince scopeOswald Buddenhagen2015-06-051-2/+2
* | | QtNetwork: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-3016-42/+99
* | | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
* | | Fix inefficient container.values().first()Sérgio Martins2015-06-281-1/+1
* | | Also add support for linked OpenSSL without SSL v2 & v3 supportDaniel Molkentin2015-06-282-0/+20