summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* Fix double error setting, which overrode correct value.Jonas M. Gastal2012-06-151-1/+0
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-147-6/+6
* choke uploadProgress signalsShane Kearns2012-06-143-3/+27
* choke downloadProgress signalsShane Kearns2012-06-145-7/+40
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+3
* Namespace the bundled zlib symbols, to avoid clash with user zlibaavit2012-06-082-33/+50
* Remove QFactoryInterface from bearer pluginsLars Knoll2012-06-081-10/+1
* Mark the testSslOption method as introduced in Qt 4.8Laszlo Papp2012-06-071-0/+2
* QtNetwork: disconnect other channels when network layer detectedMartin Petersson2012-06-063-0/+11
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-061-0/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+2
* QtNetwork: handle raw deflate compressed data in Http.Martin Petersson2012-06-011-1/+20
* QNetworkReply: Change abort() function into a slotJonathan Liu2012-06-011-1/+1
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-015-43/+61
* Track active network replies without qFindChildrenShane Kearns2012-06-012-1/+7
* Put Windows NTLM stuff inside consistent preprocessor directives.Janne Anttila2012-06-012-9/+17
* QNetworkReplyHttpImpl: code cleanupMartin Petersson2012-05-242-26/+1
* Fix deprecated API warningShane Kearns2012-05-231-1/+1
* Fix compile warnings with MSVCShane Kearns2012-05-232-2/+8
* QtNetwork: Fix mingw-warnings.Friedemann Kleint2012-05-232-4/+4
* 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