Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | QHostInfo: Fix compilation with non-symbian | Markus Goetz | 2011-03-22 | 1 | -0/+9 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | Fix a deadlock in symbian QHostInfo when aborting | Shane Kearns | 2011-03-22 | 1 | -3/+1 | |
* | | | | | | | | | Fix SetActive being called twice | Shane Kearns | 2011-03-22 | 1 | -2/+0 | |
* | | | | | | | | | Implement network session support for synchronous QHostInfo | Shane Kearns | 2011-03-22 | 4 | -10/+33 | |
* | | | | | | | | | Fix bugs where = used instead of == | Shane Kearns | 2011-03-21 | 1 | -6/+6 | |
* | | | | | | | | | Add explicit network session support for async QHostInfo | Shane Kearns | 2011-03-18 | 3 | -5/+26 | |
* | | | | | | | | | handle errors in QSymbianHostResolver::requestHostLookup | Shane Kearns | 2011-03-18 | 2 | -31/+38 | |
* | | | | | | | | | Fix "wrong lookup id" warning from QAbstractSocket | Shane Kearns | 2011-03-18 | 2 | -7/+23 | |
* | | | | | | | | | QHostInfo: Compile fix for non-Symbian | Markus Goetz | 2011-03-17 | 1 | -1/+1 | |
* | | | | | | | | | Implement QEventLoop::ExcludeSocketNotifiers for symbian socket engine | Shane Kearns | 2011-03-17 | 2 | -12/+20 | |
* | | | | | | | | | Implementation of async DNS lookup. | Aaron Tunney | 2011-03-17 | 3 | -18/+473 | |
* | | | | | | | | | Implement IPv6 in symbian QNetworkInterface | Shane Kearns | 2011-03-16 | 1 | -45/+83 | |
* | | | | | | | | | Make creating sockets with an explicit network session thread safe | Shane Kearns | 2011-03-15 | 3 | -11/+43 | |
* | | | | | | | | | SSL: fix compilation on Windows | Martin Petersson | 2011-03-15 | 1 | -0/+1 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | Fix network session use with the localhost optimisation in QNAB | Shane Kearns | 2011-03-10 | 1 | -5/+2 | |
* | | | | | | | | | Bearer support for threaded http backend | Shane Kearns | 2011-03-10 | 3 | -0/+18 | |
* | | | | | | | | | Fix synchronous http deadlock when aborted by internal timeout | Shane Kearns | 2011-03-10 | 1 | -2/+7 | |
* | | | | | | | | | Add debug logging to QHttpThreadDelegate | Shane Kearns | 2011-03-10 | 1 | -0/+38 | |
* | | | | | | | | | 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 | |
* | | | | | | | | | Fix compile error introduced by merge | Shane Kearns | 2011-03-08 | 1 | -3/+0 | |
* | | | | | | | | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ... | Shane Kearns | 2011-03-08 | 35 | -1028/+2482 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | 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 | |
| * | | | | | | | | | Fix duplicate calls to _q_startOperation | Shane Kearns | 2011-02-22 | 3 | -6/+34 | |
| * | | | | | | | | | Implement network session for HTTP backend | Shane Kearns | 2011-02-21 | 4 | -0/+45 | |
| * | | | | | | | | | Explicit network session for QNetworkAccessManager | Shane Kearns | 2011-02-17 | 10 | -10/+94 | |
| * | | | | | | | | | Merge remote branch 'qt/master' into symbian-socket-engine | Shane Kearns | 2011-02-07 | 154 | -224/+6943 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix random crashes when bearer suddenly goes down | Shane Kearns | 2011-02-04 | 3 | -3/+10 | |
| * | | | | | | | | | | 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 | |
| * | | | | | | | | | | Change default type for http POST to application/octet-stream | Shane Kearns | 2011-02-03 | 1 | -2/+4 | |
| * | | | | | | | | | | 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 | |