summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 compile error if openssl is built with no-ssl3-methodAndré Klitzing2015-01-162-0/+18
|/
* 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
* Windows native socket: handle WSAENETRESET the same as WSAECONNRESETShawn Rutledge2014-10-221-1/+1
* update QtBearer NetworkManager backend APILorn Potter2014-10-211-1/+1
* Add qHash(QSslError) overloadMarc Mutz2014-10-193-5/+15
* Add qHash(QSslCertificate) overloadMarc Mutz2014-10-195-5/+29
* prevent if_nametoindex being called with empty stringTom Hirst2014-10-121-11/+22
* Add information about unsupported SSL protocol when creating context.Mikołaj Siedlarek2014-10-101-4/+13
* Prevent parsing of SSL certificates from 0-size buffers.Mikołaj Siedlarek2014-10-101-1/+1
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* Don't use QByteArrayLiteral in comparisonsMarc Mutz2014-10-091-4/+4
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-015-10/+13
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-295-10/+13
| |\
| | * QNAM: Fix previous HTTP upload CPU fixMarkus Goetz2014-09-252-1/+11
| | * Fix a mishandling of the fd returned by socket(2)Giuseppe D'Angelo2014-09-221-2/+2
| | * Fix crash in QNetworkAccessCacheBackend::closeDownstreamChannelAlbert Astals Cid2014-09-222-7/+0