summaryrefslogtreecommitdiff
path: root/src/daemon.c
AgeCommit message (Expand)Author
2011-03-31fix common misspellingsJonathan Neuschäfer
2011-01-29copyright year 2011Max Kellermann
2010-09-25eliminate g_error() usageThomas Jansen
2009-12-31Update copyright notices.Avuton Olrich
2009-08-13use daemon() when the C library provides itMike Frysinger
2009-07-22daemon: daemonize_close_stdin() optimised.Michal Nazarewicz
2009-07-19daemon: Moved empty Windows version functions to header fileMichal Nazarewicz
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-01daemon: disable daemonize_detach() on WIN32Max Kellermann
2009-02-19added G_LOG_DOMAIN macros to several librariesMax Kellermann
2009-02-15daemon: return early from daemonize_set_user()Max Kellermann
2009-02-15daemon: ignore "user" setting if already running as that userMax Kellermann
2009-02-15daemon: added comments to daemonize_detach()Max Kellermann
2009-02-15daemon: print fork error messageMax Kellermann
2009-02-15daemon: moved code to daemonize_detach()Max Kellermann
2009-01-18daemon: removed unused variable "userpwd"Max Kellermann
2009-01-18daemon: pass "detach" flag to daemonize()Max Kellermann
2009-01-18daemon: added daemonize_init(), daemonize_finish()Max Kellermann
2009-01-18main: moved code to daemon.cMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-13daemon: don't check the setsid() return valueMax Kellermann
2009-01-13daemon: don't fork twice to daemonizeMax Kellermann
2008-12-30daemon: simplified daemonize_close_stdin()Max Kellermann
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann
2008-12-30main: moved daemonize() to daemon.cMax Kellermann