summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-106-25/+87
|\
| * Sockets: Fix potential null pointer usagesShane Kearns2011-05-052-8/+13
| * Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-052-1/+11
| * Optimisation - buffer packet read in pendingDatagramSizeShane Kearns2011-04-132-9/+56
| * Fix error handling in write for socks socket engineShane Kearns2011-04-121-1/+6
| * Remove warnings when disabling notifications on a closed socketShane Kearns2011-04-121-6/+1
* | QAbstractSocket: Fix waitForReadyRead infinite loop.Martin Petersson2011-04-281-2/+2
* | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networkShane Kearns2011-04-1216-199/+2082
|\ \ | |/
| * Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-1111-2/+42
| |\
| * | Implement support for sockets started before the event loopShane Kearns2011-04-082-43/+28
| * | Update address reporting codeShane Kearns2011-04-051-22/+17
| * | Fix multicast group membershipShane Kearns2011-04-051-13/+23
| * | Don't reinitialise udp socket when IP versions don't matchShane Kearns2011-04-051-1/+1
| * | Performance: use select poll for timeout of 0msShane Kearns2011-03-291-30/+37
| * | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-253-1/+13
| |\ \
| * | | Fix crashing debug messageShane Kearns2011-03-221-2/+2
| * | | Report correct error from QSymbianSocketEngine::nativeSelectShane Kearns2011-03-221-4/+4
| * | | Implement network session support for synchronous QHostInfoShane Kearns2011-03-221-0/+9
| * | | Implement QEventLoop::ExcludeSocketNotifiers for symbian socket engineShane Kearns2011-03-172-12/+20
| * | | 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-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
| * | | 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
| * | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-0817-1006/+2139
| |\ \ \
| | * | | 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
| | * | | Explicit network session for QNetworkAccessManagerShane Kearns2011-02-174-9/+43
| | * | | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-0733-53/+46
| | |\ \ \
| | * | | | 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
| | * | | | 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
| | * | | | Suppress warning for an expected errorShane Kearns2011-02-011-1/+2
| | * | | | Handle KErrBadName when connecting to broadcast addressShane Kearns2011-01-252-0/+9
| | * | | | Implement moveToThread in the symbian socket engineShane Kearns2011-01-212-3/+45
| | * | | | Fix IPv6 server connectionsShane Kearns2011-01-211-1/+6
| | * | | | Fix error connecting to IPv6 addressesShane Kearns2011-01-211-1/+1