summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* qhttpthreaddelegate: check that we have a reply set when reading.Martin Petersson2012-05-161-0/+3
* QHttpMultiPart: supply new line at the end of the bodyPeter Hartmann2012-05-141-2/+2
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-139-6/+123
* Avoid emitting finished() before user can connect the signalShane Kearns2012-05-091-1/+1
* Connect bearer engines to manager with QueuedConnectionShane Kearns2012-05-091-4/+8
* QNetworkAccessManager - ensure abort reaches QFtpShane Kearns2012-05-081-0/+3
* QFtp - implement fast abort for downloadsShane Kearns2012-05-081-5/+16
* Use reference count to close down idle network sessionShane Kearns2012-05-081-4/+4
* Remove not present networks from QNetworkInterface::allInterfacesShane Kearns2012-05-081-2/+1
* Improved detection of libcrypto and libssl.Niels Weber2012-04-251-12/+51
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-251-2/+19
* QHttpNetworkConnectionChannel: Warn if bytesAvailable and no replyMartin Petersson2012-04-231-3/+4
* Fix build with QT_NO_WARNING_OUTPUTAndy Shaw2012-04-192-3/+3
* Fixed networkproxy build under WinCEBjoern Breitmeyer2012-04-192-0/+89
* Find libssl on linux using paths of loaded librariesShane Kearns2012-04-101-0/+26
* QNAM: close the channel if bytesAvailable and nothing piplinedMartin Petersson2012-04-101-8/+2
* Fixes a problem with the proxy detection on WindowsThierry2012-04-051-2/+46
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-04-052-0/+3
* Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-031-1/+7
* Fix regressions due to partial QSslSocket::peek fixShane Kearns2012-03-301-11/+27
* QNam: try to read the last CRLF when chunked encoding is used.Martin Petersson2012-03-292-3/+21
* Fix performance problem with NTLM auth in http POSTShane Kearns2012-03-231-0/+2
* Fix bug in qsslsocket peek()Kalle Viironen2012-03-192-0/+38
* Make sure QGlobalNetworkProxy is created for QNetworkProxy.Xizhi Zhu2012-03-151-0/+8
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-091-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-091-6/+75
* Windows - fall back on static proxy config if autoproxy failsShane Kearns2012-03-091-23/+17
* Windows - handle proxy autoconfiguration resulting in no proxyShane Kearns2012-03-091-0/+2
* Windows - fix proxy types for manually specified proxiesShane Kearns2012-03-091-8/+15
* Windows - fix QWindowsSystemProxy global static raceShane Kearns2012-03-091-1/+1
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-071-2/+6
* Fix error handling in QHostInfo windows backendShane Kearns2012-03-071-10/+18
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-041-0/+8
* Fixed missing parenthesesRobert Loehning2012-03-011-1/+1
* QNetwork: fix compilation with "-no-feature-bearermanagement"Martin Petersson2012-02-273-1/+5
* QNetwork: remove compile warning.Martin Petersson2012-02-271-2/+2
* Remove unnecessary locking from QNetworkProxy constructorShane Kearns2012-02-201-17/+6
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-201-0/+10
* Fix incorrect use of QObject::disconnect in synchronous http requestShane Kearns2012-02-201-2/+4
* Update documentation to show NTLMv2 is supportedShane Kearns2012-02-201-4/+2
* Abort FTP download, not the whole applicationShane Kearns2012-02-151-5/+1
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-02-093-3/+3
* Prevent data loss when an ssl socket is closed by remoteShane Kearns2012-02-022-13/+22
* Various Qt documentation fixes (wk 44)artoka2012-01-311-3/+3
* Various Qt documentation bug fixes (wk 42)artoka2012-01-302-7/+10
* Fix for coreservices, it should be part of QPA testsAndy Shaw2012-01-171-1/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-11163-163/+163
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2012-01-0511-23/+78
|\
| * Fix http authentication to a different realm on the same serverShane Kearns2012-01-041-4/+2
| * Fix race in http connection channelShane Kearns2012-01-042-1/+3