aboutsummaryrefslogtreecommitdiffstats
path: root/src/fd_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fd_util: support eventfd()Max Kellermann2013-01-101-0/+14
* Merge branch 'v0.16.x'Max Kellermann2011-09-201-0/+10
|\
| * fd_util: add function close_socket()Max Kellermann2011-09-201-0/+10
* | fd_util: add function socketpair_cloexec_nonblock()Max Kellermann2011-07-011-0/+23
* | copyright year 2011Max Kellermann2011-01-291-1/+1
|/
* fd_util: work around aliasing warning in recvmsg_cloexec()Max Kellermann2010-09-231-2/+2
* fd_util: add function dup_cloexec()Max Kellermann2010-08-031-0/+10
* fd_util: add function recvmsg_cloexec()Max Kellermann2010-08-031-0/+27
* fd_util: add function socketpair_cloexec()Max Kellermann2010-08-031-0/+24
* fd_util: fd_set_cloexec() returns a value on WIN32Max Kellermann2010-05-181-0/+2
* fd_util: include ws2tcpip.h for socklen_tMax Kellermann2010-01-171-0/+1
* fd_util: fixed WIN32 versions of pipe()Max Kellermann2010-01-171-2/+2
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* fd_util: don't call fd_set_nonblock() if open() has failedMax Kellermann2009-11-111-1/+2
* added missing config.h includes for extended LFS supportMax Kellermann2009-11-111-1/+1
* fd_util: removed creat_cloexec()Max Kellermann2009-11-101-21/+1
* fd_util: added function pipe_cloexec()Max Kellermann2009-11-101-2/+24
* fd_util: added missing NONBLOCK fallback for socket()Max Kellermann2009-11-081-1/+3
* fd_util: relicense under BSD 2-clauseMax Kellermann2009-11-081-11/+20
* fd_util: added O_NONBLOCK functionsMax Kellermann2009-11-081-7/+38
* fd_util: unexport fd_set_cloexec()Max Kellermann2009-11-081-1/+1
* inotify: set close-on-exec flagMax Kellermann2009-11-071-0/+26
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-0/+171