summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-121-4/+6
|\
| * Only reset the backend pointer after we're done with itJoão Abecasis2009-09-101-4/+6
| * Update license headers again.Jason McDonald2009-09-0848-192/+192
* | Some unneeded semicolons lessAlessandro Portale2009-09-092-2/+2
* | Update license headers again.Jason McDonald2009-09-0953-212/+212
* | QNetworkAccessManager: Missing break in proxyAuthenticationKeyMarkus Goetz2009-09-041-0/+1
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-014-24/+32
|\ \ | |/
| * Re-add check for saving to cache, which was removed by accident.Thiago Macieira2009-09-011-0/+1
| * QNetworkAccessManager can delete the QAbstractNetworkCache pointer atBenjamin C Meyer2009-09-014-21/+24
| * Initialize QNetworkAccessBackend's private variables to 0 in the constructorBenjamin C Meyer2009-09-011-2/+7
* | QNAM HTTP Code: Removed unnecessary legacy loopMarkus Goetz2009-09-011-23/+16
* | QtNetwork: More Coverity fixesMarkus Goetz2009-09-011-0/+1
* | QNAM HTTP Code: Pipelining used queue from wrong sideMarkus Goetz2009-09-011-1/+1
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-315-65/+65
* | 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