aboutsummaryrefslogtreecommitdiffstats
path: root/src/unix (follow)
Commit message (Expand)AuthorAgeFilesLines
* unix/PidFile: fix empty PID fileAnthony DeRossi2015-09-301-0/+3
* unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann2015-09-171-3/+0
* unix/Daemon: define WCOREDUMP() for platforms that don't support itFrançois Revol2015-09-171-0/+4
* unix/PidFile: add missing include stdlib.h for strtoul()Max Kellermann2015-08-241-0/+1
* unix/PidFile: use raw file descriptor instead of stdioMax Kellermann2015-08-151-20/+29
* unix/Daemon: move code to ReadPidFile()Max Kellermann2015-08-152-12/+18
* unix/Daemon: eliminate local variable "ret"Max Kellermann2015-08-151-3/+2
* fs/Traits: add macro PATH_LITERAL()Max Kellermann2015-03-052-2/+2
* unix/PidFile: use the UTF-8 path for error messageMax Kellermann2015-03-051-1/+1
* *: change C-style prototypes, drop "(void)"Max Kellermann2015-03-031-8/+8
* Copyright year 2015Max Kellermann2015-01-015-5/+5
* move daemonization code to unix/Max Kellermann2014-01-245-0/+565