aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* eliminate g_error() usageThomas Jansen2010-09-251-19/+19
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* use daemon() when the C library provides itMike Frysinger2009-08-131-6/+18
* daemon: daemonize_close_stdin() optimised.Michal Nazarewicz2009-07-221-12/+2
* daemon: Moved empty Windows version functions to header fileMichal Nazarewicz2009-07-191-21/+6
* daemon: added "group" configuration optionMichal Nazarewicz2009-07-191-17/+31
* all: Update copyright header.Avuton Olrich2009-03-131-4/+5
* daemon: disable daemonize_detach() on WIN32Max Kellermann2009-03-011-1/+3
* added G_LOG_DOMAIN macros to several librariesMax Kellermann2009-02-191-0/+3
* daemon: return early from daemonize_set_user()Max Kellermann2009-02-151-19/+20
* daemon: ignore "user" setting if already running as that userMax Kellermann2009-02-151-3/+6
* daemon: added comments to daemonize_detach()Max Kellermann2009-02-151-0/+9
* daemon: print fork error messageMax Kellermann2009-02-151-2/+3
* daemon: moved code to daemonize_detach()Max Kellermann2009-02-151-19/+23
* 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