You need to sign in or sign up before continuing.
  1. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  2. 15 Oct, 2013 1 commit
  3. 12 Sep, 2013 1 commit
  4. 05 Sep, 2013 2 commits
  5. 04 Sep, 2013 1 commit
  6. 07 Aug, 2013 2 commits
  7. 30 Jan, 2013 3 commits
  8. 29 Jan, 2013 1 commit
  9. 07 Jan, 2013 1 commit
  10. 09 Sep, 2011 7 commits
  11. 29 Mar, 2011 1 commit
  12. 29 Jan, 2011 1 commit
  13. 25 Sep, 2010 1 commit
  14. 30 May, 2010 1 commit
  15. 13 Apr, 2010 2 commits
  16. 01 Jan, 2010 1 commit
  17. 14 Dec, 2009 1 commit
  18. 26 Oct, 2009 1 commit
  19. 13 Oct, 2009 1 commit
  20. 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
  21. 24 Aug, 2009 1 commit
  22. 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
  23. 15 Jul, 2009 1 commit
  24. 02 Jul, 2009 1 commit
  25. 25 Jun, 2009 4 commits