summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Remove misleading documentation about QAbstractSocket::bytesWrittenThiago Macieira2012-09-101-4/+3
* Removing duplicate includesSergio Ahumada2012-09-092-4/+0
* test: QFtp tests require `private_tests' setSergio Ahumada2012-09-091-1/+1
* Use QStringList::join(QChar) overload where applicable [QtNetwork]Marc Mutz2012-09-071-1/+1
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-072-9/+12
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-6/+6
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-6/+6
* fix a mismatch of using QT_NO_NETWORKPROXYJing Bai2012-09-031-0/+3
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Add missing QT_{BEGIN,END}_NAMESPACESergio Ahumada2012-08-311-0/+4
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* Add support for explicit TLS 1.1 and 1.2Brendan Long2012-08-295-0/+48
* SSL: remove unneeded volatile qualificationsMarc Mutz2012-08-291-2/+2
* QDnsLookupRunnable: replace a volatile bool with an atomic intMarc Mutz2012-08-291-4/+4
* QHostInfo: replace a volatile bool with an atomic intMarc Mutz2012-08-292-8/+10
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* QNetworkDiskCache: avoid a 31-bit truncationMarc Mutz2012-08-231-1/+1
* QtNetwork: declare some classes as sharedMarc Mutz2012-08-2314-2/+38
* A few more random documentation fixesShawn Rutledge2012-08-231-2/+2
* Fix typo in QAbstractNetworkCache documentation.Mitch Curtis2012-08-211-1/+1
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-201-0/+1
* Add missing #include <qmetatype.h>Thiago Macieira2012-08-201-0/+1
* doc: Fixed qdoc errors in SSLMartin Smith2012-08-182-12/+14
* Fix sockets for Windows CEAndreas Holzammer2012-08-141-2/+2
* Doc: Added a Qt Network landing page.Jerome Pasion2012-08-104-11/+43
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-071-0/+5
* Fix some documentation inconsistency in QtNetwork.Stephen Kelly2012-08-062-21/+21
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-016-0/+52
* Adding missing QT_BEGIN_HEADER/QT_END_HEADERSergio Ahumada2012-07-311-1/+5
* add configure options for debug/release OpenSSLPeter Kümmel2012-07-311-1/+12
* QtNetwork: Better detection of connection failures on WindowsMartin Petersson2012-07-301-21/+41
* QtNetwork: unbreak QT_NO_SSL buildMarc Mutz2012-07-262-10/+8
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-2517-21/+35
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-244-7/+0
* Replace Q_REGISTER_METATYPE in QAbstractSocket::stateChanged doc.Mitch Curtis2012-07-231-1/+1
* QtNetwork: normalize signals/slotsMarc Mutz2012-07-183-9/+9
* removing QT_NO_URLINFO and using QT_NO_FTP insteadTasuku Suzuki2012-07-172-4/+4
* Fix some spelling errorsSergio Ahumada2012-07-115-8/+8
* Avoid loading multiple bearer plugins of the same keyJiang Jiang2012-07-111-0/+5
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-0628-0/+202
* QNativeSocketEngine: remove compile watning on WindowsMartin Petersson2012-07-031-0/+2
* SocketEngine Windows: If not dual stack, use IPv4 for AnyIPProtocolMartin Petersson2012-07-031-0/+3
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-031-23/+30
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-031-6/+25
* Make QtNetwork compile with qconfig smallJeremy Katz2012-07-011-0/+15
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-282-0/+2
* Removed flags from SSPI calls which prevented the NTLM authentication from wo...Adrian Carpenter2012-06-281-8/+2
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-272-3/+3
* QNetworkCookie - ignore unparsable expires attributeShane Kearns2012-06-271-4/+3