summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+4
| * | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-1713-108/+137
| * | Fix warnings for QtNetwork on mingwThierry Bastian2009-07-151-46/+27
| * | Fix warnings in mingwThierry Bastian2009-07-151-1/+1
| * | Fix Solaris build failure with the new qt_safe_() socket functions.Robert Griebl2009-07-151-1/+2
| * | Forgot to include qnet_unix_p.h for the qt_safe_() functionsRobert Griebl2009-07-141-0/+1
| * | QNetworkReply: Add isFinished() method documentation improvementMarkus Goetz2009-07-141-0/+4
| * | Socket function cleanup: replacing direct POSIX calls with qt_safe_().Robert Griebl2009-07-145-44/+42
| * | QNetworkReply: Add isFinished() methodMarkus Goetz2009-07-145-0/+32
| * | Build fix for mingwThierry Bastian2009-07-143-3/+3
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-131-0/+2
| |\ \ | | |/
| | * QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-132-0/+9
| * | Removed an assert from the QNetworkReply.Denis Dzyubenko2009-07-131-2/+2
| * | QLocalSocket WriteOnly mode fixed on WindowsJoerg Bornemann2009-07-091-4/+6
| * | QHttpNetworkReply: Cache isChunkedMarkus Goetz2009-07-092-1/+6
| * | Merge commit 'origin/4.5'Bill King2009-07-081-1/+1
| |\ \ | | |/
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtVolker Hilsheimer2009-07-083-120/+138
| |\ \
| | * | fast Windows version of QLocalSocketJoerg Bornemann2009-07-083-120/+138
| * | | Use current license header.Volker Hilsheimer2009-07-081-2/+2
| |/ /
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-0720-251/+380
| |\ \
| | * | Don't compile the FD_CLOEXEC-safe accept4 call if we don't know about SOCK_CL...Thiago Macieira2009-07-021-1/+1
| | * | Use the safe versions of the network system calls I have just added.Thiago Macieira2009-07-025-48/+13
| | * | Add the support for the EINTR- and CLOEXEC-safe network calls too.Thiago Macieira2009-07-022-1/+155
| | * | Add a properly-safe version of select(2).Thiago Macieira2009-07-021-47/+6
| | * | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-014-12/+16
| | * | src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-017-104/+43
| | * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-301-1/+1
| | |\ \
| | * \ \ Merge branch '4.5'Marius Storm-Olsen2009-06-303-5/+11
| | |\ \ \
| * | | | | Doc: Mentioned the use of the meta-type declaration macro and theDavid Boddie2009-07-071-13/+16
* | | | | | Removed few compiler warnings when using NokiaX86 compiler.Janne Anttila2009-07-221-0/+1
* | | | | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-097-11/+13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-075-8/+15
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Fixed dead code possibly leading to crash.Rohan McGovern2009-07-031-1/+1
| | | |_|_|/ | | |/| | |
| | * | | | fix crash in QLocalServer on WinCE when waitForNewConnection times outJoerg Bornemann2009-06-301-1/+1
| | | |_|/ | | |/| |
| | * | | QNetworkAccessManager stuff: Some fixes for coverityMarkus Goetz2009-06-293-6/+13
| * | | | Removed unused static data from Qt.axis2009-07-061-2/+0
| * | | | Removed pointless variables to silence warnings from RVCT.axis2009-07-061-2/+0
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29127-265/+359
| |\ \ \ \ | | |/ / /
* | | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-30127-368/+533
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | QNAM HTTP Code: Properly use the QRingBuffer for some kind of data.Markus Goetz2009-06-293-28/+75
| * | | | Fix bad mergesBradley T. Hughes2009-06-261-1/+1
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-262-0/+35
| |\ \ \ \
| | * \ \ \ Merge branch '4.5'Thiago Macieira2009-06-262-0/+35
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz2009-06-252-2/+39
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-264-25/+61
| |\ \ \ \ \ | | |/ / / /
| | * | | | QNAM HTTP Code: Prepare for download performance improvementsMarkus Goetz2009-06-254-9/+27
| | | |_|/ | | |/| |
| | * | | QNAM HTTP Code: Uncluttering functionsMarkus Goetz2009-06-253-18/+36
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-243-7/+0
| |\ \ \ \ | | |/ / /
| | * | | QNAM: Removed some dead codeMarkus Goetz2009-06-243-7/+0
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-231-0/+14
| |\ \ \ \ | | |/ / /