Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-09-30 | unix/PidFile: fix empty PID file | Anthony DeRossi | 1 | -0/+3 |
2015-09-17 | unix/Daemon, playlist/pls, ...: remove unused Domain variables | Max Kellermann | 1 | -3/+0 |
2015-09-17 | unix/Daemon: define WCOREDUMP() for platforms that don't support it | François Revol | 1 | -0/+4 |
2015-08-24 | unix/PidFile: add missing include stdlib.h for strtoul() | Max Kellermann | 1 | -0/+1 |
2015-08-15 | unix/PidFile: use raw file descriptor instead of stdio | Max Kellermann | 1 | -20/+29 |
2015-08-15 | unix/Daemon: move code to ReadPidFile() | Max Kellermann | 2 | -12/+18 |
2015-08-15 | unix/Daemon: eliminate local variable "ret" | Max Kellermann | 1 | -3/+2 |
2015-03-05 | fs/Traits: add macro PATH_LITERAL() | Max Kellermann | 2 | -2/+2 |
2015-03-05 | unix/PidFile: use the UTF-8 path for error message | Max Kellermann | 1 | -1/+1 |
2015-03-03 | *: change C-style prototypes, drop "(void)" | Max Kellermann | 1 | -8/+8 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 5 | -5/+5 |
2014-01-24 | move daemonization code to unix/ | Max Kellermann | 5 | -0/+565 |