summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst_qudpsocket - fix capabilitiesShane Kearns2011-03-173-4/+2
* Implement QEventLoop::ExcludeSocketNotifiers for symbian socket engineShane Kearns2011-03-174-47/+77
* Make tst_QEventLoop::processEventsExcludeSocket stricterShane Kearns2011-03-172-0/+5
* 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-154-11/+46
* tst_qhostinfo: FixesMarkus Goetz2011-03-151-1/+2
* SSL: fix compilation on WindowsMartin Petersson2011-03-151-0/+1
* Enable IPv6 test in QNetworkInterface autotestShane Kearns2011-03-151-6/+32
* Fix for server.listen getting IPv6 addressShane Kearns2011-03-151-1/+1
* Fix capabilities in qtpcsocket autotestShane Kearns2011-03-153-2/+5
* tst_QNetworkReply::ioGetFromBuiltinHttp issuesShane Kearns2011-03-151-3/+2
* 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
* Fixes for QTcpServer autotestShane Kearns2011-03-114-10/+34
* 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
* tst_qudpsocket - add a non localhost test caseShane Kearns2011-03-091-0/+52
* tst_qtcpsocket - skip proxies for localhost testingShane Kearns2011-03-091-0/+18
* Handle errors returned through select in the waitForXXX socket functionsShane Kearns2011-03-091-0/+13
* tst_qtcpsocket stabilisationShane Kearns2011-03-092-3/+7
* Reduce excessive timeout in tst_qtcpsocketShane Kearns2011-03-091-1/+1
* Fix link error in qsocketnotifier testShane Kearns2011-03-091-4/+10
* Move some network tests from gui.pro to network.proShane Kearns2011-03-095-5/+8
* Fix crashShane Kearns2011-03-091-4/+4
* Thread safety - close RTimer handle when moving threadsShane Kearns2011-03-091-0/+10
* QTcpSocket autotest fixesShane Kearns2011-03-081-12/+21
* 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-0866-1313/+3248
|\
| * 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
| * Fix symbian test failures for qsslsocketShane Kearns2011-02-241-3/+6
| * Fix qsslsocket test crashesShane Kearns2011-02-242-4/+4
| * bugfix: QDir::entryList(Files|Readable) not listing writable filesShane Kearns2011-02-242-2/+6
| * Fix ignored messages in platformsocketengine testShane Kearns2011-02-231-3/+5
| * Fix compile errors in bearer testsShane Kearns2011-02-233-14/+12