summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | QHostInfo: Fix compilation with non-symbianMarkus Goetz2011-03-221-0/+9
* | | | | | | | | Fix crashing debug messageShane Kearns2011-03-221-2/+2
* | | | | | | | | Report correct error from QSymbianSocketEngine::nativeSelectShane Kearns2011-03-221-4/+4
* | | | | | | | | Fix a deadlock in symbian QHostInfo when abortingShane Kearns2011-03-221-3/+1
* | | | | | | | | Fix SetActive being called twiceShane Kearns2011-03-221-2/+0
* | | | | | | | | Implement network session support for synchronous QHostInfoShane Kearns2011-03-224-10/+33
* | | | | | | | | Fix bugs where = used instead of ==Shane Kearns2011-03-211-6/+6
* | | | | | | | | Add explicit network session support for async QHostInfoShane Kearns2011-03-183-5/+26
* | | | | | | | | handle errors in QSymbianHostResolver::requestHostLookupShane Kearns2011-03-182-31/+38
* | | | | | | | | Fix "wrong lookup id" warning from QAbstractSocketShane Kearns2011-03-182-7/+23
* | | | | | | | | QHostInfo: Compile fix for non-SymbianMarkus Goetz2011-03-171-1/+1
* | | | | | | | | Implement QEventLoop::ExcludeSocketNotifiers for symbian socket engineShane Kearns2011-03-172-12/+20
* | | | | | | | | Implementation of async DNS lookup.Aaron Tunney2011-03-173-18/+473
* | | | | | | | | Implement IPv6 in symbian QNetworkInterfaceShane Kearns2011-03-161-45/+83
* | | | | | | | | Make creating sockets with an explicit network session thread safeShane Kearns2011-03-153-11/+43
* | | | | | | | | SSL: fix compilation on WindowsMartin Petersson2011-03-151-0/+1
* | | | | | | | | Remove indirection through fake socket notifier in symbian socket engineShane Kearns2011-03-152-171/+58
* | | | | | | | | QSymbianSocketEngine: Compile fixMarkus Goetz2011-03-141-1/+1
* | | | | | | | | QLocalServer: Fix compilationMarkus Goetz2011-03-141-1/+1
* | | | | | | | | QSymbianSocketEngine - return expected error code from bindShane Kearns2011-03-111-1/+9
* | | | | | | | | Fix network session use with the localhost optimisation in QNABShane Kearns2011-03-101-5/+2
* | | | | | | | | Bearer support for threaded http backendShane Kearns2011-03-103-0/+18
* | | | | | | | | Fix synchronous http deadlock when aborted by internal timeoutShane Kearns2011-03-101-2/+7
* | | | | | | | | Add debug logging to QHttpThreadDelegateShane Kearns2011-03-101-0/+38
* | | | | | | | | Network session support for proxy socket enginesShane Kearns2011-03-102-0/+9
* | | | | | | | | Handle errors returned through select in the waitForXXX socket functionsShane Kearns2011-03-091-0/+13
* | | | | | | | | Fix crashShane Kearns2011-03-091-4/+4
* | | | | | | | | Thread safety - close RTimer handle when moving threadsShane Kearns2011-03-091-0/+10
* | | | | | | | | Fix http proxy connections hanging on network errorShane Kearns2011-03-081-4/+3
* | | | | | | | | Fix compile error introduced by mergeShane Kearns2011-03-081-3/+0
* | | | | | | | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-0835-1028/+2482
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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