1. 22 Jul, 2009 1 commit
  2. 19 Jul, 2009 1 commit
    • 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
  3. 15 Jul, 2009 4 commits
  4. 14 Jul, 2009 1 commit
  5. 06 Jul, 2009 1 commit
  6. 05 Jul, 2009 1 commit
  7. 25 Jun, 2009 1 commit
  8. 27 Mar, 2009 1 commit
  9. 15 Mar, 2009 1 commit
  10. 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
  11. 05 Mar, 2009 1 commit
    • Max Kellermann's avatar
      pipe: added music_buffer, rewrite music_pipe · 01cf7fea
      Max Kellermann authored
      Turn the music_pipe into a simple music_chunk queue.  The music_chunk
      allocation code is moved to music_buffer, and is now managed with a
      linked list instead of a ring buffer.  Two separate music_pipe objects
      are used by the decoder for the "current" and the "next" song, which
      greatly simplifies the cross-fading code.
      01cf7fea
  12. 03 Mar, 2009 1 commit
  13. 02 Mar, 2009 1 commit
  14. 24 Feb, 2009 1 commit
  15. 10 Feb, 2009 2 commits
  16. 04 Feb, 2009 1 commit
  17. 02 Feb, 2009 2 commits
  18. 25 Jan, 2009 4 commits
  19. 19 Jan, 2009 1 commit
  20. 18 Jan, 2009 11 commits
  21. 17 Jan, 2009 1 commit
  22. 10 Jan, 2009 1 commit