summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Windows: Do not crash if SSL context is gone after root cert lookupDaniel Molkentin2015-04-011-1/+1
* Use allConfigurations instead of onlineConfigurations in isOnline()Albert Astals Cid2015-04-011-1/+3
* QSslSocket: try to send all data on close()Alex Trotsenko2015-04-011-1/+1
* fix high memory usage on large downloadLudger Krämer2015-03-311-7/+6
* Remove #ifndef QT_NO_HTTP that does nothingAlbert Astals Cid2015-03-131-13/+1
* Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-094-72/+21
* Save two system calls for setting a socket non-blocking on LinuxThiago Macieira2015-02-155-23/+22
* SSL NPN negotiation: Do not abort on unmatched protocolsPeter Hartmann2015-02-052-12/+15
* Do not specifically mention features supported since XPKai Koehne2015-02-042-5/+1
* Windows : fix call to LookupAccountNameWAntonio Lotti2015-02-041-4/+11
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-293-0/+19
|\
| * Set pendingClose to false on init in QSslSocketMichael Marley2015-01-191-0/+1
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-163-16/+26
| |\
| * | Fix compile error if openssl is built with no-ssl3-methodAndré Klitzing2015-01-162-0/+18
* | | Fix QUdpSocket's emission of readyRead()Thiago Macieira2015-01-221-2/+9
* | | Doc: add missing since 5.4 for new sessionProtocol() methods.David Faure2015-01-192-0/+2
* | | Doc: Fix typosSze Howe Koh2015-01-191-1/+1
| |/ |/|
* | Don't unnecessariy set localAddress in QNativeSocketEngine's nativeBindThiago Macieira2015-01-112-6/+0
* | Optimize QHostAddress::operator== for SpecialAddressThiago Macieira2015-01-091-10/+26
|/
* Fix crash if PAC script retrieval returns a null CFData instanceDaniel Molkentin2015-01-071-1/+4
* Fix possible crash when passing an invalid PAC URLDaniel Molkentin2015-01-071-0/+4
* Fix crash on Mac OS if PAC URL contains non-URL legal charsDaniel Molkentin2015-01-071-1/+5
* Report QHostAddress::Any explicitly in qDebug()Thiago Macieira2014-12-281-1/+4
* Silence warning in tst_QUdpSocket::multicast for Any+IPv4Thiago Macieira2014-12-241-2/+2
* Fix silly mistake: 0 is a valid file descriptorThiago Macieira2014-12-241-1/+1
* Fix include headers for qsslcertificate_qt.cppThiago Macieira2014-12-231-2/+2
* QNetworkDiskCache: Do not store set-cookie headers of the response in disk ca...Jeongmin Kim2014-12-201-0/+3
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-182-2/+2
* Use categorized logging for ssl codeKai Koehne2014-12-1013-106/+185
* WinRT: Only set keepalive socket option in certain socket statesOliver Wolff2014-12-052-1/+5
* QHttpThreadDelegate : Fix QHttpThreadDelegate don't read response data about ...Jeongmin Kim2014-12-031-0/+2
* QNetworkReply::abort will also call finished()Albert Astals Cid2014-12-021-2/+4
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-276-7/+7
|\
| * Use camel case in PKCS#12 functionAlejandro Exojo2014-11-246-7/+7
* | SSL: Fix sslConfiguration in encrypted slotAndré Klitzing2014-11-231-0/+1
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-213-46/+57
|\|
| * Fix memcpy with incorrect destinationAndré Klitzing2014-11-181-1/+1
| * WinRT: Fill data in QUdpSocket::readDatagramOliver Wolff2014-11-162-45/+56
* | Do not force a content-type on POST request with no contentAllan Sandfeld Jensen2014-11-191-1/+1
* | OS X and iOS: Search for openssl libs in .app/Contents/FrameworksKai Koehne2014-11-111-0/+19
|/
* Remove incorrect read from QSslSocket::readData()Alex Trotsenko2014-11-061-10/+6
* Reset QNAM's NetworkConfiguration when state changes.Lorn Potter2014-11-051-1/+11
* clang: Fix compilation with -openssl-linkedKai Koehne2014-10-301-0/+4
* Fix QLocalServer, create a temp path as small as possible.BogDan Vatra2014-10-281-2/+3
* Remove redundant permission set.BogDan Vatra2014-10-281-7/+0
* Removed pointless conditional.BogDan Vatra2014-10-281-6/+4
* Fix indentation & coding style.BogDan Vatra2014-10-281-18/+18
* Update QSsl::SecureProtocols to not include Sslv3Allan Sandfeld Jensen2014-10-243-8/+13
* QNetworkDiskCache: Fix QNetworkDiskCache don't handle to set CookieHeader.Jeongmin Kim2014-10-222-4/+5
* Improve iOS https error handling.Morten Johan Sørvig2014-10-221-1/+2