summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Preventing caching of null authenticatorEric Lemanissier2014-09-091-0/+2
* Add missing private headers warningSamuel Gaist2014-09-043-0/+33
* Network: Fix NTLM (SSPI) with HTTP and HTTPS proxiesMarkus Goetz2014-08-232-7/+7
* refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-152-12/+15
* Doc: document that we have unfixed bugs with waitForXxx on WindowsThiago Macieira2014-08-111-0/+23
* Fix compilation if EC is disabled in OpenSSLJoni Poikelin2014-07-293-0/+8
* Fix buffer overrun error with some proxy serversArtem Shevchenko2014-07-281-3/+0
* QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-252-0/+23
* Added stream version into network cache file formatNikita Krupenko2014-07-171-1/+9
* Android: Update QSslSocketPrivate::fetchSslCertificateData()Christian Strømme2014-07-141-110/+16
* QSslCertificate: blacklist NIC certificates from IndiaPeter Hartmann2014-07-091-0/+3
* winrt: DNS lookup: don't have duplicate entriesOliver Wolff2014-07-011-1/+6
* Android: Fix namespace usageChristian Strømme2014-06-301-0/+4
* Fix compilation on Windows without precompiled headersThiago Macieira2014-06-251-0/+1
* Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-0/+2
|\
| * QDnsLookup: Fix build with uClibcFatih Aşıcı2014-06-201-0/+2
* | network internals: do not try to cache a deleted entryPeter Hartmann2014-06-242-0/+13
* | Mac networking: only try system proxy credentials oncePeter Hartmann2014-06-231-4/+9
* | Mac networking: check system keychain for proxy authPeter Hartmann2014-06-234-22/+24
* | Fix warnings from MSVC 2013Thiago Macieira2014-06-211-2/+2
* | QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-121-1/+11
|/
* Fix QT_NO_BEARERMANAGEMENT compile of QHttpThreadDelegate.Steffen Imhof2014-06-102-4/+4
* Fix QT_NO_LIBRARY compile in Unix DNS lookup implementation.Steffen Imhof2014-06-101-2/+2
* NSURLConnection: Set http response status code.Morten Johan Sørvig2014-06-071-2/+11
* winrt: set error if tcp socket initialization failsOliver Wolff2014-06-061-1/+4
* winrt: do not try to close non existent socketsOliver Wolff2014-06-061-2/+2
* remove HSTRING instancesMaurice Kalinowski2014-06-034-49/+49
* Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-05-272-2/+4
* WinRT: Fix compile warningsMaurice Kalinowski2014-05-263-3/+7
* Ensure all encrypted bytes are sent when closing QSslSocket.Richard J. Moore2014-05-261-0/+2
* IPv6 scope ID of zero is not validThiago Macieira2014-05-262-6/+9
* Mark the missing QDnsLookup constructor as \internalAndy Shaw2014-05-211-0/+5
* Avoid accessing the internals of the SSL_CIPHER struct.Richard J. Moore2014-05-193-3/+4
* Fix crash in QNetworkAccessManager.Jędrzej Nowacki2014-05-192-4/+12
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-141-1/+1
|\
| * Fix the documentation on how to use -openssl-linked.Richard J. Moore2014-05-131-1/+1
* | Fix MSVC warnings in qspdyprotocolhandlerKai Koehne2014-05-131-3/+3
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-122-23/+24
|\|
| * Ignore expired certificate during certificate validationDaniel Molkentin2014-05-112-23/+24
* | Fix debug output when enabling QABSTRACTSOCKET_DEBUG.David Faure2014-05-061-1/+1
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-1/+1
|\|
| * QAbstractSocket: enable read notification for unbuffered socketsPeter Hartmann2014-04-251-1/+1
* | Add missing QT_NO_NETWORKPROXY guards around HTTP connect statementsAndrew Knight2014-04-291-0/+6
* | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-122/+215
|\|
| * WinRT: Fix TCP socket readsAndrew Knight2014-04-222-122/+215
* | Fix build against older OpenSSL.Sérgio Martins2014-04-141-0/+2
|/
* Support for DH and ECDH key exchange for QSslSocket serversRichard J. Moore2014-04-093-0/+80
* Ensure we initialize things before checking the openssl version.Richard J. Moore2014-04-081-0/+3
* QNetworkReplyHttpImpl: fix misuse of QDateTime::addSecs()David Faure2014-04-081-2/+1
* Fix QNetworkRequest::setRawHeader() for QT_NO_CAST_FROM_BYTEARRAYRichard J. Moore2014-04-081-1/+1