aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-18daemon: removed unused variable "userpwd"Max Kellermann1-8/+4
2009-01-18daemon: pass "detach" flag to daemonize()Max Kellermann1-3/+4
2009-01-18daemon: added daemonize_init(), daemonize_finish()Max Kellermann1-38/+62
2009-01-18main: moved code to daemon.cMax Kellermann1-0/+97
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+2
2009-01-13daemon: don't check the setsid() return valueMax Kellermann1-3/+1
2009-01-13daemon: don't fork twice to daemonizeMax Kellermann1-8/+0
2008-12-30daemon: simplified daemonize_close_stdin()Max Kellermann1-16/+6
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann1-0/+26
2008-12-30main: moved daemonize() to daemon.cMax Kellermann1-0/+86