summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* 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
* QHttpNetworkConnectionPrivate: Removed wrong commentMarkus Goetz2009-07-271-6/+0
* qdoc: Fixed all references to obsolete QHttp classes.Martin Smith2009-07-241-3/+3
* 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
* QNetworkReply: add possibility to ignore specific SSL errorsPeter Hartmann2009-07-2213-10/+100
* 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-201-3/+1
|\ \ | |/
| * Removed outdated information from QNetworkRequest documentationMarkus Goetz2009-07-171-3/+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
* | QNetworkReply: Add isFinished() method documentation improvementMarkus Goetz2009-07-141-0/+4
* | QNetworkReply: Add isFinished() methodMarkus Goetz2009-07-145-0/+32
* | 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
* | QHttpNetworkReply: Cache isChunkedMarkus Goetz2009-07-092-1/+6
* | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-014-12/+16
* | Merge branch '4.5'Marius Storm-Olsen2009-06-303-5/+11
|\ \ | |/
| * QNetworkAccessManager stuff: Some fixes for coverityMarkus Goetz2009-06-293-6/+13
* | QNAM HTTP Code: Properly use the QRingBuffer for some kind of data.Markus Goetz2009-06-293-28/+75
* | Merge branch '4.5'Thiago Macieira2009-06-262-0/+35
|\ \ | |/
| * QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz2009-06-252-2/+39
* | QNAM HTTP Code: Prepare for download performance improvementsMarkus Goetz2009-06-254-9/+27
* | QNAM HTTP Code: Uncluttering functionsMarkus Goetz2009-06-253-18/+36
* | QNAM: Removed some dead codeMarkus Goetz2009-06-243-7/+0
* | QNetworkDiskCache: add code snippets in documentationPeter Hartmann2009-06-221-0/+14
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-191-3/+2
|\ \ | |/
| * QNetworkAccessManager: Clarify doc about deleting QNetworkReplyMarkus Goetz2009-06-181-3/+2
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-181-1/+2
|\ \ | |/
| * QNAM HTTP code: Do not close TCP connection in all casesMarkus Goetz2009-06-181-1/+2
* | QNAM: More comments, some renamingsMarkus Goetz2009-06-177-34/+50
* | QNAM: Added comment to de-confuse myselfMarkus Goetz2009-06-171-0/+1
* | QNAM: Use QTcpSocket for HTTP if no encryption was requestedMarkus Goetz2009-06-171-9/+26
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1648-96/+96
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1648-96/+96
* | QHttp: Class made obsolete, changed module QDoc.Markus Goetz2009-06-121-3/+5
* | Allow a maximum of 6 simultaneous HTTP connections to a server.Prasanth Ullattil2009-06-122-18/+21
* | QHttpNetworkConnection: Removed an unnecessary/dead checkMarkus Goetz2009-06-113-16/+12
* | QHttpNetworkConnection: Some renamingsMarkus Goetz2009-06-112-17/+14
* | QNetworkAccessManager: forgot the "since" tag in my previous commitPeter Hartmann2009-06-051-0/+2
* | add HTTP DELETE support to Network Access APIPeter Hartmann2009-06-053-2/+29