summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Network: Fix up previous corruption patchMarkus Goetz2015-07-088-46/+89
* Merge "Merge remote-tracking branch 'origin/5.4.2' into 5.4" into refs/stagin...Liang Qi2015-05-291-1/+4
|\
| * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-291-1/+4
| |\
| | * Avoid false positives from google by storing OpenSSL version as Unicode.Richard J. Moore2015-05-251-1/+4
* | | Fix no bearermanagement buildLorn Potter2015-05-291-20/+21
|/ /
* | Prevent bad-ptrs deref in QNetworkConfigurationManagerPrivateMikhail Lappo2015-05-181-0/+1
* | QNAM: Fix compiler warningMarkus Goetz2015-05-081-1/+1
|/
* QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-206-24/+88
* 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