summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-084-6/+34
|\
| * Don't poll non-polling engines when configurations are in use.Aaron McCarthy2010-06-031-2/+4
| * QNAM: Improve child deletion orderMarkus Goetz2010-06-021-0/+9
| * QSslCertificate: support large serial numbersPeter Hartmann2010-06-021-4/+19
| * QNetworkCookie: do not accept cookies with non-alNum domainPeter Hartmann2010-05-311-0/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-06-013-9/+29
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-251-0/+26
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-241-0/+26
| | |\
| | | * fix typo in documentationAlex2010-05-241-1/+1
| | | * Improve Bearer Management related documentation in QNetworkAccessManagerAlex2010-05-241-0/+26
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-252-9/+3
| |\ \ \ | | |/ / | |/| |
| | * | Removed double EINTR loop from nativeWrite and nativeRead.Janne Anttila2010-05-211-8/+2
| | * | Fixing the compile issue.Aleksandar Sasha Babic2010-05-211-1/+1
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-251-3/+5
|\ \ \ \ | |/ / /
| * | | Do not attempt to setParent of object in a different threadWarwick Allison2010-05-241-3/+5
| | |/ | |/|
* | | Revert "Revert "Use QUrl::isLocalFile and fix the scheme checking in local UR...Thiago Macieira2010-05-202-9/+13
* | | Revert "Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively""Thiago Macieira2010-05-201-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-202-4/+4
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.7' into HEADOlivier Goffart2010-05-198-24/+20
| |\ \
| * | | doc: Fixed many broken links.Martin Smith2010-05-192-4/+4
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-1922-43/+209
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-05-191-2/+0
| |\ \ \ | | | |/ | | |/|
| | * | QNAM HTTP: Remove dead codeMarkus Goetz2010-05-181-2/+0
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-177-22/+20
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * QNetworkAccessManager: Backends were tried in wrong orderMarkus Goetz2010-05-141-1/+1
| | * QNAM HTTP: Preemptive anti crash if() statementMarkus Goetz2010-05-131-0/+3
| | * QNAM HTTP: Only force read when actual bytes availableMarkus Goetz2010-05-121-1/+2
| | * QHostInfo: Remove unused includesRitt Konstantin2010-05-053-5/+1
| | * QNAM HTTP: Start more requests in once function callMarkus Goetz2010-05-051-15/+13
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-1217-18/+185
| |\ \
| | * | Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively"Morten Johan Sørvig2010-05-101-1/+1
| | * | Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs."Morten Johan Sørvig2010-05-102-13/+9
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-0719-28/+199
| | |\ \
| | | * | QTcpServer: Fix documentation for previous commitMarkus Goetz2010-05-061-1/+2
| | | * | Keep support for maximum pending connections in derived QTcpServerRobin Helgelin2010-05-062-0/+16
| | | * | [QNAM FTP] Check for the "ftp" scheme case-insensitivelyThiago Macieira2010-05-051-1/+1
| | | * | Use QUrl::isLocalFile and fix the scheme checking in local URLs.Thiago Macieira2010-05-052-9/+13
| | | * | QHostInfo: Avoid one tiny copy of QHostInfo object when emittingMarkus Goetz2010-05-051-1/+1
| | | * | QHostInfo: Emit postponed lookup results when finishing currentMarkus Goetz2010-05-052-0/+14
| | | * | QHostInfo: Immediately delete aborted lookup requests.Markus Goetz2010-05-051-0/+17
| | | * | QNAM HTTP: Add doc since tags for new enumsMarkus Goetz2010-05-041-0/+7
| | | * | QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-0413-16/+128
| * | | | Workaround for Symbian Open C bug in socket connect.Janne Anttila2010-05-101-0/+3
| |/ / /
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-041-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * fix crash in QLocalServer::close on WindowsJoerg Bornemann2010-05-041-1/+1
* | | Remove QT_NO_THREAD support for QHostInfoMarkus Goetz2010-05-184-34/+3
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-021-0/+4
|\ \
| * | Fix QT_NO_LIBRARYTasuku Suzuki2010-04-291-0/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-021-0/+3
|\ \ \
| * | | Secure Cookies should only be sent over secure connections.Robert Hogan2010-04-281-0/+3
| |/ /