Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Daemon: fork as early as possible | Max Kellermann | 2014-01-18 | 1 | -0/+19 |
| | | | | | | | Keep the parent process around until MPD has finished initializing. This is important for libraries that are allergic to fork(), such as libupnp. | ||||
* | PidFile: open in write-only mode | Max Kellermann | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | Daemon: move code to class PidFile | Max Kellermann | 2014-01-18 | 1 | -0/+66 |