Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot to include qnet_unix_p.h for the qt_safe_() functions | Robert Griebl | 2009-07-14 | 1 | -0/+1 |
* | QNetworkReply: Add isFinished() method documentation improvement | Markus Goetz | 2009-07-14 | 1 | -0/+4 |
* | Socket function cleanup: replacing direct POSIX calls with qt_safe_(). | Robert Griebl | 2009-07-14 | 5 | -44/+42 |
* | QNetworkReply: Add isFinished() method | Markus Goetz | 2009-07-14 | 5 | -0/+32 |
* | Build fix for mingw | Thierry Bastian | 2009-07-14 | 3 | -3/+3 |
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-07-13 | 1 | -0/+2 |
|\ | |||||
| * | QNAM: Fix double sending of a HTTP request | Markus Goetz | 2009-07-13 | 2 | -0/+9 |
* | | Removed an assert from the QNetworkReply. | Denis Dzyubenko | 2009-07-13 | 1 | -2/+2 |
* | | QLocalSocket WriteOnly mode fixed on Windows | Joerg Bornemann | 2009-07-09 | 1 | -4/+6 |
* | | QHttpNetworkReply: Cache isChunked | Markus Goetz | 2009-07-09 | 2 | -1/+6 |
* | | Merge commit 'origin/4.5' | Bill King | 2009-07-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixed dead code possibly leading to crash. | Rohan McGovern | 2009-07-03 | 1 | -1/+1 |
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Volker Hilsheimer | 2009-07-08 | 3 | -120/+138 |
|\ \ | |||||
| * | | fast Windows version of QLocalSocket | Joerg Bornemann | 2009-07-08 | 3 | -120/+138 |
* | | | Use current license header. | Volker Hilsheimer | 2009-07-08 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-07-07 | 20 | -251/+380 |
|\ \ | |||||
| * | | Don't compile the FD_CLOEXEC-safe accept4 call if we don't know about SOCK_CL... | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
| * | | Use the safe versions of the network system calls I have just added. | Thiago Macieira | 2009-07-02 | 5 | -48/+13 |
| * | | Add the support for the EINTR- and CLOEXEC-safe network calls too. | Thiago Macieira | 2009-07-02 | 2 | -1/+155 |
| * | | Add a properly-safe version of select(2). | Thiago Macieira | 2009-07-02 | 1 | -47/+6 |
| * | | QNAM: Direct transfer of HTTP buffer to the QNetworkReply buffer | Markus Goetz | 2009-07-01 | 4 | -12/+16 |
| * | | src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 7 | -104/+43 |
| * | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-30 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | fix crash in QLocalServer on WinCE when waitForNewConnection times out | Joerg Bornemann | 2009-06-30 | 1 | -1/+1 |
| * | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 3 | -5/+11 |
| |\ \ | | |/ | |||||
| | * | QNetworkAccessManager stuff: Some fixes for coverity | Markus Goetz | 2009-06-29 | 3 | -6/+13 |
| * | | QNAM HTTP Code: Properly use the QRingBuffer for some kind of data. | Markus Goetz | 2009-06-29 | 3 | -28/+75 |
| * | | Fix bad merges | Bradley T. Hughes | 2009-06-26 | 1 | -1/+1 |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-26 | 2 | -0/+35 |
| |\ \ | |||||
| | * \ | Merge branch '4.5' | Thiago Macieira | 2009-06-26 | 2 | -0/+35 |
| | |\ \ | | | |/ | |||||
| | | * | QNetworkReplyImpl: Protect against recursive event loops | Markus Goetz | 2009-06-25 | 2 | -2/+39 |
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-26 | 4 | -25/+61 |
| |\ \ \ | | |/ / | |||||
| | * | | QNAM HTTP Code: Prepare for download performance improvements | Markus Goetz | 2009-06-25 | 4 | -9/+27 |
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-24 | 3 | -7/+0 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-23 | 1 | -0/+14 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-22 | 2 | -4/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-18 | 9 | -39/+57 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-17 | 127 | -269/+292 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Merge of master | Bradley T. Hughes | 2009-06-15 | 9 | -24/+86 |
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-12 | 4 | -33/+26 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-08 | 5 | -3/+37 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-05 | 3 | -3/+4 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-29 | 15 | -75/+61 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-26 | 8 | -100/+64 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-20 | 4 | -6/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-19 | 2 | -20/+29 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-18 | 1 | -12/+30 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-13 | 26 | -660/+605 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-05-12 | 1 | -0/+9 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult... | Bradley T. Hughes | 2009-05-08 | 6 | -30/+52 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |