summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QTcpServerPrivate: move class definition to the separate headerAlex Trotsenko2015-01-184-39/+118
* Add elliptic curve support to QSslAndré Klitzing2015-01-189-9/+167
* Haiku: Make network module compile on HaikuTobias Koenig2015-01-141-0/+5
* Avoid double cache lookup in QHostInfoCacheJędrzej Nowacki2015-01-131-2/+1
* Fix authenticated POST/PUT http requests with buffering disabledAllan Sandfeld Jensen2015-01-092-14/+0
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-5/+0
* Add missing qdatastream.h includes.Richard J. Moore2015-01-052-0/+3
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-295-6/+12
|\
| * 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
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1815-108/+187
|\|
| * Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-182-2/+2
| * Use categorized logging for ssl codeKai Koehne2014-12-1013-106/+185
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1010-10/+18
|\|
| * 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
* | | Remove support for NTLMv1Kai Koehne2014-12-081-59/+0
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-0331-263/+263
* | | QSslEllipticCurve: remove a copy when setting the curvesGiuseppe D'Angelo2014-12-032-6/+6
* | | SSL: let a server choose the most appropriate curve for a clientGiuseppe D'Angelo2014-11-291-5/+12
* | | SSL: Add support for selecting which curves should be used by an elliptic cipherGiuseppe D'Angelo2014-11-2615-1/+812
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-248-79/+116
|\| |
| * | 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 credentials on cached http-connectionsAllan Sandfeld Jensen2014-11-033-5/+18
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-278-15/+22
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-209-26/+80
|\|
| * Add qHash(QSslError) overloadMarc Mutz2014-10-193-5/+15