1. e1e92a8 hide more files by Lennart Poettering · 15 years ago
  2. 5b51c24 dlog: lower default verbosity to INFO by Lennart Poettering · 15 years ago
  3. 2db44ab dlog: introduce DAEMON_SET_VERBOSITY_AVAILABLE by Lennart Poettering · 15 years ago
  4. 9a6070d dlog: reformat daemon_set_verbosity() by Lennart Poettering · 15 years ago
  5. 1368b79 doxygen updates by Lennart Poettering · 15 years ago
  6. 9dc480c testd: daemon_retval_init() can fail by Lennart Poettering · 15 years ago
  7. 9c81344 testd: use SIGTERM instead of SIGINT for shutting down daemon by Lennart Poettering · 15 years ago
  8. 177db9c dfork: set errno properly in some error conditions by Lennart Poettering · 15 years ago
  9. e81e87f dfork: clean up forking logic by Andorz Nilsson · 15 years ago
  10. a07c294 dfork: close all fds >=3, including 3 itself by Lennart Poettering · 15 years ago
  11. 6f7abfd dfork: daemon_retval_done() might close socket already closed in daemon_close_allv() by Stefan · 16 years ago
  12. 8312ea4 dfork: honour _SC_OPEN_MAX by Lennart Poettering · 15 years ago
  13. d638196 libdaemon 0.13 compiler warning issue by Stefan Seyfried · 16 years ago
  14. c8aefa7 build-sys: various build system updates by Lennart Poettering · 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. 6c3cb8e Fix bootstrap.sh to find the correct macro files. by Diego Elio 'Flameeyes' Pettenò · 16 years ago
  19. b406ecd If the linker suppors it, ensure that the library has no undefined references. by Diego E. 'Flameeyes' Pettenò · 16 years ago
  20. 13b2219 Update the attributes.m4 macro file from xine-lib/lscube. by Diego E. 'Flameeyes' Pettenò · 16 years ago
  21. 8acfe83 add missing inclusion of sys/time.h by Lennart Poettering · 16 years ago
  22. 1360ace Merge commit 'flameeyes/verbosity' by Lennart Poettering · 16 years ago
  23. ce931b0 Merge commit 'flameeyes/opensolaris' by Lennart Poettering · 16 years ago
  24. 7067029 Bumping version (and version info for the library). by Diego 'Flameeyes' Pettenò · 16 years ago
  25. 9fd1249 Add support for setting verbosity level for stdout/stderr output. by Diego 'Flameeyes' Pettenò · 16 years ago
  26. 354715d Conditionally declare variables if their use is conditional. by Diego 'Flameeyes' Pettenò · 16 years ago
  27. 5b1daf0 Fix building on OpenSolaris (without _NSIG definition). by Diego 'Flameeyes' Pettenò · 16 years ago
  28. b739ed0 Create an -uninstalled variant of the pkg-config file. by Diego 'Flameeyes' Pettenò · 16 years ago
  29. b02e1b8 Conditionally declare variables if their use is conditional. by Diego 'Flameeyes' Pettenò · 16 years ago
  30. 787b261 Fix building on OpenSolaris (without _NSIG definition). by Diego 'Flameeyes' Pettenò · 16 years ago
  31. 94c9da4 Split out the lynx documentation generation autoconf code to an m4 macro. by Diego 'Flameeyes' Pettenò · 16 years ago
  32. 8bb8c84 Replace the CFLAGS-checking code with a common macro from xine-lib. by Diego 'Flameeyes' Pettenò · 16 years ago
  33. cf31ec3 Don't check for the C++ compiler, as there are no C++ source files. by Diego 'Flameeyes' Pettenò · 16 years ago
  34. 247d9c0 Use AC_PROG_CC_C99 to discover C99-compliant compiler. by Diego 'Flameeyes' Pettenò · 16 years ago
  35. cb71a67 Create the m4 directory to host M4 macro files. by Diego 'Flameeyes' Pettenò · 16 years ago
  36. 8e8c137 Check for assert.h header and allow to disable assertions. by Diego 'Flameeyes' Pettenò · 16 years ago
  37. 029f400 Don't symlink README in srcdir or it will fail on out-of-build trees. by Diego 'Flameeyes' Pettenò · 16 years ago
  38. d111a1e Install README files in doc/html directories. by Diego 'Flameeyes' Pettenò · 16 years ago
  39. 6581892 Execute autoupdate. by Diego 'Flameeyes' Pettenò · 16 years ago
  40. 94a26bd Bump autoconf requirement to 2.62 (latest released version). by Diego 'Flameeyes' Pettenò · 16 years ago
  41. c8ecf4a check in the right fd_set after coming back from select() by Lennart Poettering · 16 years ago
  42. a301690 make building of examples optional by Lennart Poettering · 16 years ago
  43. 54a5c05 Revert "bump soname/version" which was innappropriately named and a bad idea anyway by Lennart Poettering · 16 years ago
  44. cfb661b Merge branch 'master' of ssh://rootserver/home/lennart/git/public/libdaemon by Lennart Poettering · 16 years ago
  45. cdbd6f8 hide more files from git by Lennart Poettering · 16 years ago
  46. 9fed764 fix link by Lennart Poettering · 16 years ago
  47. 48383ed update docs by Lennart Poettering · 16 years ago
  48. 4aafaf3 bump soname/version by Lennart Poettering · 16 years ago
  49. b05a9ea bump soname/version by Lennart Poettering · 16 years ago
  50. 0c31364 fix indenting by Lennart Poettering · 16 years ago
  51. 33baeaa close fds/reset sigs for exec'ed processes by Lennart Poettering · 16 years ago
  52. 448efcf add a bit more error checking by Lennart Poettering · 16 years ago
  53. 734330e save/restore errno where applicable by Lennart Poettering · 16 years ago
  54. a7be9a9 decrement number of possible args by Lennart Poettering · 16 years ago
  55. 0aef4b4 shorten code a bit by Lennart Poettering · 16 years ago
  56. e3b8eb7 make retval checking more portable by Lennart Poettering · 16 years ago
  57. 2bbdb2a be a bit more explicative by Lennart Poettering · 16 years ago
  58. 475d15a save/restore errno where applicable by Lennart Poettering · 16 years ago
  59. 91f7f12 fix a few thinkos in handling of exception lists by Lennart Poettering · 16 years ago
  60. 1ef4fbd create retval pipes once only by Lennart Poettering · 16 years ago
  61. 16a0925 save and restore errno where necessary by Lennart Poettering · 16 years ago
  62. f547775 add more error checking by Lennart Poettering · 16 years ago
  63. 78d2b09 reorder a few things, so that logging works properly very early already by Lennart Poettering · 16 years ago
  64. 50aba7c add a bit more error checking by Lennart Poettering · 16 years ago
  65. 8e84945 fix indentation by Lennart Poettering · 16 years ago
  66. a2dc819 save and restore errno in destructor by Lennart Poettering · 16 years ago
  67. 255e56d make sure we don't keep a round a va_list that is started but not stopped by Lennart Poettering · 16 years ago
  68. 6c6fee0 destruct signal fds on failure by Lennart Poettering · 16 years ago
  69. a11ddef don't call fcntl unless we have to by Lennart Poettering · 16 years ago
  70. 75db16f hide more files from git by Lennart Poettering · 16 years ago
  71. 7892e9b update licenses/file headers by Lennart Poettering · 16 years ago
  72. fbfaf95 don't look for spec file from configure.ac by Lennart Poettering · 16 years ago
  73. 469be0c rename autogen to bootstrap by Lennart Poettering · 16 years ago
  74. fd99c1a remove bootstrap.sh by Lennart Poettering · 16 years ago
  75. e68cb61 remove spec file from git tree by Lennart Poettering · 16 years ago
  76. ebe00d6 modernize build system by Lennart Poettering · 16 years ago
  77. b0be600 add gitignore files by Lennart Poettering · 16 years ago
  78. 693536c create common subdir if not existant anyway by Lennart Poettering · 16 years ago
  79. 2b738ae beef the example up, adding support for the new API functions by Lennart Poettering · 16 years ago
  80. d05525e add API to block/reset signals by Lennart Poettering · 16 years ago
  81. c83449e fix doc wording by Lennart Poettering · 16 years ago
  82. 0ba9852 fix a gcc warning by Lennart Poettering · 17 years ago
  83. 3ff2f54 Use asprintf() to set the path of the pidfile rather than using a 4KB static buffer. Modified patch from Flameeyes by Lennart Poettering · 17 years ago
  84. a1f1e27 Respect what the user requested as localstate directory, rather than hardcoding /var. Patch from Flameeyes by Lennart Poettering · 17 years ago
  85. 24fb7e8 Discover presence of lynx, rather than error out if not present and --disable-lynx not given. Patch from Flameeyes by Lennart Poettering · 17 years ago
  86. 20b6e12 document daemon_logv() a bit better. Patch from tedp by Lennart Poettering · 17 years ago
  87. 2c8a747 save and restore errno in sighandler by Lennart Poettering · 17 years ago
  88. a205fe1 if opening the pid file on O_RDWR doesn't work, fallback to O_RDONLY by Lennart Poettering · 17 years ago
  89. de35591 update docs for 0.12 release by Lennart Poettering · 17 years ago
  90. d1ce801 bump version and soname by Lennart Poettering · 17 years ago
  91. 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
  92. 7956f19 Hurd build fix by Lennart Poettering · 17 years ago
  93. d3bf8c7 update README for imminent release by Lennart Poettering · 17 years ago
  94. 7b73ee0 fix pid file parsing by Lennart Poettering · 17 years ago
  95. 1f3ec6f bump soname and package version by Lennart Poettering · 17 years ago
  96. a6f4f68 Lots of updates to the example by Lennart Poettering · 17 years ago
  97. b7264c4 minor fixup by Lennart Poettering · 17 years ago
  98. 5be2d89 make use of gcc sentinel attribute by Lennart Poettering · 17 years ago
  99. 291e39e Reenable linux-specifc daemon_close_all() code by Lennart Poettering · 17 years ago
  100. 57855da Make sure that we always return a sensible errno by Lennart Poettering · 17 years ago