summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22193-4225/+4225
* Fix build under MinGW after 1e3269c0863bfac26be9e9239b6427ea77c6175bKonstantin Ritt2012-09-221-0/+2
* Fix network doc links.Frederik Gladhorn2012-09-215-15/+16
* Fix doc errors.Frederik Gladhorn2012-09-212-2/+2
* Move opengl/wid/net example docs to proper folders.Frederik Gladhorn2012-09-211-4/+4
* Fix typo in docs.Frederik Gladhorn2012-09-191-1/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+3
* Network: Fix mingw-gcc warningKai Koehne2012-09-181-1/+1
* Network: Fix gcc warning about qDebug formatKai Koehne2012-09-181-1/+1
* Disable SSL compression by default.Richard Moore2012-09-182-3/+5
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2012-09-181-1/+5
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-181-1/+1
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-1517-26/+34
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-3/+3
* Doc: Marked the QUrlInfo class documentation as \internalVenugopal Shivashankar2012-09-131-0/+1
* Network: Fix gcc warning about conversion from string to wchar *Kai Koehne2012-09-131-2/+2
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* 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