index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
daemon.c
Age
Commit message (
Expand
)
Author
2011-03-31
fix common misspellings
Jonathan Neuschäfer
2011-01-29
copyright year 2011
Max Kellermann
2010-09-25
eliminate g_error() usage
Thomas Jansen
2009-12-31
Update copyright notices.
Avuton Olrich
2009-08-13
use daemon() when the C library provides it
Mike Frysinger
2009-07-22
daemon: daemonize_close_stdin() optimised.
Michal Nazarewicz
2009-07-19
daemon: Moved empty Windows version functions to header file
Michal Nazarewicz
2009-07-19
daemon: added "group" configuration option
Michal Nazarewicz
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-01
daemon: disable daemonize_detach() on WIN32
Max Kellermann
2009-02-19
added G_LOG_DOMAIN macros to several libraries
Max Kellermann
2009-02-15
daemon: return early from daemonize_set_user()
Max Kellermann
2009-02-15
daemon: ignore "user" setting if already running as that user
Max Kellermann
2009-02-15
daemon: added comments to daemonize_detach()
Max Kellermann
2009-02-15
daemon: print fork error message
Max Kellermann
2009-02-15
daemon: moved code to daemonize_detach()
Max Kellermann
2009-01-18
daemon: removed unused variable "userpwd"
Max Kellermann
2009-01-18
daemon: pass "detach" flag to daemonize()
Max Kellermann
2009-01-18
daemon: added daemonize_init(), daemonize_finish()
Max Kellermann
2009-01-18
main: moved code to daemon.c
Max Kellermann
2009-01-17
conf: no CamelCase, part I
Max Kellermann
2009-01-13
daemon: don't check the setsid() return value
Max Kellermann
2009-01-13
daemon: don't fork twice to daemonize
Max Kellermann
2008-12-30
daemon: simplified daemonize_close_stdin()
Max Kellermann
2008-12-30
listen: moved redirect_stdin() to daemon.c
Max Kellermann
2008-12-30
main: moved daemonize() to daemon.c
Max Kellermann