summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Explicit network session for QNetworkAccessManagerShane Kearns2011-02-1710-10/+94
* Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-07154-224/+6943
|\
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-012-4/+6
| |\
| | * Fix potential networking crash due to null-pointer dereferenceSimon Hausmann2011-01-281-3/+3
| | * QNAM FTP: switch to binary mode before sending a SIZE commandThiago Macieira2011-01-261-1/+3
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-258-59/+189
| |\ \ | | |/
| | * HTTP: fix digest authenticationPeter Hartmann2011-01-241-18/+1
| | * Fix header not found build errorShane Kearns2011-01-171-1/+1
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-01-177-41/+188
| | |\
| | | * Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-01-147-41/+188
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-17153-160/+6970
| |\ \ \ | | |/ /
| | * | various fixes to deal with CI gate failuresJeremy Katz2011-01-141-15/+15
| | * | QNetworkProxyFactory::systemProxyForQuery() for SymbianJyrki Jaakkola2011-01-122-0/+269
| | |/
| | * Update copyright year to 2011.Jason McDonald2011-01-10150-150/+150
| | * Change QHostInfoCache to use QElapsedTime instead of QTime.Niklas Kurkisuo2011-01-102-3/+3
| | * fix build with QT_NO_BEARERMANAGEMENTPeter Hartmann2011-01-071-0/+4
| | * Revert "QNAM HTTP: Fix missing error() signal"Markus Goetz2011-01-072-20/+1
| | * fix build with namespaces in new cookie jar tablePeter Hartmann2011-01-061-0/+2
| | * cookie jar code: enhance security by keeping track of effective TLDsPeter Hartmann2011-01-055-12/+6551
| | * QNAM HTTP: Fix missing error() signalVille Pernu2010-12-202-1/+20
| * | fix another "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-10/+10
| * | fix warning "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-1/+1
| * | fix warning "missing braces around initializer for 'in_addr::<anonymous union>'"Konstantin Ritt2011-01-111-1/+2
| * | qt project files: create pkg-config files for mingwMark Brand2011-01-101-1/+1
| * | QHostInfoCache: Use QElapsedTime instead of QTimeNiklas Kurkisuo2011-01-062-3/+3
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-203-16/+4
| |\ \ | | |/
| | * Fix waitForOpened not working with already active configurationVille Pernu2010-12-171-1/+2
| | * Don't need to set FD_CLOEXEC since qt_safe_* will have done that.Thiago Macieira2010-12-151-13/+0
| | * Abort working replies with error when network session fails.Aaron McCarthy2010-12-141-2/+2
* | | 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
* | | Fix for QNetworkSession::waitForOpened failing on active connectionShane Kearns2011-02-011-1/+1
* | | Fix header not found build errorShane Kearns2011-02-011-1/+1
* | | Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-02-017-41/+188
* | | Suppress warning for an expected errorShane Kearns2011-02-011-1/+2
* | | Handle KErrBadName when connecting to broadcast addressShane Kearns2011-01-252-0/+9
* | | Fix deprecated cast from ascii warningShane Kearns2011-01-241-1/+1
* | | 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
* | | Initial draft of QHostInfo::localHostName(), plus fix for address buffer for ...Aaron Tunney2011-01-191-3/+21
* | | Fix some issues with socket handle allocationShane Kearns2011-01-181-4/+31
* | | Fix uncaught exception crash when socket ready read signal throwsShane Kearns2011-01-173-10/+40