| Commit message (Expand) | Author | Age | Files | Lines |
* | fix common misspellings | Jonathan Neuschäfer | 2011-03-31 | 1 | -1/+1 |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | eliminate g_error() usage | Thomas Jansen | 2010-09-25 | 1 | -19/+19 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | use daemon() when the C library provides it | Mike Frysinger | 2009-08-13 | 1 | -6/+18 |
* | daemon: daemonize_close_stdin() optimised. | Michal Nazarewicz | 2009-07-22 | 1 | -12/+2 |
* | daemon: Moved empty Windows version functions to header file | Michal Nazarewicz | 2009-07-19 | 1 | -21/+6 |
* | daemon: added "group" configuration option | Michal Nazarewicz | 2009-07-19 | 1 | -17/+31 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -4/+5 |
* | daemon: disable daemonize_detach() on WIN32 | Max Kellermann | 2009-03-01 | 1 | -1/+3 |
* | added G_LOG_DOMAIN macros to several libraries | Max Kellermann | 2009-02-19 | 1 | -0/+3 |
* | daemon: return early from daemonize_set_user() | Max Kellermann | 2009-02-15 | 1 | -19/+20 |
* | daemon: ignore "user" setting if already running as that user | Max Kellermann | 2009-02-15 | 1 | -3/+6 |
* | daemon: added comments to daemonize_detach() | Max Kellermann | 2009-02-15 | 1 | -0/+9 |
* | daemon: print fork error message | Max Kellermann | 2009-02-15 | 1 | -2/+3 |
* | daemon: moved code to daemonize_detach() | Max Kellermann | 2009-02-15 | 1 | -19/+23 |
* | daemon: removed unused variable "userpwd" | Max Kellermann | 2009-01-18 | 1 | -8/+4 |
* | daemon: pass "detach" flag to daemonize() | Max Kellermann | 2009-01-18 | 1 | -3/+4 |
* | daemon: added daemonize_init(), daemonize_finish() | Max Kellermann | 2009-01-18 | 1 | -38/+62 |
* | main: moved code to daemon.c | Max Kellermann | 2009-01-18 | 1 | -0/+97 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -1/+2 |
* | daemon: don't check the setsid() return value | Max Kellermann | 2009-01-13 | 1 | -3/+1 |
* | daemon: don't fork twice to daemonize | Max Kellermann | 2009-01-13 | 1 | -8/+0 |
* | daemon: simplified daemonize_close_stdin() | Max Kellermann | 2008-12-30 | 1 | -16/+6 |
* | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -0/+26 |
* | main: moved daemonize() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -0/+86 |