1. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  2. 10 Nov, 2009 1 commit
    • Max Kellermann's avatar
      configure.ac: require GLib 2.12 · b722d3d7
      Max Kellermann authored
      Drop the required GLib version from 2.16 to 2.12, because many current
      systems still don't have GLib 2.16.  This requires several new
      compatibility functions in glib_compat.h.
      b722d3d7
  3. 31 Oct, 2009 2 commits
  4. 26 Oct, 2009 1 commit
  5. 24 Oct, 2009 1 commit
  6. 23 Oct, 2009 1 commit
    • Max Kellermann's avatar
      output_plugin: added methods enable() and disable() · e53ca368
      Max Kellermann authored
      With these methods, an output plugin can allocate some global
      resources only if it is actually enabled.  The method enable() is
      called after daemonization, which allows for more sophisticated
      resource allocation during that method.
      e53ca368
  7. 22 Oct, 2009 2 commits
  8. 20 Oct, 2009 1 commit
    • Max Kellermann's avatar
      main: call g_set_application_name() · 2e9e34aa
      Max Kellermann authored
      I'm not sure about the advantages of calling g_set_application_name(),
      because I don't use a task manager (except for ps and kill), but it
      sure doesn't hurt.
      2e9e34aa
  9. 13 Oct, 2009 2 commits
  10. 08 Oct, 2009 1 commit
  11. 25 Sep, 2009 1 commit
  12. 24 Sep, 2009 4 commits
  13. 20 Sep, 2009 1 commit
  14. 22 Jul, 2009 1 commit
  15. 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
  16. 15 Jul, 2009 4 commits
  17. 14 Jul, 2009 1 commit
  18. 06 Jul, 2009 1 commit
  19. 05 Jul, 2009 1 commit
  20. 25 Jun, 2009 1 commit
  21. 27 Mar, 2009 1 commit
  22. 15 Mar, 2009 1 commit
  23. 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
  24. 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
  25. 03 Mar, 2009 1 commit
  26. 02 Mar, 2009 1 commit
  27. 24 Feb, 2009 1 commit
  28. 10 Feb, 2009 2 commits
  29. 04 Feb, 2009 1 commit
  30. 02 Feb, 2009 1 commit