aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-13all: Update copyright header.Avuton Olrich1-4/+5
2009-03-01daemon: disable daemonize_detach() on WIN32Max Kellermann1-1/+3
2009-02-19added G_LOG_DOMAIN macros to several librariesMax Kellermann1-0/+3
2009-02-15daemon: return early from daemonize_set_user()Max Kellermann1-19/+20
2009-02-15daemon: ignore "user" setting if already running as that userMax Kellermann1-3/+6
2009-02-15daemon: added comments to daemonize_detach()Max Kellermann1-0/+9
2009-02-15daemon: print fork error messageMax Kellermann1-2/+3
2009-02-15daemon: moved code to daemonize_detach()Max Kellermann1-19/+23
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