Try to use FD_CLOEXEC instead of mass-closing everywhere.
[ashd.git] / lib / proc.c
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.