summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Fix QUdpSocket bindMode autotest regressionShane2012-03-151-0/+2
* Add missing private headers to .pri.Xizhi Zhu2012-03-151-0/+1
* Make sure QGlobalNetworkProxy is created for QNetworkProxy.Xizhi Zhu2012-03-151-0/+8
* Build with the LSB build envHarald Fernengel2012-03-151-1/+5
* QHttpNetworkConnectionChannel: Warn if bytesAvailable and no replyMartin Petersson2012-03-151-3/+3
* QNam: only init channels when needed.Martin Petersson2012-03-133-47/+139
* Revert "QNam: only init channels when needed."Kent Hansen2012-03-093-138/+46
* Use SSL_MODE_RELEASE_BUFFERS in QSslSocketMartin Petersson2012-03-092-0/+8
* Add debug stream operator for QNetworkProxyShane Kearns2012-03-082-0/+51
* QtNetwork: blacklist two more certificatesMartin Petersson2012-03-081-0/+2
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-03-082-0/+3
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-081-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-081-6/+75
* Windows - fall back on static proxy config if autoproxy failsShane Kearns2012-03-081-23/+17
* Windows - handle proxy autoconfiguration resulting in no proxyShane Kearns2012-03-081-0/+2
* Windows - fix proxy types for manually specified proxiesShane Kearns2012-03-081-8/+15
* Fix tst_QNetworkReply::httpWithNoCredentialUsage autotestShane Kearns2012-03-063-7/+10
* Windows - fix QWindowsSystemProxy global static raceShane Kearns2012-03-061-1/+1
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-061-0/+9
* QNam: only init channels when needed.Martin Petersson2012-03-063-46/+138
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-022-3/+3
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-0212-149/+149
* Name threads properlymae2012-03-022-0/+4
* Use QSystemError for QDnsLookup windows backendShane Kearns2012-03-011-1/+2
* Fix buffer overrun crash running MSVC2010 win32 Qt on win64Shane Kearns2012-03-012-32/+4
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-011-5/+7
* QSslError: fix wrong #endif placementMarc Mutz2012-02-251-1/+1
* QSslSocket::verify certificates when on-demand loading is usedMartin Petersson2012-02-231-0/+4
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+1
* Fix error in addrlen fieldAndrew Stanley-Jones2012-02-211-1/+1
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-2121-65/+65
* Make https requests fail fast when configured without ssl supportShane Kearns2012-02-212-1/+8
* Windows - fix connecting to a socket using IPv4 mapped IPv6Shane Kearns2012-02-201-0/+10
* Trivial doc fixRichard Moore2012-02-181-1/+1
* Fix error handling in QHostInfo windows backendShane Kearns2012-02-171-10/+18
* Remove unnecessary locking from QNetworkProxy constructorShane Kearns2012-02-171-17/+6
* Fix warnings about missing file.Friedemann Kleint2012-02-171-1/+1
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-171-0/+10
* Fix incorrect use of QObject::disconnect in synchronous http requestShane Kearns2012-02-171-2/+4
* Update documentation to show NTLMv2 is supportedShane Kearns2012-02-171-4/+2
* Make sure to print short text for QSslCertifictaeExtension.Casper van Donderen2012-02-171-1/+2
* Qt Network: Added the \inmodule command in the class documentation.Michalina Ziemba2012-02-168-6/+15
* Include headers before QT_BEGIN_NAMESPACE.Xizhi Zhu2012-02-162-2/+3
* Add missing private headers to .pri.Xizhi Zhu2012-02-161-1/+6
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-3/+3
* Allow the QLocalServer to listen to a native descriptorAndrew Stanley-Jones2012-02-156-0/+91
* Abort FTP download, not the whole applicationShane Kearns2012-02-151-5/+1
* Remove needless line "#define d d_ptr"Kent Hansen2012-02-151-2/+0
* Include winsock2.h for ntohl.Andreas Holzammer2012-02-101-0/+1
* Add socketOptions flags to QLocalServerAndrew Stanley-Jones2012-02-104-3/+145