summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-12133-133/+133
* Doc: Fixed spelling mistake and some acronyms.David Boddie2009-08-101-5/+5
* Compile fix with namespaceshjk2009-08-101-3/+3
* Merge commit 'origin/4.5'Rohan McGovern2009-08-063-0/+8
|\
| * Fix compilation when QT_NO_HTTP is definedMarkus Goetz2009-08-053-0/+8
* | 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
* | 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
* | QHttpNetworkConnectionPrivate: Removed wrong commentMarkus Goetz2009-07-271-6/+0
* | qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-245-16/+15
* | 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
* | Fix warnings for QtNetwork on mingwThierry Bastian2009-07-151-46/+27
* | Fix warnings in mingwThierry Bastian2009-07-151-1/+1
* | Fix Solaris build failure with the new qt_safe_() socket functions.Robert Griebl2009-07-151-1/+2
* | Forgot to include qnet_unix_p.h for the qt_safe_() functionsRobert Griebl2009-07-141-0/+1
* | QNetworkReply: Add isFinished() method documentation improvementMarkus Goetz2009-07-141-0/+4
* | Socket function cleanup: replacing direct POSIX calls with qt_safe_().Robert Griebl2009-07-145-44/+42
* | QNetworkReply: Add isFinished() methodMarkus Goetz2009-07-145-0/+32
* | Build fix for mingwThierry Bastian2009-07-143-3/+3
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-131-0/+2
|\ \ | |/
| * QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-132-0/+9
* | Removed an assert from the QNetworkReply.Denis Dzyubenko2009-07-131-2/+2
* | QLocalSocket WriteOnly mode fixed on WindowsJoerg Bornemann2009-07-091-4/+6
* | QHttpNetworkReply: Cache isChunkedMarkus Goetz2009-07-092-1/+6
* | Merge commit 'origin/4.5'Bill King2009-07-091-1/+1
|\ \ | |/
| * Fixed dead code possibly leading to crash.Rohan McGovern2009-07-031-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-083-120/+138
|\ \