1. 01 Jan, 2010 1 commit
  2. 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
  3. 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
  4. 06 Nov, 2009 1 commit
  5. 26 Oct, 2009 1 commit
  6. 13 Oct, 2009 1 commit
  7. 24 Sep, 2009 2 commits
  8. 24 Aug, 2009 1 commit
  9. 19 Jul, 2009 2 commits
    • Max Kellermann's avatar
      conf: use the tokenizer library · 16ff44ad
      Max Kellermann authored
      16ff44ad
    • 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
  10. 06 Jul, 2009 1 commit
    • Max Kellermann's avatar
      conf: use bp->value, not param->value · 8bd7b5b6
      Max Kellermann authored
      A recent change to the boolean parser introduced a bug: instead of
      using the block_param's value with get_bool(), we passed param->value
      (which is always NULL in this case).
      8bd7b5b6
  11. 05 Jul, 2009 1 commit
  12. 25 Jun, 2009 10 commits
  13. 03 Jun, 2009 2 commits
  14. 28 Apr, 2009 1 commit
  15. 30 Mar, 2009 1 commit
  16. 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
  17. 02 Mar, 2009 1 commit
  18. 19 Feb, 2009 2 commits
  19. 15 Feb, 2009 1 commit
  20. 25 Jan, 2009 3 commits
  21. 21 Jan, 2009 1 commit
  22. 19 Jan, 2009 1 commit
  23. 18 Jan, 2009 3 commits