summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QHttpMultipart: reset read pointer when device is resetPeter Hartmann2013-04-271-0/+1
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-243-4/+13
* Increase the size of the QHostInfo cache.Richard Moore2013-04-241-2/+2
* Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.Richard Moore2013-04-241-1/+8
* QNX host lookup: do not try to load libresolv.so, it is not therePeter Hartmann2013-04-241-1/+1
* QNetworkConfigurationManager: check whether app is shutting downPeter Hartmann2013-04-161-1/+4
* SSL code: store SSL parameters for debugging, guarded by definePeter Hartmann2013-03-251-0/+35
* QSslConfiguration: toggle on demand loading of root certs properlyPeter Hartmann2013-03-044-1/+21
* SSL docs: Be more explicit about the threats of ignoring SSL errorsPeter Hartmann2013-02-272-5/+14
* BB10 systemProxyForQuery: query system proxy also for non-URL requestsPeter Hartmann2013-02-122-4/+28
* BlackBerry bearer plugin: check whether device is online several timesPeter Hartmann2013-02-031-0/+11
* BlackBerry: change SSL root cert folderPeter Hartmann2013-01-141-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13164-164/+164
* QtNetwork: blacklist two more certificatesMartin Petersson2013-01-051-0/+2
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2013-01-052-27/+3
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2013-01-051-1/+5
* SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-051-0/+3
* Fix binary incompatibility between openssl versionsShane Kearns2012-12-113-1/+13
* Fix compile issue with building with openssl and in a namespaceAndy Shaw2012-11-181-7/+11
* Adding PAC and exclusion list support to BlackBerry Qt proxy implementation.Andrey Leonov2012-11-062-4/+26
* fix bug in QLocalSocket::waitForReadyRead on WindowsJoerg Bornemann2012-11-051-1/+1
* QtNetwork: introduce configure switch to use system proxies by defaultPeter Hartmann2012-11-012-0/+7
* Implementation of the BlackBerry Qt Proxy support.Andrey Leonov2012-10-143-0/+138
* Add Proxy Auto Config support (PAC) on MacDaniel Molkentin2012-10-122-5/+113
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-29165-3962/+3962
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-251-1/+1
* Fix build for platforms that use QPA other than IOSPeter Hartmann2012-09-191-1/+1
* Disable SSL compression by default.Richard Moore2012-09-193-4/+9
* Refactor coreservices -> ios & QT_NO_CORESERVICES -> Q_OS_IOSIan Dean2012-09-183-6/+6
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-072-10/+13
* 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