summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QTcpServer: Clarify thread affinity of incoming QTcpSocketMarkus Goetz2010-02-031-0/+9
* QNAM HTTP: Fix bug related to re-sending a requestMarkus Goetz2010-02-033-10/+27
* Call cheaper clear() instead of assigning new QString()Markus Goetz2010-01-284-19/+19
* Fix some foreach usage to use const refsMarkus Goetz2010-01-285-6/+6
* Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-282-3/+3
* QNativeSocketEngine: Set OS error strings on failed read()Markus Goetz2010-01-253-4/+7
* QNativeSocketEngine: Also handle unknown errors from socket engineMarkus Goetz2010-01-251-0/+5
* QFileNetworkReply: Use a QFileEngineMarkus Goetz2010-01-252-19/+38
* QNativeSocketEngine_win: Don't mess with linger settingsMarkus Goetz2010-01-251-2/+4
* QSslSocket: Take better care on how we use the SSL buffersMarkus Goetz2010-01-211-3/+23
* SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLFThiago Macieira2010-01-211-4/+4
* QNAM HTTP: make it give some better error messages in case of socket failure.Thiago Macieira2010-01-213-5/+7
* Avoid calling WSAGetLastError() so often in nativeWriteMarkus Goetz2010-01-201-3/+3
* QNativeSocketEngine windows: Fix performance degredation in write()Markus Goetz2010-01-191-2/+11
* Enhance QFileNetworkReplyMarkus Goetz2010-01-184-65/+48
* Fix QSslCertificate issuesMarkus Goetz2010-01-181-2/+12
* network internals: fix uploading of dataPeter Hartmann2010-01-141-1/+1
* QSslSocket: Remove writeBuffer,readBuffer and use from QAbstractSocketMarkus Goetz2010-01-131-3/+0
* Fix an issue with HTTP headers like "private, max-age=300".Thiago Macieira2010-01-121-1/+1
* QNAM HTTP Code: Cache socket state inside ensureConnection()Markus Goetz2010-01-111-4/+6
* QNAM HTTP Code: When starting new request, prefer connected sockets.Markus Goetz2010-01-111-5/+17
* QNAM HTTP: Don't call d_func() so oftenMarkus Goetz2010-01-111-27/+30
* QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-1110-1/+54
* QNAM HTTP: Optimize eatWhitespace()Markus Goetz2010-01-111-3/+10
* QNAM HTTP: Check if socket already tries to connect.Markus Goetz2010-01-111-5/+12
* network internals: fix build on S60Peter Hartmann2010-01-111-1/+1
* network internals: start HTTP GET requests right away when calledPeter Hartmann2010-01-117-18/+30
* Fix regression introduced in e49aee9f: set If-Modified-Since.Thiago Macieira2010-01-111-8/+8
* QNAM HTTP: just use the expirationDate in the code that validates the cacheThiago Macieira2010-01-081-2/+6
* QNAM HTTP: change the caching semantics to match documentationThiago Macieira2010-01-081-7/+10
* QNAM HTTP: fix the caching algorithm from RFC 2616Thiago Macieira2010-01-081-4/+10
* Update copyright year to 2010Jason McDonald2010-01-06136-136/+136
* QHttpSocketEngine: Remove unneeded codeMarkus Goetz2010-01-062-18/+4
* QAbstractSocket: Fix warnings when compiling with QABSTRACTSOCKET_DEBUGMarkus Goetz2010-01-061-9/+9
* QAbstractSocket: Warn when wrong QHostInfo was receivedMarkus Goetz2010-01-061-0/+4
* Change QHostInfo to use 5 parallel lookup threadsMarkus Goetz2009-12-173-194/+257
* Doc: fix typoVolker Hilsheimer2009-12-171-1/+1
* QNAM Code: Do not re-abort or continue processing notifications.Markus Goetz2009-12-141-2/+2
* Fix compilation if QT_NO_DATESTRING is defined.Thiago Macieira2009-12-101-0/+3
* QNetworkCookieJar: don't do path checking when receiving cookiesPeter Hartmann2009-11-241-3/+4
* Fix QWindowsSystemProxy::initMarkus Goetz2009-11-241-1/+4
* QNativeSocketEngine: Compile fixMarkus Goetz2009-11-191-1/+1
* QNAM HTTP Code: Use KeepAlive socket optionMarkus Goetz2009-11-191-0/+2
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-192-8/+8
|\
| * Ran the script utils/normalizeOlivier Goffart2009-11-182-8/+8
* | QTcpSocket: Fix waitForConnected on WindowsMarkus Goetz2009-11-192-7/+65
|/
* Fix compilation without Qt3support (on Windows CE, Symbian)Simon Hausmann2009-11-161-1/+1
* Introduce QFileNetworkReply in QNetworkAccessManagerMarkus Goetz2009-11-134-0/+326
* Merge commit 'coreteam/4.6' into oslo1-4.6Marius Storm-Olsen2009-11-136-32/+106
|\
| * QNAM: Parse RFC1123 directly and don't go through QLocaleHolger Hans Peter Freyther2009-11-111-8/+74