summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-151-1/+1
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-261-18/+11
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-061-0/+1
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-7/+7
* Various minor fixes for qdoc warnings.Richard Moore2012-05-061-2/+2
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-061-1/+2
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-041-1/+1
* Document new APIs in 5.0Shane Kearns2012-05-031-0/+2
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-231-0/+51
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-5/+5
* Remove needless line "#define d d_ptr"Kent Hansen2012-02-151-2/+0
* Removing bad ###Qt5 note.Jonas M. Gastal2012-01-311-1/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-251-0/+73
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Make (dis)connectTo(From)Host virtual in QAbstractSocket.Jonas M. Gastal2012-01-091-5/+5
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Check we're connected before startClientEncryption()Richard Moore2011-12-071-0/+4
* Removing unnecessary hidden property "_q_user-agent".Jonas M. Gastal2011-11-241-2/+0
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-161-1/+1
* network: remove Symbian specific codePeter Hartmann2011-11-141-10/+0
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-2/+2
* Add the ability to enable various SSL bug workarounds.Richard Moore2011-10-201-0/+2
* SSL internals: rename methods in the SSL backend to reflect public onesPeter Hartmann2011-07-111-2/+2
* QSslSocket: Add accessors for SSL versionRichard Moore2011-07-111-0/+21
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-041-5/+6
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Fixed qdoc warnings.David Boddie2011-05-231-2/+2
* Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-091-0/+2
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2260