summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Explicit network session for QNetworkAccessManagerShane Kearns2011-02-174-9/+43
* Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-0733-53/+46
|\
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1733-33/+33
| |\
| | * Update copyright year to 2011.Jason McDonald2011-01-1033-33/+33
| * | fix another "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-10/+10
| * | fix warning "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-1/+1
| * | fix warning "missing braces around initializer for 'in_addr::<anonymous union>'"Konstantin Ritt2011-01-111-1/+2
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-13/+0
| |\ \ | | |/
| | * Don't need to set FD_CLOEXEC since qt_safe_* will have done that.Thiago Macieira2010-12-151-13/+0
* | | 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
* | | 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
* | | Suppress warning for an expected errorShane Kearns2011-02-011-1/+2
* | | Handle KErrBadName when connecting to broadcast addressShane Kearns2011-01-252-0/+9
* | | 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
* | | 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-151-2/+2
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-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
* | | | 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
* | | | Fix some crashes in the symbian socket engineShane Kearns2010-12-091-25/+88
* | | | 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-082-6/+6
* | | | Implement sync & async select for symbian socket engineShane Kearns2010-12-082-45/+244
* | | | Remove more Q_OS_SYMBIAN stuff from network codeMarkus Goetz2010-12-082-60/+6
* | | | Fix compile errorsShane Kearns2010-12-086-7/+4
* | | | QNativeSocketEngine: Remove symbian codeMarkus Goetz2010-12-082-111/+1
* | | | QSymbianSocketEngine: Always support IPv6Markus Goetz2010-12-081-36/+1
* | | | 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
* | | | Continue code movingMarkus Goetz2010-12-072-154/+80