summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnet_unix_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* 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