summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix parsing cookies in multiple linesPeter Hartmann2009-05-072-17/+17
* Fix OpenSSL dynamic loading on OpenBSD.Thiago Macieira2009-05-071-3/+6
* Make QNetworkProxy calculate the capabilities for a new proxy typeThiago Macieira2009-05-071-3/+10
* Clarify documentation in QNetworkProxy about SOCKS5 supporting domainThiago Macieira2009-05-071-4/+5
* QNetworkDiskCache: check if opening file succeedsBenjamin C Meyer2009-05-061-2/+6
* Moved the QT_BEGIN_NAMESPACE macro to the right place in qsslcipher.cppThiago Macieira2009-05-061-1/+1
* QNetworkCookieJar: do not allow cookies for domains like ".com"Peter Hartmann2009-05-041-0/+7
* QNetworkCookieJar: allow cookies with wrong domain attributePeter Hartmann2009-04-301-5/+4
* QNetworkAccessManager: do not segfault when using a network cacheBenjamin C Meyer2009-04-291-1/+2
* Re-send network request properly when the socket is in Closing state.Denis Dzyubenko2009-04-241-0/+8
* don't complain about invalid socket on server shutdownOswald Buddenhagen2009-04-241-2/+4
* correctly handle remote disconnectsOswald Buddenhagen2009-04-231-1/+1
* 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
* 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
* 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
* Fix QNetworkReply's automatic pushing of a cache when the cache isThiago Macieira2009-04-061-17/+27
* 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
* 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