summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QSslError: fix wrong #endif placementMarc Mutz2012-02-251-1/+1
* QSslSocket::verify certificates when on-demand loading is usedMartin Petersson2012-02-231-0/+4
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+1
* Fix error in addrlen fieldAndrew Stanley-Jones2012-02-211-1/+1
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-2121-65/+65
* Make https requests fail fast when configured without ssl supportShane Kearns2012-02-212-1/+8
* Windows - fix connecting to a socket using IPv4 mapped IPv6Shane Kearns2012-02-201-0/+10
* Trivial doc fixRichard Moore2012-02-181-1/+1
* Fix error handling in QHostInfo windows backendShane Kearns2012-02-171-10/+18
* Remove unnecessary locking from QNetworkProxy constructorShane Kearns2012-02-171-17/+6
* Fix warnings about missing file.Friedemann Kleint2012-02-171-1/+1
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-171-0/+10
* Fix incorrect use of QObject::disconnect in synchronous http requestShane Kearns2012-02-171-2/+4
* Update documentation to show NTLMv2 is supportedShane Kearns2012-02-171-4/+2
* Make sure to print short text for QSslCertifictaeExtension.Casper van Donderen2012-02-171-1/+2
* Qt Network: Added the \inmodule command in the class documentation.Michalina Ziemba2012-02-168-6/+15
* Include headers before QT_BEGIN_NAMESPACE.Xizhi Zhu2012-02-162-2/+3
* Add missing private headers to .pri.Xizhi Zhu2012-02-161-1/+6
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-3/+3
* Allow the QLocalServer to listen to a native descriptorAndrew Stanley-Jones2012-02-156-0/+91
* Abort FTP download, not the whole applicationShane Kearns2012-02-151-5/+1
* Remove needless line "#define d d_ptr"Kent Hansen2012-02-151-2/+0
* Include winsock2.h for ntohl.Andreas Holzammer2012-02-101-0/+1
* Add socketOptions flags to QLocalServerAndrew Stanley-Jones2012-02-104-3/+145
* MinGW: Fix warnings.Friedemann Kleint2012-02-042-1/+3
* Fix unintended source compatiblity break in QSslSocketShane Kearns2012-02-021-0/+1
* Call start() even when bearer is not compiled.Xizhi Zhu2012-02-021-7/+5
* Remove one un-used variant.Xizhi Zhu2012-02-021-1/+0
* Don't include config.tests/unix/openssl/openssl.priBradley T. Hughes2012-02-021-4/+0
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-013-14/+7
* Prevent data loss when an ssl socket is closed by remoteShane Kearns2012-02-012-12/+22
* Fix QDnslookup build on FreeBSDJeremy Lainé2012-02-011-3/+1
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-013-3/+3
* Revert "Put the generated <module>version.h into build tree"Bradley T. Hughes2012-02-011-1/+1
* Emit QSslSocket::error in case of openssl gives an error.Jonas M. Gastal2012-02-013-25/+38
* Removing bad ###Qt5 note.Jonas M. Gastal2012-01-311-1/+0
* QDateTime: Deprecate setYMD()John Layt2012-01-311-1/+1
* Fix debug format string in windows socket engineShane Kearns2012-01-301-2/+2
* Fix crashing debug messageShane Kearns2012-01-301-1/+1
* Make the pause modes a QFlags.Richard Moore2012-01-304-8/+10
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-306-3/+1943
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30160-160/+160
* Put the generated <module>version.h into build treeLiang Qi2012-01-281-1/+1
* Making socketOption/setSocketOption virtual on QSslSocket.Jonas M. Gastal2012-01-281-3/+2
* Gives QNetworkCookieJar a virtual API.Jonas M. Gastal2012-01-274-63/+128
* Style fix for QSslCertificate constructor.Jonas M. Gastal2012-01-271-2/+1
* Removing ### that would cause needless SC brekage.Jonas M. Gastal2012-01-271-1/+1
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-258-32/+184
* bearer: run the bearer engines in their own worker threadShane Kearns2012-01-253-18/+30
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2533-33/+0