summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-1/+2
|\
| * QNetworkAccessManager: do not segfault when using a network cacheBenjamin C Meyer2009-04-291-1/+2
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-251-0/+8
|\ \ | |/
| * Re-send network request properly when the socket is in Closing state.Denis Dzyubenko2009-04-241-0/+8
* | Merge branch '4.5'Thiago Macieira2009-04-241-2/+4
|\ \ | |/
| * don't complain about invalid socket on server shutdownOswald Buddenhagen2009-04-241-2/+4
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-231-1/+1
|\ \ | |/
| * correctly handle remote disconnectsOswald Buddenhagen2009-04-231-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-172-18/+3
|\ \ | |/
| * fix reading problem on 64-bit machines in QProcess and socket enginePeter Hartmann2009-04-161-17/+2
| * Add a warning for trying to connectToHost() when disconnecting.Thiago Macieira2009-04-161-1/+1
| * BT: QAbstractSocket: fix check for closing state (typo)Peter Hartmann2009-04-151-1/+1
* | BT: QAbstractSocket: fix check for closing state (typo)Peter Hartmann2009-04-151-1/+1
* | Merge commit 'origin/4.5'Olivier Goffart2009-04-152-7/+6
|\ \ | |/
| * Don't remove the cache file if you have successfully added it.Thiago Macieira2009-04-141-1/+2
| * Fix compilation if SSL is not enabled.Thiago Macieira2009-04-071-6/+4
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-0711-1250/+1675
|\ \ | |/
| * QLocalSocket will disconnect 30 seconds after a successful delayed connectBradley T. Hughes2009-04-072-13/+16
| * Remove inline keywords, fix compile bugIan Walters2009-04-071-3/+3
| * Move QT_BEGIN_NAMESPACE to after the usual Qt header includesRhys Weatherley2009-04-073-8/+8
| * De-inlined 2 functions in QHttpNetworkHeaderMarkus Goetz2009-04-061-2/+2
| * Splitted qhttpnetworkconnection* files into individual filesMarkus Goetz2009-04-069-1237/+1659
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-061-17/+27
|\ \ | |/
| * Fix QNetworkReply's automatic pushing of a cache when the cache isThiago Macieira2009-04-061-17/+27
* | Merge branch '4.5'Thiago Macieira2009-04-031-1/+1
|\ \ | |/
| * Use the standard 'type name = value' variable declaration for PODThiago Macieira2009-04-031-1/+1
| * make relative #include relative to the current fileOswald Buddenhagen2009-04-021-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-014-69/+445
|\ \ | |/
| * QNetworkInterface: fix listing of all interfacesPeter Hartmann2009-04-011-3/+3
| * Subject: Mention setProxy() should be called before setHost() in the docAndy Shaw2009-04-011-1/+5
| * Fix the parsing of October dates.Benjamin C Meyer2009-03-301-3/+4
| * Fix parsing of multiple cookies that are separated by a newlineThiago Macieira2009-03-301-1/+1
| * Fix accesses past-the-end of the byte arrayThiago Macieira2009-03-301-2/+3
| * Fix parsing of dates: if the month is followed by a dash, it's not the negati...Thiago Macieira2009-03-301-0/+2
| * When doing date comparisons, force to the same timezone.Thiago Macieira2009-03-301-1/+1
| * Fix a few issues introduced by Ben's last patch.Thiago Macieira2009-03-301-15/+24
| * Change cookie expiration reading to match the behavior of Firefox. Rather the...Benjamin C Meyer2009-03-301-53/+384
| * Fix bug introduced by last patch.Thiago Macieira2009-03-301-1/+1
| * When parsing a cookie string the ',' character is special because it is used ...Benjamin C Meyer2009-03-302-3/+15
| * Check for a redirection after setting the headers. If there is a redirection ...Benjamin C Meyer2009-03-301-2/+2
| * When loading a url straight from cache call finished so the QNetworkReply::fi...Benjamin C Meyer2009-03-301-1/+3
| * Improvements to follow the behavior of web servers and other browsers, specif...Benjamin C Meyer2009-03-301-3/+17
* | Fix compilation with MS VS 2005Friedemann Kleint2009-03-301-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-261-1/+1
|\ \ | |/
| * Doc - added QHostInfo to QHostAddress' See Also line, as requested byKavindra Devi Palaraja2009-03-261-1/+1
* | Small documentation enhancement for QSslSocketMarkus Goetz2009-03-251-2/+5
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-251-10/+10
|\ \ | |/
| * Fix a small mistake in recalculating the timeout in case we getThiago Macieira2009-03-251-10/+10
| * Long live Qt 4.5!Lars Knoll2009-03-23128-0/+54195
* introduce QT_NO_NETWORKDISKCACHEPeter Hartmann2009-03-252-1/+8