1. 5b6ed49 Convert libdaemon to Android.bp by Dan Willemsen · 6 years ago
  2. b072abd Use -Werror in external/libdaemon by Chih-Hung Hsieh · 7 years ago
  3. 8d8ad60 Add Android.mk files by Robert Ginda · 9 years ago
  4. 0630da0 LICENSE: change license to MIT by Brandon Philips · 12 years ago
  5. 5b51c24 dlog: lower default verbosity to INFO by Lennart Poettering · 15 years ago
  6. 2db44ab dlog: introduce DAEMON_SET_VERBOSITY_AVAILABLE by Lennart Poettering · 15 years ago
  7. 9a6070d dlog: reformat daemon_set_verbosity() by Lennart Poettering · 15 years ago
  8. 1368b79 doxygen updates by Lennart Poettering · 15 years ago
  9. 177db9c dfork: set errno properly in some error conditions by Lennart Poettering · 15 years ago
  10. e81e87f dfork: clean up forking logic by Andorz Nilsson · 15 years ago
  11. a07c294 dfork: close all fds >=3, including 3 itself by Lennart Poettering · 15 years ago
  12. 6f7abfd dfork: daemon_retval_done() might close socket already closed in daemon_close_allv() by Stefan · 15 years ago
  13. 8312ea4 dfork: honour _SC_OPEN_MAX by Lennart Poettering · 15 years ago
  14. d638196 libdaemon 0.13 compiler warning issue by Stefan Seyfried · 15 years ago
  15. e09f21f Merge remote branch 'flameeyes/noundefined' by Lennart Poettering · 15 years ago
  16. 0874b64 dnonblock: use O_NONBLOCK instead of O_NDELAY to follow current POSIX naming by Lennart Poettering · 15 years ago
  17. a9df095 dnonblock: make daemon_nonblock() actually work by Lennart Poettering · 15 years ago
  18. b406ecd If the linker suppors it, ensure that the library has no undefined references. by Diego E. 'Flameeyes' Pettenò · 16 years ago
  19. 8acfe83 add missing inclusion of sys/time.h by Lennart Poettering · 16 years ago
  20. 9fd1249 Add support for setting verbosity level for stdout/stderr output. by Diego 'Flameeyes' Pettenò · 16 years ago
  21. 354715d Conditionally declare variables if their use is conditional. by Diego 'Flameeyes' Pettenò · 16 years ago
  22. 5b1daf0 Fix building on OpenSolaris (without _NSIG definition). by Diego 'Flameeyes' Pettenò · 16 years ago
  23. 54a5c05 Revert "bump soname/version" which was innappropriately named and a bad idea anyway by Lennart Poettering · 16 years ago
  24. b05a9ea bump soname/version by Lennart Poettering · 16 years ago
  25. 0c31364 fix indenting by Lennart Poettering · 16 years ago
  26. 33baeaa close fds/reset sigs for exec'ed processes by Lennart Poettering · 16 years ago
  27. 448efcf add a bit more error checking by Lennart Poettering · 16 years ago
  28. 734330e save/restore errno where applicable by Lennart Poettering · 16 years ago
  29. a7be9a9 decrement number of possible args by Lennart Poettering · 16 years ago
  30. 0aef4b4 shorten code a bit by Lennart Poettering · 16 years ago
  31. e3b8eb7 make retval checking more portable by Lennart Poettering · 16 years ago
  32. 2bbdb2a be a bit more explicative by Lennart Poettering · 16 years ago
  33. 475d15a save/restore errno where applicable by Lennart Poettering · 16 years ago
  34. 91f7f12 fix a few thinkos in handling of exception lists by Lennart Poettering · 16 years ago
  35. 1ef4fbd create retval pipes once only by Lennart Poettering · 16 years ago
  36. 16a0925 save and restore errno where necessary by Lennart Poettering · 16 years ago
  37. f547775 add more error checking by Lennart Poettering · 16 years ago
  38. 78d2b09 reorder a few things, so that logging works properly very early already by Lennart Poettering · 16 years ago
  39. 50aba7c add a bit more error checking by Lennart Poettering · 16 years ago
  40. 8e84945 fix indentation by Lennart Poettering · 16 years ago
  41. a2dc819 save and restore errno in destructor by Lennart Poettering · 16 years ago
  42. 255e56d make sure we don't keep a round a va_list that is started but not stopped by Lennart Poettering · 16 years ago
  43. 6c6fee0 destruct signal fds on failure by Lennart Poettering · 16 years ago
  44. a11ddef don't call fcntl unless we have to by Lennart Poettering · 16 years ago
  45. 7892e9b update licenses/file headers by Lennart Poettering · 16 years ago
  46. ebe00d6 modernize build system by Lennart Poettering · 16 years ago
  47. d05525e add API to block/reset signals by Lennart Poettering · 16 years ago
  48. c83449e fix doc wording by Lennart Poettering · 16 years ago
  49. 3ff2f54 Use asprintf() to set the path of the pidfile rather than using a 4KB static buffer. Modified patch from Flameeyes by Lennart Poettering · 16 years ago
  50. a1f1e27 Respect what the user requested as localstate directory, rather than hardcoding /var. Patch from Flameeyes by Lennart Poettering · 16 years ago
  51. 20b6e12 document daemon_logv() a bit better. Patch from tedp by Lennart Poettering · 17 years ago
  52. 2c8a747 save and restore errno in sighandler by Lennart Poettering · 17 years ago
  53. a205fe1 if opening the pid file on O_RDWR doesn't work, fallback to O_RDONLY by Lennart Poettering · 17 years ago
  54. d1ce801 bump version and soname by Lennart Poettering · 17 years ago
  55. 827e68f Fix brown paper bag bug with handling the first argument passed to daemon_close_all(). Patch supplied by Sjoerd Simons by Lennart Poettering · 17 years ago
  56. 7956f19 Hurd build fix by Lennart Poettering · 17 years ago
  57. 7b73ee0 fix pid file parsing by Lennart Poettering · 17 years ago
  58. 1f3ec6f bump soname and package version by Lennart Poettering · 17 years ago
  59. b7264c4 minor fixup by Lennart Poettering · 17 years ago
  60. 5be2d89 make use of gcc sentinel attribute by Lennart Poettering · 17 years ago
  61. 291e39e Reenable linux-specifc daemon_close_all() code by Lennart Poettering · 17 years ago
  62. 57855da Make sure that we always return a sensible errno by Lennart Poettering · 17 years ago
  63. b45cd33 add daemon_logv() by Lennart Poettering · 17 years ago
  64. e64d682 whitespace cleanup by Lennart Poettering · 17 years ago
  65. fc89922 replace another fprintf(stderr, ... with daemon_log(LOG_ERR, ... by Lennart Poettering · 17 years ago
  66. c735258 fix typo (reported by Marc Kleine-Budde) by Lennart Poettering · 18 years ago
  67. f48c25a always specify the facility to use when logging by Lennart Poettering · 19 years ago
  68. 0291233 bump version and soname by Lennart Poettering · 19 years ago
  69. 5497761 make daemon_log() compatible with chroot() by Lennart Poettering · 19 years ago
  70. 5001e80 drop NDELAY bit by Lennart Poettering · 19 years ago
  71. 70df7aa * Change license to LGPL by Lennart Poettering · 19 years ago
  72. 63c1617 use _exit() instead of exit() to terminate if forking fails by Lennart Poettering · 19 years ago
  73. e09aa15 remove superfluous \n by Lennart Poettering · 19 years ago
  74. e87e42c bump soname by Lennart Poettering · 19 years ago
  75. 6023366 write PID files with non-zero umask by Lennart Poettering · 19 years ago
  76. 3b92cbb Remove some more compiler warnings by Lennart Poettering · 19 years ago
  77. 5156f7e Remove some compiler warnings by Lennart Poettering · 19 years ago
  78. 114621c fixes needed for windows and solaris by Sebastien Estienne · 19 years ago
  79. 12ca6bf * add a workaround for aclocal bogus on freebsd (common dir) by Sebastien Estienne · 19 years ago
  80. 5e88553 * add a "const" to daemon_log_ident by Lennart Poettering · 19 years ago
  81. 45f2758 Merge MacOSX compat patch from Sebastien Estienne by Lennart Poettering · 19 years ago
  82. 60a9784 * add gcc printf warning support by Lennart Poettering · 19 years ago
  83. ea449bb doxygen updates by Lennart Poettering · 19 years ago
  84. 360ff12 * implement proper PID file locking by Lennart Poettering · 19 years ago
  85. bfa94cf fix path in header files by Lennart Poettering · 19 years ago
  86. 91511db rename src/ to libdaemon/ by Lennart Poettering · 19 years ago[Renamed from src]
  87. 46be51b * don't build doxygen docs by default by Lennart Poettering · 19 years ago
  88. c73f5e4 * build system update by Lennart Poettering · 19 years ago
  89. feb9b77 add c++ extern definitions by Lennart Poettering · 20 years ago
  90. 191905c libdaemon stuff by Lennart Poettering · 20 years ago
  91. 4c212cb add some mor forking magic by Lennart Poettering · 20 years ago
  92. a1f5059 detach from controlling tty by Lennart Poettering · 20 years ago
  93. b740a7b fix hotplug issues by Lennart Poettering · 20 years ago
  94. fff36c8 Signal fixes by Lennart Poettering · 20 years ago
  95. 8f34edf some last minute changes by Lennart Poettering · 20 years ago
  96. f4aa9a8 may changes by Lennart Poettering · 21 years ago
  97. ce36dd0 commit release 0.3 by Lennart Poettering · 21 years ago
  98. df2e940 many fixes by Lennart Poettering · 21 years ago
  99. e774e8e Moved to trunk by Lennart Poettering · 21 years ago