summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-08127-508/+508
* 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
* Update tech preview license header.Jason McDonald2009-08-31127-1651/+1651
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Keith Isdale2009-08-312-5/+3
|\
| * Fix parsing of Subject Alternate Names in Qt.Thiago Macieira2009-08-281-1/+1
| * QSslSocket: Clarified doc about QSslSocket::systemCaCertificatesMarkus Goetz2009-08-271-4/+2
* | Correct grammatical in documentation for QNetworkDiskCache::expire()Keith Isdale2009-08-311-1/+1
|/
* QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-181-0/+9
* Update URL of online documentation.Jason McDonald2009-08-111-1/+1
* Eliminate some mentions of Trolltech.Jason McDonald2009-08-114-5/+4
* Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-112-5/+5
* Update license headers.Jason McDonald2009-08-11127-127/+127
* Fix compilation when QT_NO_HTTP is definedMarkus Goetz2009-08-053-0/+8
* QNAM: Clarify docs about when a QNetworkReply can be deletedMarkus Goetz2009-07-242-2/+16
* 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
* 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
* QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-132-0/+9
* Fixed dead code possibly leading to crash.Rohan McGovern2009-07-031-1/+1
* fix crash in QLocalServer on WinCE when waitForNewConnection times outJoerg Bornemann2009-06-301-1/+1
* QNetworkAccessManager stuff: Some fixes for coverityMarkus Goetz2009-06-293-6/+13
* QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz2009-06-252-2/+39
* QNetworkAccessManager: Clarify doc about deleting QNetworkReplyMarkus Goetz2009-06-181-3/+2
* QNAM HTTP code: Do not close TCP connection in all casesMarkus Goetz2009-06-181-1/+2
* Update license headers as requested by the marketing department.Jason McDonald2009-06-16127-254/+254
* Fix wrong comparator in QSslCertificatePrivate::QByteArray_from_X509Markus Goetz2009-06-151-1/+1
* QSslSocket: Wrong warning message in startServerEncryptionMarkus Goetz2009-06-101-1/+1
* Make it possible to compile Qt 4.5 SSL support with OpenSSL 1.0.0Bernhard Rosenkraenzer2009-06-095-2/+59
* Doc typo fix in QSslSocketMarkus Goetz2009-06-081-1/+1
* Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
* open pipes in overlapped mode also on the client sideOswald Buddenhagen2009-06-031-2/+2
* QNetworkReply internals: do not assert when aborted and reading dataPeter Hartmann2009-05-271-1/+2
* SSL: Remove broken system certificate loading codeMarkus Goetz2009-05-261-24/+1
* Doc: Clarified what close(), abort() and disconnectFromHost() really doDavid Boddie2009-05-251-10/+18
* Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-1/+1
* Fix another compilation breakage introduced by the fix to theThiago Macieira2009-05-231-15/+0
* Fix compilation breakage on Windows caused by 6c1d7e57.Thiago Macieira2009-05-223-41/+32
* Fixed compilation with -qtnamespaceMarkus Goetz2009-05-224-8/+8
* Fixed strict aliasing breaks with sockaddr_XXX structs.Thiago Macieira2009-05-222-41/+29
* Fix some typos in the documentation.Frederik Schwarzer2009-05-183-3/+3
* Fix QNetworkDiskCache to expire the oldest files first.Benjamin C Meyer2009-05-181-3/+3
* HTTP authentication: return error if authentication cannot be handledPeter Hartmann2009-05-151-5/+15
* HTTP backend / network cache: only cache responses to GET by defaultPeter Hartmann2009-05-131-12/+30
* Improve the HTTP status line parsing and catch more errors.Thiago Macieira2009-05-132-23/+37
* Fix handling of garbage data sent by the HTTP server instead of aThiago Macieira2009-05-132-3/+22
* Document that we don't support NTLM version 2.Thiago Macieira2009-05-111-0/+9