summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnet_unix_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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-141-0/+28
* Use current license header.Volker Hilsheimer2009-07-081-2/+2
* 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-021-1/+1
* Add the support for the EINTR- and CLOEXEC-safe network calls too.Thiago Macieira2009-07-021-0/+153