summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-03-101-5/+16
|\
| * Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-091-5/+16
| |\
| | * QNetworkCookie: fix quoted valuesPeter Hartmann2011-03-071-5/+8
| | * Fix for QTBUG-17746. Quotes is retained in cookie valueAparna Nandyal2011-03-071-7/+15
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-0421-549/+1329
|\ \ \ | |/ / |/| |
| * | Merge remote branch 'earth/master' into masterJoão Abecasis2011-02-2821-549/+1329
| |\ \
| | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-243-6/+9
| | |\ \
| | * | | QNAM: Add a warning for misuse of the file backend.Martin Petersson2011-02-241-0/+2
| | * | | QNAM HTTP: Be more strict with HTTP channel stateMarkus Goetz2011-02-242-11/+30
| | * | | QNAM HTTP: Add qWarning() for double-finished() bugMarkus Goetz2011-02-231-0/+10
| | * | | QNAM File: Switch back to use QFileMarkus Goetz2011-02-212-36/+18
| | * | | QNAM HTTP: Define SynchronousRequestAttribute instead of enum hackMarkus Goetz2011-02-213-4/+4
| | * | | QNAM HTTP: Fix compilation 2Markus Goetz2011-02-211-2/+8
| | * | | QNAM HTTP: Fix compilationMarkus Goetz2011-02-211-4/+6
| | * | | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-2115-498/+1257
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-02-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use TCP_LOCALSOCKET on INTEGRITYRolland Dudemaine2011-02-221-1/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-231-2/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Doc: setSslConfiguration also sets the CA certificatesThiago Macieira2011-02-201-2/+3
* | | Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-166-261/+356
|\ \ \ | | |/ | |/|
| * | QNAM: Delete old fileMarkus Goetz2011-02-041-84/+0
| * | QNAM: Move authentication cache to separate classMarkus Goetz2011-02-046-245/+424
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-3/+4
|\ \ \ | | |/ | |/|
| * | Fix random crashes when bearer suddenly goes downShane Kearns2011-02-041-3/+4
* | | 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-254-39/+13
|\ \ | |/
| * Fix header not found build errorShane Kearns2011-01-171-1/+1
| * Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-01-144-39/+13
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1756-65/+6606
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-1055-55/+55
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-2/+2
|\ \ | |/
| * Abort working replies with error when network session fails.Aaron McCarthy2010-12-141-2/+2
* | QNetworkReply: set to finished for synchronous requestsPeter Hartmann2010-12-101-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-0614-38/+203
|\ \ | |/
| * Revert "Fix a missing error-signal when a server is shut down while downloading"Peter Hartmann2010-11-262-18/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Ville Pernu2010-11-2415-40/+209
| |\
| | * HTTP backend: fix build without Qt3 supportPeter Hartmann2010-11-231-1/+1
| | * QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-2315-40/+209
| * | Fix a missing error-signal when a server is shut down while downloadingVille Pernu2010-11-242-1/+18
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-192-3/+19
|\ \ | |/
| * QNAM HTTP: Ignore double content-length headersMarkus Goetz2010-11-132-3/+19
* | Fix compilation after merge.Olivier Goffart2010-11-122-2/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-1213-80/+20
|\ \ | |/