summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2541-1132/+1077
|\
| * Mark QHostAddress relocatableThiago Macieira2015-09-221-0/+1
| * Add an option to skip the generic bearer engineTimur Pocheptsov2015-09-221-2/+10
| * Clean up some Apple-related includes and declarations.Jake Petroules2015-09-222-0/+5
| * QtNetwork documentation: Emphasize QTcpServer::addPendingConnection().Friedemann Kleint2015-09-212-1/+6
| * QAbstractSocket: Consolidate error reportingKai Koehne2015-09-148-188/+133
| * QNetworkInterface: get a friendlier (but not too friendly) nameThiago Macieira2015-09-132-1/+20
| * Use the actual iphlpapi.dll and its headersThiago Macieira2015-09-133-293/+23
| * Declare QNetworkAddressEntry and QNetworkInterface as metatypesThiago Macieira2015-09-131-0/+3
| * QAbstractSocket: Always set errorString right after socketErrorKai Koehne2015-09-021-1/+1
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-269-51/+107
| |\
| | * QNAM: Fix reply deadlocks on server closing connectionMarkus Goetz2015-08-202-1/+10
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-128-46/+89
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-178-46/+89
| | | |\
| | | | * Network: Fix up previous corruption patchMarkus Goetz2015-07-088-46/+89
| | * | | Add env variable to control bearer backend polling timers.Lorn Potter2015-08-061-4/+8
| * | | | Remove vestiges of Qt's own sockaddr_in6 and sockaddr_storageThiago Macieira2015-08-225-48/+13
| * | | | QNativeSocketEngine Unix: do the same as for WindowsThiago Macieira2015-08-223-117/+57
| * | | | QNativeSocketEngine Windows: bring bind() in line with UnixThiago Macieira2015-08-221-25/+19
| * | | | QNativeSocketEngine Windows: simplify the conversion to struct sockaddrThiago Macieira2015-08-222-35/+20
| * | | | QNativeSocketEngine: add code to send extra IP header dataThiago Macieira2015-08-222-0/+116
| * | | | 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
| |\ \ \ \
| * | | | | 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
* | | | | | QAbstractSocket: try to send all data on flush()Alex Trotsenko2015-09-092-10/+26
* | | | | | Do not emit readyRead() recursively on close notificationAlex Trotsenko2015-09-092-8/+21
* | | | | | QAbstractSocket: discard input data when opened only for writingAlex Trotsenko2015-09-051-1/+1
* | | | | | Add some missing libraries for shared library builds on iOS.Jake Petroules2015-08-271-0/+2
* | | | | | QAbstractSocket::atEnd(): remove redundant checksAlex Trotsenko2015-08-262-2/+2
| |/ / / / |/| | | |
* | | | | QAbstractSocket::canReadLine(): remove code duplicationAlex Trotsenko2015-08-132-3/+3
* | | | | QNetworkReplyImpl: remove unused declarationsAlex Trotsenko2015-08-111-2/+0
|/ / / /
* | | | 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
| |/ /