| Commit message (Expand) | Author | Age | Files | Lines |
* | QAbstractSocket: Fix waitForReadyRead infinite loop. | Martin Petersson | 2011-04-28 | 1 | -2/+2 |
|
|
* | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-network | Shane Kearns | 2011-04-12 | 16 | -199/+2082 |
|\ |
|
| * | Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke... | Shane Kearns | 2011-04-11 | 11 | -2/+42 |
| |\ |
|
| * | | Implement support for sockets started before the event loop | Shane Kearns | 2011-04-08 | 2 | -43/+28 |
|
|
| * | | Update address reporting code | Shane Kearns | 2011-04-05 | 1 | -22/+17 |
|
|
| * | | Fix multicast group membership | Shane Kearns | 2011-04-05 | 1 | -13/+23 |
|
|
| * | | Don't reinitialise udp socket when IP versions don't match | Shane Kearns | 2011-04-05 | 1 | -1/+1 |
|
|
| * | | Performance: use select poll for timeout of 0ms | Shane Kearns | 2011-03-29 | 1 | -30/+37 |
|
|
| * | | Merge remote branch 'earth/master' into symbian-socket-engine | Shane Kearns | 2011-03-25 | 3 | -1/+13 |
| |\ \ |
|
| * | | | Fix crashing debug message | Shane Kearns | 2011-03-22 | 1 | -2/+2 |
|
|
| * | | | Report correct error from QSymbianSocketEngine::nativeSelect | Shane Kearns | 2011-03-22 | 1 | -4/+4 |
|
|
| * | | | Implement network session support for synchronous QHostInfo | Shane Kearns | 2011-03-22 | 1 | -0/+9 |
|
|
| * | | | Implement QEventLoop::ExcludeSocketNotifiers for symbian socket engine | Shane Kearns | 2011-03-17 | 2 | -12/+20 |
|
|
| * | | | Make creating sockets with an explicit network session thread safe | Shane Kearns | 2011-03-15 | 1 | -11/+3 |
|
|
| * | | | Remove indirection through fake socket notifier in symbian socket engine | Shane Kearns | 2011-03-15 | 2 | -171/+58 |
|
|
| * | | | QSymbianSocketEngine: Compile fix | Markus Goetz | 2011-03-14 | 1 | -1/+1 |
|
|
| * | | | QLocalServer: Fix compilation | Markus Goetz | 2011-03-14 | 1 | -1/+1 |
|
|
| * | | | QSymbianSocketEngine - return expected error code from bind | Shane Kearns | 2011-03-11 | 1 | -1/+9 |
|
|
| * | | | Network session support for proxy socket engines | Shane Kearns | 2011-03-10 | 2 | -0/+9 |
|
|
| * | | | Handle errors returned through select in the waitForXXX socket functions | Shane Kearns | 2011-03-09 | 1 | -0/+13 |
|
|
| * | | | Fix crash | Shane Kearns | 2011-03-09 | 1 | -4/+4 |
|
|
| * | | | Thread safety - close RTimer handle when moving threads | Shane Kearns | 2011-03-09 | 1 | -0/+10 |
|
|
| * | | | Fix http proxy connections hanging on network error | Shane Kearns | 2011-03-08 | 1 | -4/+3 |
|
|
| * | | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ... | Shane Kearns | 2011-03-08 | 17 | -1006/+2139 |
| |\ \ \ |
|
| | * | | | Move UDP send length workaround from generic code to symbian engine | Shane Kearns | 2011-02-28 | 2 | -11/+8 |
|
|
| | * | | | Do not error socket when writeDatagram would block | Shane Kearns | 2011-02-28 | 1 | -7/+12 |
|
|
| | * | | | Change an error code for behavioural compatibility | Shane Kearns | 2011-02-28 | 1 | -1/+1 |
|
|
| | * | | | Make socks5 socket engine push session down to real sockets | Shane Kearns | 2011-02-25 | 1 | -0/+3 |
|
|
| | * | | | Fix for read on "connected" UDP sockets | Shane Kearns | 2011-02-25 | 1 | -4/+10 |
|
|
| | * | | | tst_qnetworkreply: Fix httpProxyCommands() on Windows. | Martin Petersson | 2011-02-22 | 1 | -1/+4 |
|
|
| | * | | | Explicit network session for QNetworkAccessManager | Shane Kearns | 2011-02-17 | 4 | -9/+43 |
|
|
| | * | | | Merge remote branch 'qt/master' into symbian-socket-engine | Shane Kearns | 2011-02-07 | 33 | -53/+46 |
| | |\ \ \ |
|
| | * | | | | Add precondition checks to symbian socket engine entry points | Shane Kearns | 2011-02-03 | 1 | -37/+75 |
|
|
| | * | | | | Clean up TODO and FIXME that are done | Shane Kearns | 2011-02-03 | 2 | -21/+17 |
|
|
| | * | | | | Unification of error handling in symbian socket engine | Shane Kearns | 2011-02-03 | 1 | -55/+24 |
|
|
| | * | | | | Fix for pendingDatagramSize() in symbian socket engine | Shane Kearns | 2011-02-03 | 1 | -0/+14 |
|
|
| | * | | | | Implement multicast functions | Shane Kearns | 2011-02-03 | 2 | -48/+69 |
|
|
| | * | | | | Enable QT_LOCALSOCKET_TCP for symbian | Shane Kearns | 2011-02-01 | 1 | -3/+11 |
|
|
| | * | | | | Fix compile errors when TCP local sockets configured on symbian | Shane Kearns | 2011-02-01 | 2 | -2/+2 |
|
|
| | * | | | | Suppress warning for an expected error | Shane Kearns | 2011-02-01 | 1 | -1/+2 |
|
|
| | * | | | | Handle KErrBadName when connecting to broadcast address | Shane Kearns | 2011-01-25 | 2 | -0/+9 |
|
|
| | * | | | | Implement moveToThread in the symbian socket engine | Shane Kearns | 2011-01-21 | 2 | -3/+45 |
|
|
| | * | | | | Fix IPv6 server connections | Shane Kearns | 2011-01-21 | 1 | -1/+6 |
|
|
| | * | | | | Fix error connecting to IPv6 addresses | Shane Kearns | 2011-01-21 | 1 | -1/+1 |
|
|
| | * | | | | Fix some issues with socket handle allocation | Shane Kearns | 2011-01-18 | 1 | -4/+31 |
|
|
| | * | | | | Fix uncaught exception crash when socket ready read signal throws | Shane Kearns | 2011-01-17 | 3 | -10/+40 |
|
|
| | * | | | | Fix non blocking connect on symbian devices | Shane Kearns | 2011-01-12 | 1 | -1/+4 |
|
|
| | * | | | | Fix compile error | Shane Kearns | 2011-01-04 | 1 | -1/+1 |
|
|
| | * | | | | Merge remote branch 'qt/master' into symbian-socket-engine | Shane Kearns | 2010-12-15 | 1 | -2/+2 |
| | |\ \ \ \ |
|
| | * | | | | | Platform socket engine test fixes & update TODOs | Shane Kearns | 2010-12-10 | 1 | -5/+15 |
|
|