aboutsummaryrefslogtreecommitdiffstats
path: root/src/unix (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-30unix/PidFile: fix empty PID fileAnthony DeRossi1-0/+3
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann1-3/+0
2015-09-17unix/Daemon: define WCOREDUMP() for platforms that don't support itFrançois Revol1-0/+4
2015-08-24unix/PidFile: add missing include stdlib.h for strtoul()Max Kellermann1-0/+1
2015-08-15unix/PidFile: use raw file descriptor instead of stdioMax Kellermann1-20/+29
2015-08-15unix/Daemon: move code to ReadPidFile()Max Kellermann2-12/+18
2015-08-15unix/Daemon: eliminate local variable "ret"Max Kellermann1-3/+2
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann2-2/+2
2015-03-05unix/PidFile: use the UTF-8 path for error messageMax Kellermann1-1/+1
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann1-8/+8
2015-01-01Copyright year 2015Max Kellermann5-5/+5
2014-01-24move daemonization code to unix/Max Kellermann5-0/+565