1. 8bb8c84 Replace the CFLAGS-checking code with a common macro from xine-lib. by Diego 'Flameeyes' Pettenò · 17 years ago
  2. cf31ec3 Don't check for the C++ compiler, as there are no C++ source files. by Diego 'Flameeyes' Pettenò · 17 years ago
  3. 247d9c0 Use AC_PROG_CC_C99 to discover C99-compliant compiler. by Diego 'Flameeyes' Pettenò · 17 years ago
  4. cb71a67 Create the m4 directory to host M4 macro files. by Diego 'Flameeyes' Pettenò · 17 years ago
  5. 8e8c137 Check for assert.h header and allow to disable assertions. by Diego 'Flameeyes' Pettenò · 17 years ago
  6. 029f400 Don't symlink README in srcdir or it will fail on out-of-build trees. by Diego 'Flameeyes' Pettenò · 17 years ago
  7. d111a1e Install README files in doc/html directories. by Diego 'Flameeyes' Pettenò · 17 years ago
  8. 6581892 Execute autoupdate. by Diego 'Flameeyes' Pettenò · 17 years ago
  9. 94a26bd Bump autoconf requirement to 2.62 (latest released version). by Diego 'Flameeyes' Pettenò · 17 years ago
  10. c8ecf4a check in the right fd_set after coming back from select() by Lennart Poettering · 17 years ago
  11. a301690 make building of examples optional by Lennart Poettering · 17 years ago
  12. 54a5c05 Revert "bump soname/version" which was innappropriately named and a bad idea anyway by Lennart Poettering · 17 years ago
  13. cfb661b Merge branch 'master' of ssh://rootserver/home/lennart/git/public/libdaemon by Lennart Poettering · 17 years ago
  14. cdbd6f8 hide more files from git by Lennart Poettering · 17 years ago
  15. 9fed764 fix link by Lennart Poettering · 17 years ago
  16. 48383ed update docs by Lennart Poettering · 17 years ago
  17. 4aafaf3 bump soname/version by Lennart Poettering · 17 years ago
  18. b05a9ea bump soname/version by Lennart Poettering · 17 years ago
  19. 0c31364 fix indenting by Lennart Poettering · 17 years ago
  20. 33baeaa close fds/reset sigs for exec'ed processes by Lennart Poettering · 17 years ago
  21. 448efcf add a bit more error checking by Lennart Poettering · 17 years ago
  22. 734330e save/restore errno where applicable by Lennart Poettering · 17 years ago
  23. a7be9a9 decrement number of possible args by Lennart Poettering · 17 years ago
  24. 0aef4b4 shorten code a bit by Lennart Poettering · 17 years ago
  25. e3b8eb7 make retval checking more portable by Lennart Poettering · 17 years ago
  26. 2bbdb2a be a bit more explicative by Lennart Poettering · 17 years ago
  27. 475d15a save/restore errno where applicable by Lennart Poettering · 17 years ago
  28. 91f7f12 fix a few thinkos in handling of exception lists by Lennart Poettering · 17 years ago
  29. 1ef4fbd create retval pipes once only by Lennart Poettering · 17 years ago
  30. 16a0925 save and restore errno where necessary by Lennart Poettering · 17 years ago
  31. f547775 add more error checking by Lennart Poettering · 17 years ago
  32. 78d2b09 reorder a few things, so that logging works properly very early already by Lennart Poettering · 17 years ago
  33. 50aba7c add a bit more error checking by Lennart Poettering · 17 years ago
  34. 8e84945 fix indentation by Lennart Poettering · 17 years ago
  35. a2dc819 save and restore errno in destructor by Lennart Poettering · 17 years ago
  36. 255e56d make sure we don't keep a round a va_list that is started but not stopped by Lennart Poettering · 17 years ago
  37. 6c6fee0 destruct signal fds on failure by Lennart Poettering · 17 years ago
  38. a11ddef don't call fcntl unless we have to by Lennart Poettering · 17 years ago
  39. 75db16f hide more files from git by Lennart Poettering · 17 years ago
  40. 7892e9b update licenses/file headers by Lennart Poettering · 17 years ago
  41. fbfaf95 don't look for spec file from configure.ac by Lennart Poettering · 17 years ago
  42. 469be0c rename autogen to bootstrap by Lennart Poettering · 17 years ago
  43. fd99c1a remove bootstrap.sh by Lennart Poettering · 17 years ago
  44. e68cb61 remove spec file from git tree by Lennart Poettering · 17 years ago
  45. ebe00d6 modernize build system by Lennart Poettering · 17 years ago
  46. b0be600 add gitignore files by Lennart Poettering · 17 years ago
  47. 693536c create common subdir if not existant anyway by Lennart Poettering · 17 years ago
  48. 2b738ae beef the example up, adding support for the new API functions by Lennart Poettering · 17 years ago
  49. d05525e add API to block/reset signals by Lennart Poettering · 17 years ago
  50. c83449e fix doc wording by Lennart Poettering · 17 years ago
  51. 0ba9852 fix a gcc warning by Lennart Poettering · 17 years ago
  52. 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
  53. a1f1e27 Respect what the user requested as localstate directory, rather than hardcoding /var. Patch from Flameeyes by Lennart Poettering · 17 years ago
  54. 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
  55. 20b6e12 document daemon_logv() a bit better. Patch from tedp by Lennart Poettering · 18 years ago
  56. 2c8a747 save and restore errno in sighandler by Lennart Poettering · 18 years ago
  57. a205fe1 if opening the pid file on O_RDWR doesn't work, fallback to O_RDONLY by Lennart Poettering · 18 years ago
  58. de35591 update docs for 0.12 release by Lennart Poettering · 18 years ago
  59. d1ce801 bump version and soname by Lennart Poettering · 18 years ago
  60. 827e68f Fix brown paper bag bug with handling the first argument passed to daemon_close_all(). Patch supplied by Sjoerd Simons by Lennart Poettering · 18 years ago
  61. 7956f19 Hurd build fix by Lennart Poettering · 18 years ago
  62. d3bf8c7 update README for imminent release by Lennart Poettering · 18 years ago
  63. 7b73ee0 fix pid file parsing by Lennart Poettering · 18 years ago
  64. 1f3ec6f bump soname and package version by Lennart Poettering · 18 years ago
  65. a6f4f68 Lots of updates to the example by Lennart Poettering · 18 years ago
  66. b7264c4 minor fixup by Lennart Poettering · 18 years ago
  67. 5be2d89 make use of gcc sentinel attribute by Lennart Poettering · 18 years ago
  68. 291e39e Reenable linux-specifc daemon_close_all() code by Lennart Poettering · 18 years ago
  69. 57855da Make sure that we always return a sensible errno by Lennart Poettering · 18 years ago
  70. b45cd33 add daemon_logv() by Lennart Poettering · 18 years ago
  71. e64d682 whitespace cleanup by Lennart Poettering · 18 years ago
  72. cfcb139 allow automatic detection of lynx support. Closes PulseAudio bug #64. by Lennart Poettering · 18 years ago
  73. fc89922 replace another fprintf(stderr, ... with daemon_log(LOG_ERR, ... by Lennart Poettering · 18 years ago
  74. c735258 fix typo (reported by Marc Kleine-Budde) by Lennart Poettering · 19 years ago
  75. cfda890 doc update by Lennart Poettering · 20 years ago
  76. f48c25a always specify the facility to use when logging by Lennart Poettering · 20 years ago
  77. 0291233 bump version and soname by Lennart Poettering · 20 years ago
  78. 5497761 make daemon_log() compatible with chroot() by Lennart Poettering · 20 years ago
  79. 5001e80 drop NDELAY bit by Lennart Poettering · 20 years ago
  80. 6e0f1ee document license change by Lennart Poettering · 20 years ago
  81. 9b82722 update spec file for license change by Lennart Poettering · 20 years ago
  82. 2a11391 license update by Lennart Poettering · 20 years ago
  83. 70df7aa * Change license to LGPL by Lennart Poettering · 20 years ago
  84. 63c1617 use _exit() instead of exit() to terminate if forking fails by Lennart Poettering · 20 years ago
  85. e09aa15 remove superfluous \n by Lennart Poettering · 20 years ago
  86. e87e42c bump soname by Lennart Poettering · 20 years ago
  87. 6023366 write PID files with non-zero umask by Lennart Poettering · 20 years ago
  88. 3b92cbb Remove some more compiler warnings by Lennart Poettering · 20 years ago
  89. 5156f7e Remove some compiler warnings by Lennart Poettering · 20 years ago
  90. 114621c fixes needed for windows and solaris by Sebastien Estienne · 20 years ago
  91. 12ca6bf * add a workaround for aclocal bogus on freebsd (common dir) by Sebastien Estienne · 20 years ago
  92. a6a50fc * make run_versionned more /bin/sh friendly by Sebastien Estienne · 20 years ago
  93. fa3d2c4 * add logic to support many os when bootstrapping by Sebastien Estienne · 20 years ago
  94. 5e88553 * add a "const" to daemon_log_ident by Lennart Poettering · 20 years ago
  95. 2948e92 fix bootstrap.sh by Lennart Poettering · 20 years ago
  96. 453fa80 * bump version number * require automake 1.9 * small cleanups by Lennart Poettering · 20 years ago
  97. 6ef503e * merge patch from trent lloyd by Lennart Poettering · 20 years ago
  98. 45f2758 Merge MacOSX compat patch from Sebastien Estienne by Lennart Poettering · 20 years ago
  99. 60a9784 * add gcc printf warning support by Lennart Poettering · 20 years ago
  100. 6153c62 typo fix by Lennart Poettering · 20 years ago