summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3148-624/+624
|\
| * Update tech preview license header.Jason McDonald2009-08-3148-624/+624
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-1/+1
|\ \ | |/
| * Correct grammatical in documentation for QNetworkDiskCache::expire()Keith Isdale2009-08-311-1/+1
| * Eliminate some mentions of Trolltech.Jason McDonald2009-08-112-3/+2
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-111-4/+4
| * Update license headers.Jason McDonald2009-08-1148-48/+48
* | QNAM HTTP Code: Do not cache Date headerMarkus Goetz2009-08-281-0/+6
* | QNAM HTTP Code: HTTP/1.0 has implicit connection closeMarkus Goetz2009-08-281-2/+5
* | QNAM HTTP Code: Optimize connectionCloseEnabledMarkus Goetz2009-08-274-9/+15
* | QNAM HTTP Code: Moved isSocket* functions to channel objectMarkus Goetz2009-08-274-32/+29
* | QNAM HTTP Code: Reduce connection count for SymbianMarkus Goetz2009-08-271-0/+4
* | Merge commit 'qt/master'Jason Barron2009-08-2012-558/+926
|\ \
| * | QNAM HTTP: New attribute, Demo browser: Some request statistic outputMarkus Goetz2009-08-206-0/+19
| * | QNetworkRequest: Doc fixMarkus Goetz2009-08-201-1/+1
| * | QNAM HTTP Code: Compile fix 2Markus Goetz2009-08-201-5/+3
| * | QNAM HTTP Code: Compile fixMarkus Goetz2009-08-201-2/+2
| * | QNAM HTTP PipeliningMarkus Goetz2009-08-2011-49/+383
| * | QNAM HTTP Code: Allow to specify the amount of TCP connectionsMarkus Goetz2009-08-203-5/+26
| * | QNAM: Moved more functions into QHttpNetworkConnectionChannelMarkus Goetz2009-08-207-523/+519
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-1/+6
|\ \ \ | |/ /
| * | Fixed toRawForm because the domains usually start with a dot.Thiago Macieira2009-08-181-1/+6
* | | Merge commit 'qt/master'Jason Barron2009-08-184-9/+9
|\ \ \ | |/ /
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-173-8/+8
| * | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-1353-67/+66
|\ \ \ | |/ /
| * | Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-121-1/+1
| * | Update URL's to use new domain.Jason McDonald2009-08-121-5/+4
| * | Update contact URL in license headers.Jason McDonald2009-08-1253-53/+53
| * | Doc: Fixed spelling mistake and some acronyms.David Boddie2009-08-101-5/+5
| * | Compile fix with namespaceshjk2009-08-101-3/+3
* | | Revert "Fix to QtNetwork ARMV5 UDEB compilation"Jason Barron2009-08-124-55/+2
* | | Fixed QtNetwork autotest build breaks for Symbian.Janne Anttila2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-103-0/+8
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Rohan McGovern2009-08-063-0/+8
| |\ \ | | |/
| | * Fix compilation when QT_NO_HTTP is definedMarkus Goetz2009-08-053-0/+8
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0610-13/+13
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-066-303/+286
|\ \ \ | |/ /
| * | QNAM HTTP Code: Moved append() functions to the reply objectMarkus Goetz2009-08-044-36/+37
| * | QHttpNetworkConnection: Moved channel slots to channel objectMarkus Goetz2009-08-045-267/+249
* | | Compile with Q_DECLARE_SCOPED_PRIVATE.Jason Barron2009-08-041-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-0411-14/+14
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0310-13/+13
| * | | Trailing whitespace and tab/space fixes for QtNetworkJanne Anttila2009-08-033-3/+3
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-0412-350/+702
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch '4.5'Thiago Macieira2009-08-032-1/+15
| |\ \ \ | | | |/ | | |/|
| | * | QNAM: Clarify docs about when a QNetworkReply can be deletedMarkus Goetz2009-07-242-2/+16
| * | | Fix compilation and source compatibility.Simon Hausmann2009-07-291-2/+3
| * | | Fix compilation: #include <QUrl> was missing.Thiago Macieira2009-07-291-0/+1
| * | | QNAM HTTP Code: Split QHttpNetworkConnectionMarkus Goetz2009-07-295-75/+234