summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Parse yearless date strings on leap years during LIST in QFtpPhilip Van Hoof2012-08-231-2/+35
* add configure options for debug/release OpenSSLPeter Kümmel2012-08-151-0/+13
* test: Re-enable tst_Headers test.Sergio Ahumada2012-08-021-0/+6
* Adding missing QT_BEGIN_HEADER/QT_END_HEADERSergio Ahumada2012-08-011-1/+5
* Update contact information in license headers.Sergio Ahumada2012-08-01164-328/+328
* Use improved QLibrary search heuristics for SSLSean Harmer2012-07-271-0/+2
* Use improved QLibrary search heuristics for libresolvSean Harmer2012-07-271-0/+1
* Add null httpReply checks to QHttpThreadDelegateShane Kearns2012-07-041-6/+25
* Change default Content-Type for http POST to match 4.7.4Shane Kearns2012-06-281-2/+5
* Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0Andy Shaw2012-06-251-1/+2
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-071-0/+1
* Mark the testSslOption method as introduced from Qt 4.8Laszlo Papp2012-06-071-0/+2
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-064-31/+49
* Track active network replies without qFindChildrenShane Kearns2012-06-062-1/+7
* Include scope ids in QHostAddress from QNetworkInterfaceShane Kearns2012-05-242-3/+17
* Properly handle unexpected EOF in QHttpThreadDelegateShane Kearns2012-05-241-6/+9
* Fix sending UDP packets to link local addressesShane Kearns2012-05-242-18/+27
* QNetwork: fix compilation with no opensslMartin Petersson2012-05-221-1/+1
* QNetworkAccessManager: Read all from socket on remote host closeMartin Petersson2012-05-211-0/+26
* 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-091-0/+3
* QFtp - implement fast abort for downloadsShane Kearns2012-05-091-5/+16
* Use reference count to close down idle network sessionShane Kearns2012-05-091-4/+4
* Remove not present networks from QNetworkInterface::allInterfacesShane Kearns2012-05-091-2/+1
* Improved detection of libcrypto and libssl.Niels Weber2012-04-261-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