summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSL internals: rename methods in the SSL backend to reflect public onesPeter Hartmann2011-07-113-6/+6
* QNAM: Remove QNetworkAccessHttpBackendMarkus Goetz2011-07-115-1362/+0
* QSslSocket: Add accessors for SSL versionRichard Moore2011-07-116-0/+46
* Fix memory leak in QHostInfoShane Kearns2011-07-081-0/+1
* QNAM: Add support for more KnownHeadersMarkus Goetz2011-07-082-1/+24
* QAbstractSocket: Always clear old QHostAddress list on a new connect.Martin Petersson2011-07-061-0/+1
* QHostAddress: fix compile on WindowsMartin Petersson2011-07-051-4/+3
* QNAM HTTP: Fix canReadLine() for zerocopyMarkus Goetz2011-07-051-1/+2
* Remove QT3_SUPPORT from networkShane Kearns2011-07-056-166/+0
* QNam remove compile warnings for QNetworkReplyHttpImplMartin Petersson2011-07-041-1/+1
* Always assume IPv6 supportMarkus Goetz2011-07-048-131/+13
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-049-28/+238
* Doc: Fixed qdoc warnings.David Boddie2011-07-012-11/+21
* Push the data together with the error in the synchronous case.Pierre Rossi2011-06-291-0/+1
* Make it compile with openssl 1.0.0d, gcc 4.6Bernhard Rosenkraenzer2011-06-283-0/+12
* Certificates can have each issuer and subject field many timesRichard Moore2011-06-273-25/+41
* IPv4 + IPv6 dual stack socketsShane Kearns2011-06-227-27/+111
* SSL certificate printing: increase max certificate sizePeter Hartmann2011-06-221-2/+2
* SSL certificate printing: lookup Symbian ordinalPeter Hartmann2011-06-211-0/+1
* Add the ability to convert a certificate to textRichard Moore2011-06-215-0/+42
* Clean-up the macros about Qt Mobility in bearerLiang Qi2011-06-203-48/+3
* QAuthenticator::setUser() parse user name in form user@domainMartin Petersson2011-06-201-1/+1
* Fix modules to load(qt_module) firstMarius Storm-Olsen2011-06-081-0/+2
* Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-06-071-1/+1
* Moved common module profiles to be feature profiles.axis2011-06-051-1/+1