summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Move UDP send length workaround from generic code to symbian engineShane Kearns2011-02-282-11/+8
| | | * | | | | Do not error socket when writeDatagram would blockShane Kearns2011-02-281-7/+12
| | | * | | | | Change an error code for behavioural compatibilityShane Kearns2011-02-281-1/+1
| | | * | | | | Make socks5 socket engine push session down to real socketsShane Kearns2011-02-251-0/+3
| | | * | | | | Fix for read on "connected" UDP socketsShane Kearns2011-02-251-4/+10
| | | * | | | | tst_qnetworkreply: Fix httpProxyCommands() on Windows.Martin Petersson2011-02-221-1/+4
| | | * | | | | Fix duplicate calls to _q_startOperationShane Kearns2011-02-223-6/+34
| | | * | | | | Implement network session for HTTP backendShane Kearns2011-02-214-0/+45
| | | * | | | | Explicit network session for QNetworkAccessManagerShane Kearns2011-02-1710-10/+94
| | | * | | | | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-07154-224/+6943
| | | |\ \ \ \ \
| | | * | | | | | Fix random crashes when bearer suddenly goes downShane Kearns2011-02-043-3/+10
| | | * | | | | | Add precondition checks to symbian socket engine entry pointsShane Kearns2011-02-031-37/+75
| | | * | | | | | Clean up TODO and FIXME that are doneShane Kearns2011-02-032-21/+17
| | | * | | | | | Unification of error handling in symbian socket engineShane Kearns2011-02-031-55/+24
| | | * | | | | | Change default type for http POST to application/octet-streamShane Kearns2011-02-031-2/+4
| | | * | | | | | Fix for pendingDatagramSize() in symbian socket engineShane Kearns2011-02-031-0/+14
| | | * | | | | | Implement multicast functionsShane Kearns2011-02-032-48/+69
| | | * | | | | | Enable QT_LOCALSOCKET_TCP for symbianShane Kearns2011-02-011-3/+11
| | | * | | | | | Fix compile errors when TCP local sockets configured on symbianShane Kearns2011-02-012-2/+2
| | | * | | | | | Fix for QNetworkSession::waitForOpened failing on active connectionShane Kearns2011-02-011-1/+1
| | | * | | | | | Fix header not found build errorShane Kearns2011-02-011-1/+1
| | | * | | | | | Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-02-017-41/+188
| | | * | | | | | Suppress warning for an expected errorShane Kearns2011-02-011-1/+2
| | | * | | | | | Handle KErrBadName when connecting to broadcast addressShane Kearns2011-01-252-0/+9
| | | * | | | | | Fix deprecated cast from ascii warningShane Kearns2011-01-241-1/+1
| | | * | | | | | 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
| | | |\ \ \ \ \ \
| | | * | | | | | | 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