1. 08 Aug, 2012 1 commit
  2. 09 Jul, 2012 1 commit
    • Max Kellermann's avatar
      require GLib 2.16 · 5dfc0918
      Max Kellermann authored
      GLib 2.16 was released more than 4 years ago.  Let's remove some cruft
      from the glib_compat.h header, and avoid new cruft to it.
      5dfc0918
  3. 06 Mar, 2012 1 commit
  4. 09 Sep, 2011 8 commits
  5. 18 Jul, 2011 1 commit
  6. 29 Mar, 2011 1 commit
  7. 23 Feb, 2011 1 commit
  8. 29 Jan, 2011 1 commit
  9. 23 Dec, 2010 2 commits
  10. 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
  11. 30 May, 2010 1 commit
  12. 13 Apr, 2010 2 commits
  13. 01 Jan, 2010 1 commit
  14. 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
  15. 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
  16. 06 Nov, 2009 1 commit
  17. 26 Oct, 2009 1 commit
  18. 13 Oct, 2009 1 commit
  19. 24 Sep, 2009 2 commits
  20. 24 Aug, 2009 1 commit
  21. 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
  22. 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
  23. 05 Jul, 2009 1 commit
  24. 25 Jun, 2009 6 commits