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