summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixed wrong ifdef.axis2009-08-061-2/+2
* | | Update license headers according to commit 858c70f768e.axis2009-08-061-2/+2
* | | Replaced $MODULE$ with hardcoded module names.axis2009-08-061-1/+1
* | | Move socket wrapper functions into the .cpp file.Jason Barron2009-08-062-126/+126
* | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-0621-24/+24
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-067-304/+287
|\| |
| * | Don't try to make direct system calls on Linux.Thiago Macieira2009-08-041-1/+1
| * | 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-0432-162/+201
|\ \ \
| * | | Cleanup and applied Qt coding style for qnetworkinterface_symbian.cppJanne Anttila2009-08-041-68/+46
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-0321-24/+24
| * | | Trailing whitespace and tab/space fixes for QtNetworkJanne Anttila2009-08-0314-123/+122
| * | | Small optimization.Aleksandar Sasha Babic2009-07-241-0/+4
| * | | For some reason interface info on Symbian will notAleksandar Sasha Babic2009-07-241-2/+59
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-0418-362/+761
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | | Move the QNetworkCookieJar class out of qnetworkcookie.[h,cpp] files and into...Benjamin C Meyer2009-07-296-274/+451
| * | | Port of Qt to VxWorksRobert Griebl2009-07-296-15/+61
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-291-6/+0
|\| | |
| * | | QHttpNetworkConnectionPrivate: Removed wrong commentMarkus Goetz2009-07-271-6/+0
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-285-16/+15
|\| | |
| * | | qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-245-16/+15
* | | | Compile fixes after latest merge of 4.6.Jason Barron2009-07-281-0/+5
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-2753-622/+1068
|\| | | | |_|/ |/| |
| * | Socket code: Forgot since 4.6 doc tagMarkus Goetz2009-07-231-0/+2
| * | QNAM HTTP Code: Use new LowDelay socket optionMarkus Goetz2009-07-231-0/+5
| * | QFtp: Also set LowDelay option on the control socketMarkus Goetz2009-07-231-0/+3
| * | Sockets: Added support for SO_KEEPALIVE and TCP_NODELAYMarkus Goetz2009-07-238-10/+154
| * | QNetworkReply: add possibility to ignore specific SSL errorsPeter Hartmann2009-07-2217-15/+157
| * | Merge commit 'origin/4.5'Olivier Goffart2009-07-223-1/+30
| |\|
| | * QHttpNetworkConnection: Clarifying code comment about compressionMarkus Goetz2009-07-211-1/+6
| | * QNAM: Proper loading of meta data when having AlwaysCache modeMarkus Goetz2009-07-212-0/+24
| * | qdoc: Reported links to obsolete things that appear in non-obsolete things.Martin Smith2009-07-221-0/+3
| * | doc: Changed several \reimp to \internalMartin Smith2009-07-201-2/+2
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-203-3/+5
| |\|
| | * QUdpSocket: Doc improvementMarkus Goetz2009-07-171-0/+3
| | * Removed outdated information from QNetworkRequest documentationMarkus Goetz2009-07-171-3/+1
| | * Add a "User-Agent" line to our HTTP proxy requests.Thiago Macieira2009-07-151-0/+1
| * | Doc: some rephrasing and fixingVolker Hilsheimer2009-07-201-33/+32
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+4
| * | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-1713-108/+137