summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Remove unused member variables from private class.Richard Moore2011-12-121-2/+0
* Fix NTLM authentication with email addressShane Kearns2011-12-121-8/+3
* Fix null pointer dereference in NTLM authenticationShane Kearns2011-12-121-2/+5
* QNetworkAccessManager: check the buffer size before allocateMartin Petersson2011-12-071-5/+9
* Check we're connected before startClientEncryption()Richard Moore2011-12-071-0/+4
* Fix QTcpServer::serverAddress() for dual stack socketsShane Kearns2011-12-012-0/+31
* Make QWinEventNotifier part of the public APIDebao Zhang2011-12-012-2/+2
* Fix QHostAddress::operator==(QHostAddress::SpecialAddress)Shane Kearns2011-11-301-0/+2
* Make the default ssloptions testable.Richard Moore2011-11-292-2/+7
* SSL certificate blacklist: reformat serial numbers to hexadecimalPeter Hartmann2011-11-251-10/+10
* SSL: fix build when compiled with -openssl-linkedPeter Hartmann2011-11-252-0/+12
* Removing unnecessary hidden property "_q_user-agent".Jonas M. Gastal2011-11-244-16/+3
* Adds support for headers in QNetworkProxy.Jonas M. Gastal2011-11-243-9/+137
* Don't forward declare types form openssl in public headersLars Knoll2011-11-241-2/+0
* QNetworkProxy documentation: mention usage of "http_proxy" variablePeter Hartmann2011-11-211-3/+3
* Fix sporadic hang in QLocalServer::close() in OS X 10.7Robert Knight2011-11-181-4/+4
* QNetworkAccessBackend::start() is used although QT_NO_BEARERMANAGEMENT is def...shkim2011-11-181-2/+0
* Improve the testability of QSslOptions.Richard Moore2011-11-172-29/+36
* SSL: fix compilation warning with gcc 4.6.1Peter Hartmann2011-11-161-1/+1
* Fix Qt namespace compilation.Toby Tomkins2011-11-161-0/+2
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-166-12/+15
* Add the ability to do unsafe SSL renegotiation as a fallback.Richard Moore2011-11-155-4/+20
* Always use the hex format for certificate serial numbers.Richard Moore2011-11-151-16/+8
* HTTP: blacklist server for pipeliningPeter Hartmann2011-11-141-0/+1
* network: remove Symbian specific codePeter Hartmann2011-11-1428-3922/+12
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-143-14/+30
* QNAM: Fix authentication cache when the password is in the URLOlivier Goffart2011-11-083-3/+8
* SSL: blacklist intermediate certificates that issued weak certsPeter Hartmann2011-11-081-0/+3
* SSL certificates: add functionality to read extensionsRichard Moore2011-11-069-12/+628
* HTTP proxy engine - accept standard Connection headerShane Kearns2011-10-311-0/+4
* SSL documentation: correct enum namePeter Hartmann2011-10-311-1/+1
* Remove Symbian support from bind enum documentation.Robin Burchell2011-10-311-7/+0
* Move support for socket binding from QUdpSocket upstream to QAbstractSocket.Robin Burchell2011-10-314-171/+151
* Set localAddress and localPort on socket binding.Robin Burchell2011-10-312-0/+6
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-312-3/+3
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-272-5/+5
* Remove the QT_MOBILITY_BEARER macro.Xizhi Zhu2011-10-251-8/+4
* QNAM: make systemProxyForQuery respect http_proxyArvid Ephraim Picciani2011-10-251-2/+29
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-246-10/+6
* Network - Add QHostAddress::isLoopback API.Shane Kearns2011-10-242-0/+24
* Use QBasicAtomicInt as a static variableShane Kearns2011-10-211-4/+4
* FTP - fix interoperability issues with SIZE commandShane Kearns2011-10-201-2/+2
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-207-9/+102
* Remove stale documentation.Casper van Donderen2011-10-181-5/+0
* Replace Q_WS_WIN by Q_OS_WIN in uic/network.Friedemann Kleint2011-10-171-2/+2
* QHttpNetworkConnection: fix compile warningMartin Petersson2011-10-141-2/+2
* QNetworkAccessManager: hostInfo lookup should use proxy if setMartin Petersson2011-10-121-2/+10
* Fix construction races in QtNetworkShane Kearns2011-10-111-5/+10
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-5/+0
* Fix the QNetworkConnectionManagerPrivate initialisation code.Thiago Macieira2011-10-062-22/+46