aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* daemon: removed unused variable "userpwd"Max Kellermann2009-01-181-8/+4
* daemon: pass "detach" flag to daemonize()Max Kellermann2009-01-181-3/+4
* daemon: added daemonize_init(), daemonize_finish()Max Kellermann2009-01-181-38/+62
* main: moved code to daemon.cMax Kellermann2009-01-181-0/+97
* conf: no CamelCase, part IMax Kellermann2009-01-171-1/+2
* daemon: don't check the setsid() return valueMax Kellermann2009-01-131-3/+1
* daemon: don't fork twice to daemonizeMax Kellermann2009-01-131-8/+0
* daemon: simplified daemonize_close_stdin()Max Kellermann2008-12-301-16/+6
* listen: moved redirect_stdin() to daemon.cMax Kellermann2008-12-301-0/+26
* main: moved daemonize() to daemon.cMax Kellermann2008-12-301-0/+86