summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| | * QNetworkInterface: fix handling of interfaces with no addressesThiago Macieira2016-01-211-1/+1
* | | QAbstractSocket: do not use internal buffer for discarding the dataAlex Trotsenko2016-01-261-15/+28
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-267-5/+28
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-217-5/+28
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-196-4/+24
| | |\
| | | * Do not discard WSAECONNRESET error code from UDP under WindowsAlex Trotsenko2016-01-043-1/+19
| | | * QAbstractSocket: do not enable read notifications on TCP in bind()Alex Trotsenko2015-12-241-1/+2
| | | * doc: Remove wrong statement about cache filenames.Florian Bruhin2015-12-101-2/+1
| | | * Add missing \since to QSslCipher QString overload.Florian Bruhin2015-12-101-0/+2
| | * | QHttpSocketEngine: ensure pending EOF triggers a notificationAlex Trotsenko2016-01-181-1/+4
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-217-0/+7
* | | | Updated license headersJani Heikkinen2016-01-215-5/+5
|/ / /
* | | Move QIpPacketHeader to the header where QNetworkDatagramPrivate will beThiago Macieira2016-01-213-27/+72
* | | QSslContext: provide sharedFromConfiguration()Marc Mutz2016-01-203-2/+11
* | | QSslContext: separate creation and initializationMarc Mutz2016-01-192-10/+17
* | | QHttpThreadDelegate: use default ctor instead of QSharedPointer(0)Marc Mutz2016-01-171-3/+3
* | | QAbstractSocket: remove redundant handling of recursive callsAlex Trotsenko2016-01-152-27/+2
* | | Updated license headersJani Heikkinen2016-01-15207-2872/+4114
* | | QHttpNetworkRequestPrivate: perform init by init-list in ctorAnton Kudryavtsev2016-01-141-15/+15
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-131-2/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-2/+2
| |\| |
| | * | Fix documentation for ReuseAddressHint on Unix.David Faure2016-01-111-2/+2
* | | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-2/+2
* | | | Minimal fix for network-manager problem on plugin unload.Edward Welbourne2016-01-121-6/+2
* | | | Add debug message on writing to an unbuffered TCP socketAlex Trotsenko2016-01-121-2/+8
* | | | QAbstractSocket::writeData(): remove dead codeAlex Trotsenko2016-01-121-4/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-088-184/+50
|\| |
| * | winrt: Use "await" with its timeout for dns queriesOliver Wolff2016-01-051-17/+28
| * | winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-053-158/+11
| * | QNetworkReplyHttpImpl: convert another QDateTime::currentDateTime() to curren...Marc Mutz2016-01-041-1/+1
| * | QNativeSocketEngine: fix undefined variable on FreeBSDDmitry Shachnev2016-01-021-1/+1
| * | QSocks5SocketEngine: Always try to connect in connectToHost unless already co...Robin Burchell2015-12-301-6/+8
| * | Docu: fix documentation of QHostAddress() default constructor.David Faure2015-12-221-1/+1
* | | QAbstractSocket: remove unused 'connectTimeElapsed' memberAlex Trotsenko2016-01-052-7/+0
* | | Make ephemeral server key availableSebastian Lösch2016-01-045-0/+32
* | | Remove Windows-specific handling of the write notifiers on socketsAlex Trotsenko2016-01-041-14/+2
* | | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-191-2/+2
* | | Fix namespaced build on OSX.Erik Verbruggen2015-12-191-1/+1
* | | Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().Sérgio Martins2015-12-181-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-186-12/+41
|\| |
| * | QtNetwork: Standardize error message about IPv6 addresses for nameservers.v5.6.0-beta1Friedemann Kleint2015-12-144-4/+9
| * | Align signature with generic native socket engineMaurice Kalinowski2015-12-091-1/+1
| * | QNetworkInterface: fix support for address labels on Linux interfacesThiago Macieira2015-12-081-7/+31
* | | network: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-12-1310-22/+21
* | | Haiku: Fix compilation of network libraryTobias Koenig2015-12-081-0/+4
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-082-4/+6
|\| |
| * | WinRT: Set TemporaryError in QNativeSocketEngine::accept() when no connection...Friedemann Kleint2015-12-071-1/+3
| * | Doc: Added missing semicolons to snippetNico Vertriest2015-12-031-3/+3
* | | Properly set (sa|sin|sin6)_len on Unix systems that need itThiago Macieira2015-12-052-0/+14
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0211-139/+385
|\| |