summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Moved common module profiles to be feature profiles.axis2011-06-051-1/+1
* sockets: limit buffer size of the internal sockets in proxy enginesShane Kearns2011-06-012-0/+4
* Fix thread safety regression of QNetworkConfigurationManagerShane Kearns2011-05-262-2/+2
* fix "Host" header of ipv6 URLs in QNAMshiroki2011-05-261-1/+11
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-25166-2830/+2834
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-24166-2826/+2826
| * Doc: Applying a pending change from previous merges.David Boddie2011-05-231-0/+4
| * Doc: Fixed qdoc warning.David Boddie2011-05-231-1/+1
| * Doc: Fixed qdoc warnings.David Boddie2011-05-232-3/+3
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-245-6543/+2
|\ \
| * | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-245-6543/+2
* | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-241-1/+5
|\| |
| * | fix Symbian ordinals for merge request re. utf8 characters in SSL certsPeter Hartmann2011-05-241-1/+5
* | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-243-36/+28
|\| | | |/ |/|
| * fix coding style for merge request re. utf8 characters in SSL certsPierre Rossi2011-05-231-7/+6
| * Use OpenSSL X509_NAME_ENTRY API to parse UTF8 subjectName/issuerNameRaul Metsma2011-05-233-36/+29
* | Fix incorrect hardware address on systems without getifaddrs()Craig Scott2011-05-201-1/+1
* | Make QHostAddress.toString() follow RFC-5952 for IPv6 address format.Martin Petersson2011-05-201-3/+28
|/
* emit QNetWorkAccessManager::finished on QNetworkReply::abort()Martin Petersson2011-05-111-0/+2
* Sockets: Fix potential null pointer usagesShane Kearns2011-05-112-8/+13
* QNAM: Re-order checks in migrateBackend()Markus Goetz2011-05-111-4/+4
* Optimisation - buffer packet read in pendingDatagramSizeShane Kearns2011-05-112-9/+56
* Remove warnings when disabling notifications on a closed socketShane Kearns2011-05-111-6/+1
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-111-0/+3
|\
| * Add QT_xxx_VERSION macros for each library in qtbaseLiang Qi2011-05-101-0/+3
* | HTTP backend: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-101-7/+5
* | Clarified sendCustomRequest documentation to include HTTPSJanne Anttila2011-05-101-1/+1
* | Fix compilationOlivier Goffart2011-05-101-1/+0
* | Fixes warnings about unused variablesOlivier Goffart2011-05-101-0/+1
* | Fix warnings on unused parameters and variablesThiago Macieira2011-05-102-2/+1
|/
* Fix QNetworkConfigurationManager usage outside main thread firstShane Kearns2011-05-091-3/+12
* Update QTBUG-17223 for Qt 4.8Shane Kearns2011-05-093-1/+16
* Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-094-1/+19
* Fix QNetworkReplyImpl error handlingShane Kearns2011-05-091-4/+13
* Enable per network configuration proxy settings in QNetworkAccessManagerShane Kearns2011-05-092-27/+53
* Allow a network configuration to be included in a proxy queryShane Kearns2011-05-093-4/+123
* Fix error handling in write for socks socket engineShane Kearns2011-05-091-1/+6
* Merge remote-tracking branch 'mainline/master' into earthOlivier Goffart2011-05-064-6/+21
|\
| * Move private headers into versioned subdirectoryMarius Storm-Olsen2011-05-021-1/+1
| * Add module.prf, and install MODULE_PRI for each moduleMarius Storm-Olsen2011-05-021-1/+4
| * QNetworkConfigurationManager: Fix network polling.Martin Petersson2011-05-022-2/+14
| * QAbstractSocket: Fix waitForReadyRead infinite loop.Martin Petersson2011-05-021-2/+2
* | QSslConfiguration documentation fixTaito Silvola2011-05-051-2/+2
* | HTTP cache backend: do not load resources that must be revalidatedPeter Hartmann2011-05-041-2/+7
* | HTTP reply: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-041-7/+5
* | QNetworkCookie: allow spaces in unquoted valuesPeter Hartmann2011-05-041-4/+5
* | QNAM HTTP: Removes some commentsMarkus Goetz2011-05-031-17/+4
* | QNAM HTTP: More commentsMarkus Goetz2011-05-031-23/+14
* | QNAM HTTP: Implement abort() and close()Markus Goetz2011-05-031-6/+35
* | QNAM HTTP: CommentsMarkus Goetz2011-05-031-11/+7