summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\| |
| * | 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
| |/ /