summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Implement moveToThread in the symbian socket engineShane Kearns2011-01-212-3/+45
* Fix IPv6 server connectionsShane Kearns2011-01-211-1/+6
* Fix error connecting to IPv6 addressesShane Kearns2011-01-211-1/+1
* Initial draft of QHostInfo::localHostName(), plus fix for address buffer for ...Aaron Tunney2011-01-191-3/+21
* Fix some issues with socket handle allocationShane Kearns2011-01-181-4/+31
* Fix uncaught exception crash when socket ready read signal throwsShane Kearns2011-01-173-10/+40
* Fix non blocking connect on symbian devicesShane Kearns2011-01-121-1/+4
* Fix compile errorShane Kearns2011-01-041-1/+1
* Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2010-12-1531-284/+383
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-12-1015-243/+176
| |\
| | * remove useless overloadKonstantin Ritt2010-12-101-2/+2
| | * simplify polling code a bitKonstantin Ritt2010-12-102-33/+8
| | * promote QNetworkConfigurationManager::updateConfigurations() to a slotKonstantin Ritt2010-12-101-1/+3
| | * simplify waitForOpened()Konstantin Ritt2010-12-101-9/+6
| | * fix CV-qualifiers for some membersKonstantin Ritt2010-12-102-13/+13
| | * minor clean-ups and styling fixesKonstantin Ritt2010-12-1015-186/+145
| * | QNetworkReply: set to finished for synchronous requestsPeter Hartmann2010-12-101-0/+1
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-0616-41/+206
| |\ \ | | |/ | |/|
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-271-1/+1
| | |\
| | | * Fix warning about use of uninitialised variableThiago Macieira2010-11-261-1/+1
| | * | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-11-261-2/+2
| | |\ \ | | | |/ | | |/|
| | | * Merge branch 4.6 into qt-4.7-from-4.6Qt Continuous Integration System2010-11-261-2/+2
| | | |\
| | | | * QLocalSocket/Win: do not emit error() when no error actually occurredJonathan Liu2010-11-261-2/+2
| | * | | Revert "Fix a missing error-signal when a server is shut down while downloading"Peter Hartmann2010-11-262-18/+1
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-2515-41/+227
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Ville Pernu2010-11-2416-41/+210
| | | |\ \
| | | | * | HTTP backend: fix build without Qt3 supportPeter Hartmann2010-11-231-1/+1
| | | | * | QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-2315-40/+209
| | | * | | Fix a missing error-signal when a server is shut down while downloadingVille Pernu2010-11-242-1/+18
* | | | | | Platform socket engine test fixes & update TODOsShane Kearns2010-12-101-5/+15
* | | | | | Fixes for socket engine autotest failuresShane Kearns2010-12-102-4/+10
* | | | | | Fix some issues in symbian socket engineShane Kearns2010-12-091-22/+75
* | | | | | QHostInfo: Symbian implementation for fromName()Aaron Tunney2010-12-091-15/+91
* | | | | | Fix some crashes in the symbian socket engineShane Kearns2010-12-092-25/+93
* | | | | | QSymbianSocketEngine: Some missing functionsMarkus Goetz2010-12-091-0/+20
* | | | | | Fix bug in selectShane Kearns2010-12-091-3/+7
* | | | | | QSymbianSocketEngine: Fix wrong debug messageMarkus Goetz2010-12-081-1/+1
* | | | | | QSymbianSocketEngine: Unify a callMarkus Goetz2010-12-081-1/+1
* | | | | | Fix handling of select ioctl resultsShane Kearns2010-12-081-4/+5
* | | | | | Whitespace fixesShane Kearns2010-12-083-7/+7
* | | | | | Implement sync & async select for symbian socket engineShane Kearns2010-12-082-45/+244
* | | | | | Remove more Q_OS_SYMBIAN stuff from network codeMarkus Goetz2010-12-083-72/+7
* | | | | | Fix compile errorsShane Kearns2010-12-086-7/+4
* | | | | | QNativeSocketEngine: Remove symbian codeMarkus Goetz2010-12-082-111/+1
* | | | | | QSymbianSocketEngine: Always support IPv6Markus Goetz2010-12-082-43/+11
* | | | | | QSymbianSocketEngine: More compile fixesMarkus Goetz2010-12-083-81/+510
* | | | | | QSymbianSocketEngine: Compile fixes..Markus Goetz2010-12-083-74/+169
* | | | | | QSymbianSocketEngine: Get global RConnection*Markus Goetz2010-12-072-2/+5
* | | | | | Create QSymbianSocketEngine when requestedMarkus Goetz2010-12-071-0/+8
* | | | | | Remove Symbian code from QNativeSocketEngineMarkus Goetz2010-12-073-48/+51