aboutsummaryrefslogtreecommitdiffstats
path: root/src/fd_util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-23fd_util: work around aliasing warning in recvmsg_cloexec()Max Kellermann1-2/+2
2010-08-03fd_util: add function dup_cloexec()Max Kellermann1-0/+10
2010-08-03fd_util: add function recvmsg_cloexec()Max Kellermann1-0/+27
2010-08-03fd_util: add function socketpair_cloexec()Max Kellermann1-0/+24
2010-05-18fd_util: fd_set_cloexec() returns a value on WIN32Max Kellermann1-0/+2
2010-01-17fd_util: include ws2tcpip.h for socklen_tMax Kellermann1-0/+1
2010-01-17fd_util: fixed WIN32 versions of pipe()Max Kellermann1-2/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-11fd_util: don't call fd_set_nonblock() if open() has failedMax Kellermann1-1/+2
2009-11-11added missing config.h includes for extended LFS supportMax Kellermann1-1/+1
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-21/+1
2009-11-10fd_util: added function pipe_cloexec()Max Kellermann1-2/+24
2009-11-08fd_util: added missing NONBLOCK fallback for socket()Max Kellermann1-1/+3
2009-11-08fd_util: relicense under BSD 2-clauseMax Kellermann1-11/+20
2009-11-08fd_util: added O_NONBLOCK functionsMax Kellermann1-7/+38
2009-11-08fd_util: unexport fd_set_cloexec()Max Kellermann1-1/+1
2009-11-07inotify: set close-on-exec flagMax Kellermann1-0/+26
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-0/+171