1. 03 Mar, 2015 1 commit
  2. 01 Jan, 2015 1 commit
  3. 24 Jan, 2014 1 commit
  4. 18 Jan, 2014 1 commit
    • Max Kellermann's avatar
      Daemon: fork as early as possible · be47320a
      Max Kellermann authored
      Keep the parent process around until MPD has finished initializing.
      
      This is important for libraries that are allergic to fork(), such as
      libupnp.
      be47320a
  5. 13 Jan, 2014 1 commit
  6. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  7. 07 Aug, 2013 4 commits
  8. 29 Jan, 2011 1 commit
  9. 25 Sep, 2010 1 commit
    • Thomas Jansen's avatar
      eliminate g_error() usage · 28bcb8bd
      Thomas Jansen authored
      Replaced all occurrences of g_error() with MPD_ERROR() located in a new header
      file 'mpd_error.h'. This macro uses g_critical() to print the error message
      and then exits gracefully in contrast to g_error() which would internally call
      abort() to produce a core dump.
      
      The macro name is distinctive and allows to find all places with dubious error
      handling. The long-term goal is to get rid of MPD_ERROR() altogether. To
      facilitate the eventual removal of this macro it was added in a new header
      file rather than to an existing header file.
      
      This fixes #2995 and #3007.
      28bcb8bd
  10. 18 May, 2010 1 commit
  11. 01 Jan, 2010 1 commit
  12. 22 Jul, 2009 1 commit
    • Michal Nazarewicz's avatar
      daemon: daemonize_close_stdin() optimised. · bfed1c04
      Michal Nazarewicz authored
      Changed function to first close standard input (this may
      fail but we don't care) and then try to open /dev/null (this
      may fail but it shouldn't on Unix platforms plus we don't
      know what to do in such case anyways).  Since standard input
      has the "zeroth" descriptor number next "open" will use it.
      
      Since there is no "/dev/null" on Windows (It's not even
      a valid path!) the second step is skipped if WIN32 is
      defined.
      
      As a final touch, since the function consists of merely two
      function calls it has been moved to header file and declared
      static inline.
      
      [mk: un-inline daemonize_close_stdin()]
      bfed1c04
  13. 19 Jul, 2009 2 commits
    • Michal Nazarewicz's avatar
      daemon: Moved empty Windows version functions to header file · 809c96b5
      Michal Nazarewicz authored
      On Windows only daemonize_close_stdin() function does
      something.  Other functions are either empty or generate an
      error.  Those have been moved to header file and declared
      static inline so compiler can remove the call all together.
      809c96b5
    • Michal Nazarewicz's avatar
      daemon: added "group" configuration option · d718a8b5
      Michal Nazarewicz authored
      The "group" configuration option is similar to "user" as it
      sets user set what group MPD shall run as.  With "user"
      option, MPD changed GID to the GID of the user, however,
      more control could be desired.
      
      Moreover, the patch changes the way of checking whether no
      setuid(2)/setgid(2) is required -- previously user names
      were compered, now UID and GIDs are compered (ie. the one we
      already have (getuid(2)/getgid(2)) with the one we want to
      change to).
      d718a8b5
  14. 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
  15. 18 Jan, 2009 3 commits
  16. 30 Dec, 2008 2 commits
  17. 27 Dec, 2008 2 commits
  18. 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
  19. 08 Oct, 2008 1 commit
  20. 09 Sep, 2008 2 commits
  21. 08 Sep, 2008 1 commit
  22. 07 Sep, 2008 3 commits
  23. 29 Aug, 2008 2 commits
  24. 26 Aug, 2008 1 commit
  25. 12 Apr, 2008 3 commits
  26. 05 Feb, 2008 1 commit