Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'oslo1/master' into oslo1-master | Rohan McGovern | 2010-02-01 | 4 | -48/+71 |
|\ | |||||
| * | Merge branch '4.6' | Thiago Macieira | 2010-01-21 | 6 | -71/+73 |
| |\ | |||||
| * \ | Merge branch '4.6' | Thiago Macieira | 2010-01-18 | 2 | -4/+1 |
| |\ \ | |||||
| * \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 136 | -208/+317 |
| |\ \ \ | |||||
| * | | | | QNAM: Add priority to the API and use it for HTTP | Holger Hans Peter Freyther | 2010-01-12 | 3 | -1/+56 |
| * | | | | Merge branch '4.6' | Thiago Macieira | 2010-01-08 | 3 | -27/+17 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 5 | -197/+260 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge commit 'origin/4.6' | Olivier Goffart | 2009-12-15 | 1 | -1/+3 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Added missing include file. | jasplin | 2009-12-15 | 1 | -0/+1 |
| * | | | | | | | Move data: decoding to function | Thorvald Natvig | 2009-12-02 | 1 | -47/+15 |
* | | | | | | | | Merge commit 'origin/4.6' into oslo1-master | Rohan McGovern | 2010-02-01 | 136 | -518/+704 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | QSslSocket: Take better care on how we use the SSL buffers | Markus Goetz | 2010-01-21 | 1 | -3/+23 |
| * | | | | | | | SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLF | Thiago Macieira | 2010-01-21 | 1 | -4/+4 |
| * | | | | | | | QNAM HTTP: make it give some better error messages in case of socket failure. | Thiago Macieira | 2010-01-21 | 3 | -5/+7 |
| | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Avoid calling WSAGetLastError() so often in nativeWrite | Markus Goetz | 2010-01-20 | 1 | -3/+3 |
| * | | | | | | QNativeSocketEngine windows: Fix performance degredation in write() | Markus Goetz | 2010-01-19 | 1 | -2/+11 |
| * | | | | | | Enhance QFileNetworkReply | Markus Goetz | 2010-01-18 | 4 | -65/+48 |
| * | | | | | | Fix QSslCertificate issues | Markus Goetz | 2010-01-18 | 1 | -2/+12 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | network internals: fix uploading of data | Peter Hartmann | 2010-01-14 | 1 | -1/+1 |
| * | | | | | QSslSocket: Remove writeBuffer,readBuffer and use from QAbstractSocket | Markus Goetz | 2010-01-13 | 1 | -3/+0 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Fix an issue with HTTP headers like "private, max-age=300". | Thiago Macieira | 2010-01-12 | 1 | -1/+1 |
| * | | | | QNAM HTTP Code: Cache socket state inside ensureConnection() | Markus Goetz | 2010-01-11 | 1 | -4/+6 |
| * | | | | QNAM HTTP Code: When starting new request, prefer connected sockets. | Markus Goetz | 2010-01-11 | 1 | -5/+17 |
| * | | | | QNAM HTTP: Don't call d_func() so often | Markus Goetz | 2010-01-11 | 1 | -27/+30 |
| * | | | | QNAM HTTP: Fix readBuffer maximum size. | Markus Goetz | 2010-01-11 | 10 | -1/+54 |
| * | | | | QNAM HTTP: Optimize eatWhitespace() | Markus Goetz | 2010-01-11 | 1 | -3/+10 |
| * | | | | QNAM HTTP: Check if socket already tries to connect. | Markus Goetz | 2010-01-11 | 1 | -5/+12 |
| * | | | | network internals: fix build on S60 | Peter Hartmann | 2010-01-11 | 1 | -1/+1 |
| * | | | | network internals: start HTTP GET requests right away when called | Peter Hartmann | 2010-01-11 | 7 | -18/+30 |
| * | | | | Fix regression introduced in e49aee9f: set If-Modified-Since. | Thiago Macieira | 2010-01-11 | 1 | -8/+8 |
| * | | | | QNAM HTTP: just use the expirationDate in the code that validates the cache | Thiago Macieira | 2010-01-08 | 1 | -2/+6 |
| * | | | | QNAM HTTP: change the caching semantics to match documentation | Thiago Macieira | 2010-01-08 | 1 | -7/+10 |
| * | | | | QNAM HTTP: fix the caching algorithm from RFC 2616 | Thiago Macieira | 2010-01-08 | 1 | -4/+10 |
| * | | | | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 136 | -136/+136 |
| | |_|/ | |/| | | |||||
| * | | | QHttpSocketEngine: Remove unneeded code | Markus Goetz | 2010-01-06 | 2 | -18/+4 |
| * | | | QAbstractSocket: Fix warnings when compiling with QABSTRACTSOCKET_DEBUG | Markus Goetz | 2010-01-06 | 1 | -9/+9 |
| * | | | QAbstractSocket: Warn when wrong QHostInfo was received | Markus Goetz | 2010-01-06 | 1 | -0/+4 |
| | |/ | |/| | |||||
| * | | Change QHostInfo to use 5 parallel lookup threads | Markus Goetz | 2009-12-17 | 3 | -194/+257 |
| * | | Doc: fix typo | Volker Hilsheimer | 2009-12-17 | 1 | -1/+1 |
| * | | QNAM Code: Do not re-abort or continue processing notifications. | Markus Goetz | 2009-12-14 | 1 | -2/+2 |
| |/ | |||||
| * | Fix compilation if QT_NO_DATESTRING is defined. | Thiago Macieira | 2009-12-10 | 1 | -0/+3 |
* | | Merge branch '4.6' | Thiago Macieira | 2009-11-25 | 16 | -52/+516 |
|\ \ | |/ | |||||
| * | QNetworkCookieJar: don't do path checking when receiving cookies | Peter Hartmann | 2009-11-24 | 1 | -3/+4 |
| * | Fix QWindowsSystemProxy::init | Markus Goetz | 2009-11-24 | 1 | -1/+4 |
| * | QNativeSocketEngine: Compile fix | Markus Goetz | 2009-11-19 | 1 | -1/+1 |
| * | QNAM HTTP Code: Use KeepAlive socket option | Markus Goetz | 2009-11-19 | 1 | -0/+2 |
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-11-19 | 2 | -8/+8 |
| |\ | |||||
| | * | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 2 | -8/+8 |
| * | | QTcpSocket: Fix waitForConnected on Windows | Markus Goetz | 2009-11-19 | 2 | -7/+65 |
| |/ | |||||
| * | Fix compilation without Qt3support (on Windows CE, Symbian) | Simon Hausmann | 2009-11-16 | 1 | -1/+1 |