summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
...
| | * QUdpSocket: Doc improvementMarkus Goetz2009-07-171-0/+3
| | * Add a "User-Agent" line to our HTTP proxy requests.Thiago Macieira2009-07-151-0/+1
| * | 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
| * | Socket function cleanup: replacing direct POSIX calls with qt_safe_().Robert Griebl2009-07-143-32/+31
| * | QLocalSocket WriteOnly mode fixed on WindowsJoerg Bornemann2009-07-091-4/+6
| * | 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-0711-173/+210
| |\ \
| | * | 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
| | * | src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-015-80/+37
| | * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-301-1/+1
| | |\ \ | | | |/
| * | | Doc: Mentioned the use of the meta-type declaration macro and theDavid Boddie2009-07-071-13/+16
| |/ /
* | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-091-1/+1
|\ \ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-071-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | fix crash in QLocalServer on WinCE when waitForNewConnection times outJoerg Bornemann2009-06-301-1/+1
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2932-64/+64
| |\ \ \ | | |/ /
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3032-66/+66
|\ \ \ \ | | |_|/ | |/| |
| * | | QIoDevice and QAbstractSocket: Clarify doc about waitForReadyRead()Markus Goetz2009-06-171-2/+2
| * | | Merge license header changes from 4.5Volker Hilsheimer2009-06-1632-64/+64
| |\ \ \ | | | |/ | | |/|
| | * | Update license headers as requested by the marketing department.Jason McDonald2009-06-1632-64/+64
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-258-200/+128
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-081-0/+5
| |\ \ | | |/
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-2/+2
| |\ \
| * | | improved string operations all over the placeThierry Bastian2009-05-283-12/+12
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-10/+18
| |\ \ \
| * \ \ \ Merge branch '4.5'Thiago Macieira2009-05-224-43/+34
| |\ \ \ \
| * \ \ \ \ Merge branch '4.5'Thiago Macieira2009-05-222-41/+29
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-1/+1
| |\ \ \ \ \ \
| * | | | | | | fix compilation of QLocalServer when QT_LOCALSOCKET_TCP is definedJoerg Bornemann2009-05-061-0/+2
| * | | | | | | standardize on one name for the socket connection slotOswald Buddenhagen2009-05-063-12/+4
| * | | | | | | rewrite QLocalServer native Windows implementation.Oswald Buddenhagen2009-05-064-178/+112
* | | | | | | | Make Qt exception safer.Robert Griebl2009-06-103-4/+9
* | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-082-2/+7
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | open pipes in overlapped mode also on the client sideOswald Buddenhagen2009-06-031-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-021-10/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Doc: Clarified what close(), abort() and disconnectFromHost() really doDavid Boddie2009-05-251-10/+18
| | |_|_|/ | |/| | |
* | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-254-80/+57
|\ \ \ \ \ | |/ / / /
| * | | | Fix compilation breakage on Windows caused by 6c1d7e57.Thiago Macieira2009-05-223-41/+32
| * | | | Fixed compilation with -qtnamespaceMarkus Goetz2009-05-221-2/+2
| | |_|/ | |/| |
| * | | Fixed strict aliasing breaks with sockaddr_XXX structs.Thiago Macieira2009-05-222-41/+29
| | |/ | |/|
* | | This is ugly hack to make snedData test case in qlocalsocket to pass.Aleksandar Sasha Babic2009-05-212-1/+6
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-201-1/+1
|\ \ \ | |/ /
| * | Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
| |/