summaryrefslogtreecommitdiff
path: root/daemon.c (follow)
Commit message (Expand)AuthorAge
* Don't discard const qualifier.Andre Noll2026-05-24
* Prefer paraslash_version() over PACKAGE_VERSION.Andre Noll2026-05-03
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Modify para_hostname() to return a static buffer.Andre Noll2025-08-07
* Include regex.h from para.h.Andre Noll2025-05-19
* daemon: Improve documentation of daemon_open_log_or_die().Andre Noll2022-09-27
* New audiod command: ll to change the log level at runtime.Andre Noll2022-07-02
* daemon: Kill get_loglevel_by_name().Andre Noll2022-07-02
* server/audiod: Don't parse loglevel argument unnecessarily.Andre Noll2022-07-02
* daemon: Improve documentation of daemon_set_log_color_or_die().Andre Noll2021-11-25
* daemon: Add documentation of daemon_set_hooks().Andre Noll2018-12-25
* daemon: Introduce log mutex.Andre Noll2018-03-13
* daemon: Fix log reload for relative paths.Andre Noll2018-02-11
* Improve daemon_open_log_or_die().Andre Noll2018-02-11
* Shorten copyright notice.Andre Noll2017-09-22
* doxygen: Remove some stale doxygen references.Andre Noll2017-06-25
* daemon: Fix race condition in daemonize().Andre Noll2016-10-04
* daemon: Improve "daemonizing" log message.Andre Noll2016-09-26
* daemon: Make daemon_init_colors_or_die() independent of gengetopt.Andre Noll2016-08-07
* daemon: Constify argument of two functions.Andre Noll2016-07-03
* daemon: Improve color error message.Andre Noll2016-06-25
* daemon: New option --priority for server and audiod.Andre Noll2015-10-15
* daemon: Improve daemon_log_welcome().Andre Noll2015-07-22
* Allow to start server and audiod as daemon with no logfile.Andre Noll2015-04-30
* daemon: Introduce daemon_init_colors_or_die().Andre Noll2015-02-08
* Update year in copyright headers.Andre Noll2015-01-12
* daemon.c: Remove unused daemon_clear_flag().Andre Noll2015-01-12
* daemon.c: Avoid setlinebuf().Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* daemon: Rename public functions.Andre Noll2014-06-19
* Simplify set_server_start_time().Andre Noll2014-06-19
* Change copyright year to 2014.Andre Noll2014-02-22
* Replace gettimeofday() by clock_gettime().Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* daemon.c: daemon_set_default_log_colors() returns void.Andre Noll2012-04-24
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* Allow switching between different log methods at runtime.Andre Noll2011-11-20
* Compilation fix for FreeBSD.Andre Noll2011-11-17
* daemon: Introduce parent_waits flag for daemonize().Andre Noll2011-11-13
* Overhaul the daemon uptime functions.Andre Noll2011-09-17
* Merge branch 't/color_cleanups'Andre Noll2011-01-29
|\
| * color: Simplify color error handling.Andre Noll2010-12-05
* | Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
|/
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Implement --log-timing for server and audiod.Andre Noll2009-12-19
* Merge branch 'maint' into nextAndre Noll2009-10-22
|\
| * daemon: Avoid using MAXLINE.Andre Noll2009-10-22
| * drop_privileges_or_die(): Check return value of setuid().Andre Noll2009-10-22
* | Merge branch 'master' into nextAndre Noll2009-08-21
|\|