1. 30 Jan, 2013 3 commits
  2. 29 Jan, 2013 1 commit
  3. 07 Jan, 2013 1 commit
  4. 09 Sep, 2011 7 commits
  5. 29 Mar, 2011 1 commit
  6. 29 Jan, 2011 1 commit
  7. 25 Sep, 2010 1 commit
  8. 30 May, 2010 1 commit
  9. 13 Apr, 2010 2 commits
  10. 01 Jan, 2010 1 commit
  11. 14 Dec, 2009 1 commit
  12. 26 Oct, 2009 1 commit
  13. 13 Oct, 2009 1 commit
  14. 24 Sep, 2009 1 commit
    • Max Kellermann's avatar
      conf: handle fatal errors with GError · 06d5d4b0
      Max Kellermann authored
      Don't call g_error(), which will abort the process and dump core.
      
      This patch does not affect all the config_get_X() functions.  These
      need some more refactoring.
      06d5d4b0
  15. 24 Aug, 2009 1 commit
  16. 19 Jul, 2009 2 commits
    • Michal Nazarewicz's avatar
      conf: replaced gcc "const" attribute with "pure" · 03e43356
      Michal Nazarewicz authored
      The functions were not "const" (they examined values pointed
      by arguments passed to them, quoting gcc's doc: "Note that
      a function that has pointer arguments and examines the data
      pointed to must _not_ be declared 'const'.") but rather
      "pure" and still not all of them.
      
      Note also, that even some of the functions declared "pure"
      are not pure, however, due to reasons stated in source code
      the attribute has been kept.
      03e43356
    • 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
  17. 15 Jul, 2009 1 commit
  18. 02 Jul, 2009 1 commit
  19. 25 Jun, 2009 6 commits
  20. 03 Jun, 2009 2 commits
  21. 30 Mar, 2009 1 commit
  22. 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
  23. 02 Mar, 2009 1 commit
  24. 15 Feb, 2009 1 commit