summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qsymbiansocketengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix resource leak in symbian socket engineShane Kearns2011-07-081-0/+1
* Symbian socket engine: remove remaining todo commentsShane Kearns2011-06-301-3/+3
* symbian socket engine: resolve some fixme and todo itemsShane Kearns2011-06-221-11/+22
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Optimisation - buffer packet read in pendingDatagramSizeShane Kearns2011-04-131-9/+54
* Remove warnings when disabling notifications on a closed socketShane Kearns2011-04-121-6/+1
* Implement support for sockets started before the event loopShane Kearns2011-04-081-42/+27
* Update address reporting codeShane Kearns2011-04-051-22/+17
* Fix multicast group membershipShane Kearns2011-04-051-13/+23
* Performance: use select poll for timeout of 0msShane Kearns2011-03-291-30/+37
* Report correct error from QSymbianSocketEngine::nativeSelectShane Kearns2011-03-221-4/+4
* Implement QEventLoop::ExcludeSocketNotifiers for symbian socket engineShane Kearns2011-03-171-10/+18
* Make creating sockets with an explicit network session thread safeShane Kearns2011-03-151-11/+3
* Remove indirection through fake socket notifier in symbian socket engineShane Kearns2011-03-151-163/+55
* QSymbianSocketEngine: Compile fixMarkus Goetz2011-03-141-1/+1
* QSymbianSocketEngine - return expected error code from bindShane Kearns2011-03-111-1/+9
* Handle errors returned through select in the waitForXXX socket functionsShane Kearns2011-03-091-0/+13
* Thread safety - close RTimer handle when moving threadsShane Kearns2011-03-091-0/+10
* Move UDP send length workaround from generic code to symbian engineShane Kearns2011-02-281-1/+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
* Fix for read on "connected" UDP socketsShane Kearns2011-02-251-4/+10
* Explicit network session for QNetworkAccessManagerShane Kearns2011-02-171-6/+25
* Add precondition checks to symbian socket engine entry pointsShane Kearns2011-02-031-37/+75
* Clean up TODO and FIXME that are doneShane Kearns2011-02-031-17/+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-031-48/+64
* Suppress warning for an expected errorShane Kearns2011-02-011-1/+2
* Handle KErrBadName when connecting to broadcast addressShane Kearns2011-01-251-0/+7
* Implement moveToThread in the symbian socket engineShane Kearns2011-01-211-3/+41
* 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-171-4/+33
* Fix non blocking connect on symbian devicesShane Kearns2011-01-121-1/+4
* Fix compile errorShane Kearns2011-01-041-1/+1
* Platform socket engine test fixes & update TODOsShane Kearns2010-12-101-5/+15
* Fixes for socket engine autotest failuresShane Kearns2010-12-101-2/+8
* 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