summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNAM HTTP: Do not set cache headers when already set by userRobert Hogan2012-01-311-4/+6
* QLocalSocket: fix abort on Windows.Martin Petersson2012-01-311-0/+5
* QAbstractSocket: Fix waitForReadyRead infinite loop.Martin Petersson2012-01-311-2/+2
* QNetworkCookie: allow spaces in unquoted valuesPeter Hartmann2012-01-311-4/+5
* Fix NB#290352 Qtwebprocess crashes @ QHttpNetworkReply::readAnySami Rosendahl2011-12-071-0/+6
* Fix crash in QHttpNetworkReplyPrivate::gunzipBodyPartiallyEndSami Rosendahl2011-11-111-2/+4
* Symbian - disable memory mapping in QNetworkDiskCacheShane Kearns2011-10-281-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-10-051-1/+1
|\
| * QNAM - fix poor performance of HEAD request with authenticationShane Kearns2011-10-041-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-09-281-1/+1
|\ \ | |/
| * QAuthenticator::setUser() parse user name in form user@domainMartin Petersson2011-09-281-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-09-151-2/+5
|\ \
| * | Add missing checks for httpReply in QNetworkHttpBackend.Jocelyn Turcotte2011-09-131-2/+5
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-09-152-4/+21
|\ \ \ | |/ / |/| / | |/
| * Prevent crash when cache is changed on the flyShane Kearns2011-09-142-4/+21
* | update the proxy info before session is opened in QNAM by Aapo MakelaKranthi Kuntala2011-09-081-0/+5
* | QSslCertificate: block all DigiNotar (intermediate and root) certsPeter Hartmann2011-09-062-8/+35
* | QSslCertificate: also check common name for blacklisted certificatesPeter Hartmann2011-09-061-11/+12
|/
* QSslCertificate: blacklist fraudulent *.google.comPeter Hartmann2011-08-301-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-07-071-0/+1
|\
| * Fix memory leak in QHostInfoShane Kearns2011-07-071-0/+1
* | HTTP internals: continue gzip decompression if buffer fills exactlyPeter Hartmann2011-07-051-1/+1
* | HTTP internals: do not discard data if not receiving gzip end markerPeter Hartmann2011-07-053-4/+14
* | Add a null check for the backend in QNetworkReplyImpl.Jocelyn Turcotte2011-07-051-1/+1
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Laszlo Agocs2011-06-202-8/+31
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-06-101-2/+2
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-06-091-7/+20
| |\ \
| | * | Limit the cookies count per domain to 50.Jocelyn Turcotte2011-06-091-7/+20
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-06-012-14/+5
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-05-262-0/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | fix the "Host" header for ipv6 URLs in QNAMshiroki2011-05-251-1/+11
* | | | | bearer: run the bearer engines in their own worker threadShane Kearns2011-06-133-16/+27
* | | | | Revert "Revert "Fix QNetworkConfigurationManager usage outside main thread fi...Shane Kearns2011-06-131-3/+12
| |_|_|/ |/| | |
* | | | SSL readbuffer 16->32 kBJaakko Koskenkorva2011-06-101-2/+2
| |_|/ |/| |
* | | Increase SSL readbuffer 1 -> 16 kBJaakko Koskenkorva2011-05-311-2/+2
* | | Revert "Fix QNetworkConfigurationManager usage outside main thread first"Shane Kearns2011-05-311-12/+3
| |/ |/|
* | sockets: limit buffer size of the internal sockets in proxy enginesShane Kearns2011-05-242-0/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-17154-2622/+2622
|\
| * Update licenseheader text in source filesJyri Tahtela2011-05-13154-2622/+2622
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-111-1/+1
|\ \ | |/
| * Fix incorrect hardware address on systems without getifaddrs()Craig Scott2011-05-111-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-091-0/+2
|\ \ | |/
| * emit QNetWorkAccessManager::finished on QNetworkReply::abort()Martin Petersson2011-05-091-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-051-4/+4
|\ \ | |/
| * QNAM: Re-order checks in migrateBackend()Markus Goetz2011-05-051-4/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-05-055-4/+31
|\ \ | |/ |/|
| * Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-054-1/+19
| * Fix QNetworkConfigurationManager usage outside main thread firstShane Kearns2011-05-041-3/+12
* | QNAM HTTP: Fix bug with explicitly zero-length compressed responses.Andreas Kling2011-05-041-1/+7
|/
* Clarified sendCustomRequest documentation to include HTTPSJanne Anttila2011-05-031-1/+1