summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * QDnsLookup: fix grammar in a user-visible stringMarc Mutz2015-11-281-2/+2
| * QNAM Fix error messageDaniel Molkentin2015-11-281-2/+2
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-285-21/+21
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-274-113/+336
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-274-113/+336
| | |\
| | | * Secure Transport - make it work on OS X 10.7Timur Pocheptsov2015-11-231-79/+212
| | | * Secure Transport backend - make it work on OS X 10.7Timur Pocheptsov2015-11-232-13/+103
| | | * Fix build with 'udpsocket' feature disabledAlex Trotsenko2015-11-142-22/+26
| | | * Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-051-1/+6
| * | | winrt: Make error messages of QNativeSocketEngine more verbose.Friedemann Kleint2015-11-271-7/+28
| * | | Do not try to connect to null object if bearer plugin is missingJoni Poikelin2015-11-271-2/+4
| |/ /
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-6/+6
* | | QHttpSocketEngine: remove unused membersAlex Trotsenko2015-11-262-6/+0
* | | qsslsocket_shared_mac - fix a warning and compilation errorsTimur Pocheptsov2015-11-251-3/+3
* | | QSslSocket: evaluate CAs in all keychain categoriesDaniel Molkentin2015-11-245-52/+160
* | | Remove legacy platform code in QSslSocket for OS X < 10.5Daniel Molkentin2015-11-242-61/+27
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-233-10/+32
|\| |
| * | Use standard error handling in qhostinfo_winrt.cppOliver Wolff2015-11-191-9/+19