summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Prevent infinite loops by handling all ZLIB errorsShane Kearns2012-05-211-5/+4
* QNetworkReplyHttpImplPrivate::migrateBackendMartin Petersson2012-05-211-29/+2
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-214-5/+23
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-211-0/+12
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-213-8/+8
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-193-1/+6
* Make the windows socket handle non inheritableShane Kearns2012-05-181-1/+23
* QHttpNetworkReply:readBodyFast return early if nothing to read.Martin Petersson2012-05-161-0/+2
* QNetworkAccessManager: Read all from socket on remote host closeMartin Petersson2012-05-161-0/+26
* Properly handle unexpected EOF in QHttpThreadDelegateShane Kearns2012-05-151-6/+9
* Remove capitalization when specifying include-libraries.kb2012-05-143-5/+5
* Fix sending UDP packets to link local addressesShane Kearns2012-05-112-20/+27
* Include scope ids in QHostAddress from QNetworkInterfaceShane Kearns2012-05-112-4/+17
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* qhttpthreaddelegate: check that we have a reply set when reading.Martin Petersson2012-05-111-0/+3
* QtNetwork: remove \link usagesGiuseppe D'Angelo2012-05-111-2/+2
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-116-7/+102
* Don't return http proxy for server usagesShane Kearns2012-05-111-1/+3
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-2/+2
* Add Windows NTLM Sign-Sign-On / Integrated Proxy AuthenticationAron Rosenberg2012-05-112-6/+221
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1052-57/+2123
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-095-0/+638
| * Doc: Modularize QtDBus documentation and add missing file to QtNetwork.Casper van Donderen2012-05-093-0/+91
| * Doc: Fix typo in QtNetwork qdocconf.Casper van Donderen2012-05-091-1/+1
| * Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-0941-52/+1390
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-092-4/+3
* | Fix various NTLM/Digest multi-threading and usage issuesAron Rosenberg2012-05-092-37/+54
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-8/+9
* | Connect bearer engines to manager with QueuedConnectionShane Kearns2012-05-091-4/+8
* | Avoid emitting finished() before user can connect the signalShane Kearns2012-05-091-1/+1
* | The \enum should use the enum name not the flags.Richard Moore2012-05-081-1/+1
|/
* Various minor fixes for qdoc warnings.Richard Moore2012-05-065-37/+38
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-066-8/+17
* QNetworkProxyFactory: check all the proxy environment variablesAdrien Bustany2012-05-051-1/+17
* Use reference count to close down idle network sessionShane Kearns2012-05-051-4/+4
* Remove not present networks from QNetworkInterface::allInterfacesShane Kearns2012-05-051-2/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-043-10/+10
* Pass network session to http delegateShane Kearns2012-05-041-0/+3
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-044-7/+7
* Fix windows cert fetcher if site presents full chainShane Kearns2012-05-041-1/+3
* Document new APIs in 5.0Shane Kearns2012-05-038-0/+30
* Document deprecated APIs in QSslShane Kearns2012-05-031-0/+10
* Document QSslCertificate deprecated functionsShane Kearns2012-05-031-4/+16
* Optimise windows cert fetching and fix test case.Shane Kearns2012-05-031-4/+22
* Pull in netinet/in.h. Required for definition of sockaddr_in and friends.Robin Burchell2012-05-032-1/+4
* Implement QLocalServer::socketOptions on windowsShane Kearns2012-05-033-1/+130
* Fix documentation of QLocalServerShane Kearns2012-05-031-4/+6
* QFtp - implement fast abort for downloadsShane Kearns2012-05-031-5/+16
* QNetworkAccessManager - ensure abort reaches QFtpShane Kearns2012-05-031-0/+3
* Stub out QDnsLookup on Android.Robin Burchell2012-05-022-0/+60