summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Always load the openssl configuration.Richard Moore2012-01-031-4/+0
* Make qDecodeDataUrl return bool.Jonas M. Gastal2011-12-292-10/+6
* Clarifying the flow of signals on QNetworkAccessManager.Jonas M. Gastal2011-12-282-1/+10
* QLocalSocket shouldn't emit disconnected if it isn't connected yet.Jonas M. Gastal2011-12-271-1/+1
* Fix http authentication to a different realm on the same serverShane Kearns2011-12-221-4/+2
* Fix race in http connection channelShane Kearns2011-12-222-1/+3
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-228-13/+52
* Handle plain socket write errors in SSLShane Kearns2011-12-221-2/+9
* Fix for assertion failureShane Kearns2011-12-222-1/+6
* Fix faulty logic in http connection pipeliningShane Kearns2011-12-221-2/+6
* QNetworkAccessManager: fixed foreach copy of host addressMartin Petersson2011-12-222-2/+2
* Add ToS option to sockets.Jonas M. Gastal2011-12-225-2/+43
* SSL: fix build with -openssl-linked for OpenSSL 0.9.8*Peter Hartmann2011-12-223-12/+0
* QNetworkAccessManager: delay IPv4 or IPv6 based on getaddrinfo orderMartin Petersson2011-12-223-18/+35
* Fix regression in user-agent setting of http proxy in a QNetworkRequestShane Kearns2011-12-191-2/+5
* extract QWindowsPipeReader from qlocalsocket_win.cppJoerg Bornemann2011-12-163-227/+36
* QNetworkAccessManager: delay IPv4 connection with Happy EyeballsMartin Petersson2011-12-163-1/+31
* QLocalSocket/Win: eliminate checkReadyRead()Joerg Bornemann2011-12-151-18/+5
* QLocalSocket/Win: make emitReadyRead timer persistentJoerg Bornemann2011-12-153-20/+9
* QLocalSocket/Win: fix behaviour on broken pipeJoerg Bornemann2011-12-151-38/+39
* 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