summaryrefslogtreecommitdiff
path: root/src/unix
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-03-26replace exit and _exit with std variantsRosen Penev
2020-03-16replace noreturn attribute with standard C++ versionRosen Penev
2020-03-12replace signal.h with csignal.hRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-02-17Instance: flush input cache on SIGHUPMax Kellermann
2020-02-17unix/SignalHandlers: pass Instance to ...Init()Max Kellermann
2020-02-01[clang-tidy] remove pointless void argRosen Penev
2020-02-01*: use nullptr instead of NULLMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-02-05unix/SignalHandlers: add RAII classMax Kellermann
2019-02-05unix/SignalHandlers: add `noexcept`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-01unix/PidFile: add "noexcept"Max Kellermann
2018-08-01unix/{Daemon,PidFile}: throw exception on errorMax Kellermann
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-08-11unix/Signalhandlers: throw exception instead of raising fatal errorMax Kellermann
2017-08-10fs/FileSystem: OpenFile() returns UniqueFileDescriptorMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-08-15fs/FileSystem: RemoveFile() throws exception on errorMax Kellermann
2016-06-20event/SignalMonitor: use BoundMethod instead of raw function pointerMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23Merge tag 'v0.19.13'Max Kellermann
2016-02-23configure.ac, unix/Daemon: check for initgroups() at configure timeMax Kellermann
2015-10-16unix/Daemon, playlist/...: remove unused Domain variablesMax Kellermann
2015-09-30unix/PidFile: fix empty PID fileAnthony DeRossi
2015-09-17unix/Daemon, playlist/pls, ...: remove unused Domain variablesMax Kellermann
2015-09-17unix/Daemon: define WCOREDUMP() for platforms that don't support itFrançois Revol
2015-08-24unix/PidFile: add missing include stdlib.h for strtoul()Max Kellermann
2015-08-15unix/PidFile: use raw file descriptor instead of stdioMax Kellermann
2015-08-15unix/Daemon: move code to ReadPidFile()Max Kellermann
2015-08-15unix/Daemon: eliminate local variable "ret"Max Kellermann
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann
2015-03-05unix/PidFile: use the UTF-8 path for error messageMax Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-24move daemonization code to unix/Max Kellermann