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