aboutsummaryrefslogtreecommitdiffstats
path: root/src/Daemon.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-15Daemon: use strdup() instead of g_strdup()Max Kellermann1-5/+3
2013-11-28include cleanup using iwyuMax Kellermann1-3/+0
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-4/+4
2013-10-02Log: new logging library APIMax Kellermann1-5/+6
2013-10-01Daemon, Mapper: move-assign the Path objectsMax Kellermann1-1/+1
2013-08-07ConfigPath: return a Path objectMax Kellermann1-15/+22
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-08-07FatalError: new library to replace mpd_error.hMax Kellermann1-23/+23
2013-08-07daemon: convert to C++Max Kellermann1-13/+13
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-19/+19
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-08-13use daemon() when the C library provides itMike Frysinger1-6/+18
2009-07-22daemon: daemonize_close_stdin() optimised.Michal Nazarewicz1-12/+2
2009-07-19daemon: Moved empty Windows version functions to header fileMichal Nazarewicz1-21/+6
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz1-17/+31
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