summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-092-1/+6
|\
| * Fix compile error with QT_NO_NETWORKDISKCACHE in QtNetworkTasuku Suzuki2010-03-312-1/+6
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-3/+6
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-3/+6
| |\ \
| | * | QNAM HTTP: Fix invoking a method when being destructed right nowPeter Hartmann2010-03-291-3/+6
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-255-54/+138
| |\ \ \ | | |/ /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-1/+8
| |\ \ \
* | \ \ \ Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-292-17/+44
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Fix compile error on Symbian 9.1, caused in network/access.Frans Englich2010-03-262-14/+33
| * | | QNAM HTTP: Symbian compile fixMarkus Goetz2010-03-251-0/+1
| * | | QNAM HTTP: Fix crazy crash when exiting applicationMarkus Goetz2010-03-252-2/+2
| | |/ | |/|
| * | QNAM HTTP: Do not use TCP_NODELAYMarkus Goetz2010-03-231-1/+8
* | | Fix compile error with QT_NO_HTTPTasuku Suzuki2010-03-241-0/+8
* | | Remove extraneous semi-colon.Aaron McCarthy2010-03-231-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-225-54/+130
|\ \ \ | |_|/ |/| |
| * | Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-193-14/+0
| * | Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-193-31/+99
| * | Don't emit open signal on session close/error.Aaron McCarthy2010-03-193-0/+14
| * | Rename private signal.Aaron McCarthy2010-03-194-12/+24
| * | Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-182-11/+7
* | | Merge branch '4.6-s60' into 4.7-s60axis2010-03-223-4/+17
|\ \ \ | |/ / |/| / | |/
| * QNAM HTTP: Fix no-headers and HTTP-100 handlingMarkus Goetz2010-03-163-4/+17
* | QNetworkReply: Fix canReadLine()Markus Goetz2010-03-162-1/+9
* | Abort waiting replies on session error.Aaron McCarthy2010-03-162-0/+18
* | Only enable BM by default in QNAM for appropriate platforms.Aaron McCarthy2010-03-122-8/+22
* | Fix creation of QNetworkSession.Aaron McCarthy2010-03-111-2/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-073-2/+22
|\ \
| * | Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-053-2/+22
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-1/+5
|\ \ \ | |/ / |/| / | |/
| * QNAM HTTP: Fix invoking a method when being destructed right nowMarkus Goetz2010-03-021-1/+5
* | Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-277-8/+36
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-263-5/+8
| |\ \
| | * | Remove QObject::tr() in the network module code.Friedemann Kleint2010-02-243-5/+8
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-264-3/+28
| |\ \ \ | | |/ / | |/| / | | |/
| | * QNAM HTTP: Switch back to QueuedConnection for requeueRequest.Markus Goetz2010-02-241-2/+16
| | * QNAM HTTP: Set some values after clear() in a QHttpNetworkReplyMarkus Goetz2010-02-241-0/+2
| | * QNetworkAccessManager: Documentation enhancementsMarkus Goetz2010-02-241-1/+8
| | * QNetworkRequest: Doc enhancementMarkus Goetz2010-02-221-0/+2
* | | Fix compilation with Sun CC: const in POD parameters makes a differenceThiago Macieira2010-02-271-1/+1
|/ /
* | Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-2214-103/+217
|\ \
| * \ Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-195-49/+70
| |\ \ | | |/
| | * QNAM HTTP: Clean code a bitMarkus Goetz2010-02-182-29/+45
| | * QNAM HTTP: Always set channel.reply to 0 when doneMarkus Goetz2010-02-185-22/+27
| * | Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-181-1/+1
| |\ \ | | |/
| | * HTTP backend: remove commentPeter Hartmann2010-02-171-1/+1
| * | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-188-29/+108
| |\ \
| | * | QNAM HTTP: More micro optimization in QHttpNetworkRequestMarkus Goetz2010-02-171-3/+7
| | * | QNAM HTTP: Some micro optimization in QHttpNetworkRequestMarkus Goetz2010-02-171-9/+16
| | * | QNAM HTTP: Trivial optimizationMarkus Goetz2010-02-171-13/+12
| | * | QNetworkAccessManager: add method to send custom requestsPeter Hartmann2010-02-168-6/+75