summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/master' into newdocsTor Arne Vestbø2012-10-162-1/+5
|\
| * Fix spelling mistake in QNetworkDiskCache detailed description.Mitch Curtis2012-10-151-1/+1
| * Fix warnings from syncqt.Friedemann Kleint2012-10-131-0/+4
* | doc: Add a bunch of missing dependsTor Arne Vestbø2012-10-161-1/+1
|/
* Modularize documenation buildTor Arne Vestbø2012-10-102-6/+4
* Implementation of the BlackBerry Qt Proxy support.Andrey Leonov2012-10-083-0/+140
* Qt Network: Cleaned up documentation titlesJerome Pasion2012-10-051-6/+4
* Workaround MSVC2008 build failure after switching to std::lower_boundGiuseppe D'Angelo2012-09-271-0/+4
* documentation fixesMarcel Krems2012-09-271-1/+1
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-261-1/+1
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-269-6/+138
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-262-2/+2
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-243-3/+3
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-242-27/+3
* wrap QLibrary related code with QT_NO_LIBRARYJing Bai2012-09-241-0/+2
* 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