| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-20 | 4 | -6/+6 |
|\ |
|
| * | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 3 | -3/+3 |
|
|
| * | Fix QNetworkDiskCache to expire the oldest files first. | Benjamin C Meyer | 2009-05-18 | 1 | -3/+3 |
|
|
* | | This lines are not needed as we monitor events in exception fd_set | Aleksandar Sasha Babic | 2009-05-19 | 1 | -2/+0 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-18 | 5 | -38/+108 |
|\ \
| |/ |
|
| * | HTTP authentication: return error if authentication cannot be handled | Peter Hartmann | 2009-05-15 | 1 | -5/+15 |
|
|
| * | HTTP backend / network cache: only cache responses to GET by default | Peter Hartmann | 2009-05-13 | 1 | -12/+30 |
|
|
| * | Improve the HTTP status line parsing and catch more errors. | Thiago Macieira | 2009-05-13 | 2 | -23/+37 |
|
|
| * | Fix handling of garbage data sent by the HTTP server instead of a | Thiago Macieira | 2009-05-13 | 2 | -3/+22 |
|
|
| * | Document that we don't support NTLM version 2. | Thiago Macieira | 2009-05-11 | 1 | -0/+9 |
|
|
* | | Adding to check return value from select() before checking any fd_set status. | Aleksandar Sasha Babic | 2009-05-18 | 1 | -3/+15 |
|
|
* | | We should check if socket descriptor is valid before calling other | Aleksandar Sasha Babic | 2009-05-18 | 1 | -2/+8 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-11 | 6 | -30/+45 |
|\ \
| |/ |
|
| * | fix parsing cookies in multiple lines | Peter Hartmann | 2009-05-07 | 2 | -17/+17 |
|
|
| * | Fix OpenSSL dynamic loading on OpenBSD. | Thiago Macieira | 2009-05-07 | 1 | -3/+6 |
|
|
| * | Make QNetworkProxy calculate the capabilities for a new proxy type | Thiago Macieira | 2009-05-07 | 1 | -3/+10 |
|
|
| * | Clarify documentation in QNetworkProxy about SOCKS5 supporting domain | Thiago Macieira | 2009-05-07 | 1 | -4/+5 |
|
|
| * | QNetworkDiskCache: check if opening file succeeds | Benjamin C Meyer | 2009-05-06 | 1 | -2/+6 |
|
|
| * | Moved the QT_BEGIN_NAMESPACE macro to the right place in qsslcipher.cpp | Thiago Macieira | 2009-05-06 | 1 | -1/+1 |
|
|
* | | Added some debug information for nativeSelect in Symbian OS | Janne Anttila | 2009-05-06 | 1 | -6/+10 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-06 | 2 | -6/+13 |
|\ \
| |/ |
|
| * | QNetworkCookieJar: do not allow cookies for domains like ".com" | Peter Hartmann | 2009-05-04 | 1 | -0/+7 |
|
|
| * | QNetworkCookieJar: allow cookies with wrong domain attribute | Peter Hartmann | 2009-04-30 | 1 | -5/+4 |
|
|
| * | QNetworkAccessManager: do not segfault when using a network cache | Benjamin C Meyer | 2009-04-29 | 1 | -1/+2 |
|
|
* | | Hacked select to listen also expectfds in Symbain OS for given sockets. | Janne Anttila | 2009-05-05 | 1 | -5/+42 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-04-27 | 23 | -1371/+2176 |
|\ \
| |/ |
|
| * | Re-send network request properly when the socket is in Closing state. | Denis Dzyubenko | 2009-04-24 | 1 | -0/+8 |
|
|
| * | don't complain about invalid socket on server shutdown | Oswald Buddenhagen | 2009-04-24 | 1 | -2/+4 |
|
|
| * | correctly handle remote disconnects | Oswald Buddenhagen | 2009-04-23 | 1 | -1/+1 |
|
|
| * | fix reading problem on 64-bit machines in QProcess and socket engine | Peter Hartmann | 2009-04-16 | 1 | -17/+2 |
|
|
| * | Add a warning for trying to connectToHost() when disconnecting. | Thiago Macieira | 2009-04-16 | 1 | -1/+1 |
|
|
| * | BT: QAbstractSocket: fix check for closing state (typo) | Peter Hartmann | 2009-04-15 | 1 | -1/+1 |
|
|
| * | Don't remove the cache file if you have successfully added it. | Thiago Macieira | 2009-04-14 | 1 | -1/+2 |
|
|
| * | Fix compilation if SSL is not enabled. | Thiago Macieira | 2009-04-07 | 1 | -6/+4 |
|
|
| * | QLocalSocket will disconnect 30 seconds after a successful delayed connect | Bradley T. Hughes | 2009-04-07 | 2 | -13/+16 |
|
|
| * | Remove inline keywords, fix compile bug | Ian Walters | 2009-04-07 | 1 | -3/+3 |
|
|
| * | Move QT_BEGIN_NAMESPACE to after the usual Qt header includes | Rhys Weatherley | 2009-04-07 | 3 | -8/+8 |
|
|
| * | De-inlined 2 functions in QHttpNetworkHeader | Markus Goetz | 2009-04-06 | 1 | -2/+2 |
|
|
| * | Splitted qhttpnetworkconnection* files into individual files | Markus Goetz | 2009-04-06 | 9 | -1237/+1659 |
|
|
| * | Fix QNetworkReply's automatic pushing of a cache when the cache is | Thiago Macieira | 2009-04-06 | 1 | -17/+27 |
|
|
| * | Use the standard 'type name = value' variable declaration for POD | Thiago Macieira | 2009-04-03 | 1 | -1/+1 |
|
|
| * | make relative #include relative to the current file | Oswald Buddenhagen | 2009-04-02 | 1 | -1/+1 |
|
|
| * | QNetworkInterface: fix listing of all interfaces | Peter Hartmann | 2009-04-01 | 1 | -3/+3 |
|
|
| * | Subject: Mention setProxy() should be called before setHost() in the doc | Andy Shaw | 2009-04-01 | 1 | -1/+5 |
|
|
| * | Fix the parsing of October dates. | Benjamin C Meyer | 2009-03-30 | 1 | -3/+4 |
|
|
| * | Fix parsing of multiple cookies that are separated by a newline | Thiago Macieira | 2009-03-30 | 1 | -1/+1 |
|
|
| * | Fix accesses past-the-end of the byte array | Thiago Macieira | 2009-03-30 | 1 | -2/+3 |
|
|
| * | Fix parsing of dates: if the month is followed by a dash, it's not the negati... | Thiago Macieira | 2009-03-30 | 1 | -0/+2 |
|
|
| * | When doing date comparisons, force to the same timezone. | Thiago Macieira | 2009-03-30 | 1 | -1/+1 |
|
|
| * | Fix a few issues introduced by Ben's last patch. | Thiago Macieira | 2009-03-30 | 1 | -15/+24 |
|
|