summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* QHostInfo: fix a race condition under CEKonstantin Ritt2011-10-061-2/+3
* QNAM - fix poor performance of HEAD request with authenticationShane Kearns2011-10-051-1/+1
* Fix compiler warnings.Friedemann Kleint2011-09-284-7/+7
* Fix QNetworkReply::errorString returning an untranslated stringGiuseppe D'Angelo2011-09-121-10/+10
* Fix compilation with QT_NO_*Tasuku Suzuki2011-09-122-0/+7
* QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-072-8/+34
* QSslCertificate: also check common name for blacklisted certificatesPeter Hartmann2011-09-021-11/+12
* qssl: use reinterpret_cast instead of C-style castsCorentin Chary2011-09-021-10/+10
* qssl: add auto test to QSsl::Opaque QSslKeysCorentin Chary2011-09-021-2/+2
* qssl: add support for QSsl::Opaque keyCorentin Chary2011-08-315-15/+61
* QSslCertificate: blacklist fraudulent *.google.comPeter Hartmann2011-08-301-0/+1
* QHttpNetworkConnection : Fix the case when we only have one channelMartin Petersson2011-08-302-31/+46
* QHttpNetworkReply: Change dataReadProgress to qint64.Martin Petersson2011-08-303-5/+4
* HTTP internals: send password even if no username is setRobert Hogan2011-08-151-2/+2
* QSslCertificate: deprecate alternateSubjectNames()Peter Hartmann2011-08-045-11/+19
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-24/+0
* QNetworkAccessFileBackend: Do not accept file url without scheme set.Martin Petersson2011-07-191-3/+1
* SSL internals: certificate verification: use mutex lockerPeter Hartmann2011-07-141-2/+2
* QNAM: Introduce clearAccessCache()Markus Goetz2011-07-132-0/+16
* QNAM HTTP: Re-write compression codeMarkus Goetz2011-07-126-249/+100
* QNAM HTTP: Do zero-copy for small HTTP replies by defaultMarkus Goetz2011-07-123-9/+22
* QSslCertificate: extend documentation for new verify methodPeter Hartmann2011-07-121-2/+6
* Add the ability to verify a chain of certificatesRichard Moore2011-07-126-26/+182
* QSslCertificate: rename "tag" to "attribute", as in the RFCPeter Hartmann2011-07-122-18/+18
* SSL: Move the code for extracting the name of an ASN1_OBJECTRichard Moore2011-07-112-12/+16
* SSL: Add methods to access the tags of the subject and issuer of a certRichard Moore2011-07-112-0/+40
* SSL: Make the internals of certificate name info match the externals.Richard Moore2011-07-112-19/+19
* SSL: Store x509 name entries that have no short name as their OID.Richard Moore2011-07-113-2/+22