1. 21 Nov, 2014 1 commit
  2. 15 Mar, 2014 2 commits
  3. 13 Jan, 2014 1 commit
  4. 18 Nov, 2013 1 commit
  5. 07 Aug, 2013 1 commit
  6. 06 Aug, 2013 1 commit
    • Max Kellermann's avatar
      configure.ac: add option --enable-eventfd · 47e16dbe
      Max Kellermann authored
      Remove the runtime check for eventfd(), hard-code the feature once
      it's been selected at compile time.  The class WakeFD is splitted into
      EventFD and EventPipe, using WakeFD as a macro diversion.
      47e16dbe
  7. 09 Jan, 2013 1 commit
  8. 22 Aug, 2012 1 commit
  9. 20 Sep, 2011 3 commits
  10. 01 Jul, 2011 1 commit
  11. 29 Jan, 2011 1 commit
  12. 03 Aug, 2010 3 commits
  13. 01 Jan, 2010 1 commit
  14. 10 Nov, 2009 2 commits
  15. 08 Nov, 2009 5 commits
  16. 07 Nov, 2009 2 commits
    • Max Kellermann's avatar
      inotify: set close-on-exec flag · 1573ea14
      Max Kellermann authored
      Added wrapper for inotify_init1() to fd_util.c.
      1573ea14
    • Max Kellermann's avatar
      set the close-on-exec flag on all file descriptors · e3af0032
      Max Kellermann authored
      Added the "fd_util" library, which attempts to use the new thread-safe
      Linux system calls pipe2(), accept4() and the options O_CLOEXEC,
      SOCK_CLOEXEC.  Without these, it falls back to FD_CLOEXEC, which is
      not thread safe.
      
      This is particularly important for the "pipe" output plugin (and
      others, such as JACK/PulseAudio), because we were heavily leaking file
      descriptors to child processes.
      e3af0032
  17. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  18. 02 Mar, 2009 1 commit
  19. 04 Feb, 2009 1 commit
  20. 07 Jan, 2009 2 commits
  21. 03 Jan, 2009 1 commit
  22. 30 Dec, 2008 2 commits
  23. 27 Dec, 2008 2 commits
  24. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  25. 08 Oct, 2008 1 commit
  26. 09 Sep, 2008 1 commit