summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-05-161-1/+1
* Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-1016-60/+299
|\
| * Sockets: Fix potential null pointer usagesShane Kearns2011-05-052-8/+13
| * Update QTBUG-17223 for Qt 4.8Shane Kearns2011-05-053-1/+16
| * Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-054-1/+19
| * Fix QNetworkReplyImpl error handlingShane Kearns2011-04-181-4/+13
| * Enable per network configuration proxy settings in QNetworkAccessManagerShane Kearns2011-04-182-27/+53
| * Allow a network configuration to be included in a proxy queryShane Kearns2011-04-183-4/+123
| * Optimisation - buffer packet read in pendingDatagramSizeShane Kearns2011-04-132-9/+56
| * Fix error handling in write for socks socket engineShane Kearns2011-04-121-1/+6
| * Remove warnings when disabling notifications on a closed socketShane Kearns2011-04-121-6/+1
* | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-053-1/+8
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-052-0/+7
| |\ \
| | * | Fix compilation with QT_NO_*Tasuku Suzuki2011-05-022-0/+7
| * | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-041-1/+1
| |\ \ \
| | * \ \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-031-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Clarified sendCustomRequest documentation to include HTTPSJanne Anttila2011-05-031-1/+1
* | | | | 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 backend: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-041-7/+5
|/ / / /
* | | | Fix compilationOlivier Goffart2011-05-031-1/+0
* | | | Merge earth-team into origin/4.8Olivier Goffart2011-05-031-1/+1
|\ \ \ \ | |/ / /
| * | | Fix warnings on unused parameters and variablesThiago Macieira2011-04-262-2/+1
* | | | QNetworkCookie: allow spaces in unquoted valuesPeter Hartmann2011-04-291-4/+5
* | | | QAbstractSocket: Fix waitForReadyRead infinite loop.Martin Petersson2011-04-281-2/+2
* | | | Fixes warnings about unused variablesOlivier Goffart2011-04-282-1/+1
* | | | QNetworkConfigurationManager: Fix network polling.Martin Petersson2011-04-272-2/+14
|/ / /
* | | Merge remote-tracking branch 'earth-team/master' into earth-staging-masterOlivier Goffart2011-04-2043-294/+3218
|\ \ \
| * | | QNetworkCookie: do not access date string out of boundsPeter Hartmann2011-04-201-1/+1
| * | | QSslConfiguration: fix equals operatorPeter Hartmann2011-04-151-1/+1
| * | | HTTP+SSL: use default SSL configuration, and avoid setting it explctlyPeter Hartmann2011-04-142-2/+2
| * | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networkShane Kearns2011-04-1240-290/+3214
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-04-111-6/+1
| | |\ \
| | * \ \ Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-1126-86/+209
| | |\ \ \
| | * | | | Implement support for sockets started before the event loopShane Kearns2011-04-082-43/+28
| | * | | | QHostInfo symbian backend finalisationShane Kearns2011-04-051-13/+11
| | * | | | Updating comment in QHostInfo::localDomainNameAaron Tunney2011-04-051-1/+3
| | * | | | Thread safety for QHostInfo symbian implementationShane Kearns2011-04-052-10/+46
| | * | | | Fix typo in class nameShane Kearns2011-04-053-36/+36
| | * | | | Implement cache support for the async resolverShane Kearns2011-04-052-3/+28
| | * | | | Update address reporting codeShane Kearns2011-04-051-22/+17
| | * | | | Fix multicast group membershipShane Kearns2011-04-051-13/+23
| | * | | | Fix assert fail when debug log is enabledShane Kearns2011-04-051-1/+4
| | * | | | Don't reinitialise udp socket when IP versions don't matchShane Kearns2011-04-051-1/+1
| | * | | | Fix deadlock in QNetworkSession::stopShane Kearns2011-03-311-1/+1
| | * | | | Fix error handling in qhostinfo_symbianShane Kearns2011-03-311-54/+42
| | * | | | Ayschronous Next() change for DNS resolution.Aaron Tunney2011-03-312-51/+77
| | * | | | Ensure shared network session deleted from correct threadShane Kearns2011-03-291-1/+6
| | * | | | Performance: use select poll for timeout of 0msShane Kearns2011-03-291-30/+37
| | * | | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-2536-68/+1153
| | |\ \ \ \