lib: Added variants of sendfd and sendreq that take sendmsg flags.
[ashd.git] / lib / proc.c
2013-01-15 Fredrik Tolflib: Added variants of sendfd and sendreq that take...
2011-03-09 Fredrik TolfMerge branch 'master' into sslres
2011-03-09 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-08 Fredrik TolfTry to use FD_CLOEXEC instead of mass-closing everywhere.
2010-09-05 Fredrik TolfAdded callbacks to handle child process initialization.
2010-08-31 Fredrik TolfAdded a proper SIGHUP handler to patplex.
2008-12-22 Fredrik TolfFixed a couple of bugs in dirplex.
2008-12-18 Fredrik TolfAdded a first version of the directory multiplexer.
2008-12-17 Fredrik TolfUse SOCK_SEQPACKET between processes to ensure EOF...
2008-12-16 Fredrik TolfAdded some process control functions to libht.