summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'earth-team/master' into earth-staging-masterOlivier Goffart2011-04-2083-798/+5733
|\
| * QNetworkCookie: do not access date string out of boundsPeter Hartmann2011-04-201-1/+1
| * Revert "QNativeWifiEngine: Fix problem with wifi polling on Windows"Martin Petersson2011-04-181-5/+0
| * QSslConfiguration: fix equals operatorPeter Hartmann2011-04-151-1/+1
| * HTTP+SSL: use default SSL configuration, and avoid setting it explctlyPeter Hartmann2011-04-142-2/+2
| * QLocale: Fixed double to currency string conversion on Mac.Denis Dzyubenko2011-04-141-1/+1
| * QNativeWifiEngine: Fix problem with wifi polling on WindowsMartin Petersson2011-04-141-0/+5
| * Applying the QTBUG-17986 fix to Symbianmread2011-04-123-0/+21
| * Added support for libICU for collation and toLower/toUpper.Denis Dzyubenko2011-04-124-1/+277
| * Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networkShane Kearns2011-04-1276-793/+5431
| |\
| | * Fix regression with Qt::AutoConnectionShane Kearns2011-04-121-0/+2
| | * Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-04-111-6/+1
| | |\
| | * \ Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-11640-72748/+37758
| | |\ \
| | * | | Implement support for sockets started before the event loopShane Kearns2011-04-082-43/+28
| | * | | QHostInfo symbian backend finalisationShane Kearns2011-04-051-13/+11
| | * | | Updating comment in QHostInfo::localDomainNameAaron Tunney2011-04-051-1/+3
| | * | | Thread safety for QHostInfo symbian implementationShane Kearns2011-04-052-10/+46
| | * | | Fix typo in class nameShane Kearns2011-04-053-36/+36
| | * | | Implement cache support for the async resolverShane Kearns2011-04-052-3/+28
| | * | | Update address reporting codeShane Kearns2011-04-051-22/+17
| | * | | Fix multicast group membershipShane Kearns2011-04-051-13/+23
| | * | | Fix assert fail when debug log is enabledShane Kearns2011-04-051-1/+4
| | * | | Don't reinitialise udp socket when IP versions don't matchShane Kearns2011-04-051-1/+1
| | * | | Fix deadlock in QNetworkSession::stopShane Kearns2011-03-311-1/+1
| | * | | Add partial upgrade rules for Qt's pluginsShane Kearns2011-03-311-0/+19
| | * | | Fix error handling in qhostinfo_symbianShane Kearns2011-03-311-54/+42
| | * | | Ayschronous Next() change for DNS resolution.Aaron Tunney2011-03-312-51/+77
| | * | | Ensure shared network session deleted from correct threadShane Kearns2011-03-291-1/+6
| | * | | Performance: use select poll for timeout of 0msShane Kearns2011-03-291-30/+37
| | * | | Update DEF filesShane Kearns2011-03-287-15/+178
| | * | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-25569-11274/+29903
| | |\ \ \
| | * | | | QHostInfo: Don't mess with addr family orderingMarkus Goetz2011-03-251-14/+2
| | * | | | Update Symbian .def filesShane Kearns2011-03-238-4/+293
| | * | | | use QList instead of RPointerArrayShane Kearns2011-03-232-27/+27
| | * | | | Ensure QSymbianHostResolver::DoCancel does correct thing based on stateShane Kearns2011-03-231-1/+10
| | * | | | Ensure parameters of async function calls stay in scopeShane Kearns2011-03-232-2/+7
| | * | | | Fix event loop hangs caused by async QHostInfoShane Kearns2011-03-231-2/+0
| | * | | | Fixes to QSystemErrorShane Kearns2011-03-221-2/+2
| | * | | | 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-174-47/+77