summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnet_unix_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Don't try to make direct system calls on Linux.Thiago Macieira2009-08-041-1/+1
* Port of Qt to VxWorksRobert Griebl2009-07-291-2/+24
* 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