summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-284-24/+88
* Update copyright headersAkseli Salovaara2015-03-31166-2157/+2157
* Ignore expired certificate during certificate validationAndy Shaw2015-01-141-19/+12
* Fix minor compiler warningKevin Funk2014-11-271-1/+1
* Windows native socket: handle WSAENETRESET the same as WSAECONNRESETShawn Rutledge2014-10-221-1/+1
* refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-182-12/+15
* Remove use of 'register' from Qt.Kevin Funk2014-08-112-5/+5
* Fix at lot of QT_NO_ define guards for very tiny Qt builds.Robert Griebl2014-08-058-0/+48
* QSslCertificate: blacklist NIC certificates from IndiaPeter Hartmann2014-07-101-0/+4
* network internals: do not try to cache a deleted entryPeter Hartmann2014-06-182-0/+12
* Doc: be more explicit about need to set expected SSL cert in errorsArnaud Bienner2014-06-022-2/+4
* Updated year in copyright headerKai Koehne2014-03-26164-164/+164
* network: fix doc typo in QNetworkConfigurationManagerPeter Hartmann2014-03-131-1/+1
* Prevent spurious SSL errors from local certificates.Richard J. Moore2014-03-131-3/+0
* QDeclarativeTypeLoader doesn't close processed QNetworkRepliesFrantisek Vacek2014-02-111-0/+6
* Fix problem with QNetworkAddressEntry returning a invalid netmask.Christian Strømme2014-02-031-6/+6
* Correct algorithm for digest auth when using the CONNECT verbBradley Buda2014-01-231-1/+2
* SSL: blacklist ANSSI intermediate certificatePeter Hartmann2013-12-121-0/+2
* network: fix multi-phased NTLM authenticationPeter Hartmann2013-10-311-2/+3
* QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-08-031-1/+2
* QNX: adapt SSL lib file name lookup heuristicsPeter Hartmann2013-07-311-1/+4
* QNX: hardcode on-demand SSL root cert loadingPeter Hartmann2013-07-301-0/+2
* HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-251-0/+3
* QNetworkProxyFactory: check all the proxy environment variablesAdrien Bustany2013-07-161-2/+17
* QNetwork: Check AuthenticationReuseAttribute when using credentials from urlEl Mehdi Fekari2013-06-241-2/+4
* Fix various NTLM/Digest multi-threading and usage issuesAron Rosenberg2013-06-202-37/+54
* network requests: do not access 1st byte of empty byte arrayPeter Hartmann2013-06-191-1/+2
* 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